@charset "utf-8";
body {
	background: url(/cmn_img/bg.png) repeat;
}
/*------------------------------ header ------------------------------*/


#gmenu {
	margin: 0px;
	padding: 0px;
	width: 1100px;
	clear: both;
	border-bottom: 2px solid #dddddd;
	position: relative;
	z-index: 100;
}
#gmenu > ul:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#gmenu > ul > li {
	margin: 0px;
	padding: 0px;
	float: left;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	width: 14.28%;
}
#gmenu.menu8 > ul > li {
	width: 12.5%;
}
#gmenu > ul > li > a {
	color: #6d7d53;
	padding: 0.5em 0;
	font-size: 15px;
	display: block;
	text-decoration: none;
	background: #f2fdd7;
}
#gmenu > ul > li+li > a {
	border-left: 1px solid #dddddd;
}
/*add*/
#gmenu > ul .gmenu-chi {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  text-align: left;
  position: absolute;
  left:0;
  background-color: #6d7d53;
  z-index: 500;
}
#gmenu > ul > li:hover .gmenu-chi {
  max-height: 9999px;
  opacity: 1;
}
#gmenu > ul .gmenu-chi .gmenu-chi_inner {
  padding: 1% 2% 2%;
  display:flex;
  flex-wrap: wrap;
}
#gmenu > ul .gmenu-chi .gmenu-chi_inner li {
  margin: 0;
  width:32%;
  margin-left:2%;
  border-bottom:1px solid rgba(255,255,255,.2);
}
#gmenu > ul .gmenu-chi .gmenu-chi_inner.wide li {
  width:100%;
}
#gmenu > ul .gmenu-chi .gmenu-chi_inner li:nth-child(3n+1) {
  margin-left:0;
}
#gmenu > ul .gmenu-chi a {
  text-decoration: none;
  font-size:.8em;
  line-height: 1.3;
  color:#FFF;
  letter-spacing:.08em;
  display:block;
  width:100%;
  padding:1em;
  box-sizing: border-box;
}
/*------------------------------ utility ------------------------------*/

.contents {
	line-height: 1.8;
	margin-bottom: 100px;
}
.contents.herf {
	margin-bottom: 50px;
}
.contents_inner {
	width: 900px;
	margin: auto;
}
.contents>p {
	margin: 0.5em auto;

}
.contents.point p.txt {
	margin-bottom: 1em;
}
#maincontents .contents h2.graphic {
	background: #def5e2 url(/cmn_img/graphic_bg.png) no-repeat right center;
	background-size: 100% 100%;
	font-size: 36px;
	line-height: 1.2;
	color: #397a34;
	font-weight: bold;
	padding: 20px 0.5em;
	margin: 0.5em 0;
	text-shadow: -1px -1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px 2px 3px rgba(0, 0, 0, 0.6);
}
h3, .basic-title {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	line-height: 39px;
	font-size: 26px;
	margin: 1em 0;
}
h3 .head, .basic-title .head {
	background: url(/img/h3_bg.png) no-repeat left center;
	background-size: 1.5% 100%;
	padding: 0.5em 35px;
	display: block;
	line-height: 1;
}
h3.reset {
	background: none;
	font-weight: bold;
	line-height: 1.4;
	margin: auto;
}
h4{
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.1em;
	margin: 1em 0;
}
cite{
	font-size: 0.8em;
	line-height: 1.2;
	box-sizing: border-box;
}
.u-item-box {
    border: 1px solid #efefef;
    padding: 1,4em;
}
.green_under {
	color: #2d8d5f;
	border-bottom: 1px solid #2d8d5f;
	font-weight: bold;
	font-size: 18px;
	margin: 28px 20px 25px;
  padding-bottom:.4em;
}
.green_under.tax {
  position: relative;
  padding-right:7em;
}
.green_under.tax > span {
	font-size:.6em;
  color:#333;
  position: absolute;
  right:0;
  bottom:.5em;
  font-weight:400;
}
#ope-menu .green_under {
	color: #2d8d5f;
	border-bottom: 1px solid #2d8d5f;
	font-weight: bold;
	font-size: 22px;
	margin: 50px 20px 15px;
}
.orange_under {
	color: #ff6606;
	border-bottom: 1px solid #ff6606;
	font-weight: bold;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.small {
	font-size: 0.7em;
}
.imgR {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	float: right;
}
.imgL {
	margin: 0px 50px 0px 0px;
	padding: 0px;
	float: left;
}
.txRed {
	color: #F00;
}
.copy {
	text-align: center;
}
.marker {
	background: linear-gradient(transparent 75%, #ffce9e 75%);
	font-weight: bold;
}
.arrow01 {
	width: 20px !important;
	height: 20px !important;
	border: 5px solid;
	border-color: transparent transparent #eacb7f #eacb7f;
	transform: rotate(-45deg);
	display: block;
	box-sizing: border-box;
	position: absolute;
	bottom: 15px;
}

.contents.nav{clear: both;}
#maincontents .price.nav h2{}
.price.nav ul{
	display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width:100%;
}
.price.nav li{
	width: 49.5%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	font-size: 0.99em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background:#fdf6dc;
	border:1px solid #ded3b7;
	margin-bottom:1em;
	border-radius:5px;
	position: relative;
}
.price.nav li a{
	padding: 1em 1em 1.75em;
	box-sizing:border-box;
	font-size:1.1em;
	color:#86572c;
	text-decoration:none;
	text-align:center;
	display: flex;
	width:100%;
	height:100%;
	font-weight:bold;
	vertical-align: middle;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.price.nav li a span{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	word-break: break-all;
}


/*------------------------------ layout ------------------------------*/

#maincontents .inquiryArea {
	background: none;
	border: 30px solid #d2ecda;
	background: #ffffff;
	box-sizing: border-box;
	width: 900px;
	padding: 20px 30px 30px;
	margin: 60px auto 0;
}
#maincontents .inquiryArea .left {
	width: 500px;
}
#maincontents .inquiryArea p {
	font-size: 12px;
	line-height: 1;
}
#maincontents .inquiryArea .lead {
	text-align: center;
	color: #4c4c4c;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
