@charset "utf-8";
.tbSpace {
  margin-bottom: 24px !important;
}
#p2 .isWidth {
  width: 55%;
}
h7 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.1;
}
div.optionfm02{margin: 0 0 0 15px;}
div.optionCh1{
		padding: 3px 0 3px 0px;
		margin: 0;
		font-size: 16px;
}
div.optionCh1 span.icon{
	font-size: 13px;
	font-weight: bold;
	background-color: #F60;
	color: #FFF;
	padding: 2px 5px 5px 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}
div.optionCh1 span.title{font-weight: bold;}
div.optionCh2{
	width: 100px;
	font-weight: bold;
	background-color: #F7C7DD;
	padding: 2px 5px 1px 5px;
	text-align: center;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	
}
div.OPTitle{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00776a;
}
div.OPLead {
	top: 10px;
	font-size: 130%;
	font-weight: bold;
	line-height: 140%;
}
div.OPLead sup {
	vertical-align: super;
}
.grid1 {
  width: auto;
  overflow: hidden;
  list-style: none;
  margin: 0 1% 0;
  padding: 0;
}

.grid1 li {
  float: left;
  margin: 0 5% 0;
  padding: 0;
}

.OPTitle_bd {
/*  border:3px solid #00a199;
	border-radius:10px;*/
	padding-bottom:10px ;
}

.readtxt {
	font-size: 120%;
	font-weight: bold;
}

.title_case span {
	display: inline-block;
	background: #E95532;
	border-radius: 17px;
	padding: 2px 15px 0;
	color: #fff;
	font-weight: bold;
}

.title_case.option1 span {
	background: #355497;
}

.title_case.option2 span {
	background: #0075c2;
}

.title_case.option3 span {
	background: #54c2f0;
}

.title_case.option4 span {
	background: #8fc322;
}

.title_case.option5 span {
	background: #f39800;
}

.title_case.option6 span {
	background: #b269a7;
}

.title_case.option7 span {
	background: #ea609e;
}

.title_case.option8 span {
	background: #26b7bc;
}

.title_case.option9 span {
	background: #2c917d;
}


.title_case p {
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
}

.illTitle {
	font-size: 160%;
}

.illTitle .title_1 {
	display: flex;
	align-items: center;
	vertical-align: center;
}

.illTitle .title_1 .sub {
	font-size: 70%;
	display: block;
}

.illTitle .title_1 p {
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 10px 18px 8px;
}

.illTitle .title_1.nyuin p {
	background: #E95532;
}

.illTitle .title_1.josei p {
	background: #e85f9d;
}

.illTitle .title_1 ul {
	font-size: 60%;
	margin-left: 10px !important;
}

.illTitle .title_1 ul li {
	background: #FACFA8;
	font-size: 110%;
	border-radius: 5px;
	padding: 1px 8px 0;
	margin-bottom: 5px;
}

.illTitle .title_1 ul li:last-child {
	margin-bottom: 0 !important;
}

.illTitle .title_1 sup {
	font-size: 50%;
	font-weight: normal;
	margin-left: 5px;
}

.txt_color {
	font-size: 130%;
	font-weight: bold;
}

.txt_color em {
	color: #E95532;
	font-size: 120%;
	font-weight: bold;
}

.txt_color2 em {
	color: #E95532;
	font-weight: bold;
}

.txt_color sup {
	font-size: 70%;
}

.txt_orange {
	color: #E95532;
}

.txt_bgorange {
	display: inline-block;
	padding: 5px 5px;
	margin: auto 5px;
	background: #ed6c00;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-indent: 0em!important;
}

.txt_bgorange.lightblue {
	background: #26b7bc;
}

.syusin_label2 {
	padding: 0px 5px;
	margin: auto 5px;
	display: inline-block;
	border: 1px solid #26b7bc;
	border-radius: 15px;
	background: #e2f2f3;
}

.syusin_label {
	text-indent: 0;
	font-weight: bold;
	font-size: 1.5rem;
	display: inline-block;
	background-color: #ed6c00;
	color: #fff;
	border-radius: 15px;
	padding: 0px 10px;
}

.syusin_label.grean {
	background: #8fc322;
}

.case_check {
	display: inline-block;
	border: 2px solid #E95532;
	border-radius: 5px;
	padding: 5px 10px 5px;
}

.case_check span {
	font-weight: bold;
    position: relative;
	display: inline-block;
	padding: 5px 0 0 80px;
}

.case_check span::before {
	content: url(/lineup/iryo/images/index/ico_check.svg);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2.5px;
}

.box_rei {
	padding: 30px 10px 10px;
	margin: 30px auto;
	background: #fff;
	border: 1px solid #595757;
	border-radius: 10px;
	position: relative;
}

.box_rei::before {
	content: "例";
	background: #E95532;
	color: #fff;
	font-weight: bold;
	padding: 2px 20px 0;
	border-radius: 20px;
	position: absolute;
	top: -15px;
	left: 20px;
}

