/**, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; }*/
/*a{ text-decoration: none }*/
/*a:hover{ opacity: 0.6; text-decoration: none }*/
/*img { max-width: 100%; vertical-align: middle; border-style: none;}*/
/*ul { padding: 0; margin: 0; list-style: none; }*/

/*body{ margin: 0; font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; font-size: 15px; color: #241200; line-height: 2; }*/
/*
.container{ width: 1290px; margin-left:auto; margin-right: auto; max-width: 1130px; }*/
.container{ width: 100%; margin-left:auto; margin-right: auto; max-width: 1290px; }
.mt30{ margin-top: 30px; }
.center {text-align:center;}
.thumb-left { float:left; margin-right:10px; }
.clear { clear: both; }
.miraijinzai_block { display: none; }
.jinjiseido_block { display: block; }
header .container{position:relative;}

header .site-information .description { margin-bottom: 5px; margin-top: 5px; line-height: 1.7; font-size: 14px; text-align:left; }
header .site-information .inner { display: -webkit-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: space-between;　width:auto !important; }
header .site-information .inner .logo { display: inline-block; margin-right: 30px; }
header .site-information .inner .logo img { max-width: 220px; width: 100%; }
header .site-information .inner .info-links { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; -ms-justify-content: flex-end; justify-content: flex-end; -ms-flex-pack: flex-end; }

header .site-information .inner .info-links .btn1,
header .site-information .inner .info-links .btn2 { display: block; margin: 0 8px; }
header .site-information .inner .info-links .btn1 { margin-top: 10px; }
header .site-information .inner .info-links .btn1 img { max-width: 165px; width: 100%; }
header .site-information .inner .info-links .btn2 img { max-width: 200px; width: 100%; }
header .site-information .inner .info-links .telephone { margin-left: 15px; }
header .site-information .inner .info-links .telephone a { display: block; pointer-events: none; }
header .site-information .inner .info-links .telephone a img { max-width: 325px; width: 100%; }

