/* *******************************************************************************
 1. common
 ├ 1-1. float
 ├ 1-2. margin
 ├ 1-3. padding
 ├ 1-4. text-align
 ├ 1-5. bold
 ├ 1-6. ph
 ├ 1-7. pc sp change
 ├ 1-8. image layout
 ├ 1-9. image decoration
 ├ 1-10. rollover(Transmission)
 ├ 1-11. other
 │ ├ 1-11-1. before after
 │ ├ 1-11-2. list
 │ ├ 1-11-3. flow
 │ └ 1-11-4. qa
 └ 1-12. table
    ├ 1-12-1. default
    ├ 1-12-2. table01
    ├ 1-12-3. table02 
    └ 1-12-4. hours 
 2. header
 3. nav
 4. mainimage
 ├ 4-1. top 
 └ 4-2. under
 5. footer
 6. content
 ├ 6-1. title
 ├ 6-2. top
 ├ 6-3. under 
 ├ 6-4. map 
 ├ 6-5. tel
 └ 6-6. other
 7. full content
 8. blog
 ├ 8-1. img
 ├ 8-2. side list
 ├ 8-3. writer 
 └ 8-4. sns 
 9. tel link
 ├ 9-1. content text link
 ├ 9-2. tel link
 └ 9-3. side link
 10. hikoukai
******************************************************************************* */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}
p {
    margin-bottom: 1em;
}
p:last-child {
    margin-bottom: 0;
}
.btn {
    display: block;
    width: 100%;
    max-width: 520px;
    background: #183888;
    color: #fff;
    font-family:"ゴシックMB101 DB", "Gothic MB101 DemiBold";
    font-size: 18px;
    padding: 11px 10px 10px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.btn:after {
    display: block;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 15px solid #ffed0d;
    border-left: 15px solid transparent;
    right: 0;
    bottom: 0;
}
.btn:hover {
    background: #122a65;
    color: #fff;
}
.half {
    display: inline-block;
}
h2 {
    font-size: 33px;
    line-height: 1.4;
    border: none;
    margin: 0 !important;
    text-align: center;
}
.static #content h2.titleBg,
h2.titleBg {
    background: #183888;
    border: none;
    color: #fff;
    font-family:"ゴシックMB101 DB", "Gothic MB101 DemiBold" !important;
    font-size: 24px;
    letter-spacing: 0;
    padding: 5px 12px;
}
h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    margin: 0 !important;
    display: block;
}
.under h3 {
    font-family: "ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004";    
    background: #2b7dc3;
    font-weight: normal;
    padding: 8px 20px;
}
.bg_h4 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 6px;
}
h4 {
    font-family: "ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004";
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    color: #28426e;
    border-left: 5px solid #223e79;
    margin: 0;
    padding: 2px 0 2px 15px;
    text-shadow: inherit;
}
h5 {
    background: #8fc32b;
    color: #fff;
    display: inline-block;
    font-family: "ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004";
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 7px 20px;
    border-radius: 2px;
}

/* =====================================
■　下層
===================================== */
.lead {
    font-family:"ゴシックMB101 DB", "Gothic MB101 DemiBold";
    font-size: 24px;
    color: rgb(24, 56, 136);
    text-align: center;
}
.b_11_2.img_auto .b_11_2_in span img {
    width: auto;
}
.b_11_3.b_11_3_column2 div.column_l,
.b_11_3.b_11_3_column2 div.column_r {
    padding: 0 10px;
}

/* 2列リスト */
.list_column2 div.clearfix {
    display: inline-block;
    width: 32%;
}


@media screen and (max-width: 767px) {
.b_11_2.img_auto .b_11_2_in span img {
    margin: 0 auto 20px;
}
.b_11_3.b_11_3_column2,
.b_11_3.b_11_3_column3 {
    display: block;
    width: 100%;
}
.b_11_3.b_11_3_column2 div.column_l,
.b_11_3.b_11_3_column2 div.column_r,
.b_11_3.b_11_3_column3 div.column_c,
.b_11_3.b_11_3_column3 div.column_l,
.b_11_3.b_11_3_column3 div.column_r {
    display: block;
    width: 100%;
    padding: 0;
}
.b_11_3.b_11_3_column2 div.column_l,
.b_11_3.b_11_3_column3 div.column_c,
.b_11_3.b_11_3_column3 div.column_l {
    margin-bottom: 2em;
}
.b_11_3.b_11_3_column3 div.column_blank {
    display: none;
}


/* 2列リスト */
.list_column2 div.clearfix {
    display: block;
    width: 100%;
}

}


