@charset "UTF-8";
.bx_img{
	margin: 0px auto 40px;
}
.bx_img.mb60{
	margin-bottom: 60px;
}
.bx_pat{
	margin: 0 auto 60px;
	padding: 0 1em;
	color: #fafcff;
	text-align: center;
}
.bx_pat img{
	margin-bottom: 10px;
}
.bx_pat img+.red2{
	color: #ff8d77;
	margin-bottom: 60px;
}

.box1 {
	margin: 60px auto;
	padding: 40px 0px 20px;
	max-width: 800px;
	background: #ece5de;
	border: 1px solid #fffaf6;
	box-shadow: 0px 0px 10px 0px rgb(152,145,136,0.9);
}
.box1 p {
	margin: 0px auto 20px;
	padding: 0 40px;
}

/* 実績 */
table{
	width: 100%;
	max-width: 800px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto 10px;
	line-height: 1.6;
/*	background: #fff;*/
	font-size: 18px;
	text-align: center;
	color: #fafcff;
}
.res1{
	box-shadow: 0px 0px 10px 0px rgb(11,13,38,0.9);
	border: 1px solid rgb(11,13,38,0.5);
}
.res1 th,
.res1 td{
	padding: 10px;
	background: rgba(0,57,174,0.8);
}
.res1 th{
	background: rgba(3,9,38,0.5);
	color: #fafcff;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 16px;
	padding: 10px;
}
.res1 tr{
	border-bottom: 1px solid #9aa3d9;
}
.res1 tr:first-child,
.res1 tr:last-child{
	border-bottom: none;
}

.res1 .date{
	background: #d2f0ff;
	color: #007da5;
	font-size: .8em;
}
.res1 td:last-child{
	text-align: right;
}
.res1 .hit{
	color: #ff8d77;
	font-weight: 600;
	font-size: 1.4em;
}
.res1 .nonhit{
	color: #b7b7b7;
}
.res1 .res_img{
	padding-top: 20px;
}
.res1 .odds{
	text-align: right;
	color: #ff2900;
	font-weight: 600;
	font-size: 1.4em;
}
.res1+.red2{
	color: #ff8d77;
	margin-bottom: 60px;
}

.list1{
	margin: 60px auto;
	padding: 30px 40px 20px;
	max-width: 800px;
	background: #272937;
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
	color: #f4f4f4;
	font-weight: 600;
	font-size: 1.2em;
}
.list1 li{
	list-style: none;
	position: relative;
	padding-left: 40px;
	padding-bottom: 10px;
}
.list1 li:before{
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ff8585;
}
.list1 li:after{
	content: "";
	position: absolute;
	top: .3em;
	left: 10px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 10px;
	height: 20px;
	border-right: 4px solid #ff8585;
	border-bottom: 4px solid #ff8585;
}
.list1 li:not(:last-child){
	border-bottom: 1px dashed #e28585;
	margin-bottom: 20px;
}

.list2{
	margin: 60px auto;
	padding: 30px 40px 20px;
	max-width: 800px;
	background: #272937;
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
	color: #f4f4f4;
	font-weight: 600;
	font-size: 1.2em;
}
.list2 li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
}
.list2 li:before{
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #e28585;
	border-right: 0;
}
.list2 li:not(:last-child){
	border-bottom: 1px dashed #e28585;
	margin-bottom: 20px;
}

.list3{
	margin: 60px auto;
	max-width: 800px;
	color: #f4f4f4;
	font-weight: 600;
	font-size: 1.2em;
}
.list3 li{
	list-style: none;
	margin-bottom: 5px;
	padding: .5em .7em;
	border-left: 10px solid #e28585;
	background-color: #272937;
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
}