#maincontents .inquiryArea .small {
	float: left;
	font-size: 23px;
	line-height: 58px;
}
#maincontents .inquiryArea .tel {
	color: #ff6600;
	font-size: 48px;
	font-weight: bold;
	margin: 5px 0;
}
#maincontents .inquiryArea .txt {
	clear: both;
	font-size: 14px;
	margin-bottom: 15px;
}
#maincontents .inquiryArea dl {
	font-size: 14px;
	line-height: 1.2;
	margin: 5px;
	letter-spacing: 0.2em;
}
#maincontents .inquiryArea dt {
	width: 3.8em;
	float: left;
	clear: left;
}
#maincontents .inquiryArea .btn {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 38px;
	text-align: center;
	float: right;
}
#maincontents .inquiryArea .btn a {
	position: relative;
	display: inline-block;
	padding: 25px 42px;
	text-decoration: none;
	color: #FFF;
	background: #ff6405;
	border-bottom: solid 2px #a73f00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	letter-spacing: 0em;
	margin: 15px 0 0;
}
#maincontents .inquiryArea .btn a:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.Comparison_box {
	margin:0 20px;
}
.osusume_point {
  border:1px solid #ffbb8e;
  padding:1.5em;
  margin-bottom:1em;
  font-size:.92em;
  border-radius: 6px;
  background-color:#fff7f1;
}
.osusume_point_title {
  color: #FF6600;
}
.Comparison_caption {
  font-size:.88em;
  margin-top:1em;
  margin-bottom:1em;
}
.price_caption {
  font-size:.88em;
  margin-top:2em;
  margin-bottom:1em;
}
.Comparison {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
.Comparison:not(.price) {
	margin-top: 60px;
}
.Comparison.price colgroup col:nth-child(1) {
  width:50%;
}
.Comparison.price colgroup col:nth-child(2) {
  width:25%;
}
.Comparison.price colgroup col:nth-child(3) {
  width:25%;
}
.Comparison.price.col2 colgroup col:nth-child(2) {
  width:50%;
}
.Comparison th:first-child {
	border-radius: 5px 0 0 0;
	border-left: 1px solid #a8b7c5;
}
.Comparison th:last-child {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #a8b7c5;
}
.Comparison th {
	text-align: center;
	color: #486952;
	background: linear-gradient(#d2ecda, #d2ecda);
	border-left: 1px solid #fff;
	border-top: 1px solid #a8b7c5;
	border-bottom: 1px solid #d2ecda;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	padding: 1.5em 0;
	font-weight: bold;
	font-size: 1.2em;
  line-height: 1.5;
}
.Comparison td {
	text-align: center;
	border-left: 1px solid #a8b7c5;
	border-bottom: 1px solid #a8b7c5;
	border-top: none;
	box-shadow: 0px -3px 5px 1px #eee inset;
	padding: 1.5em .5em;
  line-height: 1.5;
}
.Comparison td:last-child {
	border-right: 1px solid #a8b7c5;
}
.Comparison tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.Comparison tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.Comparison_text {
	text-align: right;
	font-size: 13px;
}
.Comparison td span{
  /*display: block;*/
  font-size:0.8em;
  line-height: 1.4;
}

/* page top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999999;
}
#wrapper {
	width: 1100px;
	margin: 0px auto;
}
#container {
	padding: 0px;
	width: 1100px;
	box-shadow: 0px 1px 5px 2px #ececec;
	background: #FFF;
	float: left;
	zoom: 1;
	position: relative;
}
#container #header {
	background: url(/cmn_img/header_tel.png) no-repeat 366px 38px;
	width: 100%;
	padding-bottom: 30px;
}
#container #header p#pagetop {
	font-size: 9px;
	background: url(/cmn_img/bg_header.png) repeat-x left top;
	padding: 5px 55px;
	color: #565656;
}
#container #header:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}
#header .headerL {
	float: left;
	width: 206px;
	padding-left: 50px;
}
#header .headerR {
	margin: 0px;
	padding: 0px 45px 0px 0px;
	float: right;
}

/*20250802*/
#header.pdb10 {
	padding-bottom:10px !important;
}
#header .headerR2 {
	margin: 0px;
	padding: 0px 45px 0px 0px;
	float: right;
	display:flex;
	justify-content: space-between;
}
#header .headerR2_tel {
	width:400px;
}
#header .headerR2_buttons {
	width:256px;
}
#header .s-sns-list {
	text-align: center;
	padding-top:4px;
}
#header .s-sns-list a {
	display:inline-block;
	margin:0 1em;
}

#topicPath {
	width: 95%;
	clear: both;
	margin: auto;
}
#topicPath ul li, #topicPath ul li a {
	color: #6d7d53;
}
#topicPath ul li {
	font-size: 10px;
	display: inline-block;
	margin-right: 0.5em;
}
#topicPath ul li+li:before {
	content: "＞";
	margin-right: 0.5em;
}
#contents {
	margin: 40px auto 100px;
	padding: 0px;
	clear: both;
	width: 1000px;
}
/*----------------- スマホ改行なし -------------------*/
.br-sp {
  display: inline;
}
/*------------------------------ footer ------------------------------*/
#container .footer_cta.inquiryArea {
	background: #ddf7d3 url(/cmn_img/bg_contact.png) no-repeat center center;
	margin: auto;
	padding: 0px 0px 44px;
	width: 100%;
	clear: both;
	float: left;
}
#container .footer_cta.inquiryArea.layout_xad {
	background: #ddf7d3 url(/cmn_img/bg_contact_xad.png) no-repeat center center;
}
#container .footer_cta.inquiryArea .btn {
	display: inline;
	float: left;
	margin-left: 3px;
	padding-top: 140px;
}
#container .footer_cta.inquiryArea .btn2 {
	display: inline;
	float: left;
	position: relative;
	top: 100px;
}
#container .footer_cta.inquiryArea .mapR {
	display: inline;
	float: right;
	margin-right: 63px;
	padding-top: 50px;
}
#footer {
	clear: both;
	width: 96%;
}
.foot_link {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: 13px;
}
.foot_link {
}
.foot_link li {
	display: inline-block;
	margin: 0;
}
.foot_link li a {
	padding: 0;
	white-space: nowrap;
	color: #808080;
}
.foot_link li+li:before {
	content: "|";
	margin: 0 1em;
}
#footer .copy {
	text-align: center;
	clear: both;
	margin: 0.5em auto 1em;
}
.footer-sp,.footer-sp2 {
  display:none;
}
/*--急ぎお知らせ--*/
.red_point {
  border:2px solid #ff0050;
  padding:1.2em;
  width: 86%;
  margin: 0 auto 1em auto;
  border-radius: 6px;
  background-color:#fff7f1;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.red_point_title {
  color: #ff3071;
  font-size: 1.5em;
}