@media screen and (max-width: 767px) {
.tel_section {
    background: #8fc32b;
    margin: 0 auto !important;
    padding: 40px 0 20px;
}

.tel_section01 {
    margin: 0 auto !important;
    padding: 40px 0 20px;
}
.tel_section li {
    text-align: center;
    position: relative;
    background: #2b7dc3;
    margin-top: 10px;
}
.tel_section li:first-child {
    background: #183888;
    margin-top: 0;
}
.tel_section li span.txt {
    position: absolute;
    display: block;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 6px;
    font-size: 18px;
    font-family: "ゴシックMB101 DB","Gothic MB101 DemiBold";
    letter-spacing: 2px;
}
.tel_section li a {
    color: #fff;
    box-sizing: border-box;
    display: block;
    font-family: "ゴシックMB101 DB","Gothic MB101 DemiBold";
    font-size: 18px;
    padding: 14px 10px 6px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 66px;
    line-height: 66px;
    letter-spacing: 2px;
}
.tel_section li a:after {
    border-bottom: 15px solid #ffed0d;
    border-left: 15px solid transparent;
    bottom: 0;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}

.tel_section01 li {
    text-align: center;
    position: relative;
    background: #2b7dc3;
    margin-top: 10px;
}
.tel_section01 li:first-child {
    background: #183888;
    margin-top: 0;
}
.tel_section01 li span.txt {
    position: absolute;
    display: block;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 6px;
    font-size: 18px;
    font-family: "ゴシックMB101 DB","Gothic MB101 DemiBold";
    letter-spacing: 2px;
}
.tel_section01 li a {
    color: #fff;
    box-sizing: border-box;
    display: block;
    font-family: "ゴシックMB101 DB","Gothic MB101 DemiBold";
    font-size: 18px;
    padding: 14px 10px 6px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 66px;
    line-height: 66px;
    letter-spacing: 2px;
}
.tel_section01 li a:after {
    border-bottom: 15px solid #ffed0d;
    border-left: 15px solid transparent;
    bottom: 0;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}
}

/* -------------------------------------
　　　　　　　事務所紹介
------------------------------------- */
.name {
    font-size: 18px;
    font-weight: bold;
}


/* -------------------------------------
　　 状況別の交通事故サポートの流れ
------------------------------------- */
.flowlist {
    padding-bottom: 40px;
    position: relative;
}
.flowlist:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #2b7dc3;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 0;
}
.border_box {
    border: 1px solid #8fc32b;
    background: #f9ffec;
}
.border_box h5 {
    background: none;
    border-bottom: 1px solid #8fe32b;
    border-radius: 0;
    color: #8fc32b;
    display: block;
}
.border_box p {
    padding: 20px;
}

@media screen and (max-width: 767px) {
.border_box {
    height: auto !important;
}
}

/* -------------------------------------
　　　　　　　事務所紹介
------------------------------------- */
.hiyou_table table {
    width: 100%;
}
.hiyou_table th,
.hiyou_table td {
    border: 1px solid #fff;
}
.hiyou_table thead th {
    background: #2b7dc3;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}
.hiyou_table tbody th {
    background: #76b4e9;
    color: #fff;
    padding: 5px 10px;
    font-weight: normal;
}
.hiyou_table tbody td {
    background: #e5f3ff;
    padding: 5px 10px;
}

/* 番号リスト */
.num_list {
    counter-reset: li;
    margin-bottom: 20px;
}
.num_list li:before {
    background: #2b7dc3;
    color: #fff;
    content: counter(li, decimal);
    counter-increment: li;
    display: block;
    font-size: 20px;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
} 
.num_list li {
    margin-bottom: 10px;
    padding: 3px 0 3px 40px;
    position: relative;
}
.num_list li:last-child {
    margin-bottom: 0;
}


/* =====================================
■　お問い合わせ
===================================== */
.inquiry #content .backBt,
.inquiry #content .confirmBt,
.inquiry #content .submitBt,
.inquiry #content .topBt {
    width: auto;
    padding: 7px 10px;
}

@media screen and (min-width: 768px) and (max-width: 995px) {
.inquiry #content .contentArea {
    width: 96%;
    max-width: 768px;
    margin: 4em auto;
}
}

@media screen and (max-width: 767px) {
.inquiryFormTable .formM,
.inquiryFormTable textarea {
    width: 100%;
    box-sizing: border-box;
}
}


/* =====================================
■　NotFound
===================================== */
#notfoundBody .contentArea {
    margin-left: 10px;
}
#notfoundBody form input {
    font-family: sans-serif;
}
#notfoundBody form input.searchButton {
    padding: 3px 5px;
}

@media screen and (max-width: 767px) {
#notfoundBody .contentArea {
    margin-left: 0;
}
}

/* =====================================
■　pagenation
===================================== */
#pagenation li a {
    background: #7d7d7d;
    color: #fff;
}
#pagenation .active a,
#pagenation a.active:hover,
#pagenation li a:hover {
    background: #183888;
    color: #fff;
}

/* =====================================
■　新着情報
===================================== */
#newsList #news {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
#newsList #news {
    margin-left: 0;
}
}

