@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;
    background: transparent;
  }
  html {
    -webkit-overflow-scrolling: touch;
   }
  /*body {
    line-height: 1;
   }*/
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  nav ul,ul,ol {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
  }
  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  del {
    text-decoration: line-through;
  }
  abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #7f7f7f;
    margin: 10px auto;
    padding: 0 ;
    width: 90%;
  }
  input, select {
    vertical-align: middle;
  }
  a, a img {
      transition: all .3s;
  }
  a:hover,
  a:hover img {
      opacity: 0.9;
  }
  a {
  -webkit-tap-highlight-color: rgba(0, 0, 0 ,0.3)
  }
body, html {
    font-size: 14px;
    line-height: 1.9;
    font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
    color: #404040;
    word-wrap: break-word;
}
* {
box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
}

.img-left{
display: inline-block;

}

.float-right{
float: right;
}

.content{
  height: 500px
}
/*------wrapper------*/
.wrapper {
    width: 100%;
    min-width: 960px;
    margin: 0 auto;
    border: 15px solid #00a0e9;
}
@media screen and (max-width:768px){
  .wrapper {
      min-width: 100%;
      border: 8px solid #00a0e9;
  }
}

/*------footer------*/
footer{
    width:100%;
    padding: 12px 0 0;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #00a0e9;
}

/*------hero arrow------*/
@media screen and (min-width:1400px){
  h1 img.hero,
  img.arrow{
      width: 80%;
      display: block;
      margin: 0 auto;
  }
}

/*------logo------*/
img.logo{
  display: block;
  width: 630px;
  margin: 90px auto;
}
@media screen and (max-width:769px){
  img.logo{
    width: 260px;
    margin: 10px auto 20px;
  }
}
/*------button------*/
img.button{
  display: block;
  width: 560px;
  margin: 90px auto;
}
@media screen and (max-width:769px){
  img.button{
    width: 290px;
    margin: 40px auto;
  }
}
/*------text1------*/
img.text1,img.text2{
  display: block;
  margin: 100px auto;
  padding: 0 30px;
}
@media screen and (max-width:769px){
  img.text1,img.text2{
    margin: 50px auto;
    padding: 0;
  }
}

/*------flow------*/
img.flow{
  display: block;
  margin: 100px auto;
  padding: 0 30px;
}
@media screen and (max-width:769px){
  img.flow{
    margin: 60px auto;
    padding: 0;
  }
}

/*------h3------*/
img.h3{
  display: block;
  margin: 140px auto 30px;
  padding: 0;
}
@media screen and (max-width:666px){
  /*iPhone横以下*/
  img.h3{
    width: 260px;
    margin: 60px auto 5px;
    padding: 0;
  }
}

/*------photo_list------*/
ul.photo_list{
  margin: 20px 0 60px;
}
ul.photo_list li{
  display: flex;
  justify-content: center;
}
ul.photo_list li img{
  margin: 0 4px;
}
@media screen and (max-width:769px){
  ul.photo_list{
    margin: 5px 0 0;
  }
  ul.photo_list li{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  ul.photo_list li img{
    margin: 10px 0;
    padding: 0 4px;
    width: 50%;
    height: 50%;
  }
}

/*------customer_list------*/
ul.customer_list{
  width: 850px;
  margin: 25px auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
ul.customer_list li{
  text-align: left;
  width: 50%;
  padding-left: 130px;
  margin-bottom: 8px;
}
@media screen and (max-width:769px){
  /*768px以下で適用する内容*/
  ul.customer_list{
    width: 90%;
  }
  ul.customer_list li{
    padding-left: 85px;
  }
}
@media screen and (max-width:414px){
  /*414px以下で適用する内容 iPhone Plus*/
  ul.customer_list{
  font-size: 11px;
  }
  ul.customer_list li{
    padding-left: 7%;
  }
}

/*------h3_line------*/
section.gray{
  background-color: #eef0f7;
  padding:0 0 10px 0;
}

h3.h3_line {
  position: relative;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 2.2rem;
}
h3.h3_line span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #eef0f7;
  text-align: left;
}
h3.h3_line::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #93989d;
}
@media screen and (max-width:414px){
  /*414px以下で適用する内容 iPhone Plus*/
  h3.h3_line {
    font-size: 1.2rem;
  }
}

/*------media_list------*/
ul.media_list{
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  width: 850px;
  margin: 0 auto;
}
@media screen and (max-width:768px){
  /*768px以下で適用する内容*/
ul.media_list{
  width: 80%;
}
}

