@charset "UTF-8";
.w95{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.img_bx{
	margin: 0 auto 80px;
	padding: 0;
	text-align: center;
}
.pat_area{
	margin: 0 auto;
  max-width: 1000px;
}
.pat_box{
	padding: 60px 30px 20px;
	margin : 80px auto;
	border: 6px double #136cfa;
	box-shadow: inset 0 0 0 10px rgba(255,255,255,.6), inset 0 0 0 11px rgba(19,108,250,1);
	/*border-image: linear-gradient(to left top, #d0a22c 0%, #fffc19 40%,#fffc19 55%, #d0a22c 70%, #fffc19 100%);
	border-image-slice: 1;*/
	background: rgba(255,255,255, .8);
	font-weight: bold;
	text-align: center;
	max-width: 1000px;
	line-height: 1.2;
	color: #0c1c5c;
	text-shadow: none;
}
.pat_box p{
/*	mix-blend-mode: color-dodge;*/
	/*text-shadow:
	 1px 1px 5px rgba(81, 44, 7, .7),
	 -1px 1px 5px rgba(81, 44, 7, .7),
	 -1px -1px 5px rgba(81, 44, 7, .7),
	 1px -1px 5px rgba(81, 44, 7, .7);*/
}
.pat_box .date{
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
	font-size: 30px;
	letter-spacing: 3px;
}
.pat_box .result{
	text-align: right;
	padding: 0;
	margin: 20px auto 60px;
}
.pat_box .result:last-child{
	margin-bottom: 20px;
}
.pat_box .result>span.red{
	display: inline-block;
	border-bottom: 2px solid;
	padding: 0 10px;
}
.benefit{
	max-width: 1000px;
	margin: 0 auto 80px;
	
}
.benefit picture{
	display: block;
	background: rgba(255,255,255,1);
	border: 3px solid #fff;
}
.benefit picture:not(:last-child){
	
	margin-bottom: 20px;
}
.voice{
	padding: 50px 0 20px;
	max-width: 800px;
	margin: 0 auto 80px;
	background: rgba(255,255,255, .9);
	background-image: linear-gradient(180deg, rgba(148, 148, 148, .3) 1px, transparent 1px); /* 罫線の色と太さ */
	background-size: 100% 2.5em; /* 行の高さ */
	line-height: 2.5em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	position: relative;
	color: #0c1c5c;
	text-shadow: none;
}
.voice p{
	padding: 0 40px;
	margin-bottom: 50px;
}
.voice .memo{
	position: absolute;
	top: -60px;
	right: -50px;
	rotate: 5deg;
	max-width: 370px;
  width: 45%;
}
.voice .voice_ttl{
/*	border: 5px dotted #136cfa;*/
	margin: -20px 20px 50px;
	padding: 10px 20px;
	background: #136cfa;
	text-align: center;
	color: #fff;
	line-height: 1.4;
}

.box1 {
	max-width: 800px;
	margin: 0 auto 80px;
	position: relative;
	padding: 30px 0 10px;
	border-top: solid 2px #4af600;
	border-bottom: solid 2px #4af600;
	background: rgba(239, 255, 233, .9);
	color: #2d2d2d;
}
.box1:before,
.box1:after{
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: #4af600;
}
.box1:before {left: 10px;}
.box1:after {right: 10px;}
.box1 p {
	padding: 0 20px;
	margin: 0 auto 30px;
}
.box1 p:last-child{
	margin-bottom: 20px;
}
.box2{
	line-height: 1.4;
	color: #0c1c5c;
	max-width: 800px;
	margin: 0 auto 80px;
	padding: 30px 0 10px;
	background: #fff;
	position: relative;
	text-shadow: none;
}
.box2:after{
	border:1px solid #0c1c5c;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
}
.box2 p {
	padding: 0 30px;
	margin: 0 auto 20px;
}
.box3{
	max-width: 1000px;
	padding: 60px 30px;
	margin: 0 auto 80px;
	background: #fff;
	color: #0c1c5c;
	font-size: 1.2em;
	text-shadow: none;
	border: 8px solid #fff;
	box-shadow:
	 inset 0 0 0 3px rgba(19,108,250,1);
	text-align: center;
}
.box3 p:last-child{
	margin-bottom: 0;
}

.box4{
	max-width: 800px;
	margin: 80px auto;
	background: rgba(255,255,255,.9);
	padding: 50px 0 10px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	position: relative;
	border: 1px dashed #136cfa;
	color: #0c1c5c;
	text-shadow: none;
}
.box4_ttl {
	position: absolute;
	display: inline-block;
	background: #136cfa;
	padding:10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	top: -20px;
	left: 30px;
	padding: 5px 20px;
	border-radius: 5px;
	text-shadow: none;
}
.box4 p{
	padding: 0 50px;
	margin: 0 auto 30px;
}
.box4 p.mb80{
	margin-bottom: 80px;
}
.box5{
	max-width: 800px;
	padding: 20px 30px 10px;
	margin: -81px auto 80px;
	background: #dde8fb;
}
.box5 p {
	font-size: .75em;
	padding: 0 0 10px 70px;
	margin: 0 auto 10px;
	line-height: 1.4;
	position: relative;
	border-bottom: 1px dashed #214f73;

}
.box5 p>span{
	display: inline-block;
	background: #2d2d2d;
	color: #fefefe;
	position: absolute;
	top: 10px;
	left: 0;
	line-height: 1;
	padding: 5px;
	font-size: .9em;
}
.box6{
	max-width: 1000px;
	padding: 50px;
	margin: 0 auto 80px;
	background: rgba(255,255,255,0.9);
	border: 6px double #136cfa;
	box-shadow: inset 0 0 0 10px rgba(255,255,255,.6),
	 inset 0 0 0 11px rgba(19,108,250, 1);
	 text-shadow: none;
	 color: #0c1c5c;
}
.box6 p:last-child{
	margin-bottom: 0;
}
.box7 {
	max-width: 800px;
	margin: 0 auto 80px;
	position: relative;
	padding: 60px 50px 10px;
	background: #faf9f0;
	border: 4px solid #f21379;
/*	border-image: linear-gradient(to left top, #d8346b 0%,#e84254 20%,#f53c42 40%,#f21379 60%,#ed138b 80%,#d732b6 100%);*/
	border-image: linear-gradient(0deg, rgba(182,168,130,1) 0%, rgba(232,229,209,1) 30%, rgba(233,224,204,1) 40%, rgba(249,247,234,1) 60%, rgba(200,189,157,1) 90%, rgba(182,168,130,1) 100%);
	border-image-slice: 1;
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
}

.box7:before,
.box7:after {
	position: absolute;
	content: '';
}

.box7:before {
	top: -40px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border: 2px solid #d5c7a6;
	border-radius: 50%;
	background: #d5c7a6;
	background:
	 linear-gradient(0deg, rgba(182,168,130,1) 0%, rgba(232,229,209,1) 30%, rgba(233,224,204,1) 40%, rgba(249,247,234,1) 60%, rgba(200,189,157,1) 90%, rgba(182,168,130,1) 100%);

}

/*.box7:after {
	top: 0px;
		left: calc(50% - 40px);
		width: 80px;
		height: 40px;
		background: #ffffff;
}*/
.box7 .box7_ttl{
	line-height: 1.4;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px dashed #d5c7a6;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #f42846;
}

.box7 .box7_ttl>span {
	font-size: 1rem;
	line-height: 60px;
	position: absolute;
	z-index: 1;
	top: -30px;
	left: calc(50% - 40px);
	width: 80px;
	/*height: 60px;*/
	text-align: center;
	color: #4af600;
	font-weight: bold;
	font-style: italic;
}

.box7 span {
	position: relative;
	z-index: 1;
}
.box7 p{
	margin: 0 auto 40px;
	padding: 0;
}
.box8{
	max-width: 800px;
	margin: 0 auto 80px;
	position: relative;
	padding: 30px 0 10px;
	background: rgba(239, 255, 233, .7);
	color: #2d2d2d;
	text-shadow: none;
}

.check1{
	max-width: 800px;
	margin: 0 auto 80px;
	padding: 30px;
	background: #fff;
	line-height: 1.4;
	text-align: left;
	color: #0c1c5c;
	text-shadow: none;
}
.check1 li{
	list-style: none;
	position: relative;
	border-bottom: 1px dotted #6d6d6d;
	padding-left: 45px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.check1 li:last-child{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.check1 li::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-radius: 1px;
	line-height: 1;
	margin:0 10px -3px -30px;

}
.check1 li::after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	border: 1px solid transparent;
	border-bottom: 2px solid;
	border-left: 2px solid;
	transform: rotate(-45deg);
	position: absolute;
	top: 8px;
	left: 20px;
}
.check2{
	max-width: 800px;
	margin: 0 auto 80px;
	padding: 30px;
	background: rgba(255,255,255,.9);
	line-height: 1.4;
	border: 1px solid #136cfa;
	color: #0c1c5c;
	text-shadow: none;
}
.check2 li{
	list-style: none;
	position: relative;
	border-bottom: 1px dashed #136cfa;
	padding-left: 45px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.check2 li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.check2 li::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #136cfa;
	border-radius: 1px;
	line-height: 1;
	margin:0 10px -1px -30px;

}
.check2 li::after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	border: 1px solid transparent;
	border-bottom: 2px solid #136cfa;
	border-left: 2px solid #136cfa;
	transform: rotate(-45deg);
	position: absolute;
	top: 8px;
	left: 20px;
}
.list1{
	padding: 0;
	margin: 0 auto 80px;
	max-width: 800px;
	text-align: left;
}
.list2,
.list3,
.list4,
.list5{
	padding: 30px 40px 20px;
	margin: 0 auto 80px;
	max-width: 800px;
	background: rgba(255,255,255,0.9);
	text-align: left;
	text-shadow: none;
}
.list1 li,
.list2 li,
.list3 li,
.list4 li{
	list-style: none;
	position: relative;
	padding-left: 40px;
	padding-bottom: 10px;
}
.list1 li::before,
.list1 li::after,
.list2 li::before,
.list3 li::before,
.list4 li::before{
	content: "";
	position: absolute;
}
.list1 li{
	padding-left: 30px;
	border-bottom: 1px dashed #2d2d2d;
	padding-bottom: 10px;
}
.list1 li::before{
	top: 0;
	left: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 25px;
	height: 25px;
	border-bottom: 4px solid #142a88;
}
.list1 li::after{
	top: 0;
	left: -10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 25px;
	height: 25px;
	border-bottom: 4px solid #142a88;
}
.list1 li:not(:last-child){

	margin-bottom: 10px;
}