/* =====================================
■　コンテンツ下部
===================================== */
#content-bottom {
    margin: 60px 0 63px;
}
#content-bottom ul li {
    float: left;
    margin-left: 3.5%;
    width: 31%;
}
#content-bottom ul li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
#content-bottom ul {
    max-width: 297px;
    margin: 0 auto;
}
#content-bottom ul li {
    float: none;
    margin: 15px 0 0 0;
    width: 100%;
}
#content-bottom ul li:first-child {
    margin: 0;
}

}


/* =====================================
■　トップ
===================================== */
/* -------------------------------------
　　　　　　　　新着情報
------------------------------------- */
.news_section {
    margin: 60px auto 0 !important;
}
#news {
    background: #f0f2f5;
    padding-bottom: 17px;
}
#news h2 {
    background: #183888;
    font-size: 24px;
    color: #fff;
    border: none;
    padding: 5px 12px;
    margin-bottom: 17px !important;
}
#news .ov {
    color: #fff;
    float: none;
    right: 10px;
    top: 10px;
    width: auto;
}
#news .ov:hover {
    text-decoration: underline;
}
#news dl {
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 30px;
    box-sizing: border-box;
    width: 100%;
}
#news dt {
    padding: 0;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.4;
}
#news dt .newsNew {
    background: #183888;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
    width: 40px;
}
#news dd {
    padding: 0;
}
#news dd a {
    text-decoration: none;
}
#news dd a:hover {
    text-decoration: underline;
}

/* -------------------------------------
　　　　　　　　オフィス
------------------------------------- */
.info_section {
    margin: 46px auto 0 !important;
}
.info_area {
    float: left;
    width: 47.5%;
}
.info_area:last-child {
    float: right;
}
.info_area h3 {
    font-family:"ゴシックMB101 DB", "Gothic MB101 DemiBold";
    font-size: 20px;
    color: #183888;
    border-left: 5px solid #000;
    padding: 1px 0 1px 15px;
    margin-bottom: 20px !important;
}
.info_area .gnv_tmp_map {
    padding-top: 47%;
}
.top .info_table {
    margin-top: 7px;
}
.info_table table {
    width: 100%;
}
.info_table table th {
    border-bottom: 2px solid #183888;
    color: #183888;
    text-align: center;
    vertical-align: middle;
    width: 32%;
    padding: 8px 0 4px;
}
.info_table table td {
    border-bottom: 2px solid #7d7d7d;
    padding: 8px 13px 4px;
}


@media screen and (max-width: 767px) {
.info_area {
    float: none;
    width: 100%;
}
.info_area:last-child {
    float: none;
    margin-top: 40px;
}
.info_area .gnv_tmp_map {
    padding-top: 56%;
}
.info_table table td a {
    text-decoration: underline;
}
}


/* -------------------------------------
　　私たちと一度お話してみませんか？
------------------------------------- */
.lawyer_section {
    margin: 0 auto !important;
}
.lawyer_area {
    display: table;
    width: 100%;
}
.lawyer_area .img_box {
    background: url(/asset/top_img16.jpg) no-repeat center top;
    background-size: cover;
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
}
.lawyer_area .tab_sp {
    display: none;
}
.lawyer_area .txt_box {
    background: #f0f2f5;
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 53px 0 37px;
}
.lawyer_area .txt_box .inner {
    width: 86%;
    margin: 0 auto;
}
.lawyer_area h2 {
    font-family:"ゴシックMB101 DB", "Gothic MB101 DemiBold";
    font-size: 24px;
    color: #183888;
    text-align: left;
    margin-bottom: 18px !important;
}
.lawyer_area p {
    font-size: 16px;
    line-height: 1.9;
}
.lawyer_area .link_list {
    margin-top: 24px;
}
.lawyer_area .link_list li {
    margin-top: 15px;
}
.lawyer_area .link_list li:first-child {
    margin-top: 0;
}
.lawyer_area .btn {
    max-width: 100%;
}


@media screen and (max-width: 1170px) and (min-width: 996px) {
.lawyer_area .txt_box {
    padding: 30px 0;
}
.lawyer_area .txt_box .inner {
    width: 92%;
}
.lawyer_area p {
    font-size: 15px;
    line-height: 1.8;
}
}

@media screen and (max-width: 995px) {
.lawyer_area {
    display: block;
}
.lawyer_area .txt_box .inner {
    width: 96%;
    max-width: 768px;
}
.lawyer_area .img_box {
    background: none;
    display: block;
    width: 100%;
}
.lawyer_area .img_box img {
    width: 100%;
}
.lawyer_area .txt_box {
    display: block;
    width: 100%;
    padding: 40px 0;
}
.lawyer_area .tab_sp {
    display: block;
}
}

@media screen and (max-width: 767px) {

.lawyer_area .txt_box .inner {
    width: 420px;
}
}

@media screen and (max-width: 479px) {
.lawyer_area .txt_box .inner {
    width: 300px;
}
}


