@charset "utf-8";
h1{
	position:fixed;
	left:75% !important;
	top:30px !important;
	transform:translateX(-50%);
	width:75px;
	transform-origin:center center;
	z-index:99999;
}
h1 img {
	width:100%;
	height:auto;
}
#cont section .inner{
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	}
@media screen and (max-width:1040px) {
#cont section .inner{
	padding:0 20px;
	}	
}
@media screen and (max-width:750px) {
h1{
	position:fixed;
	left:6vw !important;
	top:5vw !important;
	transform:translateX(0);
	width:18vw;
	transform-origin:center center;
	z-index:99999;
}
h1 img {
	width:100%;
	height:auto;
}
#cont section .inner{
	position:relative;
	width:88vw;
	max-width:1000px;
	margin:0 auto;
	padding:0;
	}
}
/*-----------------------------------------------------------*/
#cont section img {
	width:100%;
	height:auto;
}
section{
	padding:160px 0 160px;
}
section h2{
	position:relative;
	font-size:3.200vw;
	line-height:1;
	font-weight:400;
	text-align:left;
	font-family: 'Libre Baskerville', serif;
	color:#000;
	margin:0;
	padding:0;
}
section h3{
	position:relative;
	font-size:2.6vw;
	line-height:1;
	font-weight:400;
	text-align:left;
	color:#000;
	margin:10vw 0 5vw;
	padding:0;
}
section p.txt{
	position:relative;
	font-size:1.6vw;
	line-height:2;
	font-weight:400;
	text-align:left;
	color:#000;
	letter-spacing:0.02em;
}
section p.txt a{
	text-decoration:underline;
}

section dl{
	position:relative;
	width:100%;
	margin:60px 0 0;
	}
section dt{
	position:relative;
	font-size:1.6vw;
	line-height:1;
	font-weight:400;
	text-align:left;
	color:#000;
	padding:0 0 0 15px;
}
section dd{
	position:relative;
	padding:20px 0 0;
}
section dd ul {
	position:relative;
	zoom:1;
	overflow:hidden;
}
section dd ul li {
	float:left;
	padding:0 20px 0 0;
}
section dd p{
	position:relative;
	font-size:1.4vw;
	line-height:1;
	font-weight:400;
	text-align:left;
	color:#989E9E;
	letter-spacing:0.02em;
	padding:0 0 30px;
}
section dt::before {
    content: '';
    width: 10px;
    height: 1px;
    background: #979e9e;
    position: absolute;
    top: 50%;
    left: 0;
  }
input[type="text"] {
	color: #000;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	font-size: 1.6rem;
	width:60vw;
	max-width:600px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Zen Old Mincho', serif;
}
input[type="email"] {
	color: #000;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	font-size: 1.6rem;
	width:60vw;
	max-width:600px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Zen Old Mincho', serif;
}
textarea{
	color: #000;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	font-size: 1.6rem;
	width:60vw;
	max-width:600px;
	height: 250px;
	line-height: 2;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Zen Old Mincho', serif;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	color: #000;
	border-color: #000000;
	outline: 0;
}
/* Chrome */
::-webkit-input-placeholder {
 color: #A9A9AA;
}