/*------form_read------*/
.form_read{
  font-size: 29px;
  color: #fff;
  background-color: #00a0e9;
  border-radius: 30px;
  display: block;
  margin: 120px auto 10px;
  width: 660px;
  text-align: center;
}
.form_read_sub{
  font-size: 24px;
  color: #00a0e9;
  display: block;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width:768px){
  /*768px以下で適用する内容*/
.form_read{
  font-size: 15px;
  margin: 40px auto 10px;
  width: 90%;
}
.form_read_sub{
  font-size: 14px;
  margin: 0 auto;
}
}
@media screen and (max-width:320px){
  /*320px以下で適用する内容 iPhone5*/
.form_read{
  font-size: 13px;
  width: 95%;
}
}

/*------form------*/
form{
  width: 730px;
  margin: 40px auto;
  font-size: 23px;
  line-height: 1.8;
  padding:0 30px;
}
form .form_group{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
form .form_group.mb{ margin-bottom: 20px;}
/**/
.control_label{
  width: 45%;
  padding-right: 30px;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.input_wrap{
  width: 55%;
  display: inherit;
}
  .form_control{
    width: 100%;
    font-size: 1.2rem;
    border: 2px solid #404040;
    border-radius: 4px;
  }

  .form_with_error{
    padding: 5px 0;
  }
/**/
.form_control_check,.form_control_radio{
  width: 55%;
  font-size: 21px;
}
.form_control_radio .input_wrap,
.form_control_check .input_wrap{
  width: 100%;
  display: block;
  line-height: 1.2;
  margin-bottom: 14px;
}
/**/
.form_control_check.kiyaku{
  width: 100%;
  font-size: 1.2rem;
}
/**/
.control_label span.att{
  font-size: 18px;
  display: block;
  margin-top: -6px;
}
/*必須*/
.control_label .required{
  display: inline;
  font-size: 19px;
  font-weight: 300;
  background-color: #00a0e9;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 3px 18px;
}

/*check*/
.form_control_check input[type="checkbox"] {
  display: none;
}
.form_control_check label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  cursor: pointer;
}
.form_control_check label::before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  background: #fff;
  border: 2px solid #404040;
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 5px;
  left: 3px;
  width: 16px;
  height: 4px;
  border-left: 3px solid #3498db;
  border-bottom: 3px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-55deg);
}

/* radio */
.form_control_radio input[type="radio"] {
  display: none;
}
.form_control_radio label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
}
.form_control_radio label::before {
  position: absolute;
  content: '';
  top: 13px;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 2px solid #404040;
  border-radius: 100%;
}
.form_control_radio input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 14px;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  border-radius: 100%;
}

textarea {
  min-width: 100%;
  min-height: 120px;
  border: 2px solid #404040;
  border-radius: 4px;
  resize: vertical;
  font-size: 16px;
  padding: 10px 15px;
}

input[type="submit"] {
  display: inline-block;
  width: 470px;
  height: 90px;
  padding: 0;
  background: url(../images/button_sp.png) no-repeat 0 0;
  background-size: contain;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  outline: none;
}

::-webkit-input-placeholder{
  color: #ccc;
}