/* -------------------------------------
　　　アイコン_メニュー
------------------------------------- */
.menu_section {
    background: #cce1f3;
    margin: 0 auto !important;
    padding: 41px 0 43px;
}
.menu_section ul li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
}
.menu_section ul li:first-child {
    margin-left: 0;
}
.menu_section ul li a {
    display: block;
    margin: 0 auto;
    max-width: 98px;
}
.menu_section ul li h3 {
    font-family:"ゴシックMB101 DB", "Gothic MB101 DemiBold";
    font-size: 20px;
    color: #183888;
    text-align: center;
    margin: 22px 0 11px !important;
}
.menu_section ul p {
    font-size: 16px;
    line-height: 1.9;
}

@media screen and (max-width: 767px) {
.menu_section ul li {
    float: none;
    width: 100%;
    margin: 20px 0 0;
}
.menu_section ul li:first-child {
    margin: 0;
}
}

/* -------------------------------------
　　　気になる後遺障害について
------------------------------------- */
.kouisyou_section {
    margin: 0 auto !important;
    padding: 60px 0 66px;
}
.kouisyou_section h2 {
    background: #000;
    font-size: 24px;
    font-family:"ゴシックMB101 DB", "Gothic MB101 DemiBold";
    padding: 22px 5px 23px;
}
.kouisyou_section h2.trouble {
    background: #2b7dc3;
}
.kouisyou_section ul {
    margin-top: 36px;
}
.kouisyou_section ul li {
    float: left;
    margin: 20px 0 0 3.5%;
    width: 31%;
}
.kouisyou_section ul li:first-child {
    margin-left: 0;
}
.kouisyou_section ul li:nth-child(3n+1) {
    margin-left: 0;
}
.kouisyou_section ul li:nth-child(-n+3) {
    margin-top: 0;
}
.kouisyou .hiyou_table tbody th,
.kouisyou .hiyou_table tbody td {
    text-align: center;
}
@media screen and (max-width: 767px) {
.kouisyou_section ul {
    margin: 36px auto 0;
    max-width: 297px;
}
.kouisyou_section ul li {
    float: none;
    margin: 20px 0 0;
    width: 100%;
}
.kouisyou_section ul li:nth-child(-n+3) {
    margin-top: 20px;
}
.kouisyou_section ul li:first-child {
    margin-top: 0;
}
}


/* -------------------------------------
　　　　　弁護士に依頼すると
　　もらえる損害賠償金が違います!
------------------------------------- */
.compensation_section {
    background: url(/asset/top_bg01.jpg) no-repeat center center;
    background-size: cover;
    margin: 0 auto !important;
}
.compensation_section .inner_area {
    display: table;
    padding: 37px 0 50px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
.inner_area:before {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #8fc32b;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    top: 0;
    width: 0;
}
.compensation_section .txt_box {
    box-sizing: border-box;
    display: table-cell;
    padding-top: 19px;
    padding-right: 10px;
    vertical-align: middle;
    width: 50%;
}
.compensation_section .txt_box p {
    color: #fff;
    font-size: 18px;
    font-family:"ゴシックMB101 DB", "Gothic MB101 DemiBold";
}
.compensation_section .txt_box p.title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 24px;
}
.compensation_section .img_box {
    box-sizing: border-box;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
.compensation_section .inner_area {
    width: 96%;
    max-width: 768px;
}
.compensation_section .txt_box p.title {
    font-size: 35px;
}
}

@media screen and (max-width: 767px) {
.compensation_section {
    background: none;
}
.compensation_section .inner_area {
    display: block;
    max-width: 100%;
    padding: 0;
}
.compensation_section .inner {
    width: 420px;
    margin: 0 auto;
}
.compensation_section .txt_box {
    display: block;
    padding: 50px 0;
    width: 100%;
    background: #2b7dc3;
}
.compensation_section .img_box {
    display: block;
    padding: 30px 0 50px;
    text-align: center;
    width: 100%;
    background: url(/asset/top_bg01_sp.jpg) no-repeat center center;
    background-size: cover;
}
}

@media screen and (max-width: 479px) {
.compensation_section .inner {
    width: 300px;
}
.compensation_section .txt_box p {
    font-size: 15px;
}
.compensation_section .txt_box p.title {
    font-size: 30px;
}
}


/* -------------------------------------
　　　現在どのような状況ですか?
------------------------------------- */
.condition_section {
    background: #8fc32b;
    margin: 0 auto !important;
    padding: 48px 0 78px;
}
.condition_section ul li {
    float: left;
    margin-left: 6px;
    width: 235px;
}
.condition_section ul li:first-child {
    margin-left: 0;
}

@media screen and (max-width: 995px) and (min-width: 768px) {
.condition_section ul li {
    margin-left: 0.5%;
    width: 24.5%;
}
}

@media screen and (max-width: 767px) {
.condition_section ul {
    margin: 0 auto;
    max-width: 235px;
}
.condition_section ul li {
    width: 100%;
    float: none;
    margin: 10px 0 0;
}
.condition_section ul li:first-child {
    margin: 0;
}
}

