@charset "utf-8";
/* *******************************************************************************
-------------------------------------------------------------
■ PC
-------------------------------------------------------------
 1. title
 ├ 1-1. h2
 ├ 1-2. h3
 └ 1-3. h4 
 2. bt
 3. base template
 4. SNS
 5. table
 ├ 5-1. default
 ├ 5-3. table01 
 ├ 5-3. table02 
 └ 5-4. hours
 6. 汎用プロパティ
 ├ 6-1. float
 ├ 6-2. margin
 ├ 6-3. text-align
 ├ 6-4. 画像の配置
 ├ 6-5. 画像の装飾
 └ 6-6. rollover（透過）
 7. その他テンプレート
 ├ 7-1. ビフォーアフター
 ├ 7-2. list
 ├ 7-3. flow
 └ 7-4. qa
 8. MAP
 9. 管理画面
 10. pc sp change
 11. others
 12. 下層TPL
 13. お問い合わせバナー(フッター下部固定)

------------------------------------------------------------- 
■ Tablet
-------------------------------------------------------------
 3. base template
 └ 3-1. top bn
 
------------------------------------------------------------- 
■ SmartPhone
-------------------------------------------------------------
 2. bt
 3. base template
 └ 3-1.画像横並び
 5. table
 └ 5-4. hours
 7. その他テンプレート
 └ 7-1. ビフォーアフター
 8. MAP
 10. pc sp change

******************************************************************************* */


/* ----------------------------------------------------------
■    2017/11/23  start
----------------------------------------------------------- */
/* =====================================
　■　バセドウ病 basedoubyou_test
===================================== */
.gnv_tmp_h3_bg.pink,
.h2_bg.pink {
    background: url(/asset/bg-title_pink.jpg) repeat left top;
    background-size: 18px 18px;
}
.width_auto img,
.text_image.width_auto img,
.text_image.width_auto.b_11 .b_11_in span img {
   width: auto !important;
   max-width: 100%;
}
.case_section {
   padding-top: 62px;
}
.case_box {
    background: url(/asset/basedoubyou_bg.jpg) repeat left top;
    padding: 39px 30px 44px;
    border-radius: 5px;
}
.case_box .inner {
    position: relative;
    background: #fff;
    padding: 67px 22px 73px;
}
.case_box .inner:before {
    display: block;
    content:"";
    background: url(/asset/basedoubyou_img04.png) no-repeat center center;
    position: absolute;
    top: -101px;
    height: 131px;
    width: 415px;
    left: 50%;
    margin-left: -207px;
}
.case_box dl {
    letter-spacing: 0.08em;
    line-height: 1.3;
}
.case_box dl dt {
    position: relative;
    padding-left: 1em;
}
.case_box dl dt:before {
    display: block;
    content:"";
    position: absolute;
    top: 60%;
    left: 0;
    background: #f9afa9;
    height: 12px;
    width: 12px;
    margin-top: -6px;
}
.case_box dl dd {
    border-bottom: 2px dotted #d0c9c7;
    padding-bottom: 12px;
    margin-bottom: 10px;
}
.case_box dl dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
.case_section {
   padding-top: 45px;
}
.case_box .inner:before {
    top: -82px;
    height: 95px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    background-size: 300px 95px;
}
.case_box .inner {
    padding: 45px 22px;
}
}
@media screen and (max-width: 480px) {
.case_section {
   padding-top: 35px;
}
.case_box {
    background: url(/asset/basedoubyou_bg.jpg) repeat left top;
    padding: 30px 25px 30px;
}
.case_box .inner:before {
    background: url(/asset/basedoubyou_img04.png) no-repeat center center;
    top: -60px;
    height: 66px;
    width: 210px;
    margin-left: -105px;
    background-size: 210px 66px;
}
.case_box .inner {
    padding: 35px 22px;
}
}
/* =====================================
　■　橋本病 koujyousen_test
===================================== */
.hashimoto_symptom {
    background: #fff;
    padding: 32px 20px;
}
.hashimoto_symptom .pic_list {
    max-width: 520px;
    margin: 0 auto 33px;
}
.hashimoto_symptom .pic_list li {
    width: 48%;
    max-width: 198px;
    float: left;
}
.hashimoto_symptom .pic_list li:last-child {
    float: right;
}
.hashimoto_symptom .pic_list li img {
    width: 100%;
}

.hashimoto_symptom .detail_list li {
    border-bottom: 3px dotted #fcd3ae;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.hashimoto_symptom .detail_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.hashimoto_symptom .detail_list li div.item {
    display: table;
    width: 100%;
}
.hashimoto_symptom .detail_list li div.icon {
    display: table-cell;
    width: 72px;
}
.hashimoto_symptom .detail_list li div.txt {
    display: table-cell;
    padding-left: 40px;
}
@media screen and (max-width: 767px) {
.hashimoto_symptom .detail_list li div.txt {
    padding-left: 20px;
}
}


/* =====================================
　■　甲状腺の病気 koujyousen_test
===================================== */
.koujyousen_symptom {
    background: #fff;
    padding: 20px;
}
.koujyousen_symptom .item .photo {
    float: left;
    width: 57%;
    max-width: 374px;
}
.koujyousen_symptom .item .txt_box {
    float: right;
    width: 40%;
}
.koujyousen_symptom .item dl {
    line-height: 1.8;
}
.koujyousen_symptom .item dt {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 10px;
}
.koujyousen_symptom .item dt:before {
    display: block;
    content:"";
    position: absolute;
    top: 5px;
    left: 0;
    background: #fed1d1;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
.koujyousen_symptom .item dt.blue:before {
    background: #ccf0fc;
}
.koujyousen_symptom .ic_01 li {
    padding: 0 0 0 20px;
}
.koujyousen_symptom .ic_01 li:before {
    top: 10px;
}
.koujyousen_symptom .ic_01.blue li:before {
    background: #ccf0fc;
}
.other_box {
    border: 2px solid #ffd2d2;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 13px;
    margin-top: 10px;
}
.other_box.pink {
    border: 2px solid #ffd2d2;
}
.other_box.blue {
    border: 2px solid #c0e3ee;
}
.sick_box {
    border: 3px solid #fabeba;
    padding: 15px;
    background: #fff;
}
.sick_box .title {
    font-size: 32px;
    color: #ed948d;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.24em;
    font-family: "秀英明朝 M", "Shuei Mincho M";
    border-bottom: 3px dotted #f79e97;
    padding-bottom: 15px;
    margin-bottom: 18px !important;
}
.sick_box .ic_01 li {
    position: relative;
    padding: 0 0 0 20px;
}
.sick_box .ic_01 li:before {
    top: 13px;
}
.sick_box .ic_01 li span {
    display: inline;
    width: auto;
    padding: 0;
}
.sick_box .ic_01 li span:before {
    display: none;    
}
span.bold {
    vertical-align: top;
    text-shadow: 0.1px 0.1px 0 #000;
}
@media screen and (max-width: 767px) {
.koujyousen_symptom .item .photo {
    float: none;
    width: 100%;
    max-width: none;
}
.koujyousen_symptom .item .txt_box {
    float: none;
    width: 100%;
    margin-top: 20px;
}
.sick_box .title {
    font-size: 24px;
    letter-spacing: 0.24em;
}
}

/* =====================================
　■　結節性甲状腺腫 
kessetsuseikouzyousenshu_test
===================================== */
.cancer_item {
    border-top: 8px solid #f79e97;
    border-bottom: 1px solid #f79e97;
    border-right: 1px solid #f79e97;
    border-left: 1px solid #f79e97;
    background: #fff;
    padding: 17px 15px;
}
.cancer_item .title {
    font-size: 20px;
    color: #453631;
    line-height: 1.3;
    letter-spacing: 0.2em;
    font-family: "秀英明朝 M", "Shuei Mincho M";
}
.kessetsuseikouzyousenshu_symptom {
    background: url(/asset/kessetsuseikouzyousenshu_bg01.jpg) no-repeat center top,url(/asset/kessetsuseikouzyousenshu_bg02.jpg) no-repeat center bottom;
    padding: 30px 0;
    background-size: 100% auto;
}
.kessetsuseikouzyousenshu_symptom .inner {
    padding: 20px 20px;
    background: #fff;
}
.kessetsuseikouzyousenshu_symptom .title {
    font-size: 32px;
    color: #ed948d;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.42em;
    font-family: "秀英明朝 M", "Shuei Mincho M";
    border-bottom: 3px dotted #f79e97;
    padding-bottom: 15px;
    margin-bottom: 18px !important;
}
.kessetsuseikouzyousenshu_symptom li {
    width: 46%;
    margin-left: 8%;
    float: left;
    background: url(/asset/kessetsuseikouzyousenshu_bg04.jpg) no-repeat center center;
    background-size: cover; 
    padding: 30px 20px 25px;
    box-sizing: border-box;
}
.kessetsuseikouzyousenshu_symptom li:first-child {
    margin-left: 0;
    background: url(/asset/kessetsuseikouzyousenshu_bg03.jpg) no-repeat center center;
    background-size: cover; 
}
.kessetsuseikouzyousenshu_symptom li .lead {
    font-size: 22px;
    color: #453631;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: "秀英明朝 M", "Shuei Mincho M";
    margin-bottom: 18px !important;
}
@media screen and (max-width: 767px) {
.kessetsuseikouzyousenshu_symptom {
    background: url(/asset/kessetsuseikouzyousenshu_bg01sp.jpg) no-repeat center top,url(/asset/kessetsuseikouzyousenshu_bg02sp.jpg) no-repeat center bottom;
    padding: 30px 0;
}
.kessetsuseikouzyousenshu_symptom .title {
    font-size: 24px;
    letter-spacing: 0.24em;
}
.kessetsuseikouzyousenshu_symptom li {
    width: 100%;
    margin-left: 0;
    float: none;
    background: url(/asset/kessetsuseikouzyousenshu_bg04sp.jpg) no-repeat center center;
    background-size: cover; 
    padding: 30px 20px 25px;
    box-sizing: border-box;
    margin-top: 25px;
}
.kessetsuseikouzyousenshu_symptom li:first-child {
    margin-left: 0;
    background: url(/asset/kessetsuseikouzyousenshu_bg03sp.jpg) no-repeat center center;
    background-size: cover; 
    margin-top: 0;
}
}

/* ----------------------------------------------------------
■    2017/11/23  end
----------------------------------------------------------- */







/* 0306 */
.under .case_table table {
    width: 100%;
}
.under .case_table table th {
    border: 1px solid #fec9b8;
    padding: 10px;
    text-align: left;
    line-height: 1.5;
}
.under .case_table table td {
    border: 1px solid #fec9b8;
    padding: 10px;
    text-align: left;
    line-height: 1.5;
    background: #fff;
}
.under .case_table table thead th {
    background: #feded1;
}
.under .case_table table tbody th {
    background: #fef6f2;
    width: 50%;
}
.under .case_table table td.bg01 {
    background: #ffe3c2;
}
.under .case_table table td.bg02 {
    background: #f2f4e4;
}
.under .num_sub {
    font-size: 65%;
    vertical-align: top;
}



/* 0228  
#mainimage .mainimage_right_inner .top_img {
    width: 47%;
    max-width: 576px;
    margin: 0 auto;
}
#mainimage .mainimage_right_inner .top_img img {
    width: 100%;
}
#mainimage .gray_box .mainimage_ttl {
    letter-spacing: 0.3em;
}
@media screen and (max-width: 959px) {
#mainimage .mainimage_right_inner .top_img {
    width: 100%;
    max-width: none;
    margin: 0 auto 35px;
}
}*/


/* ******************************************************************************* */
.main_catch {
    position: absolute;
    top: 0;
    right: 13%;
    width: 19.5%;
    height: 100%;
    z-index: 1000;
    padding: 10px 0 20px;
    box-sizing: border-box;
}
.main_catch .catch_box {
    display: table;
    width: 100%;
    height: 100%;
}
.main_catch .catch_box .inner {
    display: table-cell;
    vertical-align: middle;
}
.main_catch_full {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 0;
}
.main_catch_full img {
    width: 100%;
}

@media screen and (max-width: 767px) {
.main_catch {
    top: 6%;
    right: 21%;
    width: 57%;
    padding: 0;
}
.main_catch .catch_box,
.main_catch .catch_box .inner {
    display: block;
}
}

.fadeIn {
        -webkit-animation-name: fadeIn;
        -ms-animation-name: fadeIn;
        animation-name: fadeIn;
        animation-delay: 1.5s;
        -webkit-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1.8s;

        -ms-animation-duration: 1.8s;
        animation-duration: 1.8s;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeInDown {
        -webkit-animation-name: fadeInDown;
        -ms-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1.8s;
        -ms-animation-duration: 1.8s;
        animation-duration: 1.8s;
}
@-webkit-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
}
@keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
}


/* ----------------------------------------------------------
■    TOP
----------------------------------------------------------- */
.tab_sp {
    display: none;
}

@media screen and (max-width: 959px) {
.pc_tab {
    display: none;
}
.tab_sp {
    display: block;
}
#content {
  padding: 0 30px !important;
}
}
@media screen and (max-width: 479px) {
#content {
  padding: 0 10px !important;
}
}
/* =====================================
　■　Header
===================================== 
#header {
   position: fixed;
   width: 100%;
   z-index: 9999;
   transition: all 0.5s ease 0s;
   top: 0;
}
#header .inner {
   width: 100%;
   margin: 0;
   padding: 0;
}
#header h1,
#header a.logo {
   width: 36%;
   max-width: 600px;
   margin-left: 10px;
   float: left;
   margin-top: 14px;
}
#header h1 img,
#header a.logo img {
   width: 100%;
   max-width: 600px;
   margin: 0;
   padding: 0;
}
#header .rightBox {
   width: 330px;
   float: right;
   margin: 0;
   padding: 0;
}
#header .rightBox .pc_web,
#header .rightBox .pc_inq {
   display: block;
   width: 50%;
   float: right;
}
#header .rightBox .pc_web img,
#header .rightBox .pc_inq img {
   width: 100%;
}
#gnav {
   width: 48%;
   max-width: 990px;
   float: right;
   background: #fff;
   padding: 0;
}
.nav {
   border: none;
   width: 100%;
   max-width: none;
}
.nav > li {
   box-sizing: border-box;
   border-right: 1px solid #b8b8b8; 
}
.nav > li.nav01 {
   border-left: 1px solid #b8b8b8; 
   width: 12%;
}
.nav > li.nav02 {
   width: 19%;
}
.nav > li.nav03,
.nav > li.nav04 {
   width: 14.5%;
}
.nav > li.nav05 {
   width: 19%;
}
.nav > li.nav06 {
   width: 21%;
}
.nav > li > a, 
.nav > li > span {
   color: #333333;
   display: block;
   line-height: 75px;
   text-decoration: none;
   font-size: 15px;
   letter-spacing: 0.22em;
}
.nav > li.nav01 > a {
   letter-spacing: 0.3em;
}
.nav > li > a:hover, 
.nav > li > span:hover {
   background: none;
   opacity: 0.6;
}

.sub {
   background: rgba(255, 255, 255, 0.9);
   margin: 0 auto;
   overflow: hidden;
   position: fixed;
   width: 100%;
   padding: 59px 0;
   box-sizing: border-box;
}
.g_nav_sub {
   margin: 0 auto;
   max-width: 960px;
   text-align: center;
}
.sub li {
   display: inline-block;
   width: auto;
   margin-right: 67px;
}
.sub li:last-child {
   margin-right: 0;
}
.sub li a {
   display: block;
   background: none;
   width: 100%;
   padding: 0;
   margin: 0;
   text-decoration: none;
   color: #333333;
   line-height: 1.3;
   font-size: 15px;
}
.sub li a:hover {
   background: none;
   color: #febbbb;
}

@media screen and (min-width: 1601px) and (max-width: 1850px) {
#header h1,
#header a.logo {
   margin-top: 9px;
}
#header .rightBox {
   width: 288px;
}
#gnav {
   width: 44.5%;
}
.nav > li.nav01 {
   width: 10%;
}
.nav > li.nav05 {
   width: 21%;
}
.nav > li > a, 
.nav > li > span {
   line-height: 65px;
   font-size: 14px;
   letter-spacing: 0;
}
.nav > li.nav01 > a {
   letter-spacing: 0;
}
.sub {
   padding: 20px 0;
}
.sub li a {
   font-size: 13px;
}
}
@media screen and (min-width: 1401px) and (max-width: 1500px) {
#gnav {
   width: 58%;
}
#header h1,
#header a.logo {
   margin-top: 14px;
   max-width: 480px;
}
.nav > li > a, 
.nav > li > span {
   font-size: 14px;
}
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
#header h1,
#header a.logo {
   width: 600px;
   margin-top: 13px;
}
#header .rightBox {
   width: 320px;
   margin: 0;
}
#gnav {
   width: 100%;
   max-width: none;
   padding: 10px;
   box-sizing: border-box;
   float: none;
   clear: both;
   border-top: 1px solid #b8b8b8;
}
.nav > li > a, 
.nav > li > span {
   font-size: 13px;
   line-height: 50px;
   letter-spacing: 0;
}
.nav > li.nav01 {
   border-left: none;
}
.nav > li.nav06 {
   border: none;
}
.nav > li.nav01 > a {
   letter-spacing: 0.05em;
}
.sub {
   padding: 40px 0;
}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
#header h1,
#header a.logo {
   width: 410px;
   margin-top: 6px;
}
}
@media screen and (max-width: 767px) {
#header h1,
#header a.logo {
   width: 340px;
   max-width: none;
   margin-top: 28px;
}
#header h1 img,
#header a.logo img {
   max-width: none;
}
#header .rightBox {
   width: 110px;
   max-width: none;
   margin: 0;
} 
#header #menu_button {
   display: block;
   width: 100%;
}
#header #menu_button img {
   display: block;
   width: 100%;
   max-width: none;
   padding: 0;
   margin: 0;
}
#gnav {
   width: 100%;
   max-width: none;
   clear: both;
   float: none;
}
.nav > li.nav01,
.nav > li.nav02,
.nav > li.nav03,
.nav > li.nav04,
.nav > li.nav05,
.nav > li.nav06 {
   border-left: none; 
   width: 100%;
}
.nav > li > a, 
.nav > li > span {
   display: block;
   width: 100%;
   padding: 15px 10px;
   box-sizing: border-box;
   letter-spacing: 0.1em;
   line-height: 1.3;
   background: #fcdfd1;
}
.nav > li.nav01 > a {
   letter-spacing: 0.1em;
}
.nav > li > a:hover, 
.nav > li > span:hover {
   opacity: 1;
   color: #fff;
   background: #febbbb;
}
.nav li span:before {
   background: #fff;
}
.nav li span:after {
   background: #fcdfd1;
}
.nav li span:hover:after {
   background: #febbbb;
}
.sub {
   background: none;
   padding: 0;
}
.sub li {
   display: block;
   width: 100%;
}
.sub li a {
   padding: 15px 10px;
   width: 100%;
   box-sizing: border-box;
   border-top: 1px solid #fff;
   letter-spacing: 0.1em;
   background: #fcece4;
}
.sub li a:hover {
   background: #febbbb;
   color: #fff;
}
}
@media screen and (max-width: 479px) {
#header h1,
#header a.logo {
   width: 240px;
   margin-top: 13px;
}
#header .rightBox {
   width: 60px;
}
}
*/

