/* CSS Document */

@charset "UTF-8";

/* ----- Googleフォント ----- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&display=swap&subset=japanese');


/* ----- リンク定義 ----- */

a:link{color: #4fb7c0;}
a:visited{color: #4fb7c0;}
a:active{color: #4fb7c0;}
a:hover{text-decoration: none;}


body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.pcView {
	display: block;
}

.spView {
	display: none;
}

.fullImg {
	width: 100%;
	height: auto;
}

.maxImg {
	max-width: 100%;
	height: auto;
}

.alct {
	text-align: center;
}

.alrt {
	text-align: right;
}

.nmlTxt {
	font-weight: 300;
}

.bldTxt {
	font-weight: bold;
}

.justTxt {
	text-align: justify;
	text-justify: distribute;
}

label,
input[type=submit],
input[type=date],
select {
	cursor: pointer;
}

.ivoryBg {
	background-color: #edefe7;
	min-width: 1080px;
}

.greenBg {
	background-color: #5fb48f;
	min-width: 1080px;
}

.dotBg {
	background: url(../img_new/about_bg.png) repeat 0px 0px;
	min-width: 1080px;
}

.woodBg {
	background-color: #e2c7a6;
}

.mainphArea {
	position: relative;
	min-width: 1080px;
	overflow: hidden;
}

.mainphArea h1 img {
	min-width: 1366px;
	width: 100%;
	height: auto;

}

.mainphArea .btn {
	position: absolute;
	bottom: 10%;
	left: 0;
	min-width: 1366px;
	width: 100%;
}

.mainphArea .btn img {
	position: absolute;
	bottom: 10%;
	left: 14%;
	width: 22%;
	height: auto;
}

.worriesArea {
	position: relative;
	width: 1080px;
	text-align: center;
	margin: 0 auto;
	padding: 80px 0 30px 0;
}

.worriesArea:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	background-color: #000;	
	width: 1px;
	height: 50px;
}

.aboutArea {
	background: #fff url(../img_new/about_bg02.png) no-repeat center 0px;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.aboutArea h2 {
	position: relative;
	font-size: 280%;
	font-weight: 900;
	color: #000;
	margin-bottom: 100px;
	padding-top: 100px;
	box-sizing: border-box;
}

.aboutArea h2:after {
	content: "";
	position: absolute;
	background: url(../img_new/about_ttl_bg.svg) no-repeat 0px 0px;
	bottom: -55px;
	left: calc(50% - 104px);
	width: 208px;
	height: 19px;
}

.aboutLi {
	padding: 30px 0 20px 0;
}

.aboutLi li {
	display: inline-block;
	width: 380px;
	margin: 15px 13px;
}

.flowArea {
	background: url(../img_new/flow_bg.png) no-repeat center 0px;
	width: 1010px;
	margin: 0 auto;
	padding-top: 150px;
}

.flowArea h2 {
	font-size: 300%;
	font-weight: 700;
	color: #ffe200;
	padding: 10px 0 50px 0;
	box-sizing: border-box;
}

.flowLi {
	width: 1010px;
	margin: 0 auto;
}

.flowLi > li {
	position: relative;
	background-color: #fff;
	text-align: left;
	margin-bottom: 60px;
	border: 3px solid #36986c;
	box-shadow: 3px 3px 0px 0px #36986c;
}

.flowLi > li:after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: calc(50% - 15px);
	background: url(../img_new/flow_yaji.svg) no-repeat 0px 0px;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
}

.flowLi > li:last-child:after {
	background: none;
	width: 0;
	height: 0;
}

.flowLi .flowLt {
	float: left;
	width: 60%;
}

.flowLi .flowRt {
	float: right;
	width: 38%;
	text-align: right;
	padding: 18px 30px 18px 0;
}

.flowLi .st01,
.flowLi .st02,
.flowLi .st03 {
	min-height: 168px;
	padding-left: 150px;
}

.flowLi .st01 {
	background: url(../img_new/flow_st01.svg) no-repeat 22px 28px;
}

.flowLi .st02 {
	background: url(../img_new/flow_st02.svg) no-repeat 22px 28px;
}

.flowLi .st03 {
	background: url(../img_new/flow_st03.svg) no-repeat 22px 28px;
}

.flowArea h3 {
	font-size: 200%;
	font-weight: 700;
	color: #000;
	padding: 50px 0 18px 0;
}

.flowArea p {
	font-size: 120%;
	font-weight: 700;
}

.flowArea .flowCts {
	padding: 0 2%;
}

.flowArea .flowconsLt {
	float: left;
	width: 48%;
}

.flowArea .flowconsRt {
	float: right;
	width: 48%;
}

.flowArea h4.ora {
	background-color: #e3904e;
	font-size: 140%;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
	border-radius: 3px;
}

.flowArea h4.blu {
	background-color: #1895ad;
	font-size: 140%;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 10px 10px;
	border-radius: 3px;
}

.flowArea .consLi li {
	background: url(../img_new/flow_cons_line.svg) no-repeat 0px 0px;
	padding: 2px 0 2px 15px;
}

.flowArea .consLi li:before {
	content: "a";
	background: url(../img_new/flow_cons_ico.svg) no-repeat 0px 0px;
}

.flowArea .st03 {
	position: relative;
}

.flowArea .st03:after {
	position: absolute;
	content: "";
	bottom: -1px;
	right: 100px;
	background: url(../img_new/flow03_ph.svg) no-repeat 0px 0px;
	width: 182px;
	height: 196px;
}

.flowAccess {
	position: relative;
	background-color: #e7e7dc;
	width: 80%;
	margin: 35px auto;
	padding: 20px;
}

.flowAccess:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 70px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: transparent transparent #e7e7dc transparent;
	border-width: 0 10px 20px 10px;
}

