@charset "UTF-8";

article .mb50{
	margin-bottom: 50px;
}

article .mt60{
	margin-top: 60px;
}

article .mt70{
	margin-top: 70px;
}

.flex_box {
    display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
}

.yw_line{
	background: linear-gradient(transparent 60%,#ffcf48 60%);
}

.img_box{
	margin-top: 30px;
}

.img_box img{
	width: 150px;
	border: 1px solid #dadada;
}

.img_box a{
	border-bottom: 2px solid #9d9d9d;
}

.img_box p{
	text-align: center;
}



.features_area{
	display: flex;
	margin-bottom: 20px;
}

.features_box{
	width: 48%;
	border:3px solid #ff5411;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	padding: 20px;
}

.features_box:first-child{
	margin-right: auto;
}

.features_text{
	display: flex;
	flex-flow: column;
	width: 55%;
	margin-left: auto;
}

.features_head{
	font-weight: bold;
	font-size: 24px;
}

.features_explain{
	height: 80%;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.target_area{
	width: 95%;
	margin: 0 auto;
	display: flex;
	border: 5px solid #ff5411;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
}

.target_area ul li{
	list-style-type: disc;
	margin-left: 40px;
	font-size: 16px;
}

.ta_head{
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
}

.ta_left{
	margin-right: 150px;
}

.scr_hei01{
	width: 520px;
	border: 1px solid #034c53;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	margin-right: auto;
}

.ttl_typeA{
	height: 120px;
	background: #034c53;
	color: #fefefe;
	font-weight: bold;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cl_box_typeA{
	padding: 30px 60px;
}

.scr_hei02{
	width: 520px;
	border: 1px solid #129a90;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}

.ttl_typeB{
	height: 120px;
	background: #129a90;
	color: #fefefe;
	font-weight: bold;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cl_box_typeB{
	padding: 30px 60px;
}

.info_area{
	width: 95%;
	margin: 0 auto;
	border: 5px solid #ff5411;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
}

.info_area h4{
	font-size: 24px;
	font-weight: bold;
	color: #ff5411;
	text-align: center;
}

.info_area ul{
	font-size: 18px;
	font-weight: bold;
	margin: 30px 40px;
}

.info_area ul li{
	display: flex;
	margin-bottom: 10px;
}

.info_area ul li::before{
	content: "●";
	color: #f99428;
	font-size: 16px;
	margin-right: 8px;
	margin-top: 2px;
}

.apply_box{
	box-sizing: border-box;
	border: 3px solid #ff5411;
	padding: 25px 20px;
	width: 95%;
	margin: 0 auto 40px;
}

.applyNumber{
	width: 140px;
	height: 55px;
	color: #fefefe;
	background: #ff5411;
	padding: 16px auto;
	font-size: 24px;
	font-weight: bold;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto 0;
}

.applyPic{
	width: 300px;
	margin: 0 40px 0 100px;
}

.applyText{
	width: 400px;
}

.btn_agreement a{
	display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  width: 70%;
  color: #fefefe;
  font-size: 30px;
  font-weight: bold;
	background: #008742;
  border-radius: 20px;
	box-sizing: border-box;

}

.btn_agreement a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fefefe;
  border-right: 3px solid #fefefe;
  transform: rotate(45deg);
	margin-left: 10px;
}

.btn_agreement a:hover{
	color: #06202B;
	text-decoration: none;
	background: #79D7BE;
}

.btn_agreement a:hover::after{
	border-top: 3px solid #06202B;
  border-right: 3px solid #06202B;
}

.ta_all{
	display: flex;
	flex-wrap: wrap;
	width: 1040px;
	margin: 0 auto;
}

.img_box_list{
	margin-top: 20px;
	margin-right: 28px;
}

.img_box_list:nth-child(6){
	margin-right: 0;
}

.img_box_list img{
	width: 150px;
	border: 1px solid #dadada;
	box-sizing: border-box;
}

.img_box_list a{
	border-bottom: 2px solid #9d9d9d;
}

.img_box_list p{
	text-align: center;
}

.icon-pdf{
	color: #fefefe;
	background: #0065F8;
	border-radius: 10px;
	font-size: 10px;
	padding: 1px 5px;
	margin-left: 5px;
	display: inline-flex;
	vertical-align: middle;
}

/* パソコンで見たときは"pc"のclassがついた部分が表示される */
.nakaPC { display: block !important; }
.nakaSP { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた部分が表示される */
@media only screen and (max-width: 480px) {
    .nakaPC { display: none !important; }
    .nakaSP {	display: block !important;}
}


@media screen and (max-width: 480px) {
	.wi1080 {
    width: 100%;
    margin: 0 auto;
		
	}

	article .item_ttl02{
		width: 100%;
	}

	article .item_ttl02::after{
		background-size: 100%;
	}

	.p_lr_10{
		padding: 0 10px;
		box-sizing: border-box;
	}

	.features_area{
		display: block;
		padding: 0 10px;
	}

	.features_box{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.features_text{
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.features_explain{
		display: block;
		height: auto;
	}

	.sp_features{
		text-align: left;
	}

	.lead{
		width: 90%;
		margin: 30px auto 20px;
	}

	.target_area{
		display: block;
		width: 100%;
	}

	.ta_left,.ta_right{
		margin: 0;
	}

	.ta_left p.ta_head:first-child{
		margin: 0;
	}

	.scr_hei01{
		width: 100%;
		margin: 0 auto 20px;
	}

	.cl_box_typeA,.cl_box_typeB{
		padding: 20px;
	}

	.scr_hei02{
		width: 100%;
		margin: 0 auto;
	}

	.info_area{
		padding: 20px 5px;
		width: 100%;
	}

	.info_area ul{
		margin: 20px;
	}

	.apply_box{
		display: block;
		width: 100%;
	}

	.applyPic{
		width: 100%;
		margin: 20px auto;
	}

	.applyText{
		width: 100%;
	}

	.btn_agreement a{
		font-size: 24px;
		width: 95%;
		border-radius: 15px;
	}

	.ta_all{
		width: 90%;
		justify-content: space-between;
	}

	.img_box_list{
		margin: 0 0 30px 0;
	}

	.features_box img{
			width: 250px;
			height: auto;
		}

	.applyPic{
	width: 100%;
}
}