@charset "utf-8";

/* Body
------------------------------ */
body {
    box-shadow: none;
    color: #000000;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro W3', 'Hiragino Kaku Gothic Pro','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21pt;
    letter-spacing: 0.02em;
    -webkit-text-size-adjust: 100%!important;
    top: 0!important;
}

a:link{
    color: #33A160;
    text-decoration: none;
}
a:visited {
    color: #33A160;
}
a:active {
    color: #33A160;
}
a:hover {
    color: #33A160;
}
a{
    transition: .3s;
}

.text_link {
    display: inline-block;
    text-decoration: none;
    color: #33A160;
    text-indent: 0;
}
/* reset default css */
.text_link:after {
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 2px solid #33A160;
    margin: -6px auto 0;
    border-radius: 1px;
}
.text_link:hover{
    text-decoration: none;
}
.text_link:hover:after {
    width: 100%;
}

.emphasis{
    font-weight: 700;
    color: #e62528;
}
.caution{
    position: relative;
    display: block;
    font-size: 14px;
    padding-left: 1em!important;
    text-indent: -1em;
    line-height: 18pt;
}
.caution:before{
    content: "※";
}

.tel_number{
    position: relative;
    display: block;
    width: 203px;
    height: 22px;
    text-indent: -9999px;
    background: url(../images/tel_number_new.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}

/* layout
------------------------------ */
.wrapper{
    position: relative;
    display: block;
    clear: both;
    float: none;
    width: 1080px;
    margin: 0 auto;
}

/* Common
------------------------------ */
.clear{
    clear: both;
    float: none;
    height: 0;
}
.fl_l{
    position: relative;
    display: block;
    float: left;
}
.fl_r{
    position: relative;
    display: block;
    float: right;
}
.btn a{
    position: relative;
    display: block;
    width: 240px;
    height: 34px;
    color: #fff;
    line-height: 20px;
    background: #FF8000;
    margin: 0 auto;
    padding: 16px 0 0;
    border-radius: 9px;
    text-align: center;
}
.btn a:before,
.contents_list .pict_btn a span:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/btn_before.png) no-repeat bottom center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -4px;
}
.btn a:hover{
    opacity: .7;
}
.btn_green a{
    position: relative;
    display: block;
    width: 106px;
    height: 22px;
    color: #FFF;
    font-size: 12px;
    background: #178F3E;
    padding-top: 2px;
    border-radius: 7px;
}
.btn_green a:before{
    content: '>';
    width: auto;
    height: auto;
    font-size: 11px;
    background: none;
    margin-top: -3px;
}
.wave:after,
.wave_x:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 10px;
    background: url(../images/white_wave.png) repeat-x bottom left;
    -webkit-background-size: 43px 10px;
    background-size: 43px 10px;
    bottom: -10px;
    z-index: 1;
}
.bg_beige{
    background: #F9F5EB;
}
.wave_x:after{
    bottom: 0;
    transform: rotateX(180deg);
}

/* table */
table.plans{
    width: auto!important;
}
table.plans tr th,
table.plans tr td{
    width: auto!important;
    text-align: center!important;
    font-size: 14px;
    line-height: 1em;
    vertical-align: middle;
    padding: 8px 11px!important;
}
table.plans tr th{
    color: #FFF;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000!important;
    background: #72B342;
}
table.plans tr:first-child th,
table.plans tr:first-child td{
    border-top: 1px solid #000;
}
table.plans tr:last-child th,
table.plans tr th:last-child,
table.plans tr:last-child td,
table.plans tr td:last-child{
    border-right: 1px solid #000;
}
table.plans tr:last-child td{
    border-bottom: 1px solid #000;
}
table.plans tr td{
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #FFF;
}
table.plans tr th:nth-child(7),
table.plans tr th:nth-child(8),
table.plans tr th:nth-child(9){
    background: #178F3E;
}
table.plans tr td{
    font-size: 25px;
    padding: 6px 11px 0;
}
table.plans tr th,table.plans tr td:first-child{
    font-size: 14px;
    padding: 12px 11px;
}

/* Header
------------------------------ */
#header{
    position: relative;
    display: block;
    width: 100%;
    height: 190px;
    letter-spacing: 0.04em;
    margin: 0 auto;
    padding-top: 8px;
    z-index: 100;
}
#header_logo a{
    position: relative;
    display: block;
    width: 180px;
    height: 34px;
    margin-top: 46px;
    text-indent: -9999px;
    background: url(../images/header_logo.jpg) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
#header_logo a:hover{
    opacity: 0.6;
}
#lead{
    position: absolute;
    display: block;
    font-size: 12px;
    font-weight: 500;
    top: 0;
}
.header_info{
    /*width: 610px;*/
    margin-top: 46px;
}
.business_hour{
    font-size: 14px;
    font-weight: 500;
    line-height: 14pt;
    margin-left: 110px;
    margin-right: 20px;
}
.business_hour span.title{
    position: relative;
    display: inline-block;
    width: 85px;
    height: 19px;
    color: #FFF;
    text-align: center;
    line-height: 1em;
    letter-spacing: 3px;
    border-radius: 15px;
    margin: 0 12px 0 -97px;
    padding-top: 5px;
    background: #72B242;
    top: -1px;
}
.business_hour .caution{
    line-height: 1.4;
    /*width: 254px;*/
    margin: 4px 10px 0 0;
}
#header .tel_number{
    margin-bottom: 12px;
}
#header .btn a{
    width: 203px;
    height: 31px;
}

/* gnav */
#gnav{
    text-align: center;
    margin-top: 25px;
}
#gnav ul li{
    position: relative;
    display: inline-block;
    width: auto;
    font-weight: 600;
    margin-right: 33px;
}
#gnav ul li:last-child{
    margin-right: 0;
}
#gnav ul li a{
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding-top: 1px;
    padding-left: 20px;
    margin-bottom: 8px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: 18px 16px;
    background-size: 18px 16px;
}
#gnav ul li a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.1em;
    width: 100%;
    height: 2px;
    background: #72B242;
    opacity: 0;
    transition: .2s;
}
#gnav ul li a:hover{
    color: #72B242;
    text-decoration: none;
}
#gnav ul li a:hover:after{
    bottom: 5px;
    opacity: 1;
}
#gnav ul li:first-child a{
    background-image: url(../images/gnav_home.jpg);
}
#gnav ul li:nth-child(2) a{
    background-image: url(../images/gnav_patients.jpg);
}
#gnav ul li:nth-child(3) a{
    background-image: url(../images/gnav_reason.jpg);
}
#gnav ul li:nth-child(4) a{
    background-image: url(../images/gnav_menu.jpg);
}
#gnav ul li:nth-child(5) a{
    background-image: url(../images/gnav_price.jpg);
}
#gnav ul li:nth-child(6) a{
    background-image: url(../images/gnav_accident.jpg);
}
#gnav ul li:nth-child(7) a{
    background-image: url(../images/heart_icon.png);
}