.flowAccLt {
	float: left;
	width: 40%;
}

.flowAccRt {
	float: right;
	width: 59%;
	font-size: 90%;
}

.flowAccRt h4 {
	font-size: 160%;
	font-weight: 700;
	color: #e3904e;
}

.promArea {
	position: relative;
	max-width: 1365px;
	min-width: 1080px;
	height: 1212px;
	margin: 0 auto;
	overflow: hidden;
}

.promArea .pcView {
	position: absolute;
	top: 0;
	left: calc(50% - 682px);
}

.faqArea {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.faqArea h2 {
	position: relative;
	font-size: 280%;
	font-weight: 900;
	color: #000;
	margin-bottom: 100px;
	padding-top: 100px;
	box-sizing: border-box;
}

.faqArea h2:after {
	content: "";
	position: absolute;
	background: url(../img_new/faq_ttl_bg.svg) no-repeat 0px 0px;
	bottom: -55px;
	left: calc(50% - 104px);
	width: 208px;
	height: 19px;
}

.faqLi {
	text-align: left;
}

.faqLi dt {
	background: url(../img_new/faq_ico_q.svg) no-repeat 0px 12px;
	font-size: 130%;
	font-weight: 500;
	line-height: 150%;
	color: #000;
	padding: 12px 5px 15px 30px;
}

.faqLi dd {
	background: #fff url(../img_new/faq_ico_a.svg) no-repeat 25px 30px;
	font-size: 120%;
	font-weight: 500;
	line-height: 150%;
	text-align: justify;
	text-justify: distribute;
	color: #707070;
	margin-bottom: 10px;
	padding: 18px 25px 18px 60px;
}

.formArea {
	width: 1080px;
	margin: 0 auto;
	padding: 80px 0 110px 0;
}

.formArea .note{
    margin-top: 20px; 
    color: #e3904e;
}

.formArea .note a{
    color: #e3904e;
}

.formTb {
	width: 940px;
	margin: 50px auto 10px auto;
}

.formTb th,
.formTb td {
	text-align: left;
	padding-bottom: 18px;
}

.formTb th {
	float: left;
	width: 30%;
	font-size: 1.9rem;
	color: #000;
	padding-top: 6px;
	clear: both;
}

.formTb td {
	float: right;
	width: 68%;
	font-size: 120%;
}

.formTb.confirm td {
    padding-top: 6px;
}

.formTb td .ttl {
	display: inline-block;
	background-color: #e3904e;
	color: #fff;
	margin-right: 30px;
	padding: 4px 20px;
}

.formTb td .timeArea {
	display: inline-block;
	font-size: 90%;
	padding-left: 20px;
}

.formTb td .box1 {
	-webkit-appearance: none;
	appearance: none;
	background-color: #edf2f4;
	width: 100%;
	height: 43px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: 300;
	padding: 2px 10px;
	border: 1px solid #a2a2a2;
	box-sizing: border-box;
}

.formTb td .box2 {
	-webkit-appearance: none;
	appearance: none;
	background-color: #edf2f4;
	width: 100%;
	height: 150px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: 300;
	padding: 8px 10px;
	border: 1px solid #a2a2a2;
	box-sizing: border-box;
}

.formTb td .box1.date {
	width: 200px;
}

.formTb td .box1.time {
	width: 120px;
	background: #edf2f4 url(../img_new/form_ic_select.svg) no-repeat right 5px center;
}

.formTb th.opt {
	background: url(../img_new/form_ico_opt.svg) no-repeat right 8px;
}

.formTb th.req {
	background: url(../img_new/form_ico_req.svg) no-repeat right 8px;
}

.formTb .formLi {
	padding-top: 6px;
}

.formTb .formLi li {
	display: inline-block;
	font-size: 120%;
	padding-right: 20px;
}

input[type=radio] {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.submitBtn {
	-webkit-appearance: none;
	appearance: none;
	background-color: #e3904e;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 160%;
	font-weight: 700;
	color: #fff;
	margin: 0 0 3px 0;
	padding: 16px 100px;
	border: none;
	border-radius: 50px;
	box-shadow: 0 6px 0px 0 #a56532;
}

.submitBtn:hover {
	margin: 3px 0 0 0;
	box-shadow: none;
}

.error{
    color: #f00;
}

.toBack{
    font-size: 1.6rem;
}

.footBg {
	background-color: #5fb48f;
	min-width: 1080px;
}

.footArea {
	width: 1080px;
	color: #fff;
	margin: 0 auto;
	padding: 30px 20px 10px 20px;
	box-sizing: border-box;
}

.footArea .footMenu li {
	display: inline-block;
	padding: 10px;
}

.footArea .footMenu li a {
	font-size: 110%;
	color: #fff;
	text-decoration: none;
}

.footArea .copyright {
	font-size: 80%;
	font-weight: 300;
	padding-top: 30px;
}


/* ========== ----- スマホ ----- ========== */
@media screen and (max-width: 420px) {

.ivoryBg,
.greenBg,
.dotBg {
	min-width: 100%;
}

.pcView {
	display: none;
}

.spView {
	display: block;
}

.mainphArea {
	min-width: 100%;
	background-color: #5fb48f;
	padding-top: 55px;
	overflow: visible;
}

.mainphArea h1 img {
	min-width: 100%;
}

.mainphArea p img {
	width: 100%;
	height: auto;
}

.mainphArea .btn,
.mainphArea .btn img {
	position: static;
	min-width: 100%;
}

.mainphArea .btn {
	width: 100%;
	padding: 0 5% 10% 5%;
}

.worriesArea {
	width: 100%;
	padding: 0;
}

.worriesArea img {
	width: 100%;
	height: auto;
}

.worriesArea:before {
	background-color: #transparent;	
	width: 0;
	height: 0;
}

.aboutArea {
	background: #fff url(../img_new/about_bg02.png) no-repeat center 0px;
	background-size: 20px auto;
	width: 100%;
}

.aboutArea h2 {
	font-size: 6vw;
	margin-bottom: 30px;
	padding-top: 40px;
}

.aboutArea h2:after {
	background: url(../img_new/about_ttl_bg.svg) no-repeat 0px 0px;
	background-size: 100px auto;
	bottom: -20px;
	left: calc(50% - 50px);
	width: 100px;
	height: 10px;
}

.aboutArea img {
	width: 100%;
	height: auto;
}

.aboutLi {
	padding: 0 0 20px 0;
}

.aboutLi li {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 5%;
}

.flowArea {
	background: url(../img_new/flow_bg.png) no-repeat center -54px;
	width: 100%;
	padding-top: 50px;
}

.flowArea .step {
	width: 160px;
	height: auto;
}

.flowArea h2 {
	font-size: 6.5vw;
	margin-top: -10px;
	padding: 0 0 40px 0;
	box-sizing: border-box;
}

.flowLi {
	width: 90%;
	margin: 0 auto;
}

.flowLi .flowLt,
.flowLi .flowRt {
	float: none;
	width: 100%;
}

.flowLi .flowLt,
.flowLi .flow100 {
	padding-right: 5%;
}

.flowLi .flowRt {
	text-align: left;
	padding: 20px 5%;
}

.flowLi .st01,
.flowLi .st02,
.flowLi .st03 {
	min-height: 80px;
	padding-left: 80px;
}

.flowLi .st01 {
	background: url(../img_new/flow_st01.svg) no-repeat 12px 10px;
	background-size: 55px auto;
}

.flowLi .st02 {
	background: url(../img_new/flow_st02.svg) no-repeat 12px 10px;
	background-size: 55px auto;
}

.flowLi .st03 {
	background: url(../img_new/flow_st03.svg) no-repeat 12px 10px;
	background-size: 55px auto;
}

.flowArea h3 {
	font-size: 140%;
	padding: 20px 0 18px 0;
}

.flowArea p {
	font-size: 100%;
}

.flowArea .flowCts {
	padding: 0 4%;
}

.flowArea .st03 {
	position: relative;
	height: 350px;
}

.flowArea .st03:after {
	left: calc(50% - 91px);
	background: url(../img_new/flow03_ph.svg) no-repeat 0px 0px;
	width: 182px;
	height: 196px;
}

.flowAccess {
	width: 100%;
	margin: 35px auto;
	padding: 20px;
}

.flowAccLt,
.flowAccRt {
	float: none;
	width: 100%;
}

.flowAccess iframe {
	width: 100%;
	height: 150px;
}

.flowAccRt h4 {
	font-size: 4.5vw;
	font-weight: 700;
	color: #e3904e;
	padding-top: 10px;
}

.promArea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: auto;
}

.faqArea {
	width: 100%;
	padding-bottom: 40px;
}

.faqArea h2 {
	font-size: 7vw;
	margin-bottom: 40px;
	padding-top: 40px;
}

.faqArea h2:after {
	background: url(../img_new/faq_ttl_bg.svg) no-repeat 0px 0px;
	background-size: 100px auto;
	bottom: -28px;
	left: calc(50% - 50px);
	width: 100px;
	height: 10px;
}

.faqLi {
	padding: 0 6%;
}

.faqLi dt {
	background: url(../img_new/faq_ico_q.svg) no-repeat 0px 18px;
}

.faqLi dd {
	background: #fff url(../img_new/faq_ico_a.svg) no-repeat 14px 20px;
	padding: 14px 20px 16px 42px;
}

.formArea {
	width: 96%;
	padding: 50px 2% 80px 2%;
}

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

.formTb th,
.formTb td {
	display: block;
	width: 100%;
}

.formTb th {
	font-size: 120%;
}

.formTb th.nodata {
	display: none;
	height: 0;
}

.formTb td .ttl {
	position: relative;
	font-size: 80%;
	line-height: 110%;
	margin-bottom: 15px;
	padding: 2px 20px;
}

.formTb td .timeArea {
	padding: 15px 0 0 0;
}

.formTb td .box2 {
	font-size: 90%;
}

.formTb th.opt {
	background: none;
}

.formTb th.opt span {
	display: inline-block;
	background: url(../img_new/form_ico_opt.svg) no-repeat right 3px;
	background-size: 32px auto;
	padding-right: 40px;
}

.formTb td .ttl.opt:after {
	content: "";
	position: absolute;
	top: -2px;
	right: -40px;
	background: url(../img_new/form_ico_opt.svg) no-repeat right 3px;
	background-size: 32px auto;
	width: 32px;
	height: 20px;
}

.formTb th.req {
	background: none;
}

.formTb th.req span {
	display: inline-block;
	background: url(../img_new/form_ico_req.svg) no-repeat right 3px;
	background-size: 32px auto;
	padding-right: 40px;
}

.formTb td .ttl.req:after {
	content: "";
	position: absolute;
	top: -2px;
	right: -40px;
	background: url(../img_new/form_ico_req.svg) no-repeat right 3px;
	background-size: 32px auto;
	width: 32px;
	height: 20px;
}

.submitBtn {
	width: 100%;
	font-size: 140%;
	padding: 11px 0;
	box-shadow: 0 6px 0px 0 #a56532;
}

.footBg {
	min-width: 100%;
}

.footArea {
	width: 100%;
}

.footArea .footMenu li {
	display: block;
	padding: 8px;
}

.footArea .copyright {
	font-size: 3.2vw;
}


}