/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}

/* 1-2. margin -------------------------- */
.m00 { margin: 0 !important;}
.m05 { margin: 5px !important;}
.m10 { margin: 10px !important;}
.m15 { margin: 15px !important;}
.m20 { margin: 20px !important;}
.m25 { margin: 25px !important;}
.m30 { margin: 30px !important;}
.m35 { margin: 35px !important;}
.m40 { margin: 40px !important;}
.m45 { margin: 45px !important;}
.m50 { margin: 50px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right: 0 !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}

/* 1-3. padding -------------------------- */
.pa00 { padding: 0 !important;}
.pa05 { padding: 5px !important;}
.pa10 { padding: 10px !important;}
.pa15 { padding: 15px !important;}
.pa20 { padding: 20px !important;}
.pa25 { padding: 25px !important;}
.pa30 { padding: 30px !important;}
.pa35 { padding: 35px !important;}
.pa40 { padding: 40px !important;}
.pa45 { padding: 45px !important;}
.pa50 { padding: 50px !important;}

.pt00 { padding-top: 0 !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right: 0 !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom: 0 !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left: 0 !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl35 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}

/* 1-4. text-align -------------------------- */
.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}

/* 1-5. bold -------------------------- */
.bold { font-weight: bold;}

/* 1-6. ph -------------------------- */
.ph {
    display: inline-block;
    border: 1px solid #e3e3e3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ph img {
	width: 100%;
}

/* 1-7. pc sp change -------------------------- */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* 1-8. image layout -------------------------- */
/** 基本設定 **/
/* right */
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: right;
	margin: 0 0 20px 20px;
        width: 35%;
}
/** 個別設定 **/
/* left */
.img_l span img {
    float: left !important;
	margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
    float: right !important;
	margin: 0 0 20px 20px !important;
}

@media screen and (max-width: 767px) {
.b_11_2_in span img,
.b_11 .b_11_in span img {
	float: none;
	margin: 0 0 20px 0;
        width: 100%;
}
}

/* 1-9. image decoration -------------------------- */
/* Round */
.image img,
.text_image img,
.gnv_tmp_style img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/* 1-10. rollover(Transmission) -------------------------- */
.rollover a img:hover,
.rollover span a img:hover,
.rollover .img_r span a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* =====================================
 1-11. other
===================================== */
/* 1-11-1. before after -------------------------- */
.ba_box {
	background: url(/asset/ba_ar.png) no-repeat 49% 55%;
	display: table;
	width: 100%;
}
.ba_box div.column_l,
.ba_box div.column_r {
	display: table-cell;
	width: 30%;
}
.ba_box div.column_l span,
.ba_box div.column_r span {
	width: 100%;
}
.ba_box div.column_l p,
.ba_box div.column_r p,
.ba_box div.column_l span img,
.ba_box div.column_r span img {
	width: 95% !important;
	margin: 0 auto !important;
}
.ba_box .column_r, .ba_box .column_l {
	text-align: center;
	color: #B69440;
    font-size: 120%;
    font-weight: bold;
}
.ba_box .column_r span {
	text-align: right;
}
@media screen and (max-width: 767px) {
.ba_box {
	background: url(/asset/ba_ar_sp.png) no-repeat center 50%;
	margin: 0 auto 5em !important;
}
.ba_box div.column_l,
.ba_box div.column_r {
	width: 100% !important;
	display: block !important;
}
.ba_box .column_l {
	margin-bottom: 2em!important;
}
.ba_box .column_r span {
	text-align: center;
}
}
/* 1-11-2. list -------------------------- */
/* list 01 */
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 5px 5px 5px 25px;
        box-sizing: border-box;
}
.ic_01 span {
	position: relative;
        display: block;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #223e79;
	top: 8px;
	left: -16px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	
}
/* ul */
.ic_01 ul {
	margin: 25px;
}
.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #000;
	top: 10px;
	left: -16px;
	margin-top :0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
/* list 02 */
.ic_02 .clearfix {
	padding: 5px 5px 5px 35px;
}
.ic_02 .clearfix span {
	position: relative;
	line-height: 1;
}
.ic_02 span:before{
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;
    margin-top: -8px;
} 
.ic_02 span:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 10px;
    margin-top: -4px;  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ul */
.ic_02 ul {
	margin: 35px;
}
.ic_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_02 li:before {
    content:"\00a0";
    display: block;
    border: solid 9px #000;
    height: 0;
    width: 0;
    position: absolute;
    left: -29px;
    top: 10px;
	margin-top: -4px;
}
.ic_02 li:after{
    content:"\00a0";
    display:block;
    width: 4px;
    height: 7px; 
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position:absolute;
    left: -23px;
    top: 10px;
    margin-top: 0;  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* arrow list 01 */
.ic_arrow_01 div {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
	content: "";
	position: absolute;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
.ic_arrow_01 span:hover:before {
	left: -12px;
}
/* ul */
.ic_arrow_01 ul {
	margin: 25px;
}
.ic_arrow_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
}
/* arrow list 02 */
.ic_arrow_02 .clearfix {
	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}
/* ul */
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
    top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}
