@charset "utf-8";
/* Reset Style
======================================================= */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

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

	nav ul {
		list-style: none;
	}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}
/*----------------------------------------------------
DefaultLayout
----------------------------------------------------*/
html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 1.6;
	letter-spacing: 0.125em;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
}
/* link */
a {
	color: #2e8ab8;
	outline: none;
	text-decoration: underline;
}

	a:link {
		color: #2e8ab8;
	}

	a:visited {
		color: #2e8ab8;
	}

	a:hover {
		color: #e56407;
	}

	a:active {
		color: #e56407;
	}

	a:focus {
		color: #e56407;
	}
/*----------------------------------------------------
iframeLayout
----------------------------------------------------*/
body #iframe {
	font-size: 90%;
	padding: 10px;
}

#iframe #contents ol {
	margin-left: 30px;
}

	#iframe #contents ol li {
		margin-bottom: 20px;
	}

		#iframe #contents ol li:before {
			font-weight: bold;
		}

		#iframe #contents ol li ol li {
			margin-bottom: 0px;
		}

			#iframe #contents ol li ol li:before {
				font-weight: normal;
			}

#iframe #contents h4 {
	margin-top: 20px;
}
/*----------------------------------------------------
GeneralLayout
----------------------------------------------------*/
/* clerfix */
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

	.clearfix:after {
		content: "";
		display: block;
		clear: both;
	}

.clear {
	clear: both;
}

.btn {
	text-align: center;
}

.flt-l {
	float: left;
	margin: 0 10px 10px 0;
}

.flt-c {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}

.flt-r {
	float: right;
	margin: 0 0 10px 10px;
}

.layout-l {
	text-align: left;
}

.layout-c {
	text-align: center;
}

.layout-r {
	text-align: right;
}

.font-large {
	font-size: 1.8rem;
	margin-bottom: 18px;
}
/*----------------------------------------------------
#page
----------------------------------------------------*/
#page {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	border-top: 4px solid #EC1234;
}
/* #skipnav */
#skipnav a img {
	display: none;
}
/*----------------------------------------------------
header
----------------------------------------------------*/
header {
	margin: 20px 0;
	overflow: hidden;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
footer {
	overflow: hidden;
}

	footer .copyright {
		text-align: center;
		color: #4c4c4c;
		font-size: 10px;
		font-size: 1.0rem;
		margin-bottom: 10px;
	}
/*----------------------------------------------------
#contents
---------------------------------------------------- */
#contents {
	margin-bottom: 20px;
}
	/* list */
	#contents ul {
		margin-bottom: 10px;
	}

		#contents ul li {
			background: url("../images/list.png") no-repeat 5px 7px;
			padding-left: 18px;
			list-style: none;
		}

	#contents ol {
		margin-left: 30px;
	}

/* 見出し */
h1 {
	border-top: 2px solid #EC1234;
	border-bottom: 1px solid #B2B2B2;
	margin: 20px 0 10px;
	padding: 20px 0;
	font-size: 22px;
	font-size: 2.2rem;
}

h2 {
	border-left: 4px solid #EC1234;
	margin: 20px 0 10px;
	padding: 5px 10px;
	font-size: 18px;
	font-size: 1.8rem;
}

h3 {
	background: #EBEDED;
	margin: 20px 0 10px;
	padding: 5px 10px 3px;
	border-radius: 3px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}

h4 {
	border-bottom: 2px dotted #B2B2B2;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

#contents p {
	margin-bottom: 10px;
}
#contents img{
	max-width: 100% ;
}

.line-red {
	padding-bottom: 8px;
	border-bottom: 1px solid #f5a6b2;
}

.line-gray {
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}
/* .matter */
iframe.matter {
	width: 910px;
	height: 250px;
	border: 1px solid #ccc;
	margin: 0 20px 10px;
}

#matter-base {
	margin: 10px;
}

.btn-print {
	text-align: right;
	max-width: 930px;
}

.inquiry {
	text-align: center;
	margin: 40px 0 20px;
}

	.inquiry img {
		margin-top: 10px;
	}