.list4{
	margin: 60px auto;
	padding: 30px 40px 20px;
	max-width: 800px;
	background: #ece5de;
	box-shadow: 0px 0px 3px 0px rgb(152,145,136,0.9);
	font-weight: 600;
	font-size: 1.2em;
	border: 1px solid #fffaf6;
}
.list4 li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 1.4;
}
.list4 li:before,
.list4 li:after{
	content: "";
	position: absolute;
	top: .2em;
	left: 10px;
	width: 4px;
	height: 20px;
	background: #272937;
}
.list4 li:before{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.list4 li:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.list4 li:not(:last-child){
	border-bottom: 1px dashed #272937;
	margin-bottom: 20px;
}

.box2 {
	margin: 60px auto;
	padding: 40px 0px 20px;
	max-width: 800px;
	background: #ece5de;
	border: 1px solid #fffaf6;
/*	box-shadow: 0px 0px 10px 0px rgb(152,145,136,0.9);*/
	font-size: .8em;
}
.box2 p {
	margin: 0px auto 20px;
	padding: 0 40px;
	
}
.box3 {
	margin: 60px auto;
	padding: 40px 0px 20px;
	max-width: 800px;
	background: #ffeeed;
	border: 1px solid #fffaf6;
	box-shadow: 0px 0px 10px 0px rgb(152,145,136,0.9);
	background-image: repeating-linear-gradient(0deg, #d02e08, #d02e08 10px, transparent 10px, transparent 20px, #d02e08 20px), repeating-linear-gradient(90deg, #d02e08, #d02e08 10px, transparent 10px, transparent 20px, #d02e08 20px), repeating-linear-gradient(180deg, #d02e08, #d02e08 10px, transparent 10px, transparent 20px, #d02e08 20px), repeating-linear-gradient(270deg, #d02e08, #d02e08 10px, transparent 10px, transparent 20px, #d02e08 20px);
	background-size: 3px 100%, 100% 3px, 3px 100% , 100% 3px;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
	background-repeat: no-repeat;
}
.box3 p {
/*	margin: 0px auto 20px;*/
	padding: 0 40px;
}
.box4 {
	margin: 60px auto;
	padding: 40px 0px 20px;
	max-width: 800px;
	background: #ffeeed;
	border: 1px solid #fffaf6;
	box-shadow: 0px 0px 10px 0px rgb(152,145,136,0.9);
	background-image: linear-gradient(transparent calc(100% - 1px), #e5e2dc 50%, #e5e2dc);
	background-size: 15px 15px;
	background-repeat: repeat;
	background-color: #f4f4f4;
}
.box4 p {
	margin: 0px auto 20px;
	padding: 0 40px;
}

/*.box5{
	margin: 60px auto;
	padding: 0 0px 20px;
	max-width: 800px;
	background: #ffeeed;
	border: 2px solid #272937;
	box-shadow: 0px 0px 10px 0px rgb(152,145,136,0.9);
}
.box5>span{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em 0;
	background: #272937;
	color: #f4f4f4;
	font-weight: 600;
	margin-bottom: 40px;
}
.box5 p {
	margin: 0px auto 20px;
	padding: 0 40px;
}*/
.box_toi{
	box-shadow: none;
	text-align: center;
	width: 60%;
}
.box_toi a{
	display: inline-block;
	margin:0 auto;
	padding: .9em 2em;
	border: 1px solid #272937;
	background-color: #272937;
	color: #f4f4f4;
	font-size: 1em;
	transition: all 0.3s;
}
.box_toi a:after{
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	margin-left: 10px;
	border-top: 2px solid #f4f4f4;
	border-right: 2px solid #f4f4f4;
	content: '';
	display: inline-block;
	vertical-align: .1em;
}
.box_toi a:link,
.box_toi a:visited{
	color: #f4f4f4;
}
.box_toi a:hover{
	top: 0;
	left: 0;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	color: #272937;
}
.box_toi a:hover:after{
	border-color: #272937;
	border-color: #272937;
}

/*.box2 {
	margin: 0 auto 80px;
	max-width: 800px;
}
.box2 >div {
	background: #e2e2e2;
	padding: 10px 20px;
	border: 6px double #fff;
	-webkit-flex: 0 1 310px;
		-moz-flex: 0 1 310px;
		-ms-flex: 0 1 310px;
		-o-flex: 0 1 310px;
		flex: 0 1 310px;
}
.box2 p{
	margin: 0;
	padding: 0;
}
.box2 p:not(:last-child):after{
	content: "、";
	display: inline-block;
}*/



/*.box3{
	padding: 30px;
	margin: 0px auto 40px;
	max-width: 800px;
	background: #ffe0e0;
	border: 6px double #ff4d4d;
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
}
.box3 p {
	margin: 0px auto;
	padding: 0;
}
.box3 p:not(:last-child){
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
}
.box3 .red{
	color: #ad002e;
	display: inline-block;
}
.box3 .blue{
	color: #005d9a;
	display: inline-block;
}*/

.benefit{
	padding: 40px 60px;
	margin: 0px auto 40px;
	/*max-width: 800px;*/
	/*background: #e6f9fa;*/
	letter-spacing: 2px;
	line-height: 1.8;
	border: 2px solid #ff4d4d;
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
}

.w95{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.form,
.info{
	color: #fff;
	font-size: 20px;
	text-align: center;
	background:
		/*url(../images/form_uma.png) bottom right no-repeat,*/
		url(../images/form_bg.png) center #1c191f;
	padding: 60px 0;
	margin: 0 auto;
	width: 100%;
}
.form form{
	max-width: 800px;
	margin: 0 auto;
}
.form form p {
	margin: 0px auto 30px;
	padding: 0px ;
	font-weight:bold;
	letter-spacing: 1px;
	line-height: 1.6;
}
#main .form_ttl,
#main .info_ttl{
	border-bottom: 1px dashed #dbf5f6;
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
}
.form form .red{
	color: #ff816f;
}

.form form input[type="text"] {
	font-size: 20px;
	padding: 15px;
	border: none;
	width: 500px;
}
label {
	cursor: pointer;
	cursor: hand;
	/*font-weight:normal;*/
	font-size: 2em;
	font-weight: 600;
}
.form .btn{
	cursor: pointer;
	cursor: hand;
}
.form .error{
	display: block;
	color: #ff8d77;
	font-weight: bold;
}
.form .end{
	font-size: 2em;
	color: #ff8d77;
	margin-bottom: 0;
}

.form ol{
	margin: 20px auto;
	max-width: 600px;
	font-weight: 600;
	color: #d02e08;
	font-size: 1.2em;
	line-height: 1.4;
}
.form ol li{
	display: inline-block;
	list-style: none;
	background: #ece5de;
	padding: 3px 20px;
	border: 1px solid #fffaf6;
}

.form ul{
	text-align: left;
	margin: 20px auto;
	font-weight: 600;
	color: #d02e08;
	font-size: 1.2em;
	line-height: 1.4;
	max-width: 770px;
}
.form ul li{
	list-style: none;
	background: #ece5de;
	padding: 10px 20px;
	border: 1px solid #fffaf6;
	margin-bottom: 10px;
}

.form .toku{
	margin: 0 auto;
	padding: 0;
	color: #111010;
	font-size: 1em;
}
.form .toku li{
	list-style: none;
	position: relative;
	padding: 0;
	padding-left: 30px;
	background: none;
	border: none;
}
.form .toku li:before{
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ff4d4d;
}
.form .toku li:after{
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 10px;
	height: 20px;
	border-right: 4px solid #ff4d4d;
	border-bottom: 4px solid #ff4d4d;
}
.form .toku li:not(:last-child){
	margin-bottom: 10px;
}
.form .toku li.view-before{
	border: none;
	background: #ffebeb;
}
.form .toku small{
	display: inline-block;

}
.price>div{
	padding: 0;
	position: relative;
	margin: 10px auto;
}
.price>div:not(:first-child){
	margin-top: 50px;
}
.price .bas{
	border: 3px solid #ebebea;
}
.price .sta{
	border: 3px solid #c3d8ff;
}
.price .pre{
	border: 3px solid #126aca;
}
.price .sta:before,
.price .pre:before{
	content: "\025bc  \025bc  \025bc";
	display: inline-block;
	color: #366cc9;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-45px);
	-webkit-transform: translate(-50%,-45px);
	-ms-transform: translate(-50%,-45px);
}
.price .tag{
	display: inline-block;
	line-height: 1;
	font-size: .9em;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	display: flex;
}
.price .bas .tag{
	background: #ebebea;
}
.price .sta .tag{
	background: #c3d8ff;
}
.price .pre .tag{
	background: #126aca;
	color: #fff16c;
}
.price .tag+div{
	text-align: center;
	padding: 10px 0;
}
.info .price .tag_super{
	top: -4px;
}
.price .bas>div span{
	position: relative;
}
.price .bas>div span:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 120%;
	height: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: none;
	top: 10px;
	left: -5px;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
}
@media screen and (max-width: 640px){
	.form ol li{
		display: flex;
		margin-bottom: 10px;
	}

}
textarea {
	font-size: 20px;
	padding: 15px;
	width: 100%;
	max-width: 800px;
	min-height: 200px;
	border: none;
}

.form .flex{
	background: none;
	/*width: 90%;*/
	max-width: 800px;
	margin: 0 auto 40px;
	line-height: 1.4;
}
#main .form .flex p{
	margin: 0;
	text-align: left;
	-webkit-flex: 1 0 30%;
	-moz-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	-o-flex: 0 1 30%;
	flex: 0 1 30%;
}
#main .form .flex p.fs10{
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 20px;
}
input:checked + span{
	text-shadow: 1px 0 10px rgb(18,106,202,1),
				 0 1px 10px rgb(18,106,202,1),
				 -1px 0 10px rgb(18,106,202,1),
				 0 -1px 10px rgb(18,106,202,1);
	position: relative;
}
input:checked + span:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 115%;
	height: 5px;
	left: -15%;
	bottom: -10px;
	background: rgb(18,106,202,1);
}