/* =====================================
   side
===================================== */
#side {
   width: 220px;
}
#side .inner {
   padding: 0;
}
#side img {
   width: 100%;
}
#side .side_list li {
   margin-bottom: 35px;
}
#side .side_list li:last-child {
   margin-bottom: 0;
}
#side .side_list.last {
   margin-top: 15px;
}
.sidemenu {
   width: 100%;
   border-radius: 4px;
   overflow: hidden;
   margin-top: 15px;
}
.sidemenu dt {
   font-family: "秀英明朝 M", "Shuei Mincho M";
   font-size: 20px;
   color: #453631;
   width: 100%;
    padding: 11px 5px;
   box-sizing: border-box;
   background: #d2e8a3;
   text-align: left;
   letter-spacing: 0.3em;
   line-height: 1.4;
    text-align: center;
}
.sidemenu dd a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #453631;
    background: #fff;
    border-bottom: 1px solid #c9de9d;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    text-align: left;
    word-break: break-all;
   line-height: 1.2;
}
.sidemenu dd a:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 12px;
    background: url(/asset/side_btn.png) no-repeat center top;
    background-size: 8px 12px;
    right: 18px;
    top: 50%;
    margin-top: -6px;
}
.sidemenu dd:last-child a {
    border-bottom: none;
}
.sidemenu dd a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
@media screen and (max-width: 959px) {
#side .sp {
    display: block !important;
}
#side .pc {
    display: none !important;
}
#side {
    width: 100%;
    padding: 70px 0 0;
    background: #faf7f4;
}
#side .inner {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
#side {
    padding: 0;
}
#side .inner {
    width: none;
    max-width: none;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

#side img {
    width: 100%;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0;
}
}
@media screen and (max-width: 479px) {
#side .inner {
    padding: 0 10px;
}
}



/* =====================================
     mainimage
===================================== */

.mainImg {
  position: relative;
  text-align: center;
        overflow: hidden;
}

.mainImg .foo_box {
        position: absolute;
        top: 0;
        left: 0; 
        width: 100%;
}
.mainImg .foo {
  overflow: hidden;
}

.mainImg .spFoo {
  display: none;
}



.mainImg .foo img {
  transition: transform 5.5s;
  -moz-transition: -moz-transform 5.5s;
  -webkit-transition: -webkit-transform 5.5s;
  transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}

.mainImg .foo .img0 {
  transform: scale(1) translate3d(0, -10px, 0);
  -moz-transform: scale(1) translate3d(0, -10px, 0);
  -webkit-transform: scale(1) translate3d(0, -10px, 0);
}
.mainImg .foo .img0.active {
  transform: scale(1) translate3d(0, 10px, 0);
  -moz-transform: scale(1) translate3d(0, 10px, 0);
  -webkit-transform: scale(1) translate3d(0, 10px, 0);
}

.mainImg .foo .img1 {
  transform: scale(1) translate3d(0, -10px, 0);
  -moz-transform: scale(1) translate3d(0, -10px, 0);
  -webkit-transform: scale(1) translate3d(0, -10px, 0);
}

.mainImg .foo .img1.active {
  transform: scale(1) translate3d(0, 10px, 0);
  -moz-transform: scale(1) translate3d(0, 10px, 0);
  -webkit-transform: scale(1) translate3d(0, 10px, 0);
}

.mainImg .foo .img2 {
  transform: scale(1) translate3d(0, -10px, 0);
  -moz-transform: scale(1) translate3d(0, -10px, 0);
  -webkit-transform: scale(1) translate3d(0, -10px, 0);
}


.mainImg .foo .img2.active {
  transform: scale(1) translate3d(0, 10px, 0);
  -moz-transform: scale(1) translate3d(0, 10px, 0);
  -webkit-transform: scale(1) translate3d(0, 10px, 0);
}

.mainImg li img {
  width: 100%;
}

#mainimage img.imgs {
      opacity: 0;
}

@media screen and (max-width: 767px) {
.mainImg .spFoo {
  display: block;
}
.mainImg .pcFoo {
  display: none;
}
}

.foo_box img.active {
    -webkit-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
    /*animation-delay: 2.2s;*/
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#mainimage .mainImg .pc .txt_img,
#mainimage .mainImg .sp .txt_img {

    z-index: 9998;
    -webkit-animation-name: fadeIntxt;
    -ms-animation-name: fadeIntxt;
    animation-name: fadeIntxt;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.8s;
    -ms-animation-duration: 1.8s;
    animation-duration: 1.8s;
}
@-webkit-keyframes fadeIntxt {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIntxt {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#mainimage .mainImg .txt0 {
         position: absolute;
         display: block;
         width: 19.5%;
         height: 58%;
         right: 11.5%;
         top: 20.5%;
}
#mainimage .mainImg .pc .txt1 {
         position: absolute;
         display: block;
         width: 19.5%;
         height: 65.5%;
         right: 11.5%;
         top: 20.5%;
}
#mainimage .mainImg .pc .txt2 {
         position: absolute;
         display: block;
         width: 100%;
         height: 33%;
         left: 0;
         top: 0;
}
@media screen and (max-width: 767px) {
#mainimage .mainImg .sp .txt0 {
         position: absolute;
         display: block;
         width: 58.5%;
         max-width: 583px;
         /*height: 57.5%;*/
         right: 20.5%;
         top: 5%;
}
#mainimage .mainImg .sp .txt1 {
         position: absolute;
         display: block;
         width: 59%;
         max-width: 586px;
         /*height: 65%;*/
         right: 20.5%;
         top: 5%;
}
#mainimage .mainImg .sp .txt2 {
         position: absolute;
         display: block;
         width: 100%;
         /*height: 35%;*/
         left: 0;
         top: 0;
}
#mainimage .mainImg .pc .txt_img {
         display: none;
         position: static;
}
}


/* ------------ mainimage  ---------- */
#mainimage {
    max-width: none;
}
#mainimage img {
    width: 100%;
    max-width: none;
}
/* mainimage_box -------------------------- */
.mainimage_box {
    position: relative;
    top: -20px;
    z-index: 999;
}
#mainimage .mainimage_left {
    width: 39.5%;
    float: left;
    background: url(/asset/top_bg.jpg) no-repeat left top;
    background-size: cover;
    text-align: center;
}
#mainimage .mainimage_left_inner {
    padding-top: 10%;
}
#mainimage .mainimage_left img {
    width: 80px;
    display: block;
    margin: 0 auto;
}
#mainimage .mainimage_rl {
    font-family: "秀英明朝 M", "Shuei Mincho M";
    font-size: 24px;
    color: #333333;
    vertical-align: baseline;
    writing-mode: tb-rl;
    text-align: initial;
    letter-spacing: 0.42em;
    display: inline-block;
    line-height: 1.4;
    margin-top: 6%;
}
#mainimage .mainimage_rl .pink_txt {
    color: #ff7a7a;
    line-height: 1.4;
    vertical-align: baseline;
}

#mainimage .mainimage_right {
    width: 60.5%;
    float: right;
    background: #fff;
}
#mainimage .mainimage_right_inner {
    padding: 114px 0 115px;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
#mainimage .mainimage_list {
    display: block;
    width: 494.5px;
    margin: 0 auto;
    position: relative;
    height: 510px;
}

/*
@keyframes horizontal {
    0% { transform:translateX( -5px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY( 5px); }
  100% { transform:translateY(  0px); }
}
@keyframes horizontal2 {
    0% { transform:translateX( 0px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical2 {
    0% { transform:translateY( 5px); }
  100% { transform:translateY( 0px); }
}
@keyframes horizontal3 {
    0% { transform:translateX( -5px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical3 {
    0% { transform:translateY( -5px); }
  100% { transform:translateY(  0px); }
}
*/

@-webkit-keyframes horizontal {
    0% {  -webkit-transform:translateX( -5px); }
  100% {  -webkit-transform:translateX(  0px); }
}
@-webkit-keyframes vertical {
    0% {  -webkit-transform:translateY( 5px); }
  100% {  -webkit-transform:translateY(  0px); }
}
@-webkit-keyframes horizontal2 {
    0% {  -webkit-transform:translateX( 0px); }
  100% {  -webkit-transform:translateX(  0px); }
}
@-webkit-keyframes vertical2 {
    0% {  -webkit-transform:translateY( 5px); }
  100% {  -webkit-transform:translateY( 0px); }
}
@-webkit-keyframes horizontal3 {
    0% {  -webkit-transform:translateX( -5px); }
  100% {  -webkit-transform:translateX(  0px); }
}
@-webkit-keyframes vertical3 {
    0% {  -webkit-transform:translateY( -5px); }
  100% {  -webkit-transform:translateY(  0px); }
}

#mainimage .mainimage_list li {
  position: absolute;
}
#mainimage .mainimage_list li:nth-child(1) .list_img {
  animation: horizontal 1.3s ease-in-out infinite alternate;
  -webkit-animation: horizontal 1.3s ease-in-out infinite alternate;
  display: block;
}
#mainimage .mainimage_list li:nth-child(1) img {
  animation: vertical 1.3s ease-in-out infinite alternate;
  -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
}
#mainimage .mainimage_list li:nth-child(2) .list_img {
  animation: horizontal2 1.3s ease-in-out infinite alternate;
  -webkit-animation: horizontal2 1.3s ease-in-out infinite alternate;
  display: block;
}
#mainimage .mainimage_list li:nth-child(2) img {
  animation: vertical2 1.3s ease-in-out infinite alternate;
  -webkit-animation: vertical2 1.3s ease-in-out infinite alternate;
}
#mainimage .mainimage_list li:nth-child(3) .list_img {
  animation: horizontal3 1.3s ease-in-out infinite alternate;
  -webkit-animation: horizontal3 1.3s ease-in-out infinite alternate;
  display: block;
}
#mainimage .mainimage_list li:nth-child(3) img {
  animation: vertical3 1.3s ease-in-out infinite alternate;
  -webkit-animation: vertical3 1.3s ease-in-out infinite alternate;
}
#mainimage .mainimage_list li:nth-child(1) {
  width: 56%;
  max-width: 291px;
  top: 0;
  left: 0;
  z-index: 2;
}
#mainimage .mainimage_list li:nth-child(2) {
  width: 56.5%;
  max-width: 292px;
  right: 0;
  top: 20.5%;
  z-index: 3;
}
#mainimage .mainimage_list li:nth-child(3) {
  width: 56.5%;
  max-width: 292px;
  bottom: 0;
  left: 20px;
  z-index: 1;
}
#mainimage .mainimage_list li img {
  width: 100%;
}


#mainimage .mainimage_right_inner .main_inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#mainimage .mainimage_right_inner .top_img {
  width: 60%;
  float: left;
}
#mainimage .mainimage_right_inner .main_txt {
  width: 35%;
  max-width: 245px;
  float: right;
}
#mainimage .mainimage_ttl {
  font-family: "秀英明朝 M", "Shuei Mincho M";
  font-size: 23px;
  color: #ffa78b;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 0.45em;
  margin-bottom: 25px;
  position: relative;
  padding-left: 40px;
  width: 100%;
  box-sizing: border-box;
}
#mainimage .mainimage_ttl:before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 23px;
  background: url(/asset/pink.png) no-repeat center top;
  background-size: 24px 23px;
  left: 0;
  top: 9px;
}
#mainimage .mainimage_txt {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.25em;
}