.box_rei h5 {
	background: #FBDDC0;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.list_faq_1 {
	display: flex;
	flex-wrap: wrap;
}

.list_faq_1 li {
	margin-left: 0.5em!important;
    text-indent: -0.5em!important;
	margin-right: 20px;
}

/*option*/

.border-option1 {
	padding: 10px 10px 10px;
	background: #EEEFF8;
}

.border-option1 .bg_fff {
	background: #fff;
}

.border-option1 .bg_blue {
	background: #d7eefb;
	padding: 2px 10px;
	font-weight: bold;
	margin-right: 10px !important;
}

.txt_border {
	border: 1px solid #000;
	padding: 2px 10px !important;
}

.txt_bgcolor {
	background: #fcdec1;
	font-weight: bold;
	padding: 2px 10px !important;
}

.no_square li {
	margin-left: 1.5em!important;
    text-indent: -1.5em!important;
}

.no_square li mark {
	background: #b269a7;
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
}

.no_square.josei li mark {
	background: #ea609e;
}

.no_square.syusin li mark {
	background: #26b7bc;
}

.no_circle {
	margin-left: 1.5em!important;
    text-indent: -1.5em!important;
}

.no_circle mark {
	background: #26b7bc;
	padding: 2px 5px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
}

.list_box1 {
	border: 1px solid #000;
	padding: 2px 10px;
	display: flex;
	flex-wrap: wrap;
}

.list_box1 li {
	margin-right: 30px;
}

.col_box {
	display: flex;
	justify-content: space-between;
}

.col_box_center {
	align-items: center;
}

.col_box_center2 {
	justify-content: center;
}

.col_box_left {
	justify-content: flex-start;
}

.col_box_bottom {
	align-items: flex-end;
}

.col2 .col {
	width: 48%;
}

.col5 .col {
	width: 18%;
}
.col.mrs{
	margin-right:10px
}

.vaT {
	vertical-align: top;
}

.dis_in_blo {
	display: inline-block;
}

.ttl_option .dis_in_blo {
	margin-top: 5px;
}

@media screen and (max-width: 650px){
	.col_box {
		display: block;
	}

	.col_box.andsp {
		display: flex;
	}

	.col {
		margin-bottom: 20px;
	}
	
	.col2 .col {
		width: auto;
	}
	.col.mrs{
		margin-right:0px
	}
}

.option.readtxt {
	font-size: 150%;
	font-weight: bold;
}

.ttl_option {
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	line-height: 3rem;
	padding: 10px 15px;
}
.ttl_option.option1 {
	background: #355497;
}

.ttl_option.option2 {
	background: #0075c2;
}

.ttl_option.option3 {
	background: #54c2f0;
}

.ttl_option.option4 {
	background: #8fc322;
}

.ttl_option.option5 {
	background: #f39800;
}

.ttl_option.option6 {
	background: #b269a7;
}

.ttl_option.option7 {
	background: #ea609e;
}

.ttl_option.option8 {
	background: #26b7bc;
}

.ttl_option .ttl_option_sub {
	font-size: 70%;
	margin: auto 10px;
}

.ttl_option .ttl_option_tag {
	display: inline-block;
	color: #000;
	font-size: 60%;
	background: #fff;
	border-radius: 20px;
	padding: 5px 10px;
	vertical-align: top;
	line-height: 1.7rem;
	text-align: center;
	vertical-align: middle;
}

.ttl_option .ttl_option_subtxt {
	display: inline-block;
    font-weight: normal;
    font-size: 1.4rem;
}

@media screen and (max-width: 650px){
	.ttl_option {
		font-size: 18px;
	}

	.ttl_option .ttl_option_sub {
		font-size: 80%;
	}
	
	.ttl_option .ttl_option_tag {
		font-size: 70%;
	}

}

/* sample */

.color_circle {
	display: flex;
	flex-wrap: wrap;
}

.color_circle li {
	display: inline-block;
	margin-right: 20px;
}

.color_circle li mark {
	background: #FFF;
	margin-right: 5px;
}

.color_circle li .orange {
	color: #EA5431;
}

.color_circle li .blue {
	color: #355497;
}

.color_circle li .grean {
	color: #8EC321;
}

.color_circle li .purple {
	color: #B168A7;
}

@media screen and (max-width: 650px){
	.illTitle .title_1 ul li {
		font-size: 160%;
	}	

	.illTitle .title_1 ul li {
		font-size: 110%;
	}
	
}

#main .flame .note_box h4.normal {
    position: relative;
    padding: 3px 10px 3px 50px;
}

/* modal */

.modal_btn , .modal_btn2 {
	margin-bottom: 10px;
	margin-right: 20px;
	display: inline-block;
}
.modal_btn2 {
	display: block;
}
.modal_btn a , .modal_btn2 a {
	font-weight: bold;
	color: #000;
}