::placeholder {
	color: #a8a5a4;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
	color: #a8a5a4;
}
/* IE対応 */
:-ms-input-placeholder {
	color: #a8a5a4;
}

#main .info_ttl{
	max-width: 800px;
		margin: 0 auto 30px;
		letter-spacing: 10px;
}
.info{
	color: #111010;
	letter-spacing: 1px;
	margin: 0 auto 60px;
}
.info th,
.info td{
	padding: 10px 20px;
	border-bottom: 1px dashed #9d9d9d;
}
.info tr:last-child th,
.info tr:last-child td{
	border-bottom: none;
}
.info th{
	/*background: #1c1a20;*/
	background: #08478d;
	color: #fbe653;
	font-weight: 600;
	color: #f4f4f4;
	width: 20%;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: normal;
}
.info td{
	border-color: #bdb7b7;
	text-align: left;
	background: #f4f4f4;
}
.info .red{
	color: #ff816f;
}
.info tr.view-before{
	border: 5px solid #ff4d4d;
	position: relative;
}
.info tr.view-before th{
	font-weight: bold;
	color: #ff999e;
	
}
.info .tag_super{
	display: inline-block;
	background: #fee61e;
	color: #ff4d4d;
	line-height: 1;
	font-size: .9em;
	font-weight: bold;
	position: absolute;
	top: -8px;
	right: 10px;
	margin: 0;
	padding: 10px 0;
	width: 50px;
	text-align: center;
}
.info .tag_super:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 25px solid #fee61e;
	border-right: 25px solid #fee61e;
	border-bottom: 10px solid transparent;
}