/*#mainimage .pink_box {
  border-top: 2px solid #ffa78c;
  border-bottom: 2px solid #ffa78c;
  padding: 26px 0 31px;
  display: inline-block;
  width: auto;
  position: absolute;
  left: 6%;
  top: 33.5%;
}*/
#mainimage .pink_box {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
/*#mainimage .green_box {
  border-top: 2px solid #b2c281;
  border-bottom: 2px solid #b2c281;
  padding: 26px 0 31px;
  display: inline-block;
  width: auto;
  position: absolute;
  right: 6%;
  top: 15%;
}*/
#mainimage .green_box .mainimage_ttl {
  color: #98ab59;
}
#mainimage .green_box .mainimage_ttl:before {
  background: url(/asset/green.png) no-repeat center top;
  background-size: 24px 23px;
}
#mainimage .green_box {
  display: block;
  width: 100%;
  margin-bottom: 56px;
}
/*#mainimage .gray_box {
  border-top: 2px solid #bbaf9b;
  border-bottom: 2px solid #bbaf9b;
  padding: 26px 0 31px;
  display: inline-block;
  width: auto;
  position: absolute;
  right: 3.5%;
  bottom: 8.5%;
}*/
#mainimage .gray_box {
  display: block;
  width: 100%;
}
#mainimage .gray_box .mainimage_ttl {
  color: #bbaf9b;
}
#mainimage .gray_box .mainimage_ttl:before {
  background: url(/asset/gray.png) no-repeat center top;
  background-size: 24px 23px;
}
/*@media screen and (min-width: 960px) and (max-width: 1850px) {
#mainimage .mainimage_left img {
   width: 150px;
}
#mainimage .mainimage_left_inner {
    padding-top: 8%;
}
#mainimage .mainimage_rl {
    font-size: 21px;
    letter-spacing: 0.2em;
    margin-top: 30px;
}
#mainimage .mainimage_right_inner {
   max-width: 850px;
}
#mainimage .mainimage_right_inner .top_img {
    width: 40%;
}
#mainimage .mainimage_ttl {
   font-size: 20px;
   letter-spacing: normal;
}
#mainimage .gray_box .mainimage_ttl {
   letter-spacing: normal;
}
#mainimage .mainimage_txt {
   letter-spacing: 0.1em;
   font-size: 14px;
}
#mainimage .pink_box {
   left: 3%;
   padding: 20px 0;
}
#mainimage .gray_box,
#mainimage .green_box {
   padding: 20px 0;
   right: 3%;
}
}
@media screen and (min-width: 960px) and (max-width: 1500px) {
#mainimage .mainimage_left img {
   width: 100px;
}
#mainimage .mainimage_left_inner {
    padding-top: 20%;
}
#mainimage .mainimage_left {
   width: 27%;
}
#mainimage .mainimage_rl {
   font-size: 20px;
   line-height: 2;
}
#mainimage .mainimage_right {
   width: 73%;
}
#mainimage .mainimage_right_inner {
   width: 100%;
   max-width: 750px;
   margin: 0 auto;
}
#mainimage .mainimage_list {
   width: 260px;
   height: 275px;
}
}*/
@media screen and (min-width: 960px) and (max-width: 1850px) {
#mainimage .mainimage_left_inner {
   padding-top: 13%;
}
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
#mainimage .mainimage_left img {
   width: 150px;
}
#mainimage .mainimage_right_inner .main_inner {
   max-width: 700px;
}
#mainimage .green_box,
#mainimage .pink_box {
   margin-bottom: 35px;
}
#mainimage .mainimage_left {
   width: 30%;
}
#mainimage .mainimage_left_inner {
   padding-top: 20%;
}
#mainimage .mainimage_right {
   width: 70%;
}
#mainimage .mainimage_rl {
   font-size: 22px;
   line-height: 2.2;
   margin-top: 10%;
}
#mainimage .mainimage_ttl {
   font-size: 25px;
   letter-spacing: 0.2em;
}
#mainimage .mainimage_txt {
   letter-spacing: 0.1em;
}
}
@media screen and (max-width: 959px) {
#mainimage .heightLine-01 {
    height: auto !important;
}
#mainimage .mainimage_left {
    width: 100%;
    float: none;
}
#mainimage .mainimage_right {
    width: 100%;
    float: none;
}
#mainimage .mainimage_left_inner {
    padding: 20px 0; 
}
#mainimage .mainimage_right_inner {
    position: inherit;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 0;
}
/*#mainimage .mainimage_list {
    width: 100%;
    max-width: none;
    height: 475px;
    margin-bottom: 50px;
}
#mainimage .pink_box,
#mainimage .green_box {
    display: block;
    width: 100%;
    position: inherit;
    margin-bottom: 35px;
    padding: 25px 0 0;
    border-bottom: none;
}
#mainimage .gray_box {
    position: inherit;
    display: block;
    width: 100%;    
    padding: 25px 0 0;
    border-bottom: none;
}*/
#mainimage .mainimage_rl {
    margin-top: 5px;
    writing-mode: inherit;
}/*
#mainimage .mainimage_left img {
    width: 200px;
}*/
#mainimage .mainimage_right_inner .main_inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
#mainimage .mainimage_right_inner .top_img {
  width: 100%;
  float: none;
  margin-bottom: 35px;
}
#mainimage .mainimage_right_inner .main_txt {
  width: 100%;
  max-width: none;
  float: none;
}
#mainimage .green_box,
#mainimage .pink_box {
   margin-bottom: 35px;
}
}
@media screen and (max-width: 767px) {
#mainimage .mainimage_left_inner {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}
#mainimage .mainimage_right_inner {
    max-width: 420px;
}
#mainimage .mainimage_list {
    height: 430px;
}
#mainimage .mainimage_rl {
    font-size: 22px;
}
}
@media screen and (max-width: 479px) {
#mainimage .mainimage_left_inner,
#mainimage .mainimage_right_inner {
    max-width: 300px;
}/*
#mainimage .mainimage_left img {
    width: 150px;
}*/
#mainimage .mainimage_rl {
    letter-spacing: 0.1em;
}
}
/* =====================================
     footer
===================================== */
#footer {
   background: #fec9b8;
   border: none;
   margin-top: 48px;
}
#footer .inner {
   padding: 0;
   text-align: left;
}

/* footer_top-------------------------- */

#footer .footer_bg {
   padding: 20px 0;
   background: #ffffff;
}
#footer .footer_logo {
   width: 18.5%;
   max-width: 174px;
   float: left; 
}
#footer .footer_logo img {
   width: 100%;
}
#footer .footer_table {
   width: 48%;
   max-width: 460px;
   float: left;
   margin-left: 8.5%;
}
#footer .footer_table th,
#footer .footer_table td {
   font-size: 16px;
   color: #453631;
   line-height: 1.3;
   text-align: left;
   padding: 6px 0;
   vertical-align: middle;
}
#footer .footer_table th {
   width: 31%;
}
#footer .footer_table td.special {
   font-family: "ヒラギノ角ゴ ProN W6", "HiraKaku ProN W6", sans-serif;   
   font-size: 24px;
   line-height: 1.3;
   letter-spacing: 0.06em;
   vertical-align: middle;   
}
#footer .footer_access {
   width: 22%;
   max-width: 210px;
   float: right;
}
#footer .footer_access img {
   width: 100%;
}
#footer .footer_other {
   font-size: 16px;
   color: #453631;
   line-height: 1.5;
   text-align: left !important;
    margin-top: 4px;
}
/* footer_bottom -------------------------- */

#footer .footer_bottom {
   margin-top: 15px;
}
#footer .footer_left {
   width: 23%;
   max-width: 220px;
   float: left;
}
#footer .footer_left a,
#footer .footer_left img {
   display: block;
   width: 100%;
}
#footer .footer_right {
   width: 73%;
   max-width: 700px;
   float: right;
}
#footer .left_box {
   width: 55%;
   max-width: 381px;
   float: left;
}
#footer .right_box {
   width: 33%;
   max-width: 230px;
   float: right;
}
#footer .left_box .footer_list {
   width: 50%;
   float: left;
}
#footer .left_box .footer_list.last {
   width: 34%;
   float: right;
}

#footer .footer_ttl {
   font-family: "秀英明朝 M", "Shuei Mincho M";
   font-size: 24px;
   color: #ff9b9b;
   line-height: 1.3;
   text-align: left !important;
   letter-spacing: 0.4em;
   margin-bottom: 10px;
}
#footer .footer_list li {
   text-align: left !important;
}
#footer .footer_list li:last-child {
   margin-bottom: 0;
}
#footer .footer_list a {
   display: inline-block;
   width: auto;
   position: relative;
   font-size: 16px;
   color: #333333;
   line-height: 1.3;
   padding-left: 18px;
   text-decoration: none;
   text-align: left;
}
#footer .footer_list a:before {
   position: absolute;
   content: "";
   display: block;
   width: 4px;
   height: 4px;
   background: #ff9d60;
   border-radius: 50%;
   left: 0;
   top: 8px;
}
#footer .footer_list li.special a {
   letter-spacing: 0.1em;
}
#footer .footer_list a:hover {
   color: #ff9d60;
}

/* footer_box -------------------------- */

#footer .footer_box {
   background: #fec9b8;
   padding: 15px 0;
}
#footer .footer_site {
   width: 100px;
   float: left;
   line-height: 1.3;
}
#footer .footer_site a {
   font-size: 16px;
   color: #333333;
   line-height: 1.3;
   display: inline-block;
   width: auto;
   padding-left: 19px;
   position: relative;
   text-decoration: none;
   letter-spacing: 0.2em;
}
#footer .footer_site a:before {
   position: absolute;
   content: "";
   display: block;
   width: 7px;
   height: 13px;
   background: url(/asset/site_btn.png) no-repeat center top;
   background-size: 7px 13px;
   left: 0;
   top: 50%;
   margin-top: -8px;
}
#footer .footer_site a:hover {
   color: #fb9620;
}
#footer .footer_txt {
   width: 80%;
   float: right;
   text-align: right;
   font-size: 16px;
   color: #333333;
   line-height: 1.3;
   letter-spacing: 0.18em;
}
#pagetop {
   z-index: 10000;
}
#pagetop:hover {
   opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
#footer .inner {
   padding: 0 10px;
   width: 100%;
   box-sizing: border-box;
}
#footer .left_box .footer_list.last {
   width: 38%;
}
#footer .right_box {
   width: 36%;
}
#footer .left_box .footer_list {
   width: 55%;
}
#footer .footer_list a {
   letter-spacing: 0;
}
}
@media screen and (max-width: 767px) {
#footer {
   padding-bottom: 17%;
}
#footer .footer_bg {
   padding: 20px;
}
#footer .inner {
   width: 100%;
   padding: 0 30px;
   box-sizing: border-box;
}
#footer .footer_box {
   padding: 35px 0;
}
#footer .footer_logo {
   width: 44%;
   max-width: 350px;
}
#footer .footer_access {
   width: 52.5%;
   max-width: 420px;
   margin: 4% 0 10px;
}
#footer .footer_table {
   width: 100%;
   max-width: none;
   float: none;
   clear: both;
   margin: 50px 0 0;
}
#footer .footer_bottom {
   margin-top: 15px;
}
#footer .footer_left {
   width: 100%;
   max-width: none;
   float: none;
}
#footer .footer_right {
   width: 100%;
   max-width: none;
   float: none;
   margin-top: 15px;
}
#footer .left_box {
   width: 100%;
   max-width: none;
   float: none;
   margin-bottom: 10px;
}
#footer .right_box {
   width: 100%;
   max-width: none;
   float: none;
}
#footer .left_box .footer_list {
   width: 100%;
   float: none;
}
#footer .left_box .footer_list.last {
   width: 100%;
   float: none;
   margin-top: 8px;
}
#footer .footer_site {
   display: inline-block;
   width: auto;
   float: none;
   text-align: left;
   margin-bottom: 20px;
}
#footer .footer_txt {
   width: 100%;
   text-align: left;
   float: none;
   line-height: 1.8;
}
ul.fixed_button {
   height: auto;
   position: fixed;
   bottom: 0;
   width: 100%;
   z-index: 9999;
}
ul.fixed_button li {
   float: left;
}
ul.fixed_button li.btn_tell {
   width: 17%;
}
ul.fixed_button li.btn_inq,
ul.fixed_button li.btn_web {
   width: 41.5%;
}
ul.fixed_button li img {
   width: 100%;
}
#pagetop {
   right: 10px;
   bottom: 28%;
   z-index: 10000;
}
}
@media screen and (max-width: 479px) {
#footer .inner {
   padding: 0 10px;
}
#pagetop img {
   max-width: 60px;
}
#mainimage .mainimage_list {
   height: 310px;
}
#mainimage .mainimage_ttl {
   font-size: 25px;
}
}



/* ----------------------------------------------------------
■  TOP
----------------------------------------------------------- */
.link_a a {
   display: block;
   width: 100%;
   background: #ffc8b7;
   font-size: 18px;
   color: #ffffff;
   line-height: 1.3;
   text-align: center;
   position: relative;
   text-decoration: none;
   padding: 22px 25px;
   box-sizing: border-box;
   letter-spacing: 0.1em;
   border-radius: 4px;
}
.link_a a:before {
   position: absolute;
   content: "";
   display: block;
   width: 7px;
   height: 12px;
   background: url(/asset/btn_bg.png) no-repeat center top;
   background-size: 7px 12px;
   right: 15px;
   top: 50%;
   margin-top: -6px;
}
.link_a a:hover {
   background: #fe9794;
}
/* =====================================
   block01
===================================== */
.top .block01.b_01 {
   margin-bottom: 35px;
}
/* =====================================
   block02
===================================== */
.top .block02.b_09 {
   margin-bottom: 29px;
}
.block02 .table_txt {
   line-height: 1.3;
   text-align: left;
}
/* =====================================
   block03
===================================== */
.top .block03.b_09 {
   margin-bottom: 35px;
}
.block03_table {
   background: #fff;
   width: 100%;
   padding: 15px 20px;
   box-sizing: border-box;
}
.block03_table table {
   width: 100%;
}
.block03_table table th {
   text-align: left;
   vertical-align: top;
   width: 170px;
   font-weight: normal;
}
.block03_table table td {
   text-align: left;
   vertical-align: top;
   letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
.top .block03.b_09 {
   margin-bottom: 50px;
}
.block03_table table th {
   width: 100px;
   vertical-align: middle;
}
}
@media screen and (max-width: 479px) {
.block03_table {
   padding: 15px 10px;
}
}
/* =====================================
   block04
===================================== */
.top .block04.b_09 {
   margin-bottom: 77px;
}
.inner_right {
   width: 47.5%;
   max-width: 330px;
   float: right;
}
.inner_left {
   width: 47.5%;
   max-width: 330px;
   float: left;
}
.block04 .block04_list li {
   line-height: 1.75;
   border-bottom: 1px solid #ad9e8e;
   padding: 25px 0;
}
.block04 .block04_list li:first-child {
   border-top: 1px solid #ad9e8e;
}
.block04 .block04_list li.special {
   line-height: 1;
}
.block04 .block04_tel {
   font-family: "ヒラギノ角ゴ ProN W6", "HiraKaku ProN W6", sans-serif;   
   font-size: 24px;
   color: #fe9794;
   display: block;
   margin: 4px 0 0;
   line-height: 1;
   letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
.top .block04.b_09 {
   margin-bottom: 70px;
}
.inner_right {
   width: 100%;
   max-width: none;
   float: none;
}
.inner_left {
   width: 100%;
   max-width: none;
   float: none;
   margin-bottom: 35px;
}
}
/* =====================================
   block05
===================================== 
.top .block05.b_09 {
   margin-bottom: 73px;
}
.gnv_tmp_008_title_block {
   position: relative;
}
#news {
   position: static;
   background: none;
   padding: 0;
}
.block05 h2.titleBg {
   font-family: "秀英明朝 M", "Shuei Mincho M";
   background: none;
   font-size: 23px;
   color: #e4b4b4;
   border-top: 3px solid #c2b8aa;
   letter-spacing: 0.42em;
   border-bottom: 1px solid #c2b8aa;
   padding: 23px 0 24px;
   margin: 0 0 27px;
}
.block05 #news h2.titleBg {
   display: none;
}
#news .ov {
   display: block;
   width: 102px;
   height: 34px;
   line-height: 34px;
   background: url(/asset/news_bg.png) no-repeat left center;
   background-size: 1px 34px;
   right: 0;
   top: 28px;
   position: absolute;
}
#news .newsBt {
   position: inherit;
   top: auto;
   right: auto;
   display: block;
   width: 100%;
   text-align: right;
}
#news .newsBt:hover {
   color: #e4b4b4;
}
#news dl {
   border: none;
   margin-bottom: 27px; 
}
.top #news dl {
   display: table;
   width: 100%;  
}
#news dl:last-child {
   margin-bottom: 0;
}
.top #news dl:last-child {
   border-bottom: 3px solid #c2b8aa;
   padding-bottom: 39px;
}
#news dt {
   padding: 0;
   margin: 0;
   font-size: 16px;
   color: #453631;
   line-height: 1.3;
   letter-spacing: 0.2em;
   margin-bottom: 10px;
}
.top #news dt {
   width: 180px;
   display: table-cell;
}
#news dd {
   padding: 0;
   margin: 0;
   font-size: 16px;
   color: #453631;
   line-height: 1.3;
   letter-spacing: 0.1em;
}
.top #news dd {
   display: table-cell;
}
#news dd a {
   text-decoration: none;
}
#news dd a:hover {
   color: #e4b4b4;
}
@media screen and (max-width: 767px) {
.top .block05.b_09 {
   margin-bottom: 70px;
}
.top #news dt {
   width: 160px;
}
}
@media screen and (max-width: 479px) {
.top #news dl {
   display: block;
}
.top #news dt {
   width: auto;
   margin-bottom: 10px;
   display: block;
}
.top #news dd {
   display: block;
}
}
*/