/*----スマホ----*/
@media (min-width: 768px) {
#container .pc {
	display: block;
}
#container .sp {
	display: none;
}
/*----------------------------------------------------------------------*/

/*smart phone layout*/

/*----------------------------------------------------------------------*/
}
 @media (max-width: 768px) {

.pc {
	display: none;
}
.sp {
	display: block;
}
  .br-sp {
    display: none;
  }
/*------------------------------ utility ------------------------------*/
body {
	margin: 0;
	font-size: 100%;
	width: 100%;
	min-width: initial;
	background: none;
	color: #333333;
}
img{ max-width: 100%;
 height: auto;}
 #maincontents .txt_box{
	width: 90%;
	float: none;
	margin: 1.5em auto;
	font-size: 14px;
}
h3, .basic-title{
	font-size: 125%;
	line-height:1.6;
}
h3 .head, .basic-title .head{line-height:1.4;}
#ope-menu .green_under {
    font-size: 16px;
    margin-top: 2em;
}

/* --------------------------------------------------

Layout head

-------------------------------------------------- */

/*drawer*/
.drawer-hamburger {
	background: #85aaa3;
	width: 1.5rem;
	padding: 0;
	padding: 10px 0.75rem 20px;
	margin-top: -1px;
    margin-right: -1px;
    border: 1px #ffffff solid;
}
.drawer-hamburger:hover {
	cursor: pointer;
	background: #85aaa3;
	margin-top: -1px;
	margin-right: -1px;
	border: 1px #ffffff solid;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	height: 4px;
	background-color: #fff;
}
.drawer-overlay {
	background-color: rgba(1, 27, 3, 0.84);
}
.drawer-nav {
	background: #f7fddd;
	height: 100%;
  overflow: auto;
}
.drawer-nav .drawer-menu {
	padding-bottom:5em;
}
.drawer-nav .drawer-menu li a {
	text-decoration: none;
	display: block;
	padding: 5%;
	color: #6d7d53;
}
.drawer-nav .drawer-menu li.p-small a {
	font-size:.9em;
  padding: 3% 3% 3% 10%;
}
.drawer-nav .drawer-menu li + li {
	border-top: 1px solid #84aaa3;
}
.drawer-nav .btn {
	background: #ff6505;
	border: solid 1px #ff6505;
	text-align:center;
	width:80%;
	margin: 20px auto 0;
}
.drawer-nav .btn a:before {
	content: url(/sp/img_cmn/mail.svg);
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 0 0 10px;
	position: absolute;
}
.drawer-nav .btn a {
	color: white !important;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
	padding-left: 15px;
	word-break: keep-all;
	display:block;
}
#header {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
#header img {
	width: 100%;
	max-width: 40%;
	margin: 0.5em 0 0;
}
/*------------------------------ layout ------------------------------*/
#gmenu{display:none;}
#topicPath {
    width: 100%;
    clear: both;
    margin: 0 0 0.25em;
    padding:0 5%;
    border-top:solid 1px #c8dfda;
    line-height:1.2;
}
#contents {
    width: 100%;
    margin-top: 1em;
  margin-bottom: 3em;
}
#container {
	padding: 0px;
	width: 100%;
	border: none;
	margin: auto;
	box-shadow: none;
	background: #FFF;
	float: none;
	zoom: 1;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
#container .contents{
	width:100%;
	margin-bottom: 3.5em;
}
#container .contents#operation{
	margin-bottom:0;
}
.contents_inner {
	width: 100%;
	margin: auto;
	box-sizing:border-box;
}
#maincontents .inquiryArea{
	width:100%
}

.sp #container #header {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
#wrapper {
	width: 100%;
	margin: 0px auto;
}
#header img {
	width: 100%;
	max-width: 40%;
	margin: 0.5em 1em 0;
}
#maincontents .contents h2.graphic {
	background: #def5e2 url(/cmn_img/graphic_bg.png) no-repeat right center;
	background-size: cover;
	line-height: 1.4;
	font-size: 5.6vw;
	text-align: center;
	color: #0e3e0a;
	font-weight: bold;
	padding: 1em 0.5em;
	margin: 2.5em auto 1em;
	/*text-shadow: -1px -1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px 5px 5px rgba(0, 0, 0, 0.8);*/
  text-shadow:none;
}
#inquiry #contents {
	margin: 0px;
	clear: both;
	float: left;
	width: 100%;
	padding: 0 0 3%;
}
#inquiry #contents .contents .readme {
	margin: 20px 1em 15px;
	width: 91.5%;
	padding: 0px 0 20px;
	border-bottom: #cccccc 1px solid;
	font-size: 90%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#container #header {
	background : none;
	float: none;
	width: 100%;
	padding-bottom: 0;
	display: inline-block;
}
#inquiry .contents>p {
	margin: 0.5em 1em;
}
#inquiry #contents #boxtalk {
	margin: 0 auto 30px;
	width: 92%;
	font-size: 90%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#inquiry #contents #boxtalk img {
	margin: 1.5em auto 15px;
	width: 100%;
	height: auto;
}
#inquiry #contents .must {
	font-size: 87.5%;
	color:#bc1515;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#inquiry #contents .form_btn {
	margin-top:2em;
}
#inquiry table.formTable th {
	background-color: #CAEBD6;
	text-align: left;
	padding: 2% 3% 4%;
	font-weight: bold;
	font-size: 14px;
	display: block;
	width: 94%;
}
#inquiry table.formTable {
	border-top: 2px solid #CCC;
	border-bottom: 1px dotted #E0E0E0;
	width: 100%;
	margin: 3% 0;
}
#inquiry .formTable tr td {
	background: url(/ganken/img/bg_td.png) repeat-x left bottom;
	padding: 10px 0px 17px 19px;
	padding-left: 19px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 90%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#inquiry input[type="text"], #inquiry textarea {
	padding: 0.8em;
	outline: none;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	margin: auto;
	width: 88%;
}
#inquiry .attention {
	border: solid 1px #bf2716;
	border-radius: 5px;
	background: #fff1f1;
	padding: 20px 20px;
	width: 78%;
	margin: 0 auto 30px;
	font-size: 10px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#inquiry #contents input.button {
	display: block;
	width: 90%;
	border-radius: 8px;
	padding: 1em 0 .9em;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	margin: 0 auto 1em;
	color: #FFF;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}
