@charset "UTF-8";
 
/*RECET
=======================================*/

* { margin: 0; padding: 0;}
a { text-decoration: none;}
ul, ol { list-style: none;}
img { border: none;}
	
article, aside, details, figcaption, figure, footer, header, menu, nav, section , canvas {
	display: block;
	margin: 0;
	padding: 0;
}

/*DEFAULT
=======================================*/

html {
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	font-size: 90%;
}
body {
	color: #2c2c2c;
	background-color: #fff;
}

a {
	-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;
}

a:link,a:visited { color:#2c2c2c;text-decoration:underline;}
a:hover { color: #1198dd; }

#main ul {
	padding: 0 10px 0 25px;
	margin: 0 0 20px 0;
}
#main ul li {
	list-style-type: circle;
	margin: 0 0 0.5em 0;
}
p{
	font-size: 1rem;
	margin: 0 0 1.2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 1.8;
}


/*COMMON
=======================================*/

.f-clear {
	clear: both;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.clearfix:after {
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

/*header
=======================================*/

header {
	padding: 0 10px;
	margin: 28px auto 0 auto;
}

header h1 a {
	display: block;
	width: 134px;
	height: 38px;
	background: url(./img/logo.png) no-repeat top left;
	background-size: 134px 38px;
	text-indent: -9999em;
}


/*main
=======================================*/

#main {
	margin: 0px auto 10px auto;
	padding: 0 10px;
	-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;
}

.box {
	padding: 40px 0 0 0;
}

#main section h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	letter-spacing: 0.05em;
}

/*entry form
=======================================*/

#form section h1 {
	font-size: 1.8em;
	margin: 0 0 15px auto;
	font-weight: normal;
}

#form form {
	padding: 20px 0 0 0;
}
#form form p {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	color: #0f0f0f;
}

#form input {
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	font-size: 1.0em;
}

#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form select{
	font-size: 1.0em;
	border: 1px solid #d6d6d6;
	color: #0f0f0f;
	padding: 6px;
	width: 200px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}
#form select{
	width: auto;
}
#form input[type="text"]:focus,
#form input[type="tel"]:focus,
#form input[type="email"]:focus {
    border:solid 1px #aabdcd;
	background-color: #f1f6fa;
	outline: solid 1px #ddd;
}

#form textarea {
	border: 1px solid #d6d6d6;
	padding: 6px;
	font-size: 1.0em;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	width: 95% !important;
	height: 160px !important;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

#form textarea:focus {
    border:solid 1px #aabdcd;
	background-color: #f1f6fa;
	outline: solid 1px #ddd;
}


#form .input1 {
	width: 95% !important;
}
#form .input2 {
	width: 95% !important;
}
#form .input3 {
	width: 95% !important;
}
#form .textarea1 {
	height: 60px !important;
}
#form .textarea2 {
	height: 160px !important;
}
.submit {
	clear: both;
	text-align: center;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.submit input {
	background-image: none;
	background-color: #7f7f7f;
	color: #fff;
	border: none;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
}

#form p span {
	font-size: 0.85em;
	padding: 5px 0 0 0px;
	display: block;
}


#form hr {
	height: 1px;
	background: #ccc;
	border: none;
	margin: 15px 0;
}
#form form dl{
	overflow: hidden;
}
#form form dl dt{
	width: auto;
	float: none;
	padding-top: 0;
	padding-left: 0;
	min-height: 0;
}
#form form dl dd{
	margin: 5px 0 15px;
	min-height: 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #ccc;
}
#form form dl dd:nth-child(2){
	margin-top:0;
}
#form form dl .required{
	color: #c00;
	font-weight: bold;
}
#form form p.small{
	font-size: 0.8em;
}
div.thanks p{
	padding-bottom: 15px;
}


/*policy
=======================================*/

#policy section h1 {
	font-size: 1.8em;
	margin: 0 0 15px auto;
	font-weight: normal;
	line-height: 1.8;
}
#policy section h2 {
	font-size: 1.1em;
	margin: 30px 0 15px auto;
	padding: 15px 3px;
	border-bottom: 1px solid #ccc;
	line-height: 1.8;
}
#policy section h3 {
	font-size: 1em;
	margin: 20px 0 15px auto;
	padding: 0px 7px;
	border-left: 3px solid #ccc;
	line-height: 1.8;
}
#policy section h4 {
	padding: 0 10px;
	margin: 15px 0;
	line-height: 1.8;
	font-weight: bold;
}

#policy section p {
	padding: 0 10px;
	margin: 15px 0;
	line-height: 1.8;
}
#policy section p.txt-position1 {
	text-align: right;
}
.rulesbox_postscript {
	margin: 0 9px 10px 9x;
	padding: 10px;
	border: 1px solid #ccc;
	background: #F5F5F5;
}
#policy section .rulesbox_postscript h4 ,
#policy section .rulesbox_postscript p {
	margin: 0;
	padding: 0;
}


/*form
=======================================*/


table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border-bottom: solid 1px #CCC;
	color: #333;
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}

table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 10px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div.mfp_buttons {
	clear: both;
	padding: 20px 0px 0 0;
	text-align: center;
}
div.mfp_buttons button {
	background-image: none;
	background-color: #7f7f7f;
	color: #fff;
	border: none;
	padding: 5px 10px;
	text-align: center;
	margin: 0 3px;
	cursor: pointer;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	border-radius: 2px;
}


div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 1000001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 10px;
	margin: 10px auto;
	border-radius: 4px;
	box-shadow: 0px 0px 10px #000;
}

div#mfp_overlay_inner h4 {
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	color: #333;
}

div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 1000000;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 5px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}


div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}

div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(../img/mfp_loading.gif);
}

#mfp_hidden {
	display: none !important;
}


/*footer
=======================================*/


footer {
	display: block;
	padding: 40px 0 10px 0;
	background-color: #fff;
}

footer small {
	display: block;
	text-align: center;
}

