@charset "UTF-8";


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;
	font-weight: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
img {
	width:100%;
	border:none;
	vertical-align:top;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
	text-decoration:none;
	outline:none;
	color:#333;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:baseline;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"],textarea {
	-webkit-appearance:none;
	border-radius:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* common
-------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.alignCenter {text-align:center;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.valignTop {vertical-align:top;}
.valignMiddle {vertical-align:middle;}
.valignBottom {vertical-align:bottom;}
.bold {font-weight:bold;}
.cblue {color:#0478b2;}
.cred {color:#e50012;}
.cwhite {color:#fff;}

.pcon { display:block; }
.spon { display:none; }
a:hover {
	text-decoration:underline;
}
.al:hover,
.al:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	text-decoration: none;
}
@media only screen and (min-width:1px) and (max-width:750px){
.pcon { display:none; }
.spon { display:block; }
a:hover {
	text-decoration:none;
}
.al:hover,
.al:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
}
}


/* html
-------------------------------------------------*/
html {
	overflow-y:scroll;
}


/* body
-------------------------------------------------*/
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.7;
	color:#534741;
	-webkit-text-size-adjust:100%;
	background-color: #f4f4f4;
	padding-bottom: 45px;
}

/* font */
.fo12 { font-size:12px; }
.fo13 { font-size:13px; }
.fo14 { font-size:14px; }
.fo15 { font-size:15px; }
.fo16 { font-size:16px; }
.fo17 { font-size:17px; }
.fo18 { font-size:18px; }
.fo20 { font-size:20px; }
.fo22 { font-size:22px; }
.fo23 { font-size:23px; }
.fo24 { font-size:24px; }
.fo25 { font-size:25px; }
.fo26 { font-size:13px; }
.fo28 { font-size:28px; }
.fo30 { font-size:30px; }
.fo35 { font-size:35px; }
.fo40 { font-size:40px; }
.fo50 { font-size:50px; }


/* #wrapper
-------------------------------------------------*/
#wrapper {
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
}

/* #header
-------------------------------------------------*/
#header {
	width:100%;
	height: 14.66vw;
	max-height: 110px;
	background-color: #f4f4f4;
	position: relative;
}
#header .logo {
	width:13.333vw;
	max-width: 100px;
	position: absolute;
	right: 0;
	top: 60px;
}
#header h1 {
	font-size: 18px;
	line-height: 1.35;
	position: absolute;
	left: 0;
	top: 57px;
	border-left: 8px solid #e73817;
	padding: 5px 0 5px 15px;
}

/* .section
-------------------------------------------------*/
.section {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px 30px;
}
.section.copy{
	padding: 30px 30px 0;
}
.section h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #c6c5c5;
}
.section h3.mt {
	margin-top: 40px;
}
.section dl {
	border-bottom: 1px solid #c6c5c5;
	display: table;
	width: 100%;
}
.section dl dt {
	background-color: #e8f4f7;
	padding: 15px;
	display: table-cell;
	width: 190px;
	box-sizing: border-box;
	vertical-align: middle;
}
.section dl.mu dt::after {
	content: '必須';
	background-color: #e73817;
	color: #fff;
	font-size:13px;
	padding: 1px 4px;
	margin-left: 10px;
}
.section dl dd {
	padding: 15px 0 15px 15px;
	display: table-cell;
	vertical-align: middle;
}
.section dl dd p {
	padding-top: 20px;
}
.section dl dd .pt0 {
	padding-top: 0;
}
.section dl dd .fr {
	float: right;
	display: inline-block;
	padding-top: 5px;
	margin-right: 10px;
}
.section dl dd .fl {
	float: left;
	display: inline-block;
	padding-top: 5px;
	margin-right: 30px;
}
.section dl dd .textarea1 {
	font-size: 14px;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	height: 110px;
	border: 1px solid #909090;
}
.section dl dd input[type="text"] {
	font-size: 14px;
	padding: 5px;
	box-sizing: border-box;
	width: 62%;
	border: 1px solid #909090;
}
.section dl dd input.text1 {
	width: 40%;
}
.section dl dd input.text2 {
	width: 40%;
}
.section dl dd input.text3 {
	width: 100%;
}
.section dl dd input[type="button"] {
	border: none;
	border-radius: 8.5px;
	text-align: center;
	cursor: pointer;
	width: 150px;
	height: 35px;
	display: inline-block;
	background-color: #dddddd;
	font-size:13px;
	float: right;
	display: inline-block;
	margin: -35px 20px 0 0;
}
.section select {
	border: 1px solid #909090;
	border-radius: 8.5px;
	padding: 10px;
	box-sizing: border-box;
	font-size:13px;
	margin: 15px 0;
	display: block;
}
.section.btn {
	padding: 20px 30px 50px;
	text-align: center;
}
.section.btn ul {
	margin-top: 25px;
}
.section.btn input[type="button"],
.section.btn input[type="submit"],
.section.btn input[type="reset"] {
	border: none;
	border-radius: 8.5px;
	text-align: center;
	cursor: pointer;
	width: 280px;
	height: 45px;
	background-color: #0478b2;
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
.section.btn input[type="button"],
.section.btn input[type="reset"] {
	background-color: #ddd;
	color: #231815;
}


@media only screen and (max-width:750px){
body {
	font-size:4.375vw;
	line-height:1.6;
	padding: 0;
}
	
/* font */
.fo23 { font-size:3.59375vw; }
.fo26 { font-size:4.0625vw; }
.fo28 { font-size:4.375vw; }
	
/* #wrapper
-------------------------------------------------*/
#wrapper {
	padding-right:  constant(safe-area-inset-right);
    padding-left:  constant(safe-area-inset-left);
    padding-right:  env(safe-area-inset-right);
    padding-left:  env(safe-area-inset-left);
}

/* #header
-------------------------------------------------*/
#header {
	height: 17.5vw;
	max-height: inherit;
}
#header .logo {
	width:17.96875vw;
	max-width: inherit;
	right: 2.65vw;
	top: 5.93vw;
}
#header h1 {
	font-size:4.375vw;
	left: 3.12vw;
	top: 5.8vw;
	border-left: 2vw solid #e73817;
	padding: 0.5vw 0 0.5vw 2vw;
}