#inquiry .contents {
	line-height: 1.8;
	margin-bottom: 0;
}
#inquiry input[type="text"], select, textarea {
	padding: 0.8em;
	outline: none;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 90%!important;
}
.price.nav{
  width:90%;
  margin:0 auto;
}
.price.nav li{
	width: 48%;
  font-size:.82em;
}
.Comparison_box{
  width:90%;
  margin:auto;
}
.Comparison_caption {
  font-size:.72em;
}
.price_caption{
  font-size:.72em;
  margin: 0 1.5em;
}
.Comparison:not(.price) {
	margin-top: 3em;
}
.osusume_point {
  font-size:.72em;
}
.Comparison.price colgroup col:nth-child(1) {
  width:40%;
}
.Comparison.price colgroup col:nth-child(2) {
  width:30%;
}
.Comparison.price colgroup col:nth-child(3) {
  width:30%;
}
.Comparison.price.col-2 colgroup col:nth-child(3) {
  width:60%;
}
.Comparison th {
	font-size: 1em;
}
.Comparison td {
	font-size:87.5%
}
/*-------------------------------cta---------------------------------*/
#maincontents .inquiryArea {
	width: 100%;
	box-sizing:border-box;
}
#maincontents .inquiryArea .left {
	width: auto;
}
#maincontents .inquiryArea {
	background: none;
	border: 8px solid #a2e0b9;
	background: #ffffff;
	box-sizing: border-box;
	padding: 3.8% 3%;
	margin: 3em auto;
}
#maincontents .inquiryArea p.small {
	font-size: 3.5vw;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1;
	float: none;
}
#maincontents .inquiryArea p {
	font-size: 12px;
	line-height: 1;
}
#maincontents .inquiryArea .lead {
	text-align: center;
	color: #4c4c4c;
	font-size: 4.3vw;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.6;
}
#maincontents .inquiryArea ul {
	margin-bottom: 10px
}
#maincontents .inquiryArea ul li {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
	position: relative;
}
#maincontents .inquiryArea ul li+li {
	float: right;
}
#maincontents .inquiryArea ul li span {
	display: block;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
#maincontents .inquiryArea ul li span a {
	display: block;
	padding-left: 22px;
}
#maincontents .inquiryArea ul li span.callbtn {
	border: solid 1px #ff6505;
	background: #ffffff;
	font-family: 'Noto Serif Japanese', serif, sans-serif;
}
#maincontents .inquiryArea ul li span.mail {
	background: #ff6505;
	border: solid 1px #ff6505;
}
#maincontents .inquiryArea ul li span.callbtn:before {
	content: url(/sp/img_cmn/tel.svg);
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 0 0 5px;
	position: absolute;
}
#maincontents .inquiryArea ul li span.callbtn a {
	color: #ff6505;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-left: 19px;
	word-break: keep-all;
	text-decoration:none;
}
#maincontents .inquiryArea ul li span.mail:before {
	content: url(/sp/img_cmn/mail.svg);
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0 0 0 10px;
	position: absolute;
}
#maincontents .inquiryArea ul li span.mail a {
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-left: 15px;
	word-break: keep-all;
	text-decoration:none;
}
#maincontents .inquiryArea .txt {
	clear: both;
	font-size: 3vw;
	margin-bottom: 15px;
	text-align: center;
}
#maincontents .inquiryArea dl {
	font-size: 3.2vw;
	line-height: 1.2;
	margin: 5px auto;
	width: 90%;
	clear: both;
}
#maincontents .inquiryArea dt {
	width: 3.8em;
	float: left;
	clear: left;
}
#maincontents .inquiryArea .btn {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 26px;
	text-align: center;
}
#maincontents .inquiryArea .btn a {
	position: relative;
	display: inline-block;
	padding: 10px 42px;
	text-decoration: none;
	color: #FFF;
	background: #ff6405;
	border-bottom: solid 2px #a73f00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
	letter-spacing: 0em;
	margin: 15px 0 0;
}
#maincontents .inquiryArea .btn a:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* --------------------------------------------------

footer