/* 子メニュー */
#gnav ul li .sub_menu:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-bottom-color: #009B96;
    border-width: 6px;
    margin: 0 auto;
}
#gnav ul li .sub_menu{
    position: absolute;
    display: none;
    width: 235px;
    height: auto;
    margin: 0 auto;
    top: 28px;
    left: -58px;
    z-index: 10;
    padding-top: 20px;
}
#gnav ul li .sub_menu li{
    position: relative;
    display: block;
    width: 235px;
    height: 44px;
    text-align: center;
    padding: 0;
}
#gnav ul li .sub_menu li a{
    width: 235px;
    height: 44px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    background: #33A260;
    margin: 0;
    padding: 16px 0 0;
    box-sizing: border-box;
}
#gnav ul li .sub_menu li a:hover{
    background: #72B342;
}
#gnav ul li .sub_menu li a:after{
    content: "";
    position: absolute;
    display: block;
    width: 235px;
    height: 1px;
    background: url(../images/dot_line2.png) repeat-x left center;
    -webkit-background-size: 3px 1px;
    background-size: 3px 1px;
    bottom: 0;
    opacity: 1;
}
#gnav ul li .sub_menu li:last-child a:after{
    display: none;
}


/* top page
------------------------------ */
.bx-wrapper{
    z-index: 1;
}
.bxslider li a{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.bxslider li a:hover{
    opacity: .7;
}
#top_main_contents h2,
.main_contents h2{
    position: relative;
    display: block;
    font-size: 37px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 55px;
    padding: 50px 0 28px;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 50px;
    background-size: 50px;
}
#top_main_contents h2:after,
.main_contents h2:after{
    content: "";
    position: absolute;
    width: 105px;
    height: 4px;
    background: linear-gradient(90deg,#ccc 0%,#ccc 50%,#72B242 50%,#72B242 100%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
#top_main_contents section{
    position: relative;
    display: block;
    padding: 67px 0;
}
.contents_list li{
    width: 337px;
    height: auto;
    line-height: 21pt;
    margin-right: 34px;
    letter-spacing: 0;
}
.contents_list li:nth-child(3n){
    margin-right: 0;
}
.contents_list .pict_btn a{
    position: relative;
    display: block;
    width: 337px;
    height: 79px;
    font-size: 21px;
    color: #FFF;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 130px;
    background: #72B242;
    border-radius: 9px;
    overflow: hidden;
}
.contents_list .pict_btn a img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: -130px;
    margin-bottom: 12px;
}
.contents_list .pict_btn a:hover{
    opacity: .7;
}
.btn_list{
    position: relative;
    display: block;
    text-align: center;
}
.btn_list li{
    position: relative;
    display: inline-block;
}
.btn_list li:first-child{
    margin-right: 86px;
}

/* top_about */
#top_about{
    padding-top: 72px!important;
}
#top_about h2{
    background-image: url(../images/hospital_icon.png);
}
#top_about .fl_r{
    width: 220px;
    height: 220px;
    margin: -50px 0 40px 30px;
}
#top_about .fl_r img{
    width: 100%;
    height: auto;
}

/* top_access */
#top_access h2{
    background-image: url(../images/map_icon.png);
}
#top_access p{
    font-size: 14px;
    line-height: 18pt;
}
#top_access table{
    margin-bottom: 15px;
}
#top_access .logo{
    position: relative;
    display: block;
    width: 128px;
    height: 24px;
    text-indent: -9999px;
    background: url(../images/logo_s.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 34px 0 10px;
}
#top_access .address{
    font-size: 16px;
}
#top_access .tel_number{
    width: 223px;
    height: 24px;
    background-image: url(../images/tel_black_new.png);
    margin-top: 10px;
}
#top_access .text_link:after{
    margin-top: -4px;
}
#top_access .btn a{
    margin-top: -16px;
}
#top_access .access_map{
    width: 510px;
    height: auto;
}
#top_access .access_map p{
    margin-left: 48px;
}
#top_access .access_map p span{
    display: inline-block;
    color: #178F3E;
    font-weight: 600;
    margin-right: 18px;
    margin-left: -48px;
}

/* top_menu */
#top_menu h2{
    background-image: url(../images/menu_icon.png);
}
#top_menu .contents_list li{
    margin-bottom: 34px;
}
#top_menu .contents_list .pict_btn a{
    height: 44px;
    padding-top: 220px;
    background: #33A260;
}
#top_menu .contents_list .pict_btn a img{
    margin-top: -220px;
}

/* top_info */
#top_info{
    background: url(../images/top_info.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
#top_info .fl_l,#top_info .fl_r{
    width: 485px;
    height: 290px;
    padding: 33px 22px;
    background: #FFF;
    border-radius: 9px;
}
#top_info h2{
    font-size: 26px;
    text-align: left;
    margin-bottom: 0;
    padding: 2px 0 18px 44px;
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: 32px 28px;
    background-size: 32px 28px;
}
#top_info h2:after{
    display: none;
}
#top_info .fl_l h2{
    background-image: url(../images/megaphone_icon.png);
}
#top_info .fl_r h2{
    background-image: url(../images/pen_icon.png);
}
#top_info .btn a{
    position: absolute;
    top: 38px;
    right: 22px;
}
#top_info dl{
    font-size: 14px;
}
#top_info dl dt{
    position: relative;
    display: block;
    float: left;
    margin-right: 18px;
    line-height: 42px;
    padding-top: 4px;
}
#top_info dl dd{
    line-height: 41px;
    padding-top: 4px;
    border-top: 1px solid rgba(0,0,0,.5)
}
#top_info dl dd:last-child{
    border-bottom: 1px solid rgba(0,0,0,.5)
}
#top_info dl dd a{
    color: #000;
}
#top_info dl dd a:hover{
    color: #178F3E;
}
#top_info p.none{
    padding: 98px 0 118px;
    text-align: center;
}