.modal_btn a::before {
	content: "?";
	width: 1.5em;
	line-height: 1.5;
	display: inline-block;
	border-radius: 20px;
	margin-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #dc286f;
	background: linear-gradient(to bottom, #dc286f 0%, #e76f9e 100%);
	text-decoration: none !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc286f', endColorstr='#e76f9e', GradientType=0 );
}

.modal_btn2 a::before {
	content: "注1";
	line-height: 1.5;
	display: inline-block;
	border-radius: 2px;
	padding: 0 3px;
	font-weight: normal;
	margin-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	background: #ed6d00;
	text-decoration: none;
}

.modal_btn a:hover , .modal_btn2 a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
.modal_btn a:hover::before {
	text-decoration: none !important;
}

.modal_item {
	display: none;
}

.modal_item_inner {
	font-size: 120%;
}

.modal_item_inner h5.normal {
	border-left: solid 4px #929173;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.1;
}

@media screen and (max-width: 650px){
	.linkImg {
		margin-bottom: 30px;
	}
.linkImg .link01 {top: 37px;left: 4%;width: 23%;height: 127px;}	
.linkImg .link02 {top: 37px;left: 36%;width: 13%;height: 61px;}
.linkImg .link03 {top: 37px;left: 51%;width: 13%;height: 61px;}
.linkImg .link04 {top: 37px;left: 67%;width: 13%;height: 61px;}
.linkImg .link05 {top: 37px;left: 82%;width: 13%;height: 61px;}
.linkImg .link06 {top: 106px;left: 36%;width: 13%;height: 61px;}
.linkImg .link07 {top: 106px;left: 51%;width: 13%;height: 61px;}
.linkImg .link08 {top: 106px;left: 67%;width: 13%;height: 61px;}
.linkImg .link09 {top: 106px;left: 82%;width: 13%;height: 61px;}
}

@media screen and (max-width: 600px){
	.linkImg {
		margin-bottom: 30px;
	}
	.linkImg .link01 { top: 10%; left: 5%; width: 90%; height: 15%; }
	.linkImg .link02 { top: 43%; left: 5%; width: 44%; height: 12%; }
	.linkImg .link03 { top: 43%; left: 51%; width: 44%; height: 12%; }
	.linkImg .link04 { top: 56%; left: 5%; width: 44%; height: 12%; }
	.linkImg .link05 { top: 56%; left: 51%; width: 44%; height: 12%; }
	.linkImg .link06 { top: 70%; left: 5%; width: 44%; height: 12%; }
	.linkImg .link07 { top: 70%; left: 51%; width: 44%; height: 12%; }
	.linkImg .link08 { top: 83%; left: 5%; width: 44%; height: 12%; }
	.linkImg .link09 { top: 83%; left: 51%; width: 44%; height: 12%; }
	.tbl_fs {font-size:50%;}

}

@media screen and (min-width: 961px){
	img.pcImg,
	img.tbImg {
		display: block !important;
	}
	img.pcImg.taC,
	img.tbImg.taC {
		display: block !important;
		margin: 0 auto;
	}
	img.pcImg.sample { display: block !important; }
	img.tbImg.sample { display: none !important; }
	img.spImg.sample { display: none !important; }
}

@media screen and (min-width: 601px) and (max-width: 960px){
	#p2 .isWidth {
		width: auto;
	}
	img.pcImg,
	img.tbImg {
		display: block !important;
	}
	img.pcImg.taC,
	img.tbImg.taC {
		display: block !important;
		margin: 0 auto;
	}
	img.pcImg.sample { display: none !important; }
	img.tbImg.sample { display: block !important; }
	img.spImg.sample { display: none !important; }
	.tbSpace,
	.tbSpace2 {
		margin-bottom: 24px !important;
	}
}

@media screen and (max-width: 600px){
	#p2 .isWidth {
		width: 100%;
	}
	.iryo .illTitle > span {
		display: block;
	}
	.iryo .illTitle > span:last-of-type {
		margin-top: 5px;
	}
	.tbSpace {
		margin-bottom: 5px !important;
	}
	.tbSpace2 {
		margin-bottom: 18px !important
	}
	.tbSpace3 {
		margin-bottom: 10px !important
	}
	img.pcImg,
	img.tbImg {
		display: none !important;
	}
	img.pcImg.sample { display: none !important; }
	img.tbImg.sample { display: none !important; }
	img.spImg.sample { display: block !important; }
}

.wrap_iryouhi{
	background-color: #f7c1a6;
	border-radius: 20px;
	text-align: center;
	padding: 20px;
	margin-bottom: 60px;
}

.wrap_iryouhi > div > img {
margin: auto;
}

@media screen and (max-width: 600px){
	.wrap_iryouhi{
		padding: 5px;
		border-radius: 5px;
	}
	
}

ul.list_01 > li {
	line-height: 1.0;
	position: relative;
	padding: 0px 0px 0px 16px;
}

ul.list_01 > li:before {
	position: absolute;
	top: 0.2rem;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-right-width: 8px;
	border-left: 8px solid #4fa396;
  }
  
  .txt_color3{
	background: #c3e7e0;
	display: inline-block;
	font-weight: 600;
	padding: 0px 10px;
	border-radius: 3px;
	color: #333;
  }
  