@charset 'UTF-8';
/* #####################################################
 * common.css
 * - Core
 * - Layout
 * - Modules
 * - Pages
 * ################################################## */

/* =====================================================
 * Base
 * ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900);
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* -----------------------------------------------------
 * Font
 * -------------------------------------------------- */
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), local('Yu Gothic');
}

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */
*,
*:before,
*:after {
	box-sizing: border-box;
}

/* normalize overwrite */
html {
	position: relative;
	min-height: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Roboto, 'MyYuGothicM', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
	font-size: 62.5%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #231815;
	font-size: 1.2rem;
	line-height: 1.75;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 1.5rem;
		line-height: 1.87;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

a {
	color: #2196f3;
}

a:visited {
	color: #2196f3;
}

a:hover {
	color: #6ab8f7;
}

a:active,
a:focus {
	color: #2196f3;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption,
small {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

img {
	vertical-align: bottom;
}

th {
	font-weight: normal;
	text-align: left;
}

/* =====================================================
 * Layout
 * ================================================== */

/**
 * Header module
 */
.l-header {
	padding: 19px 0;
}

@media only screen and (min-width: 768px) {
	.l-header {
		padding: 24px 0;
	}
}

@media only screen and (min-width: 768px) {
	.l-header .logo {
		width: 264px;
		padding-top: 41px;
	}
}

/**
 * Footer module
 */
.l-footer .copyright {
	margin-top: 29px;
	color: #231815;
	font-size: 1.0rem;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.l-footer .copyright {
		margin-top: 59px;
		font-size: 1.5rem;
	}
}

/* =====================================================
 * Module
 * ================================================== */
.logo {
	overflow: hidden;
	width: 199px;
	height: 0;
	margin: 0 auto;
	padding-top: 31px;
	background: url(../img/logo_01_sp.png) no-repeat 50% 50%;
	background-size: contain;
	line-height: 1.5;
	white-space: nowrap;
}

@media only screen and (min-width: 768px) {
	.logo {
		background-image: url(../img/logo_01_pc.png);
	}
}

.section-inner {
	padding: 0 10px;
}

@media only screen and (min-width: 768px) {
	.section-inner {
		width: 728px;
		margin: 0 auto;
		padding: 0;
	}
}

/* -----------------------------------------------------
 * form
 * -------------------------------------------------- */
@media only screen and (max-width: 768px) {
	.sp_none{
		display: none;
	}
}
ul,li {
	list-style:none;
	padding: 0;
	margin: 0;
}
input[type="radio"]{
	width:25px;
}
input[type="checkbox"]{
	width:25px;
}
input,textarea,select{
	width:100%;
	box-sizing:border-box;
	padding: 5px;
	border: 1px solid #CCC;
}
@media only screen and (min-width: 768px) {
	input.w_pc{
		width:50%;
	}
}
.form_title{
	text-align: center;
	background: #002954;
	color: #fff;
	padding: 30px 10px;
}
.form_title h2{
	font-size: 120%;
}
.form_title h2 span{
	font-size: 120%;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.form_contents .bn_quo{
	padding: 0;
	text-align: center;
	background: #F0F7FF;
}
.form_contents .bn_quo img{
		max-width:100%;
		height:auto;
		width:auto;
}
.form_contents p.bn_text{
	padding: 10px 10px 0 10px;
	font-size: 70%;
}
.form_contents p.lead_txt{
	padding: 20px 0 0 0;
	text-align: center;
	color: #DA0003;
	font-size: 120%;
}
.form_contents p.lead_txt2{
	padding: 20px 20px 0 20px;
	text-align: center;
}
.form_contents .thanks_txt{
	padding: 20px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.form_contents {
		width: 728px;
		margin: 0 auto;
		padding: 0;
	}
	.form_contents .bn_quo{
		margin-top: 20px;
		background: none;
	}
	.form_contents p.bn_text{
		padding: 0;
		font-size: 10px;
	}
	.form_contents p.lead_txt{
		padding: 30px 0 0 0;
		font-size: 140%;
	}
	.form_contents p.lead_txt2{
		padding: 30px 0 0 0;
	}
	.form_contents .thanks_txt{
		padding: 20px;
		margin-top: 20px;
		text-align: center;
		border: 1px solid #002954;
	}
}

.form_table{
	border-top:1px solid #BBB;
	margin-top:20px;
	box-sizing:border-box;
}
.form_table th{
	display:block;
	text-align:left;
	padding:10px 20px;
	border-bottom:1px solid #BBB;
	background:#F6F6F8;
	color:#00306C;
}
.form_table td{
	display:block;
	padding:10px 20px;
	border-bottom:1px solid #BBB;
}
.icon_required{
	background:#D90000;
	color:#FFFFFF;
	font-weight:normal;
	padding:0 8px;
}
.form_table .icon_required{
	float:right;
}
.btn_area{
	margin:20px;
}
.btn_back{
	display: block;
	box-sizing:border-box;
	padding: 10px 0;
	background: #CCC;
	font-size: 120%;
	border: none;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	border-radius:5px;
	color:#666;
	cursor: pointer;
	outline: none;
	margin-bottom: 10px;
}
.btn_send{
	display: block;
	width:100%;
	box-sizing:border-box;
	padding: 10px 0;
	background: #002954;
	font-size: 120%;
	border: none;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	border-radius:5px;
	color:#FFFFFF;
	cursor: pointer;
	outline: none;
}
.btn_send:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-moz-opacity:0.8;
	opacity: 0.8;
}
@media only screen and (min-width: 768px) {
	.form_table{
		border-top:1px solid #BBB;
		border-left:1px solid #BBB;
		margin-top:30px;
		font-size:90%;
		display:table;
	}
	.form_table th{
		width:30%;
		display:table-cell;
		text-align:left;
		padding:13px 20px;
		border-bottom:1px solid #BBB;
		border-right:1px solid #BBB;
		background:#F6F6F8;
		color:#00306C;
		vertical-align:top;
	}
	.form_table td{
		display:table-cell;
		padding:13px 20px;
		border-bottom:1px solid #BBB;
		border-right:1px solid #BBB;
	}
	.icon_required{
		background:#D90000;
		color:#FFFFFF;
		font-size:12px;
		font-weight:normal;
		padding:4px 8px;
		line-height:1;
	}
	.form_table .icon_required{
		float:right;
	}
	.btn_area{
		margin:30px auto 0 auto;
		display: flex;
		width: 600px;
	}
	.btn_back{
		width: 200px;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.btn_send{
	}
}