-------------------------------------------------- */
.copy {
	clear: both;
	text-align:center;
	font-size: 3.6vw;
}
.shareList_wrapper {
    width: 70px;
    text-align: center;
    margin: 20px auto 80px !important;
}
/*	 {
	clear: both;
	margin: 0px;
	padding: 7px 0;
	width: 100%;
	background-color: #CAEBD6;
	position: fixed;
	bottom: 0;
}*/
.footer-sp {
  display:block;
  position: fixed;
  bottom:0;
  left:0;
  width:100% !important;
}
.footer-sp ul li {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
	position: relative;
}
.footer-sp ul li span {
	display: block;
	box-sizing: border-box;
	padding: 0 0;
	text-align: center;
	width: 100%;
	height: 47px;
}
.footer-sp ul li span a {
	display: block;
	padding-left: 10px;
	padding-left: 22px;
}
.footer-sp ul li span.callbtn {
	border: solid 1px #ff6505;
	background: #ffffff;
	font-family: 'Noto Serif Japanese', serif, sans-serif;
	overflow: hidden;
}
.footer-sp ul li span.mail {
	border: solid 1px #ff6505;
	background: #ff6505;
}
.footer-sp ul li span.callbtn:before {
	content: url(/sp/img_cmn/tel.svg);
	display: block;
	width: 22px;
	height: 22px;
	margin: 0;
	position: absolute;
	top: 25%;
	left: 3vw;
}
.footer-sp ul li span.callbtn a {
	color: #ff6505;
	font-size: 4.8vw;
	margin: 0;
	font-weight: bold;
	word-break: keep-all;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-right: -0.25em;
	line-height: 46px;
}
.footer-sp ul li span.mail:before {
	content: url(/sp/img_cmn/mail.svg);
	display: block;
	width: 24px;
	height: 22px;
	margin: 0;
	position: absolute;
	top: 25%;
	left: 2.6vw;
}
.footer-sp ul li span.mail a {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	font-weight: bold;
	padding-left: 15px;
	word-break: keep-all;
	text-decoration: none;
}
.footer-sp h3 {
	font-size: large;
	text-align: center;
	padding: 20px 0 10px;
}
.footer-sp li {
	padding: 0 10% 10px;
}
.footer-sp li img {
	width: 100%;
}
.footer-sp .pagetop {
	width: 10%;
	background: #85aaa3;
	height: 47px;
	box-sizing: border-box;
}
.footer-sp .pagetop a {
	display:block;
	margin-top: 5px;
}
.footer-sp p {
	width: 94%;
	margin: 0 3% 3%;
	font-size: x-small;
	line-height: 120%;
}
.footer-sp #copy {
	font-size: xx-small;
	margin: 0px;
	padding: 5px 4%;
	text-align: center;
}
.footer-sp #gopc {
	padding: 5px 4%;
}
.footer-sp #gopc a {
	text-align: right;
	display: block;
}


/*20250902*/
.footer-sp2 {
  display:block;
  position: fixed;
  bottom:0;
  left:0;
  width:100% !important;
}
.footer-sp2 > ul {
	display:flex;
}
.footer-sp2 ul li {
	width: 33%;
	margin: 0;
	padding: 0;
	position: relative;
	line-height:1;
}
.footer-sp2 ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 47px;
}
.footer-sp2 ul li span a {
	display: block;
}
.footer-sp2 ul li span.callbtn {
	border: solid 1px #ff6505;
	background: #ffffff;
	font-family: 'Noto Serif Japanese', serif, sans-serif;
	overflow: hidden;
}
.footer-sp2 ul li span.mail {
	border: solid 1px #ff6505;
	background: #ff6505;
}
/*.footer-sp2 ul li span.callbtn a:before {
	content: url(/sp/img_cmn/tel.svg);
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
}*/
.footer-sp2 ul li span.callbtn a {
	color: #ff6505;
	font-size: 15px;
	margin: 0;
	font-weight: bold;
	word-break: keep-all;
	text-decoration: none;
	display: block;
	text-align: center;
}
/*.footer-sp2 ul li span.mail a:before {
	content: url(/sp/img_cmn/mail.svg);
	display: block;
	width: 18px;
	height: 16px;
	margin: 0;
}*/
.footer-sp2 ul li span.mail a {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	word-break: keep-all;
	text-decoration: none;
}
.footer-sp2 li img {
	width: 100%;
}
.footer-sp2 .s-sns {
	width: 24%;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color:#F9F9EF;
}
.footer-sp2 .s-sns a {
	display:inline-block;
	width:40%;
	margin:0 2%;
}
.footer-sp2 .pagetop {
	width: 10%;
	background: #85aaa3;
	height: 47px;
	box-sizing: border-box;
}
.footer-sp2 .pagetop a {
	display:block;
	margin-top: 5px;
}
.footer-sp2 p {
	width: 94%;
	margin: 0 3% 3%;
	font-size: x-small;
	line-height: 120%;
}
.footer-sp2 #copy {
	font-size: xx-small;
	margin: 0px;
	padding: 5px 4%;
	text-align: center;
}


}

.doctor_wrap{
	width: 71.3%;
	float: left;
}
.doctor_img{
	margin: 0 0 0 30px;
	width: 230px;
}

