html,body{
font-family: 'Lato', 'Noto Sans JP', '?????? ProN', 'Hiragino Kaku Gothic ProN', '????', Meiryo, '?? ?????', 'MS PGothic', sans-serif;
}
.outer{
  width: 100%;
overflow: hidden;
}
.inner{
  width:100%;
margin: 0 auto;
}
.top_bg{
  background-image: url(top_bg.jpg);
  background-position: center;
  background-size: cover;
  width:100%;
  height: 600px;
  margin:0 auto;
  position: relative;
}
.top_inner{
  position: absolute;
  z-index: 10;
  height:400px;
  width:100%;
  background-image: url(pass.png);
  top: 100px;
  left:0px;
}
.top_box{
  width: 960px;
margin: 0 auto;
}

.button_box {
  width: 20vw;
  position:absolute;
  top:20px;
  right:200px;
  border-radius: 30px;
    padding: 20px;
    background-color: #0F427E;
    text-transform: uppercase;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-align: center;
}
.button_box:hover{
  background-color:aqua ;
  box-shadow: 0px 15px 20px rgba(7, 254, 255, 0.4);
  color: #000;
  transform: translateY(-7px);
}
h3{
  color: white;
  font-size: 30px;
}
h3:hover{
  color: #000;
}
.icon_box{
  width: 120px;
  height: 120px;
    background-color: white;
    border-radius: 100px;
    margin: 10px 10px 0px 0px;
    text-align: center;
}
.icon_box img{
  width:80px;
  height: 80px;
  margin: 16px;
}
.icon_box_outer{
  float: right;
  margin-right: 20px;
}
.title_box{
  float: left;
  width:70%;
  margin:20px 0px 0px 100px;
  color: white;
}
h1{
  color:black;
  border-top:10px solid  #0F427E;
  border-bottom:10px solid  #0F427E;
  font-size:200%;
  padding:20px;
  background-color: aliceblue;
}
h2{
  border-radius: 24px;
    background-color: white;
    height: 60px;
    color: black;
    padding: 10px;
    margin: 20px auto;
    font-size: 20px;
}
ul{
      margin: 10px auto;
      padding: 10px;
}
  li{
    margin: 10px;
    font-size: 18px;
  }
p{
  font-weight: bolder;
    font-size: 20px;
    border-bottom: 2px solid;
    display: inline;
    margin-left: 20px;
}
h4{
position: absolute;
bottom: 16px;
background-color:#0F427E;
color: white;
width: 100%;
text-align: center;
padding: 10px;
font-size: 24px;
}
#container{
  width: 960px;
