@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;
	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
-------------------------------------------------*/
.bold {font-weight:bold;}
.cblue {color:#0478b2;}
.cred {color:#e50012;}
.cwhite {color:#fff;}
.spOnly {display: none;}
.pcOnly {display: block;}
.mb15 {margin-bottom: 15px;
}

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

/* body
-------------------------------------------------*/
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	line-height:1.6;
	color:#231815;
	background-color:#F4F4F4;
}

/* font */
.fo23 { font-size:23px; }
.fo26 { font-size:26px; }
.fo28 { font-size:27px; }


/* #wrapper
-------------------------------------------------*/
#wrapper {
	margin:0 auto;
	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 {
	width:790px;
	height: 100px;
	margin:0px auto 0px auto;
	padding:0;
	position: relative;
}
#header .logo {
	width:130px;
	position: absolute;
	right: 0;
	top: 35px;
}
#header h1 {
	line-height: 1.35;
	position: absolute;
	left: 0;
	top: 35px;
	border-left:solid #E73817 5px;
	padding:10px;
	font-size:120%;
}
.contents{
	width:750px;
	background-color:#FFFFFF;
	margin:0 auto 30px auto;
	padding:20px;
	clear: both;
}
.title{
	margin-top:20px;
}
.section dl {
	display: table;
	width:750px;
	border-top:solid #C6C5C5 1px;
}
.section dl.end {
	border-bottom:solid #C6C5C5 1px;
}
.section dl dt {
	font-size:15px;;
	background-color:#E8F4F7;
	width:30%;
	padding:15px 0px 10px 10px;
	display: table-cell;
	vertical-align: middle;

}
.section dl dt span {
	margin-right: 8px;
}
.section dl.mu dt::after {
	content: '必須';
	background-color: #e73817;
	color: #fff;
	font-size:13px;
	padding: 0.1vw 1vw;
	display: inline-block;
	margin: 0;
}

.section dl dd{
	padding:15px;
	display: table-cell;
	vertical-align: middle;
}
.section dl dd input[type="text"] {
	font-size:15px;
	border: 1px solid #909090;
	margin:5px 0;
	padding:5px;
	width:250px;
}
.section dl dd select.pulldown {
	padding: 5px;
	font-size: 15px;
}
.section dl dd input.txt2 {
	width:450px;
}
.section dl dd input.txt3 {
	width:150px;
}
.section dl dd label {
	margin-right: 30px;
}
.section.btn p {
	margin: 30px;
	text-align: center;
}
.section.btn ul {
	margin-top: 30px;
}
.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: 300px;
	background-color: #0478b2;
	font-size: 20px;
	padding: 10px;
	color: #fff;
	margin: 0 auto 20px auto;
	display: block;
	font-weight: bold;
}
.section.btn input[type="button"],
.section.btn input[type="reset"] {
	background-color: #ddd;
	color: #231815;
	font-weight: normal;
	font-size: 14px;
}


@media only screen and (min-width:1px) and (max-width:750px){
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:4.0625vw;
    vertical-align:baseline;
	font-weight: normal;
}

.spOnly {display: block;}
.pcOnly {display: none;}
/* body
-------------------------------------------------*/
body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:4.0625vw;
	line-height:1.6;
	color:#231815;
	-webkit-text-size-adjust:100%;
}

/* font */
.fo23 { font-size:3.59375vw; }
.fo26 { font-size:4.0625vw; }
.fo28 { font-size:4.375vw; }


/* #wrapper
-------------------------------------------------*/
#wrapper {
	width:100%;
	margin:0 auto;
	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);
}

.title{
	text-align:left;
}



/* #header
-------------------------------------------------*/
#header {
	width:100%;
	height: 17.5vw;
	background-color: #f4f4f4;
	border-bottom: 0.6vw solid #e73817;
	position: relative;
}
#header .logo {
	width:17.96875vw;
	position: absolute;
	right: 2.65vw;
	top: 5.93vw;
}
#header h1 {
	line-height: 1.35;
	position: absolute;
	left: 3.12vw;
	top: 4.02vw;
	border-left:none;
	padding:0;
	font-size:4.0625vw;
}
.contents{
	width:100%;
	background-color:#FFFFFF;
	margin:0;
	padding:0 0 60px 0;
}
.title{
	text-align:left;
}

/* .section
-------------------------------------------------*/
.section {
	width: auto;
}
.section.copy {
	padding: 4vw 4% 3vw;
	text-align: center;
	border-bottom: 1px solid #231815;
}
.section.copy h2 {
	margin-bottom: 3vw;
}
.section dl {
	border-bottom: 2px solid #c6c5c5;
	padding: 0 4%;
	display:block;
	width: auto;
}
.section dl dt {
	margin: 0;
	padding: 30px 0 10px 0;
	background:none;
	border:none;
	width:auto;
	font-size:4.0625vw;
	display:block;
}
.section dl dt span {
	margin-right: 0;
}
.section dl.mu dt::after {
	content: '必須';
	background-color: #e73817;
	color: #fff;
	font-size:4.0625vw;
	padding: 0.3vw 2vw;
	margin-left: 3vw;
}

.section dl dd {
	border:none;
	margin:0px;
	padding:0 0 30px 0;
	display:block;
	width: 100%;
}

.section dl dd input[type="text"] {
	font-size: 4.0625vw;
	padding: 2vw 2vw;
	margin: 1.5vw 0;
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #909090;
}
.section dl dd input.txt2 {
	width:100%;
}
.section dl dd input.txt3 {
	width:100%;
}
.section dl dd input[type="button"] {
	border: none;
	border-radius: 8.5px;
	text-align: center;
	cursor: pointer;
	width: 44.5vw;
	height: 11vw;
	display: block;
	background-color: #dddddd;
	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;
	margin-bottom: 2vw;
	margin-right: 0;
	font-size:2.8125vw;
}
.section select {
	border: 2px solid #909090;
	border-radius: 8.5px;
	padding: 2vw 3vw;
	box-sizing: border-box;
	font-size:4.0625vw;
	margin-bottom: 3vw;
}
.section.btn p {
	margin: 30px 0;
	text-align: center;
}
.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;
}

.confirm .section dl {
	padding-bottom: 4vw;
}
.confirm .section dl dt {
	margin-bottom: 3vw;
}
.confirm .section dl dd {
	font-size: 4.0625vw;
}
.confirm .section.btn {
	padding-top: 8vw;
}
.confirm .section.btn .cred {
	padding: 4vw 0 1vw;
}

.complete .section.copy {
	padding-bottom: 5vw;
	border-bottom: none;
}
}


/* misc
-------------------------------------------------*/
.enq-sub {
  margin: 0 0 1em 1em;
}
.enq-sub label {
  display: block;
}

.download-list {
  margin-top: 3em;
}
.download-list__heading {
  text-align: center;
  margin-top: 2rem;
}
.download-list__links {
  display: flex;
  justify-content: center;
}
.download-list__links > li {
  margin: 0 1em;
}

.bt-download {
  text-align: center;
}
.bt-download a {
  display: inline-block;
  line-height: 2;
}
.bt-download a::before {
  content: '▶';
  font-size: .8em;
  display: inline-block;
  color: #fff;
  background-color: #E73817;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5em;
  line-height: 1.5;
  text-align: center;
  padding: .12em .1em .05em;
  position: relative;
  top: -.1em;
}
.bt-download a:hover {
  color: #06c;
}