/* top_recruit */
#top_recruit h2 {
    background-image: url(../images/hospital_icon.png);
}
.top_recruit_lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    max-width: 720px;
    margin: 0 auto 50px;
    gap: 20px 20px;
}
.top_recruit_list {
    position: relative;
    font-size: 20px;
    padding-left: 15px;
}
.top_recruit_list::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 9px;
    border-radius: 50%;
    background-color: #72B242;
}

/* top_greeting */
#top_greeting h2{
    background-image: url(../images/human_icon.png);
}
#top_greeting .fl_l{
    width: 290px;
    height: 275px;
    margin-right: 45px;
}
#top_greeting .fl_l img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#top_greeting .name{
    position: relative;
    display: block;
    text-align: right;
    font-size: 18px;
    margin: 20px 0 70px;
}
#top_greeting .btn_list{
    text-align: left;
}
#top_greeting .btn_list li:first-child{
    margin-right: 35px;
}

/* 共通css
------------------------------ */
.main_contents section{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 80px;
}
.main_contents h2 .orange{
    color: #FF8000;
}
.title_box{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    text-align: center;
    vertical-align: middle;
    padding: 7% 0 12%;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    -webkit-background-size: cover!important;
    background-size: cover!important;
    background: #ccc;
}
.title_box h1,.title_box p{
    position: relative;
    display: inline-block;
    color: #FFF;
    width: 440px;
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    font-feature-settings: 'palt' 1;
    padding: 20px 14px;
    text-shadow: 3px 3px 3px rgba(10,53,31,.66);
    background: rgba(51,162,96,.78);
    margin: auto;
    box-sizing: border-box;
}
.main_contents h3{
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1em;
    margin: 70px auto 32px;
    padding: 12px 0 12px 52px;
    background: #F9F5EB;
}
.main_contents h3:before{
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto 0;
}
.main_contents h3.h_icon:before{
    background-image: url(../images/human_icon2.png);
}
.main_contents h3.chart_icon:before{
    background-image: url(../images/chart_icon.png);
}
.main_contents h3.loupe_icon:before{
    background-image: url(../images/loupe_icon.png);
}
.main_contents h3.heart_icon:before{
    background-image: url(../images/heart_icon.png);
}
.main_contents h3.bag_icon:before{
    background-image: url(../images/bag_icon.png);
}
.main_contents h3.car_icon:before{
    background-image: url(../images/car_icon.png);
}
.main_contents h3.faq_icon:before{
    background-image: url(../images/faq_icon.png);
}
.main_contents h3.coin_icon:before{
    background-image: url(../images/coin_icon.png);
}
.main_contents h3.pin_icon:before{
    background-image: url(../images/pin_icon.png);
}
.main_contents h3.build_icon:before{
    background-image: url(../images/build_icon.png);
}
.main_contents h3.line_title,
#news_detail h2{
    position: relative;
    display: inline-block;
    color: #33A260;
    margin: 0 auto;
    padding: 0;
    background: none;
}
.main_contents h3.line_title:before{
    display: none;
}
.main_contents h3.line_title:after,
#news_detail h2:after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 9px;
    left: 0;
    bottom: -2px;
    background: #E1F6E9;
    z-index: -1;
}
.main_contents table,
#news_detail .contents table{
    width: 100%;
    border-top: 0.5px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
}
.main_contents table tr th,
#news_detail .contents table tr th{
    width: 205px;
    color: #FFF;
    text-align: left;
    padding: 16px;
    background: #72B342;
    border-bottom: 0.5px solid #FFF;
}
.main_contents table tr:last-child th,
#news_detail .contents table tr:last-child th{
    border-color: #B3B3B3;
}
.main_contents table tr td,
#news_detail .contents table tr td{
    padding: 16px;
    border-bottom: 0.5px solid #B3B3B3;
}

/* bread crumb */
.bread_crumb{
    position: relative;
    display: block;
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 14px 0 0;
    text-align: right;
}
.bread_crumb li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
}
.bread_crumb li:after{
    content: "　＞　";
}
.bread_crumb li:last-child:after{
    display: none;
}
.bread_crumb li a{
    display: inline-block;
    text-decoration: none;
    color: #33A260;
}
.bread_crumb li a:after{
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 1px solid #33A260;
    margin: 0 auto;
    border-radius: 1px;
}
.bread_crumb li a:hover{
    text-decoration: none;
}
.bread_crumb li a:hover:after{
    width: 100%;
}

.b_box{
    position: relative;
    display: block;
    padding: 40px 20px;
    background: #F9F5EB;
}

/* new_patients
------------------------------ */
#new_patients_h1{
    background-image: url(../images/new_patients_h1.jpg);
}
#concept li{
    width: 308px;
    height: auto;
    margin-right: 78px;
    margin-bottom: 60px;
}
#concept li:nth-child(3){
    margin-right: 0;
}
#concept li .pict{
    position: relative;
    display: block;
    width: 242px;
    height: 242px;
    border-radius: 50%;
    margin: 0 auto;
}
#concept li .pict img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#concept li h3{
    color: #33A260;
    text-align: center;
    line-height: 22pt;
    font-weight: 400;
    margin: 20px auto;
    padding: 0;
    background: none;
}
#concept .btn_list li:last-child{
    margin-right: 0;
}

#flow li{
    position: relative;
    display: block;
    padding-bottom: 65px;
}
#flow li:last-child{
    padding-bottom: 0;
}
#flow li:after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 13.5px 0 13.5px;
    border-color: #71b342 transparent transparent transparent;
    left: 142px;
    bottom: 19px;
}
#flow li:last-child:after{
    display: none;
}
#flow li .pict{
    width: 309px;
    height: 180px;
    margin-right: 30px;
    background: #33A260;
    border-radius: 9px;
    overflow: hidden;
}
#flow li .pict img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#flow li h3{
    margin-top: 10px;
    margin-bottom: 20px;
}
#flow li span{
    position: relative;
    display: block;
}