/* =====================================
   block06
===================================== */
.top .block06.b_01 {
   margin-bottom: 31px;
}
/* =====================================
   block07
===================================== */
.top .block07.b_09 {
   margin-bottom: 35px;
}
.block07 .inner_right {
   margin-top: 8px
}
.block07 img {
   width: 100%;
}
.block07 .block07_title {
   line-height: 1.8;
   vertical-align: baseline;
}
.block07 .block07_title .doctor_txt {
   width: 75px;
   vertical-align: baseline;
   display: inline-block;
}
.block07 .block07_txt {
   line-height: 1.8;
   letter-spacing: 0.15em;
   margin-bottom: 20px;
   margin-top: 27px;
}
@media screen and (max-width: 767px) {
.top .block07.b_09 {
   margin-bottom: 70px;
}
.block07 .inner_right {
   margin-bottom: 35px;
   margin-top: 0;
}
.block07 .inner_left {
   margin-bottom: 0;
}
}
/* =====================================
   block08
===================================== */
.top .block08.b_01 {
   margin-bottom: 35px;
}
.block08 .gnv_tmp_h3_bg h3 {
   letter-spacing: 0.35em;
}
@media screen and (max-width: 767px) {
.block08 .gnv_tmp_h3_bg h3 {
   letter-spacing: 0.2em;
}
}
/* =====================================
   block09
===================================== */
.top .block09.b_09 {
   margin-bottom: 76px;
}
.block09 .block09_list li.last {
   margin-top: 36px;
}
.block09 .block09_list li .block09_box {
   border-radius: 4px;
   background: url(/asset/bg01.png) no-repeat center top;
   background-size: 100% 100%;
   position: relative;
}
.block09 .block09_list li .block09_box:hover {
   opacity: 0.8 !important;
}
.block09 .block09_list li.last .block09_box {
   background: url(/asset/bg02.png) no-repeat center top;
   background-size: 100% 100%;
}
.block09 .block09_left {
   width: 50%;
   float: left;
   padding: 35px 30px 0 48px;
   box-sizing: border-box;
}
.block09 .block09_list li.last .block09_left {
   padding: 50px 30px 0 48px;
}
.block09 .block09_right {
   width: 50%;
   max-width: 349px;
   float: right;
}
.block09 .block09_right img {
   width: 100%;
}
.block09 .block09_title {
   font-size: 22px;
   color: #453631;
   line-height: 1.3;
   font-family: "秀英明朝 M", "Shuei Mincho M";
   letter-spacing: 0.42em;
   margin-bottom: 23px;
}
.block09 .block09_txt {
   line-height: 1.75;
   letter-spacing: 0.14em;
}
.block09 .block09_list li a {
   display: block;
   width: 132px;
   height: 128px;
   position: absolute;
   right: 25px;
   bottom: -14px;
}
.block09 .block09_list li a img {
   width: 100%;
}
.block09 .block09_list li.last a {
   width: 128px;
   height: 128px;
   bottom: -19px;
}
.block09 .block_txt {
   line-height: 1.8;
   margin-top: 28px;
   letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
.top .block09.b_09 {
   margin-bottom: 70px;
}
.block09 .block09_list li.last .block09_left,
.block09 .block09_left {
   width: 100%;
   float: none;
   padding: 35px 20px;
}
.block09 .block09_right {
   width: 100%;
   max-width: none;
   float: none;
}
.block09 .block09_list li .block09_box {
   background: url(/asset/bg_01_sp.jpg) no-repeat center top;
   background-size: cover;
   border-radius: 0;
}
.block09 .block09_list li.last .block09_box {
   background: url(/asset/bg_02_sp.jpg) no-repeat center top;
   background-size: cover;
}
.block09 .block09_title {
   letter-spacing: 0.2em;
}
}
@media screen and (max-width: 479px) {
.block09 .block09_list li a {
   width: 100px;
   height: 98px;
}
.block09 .block09_list li.last a {
   width: 100px;
   height: 100px;
}
}
/* =====================================
   block10
===================================== */
.facebook-wrapper {
    max-width: 767px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.top .block10.b_09 {
    margin: 0 auto;
}
.block10 img {
    width: 100%;
}
.block10 .block10_list01 li {
    margin-bottom: 34px;
}
.block10 .block10_list01 li:last-child {
    margin-bottom: 0;
}
.block10 .block10_list02 {
    margin-top: 36px;
}
.block10 .block10_list02 li {
    width: 45.5%;
    max-width: 150px;
    float: left;
}
.block10 .block10_list02 li:last-child {
    float: right;
}
@media screen and (max-width: 767px) {
.block10 .block10_list01 li {
    margin-bottom: 20px;
}
.block10 .facebook_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.block10 .inner_left {
    margin-bottom: 70px;
}
}



/* ----------------------------------------------------------
■  UNDER
----------------------------------------------------------- */
#websiteNewsDetail.type1 #bread,
.type1 #bread {
    margin: 10em auto 0;
}
#blogBody.type1 #bread,
.under.type1 #bread {
    margin: 10px auto 0;
}
#bread span {
   max-width: none;
}
.under #content p {
   margin-bottom: 15px;
   vertical-align: baseline;
}
.under #content p:last-child {
   margin-bottom: 0;
}
.under #content {
   min-height: 850px;
}
.under .special.b_11.b_11_column2 div.column_r h5 {
   display: none;
}
@media screen and (min-width: 1601px) and (max-width: 1850px) {
#websiteNewsDetail.type1 #bread,
.type1 #bread {
    margin: 6em auto 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
#websiteNewsDetail.type1 #bread,
.type1 #bread {
    margin: 12em auto 0;
}
}
@media screen and (max-width: 767px) {
.under #content {
   min-height: 350px;
}
.height_auto {
   height: auto !important;
}
.b_11_3.b_11_3_column2,
.b_11_2.b_11_2_column2,
.b_11.b_11_column2,
.b_11_3.b_11_3_column2 div.column_r,
.b_11_2.b_11_2_column2 div.column_r,
.b_11.b_11_column2 div.column_r {
   display: block;
   padding: 0;
   margin: 0;
}
.b_11_3.b_11_3_column2 div.column_l {
   display: block;   
   padding: 0;
   margin: 0 0 50px;
}
.b_11_2.b_11_2_column2 div.column_l,
.b_11.b_11_column2 div.column_l {
   display: block;   
   padding: 0;
   margin: 0 0 35px;
}
.under .special.b_11.b_11_column2 div.column_r {
   display: none;
}
}
@media screen and (max-width: 479px) {
#websiteNewsDetail.type1 #bread,
.type1 #bread {
    margin: 6em auto 0;
}
}
/* =====================================
    information
===================================== */
.under .lead_txt {
   font-family: "秀英明朝 M", "Shuei Mincho M";
   font-size: 22px;
   color: #f9961f;
   line-height: 1.5;
   text-align: center;
   letter-spacing: 0.3em;
}
.under .flow_box {
   background: #fff;
   padding: 35px;
   position: relative;
   width: 100%;
   box-sizing: border-box;
}
.under .flow_title {
   font-size: 26px;
   color: #ffc8b7;
   line-height: 1.5;
   text-align: left;
   width: 100%;
   padding-left: 65px;
   padding-bottom: 15px;
   box-sizing: border-box;
   position: relative;
   border-bottom: 1px dashed #ffc8b7;
   margin-bottom: 20px !important;
   font-family: "秀英明朝 M", "Shuei Mincho M";
}
.under .flow_txt {
   position: absolute;
   width: 48px;
   height: 40px;
   background: #ffc8b7;
   line-height: 1.3;
   text-align: center;
   left: 0;
   top: 4px;
   color: #fff;
   letter-spacing: normal;
   border-radius: 4px;
}
.under .flow_box:after {
    border-bottom: 4px solid #ffc8b7;
    border-right: 4px solid #ffc8b7;
    bottom: -32px;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: inherit;
    width: 20px;
}
.under .no_flow .flow_box:after {
    display: none;

}
@media screen and (max-width: 767px) {
.under .lead_txt {
   line-height: 1.3;
}
.under .lead_txt {
   font-size: 20px;
   letter-spacing: 0.2em;
}
}
@media screen and (max-width: 479px) {
.under .flow_box {
   padding: 20px;
}
}
/* =====================================
    doctor
===================================== */
.under .doctor_name {
   font-size: 20px;
   font-family: "秀英明朝 M", "Shuei Mincho M";
}
.under .bg_box {
   background: #fff;
   padding: 35px;
   width: 100%;
   box-sizing: border-box;
}
.under .column_list > li,
.under .column_list > div.clearfix {
   width: 49%;
   display: inline-block;
   vertical-align: top;
}
.under .time_txt {
   line-height: 1.5;
}
.under .warn_box {
   width: 100%;
   padding: 35px 35px 35px 120px;
   box-sizing: border-box; 
   position: relative;
   background: #fff;
}
.under .warn_box:before {
   position: absolute;
   content: "";
   display: block;
   width: 59px;
   height: 75px;
   background: url(/kanaji.jp/asset/warn_bg.png) no-repeat center top;
   background-size: 59px 75px;
   left: 35px;
   top: 50%;
   margin-top: -37.5px;
}
.warn_list li {
  position: relative;
        width: 100%;
        padding: 5px 5px 5px 20px;
        box-sizing: border-box;
        letter-spacing: 0.05em;
}
.warn_list li:before {
  content: "";
  position: absolute;
  background: #FED2D2;
  top: 18px;
  left: 0;
  margin-top :0px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}
.under .under_a {
   text-decoration: underline;
   vertical-align: baseline;     
}
.under .under_a:hover {
   text-decoration: none;
}
.time_table_title {
    font-size: 14px;
}
.big_txt {
    font-size: 22px;
    vertical-align: baseline;
}
.under .time_table table {
   width: 100%;
}
.under .time_table table th.th_bg {
   width: 15%;
}
.under .time_table table th {
   background: #ffc8b7;
   border: 1px solid #efefef;
   padding: 5px;
   color: #fff;
   text-align: center;
   vertical-align: middle;
   letter-spacing: normal;
   line-height: 1.5;
}
.under .time_table table td {
   border: 1px solid #ffc8b7;
   padding: 5px;
   background: #Fff;
   text-align: center;
   vertical-align: middle;
   letter-spacing: normal;
   line-height: 1.5;
}
.under .time_table table td.td_bg {
   background: #FFF4EF;
}
.under .time_table table td a {
   text-decoration: underline;
}
.under .time_table table td a:hover {
   text-decoration: none;
}
.under a.timemasuika {
   color: #fd6c6c;
}
.under a.timegeka {
   color: #9bb85f;
}
.under .scoll_box {
   width: 100%;
   height: 500px;
   overflow: scroll;
   background: #fff;
   padding: 20px;
   box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.under .column_list > li,
.under .column_list > div.clearfix {
   width: 100%;
   display: block;
}
.under .warn_box {
   padding: 100px 20px 20px;
}
.under .warn_box:before {
   left: 50%;
   margin-left: -29.5px;
   top: 20px;
   margin-top: 0;
}
.under .under_a {
   letter-spacing: 0.1em;
}
.under .time_table table th,
.under .time_table table td {
    font-size: 12px;
    word-break: break-all;
}
}
@media screen and (max-width: 479px) {
.under .time_table table th,
.under .time_table table td {
    font-size: 11px;
}
under .bg_box {
    padding: 20px;
}
}
/* =====================================
    treatment
===================================== */
.under span {
   vertical-align: baseline;
}
.under .treatment_list li {
   width: 23.5%;
   float: left;
   margin-right: 2%;
}
.under .treatment_list li img {
   width: 100%;
   margin-bottom: 20px;
}
.under .treatment_box p {
   letter-spacing: 0.05em;
}
.under .treatment_list li:last-child {
   margin: 0 !important;
}
.under .book_box {
   background: #fff;
   width: 100%;
   padding: 0;
   display: table;
}
.under .book_inner {
   letter-spacing: 0.05em;
   line-height: 1.3;
}
.under .book_left {
   width: 20%;
   display: table-cell;
   vertical-align: middle;
   padding: 30px;
   box-sizing: border-box;
   text-align: right;
}
.under .book_left img {
    width: auto;
    max-width: 100%;
}
.under .book_title {
   font-size: 26px;
   color: #453631;
   line-height: 1.5;
   padding: 10px 0 0 10px;
   background: url(/asset/under_heart.png) no-repeat left top;
   background-size: 49px 45px;
   margin-bottom: 20px !important;
}
.under .book_red {
   color: #fd6c6c;
}
.under .book_bd {
   font-weight: bold;
   text-shadow: 0 1px 0 #453631;
   vertical-align: baseline;
}
.under .book_right {
   width: 80%;
   display: table-cell;
   vertical-align: middle;
   padding: 30px;
   box-sizing: border-box;
}
.under .green_box {
   background: #F3FDEB;
   padding: 35px;
   width: 100%;
   box-sizing: border-box;
}
.under .green_box .green_inner {
   border: 1px solid #A3F064;
   background: #fff;
   padding: 20px;
   box-sizing: border-box;
}
.under .pink_box {
   background: #FFF0F0;
   padding: 35px;
   width: 100%;
   box-sizing: border-box;
}
.under .pink_box .pink_inner {
   border: 1px solid #FFC4C4;
   background: #fff;
   padding: 20px;
   box-sizing: border-box;
}
.under .under_left {
   width: 50%;
   float: left;
}
.under .under_right {
   width: 50%;
   float: right;
}
.under .under_left_title {
   margin-bottom: 0 !important;
}
.under .under_left .doctor_name {
   color: #32AE7F;
   letter-spacing: 0.1em;
   line-height: 1.5;
}
.under .under_left .doctor_name span.sub_name {
   font-size: 80%;
}
.under .under_right_title {
   font-size: 18px;
   color: #fd6c6c;
   line-height: 1.3;
   margin-bottom: 10px !important;
   position: relative;
   width: 100%;
   padding-left: 25px;
   box-sizing: border-box;
}
.under .under_right_title:before {
   position: absolute;
   content: "";
   display: block; 
   width: 10px;
   height: 10px;
   background: #fd6c6c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 8px;
}
.under .under_right .ic_01 li {
    line-height: 1.3;
}
.under .under_right .ic_01 li:before {
    top: 3px;
}
.under .backpage {
    text-align: right;
    margin: 0 auto;
}
.under .backpage a {
   display: inline-block;
   text-decoration: underline;
}
.under .backpage a:hover {
   text-decoration: none;
}
@media screen and (max-width: 767px) {
.under .img_auto img {
   display: block;
   width: auto !important;
   max-width: 100%;
   margin: 0 auto 20px !important;
}
.under .treatment_list li {
   margin-bottom: 35px;
}
.under .special .column_r {
   display: none !important;
}
.under .book_box {
   display: block;
}
.under .book_left {
   display: block;
   width: 100%;
   text-align: center;
   padding: 30px 20px 20px;
}
.under .book_right {
   display: block;
   padding: 0 20px 30px;
   width: 100%;
}
.under .treatment_list li {
   width: 48.5%;
   float: left;
   margin-right: 3%;
   margin-bottom: 35px;
}
.under .treatment_list li:nth-child(2n) {
   margin: 0;
}
.under .treatment_list li:nth-child(n+3) {
   margin-bottom: 0;
}
.under .under_left {
   width: 100%;
   float: none;
   margin-bottom: 20px;
}
.under .under_right {
   width: 100%;
   float: none;
}
}
@media screen and (max-width: 479px) {
.under .under_left_title {
   letter-spacing: 0.05em;
}
.under .green_box,
.under .pink_box {
   padding: 20px;
}
}
/* =====================================
    kensa
===================================== */
.under .kensa_list li {
   position: relative;
   padding: 5px 5px 5px 30px;
   width: 100%;
   box-sizing: border-box;
}
.under .kensa_list li:before {
   position: absolute;
   content: "";
   display: block;
   width: 12px;
   height: 12px;
   border: 2px solid #FED2D2;
   left: 0;
   top: 13px;
}
.under .kensa_box {
   text-align: center;
}
.under .kensa_img {
   margin: 0 0 10px;
}
.under .kensa_img a {
   display: inline-block;
}
.under .kensa_img img {
   width: auto;
   max-width: 100%;

   display: block;
}
.under .kensa_txt {
   font-size: 12px;
   line-height: 1.3;
   margin-bottom: 0 !important;
}
.under .kensa_a a {
   font-size: 12px;
   line-height: 1.3;
   display: inline-block;
   word-break: break-all;
}
.under .ic_arrow_01.special span {
   font-size: 20px;
}
.under .ic_arrow_01.special span:before {
   top: 19px;
}