header .main-navigation { background: #f6f6f5; margin-top: 10px; padding-top: 5px; padding-bottom: 5px; }
header .main-navigation .navigation {display:flex;justify-content:space-between;flex-wrap:wrap;}
header .main-navigation .navigation li a{ text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -ms-flex-pack: center; height: 100%; font-size: 16px; background: #fff; padding: 15px 5px; border-right: 2px solid #e7e7e7; position: relative; line-height: 1.4; font-weight: 700; color: #000; z-index: 1; }
header .main-navigation .navigation li  {width:20%;}
header .main-navigation .navigation li a:after{ content: ''; position: absolute; opacity: 0.2; left: auto; top: 0; right: 0; width: 100%; height: 100%; transition: all .2s; transform: translateX(0%); z-index: -1; background: #fff linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #76b731 49%) no-repeat top left/100% 100%; }
header .main-navigation .navigation li a.active,
header .main-navigation .navigation li a:hover{ opacity: 1; width: 100% }
header .main-navigation .navigation li a:hover:after{ opacity: 0.9; }
header .main-navigation .navigation li:last-child a{ border: 0 }

.col-md-9.mainpart{ -ms-flex: 0 0 75%; flex: 0 0 71%; max-width: 71%;}
.col-md-3.sidepart{ -ms-flex: 0 0 29%; flex: 0 0 29%; max-width: 29%;}

.body > .container > .row{ margin-top: 30px; }
.body > .container .breadcrumb{ background:none; padding:0; margin: 20px 0; }
.body > .container .breadcrumb ul li { display: inline-block; line-height: 1.3; }
.body > .container .breadcrumb ul li:after { content: '>';  margin: 0 5px 0 10px; position: relative; top: 1px; }
.body > .container .breadcrumb ul li a { color: #212529; font-size: 14px; border-bottom: 1px solid #212529 }
.body > .container .breadcrumb ul li:last-child:after{ content: ""; margin: 0 }

.body > .container > .row > div.mainpart .interviews::after{ content: ""; clear: both; display: table; }
.body > .container > .row > div.mainpart .interviews li{ float: left; width: 50%; padding: 0 9px 25px; }
.body > .container > .row > div.mainpart .interviews li:nth-child(odd){ padding-left: 0 }
.body > .container > .row > div.mainpart .interviews li:nth-child(even){ padding-right: 0 }
.body > .container > .row > div.mainpart .interviews li .interview{ background: #f9f9f9; padding: 15px; }
.body > .container > .row > div.mainpart .interviews li .interview h2{ margin: 0; padding: 15px 25px; letter-spacing: 0.5px; line-height: 1.4; text-align:center; font-size: 19px; font-weight: 700; border-top: 2px solid #181818; border-bottom: 2px solid #181818; margin-bottom: 15px; }
.body > .container > .row > div.mainpart .interviews li .interview ._image{ /*background-position:center; background-size:cover; height: 250px;*/ width: 100%;  margin-bottom: 16px; }
.body > .container > .row > div.mainpart .interviews li .interview ._body p{ margin-bottom: 5px }
.body > .container > .row > div.mainpart .interviews li .interview ._body p._tags{ margin-bottom: 8px }
.body > .container > .row > div.mainpart .interviews li .interview ._body p._tags span{ color: #fff; background: #f56c57; padding: 3px 10px 1px; display: inline-block; vertical-align: middle; margin-right: 10px; border-radius: 20px; text-align:center; min-width: 85px; line-height: 1.9; }
.body > .container > .row > div.mainpart .interviews li .interview ._body p._highlight{ font-size: 15px; color: #f56c57; font-weight: 700; margin-bottom: 0 }
.body > .container > .row > div.mainpart .interviews li .interview ._body p._info{ margin-bottom: 10px }
.body > .container > .row > div.mainpart .interviews li .interview ._body p._info a{ color: #86B540; }
.body > .container > .row > div.mainpart .interviews li .interview ._body p._link{ text-align: right; }
.body > .container > .row > div.mainpart .interviews li .interview ._body p._link a{ color: #666666; font-size: 14px; font-weight: 700; border-bottom: 1px solid #666666; display: inline-block; line-height: initial; }


.body > .container > .row > div.mainpart .interviews.interviews_col1 li{ float: none; width: 100%; padding: 0 0 30px; }
.body > .container > .row > div.mainpart .interviews.interviews_col1 li:last-child{ padding: 0 }
.body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview{ padding: 30px 30px 15px; }
.body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview::after{ content: ""; clear: both; display: table; }
.body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview ._image{position:relative; height: auto; margin: 0; float: left; width: 50%; padding-right: 18px; }
.body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview ._image span {
    color:#000;
	padding:5px;
    display: block;
    width: 100%;
	text-align: center;}
.body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview h2,
.body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview ._body > div.ly2{ float: right; width: calc(50% - 10px); margin-left: 10px; }


.body > .container > .row > div.sidepart aside{ margin-bottom: 25px }
.body > .container > .row > div.sidepart aside a.withimg{ color: #000; text-align:center; display:block; }
.body > .container > .row > div.sidepart aside a.withimg span{ display: inline-block; margin-top: 7px; border-bottom: 1px solid; line-height: initial; }
.body > .container > .row > div.sidepart aside .newsletter { border: 2px solid #cac5c3; background: #fbfbfb; padding: 15px 0; }
.body > .container > .row > div.sidepart aside .newsletter > img { width: calc(100% - 15px) }
.body > .container > .row > div.sidepart aside .newsletter .newsFrm { padding: 0 5px; }
.body > .container > .row > div.sidepart aside .newsletter .newsFrm table tr td { border-top: none; padding: 8px 15px 0; }
.body > .container > .row > div.sidepart aside .newsletter .newsFrm .form-control { font-size: 15px; }
.body > .container > .row > div.sidepart aside .newsletter .newsFrm .btn-con { padding: 0 35px; }
.body > .container > .row > div.sidepart aside .newsletter .newsFrm .btn-con button { background: #f56c57; border: none; color: #fff; width: 100%; display: block; padding: 8px; border-radius: 3px; cursor: pointer; font: 700 14px "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }
.body > .container > .row > div.sidepart aside .newsletter .newsFrm .btn-con button:hover{ background: #f58a57; opacity: 1 }

.body > .container > .row > div.mainpart > .interview{ background: #f1f1f1; padding-bottom: 30px; margin-bottom: 60px; }
.body > .container > .row > div.mainpart > .interview ._title{ background: #f56c57; color: #fff; font-size: 25px; font-weight: 700; padding: 17px 30px 12px; line-height: 1.2; }
.body > .container > .row > div.mainpart > .interview h2{ font-size: 32px; font-weight: 700; border-top: 2px solid #181818; border-bottom: 2px solid #181818; padding: 15px 26px; letter-spacing: 1px; line-height: 1.4; width: 71%; margin: 40px auto; text-align: center; }
.body > .container > .row > div.mainpart > .interview ._content{ margin:  0 30px; padding: 30px; background: #fff; border-radius: 5px; }
.body > .container > .row > div.mainpart > .interview ._content ._info_upper::after{ content: ""; clear: both; display: table; }
.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div{ display: inline-block; vertical-align:middle; }
.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._image{ position:relative;width: 43%; height: 220px; background-position: top center; background-size:cover; }
.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._image span {position: absolute;
    bottom: 0;
    display: block;
    background: #fff;
    width: 100%;
	text-align: center;}
.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._body{ width: 57%; padding-left: 28px; }
.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._body p{ margin: 0; font-size: 15px; }
.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._body p a{ color: #86B540 }
.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._body p:first-child{ margin-bottom: 5px; font-size: 19px; font-weight: bold }
.body > .container > .row > div.mainpart > .interview ._content ._info_lower{ font-size: 16px; color: #333333; margin-top: 19px; }

.body > .container > .row > div.mainpart .common-green-box{ background: #f1f1f1 }
.body > .container > .row > div.mainpart .common-green-box.transparent{ background: transparent }
.body > .container > .row > div.mainpart .common-green-box.diff_mb{ margin-bottom: 80px }
.body > .container > .row > div.mainpart .common-green-box h3{ background: #5bbb24; font-size: 26px; font-weight:700; padding:17px 30px 12px; color:#fff; margin:0; }
.body > .container > .row > div.mainpart .common-green-box ._content-con{ padding: 30px; }
.body > .container > .row > div.mainpart .common-green-box ._content-con ._content{ padding: 30px; background: #fff; border-radius: 5px; font-size: 16px; color: #333333; }
.body > .container > .row > div.mainpart .common-green-box ._content-con ._content::after{ content: ""; clear: both; display: table; }
.body > .container > .row > div.mainpart .common-green-box ._content-con ._content hr{ border-color: #a69c98; }

.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img + p{ margin-bottom: 15px; }
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img{ width: 290px; }
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img._left{ float: left; margin: 0 30px 15px 0; }
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img._right{ float: right; margin: 0 0 15px 20px; }
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content p{ margin-bottom: 30px; }
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content p:last-child{ margin: 0 }
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content p span{ font-weight: 700; background:url(../images/yellow-highlight.png) repeat-x bottom; }

.body > .container > .row > div.mainpart > .information ._content-con ._content{ margin-bottom: 15px; display: table; width: 100%; padding: 10px 15px; }
.body > .container > .row > div.mainpart > .information ._content-con ._content:last-child{ margin: 0 }
.body > .container > .row > div.mainpart > .information ._content-con ._content ._td{  display: table-cell; vertical-align: middle; }
.body > .container > .row > div.mainpart > .information ._content-con ._content ._td:first-child{ width: 30%; line-height: 1.6; }
.body > .container > .row > div.mainpart > .information ._content-con ._content ._td:last-child{ width: 70%; line-height: 1.7;  }
.body > .container > .row > div.mainpart > .information ._content-con ._content ._td p:last-child{ margin-bottom: 0 }
.body > .container > .row > div.mainpart > .information ._content-con ._content ._td:last-child p.bullet{ margin-bottom: 0; position: relative; }
.body > .container > .row > div.mainpart > .information ._content-con ._content ._td:last-child.wbl{ padding-left: 15px; }
.body > .container > .row > div.mainpart > .information ._content-con ._content ._td:last-child p.bullet:before{ content: '・'; position: absolute; left: -20px; }
.body > .container > .row > div.mainpart > .information ._content-con ._content ._td span{ font-size: 12px }
.body > .container > .row > div.mainpart > .information ._content-con ._content ._td img{ width: 150px }

.body > .container > .row > div.mainpart > .privacy ._content-con ._content p{ margin-bottom: 30px; line-height: 1.7; }
.body > .container > .row > div.mainpart > .privacy ._content-con ._content p._title{ margin-bottom: 20px; font-size: 17px; font-weight: 700; line-height: 1.4; }
.body > .container > .row > div.mainpart > .privacy ._content-con ._content p:last-child{ margin: 0 }
.body > .container > .row > div.mainpart > .privacy ._content-con ._content h5{ font-size: 17px; font-weight: 700; margin-bottom:10px; padding: 5px 0 0 20px; position: relative; line-height: 1.4; }
.body > .container > .row > div.mainpart > .privacy ._content-con ._content h5:before{ content: ''; width: 5px; height: 100%; background: #85b94e; position: absolute; top: 1px; left: 0; }
.body > .container > .row > div.mainpart > .privacy ._content-con ._content hr{ margin: 0 0 40px; border: 1px solid #ccc; }

.body > .container > .row > div.mainpart > .faq > div { margin-bottom: 50px }
.body > .container > .row > div.mainpart > .faq > div:last-child { margin: 0; }
.body > .container > .row > div.mainpart > .faq ._content-con ._content{ margin-bottom: 15px; display: table; width: 100%; padding: 10px; }
.body > .container > .row > div.mainpart > .faq ._content-con ._content:last-child{ margin: 0 }
.body > .container > .row > div.mainpart > .faq ._content-con ._content p:first-child{ padding-left: 40px; margin:0; position: relative; cursor: pointer; line-height: 1.7;  }
.body > .container > .row > div.mainpart > .faq ._content-con ._content p:first-child:hover{ opacity: 0.6 }
.body > .container > .row > div.mainpart > .faq ._content-con ._content p:first-child:before{content: ""; position: absolute; top: -1.5px; left: 0; background: url(../images/faq-icon.png) no-repeat; background-size:cover; width: 28px; height: 28px; }
.body > .container > .row > div.mainpart > .faq ._content-con ._content p:last-child{ padding-left: 40px; font-size: 15px; margin: 13px 0 0; display: none; }
.body > .container > .row > div.mainpart > .faq ._content-con ._content p:last-child a{ color: #86B540!important; }

.body > .container > .row > div.mainpart .head_box{ background-position:center; background-size: cover; width: 100%; padding: 90px 130px; margin-bottom: 50px; }
.body > .container > .row > div.mainpart .head_box h2{ margin: 0; padding: 35px 10px; letter-spacing: 0.5px; line-height: 1.4; text-align:center; font-size: 28px; font-weight: 700; border-top: 2px solid #181818; border-bottom: 2px solid #181818; }

.body > .container > .row > div.mainpart .btn-blank{ border: 1px solid #cfcfcf; background: #fff; font-size: 16px; color: #000; padding: 8px 15px 6px 35px; position: relative; text-align: left; white-space: normal; }
.body > .container > .row > div.mainpart .btn-blank:before{
    content: ''; position: absolute; top: 50%; left: 15px;
    background: url(../images/icon_orange_arrow.png) center; background-repeat: no-repeat;
    background-size: cover; width: 9px; height: 14px; transform: translateY(-50%); }

.body > .container > .row > div.mainpart > .media_pub > div { margin-bottom: 50px }
.body > .container > .row > div.mainpart > .media_pub > div:last-child{ margin: 0 }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content{ margin-bottom: 22px; display: table; width: 100%; padding: 20px 20px 13px; position: relative; font-size: 17px; }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content:last-child{ margin: 0 }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content p:last-child{ margin: 0 }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td{  display: table-cell; vertical-align: top; position: relative; }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td:first-child{ width: 22%; padding-right: 30px  }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td:last-child{ width: 78%; position: relative; top: -7px;   }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td:last-child ul{margin-bottom: 20px; }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td:last-child ul li{ position: relative; padding-left: 12px; }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td:last-child ul li:before{ content: '*'; position: absolute; left: 0; }
.body > .container > .row > div.mainpart > .media_pub ._content-con label{ text-align: center; display:block; font-size: 17px; }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p{ margin-bottom: 20px; }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p:last-child{ margin: 0 }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p._text_right{ text-align:right; }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.float_bottom_right{ position:absolute; bottom: 0; right: 0; }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.button_list .btn{ margin-bottom: 10px; width: 264px; }
.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.button_list .btn:last-child{ margin: 0; }

.body > .container > .row > div.mainpart > .books > div { margin-bottom: 50px }
.body > .container > .row > div.mainpart > .books > div.head_box{ margin-bottom: 25px }
.body > .container > .row > div.mainpart > .books > div.link_to_box{ margin-bottom: 25px; }
.body > .container > .row > div.mainpart > .books > div:last-child{ margin: 0 }
.body > .container > .row > div.mainpart > .books > div.link_to_box ._links{ margin: 0; padding: 0 10px; background: #5bbb24 }
.body > .container > .row > div.mainpart > .books > div.link_to_box ._links li{ width: 33.333333%; float: left; padding: 20px 10px; }
.body > .container > .row > div.mainpart > .books > div.link_to_box ._links li a{ display: block; text-align: center; color: #000; font-size: 17px; padding: 10px 0; background: #fff; border: 2px solid #efefef; box-shadow: 0 3px 1px -1px #d9d5d7; letter-spacing: 4px; }
.body > .container > .row > div.mainpart > .books > div.link_to_box ._links li a span{ width: 0; height: 0; border-style: solid; border-width: 9px 8px 0 8px; border-color: #70af31 transparent transparent transparent; display: inline-block; vertical-align: middle; margin-left: 8px; }
.body > .container > .row > div.mainpart > .books > div.link_to_box ._links::after{ content: ""; clear: both; display: table; }
.body > .container > .row > div.mainpart > .books > div.promotions{ padding: 0 30px ;
        display: flex;

        flex-wrap: wrap;
    }
.body > .container > .row > div.mainpart > .books > div.promotions::after{ content: ""; clear: both; display: table; }
.body > .container > .row > div.mainpart > .books > div.promotions a{ display:block; float:left; width: 50%; padding: 10px; height: 118px; overflow:hidden; }

.body > .container > .row > div.mainpart > .books ._content-con ._content{ margin-bottom: 30px; padding: 30px; position: relative; font-size: 17px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content:last-child{ margin: 0 }

.body > .container > .row > div.mainpart > .books > div.link_to_flex ul{display: flex;flex-wrap: wrap;justify-content:space-between;align-items:center; }
.body > .container > .row > div.mainpart > .books > div.link_to_flex ul li {width:19%;}
.body > .container > .row > div.mainpart > .books > div.link_to_flex ul li a{ display: block; text-align: center; color: #000; font-size: 17px; padding: 10px 0; background: #fff; border: 2px solid #efefef; box-shadow: 0 3px 1px -1px #d9d5d7; letter-spacing: 4px; }
.body > .container > .row > div.mainpart > .books > div.link_to_flex ul li a:after {content:"▼";color:#5bbb24;}


.body > .container > .row > div.mainpart > .books ._content-con ._content ._head{ font-size: 20px; color: #32ad39; font-weight: 700; border-bottom: 1px solid #cac5c3; padding: 0 0 15px; line-height: initial; margin-bottom: 20px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td{  display: table-cell; vertical-align: top; position: relative; font-size: 15px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td:first-child{ width: 30%; padding-right: 20px  }
.body > .container > .row > div.mainpart .books .btn-blank{ float: right; font-size:14px;}
.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td:last-child{ width: 70%;  }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td:last-child img{ margin-bottom: 8px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td p{ margin-bottom: 20px; line-height: 2.2; }
.body > .container > .row > div.mainpart > .books ._content-con ._content:not(.cdvd) ._body ._td:last-child p:last-of-type{margin-bottom: 40px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td p.button_list .btn{ margin-bottom: 10px; width: 264px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td p.button_list .btn:last-child{ margin: 0; }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot{ padding-top: 20px }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div{ display: inline-block; vertical-align: middle; margin-right: 10px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn{ margin-right: 0; position: relative; top: 2px; left: -2px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content.cdvd ._foot > div.contact_btn { top: 5px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn a{ display: inline-block; vertical-align: middle; margin-right: 10px;  }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn img{ width: 255px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn .contact_time{display: inline-block; vertical-align: middle; color:#676767; font-size: 14px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content.cdvd ._foot > div.contact_btn .contact_time{  position: relative; top: 2px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content div.note{margin-right: 0; display: block; border-top: 1px solid #ccc; margin-top: 25px; padding-top: 18px; }
.body > .container > .row > div.mainpart > .books ._content-con ._content div.note p{ font-size: 14px; margin-bottom: 0; }
.body > .container > .row > div.mainpart > .books ._content-con ._content div.note p.red{ color: #b22a0a; margin-bottom: 5px; font-weight: bold; }
.body > .container > .row > div.mainpart > .books ._content-con ._content div.buyout_amazon{ text-align: center; width: 30%; padding-right: 20px; margin-right: 0; }
.body > .container > .row > div.mainpart > .books ._content-con ._content div.buyout_amazon label{ display: block; color: #b22a0a; font-size: 15px; font-weight: bold; margin: 0 0 6px; line-height: initial; }
.body > .container > .row > div.mainpart > .books ._content-con ._content div.buyout_amazon img{ width: 180px; }

div.sidepart aside .side_content ._title{ font-size: 19px; font-weight:700; border-bottom: 5px solid #5bbb24; padding: 10px 0; line-height: initial; }
div.sidepart aside .side_content ._body{ padding: 10px 0 0 }
div.sidepart aside .side_content.category_accord ._body ul > li{ font-size: 17px; }
div.sidepart aside .side_content.category_accord ._body ul > li.parent{ margin-bottom: 10px; border-top: 1px solid #e1f1d6; border-bottom: 1px solid #e1f1d6; transition : border 0.5s linear; }
div.sidepart aside .side_content.category_accord ._body ul > li.parent > span{ font-weight: 700; color: #000; display: block; padding: 10px 10px 8px 45px; cursor:pointer;  background-color: #e1f1d6; -webkit-transition: background-color 0.5s linear; -ms-transition: background-color 0.5s linear; transition: background-color 0.5s linear; }
div.sidepart aside .side_content.category_accord ._body ul > li.parent ul{ padding-left: 45px; max-height: 0; transition: max-height 0.5s linear; overflow:hidden; }
div.sidepart aside .side_content.category_accord ._body ul > li.parent ul li:last-child{ margin-bottom: 5px; }
div.sidepart aside .side_content.category_accord ._body ul > li.parent ul li a{ color: #000; padding-left: 20px }
div.sidepart aside .side_content.category_accord ._body ul > li.parent > span,
div.sidepart aside .side_content.category_accord ._body ul > li.parent ul li a{ position: relative }
div.sidepart aside .side_content.category_accord ._body ul > li.parent > span:before,
div.sidepart aside .side_content.category_accord ._body ul > li.parent ul li a:before { content: ''; border-style: solid; border-width: 1px 1px 0 0; border-color: #241200; height: 8px; width: 8px; position: absolute; top: 21px; transform: rotate(45deg); left: 0; transition: 0.5s linear; }
div.sidepart aside .side_content.category_accord ._body ul > li.parent ul li a:before {top: 7px; }
div.sidepart aside .side_content.category_accord ._body ul > li.parent > span:before{ left: 20px }

div.sidepart aside .side_content.category_accord ._body ul > li.parent.active { border-top: 1px solid #5bbb24; border-bottom: 1px solid #5bbb24; transition : border 0.5s linear; }
div.sidepart aside .side_content.category_accord ._body ul > li.parent.active > span{ background-color: transparent; transition: background-color 0.5s linear;  }
div.sidepart aside .side_content.category_accord ._body ul > li.parent.active > span:before{ transform: translateY(-50%) rotate(135deg); transform-origin: center; top: 50%; }
div.sidepart aside .side_content.category_accord ._body ul > li.parent.active ul{ max-height: 500px; transition: max-height 0.5s linear; }

/* catalog */
.catalog_bnr{ margin-bottom: 50px; }
.pdf_links{ display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20px; background: #eef4e6; }
.pdf_links li{ flex-basis: 15%; max-width: 15%; }
.common-green-box.semired{ background: transparent!important; }
.common-green-box.semired h3{ background-color: #f56c57!important; }
.common-green-box.semired._pink h3{ background-color: #ff614f!important; }
.c_form{ margin-left: 30px; margin-right: 30px; }
.c_form ol{ text-align: center; padding: 36px 0 15px; margin: 0; }
.c_form li{ display: inline-block; text-transform: uppercase; background: url(../images/step.png) no-repeat; background-position: right 10px; font-size: 26px; font-weight: bold; color: #999; padding: 0 25px 0 0; margin-right: 10px; line-height: 1.5; }
.c_form li.active{ color: #86B540; }
.c_form li:last-child{ background: none; }
.c_form table{ width: 100%; border: solid 1px #ccc; border-left: solid 4px #aedb7f; margin-bottom: 30px; }
.c_form table th, .c_form table td{ padding: 20px; border-bottom: 1px dotted #ccc; }
.c_form table th{ vertical-align: top; width: 180px; font-weight: bold; color: #86B540; font-size: 15px; }
.c_form table th span{ color: #86B540; margin-left: 3px; font-size: 15px; }
.c_form table th span.req{ color: #e55a3b }
.c_form table td input{ width: 100%; background: #fafafa; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border: 1px solid #ddd; color: #222; padding: 5px; min-width: 212px; outline: none; }
.c_form table tr:nth-child(2) td input{ width: 100%; }
.c_form table td input[type="radio"]{ width:auto !important;min-width:auto !important;}
.c_form .nxtbtn{ display: block; width: 255px; border-radius: 5px; padding: 10px 0; text-align: center; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; background: #75B738; font-weight: bold; color: #fff; cursor: pointer; margin: 0 auto; font-size: 17px; }
.consult_flow{ padding: 28px; padding-top: 20px; }
.consult_flow .note + .flow_img .flow_ttl{ padding-bottom: 2px; text-align: left; }
.consult_flow .note{ text-align: center; font-size: 23px; }
.consult_flow .note a{ color: #ff6150; text-decoration: underline; margin-bottom: 20px; }
.consult_flow .flow_img{ display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; }
.consult_flow .flow_img > div{ flex-basis: 48%; max-width: 48%; background-color: #fff; padding: 20px; border-radius: 5px; margin-bottom: 104px; position: relative; }
.consult_flow .flow_ttl{ position: relative; background-image: url(../images/g_dotted.png); background-repeat: no-repeat; background-size: contain; background-position-y: bottom; padding-bottom: 10px; padding-left: 54px; color: #86B540; font-size: 21px; font-weight: bold; }
.consult_flow .flow_wrap .flow_ttl{ padding-left: 62px; }
.consult_flow .flow_con .flow_ttl{ background-image: url(../images/g_longdotted.png); }
.consult_flow .flow_ttl:before,
.consult_flow .flow_con .flow_ttl.flow_ttl:before{ content: ''; position: absolute; width: 33px; height: 29px; top: 0; left: 12px; background-image: url(../images/tel_icon.png); background-size: cover; }
.consult_flow .flow_ttl:before{ top: 2px; width: 30px; }
.consult_flow .flow_con:nth-of-type(1) .flow_ttl{ padding-bottom: 6px; }
.consult_flow .flow_con:nth-of-type(1) .flow_ttl:before{ background-image: url(../images/avatar_icon.png); width: 34px; height: 35px; }
.consult_flow .flow_con:nth-of-type(3) .flow_ttl:before{ background-image: url(../images/budget_icon.png); height: 40px; }
.consult_flow .flow_con:nth-of-type(5) .flow_ttl{ padding-bottom: 1px; }
.consult_flow .flow_con:nth-of-type(5) .flow_ttl:before{ background-image: url(../images/handshake_icon.png); height: 28px; top: 3px; }
.consult_flow .flow_img > div:nth-child(2) .flow_ttl:before{ height: 30px; background-image: url(../images/seminar_icon.png); background-repeat: no-repeat; }
.consult_flow.inquiry .flow_wrap .flow_con .flow_ttl:before { background-image: url(../images/flow_one_icon.png); width: 40px; height: 37px; left: 0; }
.consult_flow.inquiry .flow_wrap .flow_con:nth-child(2) .flow_ttl:before{ background-image: url(../images/flow_two_icon.png); }
.consult_flow.inquiry .flow_wrap .flow_con:nth-child(3) .flow_ttl:before{ background-image: url(../images/flow_three_icon.png); }
.consult_flow.inquiry{ padding-top: 35px; padding-bottom: 35px; }
.consult_flow.inquiry .flow_con{ margin-bottom: 20px; }
.consult_flow.inquiry .flow_ttl{ padding-left: 53px; background-image: none; margin-bottom: 5px; }
.consult_flow.inquiry .flow_desc{ padding-left: 0; }
.consult_flow.inquiry .flow_desc span{ display: block; color: #ff6150; position: relative; padding-left: 16px; }
.consult_flow .flow_img > div:first-child a{ background-color: #5bbb24; color: #fff; display: block; text-align: center; font-size: 16px; padding: 8px; border-radius: 4px; background-image: url(../images/white_tri.png); background-repeat: no-repeat; background-position: 92% center; background-size: 6px; }
.consult_flow .flow_img > div:first-child img{ margin-top: 3px; margin-bottom: 28px; max-width: 92%; }
.consult_flow .flow_img > div:before{ content: ''; background-image: url(../images/flow_arrow.png); background-size: cover; width: 64px; height: 64px; position: absolute; bottom: -86px; left: 50%; transform: translateX(-50%); }
.consult_flow .flow_desc{ position: relative; font-size: 16px; padding-left: 15px; line-height: 1.4; }
.consult_flow.inquiry .flow_desc{ line-height: 2; }
.consult_flow .flow_desc.asterisk{ padding-left: 27px; }
.consult_flow .flow_con.with_icon{padding-bottom: 16px; }
.consult_flow .with_icon .flow_desc{position: relative; text-align: center; display: inline-block; font-size: 30px; font-weight: bold; color: #86B540; top: 2px; line-height: 1.5; }
.consult_flow .with_icon .flow_desc img{margin-right: 30px; position: relative; top: -2px; }
.consult_flow .flow_con{background: #fff; padding: 20px; border-radius: 5px; }
.consult_flow .flow_bigarrow{position: relative; min-height: 106px; background-image: url(../images/flow_bigarrow.png); background-size: contain; background-repeat: no-repeat; background-position: center; margin: 20px; }
.consult_flow .flow_bigarrow p{position: absolute; top: 40%; left:50%; transform: translate(-50%, -50%); color: #74b136; background-color: #f1f1f1; margin-bottom: 0; font-size: 21px; font-weight: bold; width: 100%; text-align: center; }
.consult_flow .flow_smallarrow{min-height: 64px; background-image: url(../images/flow_arrow.png); background-size: contain; background-repeat: no-repeat; background-position: center; margin: 20px; }
.asterisk:before{content: '※'; display: inline-block; position: absolute; left: 12px; }
.inquiry .asterisk:before{ left: 0; }

.cfleximage{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.cfleximage > a{ text-align: center; font-size: 12px; flex-basis: 32.333%; max-width: 32.333%; text-decoration: underline; }
.cfleximage > a span{ display: block; margin-top: 3px; line-height: 1.7; }
.cbanner{ position: relative }
.vision{ padding: 50px; }
.vision table{ width: 100% }
.vision table tr{ display: flex; }
.vision table tr:not(:last-child){ margin-bottom: 40px; }
.vision table tr td{ display: inline-block; font-size: 25px; position: relative; top: -4px; line-height: 1.4; flex-basis: calc(100% - 110px); max-width: calc(100% - 110px); }
.vision table tr td:first-child{ position: relative; font-weight: bold; flex-basis: 110px; max-width: 110px; font-size: 19px; margin-right: 30px; vertical-align: top; top: 0; }
.vision table tr:last-child td{ margin-bottom: 0; }
.vision table tr td:first-child:after{ content: ''; width: 3px; height: 15px; background: #95c563; position: absolute; right: 0; top: 5px; }
.c_info{ background: #f1f1f1; padding: 25px 30px; }
.c_info table{ width: 100%; }
.c_info table tr{ background: #fff; margin-bottom: 20px; display: flex; padding: 12px 20px 10px; border-radius: 5px; }
.c_info table tr:last-child{ margin-bottom: 0; }
.c_info table tr td{ font-size: 16px; flex-basis: calc(100% - 200px); max-width: calc(100% - 200px); }
.c_info table tr td:first-child{ flex-basis: 200px; max-width: 200px; font-weight: bold; vertical-align: top; }
.maps_wrap, .p30{ padding: 30px; }
.maps_wrap .maps_con{ display: flex; margin-bottom: 20px; background: #fff; border-radius: 5px; padding: 25px; }
.maps_wrap .maps_con > div:first-child{ flex-basis: 300px; max-width: 300px; padding-right: 15px; }
.maps_wrap .maps_con > div:last-child{ flex-basis: calc(100% - 300px); max-width: calc(100% - 300px); }
.maps_wrap .maps_con > div p{ font-size: 16px; line-height: 1.8; margin-bottom: 0; }
.maps_wrap .maps_con > div a{ display: block; text-align: center; max-width: 180px; font-weight: bold; background: #85b94e; margin-top: 15px; box-shadow: 0 3px #aec19a; color: #fff; padding: 9px 10px 5px; letter-spacing: 1px; font-size: 19px; text-transform: uppercase; background-image: url(../images/white_tri.png); background-repeat: no-repeat; background-position: 90% center; background-size: 7px; }
.maps_wrap .maps_con > div iframe{ max-width: 100%; }
.room_space{ margin-top: -20px; }
.ccontent_wrap{ background: #fff; border-radius: 5px; padding: 25px; }
.ccontent_wrap p{ font-size: 16px; margin-bottom: 25px; }
.msg_pres{ display: flex; flex-wrap: wrap; margin-top: 30px; margin-bottom: 40px; }
.msg_pres > div:first-child{ flex-basis: 347px; max-width: 347px; }
.msg_pres > div:last-child{ flex-basis: calc(100% - 347px); max-width: calc(100% - 347px); padding-left: 30px; }
.msg_pres > div:first-child > div{ padding: 15px; background: #fff2ea; margin-top: 30px; }
.msg_pres > div:first-child > div ul li a{ color: #b82c01; font-size: 12px; margin-bottom: 6px; display: inline-block; text-decoration: underline; }
.msg_pres > div:first-child > div ul li:last-child a{ margin-bottom: 0; }
.msg_pres > div:first-child > div p{ color: #000; line-height: 2.5; font-size: 12px; font-weight: bold; text-decoration: none; margin-bottom: 5px; }
.msg_pres > div:last-child p{ font-size: 16px; margin-bottom: 25px; }
.msg_pres > div:last-child .msg_pres_ttl{ font-size: 22px; font-weight: bold; margin-top: 20px; margin-bottom: 15px; line-height: 1.5; }
.pres_msg_part p{ font-size: 16px; margin-bottom: 25px; }
.pres_msg_part ul{ counter-reset: num; margin-bottom: 25px; }
.pres_msg_part ul li{ position: relative; padding-left: 20px; font-size: 16px }
.pres_msg_part ul li:before{ position: absolute; left: 0; counter-increment: num; content: counter(num) ". "; margin-right: 5px; }
.numbox_list{ counter-reset: num; margin: 15px 0 25px; }
.numbox_list li{ position: relative; font-size: 23px; margin-bottom: 25px; padding-left: 68px; }
.numbox_list li:before{ counter-increment: num; content: counter(num); color: #f05228; font-weight: bold; border: 2px solid #333333; padding: 10px 12px 7px; margin-right: 10px; display: inline-block; position: absolute; left: 15px; line-height: 1; top: -2px; }

.sembtn a {position:relative;display:block;width:80%;max-width:280px;padding:10px;margin:25px auto;text-align:center;background:#26C3DC;color:#fff;border-radius:30px;box-sizing:content-box;}
.sembtn a:after {content:"＞";position:absolute;right:15px;top:10px;}

.sembtn2 a {position:relative;display:block;width:100%;max-width:380px;padding:10px;margin:10px auto;text-align:center;background:#f56c57;color:#fff;border-radius:50px;border:1px solid #f56c57;}
.sembtn2 a:after {content:"＞";position:absolute;right:15px;top:50%;transform:translatey(-50%);}
.sembtn2 p {margin-bottom:0;}
.faq dl dt{background:url(https://jinjiseido.co.jp/wp-content/uploads/2020/02/consul-q.png) no-repeat left 10px;padding:10px 25px;background-size:20px;cursor:pointer; }
.faq dl dd {display:none;padding:10px;}

.cbud {position:relative;}
.cbud img {position:absolute;top:-20px;width:90px;right:60px;}

.ceobox{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: space-between; }
.ceobox > div {width:48%;}

footer{ margin-top: 70px }
footer .footer-social.container{ padding: 0 50px }
footer .footer-social::after{ content: ""; clear: both; display: table; }
footer .footer-social > div{ float: left;  padding: 0 10px 20px; }
footer .footer-social > div.social-1{ width: 520px; }
footer .footer-social > div.social-2{ width: calc(100% - 520px); }
footer .footer-social > div.social-2 img{ width: 100% }
footer .footer-social > p{ color: #999999; font-size: 10px; padding: 0 15px; margin: 0; line-height: 1.7; }

footer .container{ padding: 0 60px }
footer .footer-datas { border-top: 1px solid #DBDBDB; margin-top: 30px; border-bottom: 1px solid #78b039; margin-bottom: 1px; text-align:left; }
footer .footer-datas .row > .col-md-4{ padding-right: 8px; }
footer .footer-datas .container { position: relative; }
footer .footer-datas .container .totop { position: absolute; top: -25px; right: 65px; }
footer .footer-datas .container .footer-site-data{ border-right: 1px solid #DBDBDB; padding-top: 30px; padding-bottom: 30px; padding-right: 5px; height: 100%; }
footer .footer-datas .container .footer-site-data a { display: inline-block; margin-bottom: 20px; }
footer .footer-datas .container .footer-site-data a img { max-width: 220px; }
footer .footer-datas .container .footer-site-data p { font-size: 16px; line-height: 1.5; }
footer .footer-datas .container .footer-site-data p:last-child{ margin-bottom: 0 }
footer .footer-datas .container .footer-site-data p a{ display: inline-block; margin-bottom: 0; color: #241200; opacity: 1; }
footer .footer-datas .container .footer-nav ul li a:hover{ opacity: 1; text-decoration: underline; }
footer .footer-datas .container .footer-nav { padding-top: 50px; }
footer .footer-datas .container .footer-nav ul { float: left; margin-right: 50px; }
footer .footer-datas .container .footer-nav ul:first-child { margin-left: 27px; }
footer .footer-datas .container .footer-nav ul li { line-height: normal; margin: 12px 0; }
footer .footer-datas .container .footer-nav ul li a { font-size: 15px; color: #241200; }

footer .footer-infos{ background-color: #78b039; border-bottom: 2px inset #cccccc; margin-bottom: 1px; }
footer .footer-infos .container{ padding-top: 28px; padding-bottom: 28px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -ms-flex-pack: space-between; }
footer .footer-infos .container p { margin: 0; padding-right: 10px; }
footer .footer-infos .container .btn-orange {
background: #fd7f04 url(../images/arrow1.png) no-repeat 13% center;
    background-size: 5px;
    background-color: #f56c57;
    background-position: right 15px center;
    padding: 10px 20px 10px 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border: 1px solid #fff;
    color:#fff;
     }
footer .footer-infos .container .btn-orange:hover { background-color: #fdab23; opacity: 1; }
footer .footer-copy { padding: 7px 0 5px; background: #cccccc; }
footer .footer-copy p { text-align: right; margin-bottom: 0; color: #666666; font-size: 12px; }
footer .iso_image {position:absolute;right:15px;bottom:10px;}


@media screen and (min-width:767px)and (max-width: 1300px) {
	footer .footer-datas .container .footer-nav ul li a,
	footer .footer-datas .container .footer-site-data p{
		font-size:1.1vw !important;
	}
	footer .footer-datas .container .footer-nav ul:first-child {
  margin-left: 2vw;
	}
footer .footer-datas .container .footer-nav ul {
  float: left;
  margin-right: 3vw;
	padding-bottom:6vw;
}
	footer .footer-datas .container .footer-site-data a img{width:80%;}
	footer .footer-datas .container .footer-nav ul li {
	  line-height: normal;
 	 margin: 0.3em 0;
	}
	footer .iso_image {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 9vw;
}
}

.burger{ display: none }

.footer-floater { position: fixed; width: 100%; padding: 8px 10px; background: #fff; bottom: 0; box-shadow: 0px 0px 5px #ccc; z-index: 9999; }
.footer-floater .inner { display: table; width: 100%; }
.footer-floater .inner .inner-cell { display: table-cell; padding: 0 5px 0;/* vertical-align: bottom;*/ }
.footer-floater .inner .inner-cell:nth-child(1) { width: 13.9%; }
.footer-floater .inner .inner-cell:nth-child(2) { width: 38%; }
.footer-floater .inner .inner-cell:nth-child(3) { width: 46%; }
.footer-floater a { opacity: 1 !important; }
.footer-floater .inner .btn1 img,
.footer-floater .inner .btn2 img,
.footer-floater .inner .btn3 img{ width: 100% }

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content{ display: flex; }
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td{ display: inline-block; }
    .body > .container > .row > div.mainpart .common-green-box ._content-con ._content hr{ border: 0.8px solid #ccc;  }
    .body > .container > .row > div.mainpart > .books > div.link_to_box ._links li a{ padding: 10px 0 8px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._head{ line-height: 1.6; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._body{ display: flex; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td{ display: inline-block; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn{ top: 5px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content.cdvd ._foot > div.contact_btn{ top: 8px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content.cdvd ._foot > div.contact_btn .contact_time{ position: relative; top: 4px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content.cdvd ._foot > div.contact_btn .contact_time{ top: 7px; }
    .body > .container > .row > div.mainpart .btn-blank:before{ margin-top: -6.5px; }
    div.sidepart aside .side_content.category_accord ._body ul > li.parent.active > span:before{ top: 23px; }
    .c_info table tr td:first-child{ width: 200px }
}

.pc-view{ display:block; }
.pc-view-table{ display: table }
.pc-view-inline{ display: inline-block }
.pc-flex{ display: flex; }
.sp-view{ display:none !important; }
.sp-view-table{ display:none !important; }
.sp-view-inline{ display:none !important; }
@media screen and (max-device-width: 1112px) {
    a:hover{ opacity: 1; }
    div.sidepart aside .side_content.category_accord ._body ul > li.parent > span::before{ top: 23px; }
    div.sidepart aside .side_content.category_accord ._body ul > li.parent ul li a::before{ top: 5px; }

    .body > .container > .row > div.mainpart .common-green-box h3{ padding: 15px 30px 14px }
    .body > .container > .row > div.mainpart .btn-blank{ padding: 8px 15px 6px 35px }

    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot{ display: flex; flex-wrap: wrap; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn{ flex-basis: 70%; max-width: 70%; display: flex; align-items: center; top: 10px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content.cdvd ._foot > div.contact_btn{ top: 12px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content.cdvd ._foot > div.contact_btn .contact_time{ top: 0; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn a{ flex-basis: 210px; }



.body > .container > .row > div.mainpart > .books2.books ._content-con ._content ._body ._td{ text-align:left !important;}
.body > .container > .row > div.mainpart > .books2.books ._content-con ._content ._body ._td img {display:block;margin:10px auto;}

    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.button_list{ display: flex; flex-direction: column; }
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.button_list .btn,
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.button_list .btn:last-child{ margin-left: auto; width: 268px; max-width: 100%; }
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.button_list .btn:last-child{margin-bottom: 0!important; }

    .body > .container > .row > div.mainpart > .interview ._title{ padding: 15px 30px 14px }
    .body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._image{ vertical-align: top; }
    .body > .container > .row > div.mainpart .interviews li .interview ._body p._tags span{ padding: 4.5px 10px 5.5px }
    .body > .container > .row > div.mainpart > .faq ._content-con ._content p:first-child:hover{ opacity: 1 }

    .body > .container > .row > div.mainpart > .privacy ._content-con ._content h5:before{ top: 3px; height: 24px; }

    .c_form table th span{ position: relative; top: -3px; }
}
@media screen and (max-width: 1059px) {
	.pc-view{ display:none !important; }
	.sp-view{ display:block !important; }
	.pc-view-table{ display: none !important }
	.sp-view-table{ display: table !important }
	.pc-view-inline{ display: none !important }
	.sp-view-inline{ display: inline-block !important }

	a:hover{ opacity: 1 }
	textarea{
		width:100%;
	}
	.container{ width: 100%; max-width: 100%; overflow-x:hidden;}
    .col-md-9.mainpart, .col-md-3.sidepart{ flex: 0 0 100%; max-width: 100%; }

	body{ line-height: 1.7 }
	header .site-information .inner .info-links{ display: none }
	header .site-information .description{ font-size: 10px }

    header .main-navigation .navigation li a:hover:after,
    header .main-navigation .navigation li a.active:after{ width: 5px; top: unset; height: 100%; bottom: 0; left: 0; }

	.burger { display: block; position: relative; top: 2px; font-size: 22px; line-height: normal; color: #000;}
	.burger:hover,
	.burger:visited{ color: #000; opacity: 1 }
	.burger > span{ display: inline-block; vertical-align: middle; width: 70px; font-weight: bold; text-align: right; position: relative; margin-right: 40px; top: -2px }
    .burger > span:last-of-type{ position: relative; left: 5px; }
	.burger .hamburger{ display: inline-block; vertical-align: middle; padding: 0; position: absolute; right: 0; top: 0; }
	.burger .hamburger:hover,
	.burger .hamburger:focus{ outline: none; opacity: 1 }
	.burger .hamburger .hamburger-box{ width: 30px; height: 31px; margin-top: 2px; }
	.burger .hamburger .hamburger-box .hamburger-inner,
	.burger .hamburger .hamburger-box .hamburger-inner:before,
	.burger .hamburger .hamburger-box .hamburger-inner:after { background-color: #000; width: 30px; height: 5px; }

	header .main-navigation{ display: none }
	header .main-navigation { padding: 15px 0 }
	header .main-navigation ul{ display: block }

	header .main-navigation .navigation{display:block; }
	header .main-navigation .navigation li{ width:100% !important; }
	header .main-navigation .navigation li{ display: block;  }
	header .main-navigation .navigation li a{ border-right: 0; border-bottom: 1px solid	#e7e7e7; text-align: left; padding: 15px; display: block; font-weight: bold; }
	header .main-navigation .navigation li a:hover,
	header .main-navigation .navigation li a.active{ background-image: none; }
	header .main-navigation .navigation li a.active{ border-left: 5px solid #76b731; }

    div.sidepart aside .side_content ._title{ padding-top: 0; }

	.body > .container > .row > .mainpart{ margin-bottom: 30px; padding-left: 0; padding-right: 0; }

	.body > .container .breadcrumb ul li a{ margin-bottom: 5px; display: inline-block; }

	.body > .container > .row > div.mainpart .btn-blank{ padding: 7px 15px 8px 35px; }

	.body > .container > .row{ margin-top: 0; }
    .body > .container > .row > div.mainpart .head_box{ padding: 90px 50px }

	.body > .container > .row > div.mainpart .common-green-box h3{ font-size: 20px; padding: 12px 20px 11px; line-height: 1.3; }
	.body > .container > .row > div.mainpart .common-green-box ._content-con{ padding: 20px; }
	.body > .container > .row > div.mainpart .common-green-box ._content-con ._content{ padding: 20px; font-size: 14px; }

	.body > .container > .row > div.mainpart > .interview{ margin-bottom: 30px }
	.body > .container > .row > div.mainpart > .interview ._title{ font-size: 20px; padding: 12px 20px 11px; line-height: 1.3; }
	.body > .container > .row > div.mainpart > .interview h2{ font-size: 24px; width: auto; margin: 20px; padding: 15px }
	.body > .container > .row > div.mainpart > .interview ._content{ margin: 0 20px; padding: 20px; }
	.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._image{ width: 100%; height: 300px; }
	.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._body{ width: 100%; padding: 20px 0 0 }
	.body > .container > .row > div.mainpart > .interview ._content ._info_lower{ font-size: 14px; }
	.body > .container > .row > div.mainpart .interviews li .interview{ padding: 20px;  }
    .body > .container > .row > div.mainpart .interviews li .interview h2{ padding: 15px }
    .body > .container > .row > div.mainpart .interviews li{ float: none; width: 100%; padding: 0 0 15px; }
    .body > .container > .row > div.mainpart .interviews li:last-child{ padding-bottom: 0; }
	.body > .container > .row > div.mainpart .interviews li .interview ._body p._tags span{ margin: 0 5px 0 0; padding: 5px 10px; line-height: 1.4; display: inline-flex; align-items: center; justify-content: center; }
    .body > .container > .row > div.mainpart .interviews li .interview ._image{ margin-bottom: 14px; }
    .body > .container > .row > div.mainpart .interviews.interviews_col1 li{ padding: 0 0 15px; }
	.body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview ._image{ width: 46%; }
    .body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview h2,
    .body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview ._body > div.ly2{ width: calc(54% - 10px) }

    .body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview{ padding: 20px; }

	.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img._left{ margin: 0 20px 15px 0;}
	.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img._right{ margin: 0 0 15px 20px; }
	.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img{ width: 240px; }
	.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content p{ margin-bottom: 20px }

	.body > .container > .row > div.mainpart > .information ._content-con ._content ._td{ width: 100% !important; display:block; }
	.body > .container > .row > div.mainpart > .information ._content-con ._content ._td:first-child{ margin-bottom: 5px; font-weight: bold; }

	.body > .container > .row > div.mainpart > .faq > div{ margin-bottom: 20px }
    .body > .container > .row > div.mainpart > .faq ._content-con ._content p:first-child{ font-size: 15px; }

    .body > .container > .row > div.mainpart > .privacy ._content-con ._content p{ font-size: 15px; }
    .body > .container > .row > div.mainpart > .privacy ._content-con ._content h5:before{ top: 4px; }

	.body > .container > .row > div.mainpart > .media_pub > div{ margin-bottom: 20px; }
	.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td:first-child{ width: 30%; padding-right: 15px }
	.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.float_bottom_right{position: relative; text-align: right; }
	.body > .container > .row > div.mainpart > .media_pub ._content-con ._content p:last-child strong{ display: block; margin-bottom: 10px; }
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content p:last-child strong + br{ display: none; }
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td:last-child ul li{ margin-bottom: 6px; line-height: 1.5; }
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td:last-child ul li:last-child{ margin-bottom: 0; }

	.body > .container > .row > div.mainpart > .books > div{ margin-bottom: 20px }
	.body > .container > .row > div.mainpart > .books > div.promotions{ padding: 0 15px }
	.body > .container > .row > div.mainpart > .books > div.promotions a{ display: inline-block; float: none; height:auto; padding: 5px; }
	.body > .container > .row > div.mainpart > .books ._content-con ._content ._head{ font-size: 18px; line-height: 1.4; }
	.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn img{ width: 225px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn a{ margin: 0; flex-basis: 210px; margin-right: 10px; margin-top: auto; position: relative; top: -1px; }
	.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn .contact_time{ line-height: 1.2; position: relative; top: 2px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.buyout_amazon{width: auto; flex-basis: 30%; max-width: 30%; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn{ top: 2px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.buyout_amazon label{ font-size: 12px }
	.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td p{ line-height: 1.9; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content div.note{ flex-basis: 100%; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content.cdvd ._foot > div.contact_btn{ top: 0; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content.cdvd ._foot > div.contact_btn .contact_time{ top: 5px; }


.body > .container > .row > div.mainpart > .books > div.link_to_flex ul li {width:100%;}

    div.sidepart aside .side_content.category_accord ._body ul > li.parent > span{ padding: 9px 10px 9px 45px }
    div.sidepart aside .side_content.category_accord ._body ul > li.parent > span::before{ top: 18px; }
    div.sidepart aside .side_content.category_accord ._body ul > li.parent.active > span:before{ top: 47%; }
    div.sidepart aside .side_content.category_accord ._body ul > li.parent ul li a::before{ top: 8px; }

    .safari-browser .body > .container > .row > div.mainpart .interviews li .interview ._body p._tags span{ padding: 5.5px 10px 4.5px; }
    .safari-browser div.sidepart aside .side_content.category_accord ._body ul > li.parent ul li a::before{ top: 5px; }

	.c_form table tr td input{ font-size: 16px }
    .c_form table th span{ top: 0 }
	.consult_flow{ padding: 20px; }
	.consult_flow .flow_img{ flex-direction: column }
	.consult_flow .flow_img > div{ flex-basis: 100%; max-width: 100%; }
	.consult_flow .flow_img > div:first-child{ margin-bottom: 20px }
	.consult_flow .flow_img > div:first-child:before{ background-image: none }
	.consult_flow .flow_ttl{ padding-bottom: 16px; line-height: 1.4 }
	.consult_flow.inquiry .flow_ttl{ top: 7px }
	.consult_flow .flow_ttl:before{ top: -3px }
	.consult_flow .note + .flow_img .flow_ttl{ padding-bottom: 8px }
	.consult_flow.inquiry .flow_wrap .flow_con .flow_ttl:before{ top: -5px }
	.consult_flow .with_icon .flow_desc{ font-size: 24px; line-height: 1.4 }
	.consult_flow .with_icon .flow_desc img{ margin-right: 15px; width: 25px }
	.consult_flow .flow_con .flow_ttl{ background-image: url(../images/g_dotted.png); }
    .consult_flow.inquiry .flow_con .flow_ttl{ background-image: none }
	.consult_flow .flow_con .flow_ttl.flow_ttl:before{ top: -5px; }
	.consult_flow .flow_con:nth-of-type(1) .flow_ttl{ padding-bottom: 12px }
	.consult_flow .flow_con:nth-of-type(5) .flow_ttl:before{ top: -1px }
	.consult_flow .flow_con:nth-of-type(5) .flow_ttl{ padding-bottom: 8px }

    .vision{ padding: 40px }
    .c_info{ padding: 25px 20px }
    .maps_wrap, .p30{ padding: 20px }
    .room_space{ padding: 0 20px; margin-top: 0 }
    .room_space .row > div:not(:last-child){ margin-bottom: 15px }
    .cfleximage{ padding: 0 20px }
    .maps_wrap .maps_con{ flex-direction: column }
    .maps_wrap .maps_con > div:first-child{ flex-basis: 100%; max-width: 100%; padding-right: 0; margin-right: 0; }
    .maps_wrap .maps_con > div:last-child{ flex-basis: 100%; max-width: 100% }
    .maps_wrap .maps_con > div a{ margin: 15px auto 27px }
    .numbox_list li{ font-size: 18px; padding-right: 15px }
    .numbox_list li:before{ padding: 6px 9px; display: flex; justify-content: center; align-items: center; }
    .safari-browser .numbox_list li:before{ padding: 7px 9px 5px; }
    .msg_pres{ flex-direction: column; padding-left: 15px; padding-right: 15px; margin-top: 20px; margin-bottom: 25px }
    .msg_pres > div:first-child{ flex-basis: 100%; max-width: 100% }
    .msg_pres > div:last-child { flex-basis: 100%; max-width: 100%; padding: 0 }
    .msg_pres > div:first-child > div{ margin-top: 20px }
    .pres_msg_part{ padding: 0 20px }

    .ceobox{ display: block; }
    .ceobox > div {width:100%;}

    footer{ margin-top: 10px; }
	footer .container,
	footer .footer-social.container{ padding: 0 15px; }
	footer .footer-social > div{ padding: 0 0 15px; }
	footer .footer-social > div.social-1 .fb-page.fb_iframe_widget > span > iframe,
	footer .footer-social > div.social-1 .fb-page.fb_iframe_widget > span,
	footer .footer-social > div.social-1,
	footer .footer-social > div.social-2 { width: 100% !important; }
	footer .footer-datas{ border-bottom: 0 }
	footer .footer-datas .container .totop{ right: 15px; }
	footer .footer-datas .container .footer-site-data{ border: 0; padding-bottom: 0; padding-right: 0 }
	footer .footer-datas .container .footer-nav{ padding-top: 35px; margin-bottom: 20px }
	footer .footer-datas .container .footer-nav ul{ float: none; margin-right: 0; }
	footer .footer-datas .container .footer-nav ul:first-child{ border-top: 1px solid #eee; margin-left: 0 }
	footer .footer-datas .container .footer-nav ul li{ margin: 0; padding: 7px; border-left: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; }
	footer .footer-infos{ display: none }
    footer .footer-datas .row > .col-md-4{ padding-right: 15px; }
    footer .iso_image {position:static;text-align:center;padding-top:15px;}

}


@media screen and (max-width: 660px) {
	.body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview ._image{ float: none; width: 100%; padding: 0; margin-bottom: 14px; }
    .body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview h2,
    .body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview ._body > div.ly2{ float: none; width: 100%; margin-left: 0; }
    .body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview ._body{ display: flex; flex-direction: column;}
    .body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview h2{ order: -1; }

	.pdf_links{ padding: 15px }
	.pdf_links li{ flex-basis: 30%; max-width: 30% }
	.pdf_links li:nth-child(-n+3){ margin-bottom: 15px }
	.c_form{ margin-left: 15px; margin-right: 15px }
	.c_form li{
		background-position: right 8px;
		background-size: 10px auto;
		font-size: 16px;
		padding: 0 17px 0 0;
		margin-right: 5px;
	}
	.c_form table{ border-left: 1px solid #ccc; }
	.c_form table th, .c_form table td{
		display: block;
		width: 100%;
		padding: 10px 20px;
	}
	.c_form table th{
		border-left: 4px solid #86B540;
		background-color: #f4f4f4;
	}
	.c_form table tr td input,.c_form table tr td select{ width: 100%; }
}

@media screen and (max-width: 530px) {
	.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img{ width: 100% }
	.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img._left{ float: none; margin:0 0 20px;}
	.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img._right{ float: none; margin:0 0 20px; }

	.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.buyout_amazon{ width: 200px; max-width: 100%; margin: 0 auto 15px; padding: 0;  display: block; }
	.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn{ width: 255px; max-width: 100%; margin: 0 auto 10px; padding: 0;  display: block;  }
    .body > .container > .row > div.mainpart > .books ._content-con ._content:not(.cdvd) ._foot > div.buyout_amazon{ margin-bottom: 13px; }
}

@media screen and (max-width: 490px) {
	.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td{ display: block; width: 100% !important; padding: 0 !important; font-size:13px;
        line-height: 1.8;}
	.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td:first-child:first-child{ margin-bottom: 15px; text-align: center; }
	.body > .container > .row > div.mainpart > .books ._content-con ._content ._body ._td:first-child img{ width: 60%; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot{ display: block; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn .contact_time{display: block; text-align: center; top: 0; margin-top: 10px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content.cdvd ._foot > div.contact_btn .contact_time{ top: 0; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn img{ width: 255px; }
    .body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.contact_btn a{ margin-right: 0; top: 0; }
    .body > .container > .row > div.mainpart .books .btn-blank{ float: none; width: 142px; margin: 0 auto; display: block; }
	.body > .container > .row > div.mainpart > .books ._content-con ._content ._foot > div.buyout_amazon label{ font-size: 13px; }

    .body > .container > .row > div.mainpart > .books ._content-con ._content:not(.cdvd) ._body ._td:last-child p:last-of-type{ margin-bottom: 20px; }

	.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td{ display: block; width: 100% !important; padding: 0 !important; }
	.body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td:first-child{ margin-bottom: 20px; text-align: center; }
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td:first-child img{ max-width: 60%; }
    .body > .container > .row > div.mainpart > .media_pub .common-green-box ._content-con ._content{ display: flex; flex-direction: column; }
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.float_bottom_right{ text-align: center; }
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.button_list .btn,
    .body > .container > .row > div.mainpart > .media_pub ._content-con ._content ._td p.button_list .btn:last-child{ margin: 0 auto 10px; }

    .cfleximage{ flex-direction: column }
    .cfleximage > a{ flex-basis: 100%; max-width: 100% }
    .cfleximage > a:not(:last-child){ margin-bottom: 15px }
    .vision table tr, .c_info table tr{ flex-direction: column }
    .vision table tr td:first-child, .vision table tr td,
    .c_info table tr td:first-child, .c_info table tr td{  flex-basis: 100%; max-width: 100% }
    .vision table tr td:first-child{ margin-right: 0; margin-bottom: 10px; width: 90px }
    .vision table tr:last-child td:first-child{ width: 53px }
    .vision table tr td:first-child:after{ top: 6px }
    .vision table tr td{ font-size: 20px }
    .vision table tr:not(:last-child){ margin-bottom: 20px }
}

@media screen and (max-width: 420px) {
	.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._image{ height: 200px; }
}

@media screen and (max-width: 375px) {
	.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content p{ margin-bottom: 15px }
}

@media screen and (max-width: 340px) {
	.consult_flow .with_icon .flow_desc{ font-size: 22px }
}

/* 191101 added */
.body > .container .breadcrumb{ background:none; padding:0; margin: 20px 0; color: #212529; font-size: 12px; }
.body > .container .breadcrumb > span { display: inline-block; line-height: 1.3; }
.body > .container .breadcrumb > span:first-child { margin-left: 0; }
.body > .container .breadcrumb > span a { color: #212529; font-size: 12px; text-decoration: underline; }

.body > .container .breadcrumb > span:after { content: '>';  margin: 0 5px 0 10px; position: relative; top: 1px; }
.body > .container .breadcrumb > span:last-child:after{ content: ""; margin: 0; }

@media screen and (max-width: 767px) {
	.body > .container .breadcrumb > span a{ margin-bottom: 5px; line-height: 1.3; display: inline-block; }
}

.body > .container > .row > div.mainpart .interviews.interviews_col1 li .interview ._image img { height: auto; }

.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._image{ width: 42%; height: 220px; background-position:top center; background-size: contain; background-repeat: no-repeat; }

.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img{ width: 290px; height: auto; }
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img.alignleft,
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img._left{ float: left; margin: 0 30px 15px 0; }
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img.alignright,
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img._right{ float: right; margin: 0 0 15px 20px; }

.screen-reader-response {	display: none;	}
.wpcf7-not-valid-tip { font-size: 12px; color: #F56C57; }
.wpcf7-response-output { font-size: 12px; }


#step2{ display: none;}
#step3{ display: none;}

.c_form table th {
	width: 240px;
}

.c_form ul li{ background: none; }
.c_form ul li.active{ color: inherit; }
.c_form ul li:last-child{ background: none; }
.c_form .formbtn{
	width:60%;
	margin:0 auto;
	text-align:center;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}
.c_form .formbtn li{
	display:block;
	width:30%;
	margin:0 5px;
}
.c_form ul.area-step{
	text-align:center;
}
.c_form ul.area-step li{
	font-size:20px;
	padding-right:0;
}
.c_form ul.area-step li:last-of-type::after{
	display:none !important;
}
.msf-navigation button.btn-submit span {
    position: absolute;
    top: 12px;
    right: 15px;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
}
.c_form ul.area-step li::after {
    display: inline-block;
    content: ">>";
    margin: 0 10px;
    color: #777777 !important;
    font-weight: normal;
}
.c_form .formbtn li{ width:30%;}
.c_form .formbtn li:last-of-type{ width:60%; }
.c_form .formbtn li .prevbtn,
.c_form .formbtn li .nextbtn{
	display:block;
	width:100%;
	border-radius:5px;
	padding:10px 0;
	text-align:center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background:#f56c57 url(../images/arrow1.png) no-repeat  95% center;
    background-size:5px;
		border: none;
    border-bottom:1px solid #cfcfcf;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
	font-size: 16px;
	position:relative;
}
.btn-round{
display: block;
width: 60%;
	max-width:210px;
margin: 20px auto;
	position:relative;
    margin-right: auto;
    margin-left: auto;
padding: 15px;
cursor: pointer;
color: #fff;
font-size: 16px;
background: #26C3DC url('./images/form-btn.png') 90% 50% no-repeat;
border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
border-bottom: solid 4px #21a8bc;
border-radius: 10px;
}
*{
    outline: none!important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.c_form .formbtn li .prevbtn{
	display:block;
	width:100%;
	border-radius:5px;
	padding:10px 0;
	text-align:center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background:#777;
    border-bottom:1px solid #cfcfcf;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
}
.c_form table tr td .wpcf7-checkbox label {
	margin-right: 10px;
}
.c_form table tr td input[type="checkbox"] {
	width: auto;
	min-width: inherit;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

@media only screen and (max-width:600px){
	.stepform li{
		display:inline-block;
		background:url(../images/step.png) no-repeat right center;
			background-size: 8px auto;
		font-size:1.2em;
		font-weight:bold;
		color:#999;
		padding:0 13px 0 0;
		margin-right:5px;
	}
	.c_form .formbtn{ width: 100%; }
	.c_form table th{
		width:100%;
		display: block;
		font-weight:normal;
		color: #86B540;
		font-weight:bold;
		padding:10px 20px !important;
		/*font-size:16px;*/
		font-size:14px;
		border-left: 5px solid #86B540 !important;
		border-radius: 0 !important;        /* CSS3???A */
		-webkit-border-radius: 0;    /* Safari,Google Chrome?p */
		-moz-border-radius: 0;   /* Firefox?p */
		behavior: url(/css/PIE.htc);position:relative;
	}
	.c_form table td{
		padding:15px 20px !important;
	}
}
.wpcf7-not-valid-tip,
.formError.inline {
	display: block;
}
.wpcf7-not-valid-tip,
.formError .formErrorContent {
	background: none;
	color: #e55a3b;
	font-weight: bold;
}

/* wp pagenavi */
.wp-pagenavi {
	text-align: center;
	margin-top: 15px;
  	margin-bottom: 15px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	padding: 5px 15px !important;
	border: 1px solid #000 !important;
	color: #000;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #000 !important;
	background: #000;
	color: #ffffff;
}
.wp-pagenavi .pages {
	display: none;
}

.btn1{
	text-align: center;
}
.btn1 a{
	width: 50%;
	margin:0 auto;
	display: block;
	background: #5bba23 url(../images/arrow1.png) no-repeat 90% center;
	background-size: 6px auto;
	border-radius: 40px;
	padding:10px 15px;
	text-align: center;
	color:#fff;
	font-weight: bold;
}
.mailmagazine {
	font-size:1.2em;
}
.mailmagazine h2{
	background: #5bbb24;
	color:#fff;
	padding:15px 20px;
	font-size:1.63em;
	font-weight: bold;
	margin:0;
}
.mailmagazine .box1{
	background: #f6f6f5;
	padding:25px 25px 20px;
	margin-bottom:30px;
}
.mailmagazine .box1 .inner{
	background: #fff;
	padding:30px;
	border-radius: 10px;
}
.mailmagazine .box1 .catch{
	background: #f56c57;
	color:#fff;
	border-radius: 30px;
	padding:2px 30px;
	display: inline-block;
}
.mailmagazine .box1 h3{
	font-size: 28px;
	font-weight: bold;
    line-height: 1.5;
	color:#76bf34;
	padding-bottom:20px;
}

@media only screen and (max-width:1059px){
    .mailmagazine .box1 h3 {
        line-height: 1.25;
        margin-top: 20px;
    }
}

.mailmagazine .box1 h3 strong{
	color:#f76800;
	font-size:1.5em;
	font-style: normal;
}
.mailmagazine .box1 h3 em{
	font-size:1.5em;
	font-style: normal;
}
.mailmagazine_form{
    height:132px;
    width:670px;
	margin:0 auto !important;
    background: url("../images/mail/mail_bg.jpg") no-repeat;
}
.mailmagazine_form p{
    margin:20px 20px 10px;
    padding-top:20px;
    color:#000;
    font-weight:bold;
}
.mailmagazine_form a{
    display:inline-block;
    background: #75B738 url(../images/arrow1.png) no-repeat 95% center;
    background-size: 5px;
    color:#fff;
    text-shadow: 1px 1px 1px #476B1C;
    font-size:14px;
    text-align:center;
    width:300px;
    padding:10px 20px 10px 35px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-left:20px;
}
/*
.mailmagazine_form a:hover{
    background:#90DB3F url("../images/mail/icon.png") no-repeat 80px -62px;
}*/
.SP{ display: none;}


@media only screen and (max-width:600px){
	.PC{ display: none;}
	.SP{ display: block;}
	.btn1 a{ width: 90%; }
	.mailmagazine_form {
	height: auto;
	width: auto;
	border: 1px solid #cccccc;
  text-align: center;
	padding: 130px 20px 20px 20px;
  background: #eaeaea url("/images/sub/mail/mail_bg_sp.jpg") center 10px no-repeat;
}
#main .mailmagazine_form p {
	display: none;
	margin: 0 0 10px;
	padding-top: 0;
}
#main .mailmagazine_form a {
	width: auto;
	margin-left: 0;
	margin-top: 20px;
}
	.mailmagazine2{
		padding:0 15px;
	}
}

.ttl1{
	background: #5bbb24;
	color:#fff;
	padding:15px 20px;
	font-size:1.6em;
	font-weight: bold;
	margin:0;
}
.sec1{
	background: #f6f6f5;
	padding:25px 25px 20px;
	margin-bottom:0;
}
.sec1 .inner{
	background: #fff;
	padding:30px;
	border-radius: 10px;
	font-size:15px;
}



.ttl2{
	background: #5bbb24 url(../images/ttl1.png) no-repeat 10px center;
	background-size:27px auto;
	color:#fff;
	padding:15px 20px 15px 50px;
	font-size:1.6em;
	font-weight: bold;
	margin:0;
}
.checkli{

}
.checkli li{
background: url(../images/check.png) no-repeat left 1em;
  background-size: auto;
background-size: 1em auto;
padding: 0.8em 0 0.8em 1.5em;
font-size: 1.1em;
line-height: 1.5em;
}
.pointli{ padding:0 0 15px;}
.pointli li{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: left;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
	padding:15px 0;
	border-bottom:solid 1px #ccc;
}
img{ max-width: 100%; height: auto;}
.pointli li .pic{
	width: 25%;
}
.pointli li .txt{
	width:  75%;
	padding:10px 0 10px 70px;
	font-size:1.6em;
	line-height: 1.3em;
	font-weight: bold;
	color:#74b136;
}
.pointli li:nth-child(1) .txt{
	background: url(../images/point1.png) no-repeat 15px center;
	background-size: 47px auto;
}
.pointli li:nth-child(2) .txt{
	background: url(../images/point2.png) no-repeat 15px center;
	background-size: 47px auto;
}
.pointli li:nth-child(3) .txt{
	background: url(../images/point3.png) no-repeat 15px center;
	background-size: 47px auto;
}
.pointli li:nth-child(4) .txt{
	background: url(../images/point4.png) no-repeat 15px center;
	background-size: 47px auto;
}
.alignR{ text-align:right;}
.sec1 em{
	background:linear-gradient(transparent 65%, #ffff00 65%);
	font-weight:bold;
}
.kousi{
	background: #fff;
	padding:30px 30px 10px;
	border-radius: 10px;
	margin:0 0 30px;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: left;
}
.kousi .pic{
	width: 25%;
}
.kousi .txt{
	width:75%;
	padding:0 0 0 25px;
}
.kousi .txt h3{
	font-size:1.4em;
	line-height: 1.5em;
	font-weight: normal;
	padding-bottom:25px;
}
.kousi .txt p{ padding-bottom:10px;font-size:15px;}
.nittei{
	background: #fff;
	padding:30px 30px 10px;
	border-radius: 10px;
	margin:0 0 30px;
}
.nittei h3{
	font-weight: bold;
	font-size:1.4em;
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.nittei table{
	width: 100%;
	font-size:15px;
}
.nittei table th{
	font-weight: bold;
	text-align: left;
	padding:0 15px 20px;
	width: 15%;
	vertical-align: top;
}
.nittei table td{
	text-align: left;
	padding:0 15px 20px;
}
.nittei table td a{
	color:#f56c57;
	text-decoration: underline;
}
.mes1{
	text-align: center;
	font-size:2em;
	font-weight: bold;
	color:#fe0000;
}
.txtbox{
	background: #fff;
	padding:30px 30px 10px;
	border-radius: 10px;
	margin:0 0 30px;

	font-size:15px;
}
.txtbox h3{
	font-weight: bold;
	color:#74b136;
	font-size:1.5em;
	padding:0 0 20px;
}
.txtbox p{
	padding:0 0 10px;
}
.sec1 strong{
	color:#f50000;
	font-weight: bold;
	font-size:1.2em;
}
.reasonli{ padding:0 0 15px;}
.reasonli li{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: left;
	padding:15px 0;
	border-bottom:solid 1px #ccc;
}
.reasonli li .pic{
	width: 25%;
}
.reasonli li .txt{
	width:  75%;
	padding:0 0 0 20px;
}
.reasonli li .txt h3{
	padding:10px 0 10px 55px;
	font-size:1.6em;
	line-height: 1.3em;
	font-weight: bold;
	color:#74b136;
}
.reasonli li:nth-child(1) .txt h3{
	background: url(../images/point1.png) no-repeat left center;
	background-size: 47px auto;
}
.reasonli li:nth-child(2) .txt h3{
	background: url(../images/point2.png) no-repeat left center;
	background-size: 47px auto;
}
.reasonli li:nth-child(3) .txt h3{
	background: url(../images/point3.png) no-repeat left center;
	background-size: 47px auto;
}
.reasonli li:nth-child(4) .txt h3{
	background: url(../images/point4.png) no-repeat left center;
	background-size: 47px auto;
}
.reasonli li:nth-child(5) .txt h3{
	background: url(../images/point5.png) no-repeat left center;
	background-size: 47px auto;
}
.reasonli li:nth-child(6) .txt h3{
	background: url(../images/point6.png) no-repeat left center;
	background-size: 47px auto;
}
.red{ color:#ff0000 !important;}


#blogside h3{
	font-size:1.5em;
	font-weight: bold;
	padding-bottom:10px;
	border-bottom:solid 5px #5bbb24;
	margin-bottom:15px;
}
#blogside .prof .pic{
	float:left;
	width: 45%;
}
#blogside .prof .txt{
	float:right;
	width: 50%;
	padding:30px 0;
	line-height: 1.5em;
}
#blogside .prof .txt h4{
	font-weight: bold;
	font-size:1.2em;
	padding:0;
}
#blogside .prof .txt p{ font-size:1.1em; padding:0 0 5px; margin:0;}
#blogside .prof .txt2{
	line-height: 1.5em;
	clear: both;
	font-size:0.9em;
	padding:10px 0 0;
}
#blogside .prof dl{
	background: #fff2ea;
	padding:15px;
	margin:0 0 30px;
	font-size:0.9em;
	line-height: 1.4em;
}
#blogside .prof dl dd{ padding:2px 0 5px; margin:0;}
#blogside .prof dl dd a{ color:#b82c01; text-decoration: underline;}
.slist{
	padding:0 0 30px;
}
.slist li{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: left;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
	padding:10px;
	position: relative;
	margin-bottom:10px;
	background: #e1f1d6 url(../images/blog/arrow.png) no-repeat 95% center;
	background-size: 6px auto;
}
.slist li .num{
	position: absolute;
	top:0;
	left:0;
	width: 25px;
	height: 25px;
	text-align: center;
	color:#fff;
	background: #5bbb24;
}
.slist li .pic{
	width: 25%;
	height: 70px;
}
.slist li .pic img{
	width: 100%;
	height: 70px;
	object-fit: cover;
}
.slist li .txt{
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
	width: 75%;
	padding:0 15px;
	font-size:1.1em;
}
.slist li .txt a{ color:#000;}
.scat{ padding:0 0 30px;}
.scat li{
	padding:15px 10px 15px 30px;
	position: relative;
	margin-bottom:10px;
	background: #e1f1d6 url(../images/blog/arrow.png) no-repeat 15px center;
	background-size: 6px auto;
	font-weight: bold;
	font-size:1.2em;
}
.scat li a{ color:#000;}
.blogttl{
	font-weight: normal;
	font-size:1.5em;
	padding-bottom:30px;
}
.blogttl span{ font-size:0.5em;}
.postlist{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 0 30px -3.333%;
}
.postlist li{
	width: 30%;
	margin:0 0 20px 3.333%;
	box-shadow: 0 0 2px rgba(0,0,0,0.20);

}
.postlist li .pic{
	width: 100%;
	height: 145px;
	overflow: hidden;
}
.postlist li .pic img{
	width: 100%;
	height: 145px;
	object-fit: cover;

}
.postlist li .txt{
	padding:10px 10px 5px;
}
.postlist li .txt h3{
	font-weight: bold;
	font-size:1.4em;
	min-height: 2.5em;
	overflow: hidden;
}
.postlist li .txt h3 a{
	color:#000;
	text-decoration: none;
}
.postlist li .txt p{ padding:0 0 10px; margin: 0; line-height: 1.5em;}
.postlist li .txt .day{
	font-size:0.9em;
	color:#999999;
}
.blogpost h2{
	font-size:1.8em;
	font-weight: bold;
	padding:0 0 30px;
}
.blogpost .pic{ text-align: center;}
.blogpost p{ padding:0 0 30px;}
.blogpost h3{
	background: #5bba24;
	color:#fff;
	font-size:1.5em;
	font-weight: bold;
	padding:12px 15px;
	margin:0 0 30px;
}
.blogpost h4{
	border-bottom:solid 3px #5bba24;
	color:#000;
	font-size:1.5em;
	font-weight: bold;
	padding:10px 0;
	margin:0 0 20px;
}
.blogpost h5{
	border-left:solid 7px #5bba24;
	color:#000;
	font-size:1.4em;
	font-weight: bold;
	padding:5px 0 5px 15px;
	margin:0 0 20px;
}
.blogpost ul,.blogpost ol{ padding:0 0 20px;}
.blogpost ul li{
	list-style: disc;
	padding:5px 0;
}
.blogpost ol li{
	list-style: decimal;
	padding:5px 0;
}
.blogpost ul.list {
	list-style-type:none;

  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
 	-webkit-align-items: stretch;
 	align-items: stretch;
	padding:15px 0;

}
.blogpost ul.list li,
.blogpost ul.notice li{

	list-style-type:none;
}

.blogpost ul.notice {

	margin:15px 0 ;
}
.blogpost ul.notice li {

	margin-bottom:0.1em;
}
.blogpost ul.list li span {
	display:block;
	text-align:center;
	font-size:0.8em;
	line-height:1.1;
	padding:0.5em;
}
.blogpost ul.list.pr2 li{
	width:48%;
}
.blogpost ul.list.pr4:before,
.blogpost ul.list.pr4:after{
	content:"";
	width:24%;
	order:1;
}
.blogpost ul.list.pr3 li{
	width:32%;
}
.blogpost ul.list.pr4 li{
	width:24%;
}

.blogpost ul.notice {
	color:#c95442;
	background:#fff6f4;
	padding-top:1em;
	padding-left:1em;
}
@media screen and (max-width: 640px) {

.sec1{
	padding:15px;
}
.sec1 .inner{
	padding:15px;
}

.ttl2{
	background: #5bbb24 url(../images/ttl1.png) no-repeat 10px center;
	background-size:27px auto;
	color:#fff;
	padding:15px 20px 15px 50px;
	font-size:1.4em;
	font-weight: bold;
	margin:0;
}
.checkli{

}
.checkli li{
background: url(../images/check.png) no-repeat left 1em;
  background-size: auto;
background-size: 1em auto;
padding: 0.8em 0 0.8em 30px;
font-size: 1em;
}
.pointli li{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: left;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
	padding:15px 0;
	border-bottom:solid 1px #ccc;
}
.kousi{
	padding:15px;
	margin:0 0 15px;
}
.kousi .pic{
	width: 20%;
}
.kousi .txt{
	width:80%;
	padding:0 0 0 15px;
}

.nittei{
	padding:15px;
	margin:0 0 15px;
}

.nittei table th{
	display: block;
	padding:0 0 10px;
	width: 100%;
}
.nittei table td{
	text-align: left;
	padding:0 0 20px;
}
.txtbox{
	padding:15px;
	margin:0 0 15px;
}
}
.pT15{ padding-top:15px !important;}
.alignC{ text-align:center !important;}

#news{
	background: #F1F1F1;
	width: 98%;
	margin:0 auto 30px;
	padding:0 0 5px;
}
#news h3{
background:#5bbb24;
font-size: 24px;
font-weight: 700;
padding: 17px 30px 12px;
color:#fff;
margin: 0 0 20px;
}
#news ul{
	margin:0 20px 20px;
	background: #fff;
	padding:30px;
}
#news ul li{
	border-bottom:dotted 1px #ddd;
	padding:5px 0 5px 130px;
	position: relative;
}
#news ul li a{ color:#333;}
#news ul li span{
	position: absolute;
	left:0;
}
.c_tel{
	background: #f1f1f1;
	padding:0 0 25px;
	margin:30px 0;
}
.common-green-box.semired .c_tel h3{
	background-color: #5bbb24 !important;
	margin-bottom:25px !important;
}
.c_tel .inner{
	background: #fff;
		padding:30px;
	border-radius: 10px;
	margin:0 30px;
}
.c_tel img{
	width: 60%;
}
.c_tel p{
	color:#ff0000;
	padding:0 0 10px;
	margin:0;
}
.require{ color:#F56C57 !important;}

@media screen and (max-width: 767px) {
	.txtbox{font-size:13px;}
	.sec1 .inner{	font-size:13px;}
	.kousi .txt p{ font-size:13px;}
}


.indexList{
    margin-left: 0;
    max-width:710px;
    width:90%;
}

.indexList li{
    border-top: #73b92c 1px dashed;
    position: relative;
    clear: both;
    margin-left: 0;
    padding: 20px 0 20px 35px;
    display: block;
    overflow: hidden;
}
.indexList li:first-of-type{
    margin-top: 15px;
}
.indexList li:before{
    position: absolute;
    top:8px;
    left:15px;
    content:"";
    width: 40px;
    height: 26px;
    background: url(/images/mailmagazine/icon_vol.png);
}
.indexList li:first-of-type{
    border-top: none;
}
.indexList li .vol{
    float: left;
    width: 130px;
    border-radius:5px;
    padding: 5px 5px 5px 14px;
    border: #73b92c 1px solid;
    color:#73b92c;
    font-weight: bold;
    font-size: 12px;
}
.indexList li .tit{
    float: right;
    width: 515px;
    padding: 5px;
    font-size: 17px;
    font-weight: bold;
    color:#616161;
}

.indexList li p {margin-bottom:0;}
.indexList li .tit a{
    color:#616161;
}
.indexList li .tit a:hover{
    text-decoration: underline;
}


@media screen and (max-width: 767px) {
.indexList{    margin: auto;    width:90%;}
.indexList li{ padding-left:15px;}
.indexList li:before{    left:0px;}
.indexList li .tit{ width:100%; }
}


.op0 {opacity:0;transition: all .2s;}

.consultingbox h4{
	border-bottom:solid 3px #5bba24;
	color:#000;
	font-size:1.3em;
	font-weight: bold;
	padding:10px 0;
	margin:0 0 20px;
}
.consultingbox h4 i {margin-right:5px;}
.consultingbox h4 img {max-width:30px;}


.imgR{
	float:right;
	width: 100%;
	max-width:300px;
	margin-left:15px;
}
@media screen and (max-width: 767px){
	.imgR{float:none; margin:0 auto 20px; max-width:100%; display: block;}
	.cbud img{
		right:10px;
	}
}


#flowbtn {transition: all 0.5s ease 0s;width:150px;position:fixed;right:-150px;top:400px;z-index:999;}
#flowbtn.active {right:0; transition: all 0.5s ease 0.5s;}

/*add 2021.08.17*/
.wp-caption.alignright {float:right;padding-left:10px;}
.wp-caption.alignleft {float:left;padding-right:10px;}
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img.size-full,
.body > .container > .row > div.mainpart > .testimonies .testimony ._content-con ._content img.size-large{
	width:auto;
	height:auto;
	max-width:100%;
}

@media screen and (max-width: 767px) {
	.body > .container > .row > div.mainpart > .interview ._content ._info_upper > div._image {

    width: 100%;
    height: 200px;
	}
}
.c_form .area-step li.msf-step-active{
    color: #E55A3B !important;
    font-weight: bold;
}
.msf label.error {
    color: #cc3333;
    display: block;
    margin-top: .5em;
}
.area-step li{
	cursor:default !important;
}

.cliparea {position:relative;}
.cliparea textarea {width:100%;padding:5px;box-sizing:border-box;}
.cliparea button {position:absolute;right:1px;top:1px;opacity:0.95;border:none;}
.c_form table td .disabled{
	color:#999;
}

.blogpost h4.ttl4,
.ttl4 {
	background:#e0f0d5;
	text-align:center;
	border:none;
	padding:0.8em;
}

.ttl3,
.blogpost p.ttl3 {background:none;margin:auto; font-size: 32px; font-weight: 700; border-top: 2px solid #181818; border-bottom: 2px solid #181818; padding: 15px 26px; letter-spacing: 1px; line-height: 1.4; width: 71%; margin: 40px auto 20px; text-align: center; }


@media screen and (max-width: 767px) {
.blogpost ul.notice {
    padding-left: 3em;
    padding-right: 1em;
    text-indent: -1.5em;
}

	.blogpost ul.list li img {
		width:96%;
	}
.blogpost ul.list.pr2 li,
.blogpost ul.list.pr3 li{
	width:100%;
}

.blogpost ul.list.pr4 li{
	width:48%;
	text-align:center;
}

.blogpost h4.ttl4, .ttl4 {
    font-size: 1.3em;
}

.ttl3,
.blogpost p.ttl3 {
    font-size: 24px;
    width: auto;
    margin: 20px;
    padding: 15px;
}
}
.required_red{color:#F56C57 !important;}

header .hlink{
	position:absolute;
	right:15px;
	top:0.1em;
}
header .hlink a{
	text-decoration:underline;
	color:#333;
}
.sidelink a{
	display:block;
	padding:0.8em;
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	border-radius:5px;
	color:#fff;
	background:#5DBB25;
	border-bottom:solid 4px #3ca100;
}
@media screen and (max-width: 767px) {
	header .hlink{display:none;}
}

.mvfbana{
	text-align:center;
	padding:1em 0;
	max-width: 1100px;
  width: 94%;
	margin:0 auto;
}
.mvfbana p{ margin:0; padding-top:1em;}
.mvfbana p a{text-decoration:underline;}


.mlmagatitle h1 {
	background: #5bbb24;
    font-size: 26px;
    font-weight: 700;
    padding: 17px 30px 12px;
    color: #fff;
    margin: 0;
}
.mlmagapost h2 {
  background: #77B834;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.mlmagapost h3{
	background: #fff !important;
	border-left:solid 4px #77B834;
	color:#000 !important;
	font-weight:bold;
	font-size:1.2em !important;
	padding:5px 15px !important;
	margin-bottom:20px !important;
}
.mlmagapost h4{
	font-weight:bold;
	font-size:1.1em;
	padding:10px 15px;
	margin-bottom:20px;
  background: #77B83426;
}

.mlmagapost h5{
	font-weight:bold;
	font-size:1em;
	padding:5px 5px;
	margin-bottom:20px;
}
.mlmagapost h5:before {
	content:"--";
}
.mlmagapost table{
	width:100%;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	margin-bottom:25px;
}
.mlmagapost table th{
	background:#fafafa;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding:10px 15px;
}

.mlmagapost table td{
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	padding:10px 15px;
}
.mlmagapost em{ font-weight:bold; color:#e30000; }
.mlmagapost strong{ font-weight:bold; color:#000; background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff66 60%) repeat scroll 0 0; }

.mlmagapost ul li, .mlmagapost ol li{ padding:5px; }
.mlmagapost ul,.mlmagapost ol{ padding-bottom:20px; }
.mlmagapost ul li{
background:url(../images/icon_check.png) no-repeat left 7px;
padding:5px 0 5px 30px;
}
.mlmagapost ol li{
list-style:decimal;
margin-left:25px;
}

.list-kigyo .flex{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	justify-content:space-between;
}
.list-kigyo .flex .pic{
	width:35%;
}
.list-kigyo .flex .txt{
	width:60%;
}
.list-kigyo .flex .txt a{
	color: #241200;
	text-decoration: underline;
}

@media(max-width:767px){
.list-kigyo .flex .pic{
	width:100%;
}
.list-kigyo .flex .txt{
	width:100%;
	padding-top:1em;
}
}