/* 1-11-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01,
img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
.flow.b_11 .b_11_in span img {
    width: 30% !important;
    float: left !important;
}
@media screen and (max-width: 767px) {
.flow.b_11 .b_11_in span img {
    width: 100% !important;
    float: none !important;
}
}
/* 1-11-4. qa -------------------------- */
.gnv_tmp_qa_q {
	border-left: 3px solid #2b7dc3;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #2b7dc3;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p,
.gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.gnv_tmp_qa_a p a {
        color: #2b7dc3;
        text-decoration: underline;
}
.gnv_tmp_qa_a p a:hover {
        text-decoration: none;
}

/* =====================================
 1-12. table
===================================== */
/* 1-12-1. default -------------------------- */
.b_06 table th,
.b_06 table td {
    border: none;
}
.b_06_item {
    background: none;
    border-bottom: 1px solid #183888 !important;
    padding: 7px 5px 5px 15px;
    width: 30%;
    color: #183888;
}
.b_06 table tr:first-child th {
    border-top: 1px solid #183888 !important;
}
.b_06_content {
    border-bottom: 1px solid #7d7d7d !important;
    padding: 7px 5px 5px 15px;
}
.b_06 table tr:first-child td {
    border-top: 1px solid #7d7d7d !important;
}

/* 1-12-2. table01 -------------------------- */
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th,
table.gnv_tmp_table01 td {
    text-align: left;
}
table.gnv_tmp_table01 {
    background: #fff;
	width: 100%;
}
table.gnv_tmp_table01 thead th {
    background: #ddd;
    border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
    background: #efefef;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
table.gnv_tmp_table01 td {
    background: #fff;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}
/* 1-12-3. table02 -------------------------- */
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
    padding: 5px;
    text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #efefef;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
/* 1-12-4. hours -------------------------- */
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	text-align: center;
}
table.gnv_tmp_hours tbody th {
	width: 20%;
}

/*th {
    padding: 0px !important;
}*/
@media screen and (max-width: 767px) {
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
	font-size: 70%;
}
}

/* =====================================
 2. header
===================================== */
.shadow {
    background: none;
}
#header h1 {
    padding-top: 21px;
    margin-bottom: 0;
}

/* =====================================
 3. nav
===================================== */
#notfoundBody nav,
#sitemapBody nav,
#newsList nav,
#websiteNewsDetail nav  {
	margin-bottom: 20px;
}
#inquiryBody nav {
	display:none;
}
/* 12-1. global nav -------------------------- */
.sf-menu a.sf-with-ul:before {
    background: none;
}
.sf-menu > li {
    line-height: 1;
    margin: 0 2px 22px;
    min-height: 16px;
    padding: 0;
}
.sf-menu > li:before {
    background: #d2d2d2;
    content: "";
    height: 16px;
    left: -3px;
    position: absolute;
    width: 2px;
}
.sf-menu > li:first-child:before {
    display: none;
}
.sf-menu > li.current,
.sf-menu > li.sfHover,
.sf-menu > li:hover {
    border-bottom: 4px solid #183888;
    margin-bottom: 18px;
}
.sf-menu > li > a {
    font-family: "ゴシックMB101 M", "Gothic MB101 Medium";
    font-size: 16px;
    padding: 0 7px 10px;
    line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 995px) {
.sf-menu > li > a {
    font-size: 13px;
    padding: 0 3px 7px;
}
}

/* 12-2. sub nav -------------------------- */
.sf-menu ul {
	padding: 10px 0;
	width: 115px;
}
.sf-menu ul li a {
	line-height: 1.2;
}

/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* slider default hidden */
#camera_wrap {
	display:none!important;
}
/* image size fixed */
#mainimage .main_content {
    background: none;
    height: auto;
    text-align: center;
}
#mainimage .main_content img {
    width: 100%;
}

@media screen and (max-width: 767px) {
#mainimage .main_content {
    background: none;
    height: auto;
}
}
/* 4-2. under -------------------------- */
.under #mainimage .under_mainimage {
    background: #223e79;
    padding: 15px 0;
    height: 120px;
    box-sizing: border-box;
    line-height: 1.2 !important;
}
.under #mainimage .under_mainimage .container_12 {
    display: table;
    height: 100%;
}
.under #mainimage .under_mainimage h2 {
    display: table-cell;
    vertical-align: middle;
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
    font-weight: normal;
}
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#inquiryBody #mainimage {
	display: none;
}
.under #mainimage .under_mainimage h2 span {
	margin-bottom: 0;
}