margin: 0 auto;
}
h5{
    text-align: center;
        margin: 60px;
    font-size: 24px;
        background-color: aqua;
}
.q_list li{
  border: 2px solid #0F427E;
border-radius: 20px;
padding: 10px;
}
.subject{
  width:70%;
  margin: 0 auto;
}
.suport_box{
  background-image: url(pass2.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 106px;
  margin: 20px 0px;
}
h6{
color: white;
font-size: 24px;
padding: 28px;
text-align: center;
}
.box1{
  display: flex;
}
.img_box{
  width:20%;
}
.img_box img{
  border-radius: 100px;
    width: 240px;
}
.box1 p{
  font-size: 18px;
color: black;
line-height: 1.5em;
font-weight: unset;
border-bottom: unset;
display: inline;
margin: 46px;
}
.contents_box{
  margin-top: 40px;
}
.post1{
  height:600px;
}
.title{
  color: #0F427E;
    font-size: 28px;
    padding: 28px;
    text-align: center;
    border-bottom: 2px solid #0F427E;
    border-top: 2px solid #0F427E;
background-color: aliceblue;
}


}
.contents_outer{
  display: flex;
}
.contents img{
  width: 100%;
}
.contents_outer{
  width: 100%;
  margin: 0 auto;
      display: flex;
}
.contents{
  box-shadow: 0 0 8px gray;
  text-align: center;
  width: 450px;
  margin: 20px;
}
.contents p{
  font-weight:unset;
  font-size: 14px;
  border-bottom: unset;
    display: inline;
    margin-left: unset;
    padding: 20px;
    line-height: 1.5em;
}
.example{
      text-align: center;
          margin: 60px 0px;
}
.contact_box{
width: 100%;
margin-top:60px;
display:flex;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  width: 48%;
padding: 10px;
  margin:10px;
  font-size:xx-large;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.service{
  text-align: center;
  margin: 60px auto;
}
.menu_box{
  display: flex;
  margin: 40px auto;

}
.menu{
  width:25%;
  border: 2px solid #0F427E;
  text-align: left;
  margin: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.menu h3{
  font-size: 16px;
  color:white;
  background-color: #0F427E;
  padding:10px;
  height: 66px;
  text-align: center;
}
.menu p{
  font-size: 16px;
  background-color: #0F427E;
  color: white;
  display: inline-block;
  text-align: left;
  font-weight: unset;
  padding:4px;
  margin-left: 10px;
}
.menu p:last-child{
  color: black;
  font-size: 14px;
  background-color: white;
  font-weight: unset;
  border: unset;
  line-height: 1.25em;
  margin-left: 10px;
}
.menu h6{
  color: #0F427E;
font-size: 24px;
padding: 24px;
text-align: center;
}
.icon_list{
  width: 80%;
  display: flex;
  text-align:center;
  margin: 0 auto;
  height: 100px;


}
.icon_list_box{
  width:80px;
  height:70px;
  border-radius: 40px;
  border: 3px solid black;
  margin: 4px;
  background-color: aliceblue;
}
.icon_list_box img{
  width: 60px;
  height: 60px;
object-fit:cover;
border-radius: 20px;
}
.sentence{
  font-weight: unset;
    font-size: 20px;
    border-bottom: unset;
    display: inline;
    margin-left:unset;
    background-color: aqua;
    line-height: 1.25em;
}
.step h4{
  position: unset;
    margin: 12px auto;
    padding: 20px;
    border:4px solid #0F427E;
    background-color: #0F427E;
    font-weight: 100;
}
.step_box{

  text-align: center;
  margin-top:60px;
}

.step_box_inner {
    width: 48%;
    margin: 0 auto;
    text-align: center;
}
.arrow{
  width:40px;
  height:40px;
  margin: 0 auto;
}
.arrow img{
  width:40px;
height:40px;
}
.step{
  text-align: center;
}
.step_box_inner p{
  font-weight:unset;
    font-size: 20px;
    border-bottom: unset;
    display: inline;
    margin-left:unset;
    border: unset;
}
.footer-inner{
  background-image: url(bg_footer.png);
  background-position: center;
  background-size: cover;
  background-color:  #0F427E;
  position: relative;
}
.logo_box{
  background-image: url(src/logo.png);
  background-position: center;
  background-size: contain;
  width:100px;
  height: 80px;
    background-repeat: no-repeat;
}

.logo{
  position: absolute;
  bottom:20px;
  right:300px;
  height:100px;
  weight:100px;
}
.footer{
  text-align: center;
}

.send{
  width:100px;
  box-shadow: 0 0 8px gray;
}
.reset{
  width:100px;
    box-shadow: 0 0 8px gray;
}
.otoiawase h5{
  text-align: center;
    margin: 60px 0px 20px;
    font-size: 30px;
    padding: 20px;
    color: white;
    background-color: unset;
}
.box2{
  width:100%;
  height:160px;
  background-color: #0FA4AA;
  position: relative;
}
.box2 h3{
padding-top:60px;
font-size: 28px;
}
.box2 img{
  position: absolute;
  top:10px;
  right:20px;
  height:140px;
}
.faq_list{
  width: 100%;
  text-align: left;
  background-color: aliceblue;
  padding:8px;
}
.faq_list li{
  font-size: 20px;
  line-height: 1.25em;
  border-bottom: 1px solid black;
  padding: 4px;
    display: inline-block;
}
.faq{
      margin-top: 60px;
}
.faq_list li:last-child{
  border-bottom: unset;
  font-size: 16px;
  padding-left:20px;
}

.copyright p{
  font-size: 12px;
  border-bottom: unset;
  color: white;
}
.otoiawase{
  padding-bottom: 20px;
  width:50%;
  margin:0 auto;
}

.none{
  display: none;
}

form{
  width:400px;
  margin: 0 auto;
}

input[type=text] {
	padding: 5px 10px;
	font-size: 86%;
	border: none;
	border-radius: 3px;
	background: #ddf0ff;
 width:240px;
}

input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
	margin-top: 10px;
	padding: 5px 20px;
	font-size: 100%;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #2887d1;
	background: #4eaaf1;
}

input[name=btn_back] {
	margin-right: 20px;
	box-shadow: 0 3px 0 #777;
	background: #999;
}

.element_wrap {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid aliceblue;
	text-align: left;
}

label {
	display: inline-block;
	margin-bottom: 10px;

	width: 150px;
  color: aliceblue;

}

.element_wrap p {
	display: inline-block;
	margin:  0;
	text-align: left;
    font-size: 16px;
    font-weight: unset;
    border-bottom: unset;
color:white;
}

label[for=agreement] {
	margin-right: 10px;
	width: auto;
	font-weight: normal;
}

textarea[name=contact] {
	padding: 5px 10px;
	width: 60%;
	height: 100px;
	font-size: 86%;
	border: none;
	border-radius: 3px;
	background: #ddf0ff;
}
.error_list {
 padding: 10px 30px;
    color: white;
    font-size: 60%;
    text-align: left;
    border: 1px solid ehite;
    border-radius: 5px;
    border: 4px solid white;
    width: 400px;
}

.footer-inner h5 {
  font-size: 28px;
  color: white;
  background-color: #0F427E;
}
.footer{
margin: 60px 0px;
}
.form_box{
  padding: 20px;
}
h8{
  font-size: 28px;
  font-weight: bolder;
  color: white;

}

@media  (max-width:599px) {

  .title_box{
    margin: unset;
    float:none;
    width:100%;
  }
  h1{
    font-size: 37px;
    display: inline-block;
    width: 100%;
    line-height: 1.25em;
  }
  h2{
font-size: 16px;
font-size: 16px;
height: 180px;
width: 180px;
line-height: 1.25em;
border-radius: 100px;
padding: 30px;
margin:unset;
float:left;
}
.top_inner{
  position: unset;
  height:440px;

}
.icon_box_outer{
  display: none;
}
.button_box{
  bottom:80px;
  left:94px;
  top: unset;
  right:unset;
  width: unset;
  border-radius: 60px;
  background-color: #fff;
  padding:12px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
}

h3{
padding:12px;
}

.top_box{
  width:100%;
}

p{
  margin:10px 4px;
  display:block;
  margin-left:unset;
  font-size: 16px;
  padding:10px;
  border-bottom: unset;
  line-height: 2.0em;

}
.top_bg{
  height:520px
}
h4{
  font-size: 14px;
}
#container{
  width:100%;
}
.subject{
  width: 100%;
}
h5{
  margin:30px;
}

h6{
  font-size: 22px;
  padding:20px;
}
.box1{
  display: unset;
}
.suport_box{
  height:80px;
}
.box1 p{
  margin:unset;
  font-size: 16px;
}
.img_box{
  width:unset;
  text-align: right;
}
.example{
margin: 160px 0px 60px 0px;
}

.contents_outer{
  display: unset;
}
.contents{
  margin:10px auto;
  width:90%;
}
.contents_box{
  margin:unset;
}
.contents p{
  padding: unset;
}
.contact_box{
  margin: 20px auto;
  display: flex;
}
h7{
  width:100%;
  margin: 10px auto;
font-size:18px;
height: 80px;
text-transform: unset;
letter-spacing: unset;
font-weight: bolder;
color: #fff;
background-color:#0F427E ;
border: none;
border-radius: 60px;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
transition:unset;
cursor: pointer;
outline: none;
padding: 20px;
display: block;
}

.menu_box{
  display: unset;
}
.menu{
  width: 90%;
margin: 20px auto;
}
.icon_list{
  display: none;
}
.sentence{
  line-height: 2.25em;
  font-size: 18px;
}
.step_box_inner{
  width:80%;
}
.step h4{
  border-radius: 40px;
margin: 10px auto;
font-size: 18px;
}
.box2 img{
  height: 84px;
  top:unset;
  bottom:-10px;
  right:0px;
}

.logo{
  position: unset;
  width: 100%;

}
.logo_box{
  width: 100%;
}
.none{
  display: none;
}


textarea[name=contact] {
	padding: 5px 10px;
	width: 88%;
	height: 100px;
	font-size: 85%;
	border: none;
	border-radius: 3px;
	background: #ddf0ff;
}
.form h5 {
    font-size: 28px;
}


.service_list{
display:none;
}

.contact_box{
  display: unset;
}
.btn--orange,
a.btn--orange {
  width: 90%;
padding: 20px;
display:block;
height: 70px;
font-size: large;
    margin: 20px auto;
}
.error_list {
  width:unset;
}
input[type=text]{
  width:50%;
}
}