.list2 li{
	padding-left: 15px;
}
.list2 li::before{
	top: .9em;
	left: -5px;
	width: 5px;
	height: 5px;
	background: #0e2e48;
	border-radius: 50%;
}
.list3 li::before{
	top: .5em;
	left: 10px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 10px;
	height: 20px;
	border-right: 4px solid #ad8000;
	border-bottom: 4px solid #ad8000;
}
.list3 li:not(:last-child){
	border-bottom: 1px dashed #ad8000;
	margin-bottom: 20px;
}

.list4{
	border: 6px double #136cfa;
	inline-size: fit-content;
	box-shadow:
	 inset 0 0 0 10px rgba(255,255,255,.6),
	 inset 0 0 0 11px rgba(19,108,250, 1);
	 color: #0c1c5c;
}
.list4 li{
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: 600;
}
.list4 li::before{
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	background: #136cfa;
	border-radius: 50%;
}
.list4 li:not(:last-child){
	border-bottom: 1px dashed #136cfa;
	margin-bottom: 20px;
}
.list4 li span{
	font-size: .8em;
	display: inline-block;
	margin-left: -10px;
}
.list5 li{
	list-style: none;
	position: relative;
	padding-left: 70px;
	/*padding-bottom: 10px;*/
	counter-increment: count-ex01;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 20px;
}
.list5 li::before{
	content: "安心0" counter(count-ex01);
	position: absolute;
	display: inline-block;
	background: #f42846;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	top: 50%;
	left: 0;
	line-height: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	margin-top: -10px;
}
.list5 li::after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #f42846;
	top: 50%;
	left: 50px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	margin-top: -10px;
}
.list5 li:not(:last-child){
	border-bottom: 1px dashed #f42846;
	margin-bottom: 20px;
}