/* .section
-------------------------------------------------*/
.section {
	padding: 0;
}
.section.copy {
	padding: 4vw 4% 3vw;
}
.section.copy h2 {
	margin-bottom: 4vw;
	font-size:3.59375vw;
}
.section h3 {
	padding: 0 4% 2vw;
	border-bottom: 2px solid #c6c5c5;
}
.section h3.mt {
	margin-top: 15vw;
}
.section dl {
	border-bottom: 2px solid #c6c5c5;
	padding: 0 0 6vw;
	display: block;
}
.section dl dt {
	margin-bottom: 4vw;
	padding: 5vw 4% 4vw;
	display: list-item;
	width: 100%;
}
.section dl.ra dt {
	margin-bottom: 1vw;
}
.section dl.mu dt::after {
	font-size:4.0625vw;
	padding: 0.3vw 2vw;
	margin-left: 3vw;
}
.section dl dd {
	padding: 0 4%;
	display: list-item;
}
.section dl dd p {
	padding-top: 2vw;
}
.section dl dd .pb1 {
	padding-bottom: 4.5vw;
}
.section dl dd .pt0 {
	padding-top: 0;
}
.section dl dd .fr {
	float: none;
	padding-top: 2vw;
	margin-right: 0;
	display: block;
}
.section dl dd .fl {
	float: none;
	padding-top: 2vw;
	margin-right: 0;
	display: block;
}
.section dl dd span.disb {
	display: block;
	padding-top: 2vw;
}
.section dl dd .textarea1 {
	font-size: 4.0625vw;
	padding: 2vw 2vw;
	width: 100%;
	height: 25vw;
	border: 2px solid #909090;
}
.section dl dd input[type="text"] {
	font-size: 4.0625vw;
	padding: 2vw 2vw;
	width: 100%;
	border: 2px solid #909090;
}
.section dl dd input.text1 {
	width: 60%;
}
.section dl dd input.text2 {
	width: 45%;
}
.section dl dd input[type="button"] {
	width: 44.5vw;
	height: 11vw;
	float: none;
	margin: 3vw 0;
	font-size:4.0625vw;
}
.section dl dd label {
	width: 100%;
	height: 11vw;
	display: block;
	background-color: #dddddd;
	border-radius: 8.5px;
	line-height: 11vw;
	padding: 0 3.5vw;
	box-sizing: border-box;
}
.section select {
	border: 2px solid #909090;
	padding: 2vw 3vw;
	font-size:4.0625vw;
	margin: 0 0 3vw;
}
.section.btn {
	padding: 5vw 4% 2vw;
	text-align: center;
}
.section.btn ul {
	margin-top: 4vw;
}
.section.btn input[type="button"],
.section.btn input[type="submit"],
.section.btn input[type="reset"] {
	border: none;
	border-radius: 8.5px;
	text-align: center;
	cursor: pointer;
	width: 100%;
	height: 13.5vw;
	background-color: #0478b2;
	font-size: 4.6875vw;
	color: #fff;
	margin-bottom: 2.5vw;
	font-weight: bold;
}
.section.btn input[type="button"],
.section.btn input[type="reset"] {
	background-color: #ddd;
	color: #231815;
}
}