@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.4;
}
img{
	max-width: 100%;
}
header > div{
	padding: 10px 0;
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
header > div div:first-child{
	width: 100px;
}
header > div div:last-child{
	width: 180px;
}
h1,h2,h3,h4,h5,h6{
  font-style: normal;
	font-weight: 600;
}
h1{
	margin: 0;
	padding: 20px;
	line-height: 1;
	font-size: 30px;
	text-align: center;
	background-color: #23AC38;
	background-image: linear-gradient(90deg, #afd15d, #009945);
	color: #FFF;
}
h2{
	text-align: center;
	font-size: 24px;
	margin: 30px 0;
}

.content{
	width: 1000px;
	margin: 0 auto;
}
.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu li{
	background-color: #EEEFEF;
	margin: 5px 0;
	padding: 5px 100px;
	display: flex;
	justify-content: space-between;
	text-align: left;
	align-items: center;
	line-height: 1;
}
.menu div:first-child{
	width: 50px;
	margin-right: 10px;
}
.menu li div:last-child{
	text-align: right;
	width: calc(100% - 410px);
}
.menu h3{
	text-align: left;
	width: 350px;
}
.menu a{
	display: inline-block;
	margin-left: 30px;
	padding: 15px 30px;
	padding-left: 40px;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	background-color: #FFF;
	border-radius: 30px;
	border: solid 1px #AAA;
	background-image: url("../images/next.svg");
	background-size: 16px;
	background-position: left 15px center;
	background-repeat: no-repeat;
	transition: 0.5s;
}
.menu a:hover{
	background-position: left 20px center;
}
footer{
	margin-top:100px;
}
footer p{
	font-size: 12px;
	text-align: center;
}
.h3{
	color: #009945;
	margin: 0;
	margin-top: 30px;
	border-bottom: solid 1px #009945;
	font-size: 22px;
	padding-bottom: 10px;
}
.nagare{
	margin: 0;
	margin-top: 1em;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.nagare li{
	position: relative;
	width: calc(25% - 20PX);
	border: SOLID 2px #009945;
	padding: 10px;
	padding-left: 40px;
	box-sizing: border-box;
}
.nagare li span{
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background-color: #009945;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
}
.nagare li::after{
	content: "▶";
	font-size: 20px;
	display: block;
	color: #afd15d;
	position: absolute;
	top:0;
	right:-25px;
	padding-top: 18px;
	text-align: center;
}
.nagare li:last-child:after{
	display: none;
}
footer .nav{
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}
footer .nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .nav li{
	display: inline-block;
	border-left: solid 1px #AAA;
}
footer .nav li:first-child{
	border: 0;
}
footer .nav li a{
	display: block;
	text-decoration: none;
	padding: 0 10px;
	color: #000;
}
footer .nav li a:hover{
	color: #009945;
}
small.kome,
span.kome{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}
.list{
	margin: 1em 0;
	padding: 0 0 0 25px;
}
.law{
	border-collapse: collapse;
	width: 100%;
}
.law th{
	vertical-align: top;
	font-weight: 500;
	padding: 20px 10px;
	white-space: nowrap;
}
.law td{
	vertical-align: top;
	padding: 20px 10px;
}
.law tr{
	border-bottom: dashed 1px #009945;
}
h3.number{
	position: relative;
	padding-left: 2em;
}
h3.number span{
	position: absolute;
	top:0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	color: #FFF;
	background-color: #009945;
}
/**/
.formbox{
	border-collapse: collapse;
	width: 100%;
}
.formbox tr{
	background-color: #EEE;
	border: solid 4px #FFF;
}
.formbox th,
.formbox td{
	padding: 20px;
	text-align: left;
}
.formbox th{
	padding-left: 50px;
	font-weight: 400;
}
.formbox th span{
	background-color: #F1894A;
	color: #FFF;
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 6px;
	padding: 5px 10px;
	line-height: 1;
}
input[type="radio"]{
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.2em;
}
label{
	display: block;
}
select,
input[type="email"],
input[type="tel"],
input[type="text"]{
	width: 500px;
	font-size: 18px;
	border: solid 1px #AAA;
	border-radius: 6px;
	padding: 10px;
}
select{
	width: auto;
}
.goukei{
	border: solid 2px #009945;
	display: flex;
	padding: 10px;
	margin: 10px 0;
	width: 500px;
	box-sizing: border-box;
}
.goukei div{
	width: 50%;
	text-align: center;
}
.submit{
	display: block;
	margin: 20px auto;
	width: 320px;
	padding: 20px;
	background-color: #C7000C;
	color: #FFF;
	background-image: url("../images/submit.svg");
	background-position: left 20px center;
	background-size: 18px;
	background-repeat: no-repeat;
	border: 0;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
}
.syuseibutton{
	background-color: #999;
	background-image: none;
}

.submit:hover{
	background-color: #ff2332;
}
.syuseibutton:hover{
	background-color: #009945;
}
.submitbutton .submit{
	padding-left: 40px;
}

/**/

input[type="tel"].zip{
	width: 100px;
}
.hidden{
	display: none;
}
.photobox{
	width: 400px;
}
.photobox .area{
	background-color: #F1894A;
	color: #FFF;
	border-radius: 10px;
	padding: 10px;
	width: 250px;
	text-align: center;
}
.photobox .area.up{
	background-color: #009945;
}
.area a{
	color: #FFF;
}
.formbox th{
	width: 350px;
	box-sizing: border-box;
}
.formbox td{
	width: calc(1000px - 350px);
	box-sizing: border-box;
}
.photobox .btn{
	text-align: center;
	margin: 10px auto;
	width: 200px;
	background-color: #FFF;
	color: #F1894A;
	border-radius: 20px;
	padding: 10px;
	font-weight: 600;
	cursor: pointer;
}
.photobox .up .btn{
	color: #009945;
}
.photobox p{
	margin: 0;
}
.formbox td p{
	margin: 0;
}
.photobox .btn:hover{
	color: #C7000C;
}
.nounyusaki span{
	display: inline;
	margin-left: 50px;
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.nounyusaki label{
	display: inline-block;
}
.sendbox{
	display: none;
}
.vewbox{
	display: block;
	width: 100%;
}
.phpto2{
	display: none;
}
.phpto2.vewphoto {
	display: table-row;
}
.photodell{
	background-color: #FFF;
	color: #F1894A;
	border-radius: 20px;
	margin: 10px auto;
	width: 200px;
	cursor: pointer;
}
.photobox .up .photodell{
	color: #009945;
}
.photodell .dellno{
	display: none;
}
.thanks{
	text-align: center;
	font-size: 20px;
}
.goeins{
	text-align: center;
	margin: 100px auto;
	margin-bottom: 50px;
}
.goeins + .goeins{
	margin: 50px auto;
	margin-bottom: 100px;
}
.goeins a{
	display: inline-block;
	background-color: #009945;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	padding: 20px 30px;
}
.guideline {
	display: flex;
	justify-content:space-between;
	margin-top: 20px;
}
.guideline a{
	display: block;
	background-color: #009945;
	color: #FFF;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
	font-size: 20px;
	font-weight: 600;
	transition: 0.5s;
}
.guideline > div{
	width: 480px;
}
.guideline a:hover{
	background-color: #23AC38;
}
.plybacybutton{
	border: solid 1px #FF0000;
	margin: 20px 0;
	padding: 10px;
	text-align: center;
}
.plybacybutton input[type="checkbox"]{
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.2em;
	margin-right: 0.5em;
}
.privacyinc{
	padding: 20px;
	padding-top: 0;
	border: solid 1px #AAA;
	height: 250px;
	overflow-y: scroll;
}