/* reason
------------------------------ */
#reason_h1{
    background-image: url(../images/reason_h1.jpg);
}
.point_list li{
    margin-bottom: 36px;
    padding-bottom: 48px;
    background: url(../images/dot_line.png) repeat-x bottom left;
    -webkit-background-size: 10px 4px;
    background-size: 10px 4px;
}
.point_list li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
}
.point_list li h3{
    margin-left: 58px!important;
    margin-bottom: 20px!important;
}
.point_list li h3 .num{
    position: absolute;
    display: block;
    width: 48px;
    height: 43px;
    color: #FFF;
    font-size: 13px;
    line-height: 14pt;
    text-align: center;
    letter-spacing: 0;
    padding-top: 5px;
    border-radius: 50%;
    background: #72B342;
    text-indent: 0;
    padding-left: 0;
    top: -12px;
    left: -58px;
}
.point_list li h3 .num span{
    position: relative;
    display: block;
    font-size: 24px;
}
.point_list li .pict{
    width: 259px;
    height: 184px;
    margin-left: 90px;
    border-radius: 9px;
    overflow: hidden;
}
.point_list li .pict img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.point_list li .text_link,
#price .text_link,#news_detail .contents .text_link{
    color: #FF8000;
    font-weight: 600;
}
.point_list li .text_link:before,
#price .text_link:before,
#news_detail .contents .text_link:before{
    content: "> ";
}
.point_list li .text_link:after,
#price .text_link:after,
#news_detail .contents .text_link:after{
    border-color: #FF8000;
    margin-top: -4px;
}

/* menu
------------------------------ */
#menu_h1{
    background-image: url(../images/menu_h1.jpg);
}
#menu_accident .fl_r{
    width: 287px;
    height: 210px;
    margin-left: 10px;
    background: #ccc;
    border-radius: 9px;
    overflow: hidden;
}
#menu_accident .fl_r img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#menu_accident .btn a{
    margin-top: 25px;
    margin-left: 0;
}

/* menu-子ページ
------------------------------ */
.about h2{
    padding-top: 0;
}
.about .pict,.about .pict-2{
    width: 268px;
    height: 190px;
    border-radius: 9px;
    margin-left: 32px;
    overflow: hidden;
    background: #ccc;
}
.about .pict-2{
    margin-left: 0;
    margin-right: 32px;
}
.about .pict img,.about .pict-2 img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.about span.num{
    position: relative;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: 600;
}
#sprain span.num{
    padding-left: 1.2em;
    letter-spacing: 0.02em;
}
.about span.num span{
    font-weight: 500;
}
.check_list li{
    position: relative;
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    padding-left: 26px;
    background: url(../images/check_icon.jpg) no-repeat top 3px left;
    -webkit-background-size: 21px;
    background-size: 21px;
}

/* sprain-dislocation */
#sprain-dislocation_h1{
    background-image: url(../images/sd_h1.jpg);
}
/* bruise-fracture */
#bruise-fracture_h1{
    background-image: url(../images/bf_h1.jpg);
}
/* stiff-shoulder */
#stiff-shoulder_h1{
    background-image: url(../images/ss_h1.jpg);
}
/* lumbago */
#lumbago_h1{
    background-image: url(../images/lumbago_h1.jpg);
}
/* sports */
#sports_h1{
    background-image: url(../images/sports_h1.jpg);
}
/* pelvis */
#pelvis_h1{
    background-image: url(../images/pelvis_h1.jpg);
}


/* accident
------------------------------ */
#accident_h1{
    background-image: url(../images/accident_h1.jpg);
}
#accident .point_list li .pict{
    width: 268px;
    height: 190px;
}
.flow_list{
    position: relative;
    text-align: center;
}
.flow_list li{
    position: relative;
    display: inline-block;
    width: 248px;
    margin-right: 138px;
    margin-bottom: 26px;
}
.flow_list li:first-child{
    margin-left: -15px;
    /*margin-left: -52px;*/
}
.flow_list li:nth-child(3n),
.flow_list li:nth-child(5){
    margin-right: 0;
}
.flow_list li .pict{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto 16px;
}
.flow_list h3.line_title{
    display: block;
}
.faq_list dt{
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 19px;
    padding: 5px 0 5px 48px;
    background: url(../images/q_icon.jpg) no-repeat center left 2px;
    -webkit-background-size: 38px;
    background-size: 38px;
}
.faq_list dd{
    position: relative;
    display: block;
    margin-bottom: 41px;
    padding: 5px 0 5px 48px;
    background: url(../images/a_icon.jpg) no-repeat center left 2px;
    -webkit-background-size: 38px;
    background-size: 38px;
}
.faq_list dd:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: url(../images/dot_line.png) repeat-x top left;
    -webkit-background-size: 10px 4px;
    background-size: 10px 4px;
    left: 0;
    bottom: -22px;
}
.faq_list dd:last-child:after{
    display: none;
}

/* price
------------------------------ */
#price_h1{
    background-image: url(../images/price_h1.jpg);
}
#price .about h3.strong{
    font-size: 20px;
    background: none;
    margin: 0 0 12px;
    padding: 0;
}
#price .about h3.strong:nth-of-type(2){
    margin-top: 55px;
}
#price .about ul{
    text-align: center;
}
#price .about ul li{
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 10px 82px 38px 0;
}
#price .about ul li:nth-child(3){
    margin-right: 0;
}
#price .about ul li .pict{
    width: 198px;
    height: 198px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
#price .about table tr th{
    background: #33A260;
}
#price .about table{
    border: 0.5px solid #B3B3B3;
    border-collapse: separate;
    border-radius: 9px;
    margin-bottom: 20px;
}
#price .about table tr:first-child th{
    border-top-left-radius: 9px;
}
#price .about table tr:last-child th{
    border-bottom-left-radius: 9px;
}
#price .about table tr:last-child td{
    border-bottom-right-radius: 9px;
}
#price .about table tr:nth-child(2n) td{
    background: #E1F6E9;
    border-right: 0.5px solid #B3B3B3;
}
#price .about .btn_list{
    margin-top: 60px;
}