/* =====================================
 5. footer
===================================== */
#footer {
    background: #daeaf8;
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
    padding: 44px 0 20px;
}
#footer img {
    width:auto;
}
#footer .footerLink {
    list-style: outside none none;
    margin: 5px 0 0;
}
#footer .footerLink:first-child {
    margin: 0;
}
#footer .footerLink li {
    color: #5a5a5a;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
}
.privacy {
    color: #5a5a5a;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 24px 0 0;
}

/* =====================================
 6. content
===================================== */
#content {
    text-align: left;
    word-wrap: break-word;
    min-height: 850px;
}
.under #content {
    padding-top: 37px;
}
/* 6-1. title -------------------------- */
.under h2 span {
	color: #999;
	font-size: 70%;
}
h2.titleBg {
	text-align: left;
}
#content .block3 h5,
#content .block4 h5,
#content .block5 h5,
#content .block1 h5 {
    overflow: hidden;
	font: 14px/18px;
}
/* 6-2. top -------------------------- */
/* balloon */
.div1 {
	font-size: 30px;
}
.div1:before{
    background: none;
}
.div1:after {
    content: '';
    position: absolute;
    border-top: 22px solid #00bff3;
    border-right: 0px solid transparent;
    border-left: 25px solid transparent;
    bottom: -19px;
    left: 35%;
}
/* 3color */
.item {
    height: 380px !important;
}
.item h4 {
    line-height: 1;
}
.mrg12 img {
    width:100% !important;
}
.img1 {
    width: 32%;
}
/* 6-3. under -------------------------- */
.block2 {
    height: auto !important;
}
.div6 {
    background: url(/asset/block1_div6.png) no-repeat;
}
.div3 {
    background: url(/asset/block3_div3.png) no-repeat;
}
.div4 {
    background: url(/asset/block4_div4.png) no-repeat;
}
.div5 {
    background: url(/asset/block5_div5.png) no-repeat;
}
.box_inner figure img {
	width: 100% !important;
}
/* link */
.a13 {
    background: url(/asset/ic_01.png) no-repeat;
    text-indent: -9999px;
	margin-bottom: 0;
}
/* list */
.list {
	padding-right: 15px;
}
.list li:hover {
    background: url(/asset/ic_02.png) no-repeat 0 50%;
}
.list li {
	padding-left: 17px;
	margin-bottom: 20px;
}
.list a {
	line-height: 18px;
}
@media screen and (max-width: 767px) {
.list {
	padding-right: 0;
}
.list li:hover {
    background: url(/asset/ic_02.png) no-repeat 0 10%;
}
.list a {
	line-height: 18px !important;
}
}
/* 6-4. map -------------------------- */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 55%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
.gnv_tmp_map {
  padding-top: 70%;
}
.gnv_tmp_map iframe {
  right: 0;
  width: 100% !important;
}
}
/* 6-5. tel -------------------------- */
.tel_txt a {
    cursor: text;
}
.tel_txt a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
.tel_txt a,
.tel_txt a:hover {
    text-decoration: underline;
}
}
/* 6-6. other-------------------------- */
/* column2 column margin */
.b_10.b_10_column2 div.column_l {
	padding-right: 10px;
}
.b_10.b_10_column2 div.column_r {
	padding-left: 10px;
}
/* box color */
.bc01 {
	background: #e8daca;
	padding: 20px 15px;
}
.bc02 {
	background: #cf9e64;
	padding: 20px 15px;
}
.bc03 {
	background: #b09371;
	padding: 20px 15px;
}
.bc04 {
	background: #635545;
	padding: 20px 15px;
}
.bc01 img,
.bc02 img,
.bc03 img,
.bc04 img {
	width: 100% !important;
}

/* =====================================
 7. full content
===================================== */
.full #content .container_12 {
    width: 100% !important;
}
.full .bg1 {
    border:none !important;
    margin: 0 !important;
    padding: 2em 0 !important;
}
.full .div1 {
	margin-top: 0;
}
.full p,
.full .block6,
.full .list {
    margin-bottom: 0;
}
.full .block2 {
    margin-top: 0;
}
.full #content .block4,
.full #content .block5 {
	margin-bottom: 0;
}
.full .b_01,
.full .b_02,
.full .b_04_2,
.full .b_09,
.full .b_10,
.full .b_11,
.full .b_10 .grid_12,
.full .b_11 .grid_12 {
    margin: 2.5em auto;
}
.full .grid_12,
#header .grid_12,
#content-bottom .container_12,
#footer .grid_12 {
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative !important;
    width: 960px !important;
    float: none;
    display: block;
}
.full .grid_12 .grid_1 {
    width: 60px !important;
}
@media screen and (min-width: 768px) and (max-width: 995px) {
.full .grid_12,
#header .grid_12,
#content-bottom .container_12,
#footer .grid_12 {
    width: 96% !important;
    max-width: 768px !important;
}
.full .grid_12 .grid_1 {
    width: 44px !important;
}
.full .grid_12 .grid_2 {
    width: 108px !important;
}
.full .grid_12 .grid_3 {
    width: 172px !important;
}
.full .grid_12 .grid_4 {
    width: 236px !important;
}
.full .grid_12 .grid_5 {
    width: 300px !important;
}
.full .grid_12 .grid_6 {
    width: 364px !important;
}
.full .grid_12 .grid_7 {
    width: 428px !important;
}
.full .grid_12 .grid_8 {
    width: 492px !important;
}
.full .grid_12 .grid_9 {
    width: 556px !important;
}
.full .grid_12 .grid_10 {
    width: 620px !important;
}
.full .grid_12 .grid_11 {
    width: 684px !important;
}
.full .grid_12 .grid_12 {
    width: 748px !important;
}
}
@media screen and (max-width: 767px) {
.full .grid_12,
#header .grid_12,
#content-bottom .container_12,
#footer .grid_12 {
    width: 300px !important;
}
.full #content .block1,
.full #content .block3 {
	margin-bottom: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
