/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
*,*:before,*:after{ box-sizing:border-box; }
html{ font-size:62.5%; scroll-behavior:smooth; word-wrap:break-word; overflow-wrap:break-word;}
body {
color: #333333;
background:#fff;
font-family: "Noto Sans JP", sans-serif;
font-size:1.6rem;
margin:0;
padding:0;
height:100%;
width:100%;
line-height:1.5;
-webkit-print-color-adjust: exact;
}

img{
display:block;
max-width: 100%;
height: auto;
padding:0;
margin:0 auto;
text-align:center;
}
a:link{
color:#6667AB;
text-decoration:none;
}
a:visited{
color:#6667AB;
text-decoration:none;
}
a:hover{
color:#d9507c;
text-decoration:none;
}
a:active{
color:#d9507c;
text-decoration:none;
}
a:hover img { opacity:0.8;}

area{ border:none; outline:none; }

#container{
width:100%;
margin:0;
padding:0;
overflow: hidden;
}
#contents{ width:100%; margin:0 auto; padding:0; }

header{
position:relative;
width:100%;
margin:0;
padding:0;
}
header > .title_bg{ margin:0 auto; z-index:-10; }
header > .logo{
position: absolute;
top:1em;
left:1em;
}

section{
width:70%;
margin:0 auto;
padding:0 0 3em;
}
h1{ margin:2em auto 1em; padding:0; font-size:220%; font-weight:bold; }
h2{ margin:1em auto 1em; padding:0; font-size:180%; font-weight:bold; }
h2 > span{ font-size:50%; margin-left:1em; padding:0 .5em .1em; background:red; color:#fff; }

.attention {
  position: relative;
  padding-left: 1.5em;
  font-size: 90%;
}
 .attention:before {
  content: '※';
  position: absolute;
  left: 0;
}

.column{ display: flex; align-items:center; }
.column > div:nth-child(1){ margin-right:2em; }
.column > .txt{ width:75%; }
.column > .img { width:25%; }

/*.step01,.step02,.step03{
padding:.2em 1em;
margin:0 auto 1em;
border-radius:5px;
color:#fff;
}
.step01{ background:#04c5d2; }
.step02{ background:#f3b707; }
.step03{ background:#f28705; }
.step01 p:nth-child(1),.step02 p:nth-child(1),.step03 p:nth-child(1){ font-weight:bold; }
.step01 p:nth-child(4),.step02 p:nth-child(4),.step03 p:nth-child(4){ text-align:right; }*/

table {
  width: 100%;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-spacing: 0;
  margin-bottom: 1em;
}

table th {
  text-align: left;
  padding: .5em 1em;
  background: #e4f4f9;
  font-weight: bold;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

table td {
  text-align: left;
  padding: .5em 1em;
  background: #fff;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}


.btn{
  display: block;
  width: 400px;
  margin:3em auto 5em;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff!important;
  font-weight:bold;
  border: 2px solid #EC407A;
  background: #EC407A;
  border-radius: 5px;
  transition: .4s;
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}
.btn:hover{
  background: #fff;
  color: #EC407A!important;
}

.contact{
width:70%;
padding:1em;
margin:2em auto 0;
border:1px solid #333;
}
.contact > p:first-child{ font-weight:bold; }

.topbtn {
  position: fixed;
  bottom: 25px;
  right: 10px;
  z-index: 20;
}

footer{ padding:.2em 0 .1em; margin:3em 0 0; background:#f0f0f3; }
footer > .copy{ font-size:65%; text-align:center; color:#333; }

.sp{ display:none!important;}

@media screen and (max-width: 1023px){
section{
width:80%;
margin:0 auto;
padding:0 auto 6em;
}
}

@media screen and (max-width: 750px){
body{ font-size:1.4rem; }
header > .logo{
position: absolute;
top:.2em;
left:.2em;
}
section{
width:90%;
margin:0 auto;
padding:0 0 6em;
}
.column{
display: flex;
flex-direction:column;
justify-content: center;
}
.column > div:nth-child(1){ margin-right:0; }
.column > .txt{ width:95%; order:2; }
.column > .img{ width:50%; order:1; }

.btn{ width: 340px; border-radius:10px; }

.contact{ width:90%; }

.pc{ display:none!important;}
}

/* Clearafix ------------------------------------------------ */
.clearfix:after{
display:block;
content:"";
clear:both;
}