.check_list li {
   display: table;
   width: 100%;
   border-bottom: 1px dotted #bfbab6;
   padding-bottom: 20px;
   margin-bottom: 20px;
}
.check_list li:lsat-child {
   margin-bottom: 0;
}
.check_list .check_left {
   display: table-cell;
   vertical-align: middle;
   padding-right: 20px;
}
.check_list .check_txt {
   font-size: 18px;
   position: relative;
   width: 100%;
   padding-left: 55px;
   box-sizing: border-box;
   display: block;
}
.check_list .check_num {
   position: absolute;
   color: #ffa78e;
   font-size: 37px;
   font-weight: bold;
   margin: 0;
   letter-spacing: normal;
   line-height: 1;
   top: -5px;
   left: 0;
   font-family: "秀英明朝 M", "Shuei Mincho M";
}
.checkbox-wrap{
   width: 200px;
   display: table-cell;
   vertical-align: middle;
}
.label-checkbox input[type="checkbox"]{
  display: none;
}
.label-checkbox{
  cursor: pointer;
}
.label-checkbox .lever{
  position: relative;
  display: block;
  color: #8a8a8a;
  font-weight: normal;
  display: inline-block;
  padding: 8px 55px;
  border: 1px solid #c1c2bc;
  border-radius:25px;
  margin-right: 0;
  margin-bottom: 0;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  letter-spacing: normal;
  font-size: 13px;
}
.label-checkbox .lever:before{
  content:'';
  position: absolute;
  left: 6px;
  top: 3px;
  border: 1px solid #c1c2bc;
  background: #b7d16c;
  width: 34px;
  height: 34px;
  border-radius:100%;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-checkbox:hover .lever:before{
   border-color: #c1c2bc;
}
.label-checkbox input[type="checkbox"]:checked + .lever{
   background: #b7d16c;
   color: #fff;
}
.label-checkbox input[type="checkbox"]:checked + .lever{
   border-color:#b7d16c;
}
.label-checkbox input[type="checkbox"]:checked + .lever:before{
   left: 100%;
   margin-left: -42px;
   border-color: #fff;
   background: #fff;
}
@media screen and (max-width: 767px) {
.check_list li {
   display: block;
}
.check_list .check_left {
   display: block;
   padding: 0;
   margin-bottom: 15px;
}
.checkbox-wrap {
   display: block;
   width: 100%;
}
}
/* =====================================
       order
===================================== */
.under .order_left {
    width: 39%;
    float: left;
    position: relative;
}
.under .order_left img,
.under .order_right img {
    width: 100%;
}
.under .left_a {
    width: 48%;
    position: absolute;
    left: 50%;
    margin-left: -24%;
    bottom: 15px;
}
.under .order_right {
    width: 59%;
    float: right;
    position: relative;
}
.under .order_right p {
    position: absolute;
    left: 50%;
    margin-left: -45%;
    bottom: 15px;
    letter-spacing: normal;

    width: 90%;
    text-align: center;
}
.under .step_inner {
    width: 100%;
    position: relative;
    background: #fff;
}
.under .step_inner img {
    width: 100%;
}
.under .step_box {
    position: absolute;
    width: 60%;
    top: 14%;
    right: 8%;
}
.under .step_box p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px !important;
}
.under .step_box table {
    font-size: 12px;
}
.under .yk-manual-geka {
    color: #32AE7F;
}
.under .yk-manual-code {
    color: #FD6C6C;
}
.under.order .time_table table td a {
    color: #3e4df8;
}

.under .step_list > li {
    margin-bottom: 35px;
}
.under .step_list > li:last-child {
     margin-bottom: 0;
}
.under .step_list_box {
    width: 100%;
    border: 1px solid #81dfa2;
}
.under .step_title {
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #81dfa2;
    padding: 20px;
    text-align: center;
    line-height: 1.5;
    position: relative;
    margin-bottom: 0 !important;
}
.under .step_title:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid #81dfa2;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -7.5px;
    bottom: -15px;
}
.under .step_txt {
    width: 100%;
    padding: 35px 20px 20px; 
    background: #ffffef;
    box-sizing: border-box;
}
.under .num_txt {
    background: #47D277;
    color: #fff; 
    box-sizing: border-box;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 3px;
    border-radius: 4px;
    letter-spacing: normal;
}
.under .num_list li {
    width: 100%;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
}
.under .num_list .num {
    display: block;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    color: #65c29d;
}
@media screen and (max-width: 767px) {
.under .order_left {
    width: 100%;
    max-width: 314px;
    float: none;
    margin: 0 auto 35px;
}
.under .order_right {
    width: 100%;
    float: none;
    max-width: 474px;
    margin: 0 auto;
}
}
@media screen and (max-width: 500px) {
.under .order_right p {
    line-height: 1;
    bottom: 4%;
}
}
@media screen and (max-width: 380px) {
.under .order_right p {
     font-size: 12px;
}
}
/* =====================================
    course
===================================== */
.under .course_box {
     width: 330px;
     float: left;
     background: url(/asset/under_bg01.png) no-repeat center top;
     background-size: 100% 100%;
     position: relative;
}
.under .course_box a {
     position: absolute;
     content: "";
     display: block;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     z-index: 1;
     text-indent: -99999px;
}
.under .course_box a:hover {
     background: rgba(255,255,255,0.1);
}
.under .course_box.right {
     float: right;
     clear: none;
}
.under .course_box.item02 {
     background: url(/asset/under_bg02.png) no-repeat center top;
     background-size: 100% 100%;
}
.under .course_box.item03 {
     background: url(/asset/under_bg03.png) no-repeat center top;
     background-size: 100% 100%;
}
.under .course_title {
     display: table;
     width: 100%;
}
.under .course_title_txt {
     font-family: "秀英明朝 L", "Shuei Mincho L";
     font-size: 26px;
     color: #ffffff;
     line-height: 1.3;
     display: table-cell;
     text-align: left;
     vertical-align: middle !important;
     border-bottom: 1px solid #fff;
     position: relative;
     background: url(/asset/heart01.png) no-repeat 26px 33px;
     background-size: 49px 46px;
     padding: 28px 38px 34px;
     width: 100%;
     box-sizing: border-box;
     letter-spacing: 0.32em;
}
.under .course_box.item01 .course_title_txt {
     padding: 38px;
}
.under .course_box.item02 .course_title_txt {
     background: url(/asset/heart02.png) no-repeat 26px 41px;
     background-size: 49px 46px;
}
.under .course_box.item03 .course_title_txt {
     background: url(/asset/heart03.png) no-repeat 26px 41px;
     background-size: 49px 46px;
}
.under .course_title_txt:before {
     position: absolute;
     content: "";
     display: block;
     width: 7px;
     height: 12px;
     background: url(/asset/btn_bg.png) no-repeat center top;
     background-size: 7px 12px;
     right: 38px;
     top: 50%;
     margin-top: -3px;
}
.under .course_inner {
     width: 100%;
     padding: 26px 40px 42px;
     box-sizing: border-box;
}
.under .course_inner_txt {
     font-size: 16px;
     color: #ffffff;
     line-height: 1.75;
}
.under .end_box {
     background: #fff;
     border-radius: 4px; 
     overflow: hidden;
}
.under .end_box .end_title {
     font-family: "秀英明朝 L", "Shuei Mincho L";
     font-size: 23px;
     color: #453631;
     line-height: 1.3;
     letter-spacing: 0.32em;
     border-bottom: 1px solid #fed6d6;
     background: url(/asset/under_heart.png) no-repeat 27px 31px;
     background-size: 49px 45px;
     padding: 36px 40px 40px;
     width: 100%;
     box-sizing: border-box;
}
.under .end_box .end_txt {
     font-size: 16px;
     color: #453631;
     line-height: 1.75;
     width: 100%;
     padding: 31px 40px 65px;
     box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.under .course_box {
     width: 100%;
     float: none;
     clear: both;
}
.under .course_box.right {
     width: 100%;
     float: none;
     clear: both;
}
}
@media screen and (max-width: 479px) {
.under .course_title_txt {
     letter-spacing: 0.1em;
}
.under .end_box .end_title {
     padding: 36px 30px 40px;
}
.under .end_box .end_txt {
     padding: 31px 30px 65px;
}
}

/* =====================================
    newsList
===================================== */
.type1 #base {
    margin: 30px auto;
}
.top.type1 #base {
    margin: 78px auto;
}
@media screen and (max-width: 959px) {
.type1 #base {
    margin: 3em auto 0;
}
}
@media screen and (max-width: 479px) {
.top.type1 #base {
    margin: 50px auto 0;
}
}
/* =====================================
    blogBody
===================================== */
#blogBody .contentArea h3 a {
   text-decoration: underline;
}
#blogBody .contentArea h3 a:hover {
   text-decoration: none;
}
#pagenation {
   border-top: none;
}
#pagenation .active a {
   background: #C2B8AA !important;
}
#pagenation .active a:hover {
   opacity: 0.8;
}
#blogside h3 {
  background: #c2b8aa;
  border-bottom: none;
  width: auto;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
#blogside li {
  line-height: 1.3;
}
#blogside li:before {
  background: #c2b8aa;
}
#blogside li a {
  line-height: 1.3;
  display: inline-block;
}
.blog_search_input input.searchInput {
   width: 100%;
   padding: 5px 0;
   box-sizing: border-box;
   margin-bottom: 10px;
}
/* =====================================
    blogBody
===================================== */
@media screen and (max-width: 767px) {
#notfoundBody form input.searchInput {
   width: 100%;
   box-sizing: border-box;
   margin-bottom: 10px;
}
}



/* ----------------------------------------------------------
■ PC
----------------------------------------------------------- */
/* =====================================
 1. title (h2,h3,h4)
===================================== */
/* 1-1. h2 -------------------------- */
.gnv_tmp_h2_bg,
.gnv_tmp_h1_bg {
        border-bottom: none;
  background: url(/asset/h2_bg.jpg) no-repeat center center;
        background-size: cover;
        padding: 84px 0;
}
.gnv_tmp_h2_bg h2,
.gnv_tmp_h1_bg h1 {
        font-family: "秀英明朝 M", "Shuei Mincho M";
  font-size: 48px;
        color: #fff;
        padding: 0;
  line-height: 1.3;
        text-align: center;
        letter-spacing: 0.2em;
}
/* h2 titleBg */
h2.titleBg {
  background: #c2b8aa;
  font-size: 25px;
        line-height: 1.3;
        padding: 10px 15px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 25px;
        font-weight: normal;
  border-radius: 0;
        color: #fff;
        position: relative;
}
#blogBody .contentArea h3  {
        border-top: 5px solid #c2b8aa;
        padding: 15px 10px;
        width: 100%;
        box-sizing: border-box;
        background: none;
        border-radius: 0;
        font-size: 25px;
        line-height: 1.3;
}
@media screen and (max-width: 1850px) {
.gnv_tmp_h2_bg {
        padding: 50px 0;
}
}
@media screen and (max-width: 767px) {
.gnv_tmp_h2_bg h2,
.gnv_tmp_h1_bg h1 {
        font-size: 32px;
}
}
/* 1-2. h3 -------------------------- */
.gnv_tmp_h3_bg,
.h2_bg {
  background: #c0ad95;
        width: 100%;
        padding: 24px 10px 28px;
        box-sizing: border-box;
}
.gnv_tmp_h3_bg h3,
.h2_bg h2 {
        font-size: 23px;
        color: #ffffff;
        line-height: 1.3;
        text-align: center;
        letter-spacing: 0.24em;
        font-family: "秀英明朝 M", "Shuei Mincho M";
}
.top .gnv_tmp_h3_bg h3,
.top .h2_bg h2 {
        font-size: 32px;
}
@media screen and (max-width: 767px) {
.gnv_tmp_h3_bg h3,
.h2_bg h2 {
        font-size: 24px;
}
}
@media screen and (max-width: 479px) {
.top .gnv_tmp_h3_bg h3,
.top .h2_bg h2 {
        font-size: 28px;
}
}
/* 1-3. h4 -------------------------- */
.gnv_tmp_h4_bg,
.h3_bg {
  position: relative;
  border-top: 3px solid #ffc8b7;
  border-bottom: 3px solid #ffc8b7;
        padding: 13px 0 21px;
  font-weight: normal;
        width: 100%;
}
.gnv_tmp_h4_bg h4,
.h3_bg h3 {
        font-family: "秀英明朝 M", "Shuei Mincho M";
  line-height: 1.3;
        font-size: 24px;
  padding: 0;
  color: #453631;
        letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
.gnv_tmp_h4_bg h4,
.h3_bg h3 {
        font-size: 20px;
}
}


/* 1-3. h5 -------------------------- */
h5,
h4.tit {
        font-family: "秀英明朝 M", "Shuei Mincho M";
  line-height: 1.3;
        font-size: 20px;
  color: #453631;
        letter-spacing: 0.1em;
  border-bottom: 1px solid #81dfa2;
        padding-bottom: 8px;
        width: 100%;
        box-sizing: border-box;
}

/* =====================================
 2. bt
===================================== */
.gnv_tmp_bt a {
  line-height: 1.4;
  display: block;
  padding: 5px 20px;
  text-align: center;
  font-weight: bold;
  color:#000;
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #f2f2f2));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
  background: linear-gradient(top, #f5f5f5 0%, #f2f2f2 100%);
  -webkit-box-shadow: 0 3px 0 0 #cdcdcd;
  -moz-box-shadow: 0 3px 0 0 #cdcdcd;
  box-shadow: 0 3px 0 0 #cdcdcd;
  border-radius: 5px;
}
.text_image .gnv_tmp_bt a {
  margin-top: 0.5em;
}
.gnv_tmp_bt a:hover,
.gnv_tmp_detail a:hover {
  text-decoration: none;
  background: #fafafa;
}
/* btサイズ指定の場合 */
.gnv_tmp_detail a {
  width: 20%;
  float: left;
}

/* =====================================
 3. base template
===================================== */
.text_box {

  float: right;
  width: 67%;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
  margin: 0 0 20px 20px;
        width: 42%;
        float: right;
}
.b_01, .b_02 {
  margin: 0 0 1em;
}

/* =====================================
 4. SNS
===================================== */
#line,
#facebook,
.fb-like {
  margin-bottom: 5px;
}

/* =====================================
 5. table
===================================== */
/* 5-1. default -------------------------- */
.b_06 table td,
.b_06 table th {
    border: 1px solid #ffc8b7;
    padding: 10px 15px !important;
    vertical-align: middle;
    font-weight: normal;
    box-sizing: border-box;
    word-break: break-all;
    letter-spacing: 0.1em;
}
.b_06_item {
    background: #ffc8b7;
    width: 35%;
    border-bottom: 1px solid #fff !important;
    text-align: center;
    color: #fff;
}
.b_06 tr:last-child .b_06_item {
    border-bottom: 1px solid #ffc8b7 !important;
}
/* 5-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;
}
/* 5-3. table02 -------------------------- */
table.gnv_tmp_table02 {
   margin-bottom: 15px;
   width: 100%;
}
table.gnv_tmp_table02 thead th {
    background: #ffc8b7;
    border-top: none;
    border-bottom: none;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 8px 0;
}
table.gnv_tmp_table02 thead th.first {
    width: 25%;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
}
table.gnv_tmp_table02 th {
    border-bottom: 1px solid #ad9e8e;
    background: none;
    font-size: 16px;
    color: #453631;
    padding: 8.5px 0 9px;
    text-align: left;
}
table.gnv_tmp_table02 td {
    border-bottom: 1px solid #ad9e8e;
    background: none;
    font-size: 20px;
    color: #32373e;
    padding: 8.5px 5px 9px;
    text-align: center;
}
/* 5-4. hours -------------------------- */
@media screen and (max-width: 959px) {
.b_06 table td,
.b_06 table th {
    padding: 10px !important;
}
table.gnv_tmp_table02 thead th.first {
      width: 30%;
}
}
@media screen and (max-width: 479px) {
.b_06 table td,
.b_06 table th {
    font-size: 14px;
}
}


/* =====================================
 6. 汎用プロパティ
===================================== */
/* 6-1. float -------------------------- */
.fl { float: left;}
.fr { float: right;}
/* 6-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;}
.mb80 { margin-bottom: 80px !important;}

.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px !important; float: right;}
.ml10 { margin-left: 10px !important;  display: inline-flex;}
.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;}

/* 6-3. text-align -------------------------- */
.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}
/* 6-4. 画像の配置 -------------------------- */
/** 基本設定 **/
/* right 
.b_11_2_in span img,
.b_11 .b_11_in span img {
  float: right;
  margin: 0 0 20px 20px;
}*/
/** 個別設定 **/
/* 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;
}
/* 6-5. 画像の装飾 -------------------------- */
/* 角丸 */
.image img,
.text_image img,
.gnv_tmp_style img {

}
/* 6-6. rollover（透過） -------------------------- */
.rollover a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* =====================================
 7. その他テンプレート
