@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: "M PLUS Rounded 1c", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic W6", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

/*div, p, main, li, a, span, strong, th, td, input{
  transform:rotateZ(0.03deg);
}*/

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;
}

/* 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;
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
  }
  .row {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
  /*======= COMMON =========*/
  header {
    background-color: #fff;
    padding: 10px 20px;
  }
  header h1 {
    padding: 20px ;
  }
  header h1 a {
    width: 100%;
  }
  header h1 a img {
    height: 50px;
  }
  footer {
    background-color: #00A0E9;
    padding-bottom: 105px;
  }
  footer .row {
    color: #1d2087;
  }
  footer .row h3 {
    text-align: center;
    font-size: 4.2rem;
    font-weight: bold;
    padding-top: 40px;
  }
  footer .row h2 {
    padding: 80px 20px 30px;
  }
  footer .row a {
    color: #1d2087;
    letter-spacing: 2px;
  }
  footer .row p {
    font-size: 2.4rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 15px 0;
  }
  footer .row a {
    font-size: 3.4rem;
    letter-spacing: 2px;
    display: block;
    text-align: center;
  }
  footer .row .bigtel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .row .bigtel figure {
    width: 80px;
    height: 80px;
    -webkit-transform: translateY(8%);
       -moz-transform: translateY(8%);
        -ms-transform: translateY(8%);
            transform: translateY(8%);
  }
  footer .row .bigtel a {
    font-size: 8.4rem;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 5px;
  }
  footer .row .f_location {
    font-size: 3.8rem;
    text-align: center;
  }
  footer .row span {
    margin-top: 80px;
    display: block;
    font-size: 1.8rem;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 2px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {

  .container {
    overflow: hidden;
  }
  .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 =========*/
  header {
    background: #fff;
    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;
  }
  footer {
    background-color: #00A0E9;
    padding-bottom: 11.71875vw;
  }
  footer .row {
    color: #1d2087;
  }
  footer .row h3 {
    text-align: center;
    font-size: 6.77083vw;
    font-weight: bold;
    padding-top: 5.20833vw;
  }
  footer .row h2 {
    padding: 7.8125vw 2.60417vw 2.60417vw;
  }
  footer .row a {
    color: #1d2087;
    letter-spacing: 0.26042vw;
  }
  footer .row p {
    font-size: 3.64583vw;
    font-weight: lighter;
    text-align: center;
    letter-spacing: 0.26042vw;
  }
  footer .row a {
    font-size: 3.77604vw;
    font-weight: lighter;
    display: block;
    text-align: center;
  }
  footer .row .bigtel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .row .bigtel figure {
    width: 9.11458vw;
    height: 9.11458vw;
    -webkit-transform: translateY(5%);
       -moz-transform: translateY(5%);
        -ms-transform: translateY(5%);
            transform: translateY(5%);
  }
  footer .row .bigtel a {
    font-size: 9.89583vw;
    font-weight: bold;
    margin-left: 1.30208vw;
    letter-spacing: 0.65104vw;
  }
  footer .row .f_location {
    font-size: 3.51563vw;
    text-align: center;
  }
  footer .row span {
    margin-top: 6.51042vw;
    padding-bottom: 1.30208vw;
    display: block;
    font-size: 2.34375vw;
    color: #fff;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 0.26042vw;
  }
}


h1{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
h1 a:first-child{
  text-align: left;
}
h1 a:last-child{
  text-align: right;
}
  
.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;
  }
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  