.form_area{
	max-width: 1200px;
	background: #fff;
	color: #0c1c5c;
	font-size: 20px;
	margin: 0 auto;
	width: 100%;
}

.form_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px;
	background: #fff;
/*	border: 6px double #4af600;*/
	/*box-shadow:
	 inset 0 0 0 10px rgba(0,0,0,1),
	 inset 0 0 0 11px rgba(48,100,0,1);*/
}
.form_box p {
	margin: 0px auto 20px;
	padding: 0px ;
	letter-spacing: 1px;
	line-height: 1.6;
}
.form_box .form_ttl{
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 2px solid #0c1c5c;
	text-align: center;
	/*border-bottom: 1px solid #f2136a;
	border-image: linear-gradient(to left top, #d8346b 0%,#e84254 20%,#f53c42 40%,#f21379 60%,#ed138b 80%,#d732b6 100%);
	border-image-slice: 1;*/
}
.form_box .form_item,
.form_box .form_item>p{
	text-align: left;
	margin: 40px auto 5px;
/*	color: #4af600;*/
	font-weight: bold;
	position: relative;
}
/*.form_item:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 7px solid #4af600;
}
*/
label {
  position: absolute;
  top: 0;
  font-size: 24px;
  margin: 15px;
  padding: 0 10px;
  background-color: #fff;
  -webkit-transition: top .2s ease-in-out, 
                      font-size .2s ease-in-out;
  transition: top .2s ease-in-out, 
              font-size .2s ease-in-out;
}
.active {
  top: -30px;
  font-size: 20px;
}
label .small{
	font-size: 0.8em;
}
input[type="text"],
textarea {
	font-size: 20px;
	padding: 20px;
	border: 2px solid #0c1c5c;
	border-radius: 4px;
/*	border-radius: 5px;*/
	width: 100%;
	background: #fefefe;
}
/*input[type=text]:focus {
  outline: none;
}*/
textarea{
	font-size: 18px;
	padding: 15px 20px;
	min-height: 250px;
	line-height: 1.4;
}
.form_box .btn{
	cursor: pointer;
	cursor: hand;
	display: block;
	margin: 30px auto 0;
	max-width: 100%;
}
.form_box .error{
	display: block;
	color: #f42846;
	font-weight: bold;
}
.form_box .end{
	font-size: 1.8em;
	color: #f42846;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 30px;
	text-align: center;
}
.radio{
	display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #b6b6b6;
}
.radio label{
	position: initial;
    flex: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    touch-action: manipulation;
}
.radio label:not(:last-child){
    border-right: 1px solid #b6b6b6;
}
.radio input{
	display: none;
}
.radio label span{
	display: block;
	padding: 10px;
    width: 100%;
    font-weight: normal;
    touch-action: manipulation;
}
input:checked + span{
	color: #fff;
	background: #f42846;
	font-weight: 800;
	/*text-shadow: 1px 0 0 rgb(255,255,255,1),
				 0 1px 0 rgb(255,255,255,1),
				 -1px 0 0 rgb(255,255,255,1),
				 0 -1px 0 rgb(255,255,255,1);*/
	position: relative;
}
input:checked + span::before{
	content: "\02714";
	display: inline-block;
	transform: rotate(10deg);
	margin-right: 5px;
}
input:checked + span::after{
	content: "を選択する";
	font-size: 0.8em;

	/*display: inline-block;
	position: absolute;
	width: 110%;
	height: 5px;
	left: -10%;
	bottom: -5px;
	background: #f42846;*/
	/*box-shadow: 1px 0 0 rgb(255,255,255,1),
				 0 1px 0 rgb(255,255,255,1),
				 -1px 0 0 rgb(255,255,255,1),
				 0 -1px 0 rgb(255,255,255,1);*/
}