===================================== */
/* 7-1. ビフォーアフター -------------------------- */
.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;
}
/* 7-2. list -------------------------- */
/* 通常リスト 01 */
.ic_01 {
  width: 100%;
}
.ic_01 .clearfix {
  padding: 0;
}
.ic_01 span {
  position: relative;
        display: block;
        width: 100%;
        padding: 5px 5px 5px 20px;
        box-sizing: border-box;
}
.ic_01 span:before {
  content: "";
  position: absolute;
  background: #FED2D2;
  top: 18px;
  left: 0;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  
}
/* ul */
.ic_01 ul {
  margin: 0;
}
.ic_01 li {
  position: relative;
        width: 100%;
        padding: 5px 5px 5px 20px;
        box-sizing: border-box;
}
.ic_01 li:before {
  content: "";
  position: absolute;
  background: #FED2D2;
  top: 18px;
  left: 0;
  margin-top :0px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}
/* 通常リスト 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);
}
/* 矢印リスト 01 */
.ic_arrow_01 div {
  padding: 0;
}
.ic_arrow_01 span {
  position: relative;
        display: block;
        padding:  5px 5px 5px 20px;
        width: 100%;
        box-sizing: border-box;
}
.ic_arrow_01 span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
        top: 16px;
  border: 5px solid transparent;
  border-left: 5px solid #FED2D2;
}
.ic_arrow_01 span a {
        display: inline;
        text-decoration: underline;
}
.ic_arrow_01 span a:hover {
        text-decoration: none;
}
/* 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;
}
/* 矢印リスト 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;
}
/* 7-3. flow -------------------------- */
img.gnv_tmp_flow_arrow_01,
img.gnv_tmp_flow_arrow_02 {
  margin: 10px auto 0;
}
/* 7-4. qa -------------------------- */
.gnv_tmp_qa_q {
  border-left: none;
  margin-bottom: 50px;
  padding: 0 10px 0 65px;
  display: block;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        font-family: "秀英明朝 M", "Shuei Mincho M";
        font-size: 24px;
        line-height: 1.5;
}
.gnv_tmp_qa_q:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        display: block;
        background: url(/asset/q_bg.png) no-repeat left center;
        background-size: 50px 50px;
        left: 0;
        top: -2px;
}
.gnv_tmp_qa_q span.tit {
  font-size: 200%;
  font-weight: bold;
  color: #333;
  padding-right: 20px;
  display: block;
  width: 30px;
}
.gnv_tmp_qa_a {
  border-left: none;
  margin-bottom: 0;
  padding: 0 10px 0 65px;
  display: block;
        width: 100%;
        box-sizing: border-box;
        position: relative;
}
.gnv_tmp_qa_a:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        display: block;
        background: url(/asset/a_bg.png) no-repeat left center;
        background-size: 50px 50px;
        left: 0;
        top: -7px;
}
.gnv_tmp_qa_a span.tit {
  font-size: 200%;
  font-weight: bold;
  color: #ccc;
  padding-right: 20px;
  display: block;
  width: 30px;
}
.gnv_tmp_qa_a p,
.gnv_tmp_qa_q p {
  /*display: table-cell;
  width: 100%;*/
  vertical-align: top;
}

/* =====================================
 8. MAP
===================================== */
.gnv_tmp_map {
  position: relative;
  width: 100%;
  padding-top: 40%;
}
.top .gnv_tmp_map {
  padding-top: 65%;
}
.gnv_tmp_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =====================================
 9. 管理画面
===================================== */
/* 非公開 */
.hikoukai {
  display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
  display: block !important;
  border: 5px solid #777;
  background: #555;
  padding: 20px 0;
}
/* 管理画面ズレ対応 */
div[class*=#drag-temp-pre-content .parts.m] {
  margin: 0!important;
}
@media screen and (min-width: 768px) {
  #drag-temp-pre-content .sp {
    margin: 0;
    padding: 0;
    height: 0;
  }
}
/* 新着情報ブロック */
#drag-temp-pre-content .news_list {
  position: relative;
  display: block;
  min-height: 50px;
  background: #777;
}
#drag-temp-pre-content .news_list:before {
  content: "新着情報";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -4.5em;
  font-size: 20px;
  color: #fff;
  z-index: 10;
}

/* =====================================
 10. pc sp change
===================================== */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* ----------------------------------------------------------
■ Tablet
----------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 959px) {
/* =====================================
 3. base template
===================================== */
/* 3-1. top bn -------------------------- */
/* 700px bn (1column) */
.b_10.bn01 img {
    width: 75% !important;
}
/* 345px bn (2column) */
.b_10.b_10_column2.bn02 {
    width: 75% !important;
  margin: 0 auto 2em;
}
.b_10.bn02 img {
    width: 100% !important;
}
/* 224px bn (3column) */
.b_10.b_10_column3.bn03 {
    width: 75% !important;
  margin: 0 auto 2em;
}
.b_10.bn03 img {
    width: 100% !important;
}
}

/* ----------------------------------------------------------
■ SmartPhone
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
/* =====================================
 2. bt
===================================== */
.gnv_tmp_detail a {
  width: auto;
  float: none;
}

/* =====================================
 3. base template
===================================== */
.text_box {
  float: none;
  width: 100%;
}
.b_11_3.b_11_3_column3,
.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 {
  margin: 0 0 1.0em !important;
        display: block;
        width: 100%;
}
.b_11_3.b_11_3_column3 div.column_blank {
        display: none;
}
.b_11 .b_11_in span img,
.b_11_2_in span img {
  margin: 0 auto 30px !important;
  width: 100% !important;
        float: none !important;
}
/* 3-1.画像横並び -------------------------- */
.b_10.b_10_column2.img_list {
    border: medium none;
    border-collapse: collapse;
    display: table;
    line-height: 1px;
    table-layout: fixed;
    width: 100%;
}
.b_10.b_10_column3.img_list {
  display: table;
}
/* 2列 */
.img_list.b_10.b_10_column2 div.column_l {
    display: table-cell;
    line-height: 1px;
    padding-right: 10px;
    vertical-align: top;
    width: auto;
}
.img_list.b_10.b_10_column2 div.column_r {
    display: table-cell;
    line-height: 1px;
    padding-left: 10px;
    vertical-align: top;
    width: auto;
}
/* 3列 */
.b_10.b_10_column3 div.column_blank {
    display: table-cell !important;
    vertical-align: top;
    width: auto;
}
.img_list.b_10_column3 div.column_c,
.img_list.b_10_column3 div.column_l {
    display: table-cell;
    width: 32%;
  margin-right: 1%;
}
.img_list.b_10_column3 div.column_r {
    display: table-cell;
    width: 32%;
  margin-right: 0;
}

/* =====================================
 5. table
===================================== */
/* 5-4. hours -------------------------- */
table.gnv_tmp_table02 thead th {
        font-size: 12px;
}
table.gnv_tmp_hours th,
table.gnv_tmp_hours td {
  font-size: 12px;
        letter-spacing: normal;
}

/* =====================================
 7. その他テンプレート
===================================== */
/* 7-1. ビフォーアフター -------------------------- */
.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%;
  display: block;
}
.ba_box .column_l {
  margin-bottom: 2em!important;
}
.ba_box .column_r span {
  text-align: center;
}

/* =====================================
 8. MAP
===================================== */
.top .gnv_tmp_map,
.gnv_tmp_map {
  padding-top: 80%;
}
.gnv_tmp_map iframe {
  right: 0;
  width: 100% !important;
}

/* =====================================
 10. pc sp change
===================================== */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

}
/* =====================================
 11. others
===================================== */
/* w960 */
.w960 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
/*----- googlecalender、googleMap、インドアビュー -----*/
.gMap, .calenderWrap, .indoorView {
  position: relative;
}
.gMap iframe, .calenderWrap iframe, .indoorView iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.gMap {
  padding-top: 33.25%;
}
.calenderWrap, .indoorView {
  padding-top: 56.25%
}
.calenderWrap iframe {
  min-height: 260px;
}
.indoorView iframe {
  min-height: 240px;
}
@media only screen and (max-width: 480px) {
  .gMap{
    padding-top: 220px;
  }
  .calenderWrap {
    padding-top: 300px;
  }
  .indoorView {
    padding-top: 240px;
  }
}
/*-------------------------------------------------------*/


/* =====================================
  動画テンプレート
===================================== */
/* 動画最大幅 */
.viemo.b_09, .viemo.b_11_3.b_11_3_column2 {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .viemo.b_11_3.b_11_3_column2 {
    width: 700px;
  }
}
/* youtubeの縦横比 */
.viemo.b_09>div, .viemo.b_11_3.b_11_3_column2 div.column_l>p, .viemo.b_11_3.b_11_3_column2 div.column_r>p {
  position: relative;
  padding-top: 56.25%;
}
/* 絶対費で固定 */
.viemo.b_09 iframe, .viemo.b_11_3.b_11_3_column2 div.column_l iframe, .viemo.b_11_3.b_11_3_column2 div.column_r iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .viemo.b_11_3.b_11_3_column2 {
    width: 100%;
  }
}
@media screen and (min-width: 700px) and (max-width: 720px) {
  .viemo.b_11_3.b_11_3_column2 {
    width: 100%;
    max-width: 720px;
  }
}
@media screen and (max-width: 720px) {
  .viemo.b_09 {
    padding: 0 10px;
  }
  .viemo.b_11_3.b_11_3_column2 div.column_l {
    padding-left: 10px;
  }
  .viemo.b_11_3.b_11_3_column2 div.column_r {
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
    padding: 0 10px;
  }
}


/* =====================================
  12. 下層TPL
===================================== */
/*--------------------------------------
  List of Check Design
--------------------------------------*/
ul.listCheck li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
  font-size: 16px;
}
ul.listCheck li:before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #bfbfbf;
}
ul.listCheck li:after {
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: 4px;
  width: 7px;
  height: 3px;
  border-left: 2px solid #ffc8b7;
  border-bottom: 2px solid #ffc8b7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------
  手順矢印(下)
--------------------------------------*/
.stepArrow {
  position: relative;
  margin-bottom: 3em;
}
.stepArrow:before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -45px;
  display: block;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #6FBA2C;
  border-right-width: 45px;
  border-left-width: 45px;
}

/*--------------------------------------
  table01
--------------------------------------*/
table.table01,
table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.table01 th,
.table01 td {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
.table01 thead th {
  background: #002e4e;
  color: #fff;
}
.table01 tbody th {
  background: #ddebf1;
}
.table01 th, .table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}

/*--------------------------------------
  anchorlinks
--------------------------------------*/
.anchorlinks {
  border: 3px double #333;
  background: #ccc;
  padding: 2em 2em 1em 2em;
  list-style: none;
}
.anchorlinks:after {
  content: "";
  display: block;
  clear: both;
}
.anchorlinks li {
  position: relative;
  width: 33.33%;
  float: left;
  padding: 0 .5em 0 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.anchorlinks li:nth-child(3n) {
  padding-right: 0;
}
.anchorlinks li a {
  text-decoration: none;
}
.anchorlinks li a:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .5em;
  border-top: .4em solid transparent;
  border-bottom: .4em solid transparent;
  border-left: .8em solid #333;
  -webkit-transition-duration: .6s;
  -ms-transition-duration: .6s;
  -moz-transition-duration: .6s;
  transition-duration: .6s;
}
.anchorlinks li a:hover:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.anchorlinks li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .anchorlinks {
    padding: 1em 1em .5em 1em;
  }
  .anchorlinks li {
    width: 50%;
    margin-bottom: .5em;
  }
  .anchorlinks li:nth-child(even) {
    padding-right: 0;
  }
  .anchorlinks li:nth-child(3n) {
    padding-right: 1em;
  }
}
@media screen and (max-width: 480px) {
  .anchorlinks li {
    width: 100%;
    padding-right: 0;
  }
}

/*--------------------------------------
  症例写真 (クラスに「case_photo」を追加。画像サイズが大きくなり過ぎないように調整)
--------------------------------------*/
/*「テキスト+画像+文章」用*/
.case_photo.b_11_2.b_11_2_column2 div.column_l span img,
.case_photo.b_11_2.b_11_2_column2 div.column_r span img,
.case_photo.b_11_2.b_11_2_column3 div.column_c span img,
.case_photo.b_11_2.b_11_2_column3 div.column_l span img,
.case_photo.b_11_2.b_11_2_column3 div.column_r span img{
  width:100%;
  max-width:240px;
  margin-left:auto;
  margin-right:auto;
}
.case_photo.b_11_2_in span img{
  width:100%;
  max-width:240px;
}
@media (max-width: 767px) {
  .case_photo .b_11_2_in span img{
    max-width:240px;
    float:none;
    margin-left:auto;
    margin-right:auto;
  }
}
/*「画像」パーツ用*/
.case_photo.b_10.column_r span img,
.case_photo.column_c span img,
.case_photo.column_l span img{
  width:240px;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
.case_photo.b_10 img{
  width:100%;
  max-width:240px;
}
@media (max-width: 767px) {
  .case_photo.b_10 img{
    max-width:240px;
  }
}


/* =====================================
   13. お問い合わせバナー(フッター下部固定)
===================================== */
/*--------------------------------------
    contact boxs
--------------------------------------*/
.contactBox {
  background: #9ec56b;
  padding: 50px 30px 40px;
}
.contactBox .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: .12em;
  font-size: 16px;
  color: #fff;
}
.contactBox .wrap h3 {
  margin: 0 0 .2em;
  line-height: 2.33em;
  letter-spacing: .2em;
  font-size: 30px;
  color: #fff;
}
.contactBox .wrap .bnr {
  margin-top: 28px;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  display: -webkit-flex;
  display: flex;
}
.contactBox .wrap .bnr .box {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 5px;
}
.contactBox .wrap .bnr .box:last-child {
  margin-right: 0;
}
.contactBox .wrap .bnr .box img {
  width: 100%;
  max-width: 100%;
}
.contactBox .tb {
  display: none;
}

@media screen and (max-width: 1060px) {
  .contactBox .tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contactBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    padding: 0;
  }
  .contactBox .wrap h3, .contactBox .wrap h3 + p {
    display: none;
  }
  .contactBox .wrap .bnr {
    margin-top: 0;
  }
  .contactBox .wrap .bnr .box {
    margin: 0 1px 0 0;
  }
}

/* =====================================
北原追記_20150623
===================================== */
.b_10.b_10_column2 div.column_r ,.b_11_2.b_11_2_column2 div.column_r {
    padding-left: 10px;
}
.b_10.b_10_column2 div.column_l ,.b_11_2.b_11_2_column2 div.column_l {
    padding-right: 10px;
}
.b_11 .b_11_in span img {
    width: 36%;
}
#content {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
.b_10.b_10_column2 div.column_r ,.b_11_2.b_11_2_column2 div.column_r {
    padding-left: 0;
}
.b_10.b_10_column2 div.column_l ,.b_11_2.b_11_2_column2 div.column_l {
    padding-right: 0;
}
.b_11 .b_11_in span img {
    width: 100%;
}
}