.tag_early{
	background: #ff4d4d;
	display: inline-block;
	color: #f4f4f4;
	padding: 8px 15px;
	line-height: 1;
	border-radius: 3px;
	position: relative;
}
.tag_early:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	height: 0;
	width: 0;
	border: solid 8px transparent;
	border-top: solid 10px #ff4d4d;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);

}

/*.price>.flex:first-child{
	position: relative;
	margin-bottom: 30px;
}
.price>.flex:first-child:before{
	content: "";
	display: inline-block;
	width: 140px;
	height: 5px;
	background: rgba(255,77,51,0.6);
	position: absolute;
	top: 20px;
	left: 22%;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
}
.price>.flex:first-child:after{
	content: "\025bc  \025bc  \025bc";
	display: inline-block;
	color: #ff4d4d;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,40px);
	-webkit-transform: translate(-50%,40px);
	-ms-transform: translate(-50%,40px);
}
.price>.flex:last-child{
	margin-bottom: 0;
}
.price .tag{
	display: inline-block;
	background: #bdb7b7;
	border-radius: 2px;
	line-height: 1;
	padding: 4px 8px;
	font-size: 16px;
	position: relative;
	margin-right: 10px;
}
.price .tag:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #bdb7b7;
	top: 50%;
	right: 0;
	transform: translate(100%,-50%);
	-webkit-transform: translate(100%,-50%);
	-ms-transform: translate(100%,-50%);
}
.price .tag_ex{
	background: #ff4d4d;
	color: #fff;
	font-size: 24px;
}
.price .tag_ex:after{
	border-left-color: #ff4d4d;
}
.form4 .price>.flex:first-child:before,
.form4 .price>.flex:first-child:after{
	display: none;
}
*/



/*table tr:not(:last-child){
	border-bottom: 1px solid #2b9c0e;
}*/

button#cr_btn {
	margin: auto;
	position: relative;
	display: inline-block;
	padding: 15px 60px;
	text-decoration: none;
	color: #302f2d;
	background: #f5e224;
	background: linear-gradient(0deg, rgba(230,159,0,1) 0%, rgba(245,226,36,1) 50%, rgba(245,226,36,1) 100%);
	border-radius: 50px;
	box-shadow: 0px 0px 15px -5px #745100;
	border: 1px solid #745100;
	font-weight: 600;
	font-size: 24px;
	cursor: pointer;
	letter-spacing: 2px;
}

button#cr_btn:hover {
	background: #e69f00;
	color: #d31511;
	box-shadow: none;
}

@media screen and (max-width: 768px){
	html {width:130%;}
}

