@charset "UTF-8";
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  /*font-family: "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic W6", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
  font-family: "Noto Sans JP", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic W6", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a {
  color: #000000;
  text-decoration: none;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

button {
  border: none;
  cursor: pointer;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

* {
  margin: 0;
  padding: 0;
  word-break: break-word;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

input,
select,
textarea,
button {
  outline: none;
}

picture {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
img,
nav {
  margin: 0;
  padding: 0;
}
h1{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
h1 a:first-child{
  text-align: left;
}
h1 a:last-child{
  text-align: right;
}
@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
  }
  header {
    background: #E0003F;
    color: white;
    -moz-background-size: 5%;
         background-size: 5%;
    padding: 2.60417vw 2.60417vw;
  }
  header h1 {
    padding: 0;
  }
  header h1 a {
    width: 100%;
  }
  header h1 a img {
    height: 8vw;
  }
  .row {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
  a, button {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover, button:hover {
    opacity: 0.7;
  }
  /*======= COMMON =========*/
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2.60417vw;
  }
  .container {
    overflow: hidden;
  }
  header {
    background: #E0003F;
    color: white;
    -moz-background-size: 5%;
         background-size: 5%;
    padding: 2.60417vw 2.60417vw;
  }
  header h1 {
    padding: 0;
  }
  header h1 a {
    width: 100%;
  }
  header h1 a img {
    height: 8vw;
  }
  
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 5.85938vw;
    padding-right: 5.85938vw;
  }
  .row_inner {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  a[href^="tel"] {
    text-decoration: none;
  }
  /*======= COMMON =========*/
}


  
.form_box{
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 20px;
  margin-top:20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background:  url("../../images/form_box_bg.png") no-repeat center/100% 100%;
} 
.form_box h3{
  font-size: 20px;
  font-weight: 800;
  color: #0F56A5;
}
.form_box a{
  text-align: center;
  padding: 5px;
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.form_box a.link_y{
  background-color: #F4E827;
  color: #0F56A5;
}
.form_box a.link_b{
  background-color: #1895D3;
  color: #fff;
} 
  
  
.qna_box{
  padding: 20px;
  margin-top:20px;
  width: 90%;
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border:4px solid #1895D3;
  border-radius: 20px;
} 
.q{
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
  color: #1895D3;
}  
.q::before{
  position: absolute;
  content: "Q.";
  font-size: 30px;
  line-height: 1;
  left:0;
  top:-3px;
}
.a{
  position: relative;
  padding-left: 40px;
  color: #231815;
  font-size: 14px;
  background:  url("../../images/q_bg.png") no-repeat top center/contain;
}  
.a::before{
  position: absolute;
  content: "A.";
  font-size: 30px;
  line-height: 1;
  left:0;
  top: 7px;
  color: #1895D3;
}
  
.content_wrap{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
  
  



.attention{
  margin-top: 20px;
  font-size: 16px;
}
.form{
  margin-top: 20px;
  padding: 0;
}
.form table{
  background-color: #fff;
}
.form th,
.form td{
  padding: 10px;
}
  
.form th{
  width: 30%;
  font-size: 18px;
  text-align: left;
}
.form td{
  width: 70%;
}
.form .hissu{
  color: #E72925;
  display: inline-block;
  padding-left: 10px;
}


.form input,
.form select,
.form textarea{
  width: 100%;
  border:1px solid #888989;
  font-size: 16px;
  display: block;
  padding: 5px;
  margin: 2px;
}

.form select{
  font-size: 16px;
  padding: 2px;
}

.form a.p_link{
  color:#194DE2;
  text-decoration: underline;
}

.form .attention2{
  padding: 20px;
  color: #fff;
  background: #E60012;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.popup{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup.view{
  display: flex;
}
.popup__inner{
  display: block;
  max-width: 1000px;
  margin:40px auto;
  background: #eee;
  padding: 35px 20px;
  box-shadow: 0 0 5px rgba(0,0,0,.25);
  position: relative;
}
.popup__title{
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #005D94;
  color:#fff;
  padding: 10px;
}
.close{
  right: 0;
  top: 0;
  padding: 10px 20px;
  height: 30px;
  color: #fff;
  background: #dc5a45;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close:hover{
  opacity: .6;
}
  
  
.kojin_txt{
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
}
.privacy_link{
  text-align: center;
  margin-top: 30px;
}
.privacy_link a{
  font-size: 16px;
  text-decoration: underline;
} 
.privacy_doui{
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
}  
.privacy_doui label{
  display: flex;
  justify-content: center;
}
  
.privacy_doui label input[type=checkbox] {
  width: 25px;
  height: 25px;
  border: 1px solid #888989;
  font-size: 18px;
  display: block;
  padding: 5px;
  margin-right: 4px;
}

.form_btn{
  max-width: 600px;
  margin: 30px auto;
}
.form_btn .button {
  background: #005D93;
  padding: 20px;
  color: #fff;
  font-size: 20px;
}
  

.accordion__head {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.accordion__head::after {
  content: "＋";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 26px;
}
.accordion__item.active .accordion__head::after {
  content: "－";
}
.accordion__body {
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all .25s ease;
}
.accordion__item.active .accordion__body {
  height: auto;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  transition: all .25s ease;
}
  
  
  
@media screen and (max-width: 768px) {
  .form select{
    font-size: 12px;
    padding: 1px;
  }
}
  
  
  
  
  