/* #step */
#step ul li {
	display: inline-block;
	background: none;
}
/* flow */
dl#flow {
	margin: 20px 0;
	overflow: hidden;
}

	dl#flow dt {
		clear: both;
		padding: 10px;
	}

	dl#flow dd.flow-l {
		float: left;
		padding: 0 0 10px 10px;
	}

	dl#flow dd.flow-r {
		padding: 10px 10px 10px 110px;
	}

	dl#flow p {
		margin: 0;
	}

	dl#flow .attention {
		color: #ec1234;
	}

.att-box {
	margin: 20px auto;
	padding: 20px;
	border: 2px solid #f5a6b2;
}

.list-number {
	margin-left: 30px;
}
.list-number span {
	margin-left: -40px;
}

/*----------------------------------------------------
 * 同意画面
 *---------------------------------------------------- */

/* 確認・同意 */
.check, .agreement {
	max-width: 720px;
	margin: 20px auto;
	padding: 20px;
	border: 2px solid #f5a6b2;
	background: #f5d7dc;
}
.check{
	text-align: left ;
}
.check label{
	display: inline-block ;
	vertical-align: middle ;
	max-width: 690px ;
}
.agreement label{
	display: inline-block ;
}

.agreement{
	text-align: center ;
	font-size: 16px;
	font-size: 1.6rem;
}
.agreement label{
	margin: auto 1em ;
}

/* 送信ボタン */
.submit {
	margin-top:  50px ;
	text-align: center ;
}
.submit input[type=submit], .submit input[type=button] {
	width: 90% ;	max-width: 500px ;
	height: 50px ;
}


/*----------------------------------------------------
 * フォーム
 *---------------------------------------------------- */

.form table{
	width: 100% ;
}
.form th, .form td{
	padding: 15px 20px ;
	text-align: left ;
	border-style: solid none ;	border-width: 2px	;	border-color: #F5A6B2 ;
	font-weight: normal ;
}
.form th{
	width: 200px ;
	background: #FDF7F8 ;
	vertical-align: middle ;
}
.form td {
	vertical-align: top ;
}

.form td label{
	display: inline-block ;
	margin: 0 20px 0 0 ;
}
.form .required th{
	background: #FDF7F8 url("../img/account_required.png") no-repeat 180px 50% ;
}
.form td fieldset{
	display: inline-block ;
	margin: 0 20px 0 0 ;	padding: 0 ;
	border-style: none ;
}
.form td fieldset legend{
	display: none ;
}
.form td fieldset label{
	margin-right: 0 ;
}
.form .title:after {
	content:   "：";
}

/* 内部テーブル */
.sub_form{
	margin: 0 ;	padding: 0 ;
}
.sub_form th, .sub_form td{
	margin: 0 ;	padding: 5px 0 ;
	background: inherit !important;
	border-style: none ;
}
.sub_form th{
	width: 120px ;
	vertical-align: top ;
}
.sub_form th:after {
	content:   "：";
}
.sub_form th label{
	margin: inherit;	padding: inherit ;
}

/* 注釈 */
.notes{
	font-size: 0.8em ;
}
ul.notes{
	list-style: none ;
	margin: 0 ;	padding: 0 5px ;
}
ul.notes li, p.notes{
	margin: 5px auto !important;	padding: 0 0 0 2em ;
	text-indent: -2em ;
}
ul.notes li:before, p.notes:before{
	content: "※ " ;
}

/*=========================================================*
 * スマホ用
 *=========================================================*/
@media screen and (max-width: 640px) {
	#page {
		width: inherit;
	}
	iframe.matter {
		width: 94%;
		margin: 5px 2%;
	}

	/*----------------------------------------------------
	 * 同意画面
	 *---------------------------------------------------- */
	.check, .agreement {
		padding: 20px 10px;
	}
	.check label {
		display: inline;
	}

	/*----------------------------------------------------
	 * フォーム
	 *---------------------------------------------------- */
	.form table, .form tbody, .form tr, .form th, .form td {
		display: block ;
		width: inherit ;
	}
	.form th{
		border-style: solid none none none ;
	}
	.form td{
		border-style: dotted none solid none ;
		border-width: 1px 0 2px 0 ;
	}
	.form .title{
		font-weight: bold ;
		display: block ;
	}
	.form input[type=text]{
		max-width: 100% ;
	}
	/* 内部テーブル */
	.sub_form th, .sub_form td{
		border-style: none ;
	}
	.sub_form th{
		font-weight: bold ;	padding: 0 ;
	}
}