.full .grid_12,
#header .grid_12,
#content-bottom .container_12,
#footer .grid_12 {
    width: 420px !important;
}
.full .block6 {
	margin-bottom: 20px;
}
}

@media screen and (max-width: 767px) {
.full .block6 {
	margin-bottom: 20px;
}
.full .grid_2,
.full .grid_3,
.full .grid_4,
.full .grid_5,
.full .grid_6,
.full .grid_7,
.full .grid_8,
.full .grid_9,
.full .grid_10,
.full .grid_11,
.full .grid_12 {
	margin-bottom: 20px;
}
}
.full .grid_12:after {
    clear: both !important;
    content: " " !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}
.w100,
.w100 img {
	width: 100%;
}

/* =====================================
 8. blog
===================================== */
.Individual .blogcontent {
	margin-top: 56px;
}
.blog h3.entry-title {
	font-size: 24px;
    text-align: left;
    text-transform: uppercase;
	margin: 10px 0 20px !important;
    width: 100%;
    box-sizing: border-box;
}
/* 8-1. img -------------------------- */
.blogArea img {
	margin-bottom: 10px;
}
.blogArea img.icon_imgs {
	margin-bottom: 0;
}
/* 8-2. side list -------------------------- */
.blogside h3 {
    text-transform: uppercase;
    padding: 5px 0 3px 0;
	margin-top: 0;
    width: auto;
	text-align: center;
	background: #efefef;
	font-size: 14px;
    color: #000;
    margin-bottom: 10px !important;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}
.blogside .list li {
    background: url(/static.plimo.com/static/type5/images/marker1.png) no-repeat scroll 0 16px rgba(0, 0, 0, 0);
    padding-left: 13px;
    text-align: left;
}
.blogside .list a {
    word-wrap: break-word;
}
.blogside li:before {
    color: #14408c;
    content: "・";
    font-size: 100%;
    padding-right: 0.4em;
}
input[type="text"]{
	border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
	padding: 2px;
    border-radius: none;
	margin-bottom: 5px;
}
#blogBody input[type="text"]{
	width: 100%;
    box-sizing: border-box;
}
.blog_search_submit {
	text-align: center;
	width: 100%;
	display: block;
}
.blog_search_submit input {
	padding: 0 5px;
}
.blog_search_input .searchInput {
    width: 100%;
    box-sizing: border-box;
}


/* 8-3. writer -------------------------- */
.blog #content .contributor {
    color: #999;
    font-size: 85%;
    margin: 3em 0 0.5em;
    text-align: right;
}
/* 8-4. sns -------------------------- */
.blog #content .shareBt {
    text-align: right;
}
.blog .shareBt .fb_iframe_widget {
    margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
    text-align: right;
    vertical-align: middle;
    width: 90px !important;
}
.lineBt img {
	margin-top: 5px;
    width: auto;
}
/* =====================================
 9. link
===================================== */
/* 9-1. content text link -------------------------- */
.link a:link    { text-decoration: underline; }

/* 9-2. tel link -------------------------- */
a[href^="tel:"] {
	pointer-events: none;
	cursor:text;
}

@media screen and (max-width: 767px) {
a[href^="tel:"] {
	pointer-events: auto;
	cursor:pointer;
}
}

/* 9-3. side link -------------------------- */
#sidecontact{
  display: block;
  position: fixed;
  top: 5%;
  z-index: 1000;
}
#sidecontact.rightContent{
  right:0;
}
@media screen and (max-width: 767px) {
  #sidecontact{
    display: none;
  }
}

/* =====================================
 10. hikoukai
===================================== */
.hikoukai {
	display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: #555;
	padding: 20px 0;
}

.kouisyou_section h2 .clb {
    background: #2b7dc3 none repeat scroll 0 0;
    font-family: "ゴシックMB101 DB","Gothic MB101 DemiBold";
    font-size: 24px;
    padding: 22px 5px 23px;
}
.top #content-top { display:none; }