button#cr_btn {
	cursor: pointer;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	background: rgb(197,172,94);
	background: linear-gradient(0deg, rgba(197,172,94,1) 0%, rgba(255,252,233,1) 50%, rgba(197,172,94,1) 100%);
	border-radius: 50px;
	box-shadow:
		 inset -5px -5px 10px 0px rgba(254, 208, 54, 0.5),
		 inset 5px 5px 10px 0px rgba(254, 208, 54, 0.5);
	border: 2px solid #370c08;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	color: #f42846;	
	letter-spacing: 1px;
	text-shadow: 1px 0 0 rgb(250,237,162,1),
				 0 1px 0 rgb(250,237,162,1),
				 -1px 0 0 rgb(250,237,162,1),
				 0 -1px 0 rgb(250,237,162,1);
}

button#cr_btn:hover {
	background: rgb(206,190,143);
	background: linear-gradient(0deg, rgba(206,190,143,1) 0%, rgba(251,251,251,1) 50%, rgba(206,190,143,1) 100%);
	box-shadow: none;
	color: #f44663;
}
::-webkit-placeholder {
	color: #979797;
}
:-moz-placeholder {
	color: #979797;
}
::-moz-placeholder {
	color: #979797;
}
:-ms-placeholder {
	color: #979797;
}
::placeholder{
	color: #979797;
}