/* service
------------------------------ */
#service_h1{
    background-image: url(../images/service_h1.jpg);
}
#service .about p:nth-child(3){
    margin-left: 268px;
}
#service .about .caution{
    margin-left: 32px;
}

/* about_us
------------------------------ */
#about_us_h1{
    background-image: url(../images/about_h1.jpg);
}
#profile .fl_r,#asumigaoka .fl_r{
    width: 204px;
    height: 204px;
}
#profile .fl_r img,#asumigaoka .fl_r img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#profile dl dt,#asumigaoka dl dt{
    position: relative;
    display: block;
    float: left;
    width: 74px;
    height: 16px;
    color: #FFF;
    text-align: center;
    background: #72B342;
    border-radius: 9px;
    line-height: 1em;
    margin: 15px 12px 0 0;
    padding: 7px 8px;
}
#profile dl dd,#asumigaoka dl dd{
    width: 800px;
    border-bottom: 1px dashed #B3B3B3;
    padding: 13px 0 10px;
}
#profile dl dt:first-child,#asumigaoka dl dt:first-child{
    margin-top: 0;
}
#profile dl dd:nth-child(2),#asumigaoka dl dd:nth-child(2){
    padding-top: 0;
}
#asumigaoka {
    padding-top: 100px;
}
#asumigaoka .ggmap{
    margin: 30px 0 0;
}
#asumigaoka .fl_r{
    border-radius: 50%;
    overflow: hidden;
}
.asumigaoka_images_wrapper {
    margin-top: 50px;
}
.asumigaoka_images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.asumigaoka_image {
    margin: 0;
}
.asumigaoka_image img {
    object-fit: cover;
    aspect-ratio: 518/366;
    max-width: 100%;
    vertical-align: top;
    border-radius: 9px;
}
.sumigaoka_images_text {
    margin-top: 10px;
}
#staff ul li{
    padding-bottom: 39px;
    background: url(../images/dot_line.png) repeat-x bottom left;
    -webkit-background-size: 10px 4px;
    background-size: 10px 4px;
}
#staff ul li:last-child{
    padding-bottom: 0;
    background: none;
}
#staff .pic{
    width: 245px;
    height: 229px;
    color: #FFF;
    text-align: center;
    margin-right: 24px;
    background: #FF8000;
    border-radius: 9px;
    overflow: hidden;
}
#staff .pic .text img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 9px;
}
#staff .pic .text{
    line-height: 1em;
}
#staff .pic .text span{
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    margin-right: 8px;
    padding: 3px 13px 1px;
    border: 1px solid #FFF;
    border-radius: 3px;
    top: -1px;
}
#staff ul li h3{
    position: static;
    color: #33A260;
    margin-top: 35px;
    margin-bottom: 8px;
    padding: 32px 0 0;
    background: none;
}

/* visit_care
------------------------------ */
#visit_care_h1{
    background-image: url(../images/visit_care_h1.jpg);
}
#visit_care .pict img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#visit_care .main_text{
    text-align: center;
    margin-top: 60px;
}
#visitcare_about .service_list{
    letter-spacing: -.4em;
    line-height: 0;
    margin: 0 0 30px;
}
#visitcare_about .service_list li{
    position: relative;
    display: inline-block;
    width: 518px;
    height: auto;
    letter-spacing: .03em;
    line-height: 18pt;
    border: 1px solid #33a261;
    border-radius: 9px;
    vertical-align: top;
    padding-bottom: 16px;
}
#visitcare_about .service_list li:first-child{
    margin-right: 40px;
}
#visitcare_about .service_list li h4{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    background: #33a261;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
#visitcare_about .service_list li .pict{
    width: 210px;
    height: auto;
    margin: 13px auto 20px;
}
#visitcare_about .service_list li p{
    margin: 0 20px 22px;
    padding-bottom: 18px;
    background: url(../images/dot_line.png) repeat-x bottom left;
    -webkit-background-size: 10px 4px;
    background-size: 10px 4px;
}
#visitcare_about .service_list li ol{
    letter-spacing: -.4em;
    line-height: 0;
    margin: 0 20px;
}
#visitcare_about .service_list li ol li{
    width: 126px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0;
    border: 0;
    padding-bottom: 0;
    margin-right: 58px;
    margin-bottom: 12px;
}
#visitcare_about .service_list li ol li:first-child{
    margin-right: 58px;
}
#visitcare_about .service_list li ol li:nth-child(3n){
    width: 108px;
    margin-right: 0;
}
#visitcare_about .service_list li ol li:before{
    content: "●";
    color: #33a261;
}
#visitcare_about .table{
    position: relative;
    display: block;
    border: 1px solid #b2b2b2;
    border-radius: 9px;
    overflow: hidden;
    margin-top: 36px;
}
#visitcare_about table{
    border-top: 0;
    border-right: 0;
}
#visitcare_about table tr th{
    color: #FFF;
    font-weight: 600;
    text-align: center;
}
#visitcare_about table tr th.color_g{
    text-align: left;
    background: #33a160;
    border-right: 1px solid #FFF;
}
#visitcare_about table tr th.color_p{
    background: #f17aa7;
    border-right: 1px solid #FFF;
}
#visitcare_about table tr th.color_b{
    background: #0078ba;
}
#visitcare_about table tr td{
    font-weight: 600;
    text-align: center;
}
#visitcare_about table tbody tr:last-child td{
    border-bottom: 0;
}
#visitcare_about table tr td.color_g{
    text-align: left;
    background: #e0f5e8;
    border-right: 1px solid #b2b2b2;
}
#visitcare_about table tr td.color_p{
    color: #fc58aa;
    border-right: 1px solid #b2b2b2;
}
#visitcare_about table tr td.color_b{
    color: #007aba;
}
#visitcare_about table tr td.none:before{
    content: "";
    position: relative;
    display: block;
    width: 110px;
    height: 1px;
    margin: 0 auto;
    top: -5px;
}
#visitcare_about table tr:nth-child(1) td.none:before{
    background: #fc58aa;
}
#visitcare_about table tr:nth-child(2) td.none:before{
    background: #007aba;
}
#visitcare_about table tr:nth-child(4) td{
    border-bottom: 0;
}
#visitcare_about .map_pict{
    width: 400px;
    height: auto;
}
#visitcare_about .area_list{
    width: 450px;
    letter-spacing: -.4em;
    line-height: 0;
    margin: 22px 0 28px;
}
#visitcare_about .area_list li{
    position: relative;
    display: inline-block;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: .04em;
    border: 1px solid #72b342;
    padding: 0 12px;
    margin-right: 9px;
    margin-bottom: 9px;
    border-radius: 9px;
}
#visitcare_about dl{
    margin: 0 auto 90px;
}
#visitcare_about dl dt{
    position: relative;
    display: block;
    float: left;
    width: 221px;
    height: 60px;
    color: #FFF;
    font-weight: 600;
    line-height: 60px;
    background: #72b342;
    padding-left: 17px;
    border-top: 1px solid #FFF;
}
#visitcare_about dl dt:last-of-type{
    border-bottom: 1px solid #72b342;
}
#visitcare_about dl dt:first-of-type{
    border-top: 1px solid #72b342;
}
#visitcare_about dl dd{
    margin-left: 238px;
    padding: 0 17px;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    line-height: 60px;
}

