@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* リスト要素をリセットする ---------------- */
dl,dt,dd,ol,ul,li	{
	list-style-position: outside;
	list-style-type: none;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-bo
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* ===================================================================

	スタイルの設定

=================================================================== */
html {
	scroll-behavior: smooth;
	font-size:16px;
}
body {
	color:#000;
	line-height:1.5;
	margin:0;
	background:  url(../img/main_img_bk.svg) no-repeat center top;
	background-size: 100% auto;
	background-attachment: fixed;

	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: .1em;
}
#Contents {
	box-sizing: border-box;
	background: url(../img/header_bk.svg) repeat-x center top;
	background-size:auto 200px;
	background-attachment: fixed;
}
#Contents * {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}



/* ---------------- 上書き ------------- */
strong {font-weight:bold;}
p,li,dl,dt,dd {line-height:1.5;}
.red{	color:#F40027;}
.red2{	color:#DC0000;}
.blue{	color:blue;}
.blue{	color:blue;}
.txt-left {	text-align:left;}
.txt-right {	text-align:right;}

.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 800;
	background-color: rgba(51,51,51,0.7);
	display: none;
}

/* ===================================================================
	通常のリンク
=================================================================== */
a {
	transition: all .3s;
}
a:link {
	color: #558BC6;
	text-decoration: none;
}
a:visited {
	color: #558BC6;
	text-decoration:none;
}
a:hover {
	color: #7BA8DB;
	text-decoration:none;
/*	opacity: 0.7;*/
}
a:active {
	color: #7BA8DB;
	text-decoration:none;
}
/* メインエリアはリンクにアンダーライン */
/*#main a{
	text-decoration:underline;
}*/

/* ===================================================================
	#header
	ヘッダー
=================================================================== */

header {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	/*
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0 11vw;
	background: url(../img/header_bk.svg) repeat-x center bottom;
	z-index: 100;
	transition: all .3s;
	*/
}

#form_title {
	text-align: center;
}

/* ===================================================================
	#footer
	フッター
=================================================================== */

footer {
	padding: 240px 0 20px;
	background: url(../img/footer_bk_img.svg) no-repeat top center,
	url(../img/footer_bk.png) repeat-x center 164px;
}

address {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
	font-style: normal;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0;
}

/* ===================================================================
	共通CSS
=================================================================== */

#main_contact {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
	padding: 5%;
	border-radius: 20px;
	background: rgba(255,255,255,0.9);
}

#form_tbl h2 {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	font-weight: 700;
}

.form_ex {
	margin: 0 0 40px;
}


.field {
	margin: -0 0 1.8rem;
}
.field dt {
	font-weight: 700;
	margin-bottom: 0.5em;
}
.contact_type label {
	display: inline-block;
	margin-right: 2rem;
}

.hissu {
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.4em 0.8em;
	background: #fd2376;
	line-height: 1;
	font-size: 12px;
	color: #fff;
	border-radius: 1em;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"] {
	width: 100%;
	height: 2.8em;
	border: 1px solid #c5cece;
	padding: 0 0.5em;
	line-height: 2.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
}
textarea {
	width: 100%;
	height: 10em;
	border: 1px solid #c5cece;
	padding: 0.5em;
	line-height: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
	outline: 1px solid rgba(240, 218, 45, 0.5);
	border-radius: 0;
}
input[type="checkbox"] {
	margin-right: 0.2em;
}
input[type="radio"] {
	margin-right: 0.2em;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown,
::-webkit-input-placeholder {
	color: #949DA6;
}
:-moz-placeholder ,
::-moz-placeholder {
	color: #949DA6; opacity: 1;
}
:-ms-input-placeholder {
	color: #949DA6; }
::-ms-input-placeholder {
  color: #949DA6;
}
::placeholder{
	color:#949DA6;
}

.coution {
	margin-top: 0.5rem;
	font-size: 0.8rem;
}
.error-message {
	margin-top: 0.5rem;
	padding: 0.8em;
	font-weight: 700;
	font-size: 0.8rem;
	color: #f40606;
	border: 1px solid #f40606;
	border-left: 3px solid #f40606;
	background: #fde6e6;
	border-radius: 3px;
}
.error-message::before {
	content: '\f057';
	display: inline;
	margin-right: 0.5em;
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}


#doui a {
	text-decoration: underline;
	color: #000;
}

.btn {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 40px;
}
.btn_input {
	flex-shrink: 1;
	flex-grow: 1;
	display: inline-block;
	width: calc(50% - 10px );
	min-width: 40%;
	max-width: 14em;
	margin: 0 10px;
	padding: 1em ;
	background:#4daee6;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s;
}
.btn_input:hover {
	background: #71beeb;
}
.btn_back {
	background: #fff;
	color: #4daee6;
	border: 1px solid #4daee6;
}
.btn_back:hover {
	background: #dbeffa;
}


.form_title_finish {
	margin-bottom: 0.5em;
	font-size: 1.2rem;
	font-weight: 700;
}
.contact_end {
	margin-bottom: 40px;
}

.form_close {
	text-align: center;
}
.form_close a {
	display: inline-block;
	margin: 0 10px;
	padding: 0.8em ;
	border: 1px solid #4daee6;
	background:#fff;
	color: #4daee6;
	font-size: 0.9rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s;
}
.form_close a:hover {
	background: #dbeffa;
}

/* ===================================================================
	レスポンシブ対応用
=================================================================== */


/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1440px) {
	

}
/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
		
}

@media (max-width: 1080px) {
	footer {
		padding-top: 122px;
		background: url(../img/footer_bk_img.svg) no-repeat top center, url(../img/footer_bk.png) repeat-x center 82px;
		background-size: 720px auto, 100% auto;
	}
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
	h1 img {
		width: 140px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
}