﻿@charset "utf-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

/* ------------------------------------------------------------------------------------------ */

html, body {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #ffffff;
}

#wrap {

}

/* header ----------------------------------------------- */

header {

}

.header_flexbox {
	display:flex;
	flex-direction: column;
	max-width:1020px;
	justify-content: space-between;
	margin:0 auto;
	padding:25px 0;
	text-align: center;
}

.img_01 {
	padding:10px 0;
	width:90%;
}

.img_02 {
	width:70%;
	padding-top:10px;
}

 /* 日にち */
 /* .date {
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:10000;
}*/


/* container ----------------------------------------------- */

#container {
	background:#F1F1F1;
}

.image_01 {
	text-align: center;
	margin-top:20px;
}

.image_01 img {
	width:100%;
}

#section_contact{
	position: relative;
	margin: 25px auto 0 auto;
}
	#section_contact h2{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}
	#section_contact form{
	width: auto;
    background-color: #173E97;
    padding: 25px 15px;
    margin: 20px auto 0 auto;
	}
	#contact_form{
		color: #FFF;
	}
	#contact_form span{
		font-size: 11px;
		color: #eb6445;
		padding: 0 0 0 3px;
	}
	#section_contact input:not(#check1){
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
		font-size: 16px;
		padding: 3px 10px;
		margin: 0 0 20px 18px;
	}
	select{
		width: 345px;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
		font-size: 16px;
		padding: 3px 10px;
		margin: 0 0 20px 18px;
	}
	.input1{
		width: auto;
	}
	textarea{
		width: 320px;
		font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
		font-size: 16px;
		padding: 8px 10px;
		margin: 0 0 20px 18px;
	}
	.td_1{
		width: 160px;
		vertical-align: top;
		padding: 2px 0 0;
	}
	.td_2{
		width: 160px;
		vertical-align: top;
		padding: 7px 0 0;
	}
	#check1{
		display: block;
		width: 176px;
		height: 53px;
		background-image: url(../images/btn_1.png);
		background-repeat: no-repeat;
		background-size: cover;
		border: none;
		margin: 20px auto 0px;
	}
	#anim2{
		position: absolute;
		top: -405px;
		right: 120px;
	}
#privacyPolicy1{
	width: 100%;
	background-color: #FFF;
	margin: 30px auto 0;
}
	#privacyPolicy1 a{
		cursor: pointer;
		display: block;
		font-size: 18px;
		font-weight: bold;
		line-height: 4;
		text-align: center;
		color: #19264c;
		text-decoration: underline;
	}

	#privacyPolicy2{
		display: none;
		padding: 0 30px 10px;
}
	#privacyPolicy2 p{
		font-size: 16px;
		line-height: 1.8;
		margin: 0 0 20px;
	}


footer{
	background-color: #19264c;
	color: #FFF;
	position:relative;
}

.footer_cont {
	max-width:1020px;
	margin:0 auto;
	padding:50px 0;
}

.footer_text {
	padding:10px 25px
}

.footer_flexbox {
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}




	#footer_logo{
		padding: 40px 30px 12px;
	}
	#footer_logo2{
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	#footer_logo2 h2{
		font-size: 23px;
		margin: 20px 0 8px;
	}
	#footer_logo2 h3{
		font-size: 13px;
	}
	#footer_logo2 strong{
		position: absolute;
		top: -10px;
		left: 3px;
		font-size: 14px;
	}
	#footer_contact{

	}
	#footer_contact p:nth-of-type(1){
		font-size: 18px;
		line-height: 1.8;
	}
	#footer_contact p:nth-of-type(2){
		font-size: 14px;
		margin: 10px 0 0;
	}
	#footer_contact p:nth-of-type(3){
		font-size: 39px;
		letter-spacing: 3px;
		line-height: 1.4;
	}
	#footer_contact p:nth-of-type(4){
		font-size: 14px;
	}
	#copyright{
		font-size: 12px;
		text-align: center;
		padding: 25px 0;
	}

.copyright_02 {
	padding:25px;
	text-align: center;
}

#wrap_thanks{
	background-color: #f5f5f5;
	padding: 100px 0 350px;
}
#thanks_section{
	width: 543px;
	height: 280px;
	background-image: url(../images/step_bg1.png);
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 1.8;
	text-align: center;
	margin:0 auto;

}
#btn_top{
	display: block;
	margin: -20px auto 0;
	padding: 0px 35px 0px 0;
}