/*#visitcare_about dl dt:nth-child(15){
    border-bottom-width: 2px;
    border-bottom-color: #72b342;
}*/
#visitcare_about dl dd:last-child{
    border-bottom: 1px solid #b2b2b2;
}
.visitcare_box{
    position: relative;
    display: block;
    width: 1000px;
    height: 184px;
    padding: 40px;
    background: #f9f5eb;
}
.visitcare_box .pict{
    width: 302px;
    height: 235px;
    margin-top: -25px;
}
.visitcare_box p{
    font-size: 22px;
    font-weight: 600;
    line-height: 24pt;
    letter-spacing: -.01em;
    margin-bottom: 20px;
}
.visitcare_box .white_box{
    position: relative;
    display: block;
    /* width: 589px; */
    width: 660px;
    /* height: 56px; */
    letter-spacing: -.4em;
    line-height: 0;
    padding: 20px 38px;
    background: #FFF;
    border-radius: 9px;
}
.visitcare_box .white_box li{
    position: relative;
    display: inline-block;
    letter-spacing: .04em;
    line-height: 1em;
    vertical-align: top;
}
.visitcare_box .white_box li:first-child span,
.visitcare_box .white_box li:nth-of-type(2) span{
    position: relative;
    display: block;
    color: #33a260;
    font-size: 29px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 10px;
}
.visitcare_box .white_box li:nth-child(2),
.visitcare_box .white_box li:nth-child(3){
    margin-left: 26px;
}
.visitcare_box .white_box li:nth-child(3) span{
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 14px;
    letter-spacing: 0;
}
#nursing_home picture{
    display: block;
    margin-bottom: 70px;
}
#nursing_home img{
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
#nursing_home figure{
    margin: 0;
}
#nursing_home p.center{
    text-align: center;
}
#nursing_home .layout_flex{
    display: flex;
    flex-wrap: wrap;
}
#nursing_home .box ul.layout_flex{
    gap: 53px 33px;
}
#nursing_home .box ul.layout_flex li{
    max-width: 338px;
    width: 100%;
}
#nursing_home .box ul.layout_flex li figcaption{
    position: relative;
    display: block;
    line-height: 1.38;
    margin-top: 15px;
}
#nursing_home .box:nth-of-type(3) table{
    border-top: 0;
}
#nursing_home .box:nth-of-type(3) table tr th{
    color: #000;
    width: 318px;
    background: #E0F5E8;
}
#nursing_home .box:nth-of-type(3) table tr:last-child th{
    border-bottom-color: #FFF;
}
#nursing_home .box:nth-of-type(3) table tr:first-child td{
    border-top: 0.5px solid #B3B3B3;
}
#nursing_home .box .ggmap{
    margin-top: 50px;
}
#nursing_home .box .ggmap iframe{
    width: 100%;
}
#nursing_home .box .circle{
    position: relative;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1;
    margin: 20px auto 10px;
}
#nursing_home .box .circle::before{
    content: "●";
    color: #33A160;
}
#nursing_home .box .green{
    color: #33A160;
    font-weight: 600;
    padding-right: 10px;
}
#nursing_home .b_box{
    margin-top: 85px;
    padding: 13px 29px 16px 40px;
}
#nursing_home .b_box .layout_flex{
    justify-content: space-between;
}
#nursing_home .b_box .layout_flex.pict_r_contents{
    align-items: center;
    flex-direction: row-reverse;
}
#nursing_home .b_box .flex_l{
    max-width: 671px;
    width: 100%;
}
#nursing_home .b_box .flex_l .fw_6{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -.02em;
}
#nursing_home .b_box img{
    max-width: 301px;
    width: 100%;
}
#nursing_home .b_box .white{
    margin-top: 20px;
    padding: 20px 38px;
    border-radius: 9px;
    background: #FFF;
}
#nursing_home .b_box .white .flex_l{
    max-width: unset;
    width: auto;
}
#nursing_home .b_box .white p{
    position: relative;
    display: block;
    line-height: 1;
}
#nursing_home .b_box .white .tel,
#nursing_home .b_box .white .fw_6{
    margin-top: 10px;
}
#nursing_home .b_box .white .tel{
    position: relative;
    display: block;
    color: #33A260;
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
}

/* contact
------------------------------ */
#contact_h1,#thanks_h1{
    background-image: url(../images/contact_h1.jpg);
}
#tel_contact h2{
    padding-top: 0;
}
#tel_contact .contact_box{
    margin-top: 0;
}
#tel_contact .b_box .tel_number{
    width: 352px;
    height: 36px;
    background-image: url(../images/tel_number_new.png);
}
#tel_contact .b_box .business_hour{
    font-size: 16px;
    line-height: 18pt;
    letter-spacing: 0.07em;
    margin-left: 80px;
    margin-bottom: 12px;
}
#tel_contact .b_box .business_hour span{
    position: relative;
    display: inline-block;
    color: #178F3E;
    font-weight: 600;
    margin-left: -79px;
    margin-right: 14px;
}

