/* 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;
}

header{
	width: 100%;
	min-width: auto;
}

#header-area{
	width: auto;
	margin: 0 40px;
}

.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,
.freeArea,
.consulArea,
.faqArea {
	min-width: 1100px;
}

.mainphArea img,
.freeArea img,
.consulArea img,
.faqArea img {
	width: 100%;
	height: auto;
}

.linebtn {
	background-color: #ffa41d;
	padding: 0 38.5% 2.5% 38.5%;
}

.consulArea {
	position: relative;
}

.consulArea h2 {
	position: relative;
}

.consulArea .line,
.consulArea .meet,
.consulArea .web,
.consulArea .tel {
	position: absolute;
	z-index: 1;
	top: 46.5%;
	left: 40%;
	width: 20%;
}

.consulArea .meet,
.consulArea .web,
.consulArea .tel {
	top: 80%;
	left: 40%;
}

.consulArea .meet {
	left: 14.3%;
}

.consulArea .tel {
	left: 65.7%;
}

.consulArea .line img,
.consulArea .meet img,
.consulArea .web img,
.consulArea .tel img {
	width: 100%;
	height: auto;
}

.faqArea {
	background-color: #009f66;
}

.faqLi {
	max-width: 710px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 50px;
}

.faqLi dt {
	background: url(../img2306/ico_q.svg) no-repeat 0 0;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 150%;
	color: #ffc531;
	padding: 0 5px 15px 40px;
}

.faqLi dd {
	background: url(../img2306/ico_a.svg) no-repeat 0 15px;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 180%;
	text-align: justify;
	text-justify: distribute;
	color: #fff;
	margin-bottom: 30px;
	padding: 8px 25px 28px 40px;
	border-bottom: 1px dotted #ccc;
}

.faqLi dd:last-child {
	border-bottom: none;
}

.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: 50px;
}

.formTb th {
	float: left;
	width: 30%;
	font-size: 1.8rem;
	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%;
	margin-bottom: 10px;
	padding-right: 30px;
}

.formTb .req::after{
	content: "必須";
	display: block;
	width: 3em;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	background-color: #f00;
	margin-top: 5px;
	padding: 1px 0;
}

.formTb .opt::after{
	content: "任意";
	display:block;
	width: 3em;
	text-align: center;
		font-size: 1.5rem;
	color: #fff;
	background-color: #666;
	margin-top: 5px;
	padding: 1px 0;
}

select{
	margin-right: 10px;
	padding: 8px 16px;
	border-radius: 3px;
	font-size: 1.8rem;
}

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

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

input[type=text],
input[type=email],
input[type=tel],
textarea {
		border-radius: 3px;
}

.formTb td p{
	margin-top: 20px;
	font-size: 1.4rem;
}

.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.8rem;
}

.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;
}

.newFoot {
	background-color: #000;
	padding: 20px 10px 20px 10px;
}

.newFoot .copyright {
	font-size: 75%;
	font-weight: 200;
	color: #fff;
}

#header-menu {
	margin: 5px 0 2px;
}

#header-menu li {
	padding-top: 8px;
}

#header-menu li:last-child{
	padding-top: 5px;
	padding-left: 8px;
}

#header-menu li:last-child:after{
	content: "";
}

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

#header-area{
	margin: 0;
}

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

.pcView {
	display: none;
}

.spView {
	display: block;
}

.mainphArea {
	min-width: 100%;
	padding-top: 46px;
}

.freeArea,
.consulArea,
.faqArea {
	min-width: 100%;
}

.linebtn {
	padding: 0 10% 8% 10%;
}

.consulArea .line,
.consulArea .meet,
.consulArea .web,
.consulArea .tel {
	top: 26.5%;
	left: 13%;
	width: 74%;
}

.consulArea .meet {
	top: 47.5%;
}

.consulArea .web {
	top: 67.7%;
}

.consulArea .tel {
	top: 89%;
}

.faqLi {
	width: 85%;
	padding-bottom: 10px;
}

.faqLi dt {
	background: url(../img2306/ico_q.svg) no-repeat 0 2px;
	background-size: 28px auto;
	font-size: 120%;
	padding: 4px 5px 10px 36px;
}

.faqLi dd {
	background: url(../img2306/ico_a.svg) no-repeat 0 8px;
	background-size: 28px auto;
	font-size: 110%;
	line-height: 150%;
	margin-bottom: 20px;
	padding: 8px 5px 20px 36px;
}

.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{
	padding-bottom: 30px;
}

.formTb th.opt {
	background: none;
}

.formTb .req::after,
.formTb .opt::after{
	content: none;
display: none;
}

.formTb .req::before {
    content: "必須";
    display: inline-block;
    width: 3em;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    background-color: #f00;
    margin: 5px 10px 0 0;
    padding: 1px 0;
}

.formTb .opt::before {
    content: "必須";
    display: inline-block;
    width: 3em;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    background-color: #666;
    margin: 5px 10px 0 0;
    padding: 1px 0;
}


.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;
}

.formTb select{
	margin-bottom: 10px;
}

.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;
}


}
