@charset "utf-8";

.rep_wrap{
	background: #e97132;
	padding: 4vw 2vw;
}
.rep_whitebg{
	background: #fff;
	border-radius: 20px;
	padding: 4vw;
	margin-bottom: 40px;
}
.whitebg_first{
	border-radius: 30px;
}
.tit_a01{
	margin-bottom: 10px;
}
.img_a01{
	margin-right: 1%;
	margin-left: 5%;
}
.img_a01 p{
	text-align: right;
	margin-right: 17px;
}
.tit_a02{
	width: 44%;
	margin: 0 auto;
}
.seca_txt01{
	text-align: left!important;
}
.img_a02{
	width: 94%;
	margin: 0 auto 20px;
}
.seca_linebox{
	border: 2px #e97132 dotted;
	border-radius: 20px;
	padding: 20px 10px 10px;
	margin-bottom: 20px;
}
.seca_tit03{
	margin: 0 auto 15px;
}
.seca_size {
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.seca_size span{
	background: #707070;
	color: #fff;
	font-weight: bold;
	border-radius: 15px;
	padding: 1px 0;
	width: 26%;
	text-align: center;
	font-size: 0.93rem;
}
.seca_size p{
	width: 72%;
	margin-left: 2%;
	font-size: 0.9rem;
}
.seca_tit04{
	margin: 0 auto 10px;
}
.idx_pluBox{
	border: 1px #E97131 solid;
	padding: 10px 45px 10px 10px;
	display: block;
	position: relative;
	cursor: pointer;
}
.ui_open_box {
   display: none;
}
.idx_pluBox::after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
	vertical-align: middle;
	display: inline-block;
	background-image: url(../img/idx_mark_plus.jpg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}
.idx_pluBox.is_on::after {
	background-image: url(../img/idx_mark_minus.jpg);
	background-size: 20px auto;
}
.img_mod_a01{
	margin: 0 auto 20px;
}
.up_openbox{
	padding: 8vw 4vw;
}
.mod_line_black{
	border: 1px #707070 solid;
	padding: 5px 0 2px;
	font-size: 0.75rem;
	padding: 3px 6px;
	line-height: 1.4;
}
.mod_line_red{
	border: 1px #F80E0E solid;
	color: #F80E0E!important;
	font-weight: bold;
	font-size: 0.75rem;
	padding: 3px 15px 3px 6px;
	position: relative;
	display: block;
	text-decoration: none!important;
	line-height: 1.6;
}
.mod_line_red a{
	border-color: #F80E0E;
	color: #F80E0E!important;
}
.span_underline{
	text-decoration: underline;
}
.flow_flex{
	justify-content: flex-start;
	flex-wrap: wrap;
}
.item_flow{
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 25px;
}
.item_flow::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: none;
	border-style: solid;
	border-color: #bfc7ca transparent transparent transparent;
	border-width: 18px 18px 0 18px;
	transform: translateX(-50%) rotate(0deg);
}
.item_flow:last-child{
	margin-bottom: 0;
}
.item_flow.no_arrow::after{
	border: none;
}
.item_txt{
	margin-left: 1.8em;
	text-indent: -1.8em;
	line-height: 1.2;
}
.item_txt span{ 
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: #e97132;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
	margin-left: 0;
	text-indent: 0;
	line-height: 22px;
}
.item_mtxt{
	margin-top: -58px;
}
.link_blue{
	color: #11567B!important;
}
.mod_a_note01{
	font-size: 0.75rem;
}
.mod_redbox{
	border: 2px #bcbcbc solid;
	padding: 10px 10px;
	margin-bottom: 10px;
}
.mod_tit_redbox{
	color: #F80E0E;
	font-weight: bold;
	border-bottom: 1px #F80E0E solid;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 0.875rem;
}
.mod_inner{
	padding: 0 ;
	font-size: 0.75rem;
}
.mod_set_in {
	margin-bottom: 10px;
}
.mod_set_in strong{
	color: #F80E0E;
}
.mod_set_in ul{
	padding-left: 25px;
}
.mod_set_in a{
	color: #c02!important;
}
.mod_set_flex{
	justify-content: flex-start;
}
.mod_b_col01{
	width: 70%;
}
.mod_b_col02{
	width: 30%;
}
.tit_b01{
	margin: 0 auto 20px;
}
.secb_flex01{
	margin: 0 2%;
}
.secb_col01{
	margin-right: 25%;
	position: relative;
	align-items: center;
	padding-bottom: 40px;
	margin-bottom: 10px;
}
.secb_col01::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 19%;
	width: 28px;
	height: 28px;
	background: url(../img/ico_b01.jpg) no-repeat;
	background-size: 100%;
}
.secb_img01{
	width: 57%;
}
.secb_linetit{
	border: 1px #707070 solid;
	font-size: 0.875rem;
	padding: 0 5px 1px;
	line-height: 1.3;
	display: inline-block;
	text-align: center;
}
.secb_col02{
	margin-left: 5%;
}
.secb_note01{
	margin-right: 5%;
	margin-top: -20px;
	margin-bottom: 5px;
}
.secb_col02 .secb_linetit{
	width: 49%;
	padding-right: 0;
	padding-left: 7px;
	margin: 0 auto 10px;
	display: block;
}
.secb_col03{
	width: 49%;
}
.secb_img02{
	margin: 0 4%;
}
.secb_col04{
	width: 49%;
}
.secb_txt01 {
	font-size: 0.75rem;
}
.secb_txt01 a{
	color: #11567B;
}
.secb_new{
	justify-content: flex-end;
	border-bottom: 1px #68b1d4 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.secb_col05{
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}
.secb_img04{
	width: 48%;
	margin: 0 auto;
}
.secb_col05::after{
	content: "";
	position: absolute;
	top: 0;
	left: 46%;
	width: 35px;
	height: 25px;
	background: url(../img/ico_b02.jpg) no-repeat;
	background-size: 100%;
}
.tit_b02{
	margin: 0 auto 10px;
}
.secb_img05{
	margin: 0 7% 25px;
}
.tit_b03{
	margin: 0 auto 10px;
}
.mod_cbox01 {
	margin-bottom: 30px;
}
.mod_cbox01 .item_flow::after{
	bottom: -2%;
}
.mod_cbox01 .item_flow{
	margin-bottom: 20px;
}
.mod_cbox01 .mod_cbox01_02.item_flow{
	margin-bottom: 20px!important;
}
.mod_d_box01{
	display: flex;
	flex-direction: row-reverse;
}
.mod_note01{
	text-align: right;
}
.item_mt01{
	margin-top: -18px;
}
.item_mt02{
	margin-top: -54px;
}
.mod_c_col01{
	align-items: center;
}
.mod_c_col02{
	margin-right: 0;
	margin-bottom: 0;
}
.secb_img09{
	margin: 0 10%;
}
.mod_c_note01{
	margin-right: 10%;
}
.modc_sec01{
	position: relative;
	padding-right: 80px;
	align-items: center;
	padding-bottom: 45px;
	margin-bottom: 15px;
}
.modc_sec01::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	background: url(../img/ico_b01.jpg) no-repeat;
	background-size: 100%;
	transform: translateX(-50%) rotate(0deg);
}
.modc_sec01 .secb_linetit{
	width: 35%;
	font-size: 0.875rem;
	padding: 2px 0;
	text-align: center;
	margin-bottom: 0;
}
.secb_img06{
	width: 56.5%;
}
.modc_sec02 .secb_linetit{
	width: 46%;
	margin: 0 auto;
	display: block;
	font-size: 0.875rem;
	padding: 2px 0 2px 6px;
	text-align: center;
	margin-bottom: 10px;
}
.modc_list li{
	width: 49.5%;
}
.modc_list li p{
	font-size: 0.75rem;
}
.modc_list li p a{
	color: #11567B;
}
.secb_img07{
	width: 86%;
	margin: 0 auto 10px;
}
.secb_img08{
	width: 100%;
	margin: 0 auto 7px;
}
.mod_c_col02::after{
	border: none;
}
.img_mod_d01{
	margin: 0 auto;
}
.item_mt03{
	margin-top: -19px;
}
.secc_note01{
	margin-bottom: 20px;
	text-align: left!important;
}
.item_flow.mod_dbox01_02{
	padding-bottom: 0;
	margin-bottom: 10px!important;
}
.mod_dbox01_02.item_flow::after{
	border: none;
}
.secc_box01{
	border: 1px #707070 solid;
	padding: 10px;
	margin-bottom: 50px;
	position: relative;
}
.secc_box01::after {
	content: "";
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 0;
	height: 0;
	border: none;
	border-style: solid;
	border-color: #bfc7ca transparent transparent transparent;
	border-width: 18px 18px 0 18px;
	transform: translateX(-50%) rotate(0deg);
}
.mod_dbox01 .fea_flex{
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.item_mt04{
	margin-top: -20px;
}
.secc_list{
	justify-content: center!important;
}
.secc_list li{
	width: 34%;
	text-align: center;
}
.secc_list li:first-child{
	margin-right: 30px;
}
.secc_list li img{
	max-width: 60px;
	margin-bottom: 20px;
}
.secc_list li p{
	font-size: 0.75rem;
}
.secc_box02 p{
	font-size: 0.75rem;
	margin-right: -7px;
}
.secc_img02{
	width: 35%;
	margin-top: 5px;
	margin-left: auto;
}
.secc_box02 a{
	color: #11567B;
}
.blue_line{
	border-color: #48baf6;
}
.secd_link{
	width: 100%;
	font-size: 0.875rem;
	color: #F80E0E!important;
	font-weight: bold;
	background: #fff;
	border: 2px #f80e0f solid;
	padding: 10px 0 10px;
	text-align: center;
	display: block;
	text-decoration: none!important;
	position: relative;
	margin-bottom: 30px;
}
.secd_link::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.secd_list{
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	padding: 20px 0;
	margin-bottom: 20px;
	color: #fff;
}
.secd_list li{
	font-size: 0.875rem;
	color: #fff;
}
.secd_list li span{
	border-color: #fff;
}
.sece_box {
	margin-bottom: 60px;
}
.sece_box h4{
	background: #d7e4ec;
	padding: 10px 0 5px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
	color: #707070;
}
.sece_list{
	border: 2px #d7e4ec solid;
	background: #fff;
	padding: 12px 0;
	justify-content: center;
}
.sece_list li{
	width: 40%;
	margin: 0 20px;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.sece_list li a{
	background: #F8AF07;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 10px 0;
	text-decoration: none!important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	line-height: 1.4;
	font-size: 0.875rem;
}
.sece_list li a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 6%;
	width: 10px;
	height: 10px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.rep_text_rline a{
	color: #fff;
	text-decoration: underline;
}
.thmbBox {
	display: block;
	position: relative;
}
.thmbBox:after {
	content: '';
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	width: 70px;
	height: 70px;
	background: url(/ih/img/v03/arr_youtube.png);
	background-size: 100%;
	pointer-events: none;
}
.lp_btn_ih{
	font-size: 1.1rem;
	text-align: center;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 10px;
	color: #333!important;
	text-decoration: none!important;
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: 1.4;
	background: #fff;
}
.lp_btn_ih::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.btn_feature{
	position: relative;
	width: 100%;
	margin: 10px auto 40px;
	display: block;
	background: #fdf9c6;
	border-radius: 45px;
	color: #e97132!important;
	text-decoration: none!important;
	font-size: 1.3rem;
	line-height: 1.5;;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	box-shadow: 5px 5px 4px rgba(146,110,90,1);
}
.btn_feature::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.btn_feature span{
	border-color: #e97132;
	margin: 0 3px;
}