/* =====================================
 1*. viemo
===================================== */
/* 1カラム */
.viemoFrame.col1 {
  position: relative!important;
  padding-top: 56.25%!important;
}
.viemoFrame.col1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
        border: none;
}
/* 2カラム */
.viemoFrame.col2.posiL .column_l, .viemoFrame.col2.posiR .column_r, .viemoFrame.col2.double .column_l, .viemoFrame.col2.double .column_r {
  position: relative;
  padding-top: 28.125%;

}
.viemoFrame.col2 {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.viemoFrame.col2 iframe {
  position: absolute;
  top: 0;
  left: 2%;
  width: 96%;
  height: 96%;
}
@media screen and (max-width: 767px) {
  .viemoFrame .b_11_in:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .viemoFrame.col2.posiL .column_l, .viemoFrame.col2.posiR .column_r, .viemoFrame.col2.double .column_l, .viemoFrame.col2.double .column_r {
    padding-top: 56.25%;
  }
  .viemoFrame.col2 iframe, .viemoFrame.col2.double iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.case_box dt {
    font-size: 130%;
    font-weight: bold;
    font-family: "秀英明朝 M", "Shuei Mincho M";
    margin-bottom: 10px;
    letter-spacing: 0.16em;
}

.txt dt {
    font-size: 140%;
    font-weight: bold;
    font-family: "秀英明朝 M", "Shuei Mincho M";
    margin-bottom: 2px;
    letter-spacing: 0.16em;
}

.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: table-cell;
    width: 33%;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
  .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%;
}
}

/*-------------------------171127_沼田追記-----------------------*/

.koujyousen_symptom .title {
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.24em;
    font-family: "秀英明朝 M", "Shuei Mincho M";
    padding-bottom: 5px;
    margin-bottom: 18px !important;
}

/* AIレコメンド*********************/
#airec {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.footer_fixed {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    opacity:0.9;
    background:#fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    width: 100%;
    max-width:510px;
    text-align: center;
    z-index: 999;
}
.footer_fixed p.text {
    font-size:18px;
    color:#666;
    margin-top: 5px;
    margin-bottom: 3px;
    line-height: normal;
    letter-spacing: normal;
}
.footer_fixed ul li {
    float: left;
    margin-bottom: 5px;
}
.footer_fixed p.img {
    margin-bottom:0;
    vertical-align: bottom;
}
.footer_fixed img {
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
.footer_fixed {
    bottom: 0;
    left: 0;
    opacity:1;
    max-width:none;
}
.footer_fixed p.text {
    font-size:13px;
    margin-top: 5px;
    margin-bottom: 3px;
}
.footer_fixed ul li {
    width:20%;
    margin-bottom: 0;
}
.footer_fixed ul li.rec_btn {
    width:40%;
}
.footer_fixed ul li img{
    width:100%;
}
.footer_fixed .img_bottom img{
    display:block;
    width:100%;
    vertical-align: top;
}
}




/* =====================================
　　　　　　TOPリニューアル
===================================== */
body {
    word-break: break-all;
    background: #fff !important;
}
.w1080 {
    width: 94%;
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
}
img {
    width: auto;
    max-width: 100%;
}
.half {
    display: inline-block;
}
a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
}

@media screen and (max-width: 767px) {
.w1080 {
    width: 100%;
    padding: 0 20px;
}
a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
}
}


/*　------------------------------------
　　　　　　　　　HEADER
------------------------------------　*/
#wrapper {
    padding-top: 145px;
}
.header_newtop #wrapper {
    padding-top: 80px;
}
#header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: all 0.5s ease 0s;
    top: 0;
    margin-bottom: 0;
}
#header .inner {
    width: 100%;
    margin: 0;
    padding: 0;
}
#header a.logo {
    float: left;
    width: auto;
    max-width: 550px;
    margin-left: 18px;
    margin-top: 21px;
}
#header h1 img,
#header a.logo img {
    margin: 0;
}
#header .rightBox {
    width: 754px;
    float: right;
    margin: 0;
    padding: 0;
}
#header .rightBox span {
    display: block;
    float: left;
    width: 336px;
    margin-right: 18px;
    margin-top: 11px;
}
#header .rightBox a {
    display: block;
    float: left;
    width: 200px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}
#gnav {
    width: 100%;
    max-width: 100%;
    float: none;
    background: #FAF7F4;
    clear: both;
    padding: 0;
    border: none;
}
.header_newtop #gnav {
    display: none;
}
.nav {
    border: none;
    width: 100%;
    max-width: none;
}
.nav > li {
    border-right: none;
    width: 15% !important;
    padding-left: 1px;
}
.nav > li:before {
    content: "";
    width: 1px;
    height: 30px;
    background: #CFC7BE;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.nav > li.nav01 {
    border-left: none;
    padding-left: 0;
}
.nav > li.nav01:before {
    display: none;
}
.nav > li.nav02,
.nav > li.nav06 {
    width: 20% !important;
}
.nav > li > a,
.nav > li > span {
    color: #917C62;
    line-height: 1.4;
    font-family: "秀英明朝 M", "Shuei Mincho M";
    font-size: 15px;
    letter-spacing: 0.1em !important;
    padding: 22px 10px 23px;
}
.nav > li > a:hover, 
.nav > li > span:hover {
    background: #C4A885;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.sub {
    background: rgba(249, 239, 227, 0.9);
    padding: 40px 20px;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
}
.sub li {
    display: inline-block;
    width: auto;
    margin-right: 67px;
}
.sub li a {
    display: block;
    background: none !important;
    width: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #333333;
    line-height: 1.3;
    font-size: 15px;
}
.sub li a:hover {
    color: #917C62;
}


@media screen and (max-width: 1360px) and (min-width: 1061px) {
#wrapper {
    padding-top: 132px;
}
.header_newtop  #wrapper {
    padding-top: 66px;
}
#header a.logo {
    max-width: 400px;
    margin-top: 19px;
}
#header .rightBox {
    width: 606px;
}
#header .rightBox span {
    width: 258px;
}
#header .rightBox a {
    width: 165px;
}
}


@media screen and (max-width: 1060px) and (min-width: 768px) {
#wrapper {
    padding-top: 108px;
}
.header_newtop #wrapper {
    padding-top: 51px;
}
#header a.logo {
    max-width: 230px;
    margin-top: 10px;
    margin-left: 10px;
}
#header a.logo img.pc {
    display: none !important;
}
#header a.logo img.sp {
    display: block !important;
}
#header .rightBox {
    width: 500px;
}
#header .rightBox span {
    width: 230px;
    margin-right: 10px;
    margin-top: 6px;
}
#header .rightBox a {
    width: 130px;
}
.nav > li {
    width: 13% !important;
}
.nav > li.nav02,
.nav > li.nav06 {
    width: 24% !important;
}
.nav > li > a,
.nav > li > span {
    font-size: 14px;
    padding: 18px 10px 19px;
}
}

@media screen and (max-width: 767px) {
#wrapper {
    padding-top: 79px !important;
}
#header a.logo {
    max-width: 300px;
    margin: 20px 0 0 20px;
}
#header .rightBox {
    width: 80px;
}
#header #menu_button {
    display: block;
    width: 100%;
}
#header #menu_button img {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}
.header_newtop #gnav {
   display: block;
}
.nav > li {
    width: 100% !important;
    padding-left: 0;
}
.nav > li:before {
    display: none;
}
.nav > li.nav02,
.nav > li.nav06 {
    width: 100% !important;
}
.nav > li > a,
.nav > li > span {
    background: #AE9474;
    color: #fff;
    padding: 15px 10px 17px;
}
.nav li span:before {
    display: none;
}
.nav li span:after {
    top: 20px;
    background: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.sub {
    padding: 0;
}
.sub li {
    display: block;
    width: 100%;
    margin-right: 0;
}
.sub li a {
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    letter-spacing: 0.1em;
    background: #F6ECE0 !important;
}
.sub li a:hover {
    background: #F8EBDC !important;
}
}

@media screen and (max-width: 480px) {
#wrapper {
    padding-top: 59px !important;
}
#header a.logo {
    max-width: 240px;
    margin: 14px 0 0 8px;
}
#header .rightBox {
    width: 60px;
}
}


/*　------------------------------------
　　　　　　　　　FOOTER
------------------------------------　*/
#footer {
    background: #fff;
    margin-top: 0;
    padding-top: 44px;
}
#footer .logoWrap {
    float: left;
    width: 22%;
    max-width: 230px;
    margin-top: 12px;
}
#footer .infoWrap {
    float: left;
    width: 70.5%;
    margin-left: 7.5%;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2.3;
    color: #5E5D5A;
    font-family: "メイリオ";
}
#footer .infoWrap dl dt {
    float: left;
    margin-right: 1em;
}
#footer .guildWrap {
    background: #9EC252;
    padding: 14px 0;
    margin-top: 69px;
}
#footer .guildWrap ul li {
    float: left;
    line-height: 1.4;
}
#footer .guildWrap ul li:last-child {
    float: right;
    padding-right: 50px;
}
#footer .guildWrap ul li a,
#footer .guildWrap ul li span {
    font-family: "メイリオ";
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.06em;
    vertical-align: middle;
}
#pagetop {
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
}
#pagetop img {
    width: 50px;
}
.fixed_box {
    display: none;
}


@media screen and (max-width: 767px) {
#footer {
    padding-bottom: 0;
}
#footer .logoWrap {
    float: none;
    width: 100%;
    margin: 0 auto;
}
#footer .infoWrap {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
#footer .infoWrap dl dt {
    float: none;
    margin-right: 0;
}
#footer .guildWrap {
    padding: 14px 0 20%;
}
#footer .guildWrap ul li {
    float: none;
}
#footer .guildWrap ul li:last-child {
    float: none;
}
.fixed_box {
    display: block;
    width: 84%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 8%;
    z-index: 999;
    padding: 15px 0;
}
.fixed_box ul li {
    float: left;
    width: 38%;
}
.fixed_box ul li a {
    display: block;
}
.fixed_box ul li:first-child a {
    box-shadow: -2px 2px 10px rgba(0,0, 0, 0.05);
    border-radius: 50px 0 0 50px;
}
.fixed_box ul li:nth-child(2) a {
    box-shadow: 2px 2px 10px rgba(0,0, 0, 0.05);
    border-radius: 0 50px 50px 0;
}
.fixed_box ul li:last-child {
    float: right;
    width: 15.8%;
}
.fixed_box ul li:last-child a {
    box-shadow: 0 0 10px rgba(0,0, 0, 0.05);
    border-radius: 50px;
}
.fixed_box ul li a:hover {
    opacity: 0.8;
}
.fixed_box ul li a img {
    width: 100%;
}
#pagetop {
    display: none !important;
}
}


/*　------------------------------------
　　　　　　　　CONTENT
------------------------------------　*/
#base {
    width: 100% !important;
    margin: 0 auto !important;
}
#contentBase {
    width: 100%;
    max-width: 100%;
    float: none;
}
#content {
    padding: 0 !important;
}
.contentArea {
    padding-bottom: 0;
}
#side,
#bread {
    display: none;
}


.newTop .bnr_section {
    margin: 0;
}
.newTop .bnr_section ul {
    border-right: 1px solid #fff;
}
.newTop .bnr_section ul li {
    float: left;
    width: 33.333%;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
.newTop .bnr_section ul.second li {
    margin-top: 1px;
}
.newTop .bnr_section ul.second li:first-child {
    float: none;
    width: 100%;
    clear: both;
}

@media screen and (max-width: 767px) {
.newTop .bnr_section ul.first li {
    float: none;
    width: 100%;
    margin-top: 1px;
}
.newTop .bnr_section ul.first li:first-child {
    margin-top: 0;
}
.newTop .bnr_section ul.second li {
    width: 50%;
}
.newTop .bnr_section ul.second li:first-child {
    float: left;
    width: 50%;
}
}


/*　新着情報　*/
.newTop .news_section {
    background: #fff;
    padding: 91px 0 90px;
    margin: 0;
    font-family: "メイリオ";
}
.newTop .news_area {
    position: relative;
}
.newTop .news_area #news h2.titleBg,
.newTop .news_area #news .ov {
    display: none;
}

.newTop .news_area h2.titleBg {
    font-family: "凸版文久明朝 R JIS2004", "Toppan Bunkyu Mincho R JIS2004";
    font-size: 30px;
    color: #9EC252;
    letter-spacing: 0.4em;
    line-height: 1.4;
    background: none;
    padding: 0;
}
.newTop .news_area h2.titleBg span {
    font-size: 11px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: 0.5em;
    margin-left: 15px;
    margin-top: 14px;
}
.newTop .news_area .ov {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    position: absolute;
    right: 0;
    top: 14px;
    color: #9EC252;
    text-decoration: underline;
}
.newTop .news_area .ov:hover {
    text-decoration: none;
}
#news {
    border-top: 1px solid #E9E8E7;
}
#news dl {
    padding: 24px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #E9E8E7;
}
#news dt {
    float: left;
    width: 180px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.15em;
    color: #9EC252;
    margin: 0;
    padding: 0;
}
#news dt .newsNew {
    font-family: "ヒラギノ角ゴ ProN W3", "HiraKaku ProN W3", sans-serif;
    font-size: 9px;
    letter-spacing: 0.1em;
    background: #9EC252;
    width: 38px;
    height: 17px;
    line-height: 18px;
    margin: -1px 0 0 20px;
    vertical-align: middle;
    border-radius: 50px;
}
#news dd {
    font-size: 14px;
    color: #453631;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0 0 0 180px;
}
#news dd a {
    display: block;
    position: relative;
    padding-right: 30px;
}
#news dd a:after {
    content: "";
    background: url(/asset/topnew_arrow.png) no-repeat left top;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}
#news dd a:hover {
    color: #9EC252;
}

@media screen and (max-width: 767px) {
.newTop .news_section {
    padding: 50px 0;
}
}

@media screen and (max-width: 480px) {
.newTop .news_area h2.titleBg {
    font-size: 24px;
    letter-spacing: 0.1em;
}
.newTop .news_area h2.titleBg span {
    letter-spacing: 0.1em;
    margin-left: 10px;
}
.newTop .news_area .ov {
    font-size: 10px;
    letter-spacing: 0.1em;
}
#news dt {
    width: 120px;
    font-size: 12px;
    letter-spacing: 0;
}
#news dt .newsNew {
    margin: -1px 0 0 7px;
}
#news dd {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 0 0 0 130px;
}
}