#contact_form dl{
    position: relative;
    display: block;
    border-top: 0.5px solid #B3B3B3;
    border-right: 0.5px solid #B3B3B3;
    margin-top: 50px;
}
#contact_form dl:before{
    content: "";
    position: absolute;
    display: block;
    width: 205px;
    height: 100%;
    background: #72B342;
    top: 0;
    left: 0;
    z-index: -1;
}
#contact_form dl dt{
    position: relative;
    display: block;
    float: left;
    width: 173px;
    color: #FFF;
    padding: 28px 16px 23px;
}
#contact_form dl dd{
    position: relative;
    display: block;
    padding: 22px 16px 21.5px 221px;
    border-bottom: 0.5px solid #B3B3B3;
}
#contact_form dl dd input[type="text"],
#contact_form dl dd input[type="email"]{
    width: 347px!important;
    height: 29px!important;
}
#contact_form dl dd input[type="tel"]{
    width: 218px!important;
    height: 29px!important;
}
#contact_form dl dd:before{
    content: "";
    position: absolute;
    display: block;
    width: 205px;
    height: 0.5px;
    border-bottom: 0.5px solid #FFF;
    left: 0;
    bottom: -0.5px;
}

#privacy_policy{
    position: relative;
    display: block;
    height: 210px;
    border: 1px solid #B3B3B3;
    margin: 33px auto 45px;
    text-align: left;
}
#content-1{
    position: relative;
    display: block;
    width: 1080px;
    height: 210px;
    margin: 0 auto;
}
#content-1 .mCSB_scrollTools{
    height: 200px!important;
    margin: auto 0;
}
#content-1 .mCSB_inside > .mCSB_container{
    margin-right: 0!important;
}
#content-1 .mCSB_scrollTools .mCSB_draggerRail{
    width: 8px!important;
    background-color: rgba(0,0,0,0)!important;
}
#content-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 8px!important;
    background-color: #33A160!important;
}
#content-1 h3{
    font-size: 16px;
    font-weight: 600;
    color: #33A160;
    margin: 0 0 20px;
    padding: 36px 0 0 36px;
    background: none;
}
#content-1 p{
    font-size: 16px;
    padding: 0 36px 36px;
}

#mailformpro .btn button{
    position: relative;
    display: block;
    width: 240px;
    height: 52px;
    color: #FFF;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic,
                 'ヒラギノ角ゴシック Pro W3', 'Hiragino Kaku Gothic Pro',
                 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
                 メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #FF8000;
    border-radius: 9px;
    cursor: pointer;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    box-shadow: none;
    border: 0;
    overflow: hidden;
}
#mailformpro .btn button:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/btn_before.png) no-repeat bottom center;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -4px;
}
#mailformpro .btn button:hover{
    opacity: .7;
}
.submit[disabled] {
    opacity: 0.8;
    cursor: default!important;
}
.submit[disabled]:before{
    display: none;
}
.submit[disabled]:hover{
    opacity: 0.8;
    background: #288063!important;
    cursor: default!important;
}

/* thanks
------------------------------ */
#thanks_h1 h1{
    width: 600px;
}
#thanks section{
    text-align: center;
    font-size: 18px;
    line-height: 26pt;
}
#thanks h2{
    line-height: 35pt;
}

/* contact_box */
.contact_box{
    margin: 135px auto 0;
    padding: 36px 40px;
}
.contact_box .fl_l{
    width: 477px;
    line-height: 18pt;
    margin-right: 36px;
}
.contact_box .logo{
    position: relative;
    display: block;
    width: 300px;
    height: 27px;
    text-indent: -9999px;
    background: url(../images/logo_s.png) no-repeat 0 0;
    -webkit-background-size: 148px 27px;
    background-size: 148px 27px;
    margin-bottom: 10px;
}
.contact_box .logo span{
    position: absolute;
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    text-indent: 0;
    padding: 4px 6px;
    background: #72B242;
    top: 3px;
    right: 0;
}
.contact_box .tel_number{
    width: 223px;
    height: 24px;
    background-image: url(../images/tel_black_new.png);
    margin-top: 10px;
    margin-bottom: 15px;
}
.contact_box .btn_list{
    text-align: left;
}
.contact_box .btn_list li:first-child{
    margin-right: 18px;
}
.contact_box .btn_list li a{
    width: 224px;
}
.contact_box .fl_r{
    width: 477px;
    font-size: 14px;
    line-height: 18pt;
}
.contact_box table.plans{
    margin-bottom: 15px;
}
.contact_box table.plans tr th,
.contact_box table.plans tr td{
    padding: 6px 9px!important;
}
#top_access .fl_l .caution a,
.contact_box .caution a{
    text-decoration: underline;
}
#top_access .fl_l .caution a:hover,
.contact_box .caution a:hover{
    text-decoration: none;
}

/* news
------------------------------ */
#news_h1{
    background-image: url(../images/news_h1.jpg);
}
#news{
    width: 786px;
    margin-right: 62px;
    padding-top: 80px;
}
.news_list li{
    margin-bottom: 27px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #B3B3B3;
}
.news_list li.none{
    text-align: center;
    border-bottom: 0;
}
.news_list li .news_pict a{
    position: relative;
    display: block;
    width: 195px;
    height: 137px;
    margin-right: 24px;
}
.news_list li .news_pict a:hover{
    opacity: .7;
}
.news_list li .news_pict a img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.news_list li .text_box{
    width: 567px;
}
.news_list li .date,
#news_detail .date{
    font-size: 14px;
    margin-right: 12px;
}
.news_list li .tag li{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.news_list li .tag li a,
#news_detail .tag li a{
    color: #FFF;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0.07em;
    padding: 1px 8px;
    border-radius: 9px;
}
.news_list li .tag li.news a,
#news_detail .tag li.news a{
    background: #FF8000;
}
.news_list li .tag li.blog a,
#news_detail .tag li.blog a{
    background: #72B342;
}
.news_list li .tag li a:hover,
#news_detail .tag li a:hover{
    opacity: .7;
}
.news_list li h2{
    color: #33A260;
    font-size: 20px;
    line-height: 1em;
    margin: 12px auto 16px;
}
.news_list li h2 a:after{
    margin-top: 0;
}

