@charset "utf-8";
/* CSS Document */

.repeat_pconly{
	display: block;
}
.repeat_sponly{
	display: none;
}

.repeat_read-txt{
	font-size: 25px;
	color: #FF8D8D;
	text-align: center;
	margin: 50px 0 15px;
}
.repeat_yellow_box_p{
	background-color: #FFFBEB;
	margin: 50px 0 70px;
	padding: 80px 80px 10px; 
}
.repeat_kirakira-img{
	width: 120px;
	margin: 0 auto;
}
.repeat_subtitle{
	font-size: 40px;
	color: #5C5C5C;
	text-align: center;
	font-weight: normal;
	margin: 20px 0 60px;
}
.repeat_check-img{
	width: 45px;
	padding-top: 5px;
}
.repeat_yellow_box_txt{
	font-size: 26px;
	color: #5C5C5C;
	margin: 0 0 70px 35px;
	width: 470px;
}
.repeat_3step-img{
	width: 180px;
	margin: 13px auto 20px;
	
}
.repeat_flow_box{
	width: 100%;
	text-align: center;
	background-color: #FCEDEB;
	position: relative;
	padding: 50px 60px 85px;
	margin-bottom: 70px;
}
.repeat_flow_step-img{
	width: 85px;
	margin: 0 auto 25px;
	position: relative;
}
.repeat_flow_step-img::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;/*線の上下位置*/
	display: inline-block;
	width: 60px;/*線の長さ*/
	height: 3px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #F27979;/*線の色*/
}
.repeat_flow_title{
	color: #F27979;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 25px;
}
.repeat_flow_txt{
	font-size: 18px;
	color: #666666;
}
.repeat_border_p{
	position: relative;
	width: 710px;
	margin-bottom: 125px;
}
.repeat_border_left{
	width: 375px;
	height: 0;
	border-top: solid 5px #FFFFFF;
	transform: rotate(15deg);
	position: absolute;
	left: -70px;
	bottom: -40px;
}
.repeat_border_right{
	width: 375px;
	height: 0;
	border-top: solid 5px #FFFFFF;
	transform: rotate(-15deg);
	position: absolute;
	right: 46px;
	bottom: -40px;
}
.repeat_form_table{
	border: 1px solid gray; border-collapse: collapse;width:100%; table-layout: fixed;
}
.repeat_form_label{
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	background-color: #EEEEEE;
	padding-left: 10px;
}
.repeat_form_area{
	padding: 15px;
}
.repeat_form_name,.repeat_form_mail,.repeat_form_select{
	height:40px; 
	font-size:20px;	
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'sans-serif';
}

.repeat_form_name{
	width:150px;
}
.repeat_form_mail{
	width:300px;
}
.repeat_form_exp{
	font-size: 12px;
}
.repeat_form_select{
	padding-left: 10px;
}
.repeat_form_txt{
	min-width: 300px;
	min-height: 90px; 
	max-width:  500px; 
	max-height: 200px;
	font-size:16px;
}
.repeat_form_btn_area{
	display: flex;
	width: 340px;
	margin: 20px auto;
}
.repeat_form_submit-btn{
		   text-align:center;
		   padding: 15px 25px;
		   font-size: 15px;
           background: #EF6208;
           border:1px solid #ffffff;
		   color:#fff;
		   font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif,FontAwesome !important ;
	margin-right: 20px;
}
.repeat_form_reset-btn{
		   padding: 15px 25px;
		   font-size: 15px;
           background: #BDBDBD;
           border:1px solid #ffffff;
		   color:#fff;
		   font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif,FontAwesome !important ;
}
/*************************************************************/
/*************************************************************/
/*************************************************************/

@media only screen and (max-width: 950px) {

.repeat_pconly{
	display: none;
}
.repeat_sponly{
	display: block;
}
.repeat_read-txt{
	font-size: 4.4vw;
	margin: 9vw 0 4.6vw;
}
.repeat_yellow_box_p{
	margin: 9vw 0 13vw;
	padding: 12vw 12vw 3.5vw; 
}
.repeat_kirakira-img{
	width: 17vw;
}
.repeat_subtitle{
	font-size: 5.8vw;
	margin: 3vw 0 8.5vw;
}
.repeat_check-img{
	width: 6.5vw;
	padding-top: 1vw;
}
.repeat_yellow_box_txt{
	font-size: 3.7vw;
	margin: 0 0 10vw 5vw;
	width: 64.5vw;
}
.repeat_3step-img{
	width: 26.5vw;
	margin: 1.5vw auto 3vw;
}
.repeat_flow_box{
	width: 100%;
	text-align: center;
	background-color: #FCEDEB;
	position: relative;
	padding: 7.5vw 7.8vw 12vw;
}
.repeat_flow_step-img{
	width: 12vw;
	margin: 0 auto 4.5vw;
}
.repeat_flow_step-img::before{
	bottom: -1.8vw;/*線の上下位置*/
	width: 8.5vw;/*線の長さ*/
	height: 0.7vw;/*線の太さ*/
}
.repeat_flow_title{
	font-size: 3.3vw;
	margin-bottom: 3.7vw;
	font-weight: bold;
}
.repeat_flow_txt{
	font-size: 2.7vw;
}
.repeat_border_p{
	width: 100%;
	margin-bottom: 17vw;
}
.repeat_border_left{
	width: 52vw;
	height: 0;
	border-top: solid 1.16vw #FFFFFF;
	transform: rotate(15deg);
	position: absolute;
	left: -8.5vw;
	bottom: -5.5vw;
}
.repeat_border_right{
	width: 52vw;
	height: 0;
	border-top: solid 1.16vw #FFFFFF;
	transform: rotate(-15deg);
	position: absolute;
	right: -8.5vw;
	bottom: -5.5vw;
}
.repeat_form_label{
	font-size: 3.7vw;
	line-height: 4.7vw;
	height: 4.7vw;
	padding-left: 2.6vw;
}
.repeat_form_area{
	padding: 3.5vw;
}
.repeat_form_name,.repeat_form_mail,.repeat_form_select{
	height: 9vw; 
	font-size: 4.3vw;	
}
.repeat_form_name{
	width: 35vw;
}
.repeat_form_mail{
	width: 70vw;
}
.repeat_form_exp{
	font-size: 2.8vw;
}
.repeat_form_select{
	padding-left: 2.3vw;
}
.repeat_form_txt{
	min-width: 70vw;
	min-height: 20vw; 
	max-width:  95%; 
	max-height: 45vw;
	font-size: 3.7vw;
}
.repeat_form_btn_area{
	width: 68vw;
	margin: 4.7vw auto;
}
.repeat_form_submit-btn{
		   padding: 3.5vw 5.8vw;
		   font-size: 3.5vw;
	margin-right: 4.7vw;
}
.repeat_form_reset-btn{
		   padding: 3.5vw 5.8vw;
		   font-size: 3.5vw;
}

	
	
	
}