@media (max-width: 768px) {
.doctor_wrap{
	width: 100%;
	float: left;
}
.doctor_img{
	margin: 0 auto;
    display: block;
    width: 230px;
}
/*------------------------------ utility ------------------------------*/
.imgL.w50 {
	margin: 0px 1.5em .5em 0px;
	width:50%;
}

/*--急ぎお知らせ--*/
.red_point {
  width: 80%;
  padding: 0.9em;
  font-size:90%;
  margin: 20px auto 1em auto;
}
.red_point_title {
    font-size: 1.2em;
}

}
/* --------------------------------------------------

movies

-------------------------------------------------- */
.movie-list {
  width:100%;
  display:flex;
  flex-wrap: wrap;
  margin:0 auto;
  padding:20px 20px 0;
  box-sizing: border-box;
}
.movie-list_item {
  width:calc(460 / 960 * 100%);
  margin:0 0 3em calc(40 / 960 * 100%);

}
.movie-list_item-single {
  width:78.2%;
  margin:0 auto 1em;

}
.movie-list_item:nth-child(2n+1) {
  margin-left:0;
}
.movie-list_item > p {
  margin-bottom:0;
}
.movie-list_title {
  color: #2d8d5f;
  border-bottom: 1px solid #2d8d5f;
  font-weight: 600;
  font-size: 18px;
  padding-bottom:.5em;
  margin-bottom: 1em;

}
.movie-list_movie {
  position:relative;
  width:100%;
  padding-top:calc(56.25%);
  margin-bottom:.5em;
}
.movie-list_movie > iframe,.movie-list_movie > a {
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.movie-list_movie img {
  max-width: 100%;
  height: auto;
}
.movie-list_item .movie-button {
  width:100%;
}
.movie-list_item .movie-button > a {
  width:100%;
  margin:1em 0 0;
  font-size:.8em;
}
.movie-list_photo {
  width:70%;
  margin:0 auto 1em;
}
.movie-list_photo img {
  max-width:100% ;
}
.movie-button {
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  margin: 1em 0;
}
.movie-button > a {
  display:block;
  width:40%;
  padding:1em;
  margin:0 1em;
  background-color:#d2ecda;
  border:1px solid #8fcaca;
  border-radius: 4px;
  color:#387a35;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.movie-button.yellow > a {
  background-color:#eacb7f;
  border:1px solid #d1b162;
  color:#5a3333;
}
.movie-button--single > a {
  width:70%;
}
.movie-button--inline {
  padding:0;
}
.movie-button--inline > a {
  width:auto;
  display:inline-block;
  margin:0;
}
.movie-button--inline.left {
  text-align: left;
}
.movie-button > a::after {
  content:"";
  display:inline-block;
  margin-left:.5em;
  width:.5em;
  height:.5em;
  border:2px solid #387a35;
  border-bottom:none;
  border-left:none;
  transform: rotate(45deg)
}
.movie-button.yellow > a::after {
  border:2px solid #5a3333;
  border-bottom:none;
  border-left:none;
}
.movie-button.yellow.anchor > a::after {
  border:2px solid #5a3333;
  border-top:none;
  border-left:none;
}
.movie-button.right-small {
  justify-content: flex-end;
  margin-top:1em;
}
.movie-button.right-small > a {
  display:inline-block;
  width:auto;
  margin:0 0 1em 1em;
  font-size:.8em;
}
@media (max-width: 768px) {
.movie-list {
  padding:4% 4% 0;
}
.movie-list_item {
  width:100%;
  margin:0 0 3em 0;
}
.movie-list_item-single {
  width:auto;
  padding:0 5.06666%;
}
.movie-list_item > p {
   font-size: .88em;
}
.movie-list_photo {
  width:92%;
}
.movie-button {
  padding:0 4%;
}
.movie-list_item .movie-button {
  padding:0;
}
.movie-button > a {
  display:block;
  width:48%;
  margin:0 0 0 4%;
  font-size:.78em;
}
.movie-button--single > a {
  width:96%;
}
.movie-button--inline {
  padding:0;
}
.movie-button--inline > a {
  width:auto;
}
.movie-button > a:nth-child(2n+1) {
  margin-left:0;
}
}
/* --------------------------------------------------

ope

-------------------------------------------------- */
.p-flow > :last-child {
  margin-bottom:0;
}
.p-flow > li {
  display:flex;
  margin-bottom:1em;
}
.p-flow > li .p-num {
  display:block;
  font-size:1.4em;
  font-weight:600;
  color:#2d8d5f;
  border-bottom:1px solid #2d8d5f;
  text-align: center;
  width:5em;
}
.p-flow .p-text {
  flex:1;
  overflow: hidden;
  padding:.3em 0 1em 1em;
  border-bottom:1px solid #ccc;
  
}
.p-flow .p-title {
  font-size:1.1em;
  font-weight:600;
  color:#2d8d5f;
  margin-bottom:.5em;
}
.p-ope-flow {
  display:flex;
  flex-wrap:wrap;
}
.p-ope-flow > li {
  width:47.77777%;
  margin:0 0 3em 4.4444%;
  text-align: center;
}
.p-ope-flow > li:nth-child(2n+1) {
  margin-left:0;
}
.p-ope-flow > li span {
  display:block;
  padding-top:.5em;
  text-align: left;
}
.p-ope-flow > li span.face{
  display:block;
  padding-top:.3em;
  text-align: center;
  font-weight: 600;
}
.p-ope-flow > li b {
  text-align: left;
  color: #009bff;
}
.anchor-fix{
	margin-top:-40px;
	padding-top:40px;
}
@media (max-width: 768px) {
.p-flow > li .p-num {
  width:3em;
}
.p-ope-flow > li {
  width:80%;
  margin:0 auto 2em;
}
.p-ope-flow > li:nth-child(2n+1) {
  margin-left:auto;
}
}
/* --------------------------------------------------

mokuji

-------------------------------------------------- */
.p-mokuji{
  border:1px solid #8fcaca;
  border-radius:10px;
  padding:2em;
  width:90%;
  margin:3em auto;
  box-sizing: border-box;
}
.p-mokuji label{
  display:block;
  position:relative;
  letter-spacing:.2em;
  font-weight:bold;
  text-align: center;
  margin-bottom:.5em;
}
.p-mokuji label::before{
  content:"";
  display:block;
  position:absolute;
  right:0;
  width:.5em;
  height:.5em;
  border-top:#333 2px solid;
  border-left:#333 2px solid;
  transform:rotate(225deg);
}
.p-mokuji input[type="checkbox"]{
  display:none;
}
.p-mokuji #menu:checked ~ label::before{
  transform:rotate(45deg);
}
.p-mokuji #menu:checked ~ .dropdown{
  display:none;
}
.p-mokuji ul li {
  padding-left: 1.5em;
  position:relative;
  line-height: 1.4;
}
.p-mokuji ul li::before {
  position:absolute;
  content:"・";
  top:.5em;
  left:0;
  font-size:1.5em;
  line-height: 0;
}
.p-mokuji li a {
  display:inline-block;
  margin-bottom:.7em;
  text-decoration: none;
}
.p-mokuji li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
.p-mokuji{
  width:90%;
  padding:1.5em;
  margin:2em auto;
}
.p-mokuji .u-ul-basic li {
  margin-bottom:0;
}
.p-mokuji li a {
  font-size:.8em;
}
}
/* --------------------------------------------------

menu

-------------------------------------------------- */
.p-leadtext {
  font-size:1.8em;
  font-weight:600;
  text-align: center;
  margin-bottom:2em;
}
.p-osusume_title {
  color:#ae5da1;
  text-align: center;
  font-size:1.4em;
  font-weight:600;
  margin-bottom:.5em;
}
.p-osusume_list {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-osusume_list li {
  display:flex;
  width:130px;
  height:130px;
  margin:0 10px 20px;
  color:#ae5da1;
  line-height: 1.3;
  border:1px solid #e6b0dd;
  background-color:#ffeafc;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
}
.p-point_list {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-point_list li {
  display:flex;
  width:31.55555%;
  box-sizing: border-box;
  margin:0 0 1em 2.66666%;
  line-height: 1.5;
  background-color:#ffeafc;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding:1.5em;
  font-size:20px;
}
.p-point_list li:nth-child(3n+1) {
  margin-left:0;
}
.p-point_list.number li {
  display:block;
  text-align: left;
  justify-content:flex-start;
  align-items:flex-start;
  font-size:16px;
}
.p-point_list.number li i {
  display:block;
  font-family: "Times New Roman", Times, "serif";
  color:#ae5da1;
  font-weight:600;
  font-size:36px;
  line-height: 1;
  text-align:center;
  margin:0 auto .3em;
}
.p-kodawari {
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}
.p-kodawari > li {
  box-sizing:border-box;
  width:calc(284 / 900 * 100%);
  margin-left:calc(24 / 900 * 100%);
  margin-bottom:1em;
  background-color:#ffeafc;
  padding:1em 2em 1.5em;
  border-radius:10px;
}
.p-kodawari > li:nth-child(3n+1) {
  margin-left:0;
}
.p-kodawari > li i {
  display:block;
  font-family:"Times New Roman", Times, "serif";
  font-size:2.2em;
  font-weight:600;
  color:#b56179;
  text-align: center;
  line-height:1em;
}
.q_aDl_sub dt{
  position:relative;
  margin: 40px 0 15px;
  padding: 0 0 5px 2em;
  font-weight:bold;
  font-size:1.2em;
  border-bottom: 1px solid #cccccc;
  color: #674631;
}
.q_aDl_sub dt .q_a_r {
  position:absolute;
  top:-.2em;
  left:0;
  font-size: 112.5%;
  font-weight: bold;
  color: #FF6600;
	}
.q_aDl_sub dd {
  position:relative;
  /*margin-left: 2.5em;*/
  padding: 0 0 0 2em;
	color:#23352c;
}
.q_aDl_sub dd .q_a_b{
  position:absolute;
  top:-.2em;
  left:0;
	font-size: 137.5%;
	font-weight: bold;
	padding-right: 0.5em;
	color: #2F8C5F;
}
.p-related {
  background-color:#387a35;
  border-radius:10px;
  box-sizing:border-box;
  padding:calc(40 / 900 *100%);
  padding-bottom:1.5em;
}
.p-related_title {
  color:#FFF;
  text-align: center;
  margin-bottom:1em;
}
.p-related_title .en {
  display: block;
  font-family: "Times New Roman", Times, "serif";
  letter-spacing: .7em;
}
.p-related_title .jp {
  display: block;
  font-size:1.6em;
  letter-spacing: .2em;
}
.p-related_list {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-related_list > li {
  width:calc(260 / 820 * 100%);
  margin:0 0 1em calc(20 / 820 * 100%);
}
.p-related_list > li:nth-child(3n+1) {
  margin-left:0;
}
.p-related_list > li a {
  background-color:#d2ecda;
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100%;
  color:#387a35;
  text-decoration: none;
  box-sizing: border-box;
  padding:1em;
  border-radius:6px;
  text-align: center;
  line-height: 1.3;
  
}
.p-related_list > li a::after {
  content:"";
  display:inline-block;
  margin-left:.5em;
  width:.5em;
  height:.5em;
  border:2px solid #387a35;
  border-bottom:none;
  border-left:none;
  transform: rotate(45deg)
}
.p-hikaku-table th.current {
  color:#ae5da1;
  background-color:#ffeafc;
  font-weight:600;
}
.p-hikaku-table td.current {
  background-color:#fff5fe;
  font-weight:600;
}
.p-case {
  margin-bottom:2em;
  background-color:#f7f7f7;
  padding:50px;
  border-radius:10px;
}
.p-case_title {
  font-size:20px;
  margin-bottom:1em !important;
}
.p-case_list {
  display:flex;
  justify-content:space-between;
  background: url("../menu_super_collagen/img/case_arrow.png") no-repeat center calc(50% - 16px);
  margin-bottom:1em;
}
.p-case_list li {
  width:44.375%;
  text-align: center;
  font-weight:600;
}
.p-case_list li img {
  display:block;
  margin:0 auto .3em;
}
.p-case_comment {
  background-color: white;
  border:1px solid #DDD;
  border-radius:10px;
  padding:1.5em;
}
.p-dl-list {
  margin-bottom:2em;
}
.p-dl-list dt {
  font-size:1.2em;
  line-height: 1.3;
  color:#378f63;
  font-weight:600;
  margin-bottom:.5em;
}
.p-dl-list dd {
  margin-bottom:1em;
}
.p-feature-list {
  border:2px solid #2d8d5f;
  padding:2em;
  color:#2d8d5f;
}
.p-feature-list_title {
  text-align: center;
  font-size:1.6em;
  margin-bottom:.5em !important;
}
.p-feature-list li {
  font-size:1.2em;
}
@media (max-width: 768px) {
.p-leadtext {
  width:90%;
  font-size:1.2em;
  text-align: center;
  margin:0 auto 1.5em;
}
.p-leadtext_small {
  width:90%;
  margin:0 auto 1.5em;
}
.p-osusume_title {
  font-size:1.2em;
}
.p-osusume_list li {
  width:90px;
  height:90px;
  margin:0 6px 12px;
}
.p-point_list li {
  width:49%;
  margin:0 0 .5em 2%;
  font-size:1.1em;
  padding:1em;
}
.p-point_list li:nth-child(3n+1) {
  margin-left:2%;
}
.p-point_list li:nth-child(2n+1) {
  margin-left:0;
}
.p-point_list.number li {
  font-size:14px;
}
.p-kodawari > li {
  width:calc(48 / 100 * 100%);
  margin-left:calc(4 / 100 * 100%);
  padding:.5em 1.5em 1em;
}
.p-kodawari > li:nth-child(3n+1) {
  margin-left:calc(4 / 100 * 100%);
}
.p-kodawari > li:nth-child(2n+1) {
  margin-left:0;
}
.p-kodawari > li i {
  font-size:2.2em;
  font-weight:600;
  color:#b56179;
  text-align: center;
  line-height:1em;
}
.p-related {
  width:90%;
  margin:auto;
  padding:calc(30 / 690 * 100%);
  padding-bottom:.5em;
}
.p-related_title {
  font-size:.6em;
}
.p-related_list {
  flex-direction: column;
}
.p-related_list > li {
  width:100%;
  margin:0 0 .5em 0;
  font-size: .8em;
}
.p-case {
  padding:18px;
}
.p-case_title {
  font-size:16px;
}
.p-case_list {
  background-size:8px;
  margin-left:-18px;
  margin-right:-18px;
}
.p-case_list li {
  width:47%;
}
.p-case_list li img {
  display:block;
  margin:0 auto .5em;
}
.p-case_comment {
  background-color: white;
  border:1px solid #DDD;
  border-radius:10px;
  padding:1.5em;
}
}
/* --------------------------------------------------

hyal_btx chart

-------------------------------------------------- */
.p-hyal-btx-chart {
  margin-bottom:5em;
}
.p-hyal-btx-chart_title {
  font-size:28px;
  line-height: 1.5;
  margin-bottom:1em;
  text-align:center;
  color:#ae5da1;
  font-weight:600;
}
.p-hyal-btx-chart_box {
  display:flex;
  flex-direction: row;
}
.p-hyal-btx-chart_box-item {
  width:29.2%;
  margin-left:6.2%;
}
.p-hyal-btx-chart_box-item:nth-child(3n+1) {
  margin-left:0;
}
.p-hyal-btx_img {
  margin:0;
}
.p-hyal-btx_worry {
  display:flex;
  justify-content: space-between;
}
.p-hyal-btx_worry p {
  width:48.9%;
  margin:0;
}
.p-hyal-btx_worry p span {
  display:block;
  box-sizing: border-box;
  border:2px solid #dddddd;
  padding:1em;
  font-size:16px;
  line-height:1.5;
  min-height:110px;
}
.p-hyal-btx_worry p::before, .p-hyal-btx_worry p::after {
  content:"";
  display:block;
  height:47px;
  background:url("../menu_hyal_btx/img/chart_arrow.svg") no-repeat center top;
  background-size:contain;
  margin-bottom:2px;
  margin-top:-10px;
}
.p-hyal-btx_button {
  display:flex;
  justify-content: space-between;
}
.p-hyal-btx_button a {
  display:block;
  position: relative;
  width:48.9%;
  margin:0;
  text-decoration:none;
  color:white;
  font-size:16px;
  line-height:1.5;
  text-align:center;
  border-radius:6px;
  background-color:#ae5da1;
  padding:1em 1em 2.3em;
  box-sizing:border-box;
}
.p-hyal-btx_button a .fa {
  display:block;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:.7em;
}
@media (max-width: 768px) {
.p-hyal-btx-chart {
  width:90%;
  margin:auto;
}
.p-hyal-btx-chart_title {
  font-size:16px;
}
.p-hyal-btx-chart_box {
  flex-direction: column;
}
.p-hyal-btx-chart_box-item {
  width:100%;
  margin-left:0;
  margin-bottom:3em;
}
.p-hyal-btx_img {
  width:74.6%;
  margin:0 auto;
}
.p-hyal-btx_worry p {
}
.p-hyal-btx_worry p span {
  font-size:13px;
  min-height:calc(100% - 70px);
}
.p-hyal-btx_worry p::before, .p-hyal-btx_worry p::after {
  position: relative;
  z-index: 1;
  height:46px;
  margin-bottom:3px;
  margin-top:-10px;
}
.p-hyal-btx_button a {
  font-size:13px;
}

.scroll-table {
  overflow: scroll;

}
.u-table-btx {
   /* max-width: 600px;*/
    border: 1px solid #ddd;
}
.u-table-btx th {
    max-width: 150px;
    white-space: nowrap;
}
.sp {
        display: block;
    }
}
/*20220627*/
.ptosis-list {
  display:flex;
}
.ptosis-list_photo {
  width:44.4444%;
  margin:0 4% 1em 0;
}
.ptosis-list_text {
  flex:1;
}
.ptosis-list_title {
  display:block;
  color:#2d8d5f;
  font-weight:600;
  margin-bottom:.5em;
  font-size:1.125em;
}
.movie-center {
  position:relative;
  width:560px;
  padding-top:315px;
  margin:auto;
}
.movie-center iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

@media (max-width: 768px) {
.ptosis-list {
  flex-direction: column;
}
.ptosis-list_photo {
  width:90%;
  margin:0 auto;
  order:2;
}
.ptosis-list_text {
  order:1;
  margin-bottom:1em;
}
.ptosis-list_title {
  font-size:1.125em;
}
.movie-center {
  width:100%;
  padding-top:56.25%;
}

}
/* --------------------------------------------------

ptosis_young

-------------------------------------------------- */
/*small*/
.check_box_small {
  width:900px;
  margin:0 auto 3em;
  background-color:#FFF;
  border-radius:10px;
  box-shadow:0 1px 6px 0 rgba(0,0,0,.15);
}
.check_box_small > ul {
  display:flex;
  flex-wrap:wrap;
  padding:40px;
}
.check_box_small > ul > li {
  display:flex;
  flex-wrap:wrap;
  width:48%;
  margin:0 0 1em 4%;
  padding-left:36px;
  font-size:16px;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
.check_box_small > ul > li:nth-child(2n+1) {
  margin-left:0;
}
.check_box_small > ul > li::before {
  display:block;
  content:"";
  width:28px;
  height:24px;
  background: url("/img/ico_check.png") no-repeat center center;
  background-size:contain;
  position: absolute;
  left:0;
}

 @media (max-width: 768px) {
/*small*/
.check_box_small {
  width:90%;
  border-radius:5px;
  margin-bottom:3em;
  box-shadow:0 1px 3px 0 rgba(0,0,0,.15);
}
.check_box_small > ul {
  padding:5.4%;
}
.check_box_small > ul > li {
  width:auto;
  margin:0 0 1em 0;
  padding-left:30px;
  font-size:13px;
}
.check_box_small > ul > li::before {
  width:18px;
  height:16px;
}
.check_box_self {
  font-size:14px;
}
}