/* page-nav */
ul.page_navi{
    display: none;
}
ul.page_navi li{
    display: none;
}
ul.page-nav {
    clear: both;
    float: none;
    margin: 50px auto;
    text-align: center;
}
#news ul.page-nav{
    margin: 0 auto;
    padding: 50px 0;
}
.page-nav li {
    display: inline;
    list-style: none outside none;
}
.page-nav li a {
    border: 0.5px solid #B3B3B3;
    color: #666;
    text-decoration: none;
    border-radius: 3px;
}

.page-nav li a:hover {
    border-color: #33A260;
    color: #33A260;
}
.page-nav li a:active {
    box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
    top:1px;
}

.page-nav li.current span {
    border: 1px solid #33A260;
    background: #FFF;
    color: #33A260;
    font-weight: bold;
    border-radius: 3px;
}
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span {
    background: rgb(248,248,248);
    border: 1px solid rgb(230,230,230);
    color: rgb(180,180,180);
    text-decoration: none;
    border-radius: 3px;
}

.page-nav li.page_nums span {
    background: rgb(102,102,102);
    border: 1px solid rgb(51,51,51);
    color: rgb(255,255,255);
}
.page-nav li a,
.page-nav li.current span,
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span,
.page-nav li.page_nums span {
    padding: 0.25em 0.8em;
    display: inline-block;
    position:relative;
}

/* news_detail
------------------------------ */
#news_detail h1{
    color: #33A260;
    font-size: 26px;
    line-height: 1em;
    margin-top: 12px;
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 2px dotted #B3B3B3;
}
#news_detail h2{
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
}
#news_detail .btn a{
    width: 175px;
    height: 27px;
    font-weight: 600;
    border-radius: 0;
    background: #33A260;
    margin: 20px auto 0;
    padding: 8px 0 0;
}
#news_detail .btn a:before{
    display: none;
}
#news_detail .btn a:after{
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 13px;
    background: url(../images/arrow_white.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto 0;
}
#news_detail .contents img{
    max-width: 100%;
    height: auto;
}
#news_detail .contents table tr th{
    width: 220px;
}
#news_detail .contents .check_list li{
    margin-right: 50px;
}

.adjacent_post_links {
    margin: 10px 0 0;
    font-size: 87.5%;
    line-height: 1.4em;
    letter-spacing: 0.05em;
}
.adjacent_post_links ul {
    margin: 83px 0 0;
}
.adjacent_post_links ul:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.adjacent_post_links li {
    width: 388px;
    height: auto;
}
.adjacent_post_links li a {
    position: relative;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    background: #ccc;
    text-align: right;
    padding: 9px 0 7px;
}
.adjacent_post_links li a:hover {
    opacity: .7;
}
.adjacent_post_links li a:before{
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 13px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.adjacent_post_links li.previous {
    float: left;
}
.adjacent_post_links li.previous a{
    padding-left: 26px;
    text-align: left;
}
.adjacent_post_links li.previous a:before{
    background-image: url(../images/arrow_green.png);
    left: 10px;
    transform: rotateY( 180deg );
}
.adjacent_post_links li.next{
    float: right;
}
.adjacent_post_links li.next a{
    padding-right: 26px;
}
.adjacent_post_links li.next a:before{
    background-image: url(../images/arrow_green.png);
    right: 10px;
}

/* aside
------------------------------ */
aside{
    width: 232px;
    padding-top: 80px;
}
aside h3{
    position: relative;
    display: block;
    width: 96px;
    color: #33A260;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 12px;
    padding: 7px 0 7px 30px;
    background: #E1F6E9;
    border-radius: 9px;
}
aside h3.blog_title{
    padding-left: 40px;
}
aside h3:before{
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/pen_icon.png) no-repeat center left;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
aside h3.blog_title:before{
    left: 22px;
}
aside ul li{
    margin-bottom: 18px;
    line-height: 18pt;
}
aside .date{
    position: relative;
    display: block;
    font-size: 14px;
}
aside .title{
    position: relative;
    display: block;
}
aside .title:before{
    content: "> ";
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
}
aside .title a{
    position: relative;
    display: block;
    color: #000;
    text-decoration: underline;
    margin-left: 14px;
}
aside .title a:hover{
    text-decoration: none;
}
aside .btn a{
    width: 98px;
    height: 20px;
    font-size: 14px;
    color: #000;
    letter-spacing: -0.02em;
    background: #E1F6E9;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 42px;
    border-radius: 5px;
}
aside .btn a:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #ff9100;
    background: none;
    margin-right: 2px;
}

/* 404
------------------------------ */
#yonmaruyon section p{
    font-size: 18px;
    line-height: 22pt;
}

/* footer
------------------------------ */
footer{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #FFF;
    line-height: 18pt;
    margin-top: 186px;
    padding: 36px 0 0;
    background: #33A160;
}
footer:before{
    content: "";
    position: absolute;
    display: block;
    width: 1080px;
    height: 71px;
    background: url(../images/footer_before.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    top: -71px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
footer .fl_l{
    margin-right: 98px;
}
#footer_logo a{
    position: relative;
    display: block;
    width: 128px;
    height: 24px;
    text-indent: -9999px;
    background: url(../images/footer_logo.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 18px;
}
#footer_logo a:hover{
    opacity: .7;
}
footer .tel_number{
    width: 200px;
    height: 21px;
    margin-top: 18px;
    background-image: url(../images/tel_white_new.png);
}
.footer_menu{
    width: 727px;
}
.footer_menu li{
    position: relative;
    display: inline-block;
    width: 160px;
    line-height: 22pt;
}
.footer_menu li:nth-child(7),
.footer_menu li:nth-child(10),
.footer_menu li:last-child{
    width: 320px;
}
.footer_menu li:before{
    content: "-";
}
.footer_menu li a{
    color: #FFF;
    font-size: 12px;
}
.footer_menu li a:after{
    border-width: 1px;
    border-color: #FFF;
    margin-top: -7px;
}
footer .bottom_text{
    position: relative;
    display: block;
    margin: 44px auto;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: contain;
    background-size: contain;
}
#copyright{
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    margin-top: 36px;
    padding: 20px 0 16px;
    background: #FFF;
}
#copyright a{
    color: #000!important;
}
#copyright a:after{
    border-width: 1px;
    border-color: #000;
    margin-top: 1px;
    letter-spacing: 0.07em;
}
.pagetop a{
    display: none;
}