.info{
	color: #fefefe;
	font-size: 20px;
	padding: 100px 0;
	margin: 0 auto;
	width: 100%;
	letter-spacing: 1px;
	margin: 0 auto;
}
.info_ttl{
	max-width: 800px;
	margin: 0 auto 10px;
	letter-spacing: 5px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fefefe;
	text-align: center;
}
.info table{
	width: 100%;
	max-width: 800px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto;

	color: #2d2d2d;
	border: 1px solid #136cfa;
/*	background: #fefefe;*/
}

.info th,
.info td{
	padding: 15px 20px;
	border-bottom: 1px dashed #fff;
}
.info tr:last-child th,
.info tr:last-child td{
	border-bottom: none;
}
.info th{
	background: #136cfa;
	color: #fff;
	width: 25%;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: .9em;
}
.info td{
	border-color: #136cfa;
	text-align: left;
	background: #fefefe;
}
.info .tag{
	display: inline-block;
	background: #2d2d2d;
	color: #fefefe;
	font-size: .8em;
	line-height: 1;
	padding: 4px 6px;
	border-radius: 1px;
	margin-right: 10px;
	vertical-align: 6px;
	position: relative;
}
.info .price>div{
	display: inline-block;
	line-height: 1;
}
.info .price>div:not(:last-child){
	margin-right: 10px;
}
.info .arrow {
	display: inline-block;
	width: 30px;
	height: 19.8px;
	background: #fa2d2d;
	clip-path: polygon(0 34.8%, 67% 34.8%, 67% 0, 100% 50%, 67% 100%, 67% 65.2%, 0 65.2%);
}
/*.info .arrow_r::before,
.info .arrow_r::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 15px solid #f42846;
}
.arrow_r::after {
	margin-left: -10px;
}*/
.info .tag::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid #2d2d2d;
	position: absolute;
	top: calc(50% - 5px);
	right: -12px;
}
.info .tag_red{
	background: #fa2d2d;
}
.info .tag_red::after{
	 border-left-color: #fa2d2d;
}
.line_through{
	text-decoration: line-through;
}




.arrow_b{
	position: relative;
}
.arrow_b::before,
.arrow_b::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 20px solid #f42846;
	position: absolute;
	z-index: 1;
}
.arrow_b::before{
	top: 30px;
	left: calc(50% - 15px);
}
.arrow_b::after{
	top: 50px;
	left: calc(50% - 15px);
}
@media screen and (max-width: 768px){

}