/* ƒXƒ}ƒz“K—pCSS */
@media screen and (max-width: 640px){
	.list1 li:before{
		top: 0.4em;
		width: 30px;
		height: 30px;
		border: 2px solid #ff8585;
	}
	.list1 li:after{
		top: 0.2em;
		width: 15px;
		height: 30px;
	}
	.list2 li:before{
		left: -10px;
		border: 15px solid transparent;
		border-left-color: #e28585;
		border-right: 0;
	}
	.list3{
		width: 95%;
	}
	.list4 li:before,
	.list4 li:after{
		width: 8px;
		height: 40px;
	}
	.res1{
		font-size: 24px;
		line-height: 1.2;
	}
	/*.res1 th,
	.res1 .date{
		font-size: 1em;
	}*/
	.res1 td:first-child{
		width: 15%;
	}
	.res1 td:nth-of-type(4){
		width: 17%;
	}
	.res1 td:last-child{
		width: 30%;
	}

	.form form .fs20{
		font-size: 26px;
	}

	.form .btn{
		width: 90%;
		margin-top: 20px;
	}
	.form form input[type="text"]{
		padding: 30px 10px;
		width: 100%;
		font-size: 40px;
		/*height: 20px;*/
	}
	textarea{
		width: 100%;
		font-size: 40px;
		min-height: 400px;
	}
	.box1,
	.box2,
	.box3,
	.box4,
	.box5{
		width: 95%;
	}
	.box1{
		padding:40px 0 10px;
	}
	.box_toi{
		width: 80%;
	}
	/*#main .box1 p{
		padding: 0 15px;
	}*/
	/*.box2 >div {
	padding: 10px 0;
	border: 12px double #fff;
	-webkit-flex: 0 1 660px;
		-moz-flex: 0 1 660px;
		-ms-flex: 0 1 660px;
		-o-flex: 0 1 660px;
		flex: 0 1 660px;
	}
	#main .box2 >div p{
		padding: 0;
	}*/
	/*.bg_gray .cnt{
		background: url(../images/bg_gray.png) center left -100px no-repeat;
	}*/

	/*.box4{
		font-size: 80%;
	}*/
	.box5{
		padding: 40px 40px 20px;
	}
	.box5:after{
		right: -30px;
	}
	#main .box5 p{
		padding: 0 0 20px;
	}
	.benefit{
		width: 95%;
		padding: 40px 20px;
	}
	.benefit>.flex:not(:last-child){
		margin-bottom: 40px;
		border-color: #64c404;
	}
	.benefit>.flex img{
		width: 500px;
		margin: 0 auto 20px;
	}
	#main .benefit p{
		padding: 0;
		margin-left: 0;
	}
	.result>div{
		-webkit-flex: 1 0 500px;
		-moz-flex: 0 1 500px;
		-ms-flex: 0 1 500px;
		-o-flex: 0 1 500px;
		flex: 0 1 500px;
	}
	.result>div:nth-child(even){
		margin-left: 0;
	}
	.form{
		font-size: 40px;
		padding: 60px 20px;
	}
	.form .fs10{
		font-size: 12px;

	}
	input:checked + span:after{
		width: 300px;
		bottom: 0;
	}
	#main .form .flex p{
		-webkit-flex: 1 0 100%;
		-moz-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		-o-flex: 0 1 100%;
		flex: 0 1 100%;
		padding: 0;
	}
	#main .form .flex p:first-child{
		margin-bottom: 5px;
	}
	#main .form .flex p:first-child span{
		border-bottom: 1px solid;
	}
	#main .form .flex p:first-child span:before,
	#main .form .flex p:first-child span:after{
		content: "▼";
		display: inline-block;
	}
	#main .form .flex div{
		width: 100%;
	}
	.info{
		font-size: 30px;
	}
	.info th{
		font-size: 24px;
	}
	.price>.flex:first-child:before{
		left: 30%;
	}
	/*.price .tag:not(.tag_ex)+div{
		width: 80%;
	}*/
	.price .tag:not(.tag_ex)+div .fs16{
		display: inline-block;
	}
	.info .fs40{
		font-size: 170%;
	}
	.form3 label{
		font-size: 1.4em;
	}

	/*.form .flex input[type="text"]{
		width: 100%;
	}*/
	.res1{
		width: 95%;
	}
	.list1{
		line-height: 1.4;
		width: 90%;
		padding: 30px 20px 20px;
	}


}


@media screen and (max-width: 414px){
	p {margin: 0px auto 60px;}
	.box1 p {
		padding: 0px 30px;
		margin: 0px auto 40px;
		/*line-height: 1.5em;
		font-size: 45px;*/
	}
}