/*　甲状腺メディアサイト　*/
.newTop .media_section {
    background: url(/asset/newtop_bg.png) no-repeat center;
    background-size: cover;
    padding: 91px 0;
    margin: 0;
}
.newTop .media_area {
    background: #fff;
    padding: 52px 37px 28px 59px;
    box-shadow: 0 0 0 9px rgba(164, 193, 106, 0.76);
}
.newTop .media_area .leftItem {
    float: left;
    width: 56.5%;
    margin-top: 6px;
}
.newTop .media_area .leftItem h2 {
    float: right;
    font-family: "凸版文久明朝 R JIS2004", "Toppan Bunkyu Mincho R JIS2004";
    font-size: 27px;
    letter-spacing: 0.6em;
    line-height: 2;
    color: #5E5D5A;
    height: 310px;
}
.newTop .media_area .leftItem h2 span {
    color: #9EC252;
}
.newTop .media_area .leftItem .mediaWrap {
    float: left;
    width: 62.5%;
    margin-top: 7%;
}
.newTop .media_area .leftItem .mediaWrap .viemo {
    position: relative;
    padding-top: 56%;
}
.newTop .media_area .leftItem .mediaWrap .viemo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.newTop .media_area .rightItem {
    float: right;
    width: 39.5%;
}
.newTop .media_area .rightItem .txtWrap {
    font-family: "メイリオ";
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 2.35;
    padding: 0 5px;
    color: #5E5D5A;
    margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
.newTop .media_area .leftItem h2 {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
}
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
.newTop .media_area {
    padding: 60px 50px 50px;
}
.newTop .media_area .leftItem {
    float: none;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
}
.newTop .media_area .rightItem {
    float: none;
    width: 100%;
    margin: 30px auto 0;
}
.newTop .media_area .rightItem .btnWrap {
    max-width: 400px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
.newTop .media_area {
    padding: 40px 25px;
}
.newTop .media_area .leftItem {
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: center;
}
.newTop .media_area .leftItem h2 {
    float: none;
    font-size: 24px;
    letter-spacing: 0.3em;
    line-height: 1.6;
    height: auto;
}
.newTop .media_area .leftItem .mediaWrap {
    float: none;
    width: 100%;
    margin-top: 30px;
}
.newTop .media_area .rightItem {
    float: none;
    width: 100%;
    margin-top: 35px;
}
.newTop .media_area .rightItem .txtWrap {
    padding: 0;
}
.newTop .media_area .rightItem .btnWrap {
    width: 100%;
    margin: 0 auto;
}
}


/*　当院について　*/
.newTop .infomation_section {
    margin: 0;
}
.newTop .infomation_section .title_wrap {
    background: #fff;
    padding: 105px 0 53px;
}
.newTop .infomation_section .title_wrap h2 {
    font-family: "凸版文久明朝 R JIS2004", "Toppan Bunkyu Mincho R JIS2004";
    font-size: 37px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    color: #5E5D5A;
}
.newTop .infomation_section .title_wrap h2 span {
    display: block;
    font-size: 10px;
    letter-spacing: 0.5em;
    margin: 20px 0px 0 5px;
}


.newTop .infomation_area {
    background: #FAF7F4;
    padding: 69px 0 133px;
}
.newTop .infomation_area .infoTop {
    position: relative;
}
.newTop .infomation_area .sliderWrap {
    position: absolute;
    width: 58%;
    right: 0;
    bottom: -20px;
}
.sliderWrap .bxslider {
    display: none;
}
.sliderWrap .bx-wrapper .bxslider {
    display: block;
}
.bx-controls.bx-has-pager {
    z-index: 100;
    text-align: right;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    margin-top: 11px;
}
.bx-pager.bx-default-pager {
    display: inline-block;
}
.bx-pager-item {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #C0B8B1;
    border-radius: 50%;
    margin-right: 13px;
}
.bx-pager-item:last-child {
    margin-right: auto;
}
.bx-pager-item a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.bx-pager-item a.active {
    background: #9EC252;
}
.bx-pager-item a:hover {
    background: #9EC252;
}

.newTop .infomation_area .btnWrap {
    width: 36.5%;
}
.newTop .infomation_area .btnWrap li:last-child {
    margin-top: 10px;
}
.newTop .infomation_area .btnWrap li a {
    display: block;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.newTop .infomation_area .btnWrap li a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.newTop .infomation_area .infoBottom {
    margin-top: 76px;
}
.newTop .infomation_area .timeWrap {
    float: left;
    width: 42%;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 {
    margin-bottom: 17px;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 thead th {
    background: #C4A885;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0;
    padding: 8px 0 7px;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 thead th.first {
    font-family: "ヒラギノ角ゴ ProN W6", "HiraKaku ProN W6", sans-serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    width: 36%;
    padding-left: 15px;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody th,
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody td {
    background: #fff;
    font-size: 15px;
    color: #5E5D5A;
    border-bottom: 1px solid #C0B8B1;
    padding: 10px 0 11px;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody th {
    letter-spacing: 0.1em;
    padding-left: 15px;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody tr:last-child th,
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody tr:last-child td {
    border-bottom: none;
}
.newTop .infomation_area .timeWrap p {
    font-size: 15px;
    color: #5E5D5A;
    letter-spacing: 0.1em;
}
.newTop .infomation_area .timeWrap p strong {
    font-family: "ヒラギノ角ゴ ProN W6", "HiraKaku ProN W6", sans-serif;
}
.newTop .infomation_area .infoWrap {
    float: right;
    width: 45.5%;
    color: #5E5D5A;
}
.newTop .infomation_area .infoWrap dl dt {
    float: left;
    width: 110px;
    font-family: "ヒラギノ角ゴ ProN W6", "HiraKaku ProN W6", sans-serif;
}
.newTop .infomation_area .infoWrap dl dd {
    padding-left: 110px;
    margin-bottom: 20px;
}
.newTop .infomation_area .infoWrap dl dd:last-child {
    margin-bottom: 0;
}
.newTop .infomation_area .infoWrap dl dd a {
    font-family: "ヒラギノ角ゴ ProN W6", "HiraKaku ProN W6", sans-serif;
    color: #9EC252;
    text-decoration: underline;
}
.newTop .infomation_area .infoWrap dl dd a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1060px) and (min-width: 768px) {
.newTop .infomation_area {
    padding: 40px 0 137px;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 thead th {
    font-size: 12px;
    letter-spacing: 0;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 thead th.first {
    font-size: 16px;
    width: 39%;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody th,
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody td {
    font-size: 12px;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody th {
    letter-spacing: 0.05em;
}

.newTop .infomation_area .infoWrap dl {
    font-size: 14px;
    letter-spacing: 0.05em;
}
.newTop .infomation_area .infoWrap dl dt {
    width: 90px;
}
.newTop .infomation_area .infoWrap dl dd {
    padding-left: 90px;
}
}

@media screen and (max-width: 767px) {
.newTop .infomation_section .title_wrap {
    padding: 40px 0 46px;
}
.newTop .infomation_section .title_wrap h2 {
    text-align: center;
}
.newTop .infomation_area {
    padding: 50px 0;
}
.newTop .infomation_area .sliderWrap {
    position: relative;
    width: 100%;
    right: initial;
    bottom: initial;
}
.newTop .infomation_area .btnWrap {
    width: 100%;
    margin-top: 40px;
}
.newTop .infomation_area .timeWrap {
    float: none;
    width: 100%;
}
.newTop .infomation_area .infoWrap {
    float: none;
    width: 100%;
    margin-top: 40px;
}
}

@media screen and (max-width: 480px) {
.newTop .infomation_section .title_wrap h2 {
    font-size: 30px;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 thead th {
    font-size: 12px;
    letter-spacing: 0;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 thead th.first {
    font-size: 16px;
    width: 39%;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody th,
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody td {
    font-size: 12px;
}
.newTop .infomation_area .timeWrap table.gnv_tmp_table02 tbody th {
    letter-spacing: 0.05em;
}
.newTop .infomation_area .infoWrap dl {
    font-size: 14px;
    letter-spacing: 0;
}
.newTop .infomation_area .infoWrap dl dt {
    width: 70px;
}
.newTop .infomation_area .infoWrap dl dd {
    padding-left: 70px;
}
}


/*　地図　*/
.newTop .map_section {
    margin: 0;
}
.newTop .map_section .gnv_tmp_map {
    padding-top: 523px;
}
.newTop .map_section .mapWrap {
    background: #C4A885;
    padding: 16px 0;
}
.newTop .map_section .mapWrap ul li {
    font-family: "メイリオ";
    float: left;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.06em;
}
.newTop .map_section .mapWrap ul li:last-child {
    float: right;
}
.newTop .map_section .mapWrap ul li a {
    color: #fff;
}

@media screen and (max-width: 767px) {
.newTop .map_section .gnv_tmp_map {
    padding-top: 350px;
}
.newTop .map_section .mapWrap ul li {
    float: none !important;
}
}



/* =====================================
　　　　　　UNDERリニューアル
===================================== */
body.newUnder {
    background: #fff !important;
}
.newUnder #mainimage {
    margin-top: 0;
}
.newUnder .gnv_tmp_h2_bg,
.newUnder .gnv_tmp_h1_bg {
    background: url(/asset/titlebg_h2.jpg) no-repeat center center;
    background-size: cover;
    padding: 70px 0 75px;
}
.newUnder .gnv_tmp_h2_bg h2,
.newUnder .gnv_tmp_h1_bg h1 {
    font-size: 34px;
    letter-spacing: 0.22em;
}
.newUnder #bread {
    font-family: "メイリオ";
    display: block !important;
    max-width: 1140px;
    padding: 0 30px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #77716C;
    box-sizing: border-box;
}
.newUnder #bread a {
    color: #9EC252;
    text-decoration: underline;
}
. newUnder #bread a:hover {
    text-decoration: none;
}
.newTop.newUnder #content {
    padding: 65px 0 !important;
}

.newUnder .gnv_tmp_h3_bg,
.newUnder .h2_bg {
    background: #A8CB60;
    border-top: 6px solid #97BC48;
    padding: 45px 0 57px;
}
.newUnder .gnv_tmp_h3_bg.pink,
.newUnder .h2_bg.pink {
    background: url(/asset/bg-title_pink.jpg) repeat left top;
    background-size: 18px 18px;
    border-top: 6px solid #F7A7A0;
}
.newUnder .gnv_tmp_h3_bg h3,
.newUnder .h2_bg h2 {
    font-size: 32px;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0.15em;
}
.newUnder .gnv_tmp_h4_bg,
.newUnder .h3_bg {
    border-top: 3px solid #9EC252;
    border-bottom: none;
    padding: 37px 0 10px;
}
.newUnder .gnv_tmp_h4_bg h4,
.newUnder .h3_bg h3 {
    font-size: 28px;
    color: #5E5D5A;
    letter-spacing: 0.15em;
}
.newUnder h5,
.newUnder h4.tit {
    font-family: "秀英明朝 B", "Shuei Mincho B";
    font-size: 24px;
    letter-spacing: 0.15em;
    color: #5E5D5A;
    border-bottom: none;
    padding-left: 20px;
    position: relative;
}
.newUnder h5:before,
.newUnder h4.tit:before {
    display: block;
    content: "";
    width: 6px;
    height: 50%;
    background: #9EC252;
    position: absolute;
    top: 0;
    left: 0;
}
.newUnder h5:after,
.newUnder h4.tit:after {
    display: block;
    content: "";
    width: 6px;
    height: 50%;
    background: #E6AF87;
    position: absolute;
    bottom: 0;
    left: 0;
}
.under.newUnder .bg_box {
    background: #F3EFEB;
}
.under.newUnder .box_title {
    font-family: "秀英明朝 M", "Shuei Mincho M";
    font-size: 20px;
    color: #956A35;
    line-height: 1.3;
    letter-spacing: 0.32em;
}
.under.newUnder .book_box {
    background: #F3EFEB;
}
.under.newUnder .warn_box {
    background: #fff7f7;
}
.under.newUnder .warn_list li:before {
    background: #FFAFAE;
}
.newUnder .block03_table {
    background: #F3EFEB;
}
.newUnder .koujyousen_symptom {
    background: #FBFBFB;
}
.newUnder .hashimoto_symptom {
    background: #F3EFEB;
}
.under.newUnder .end_box {
    background: #F3EFEB;
}
.under.newUnder .end_box .end_title {
    border-bottom: 1px solid #D8CCC1;
}

.newUnder .ic_01 span,
.newUnder .ic_01 li {
    padding: 2px 5px 2px 30px;
}
.newUnder .ic_01 span:before,
.newUnder .ic_01 li:before {
    background: #D2E8A3;
    top: 9px;
    height: 18px;
    width: 18px;
}
.newUnder .ic_01 span a {
    vertical-align: baseline;
    display: inline-block;
}
.newUnder .ic_arrow_01 span:before {
    border-left: 5px solid #97BC48;
}
.under.newUnder .flow_box {
    background: #F7FBEE;
}
.under .flow_box:after {
    border-bottom: 4px solid #97BC48;
    border-right: 4px solid #97BC48;
}
.under.newUnder .flow_title {
    color: #97BC48;
    border-bottom: none;
    padding-bottom: 0;
}
.newUnder .flow_sub_title {
    display: block;
    font-size: 18px;
    color: #f98d8b;
}
.under.newUnder .flow_txt {
    background: #97BC48;
}
.newUnder .b_06 table td,
.newUnder .b_06 table th {
    border: 1px solid #97BC48;
}
.newUnder .b_06_item {
    background: #F5F9ED;
    border-bottom: 1px solid #97BC48 !important;
    color: #5E5D5A;
}
.newUnder .b_06 tr:last-child .b_06_item {
    border-bottom: 1px solid #97BC48 !important;
}
.under.newUnder .course_box {
    width: 48%;
}
.newUnder .context_box img {
    float: right;
    width: 35%;
    margin: 0 0 20px 20px;
}
.newUnder .btn_list li {
    float: left;
    width: 48%;
    margin-left: 4%;
}
.newUnder .btn_list li:first-child {
    margin: 0;
}
.newUnder .btn_list li a {
    font-family: "秀英明朝 B", "Shuei Mincho B";
    display: block;
    color: #fff;
    background: #f98d8b;
    padding: 17px 12px 22px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.3;
    text-decoration: none;
    position: relative;
}
.newUnder .btn_list li:last-child a {
    background: #f69230;
}
.newUnder .btn_list a:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
.newUnder .btn_list a:hover {
    opacity: 0.8;
}
.style_table {
    width: 100%;
}
.style_table th,
.style_table td {
  line-height: 1.6;
  padding: 10px 5px;
  border: 1px solid #8F713C;
  word-break: break-all;
  text-align: center;
        letter-spacing: 0
}
.style_table thead th {
  background: #8F713C;
  color: #fff;
  box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
}
.style_table tbody th {
  background: #fdf4ed;
}
.style_table tbody td {
  background: #fffdfd;
}

@media screen and (max-width: 767px) {
.newUnder #bread {
    padding: 0 20px;
}
.newUnder .gnv_tmp_h2_bg,
.newUnder .gnv_tmp_h1_bg {
    padding: 40px 0 45px;
}
.newUnder .gnv_tmp_h2_bg h2,
.newUnder .gnv_tmp_h1_bg h1 {
    font-size: 26px;
    letter-spacing: 0.1em;
}
.newUnder .gnv_tmp_h3_bg,
.newUnder .h2_bg {
    padding: 30px 0 42px;
}
.newUnder .gnv_tmp_h3_bg h3,
.newUnder .h2_bg h2 {
    font-size: 28px;
    letter-spacing: 0.1em;
}
.newUnder .gnv_tmp_h4_bg h4,
.newUnder .h3_bg h3 {
    font-size: 24px;
    letter-spacing: 0.1em;
}
.newUnder h5,
.newUnder h4.tit {
    font-size: 20px;
    letter-spacing: 0.1em;
}
.under.newUnder .course_box {
    width: 100%;
}
.newUnder .context_box img {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
}
.newUnder .btn_list li a {
    font-size: 18px;
    letter-spacing: 0.1em;
}
.style_table th,
.style_table td {
    font-size: 12px;
    letter-spacing: 0;
}
}


#blogBody #base {
    width: 94% !important;
    margin: 60px auto 0 !important;
    max-width: 1080px;
    box-sizing: border-box;
}
#blogBody #contentBase {
    width: 100%;
    max-width: 100%;
    float: none;
}
#blogBody #content {
    padding: 0 !important;
}
#blogBody .contentArea {
    padding-bottom: 0;
    width: 72% !important;
}
#blogBody #blogside {
    width: 25% !important;
}
#blogBody #side,
#blogBody #bread {
    display: none;
}

@media screen and (max-width: 767px) {
#blogBody #base {
    width: 100% !important;
    padding: 0 20px;
}
#blogBody .contentArea {
    width: 100% !important;
    float: none !important;
}
#blogBody #blogside {
    width: 100% !important;
    margin-top: 60px;
}
}
@media screen and (max-width: 767px) {
.pc{
    dispaly: none;
}
}
@media screen and (min-width: 1023px) {
.sp{
    dispaly: none;
}
}


#sitemap {
    width: 94%;
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 65px 0 !important;
}
ul.sitemap_ic li a:after {
    background-color: #fff;
}
ul.sitemap_ic li a:hover {
    opacity: 0.8;
}

#websiteNewsDetail #contentBase,
#newsList #contentBase {
    width: 94%;
    float: none;
    max-width: 1080px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 65px 0 !important;
}
#websiteNewsDetail #content {
    min-height: 250px;
}

@media screen and (max-width: 767px) {
#sitemap,
#websiteNewsDetail #contentBase,
#newsList #contentBase {
    width: 100% !important;
    padding: 30px 20px !important;
}
}

#airec{
display: block;
z-index:1000;
position: fixed;
bottom: 0px;
background: #fff;
}
.l-main{
display:none;
}