/* スマホ適用CSS */
@media screen and (max-width: 640px){
	/*[class^="bg_txt_"]{
		background-size: cover;
	}*/
	.img_bx{
		margin: 0 auto 60px;
	}
	
	.form_box{
		padding: 60px 20px;
	}
	.form_box .form_ttl{
		text-align: left;
	}
	label{
		font-size: 20px;
	}
	label.active{
		font-size: 16px;
	}
	input[type="text"],
	textarea{
		padding: 15px 10px;
	}
	textarea{
		min-height: 400px;
	}
	input:checked + span:after{
		display: inline-block;
		/*width: 300px;*/
		/*bottom: 0;*/
	}

	.pat_box{
		padding: 30px 20px 10px;
		margin: 40px auto;
	}
	.pat_box .date{
		font-size: 22px;
	}
	.pat_box .result .fs30{
		font-size: 16px;
	}
	.pat_box .result .fs50{
		font-size: 40px;
	}
	.benefit{
		width: 95%;
	}
	.voice{
		width: 95%;
		padding-top: 40px;
	}
	.voice .memo{
		position: static;
		rotate: -3deg;
		max-width: 100%;
		width: 90%;
		margin-top: -80px;
	}
	.voice p{
		padding: 0 20px;
	}
	.voice .voice_ttl{
		margin: -10px 10px 50px;
		padding: 10px;
	}
	/*.box1{
		padding:40px 0 10px;
	}*/
	.box1 p{
		padding: 0 15px;
	}
	.box3{
		padding: 20px;
		text-align: left;
	}
	.box4 p{
		padding: 0 20px;
	}
	.box4_ttl{
		top: -20px;
		left: 2.5%;
		width: 95%;
		padding: 5px 0;
		font-size: 16px;
	}
	.box4 p.mb80{
		margin-bottom: 60px;
	}
	.box5{
		margin-right: 20px;
		margin-left: 20px;
	}
	.box5 p{
		padding-left: 100px;
	}
	.box6{
		padding: 30px 20px;
	}
	.box7{
		padding: 80px 30px 10px;
		margin-top: 100px;
	}
	.box7:before{
		width: 140px;
		height: 140px;
		top: -70px;
		left: calc(50% - 70px);
	}
	.box7 .box7_ttl{
		font-size: 50px;
	}
	.box7 .box7_ttl>span{
		font-size: 1.8rem;
		line-height: 1.2;
		width: 140px;
		top: -20px;
		left: calc(50% - 70px);
	}
	.check1,
	.check2{
		width: 95%;
	}
	.check1,
	.check2{
		padding: 20px;
	}
	.check1 li,
	.check2 li{
		padding-left: 30px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.check1 li::before,
	.check2 li::before{
		margin: 0 10px -5px -30px;
	}
	.check1 li::after,
	.check2 li::after{
		left: 3px;
	}
	.list1,
	.list2,
	.list3,
	.list4{
		width: 95%;
	}
	.list1 li::before,
	.list1 li::after{
		top: 20px;
	}
	.list2 li::before{
		top: .8em;
		left: -15px;
		width: 15px;
		height: 15px;
	}
	.list3 li::before{
		top: 0.4em;
		width: 15px;
		height: 25px;
		border-right: 6px solid #ad8000;
		border-bottom: 6px solid #ad8000;
	}
	.list4{
		padding: 20px 20px 10px;	
	}
	.list4 li{
		font-size: 1em;
	}
	.list4 li::before{
		left: 8px;
	}
	.list4 li:not(:last-child){
		margin-bottom: 15px;
	}
	.list5 {
		width: 95%;
		padding-bottom: 1px;
	}
	.list5 li{
		line-height: 1.4;
		padding-left: 100px;
	}
	.list5 li::before{
/*		content: "0" counter(count-ex01);*/
		width: 90px;
		height: 120px;
		left: -20px;
		line-height: 60px;
		font-size: 40px;
	}
	.list5 li::after{
		border: solid 10px transparent;
		border-left: solid 12px #f42846;
		left: 70px;
	}

	.jisseki{
		width: 95%;
		font-size: 26px;
	}
	.jisseki_bg{
		background: url(../images/jisseki_bg_sp.png) repeat top center #001736;
		background-size: contain;
	}
	.jisseki td:nth-of-type(1),
	.jisseki td:nth-of-type(2){
		width: 20%;
	}
	.jisseki_total .fs50{
		font-size: 70px;
	}

	.info table{
		width: 95%;
	}
	.info th{
		padding: 10px;
		font-size: .8em;
	}
	.info td{
		padding: 10px;
	}
	.info .small{
		display: inline-block;
		font-size: .8em;
	}
	.info .price>div{
		display: block;
	}
	.info .price>div:not(:last-child){
		margin: 0 auto 5px;
	}
	.info .arrow{
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 19.8px;
		height: 22px;
		clip-path: polygon(0 55%, 34.8% 55%, 34.8% 0, 65.2% 0, 65.2% 55%, 100% 55%, 50% 100%);
	}
	.list3{
		line-height: 1.4;
		width: 95%;
		padding: 40px 20px 20px;
	}
	#tgl_btn{
		font-size: 24px;
	}


}


@media screen and (max-width: 414px){
	.info .tag{
		font-size: .7em;
	}
	.form_box{
		padding: 30px 20px;
	}
	/*.box1 p {
		padding: 0px 30px;
		margin: 0px auto;
		line-height: 1.5em;
		font-size: 45px;
	}*/
}
@media screen and (max-width: 375px){
	.box4_ttl{
		font-size: 14px;
	}
	.voice{
		padding-top: 55px;
	}
	.info .fs40{
		font-size: 30px;
	}
	.info .fs60{
		font-size: 40px;
	}
	label{
		margin: 12px;
	}
	label .small{
		font-size: .6em;
	}
}
@media screen and (max-width: 320px){

}