.form_txt{
  text-align: center;
  margin-bottom: 20px;
  font-size: 21px;
}
.form_txt span{
  display: block;
  margin-top: 20px;
  font-size: 17px;
}
form p.time{
  margin: 40px 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
/*------form エラー画面------*/
.field-with-errors{
  width: 55%;
  display: inherit;
}
.field-with-errors > .form_control {
  width: 100%;
}

.formError{
  width: 100%;
  padding-left:46%;
  font-size: 1.1rem;
  color: #ff0000;
  display:none;
}

.input_wrap .field-with-errors {
    width: 20px;
}

.kiyaku > span > .field-with-errors{
  width: 100%;
}
.kiyaku > span > .formError {
    padding-left: 0;
}

@media screen and (max-width:768px){
  .formError{
    font-size: 0.7rem;
  }
}
@media screen and (max-width:320px){
  .field-with-errors{
    width: 47%;
  }
}


@media screen and (max-width:768px){
  /*768px以下で適用する内容*/
  form{
    width: 80%;
    margin: 20px auto;
    padding: 0;
    font-size: 0.9rem;
  }
  form div.form_group .control_label{
    padding-right: 7px;
  }
  .control_label .required{
    font-size: 0.7rem;
    padding: 4px 6px;
  }
  .form_control_check .input_wrap,
  .form_control_radio .input_wrap {
    margin-bottom: 3px;
  }
  .form_control_check label,
  .form_control_radio label {
      font-size: 0.9rem;
      margin-top: 8px;
      /*white-space: nowrap;*/
  }
 /* .form_control_check.kiyaku .input_wrap label,
  .form_control_check.kiyaku label{
      white-space: normal;
  }*/
  .form_control_check label::before {
    top: 7px;
  }
  input[type="checkbox"]:checked + label::after {
    top: 0;
  }
  .control_label span.att{
    font-size: 0.7rem;
  }
  input[type="submit"] {
    width: 260px;
    height: 50px;
  }
  textarea{
    font-size: 13px;
  }
  .form_txt{
    font-size: 0.9rem;
  }
  select.form_control{
      font-size: 0.9rem;
  }
  .form_txt span{
    margin-top: 10px;
    font-size: 0.8rem;
  }
  form p.time{
    margin: 30px 0 10px;
    font-size: 1.0rem;
  }
}
@media screen and (max-width:375px){
  /*375px以下で適用する内容 iPhoneX*/
  .control_label .required{
    padding: 1px 3px;
  }
  .form_control_radio label::before {
    top: 10px;
  }
  .form_control_radio input[type="radio"]:checked + label::after{
    top: 11px;
  }
  .form_control_check label,
  .form_control_radio label {
      margin-top: 5px;
  }
}
@media screen and (max-width:320px){
  /*320px以下で適用する内容 iPhone5*/
  .control_label {
    width: 53%;
  }
  .input_wrap{
    width: 47%;
  }
  .form_control_check,
  .form_control_radio {
    width: 47%;
  }

  form div.form_group .control_label{
    padding-right: 5px;
  }
  .control_label .required{
    margin-top: 3px;
  }
  textarea{
    font-size: 11px;
  }

}

/*------form end/------*/








/*---others---*/
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt100{margin-top: 100px;}

.mr10{margin-right: 10px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}
.mr60{margin-right: 60px;}
.mr70{margin-right: 70px;}
.mr100{margin-right: 100px;}

.ml10{margin-left: 10px;}
.ml30{margin-left: 30px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}

.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}


.t_center{text-align: center;}
.t_right{text-align: right;}
.m_center{margin:0 auto; display: block;}

.bold{font-weight: 600;}

a.line{text-decoration: underline;}

ul.disc{
    list-style: disc;
    padding-left: 20px;
}

.color{ color: #808080;}

p.indent{
  text-indent: -1em;
  padding-left: 1em;
}

.italic{
  font-style: italic;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

.clear{
  clear: both;
}
.notice-box{
  margin: 0 auto 40px auto;
  overflow: auto;
  padding: 10px;
  width: 730px;
  margin: 40px auto;
  font-size: 23px;
  line-height: 1.8;
  height: 300px;  /* 高さを制限(※) */
  overflow: scroll; /* スクロールバーを表示(※) */
  border: #999 1px solid;  /* 枠線を追加 */
}
.notice-box p{
  margin-bottom: 10px;
  font-size: 12px
}
.mail-content {
  text-align: center;
  padding: 50px 0;
  width: 100%;
}
.mail-img{
  vertical-align: middle;
  margin-right: 30px;
}
.mail-txt-box {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  height: 300px;
  box-sizing: border-box;
  padding: 80px 30px 30px 0;
}
.mail-return-link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mail-content {
    padding: 80px 0;
  }
  .mail-img{
    vertical-align: unset;
  }
  .mail-txt-box {
    display: block;
    vertical-align: unset;
    text-align: center;
    height: auto;
    box-sizing: border-box;
    padding: 30px 0;
  }
  .mail-txt-item {
    display: inline-block;
    width: 80%;
    text-align: left;
  }

  .mail-txt-box {
    width: 80%;
  }

  .notice-box{
    width: 90%;
  }
}
label.error{
  background-color:transparent !important;
  border:none !important;
  position:absolute;
  margin-top:40px;
  color:#f22253;
  font-size:11px;
}
#message_box .error{
      margin-top: -1rem;
}

@media screen and (max-width:768px){
  label.error{
    background-color:transparent !important;
    border:none !important;
    position:absolute;
    margin-top:25px;
    color:#f22253;
    font-size:11px;
  }

  #message_box .error{
        margin-top: 0;
  }
}