/* Firefox */
::-moz-placeholder {
 color: #A9A9AA;
}
.placeholder {
	color: #A9A9AA;
}
/* IE */
input[type="text"]:-ms-input-placeholder {
 color: #A9A9AA;
}
/*
input[type=checkbox] {
	display: inline-block;
}
input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 0;
	font-size:1.4rem;
	line-height:20px;
	cursor: pointer;
}
input[type=checkbox] {
	display: none;
	margin: 0;
}
input[type=checkbox] + label {
	padding: 0 0 0 30px;
}
input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #FFF;
}
input[type=checkbox] + label::before {
	border:#ccc solid 1px;
}
input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=checkbox]:checked + label::after {
	left: 2px;
	width: 20px;
	height:15px;
	margin-top: -12px;
	border-left: 2px solid #CC555D;
	border-bottom: 2px solid #CC555D;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/
input[type=radio] {
	display: inline-block;
	margin-right: 3px;
}
input[type=radio] + label {
	position: relative;
	display: inline-block;
	margin-right: 0;
	font-size:1.6vw;
	line-height:20px;
	cursor: pointer;
}
input[type=radio] {
	display: none;
	margin: 0;
}
input[type=radio] + label {
	padding: 0 0 0 30px;
}
input[type=radio] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #FFF;
}
input[type=radio] + label::before {
	border:#e6e6e6 solid 1px;
	border-radius: 30px;
}
input[type=radio] + label::before {
	border:#e6e6e6 solid 1px;
}
input[type=radio]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=radio]:checked + label::after {
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #000;
	border-radius: 12px;
}

.submitButton {
	position:relative;
	display:block;
	width:240px;
	height:50px;
	margin:70px 0 0;
	border-bottom:#969257 1px solid;
}
.submitButton input {
	position:relative;
	width:100%;
	height:100%;
	border:0;
	background:none;
	font-size:2.0vw;
	line-height:1;
	font-weight:400;
	text-align:left;
	color:#000;
	cursor:pointer;
	font-family: 'Zen Old Mincho', serif;
}

.submitButton span{
	position:absolute;
	display:block;
	right:0;
	bottom:20px;
	width:65px;
}
.submitButton:hover span{
	transform: translate3d(0, 0, 0);
	animation: arrow_animation_input 1s ease-out infinite;
}
.submitButton span img{
	width:100% !important;
	height:7px !important;
}
@keyframes arrow_animation_input {
  0% {right:0;}
  25% {right:-10px;}
  75% {right:0;}
  100% {right:0;}
}
@media screen and (min-width:1001px) {
section h2{
	font-size:3.2rem;
}
section h3{
	font-size:2.6rem;
	margin:100px 0 50px;
}
section p.txt{
	font-size:1.6rem;
}
section dt{
	font-size:1.6rem;
}
section dd p{
	font-size:1.4rem;
}
input[type=radio] + label {
	font-size:1.6rem;
}
.submitButton input {
	font-size:2.0rem;
}
}

@media screen and (max-width:750px) {
#cont section img {
	width:100%;
	height:auto;
}
section{
	padding:28vw 0 20vw;
}
section h2{
	position:relative;
	font-size:6.400vw;
	line-height:1;
	font-weight:400;
	text-align:left;
	font-family: 'Libre Baskerville', serif;
	color:#000;
	margin:0;
	padding:0;
}
section h3{
	position:relative;
	font-size:5.333vw;
	line-height:1;
	font-weight:400;
	text-align:left;
	font-family: 'Libre Baskerville', serif;
	color:#000;
	margin:16vw 0 8vw;
	padding:0;
}
section p.txt{
	position:relative;
	font-size:3.200vw;
	line-height:2;
	font-weight:400;
	text-align:left;
	color:#000;
	letter-spacing:0.02em;
}
section dl{
	position:relative;
	width:100%;
	margin:60px 0 0;
	}
section dt{
	position:relative;
	font-size:2.933vw;
	line-height:1;
	font-weight:400;
	text-align:left;
	color:#000;
	padding:0 0 0 15px;
}
section dd{
	position:relative;
	padding:20px 0 0;
}
section dd ul {
	position:relative;
	zoom:1;
	overflow:hidden;
}
section dd ul li {
	float:left;
	padding:0 4vw 0 0;
}
section dd p{
	position:relative;
	font-size:2.933vw;
	line-height:1;
	font-weight:400;
	text-align:left;
	color:#989E9E;
	letter-spacing:0.02em;
	padding:0 0 30px;
}
section dt::before {
    content: '';
    width: 10px;
    height: 1px;
    background: #979e9e;
    position: absolute;
    top: 50%;
    left: 0;
  }
input[type="text"] {
	color: #000;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	font-size: 3.200vw;
	width:100%;
	max-width:750px;
	height: 12vw;
	line-height: 12vw;
	padding: 0 4vw;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Zen Old Mincho', serif;
}
input[type="email"] {
	color: #000;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	font-size: 3.200vw;
	width:100%;
	max-width:750px;
	height: 12vw;
	line-height: 12vw;
	padding: 0 4vw;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Zen Old Mincho', serif;
}
textarea{
	color: #000;
	background-color: #f2f2f2;
	border: 1px solid #e6e6e6;
	font-size: 3.200vw;
	width:100%;
	max-width:750px;
	height: 52vw;
	line-height: 2;
	padding: 0 4vw;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Zen Old Mincho', serif;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	color: #000;
	border-color: #000000;
	outline: 0;
}
/* Chrome */
::-webkit-input-placeholder {
 color: #A9A9AA;
}

/* Firefox */
::-moz-placeholder {
 color: #A9A9AA;
}
.placeholder {
	color: #A9A9AA;
}
/* IE */
input[type="text"]:-ms-input-placeholder {
 color: #A9A9AA;
}
input[type=radio] {
	display: inline-block;
	margin-right: 3px;
}
input[type=radio] + label {
	position: relative;
	display: inline-block;
	margin-right: 0;
	font-size:3.200vw;
	line-height:20px;
	cursor: pointer;
}
input[type=radio] {
	display: none;
	margin: 0;
}
input[type=radio] + label {
	padding: 0 0 0 30px;
}
input[type=radio] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #FFF;
}
input[type=radio] + label::before {
	border:#e6e6e6 solid 1px;
	border-radius: 30px;
}
input[type=radio] + label::before {
	border:#e6e6e6 solid 1px;
}
input[type=radio]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=radio]:checked + label::after {
	left: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #000;
	border-radius: 12px;
}

.submitButton {
	position:relative;
	display:block;
	width:100%;
	height:50px;
	margin:12vw 0 0;
	border-bottom:#969257 1px solid;
}
.submitButton input {
	position:relative;
	width:100%;
	height:100%;
	border:0;
	background:none;
	font-size:4.267vw;
	line-height:1;
	font-weight:400;
	text-align:left;
	color:#000;
	cursor:pointer;
	font-family: 'Zen Old Mincho', serif;
}

.submitButton span{
	position:absolute;
	display:block;
	right:0;
	bottom:20px;
	width:12vw;
}
.submitButton:hover span{
	transform: translate3d(0, 0, 0);
	animation: arrow_animation_input 1s ease-out infinite;
}
.submitButton span img{
	width:100% !important;
	height:7px !important;
}
}
