@charset "utf-8";
/* CSS Document */
.contents h2 {
  background: url(images/h2_icon.png) no-repeat left 3px;
  background-size: 24.5px auto;
}
.mag .contents h2 {
  background: url(images/h2_icon02.png) no-repeat left 3px;
  background-size: 24.5px auto;
}
.twit .contents h2 {
  background: url(images/h2_icon03.png) no-repeat left 3px;
  background-size: 24.5px auto;
}
.mag .contents h5 {
  margin-bottom: 5px;
}
/*FAQ .faq
***********************************************/
.faq .contents .btnArea {
  margin-bottom: 25px;
}
.faq .contents .btnArea::after {
  content: "";
  clear: both;
  display: block;
}
.faq .contents .btnArea p {
  float: right;
}
.faq .contents .btnArea p a {
  background: url(../common/images/arrow_d.png) #0094d7 no-repeat right 16px top 50% / 12px auto;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
  color: #FFF;
}
.faq .contents .btnArea p a:hover {
  background: url(../common/images/arrow_d.png) #0094d7 no-repeat right 11px top 50% / 12px auto;
}
.faq .contents .btnArea p a span {
  padding-left: 25px;
  background: url(../common/images/icon_camera02.png) no-repeat left 50% / 12px auto;
}
.faq .contents ul.qList li {
  margin-bottom: 10px;
}
.faq .contents ul.qList li a {
  color: #1f1f1f;
}
.faq .contents ul.qList li::before {
  content: 'Q';
  display: inline-block;
  background: #0094D7;
  padding: 5px 8px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFF;
  border-radius: 3px;
  font-size: 11px;
  float: left;
  clear: both;
}
.faq .contents ul.qList li p {
  padding-left: 2.7em;
}
.faq .contents .qaArea {
  border-top: #CCC dotted 1px;
  padding-top: 50px;
}
.faq .contents ul.qList li a.blankLink {
  background: url(../common/images/icon_blanklink.png) no-repeat right 6px;
  background-size: 12px auto;
  padding-right: 20px;
}
.faq .contents .qtitle {
  margin-bottom: 10px;
  margin-top: -20px;
  padding-top: 20px;
  font-size: 15px;
}
.faq .contents .qtitle span {
  padding-left: 2.7em;
  display: block;
  font-weight: bold;
  line-height: 1.5;
}
.faq .contents .qtitle::before {
  content: 'Q';
  display: inline-block;
  background: #0094D7;
  padding: 5px 8px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFF;
  border-radius: 3px;
  font-size: 11px;
  float: left;
  clear: both;
}
.faq .contents .ans {
  background: #efeff1;
  padding: 15px;
}
.faq .contents .ans::before {
  content: 'A';
  display: inline-block;
  background: #d92743;
  padding: 5px 8px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFF;
  border-radius: 3px;
  font-size: 11px;
  float: left;
  clear: both;
}
.faq .contents .ans .ans_inner {
  padding-left: 3em;
  display: block;
}
.faq .contents .backBtn {
  margin-bottom: 30px;
  margin-top: 8px;
  font-size: 12px;
  text-align: right;
}
.faq .contents .backBtn a {
  display: inline-block;
  background: url(../common/images/arrow11.png) no-repeat left 8px;
  background-size: 6px auto;
  padding-left: 16px;
}
/*お問合せ .contact
***********************************************/
.contact .contents .btnArea {
  margin-bottom: 15px;
}
.contact .contents .btnArea p {
  display: inline-block;
}
.contact .contents .btnArea p a {
  background: url(../common/images/arrow_d.png) #0094d7 no-repeat right 16px top 50% / 12px auto;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
  color: #FFF;
}
.contact .contents .btnArea p a:hover {
  background: url(../common/images/arrow_d.png) #0094d7 no-repeat right 11px top 50% / 12px auto;
}
.contact .contents .btnArea p a span {
  padding-left: 25px;
  background: url(../common/images/icon_camera02.png) no-repeat left 50% / 12px auto;
}
.contact .contents ul.telList {
  font-size: 0;
}
.contact .contents ul.telList li {
  display: inline-block;
  width: 465px;
  widht: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2x);
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
}
.contact .contents ul.telList li:nth-child(odd) {
  margin-right: 40px;
}
.contact .contents ul.telList li .logo {
  width: 100px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
.contact .contents ul.telList li .logo img {
  max-width: 100%;
}
.contact .contents ul.telList li .detail {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  width: 330px;
  widht: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
}
.contact .contents ul.telList li .c_name {
  margin-bottom: 5px;
  font-weight: bold;
}
/*同意確認画面 .form
***********************************************/
.form .contents ul.formBtn {
  font-size: 0;
  text-align: center;
  width: 420px;
  margin: 40px auto 0 auto;
}
.form .contents ul.formBtn:after {
  content: "";
  clear: both;
  display: block;
}
.form .contents ul.formBtn li {
  font-size: 13px;
  display: inline-block;
  width: 15em;
}
.form .contents ul.formBtn li a {
  display: block;
  text-decoration: none;
}
.form .contents ul.formBtn li.next {
  float: right;
}
.form .contents ul.formBtn li.next a {
  background: #0094d7;
  color: #FFF;
  padding: 10px 15px 10px 25px;
}
.form .contents ul.formBtn li.next a span {
  display: inline-block;
  background: url(../common/images/arrow_d.png) no-repeat right 5px top 55% / 12px auto;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form .contents ul.formBtn li.next a:hover span {
  background: url(../common/images/arrow_d.png) #0094d7 no-repeat right 0px top 55% / 12px auto;
}
.form .contents ul.formBtn li.back {
  float: left;
}
.form .contents ul.formBtn li.back a {
  background: #FFF;
  border: #0094d7 solid 2px;
  padding: 10px 25px 10px 15px;
}
.form .contents ul.formBtn li.back a span {
  display: inline-block;
  background: url(../common/images/arrow08.png) no-repeat left 5px top 55% / 12px auto;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form .contents ul.formBtn li.back a:hover span {
  background: url(../common/images/arrow08.png) no-repeat left 0px top 55% / 12px auto;
}
/*お問合せフォーム .regist
***********************************************/
.regist .contents .read01 {
  margin-bottom: 15px;
}
.regist .contents table.table01 th {
  width: 18em;
  padding: 10px;
}
.regist .contents table.table01 th::after {
  content: '必須';
  font-size: 11px;
  background: #D92944;
  line-height: 1.2;
  padding: 2px 5px;
  display: inline-block;
  margin-left: 15px;
  border-radius: 3px;
  color: #FFF;
}
.regist .contents table.table01 td {
  padding: 10px;
}
.regist .contents table.table01 input[type="text"], .regist .contents table.table01 input[type="email"], .regist .contents table.table01 input[type="text"] {
  border: #CCC solid 1px;
  padding: 5px 10px;
  border-radius: 3px;
  width: 50%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}
.regist .contents table.table01 select {
  border: #CCC solid 1px;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}
.regist .contents table.table01 textarea {
  border: #CCC solid 1px;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
  min-height: 12em;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
}
.regist .contents ul.formBtn {
  text-align: center;
  margin: 20px 0;
}
.regist .contents ul.formBtn button {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}
.regist .contents ul.formBtn li.next button {
  background: #0094d7;
  color: #FFF;
  padding: 15px 15px 15px 25px;
  border: none;
  min-width: 20em;
}
.regist .contents ul.formBtn li.next button:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.regist .contents ul.formBtn li.next button span {
  display: inline-block;
  background: url(../common/images/arrow_d.png) no-repeat right 5px top 55% / 12px auto;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.regist .contents ul.formBtn li.next button:hover span {
  background: url(../common/images/arrow_d.png) #0094d7 no-repeat right 0px top 55% / 12px auto;
}
.regist .contents ul.formBtn li.back a, .regist .contents ul.formBtn li.back button {
  background: #FFF;
  border: #0094d7 solid 2px;
  padding: 5px 25px 5px 15px;
  font-size: 12px;
  color: #0094d7;
}
.regist .contents ul.formBtn li.back button:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.regist .contents ul.formBtn li.back a span, .regist .contents ul.formBtn li.back button span {
  display: inline-block;
  background: url(../common/images/arrow08.png) no-repeat left 5px top 55% / 12px auto;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.regist .contents ul.formBtn li.back a:hover span, .regist .contents ul.formBtn li.back button:hover span {
  background: url(../common/images/arrow08.png) no-repeat left 0px top 55% / 12px auto;
}
.regist .errMsg {
  margin-bottom: 5px;
  color: #F33;
  font-weight: bold;
}
/*完了画面 .complete
***********************************************/
.complete .contents .comptext {
  text-align: center;
  margin-bottom: 30px;
}
.complete .contents ul {
  text-align: center;
}
.complete .contents ul.backBtn li {
  font-size: 13px;
  display: inline-block;
  width: 15em;
}
.complete .contents ul.backBtn li a {
  display: block;
  text-decoration: none;
}
.complete .contents ul.backBtn li a {
  background: #0094d7;
  color: #FFF;
  padding: 10px 15px 10px 25px;
}
.complete .contents ul.backBtn li a span {
  display: inline-block;
  background: url(../common/images/arrow_d.png) no-repeat right 5px top 55% / 12px auto;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.complete .contents ul.backBtn li a:hover span {
  background: url(../common/images/arrow_d.png) #0094d7 no-repeat right 0px top 55% / 12px auto;
}
@media screen and (max-width: 767px) { /*SP*/
  .faq .contents .btnArea p {
    float: none;
  }
  .faq .contents .qtitle {
    font-size: 13px;
  }
  .faq .contents .ans {
    padding: 12px;
  }
  /*お問合せ .contact
***********************************************/
  .contact .contents ul.telList li {
    width: 100%;
    margin-right: 0;
  }
  .contact .contents ul.telList li:nth-child(odd) {
    margin-right: 0;
  }
  .contact .contents ul.telList li .logo {
    width: 70px;
    margin-right: 20px;
  }
  .contact .contents ul.telList li .detail {
    font-size: 13px;
    display: inline-block;
    width: 70%;
    widht: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  /*お問合せ .contact
***********************************************/
  .contact .contents .btnArea p {
    display: block;
  }
  /*フォーム .form
***********************************************/
  .form .contents ul.formBtn {
    width: 100%;
    margin-top: 25px;
  }
  .form .contents ul.formBtn li {
    float: none !important;
    margin-bottom: 10px;
    width: 100%;
  }
  .form .contents ul.formBtn li.next a {
    padding: 15px 15px 15px 25px;
    font-size: 15px;
  }
  /*お問合せフォーム .regist
***********************************************/
  .regist .contents table.table01 th {
    width: 100%;
  }
  .regist .contents table.table01 th::after {
    margin-left: 10px;
  }
  .regist .contents table.table01 input[type="text"], .regist .contents table.table01 input[type="email"], .regist .contents table.table01 input[type="text"] {
    width: 100%;
    -webkit-appearance: none;
  }
  .regist .contents table.table01 select {
    width: 100%;
    -webkit-appearance: none;
  }
  .regist .contents table.table01 textarea {
    -webkit-appearance: none;
  }
  .regist .contents ul.formBtn {
    margin-bottom: 25px;
  }
  .regist .contents ul.formBtn li.next button {
    min-width: initial;
    min-width: auto;
    width: 100%;
    -webkit-appearance: none;
    padding: 15px 15px 15px 25px;
    font-size: 15px;
  }
  .regist .contents ul.formBtn li.back a {
    padding: 10px 25px 10px 15px;
  }
  /*完了画面 .complete
***********************************************/
  .complete .contents .comptext {
    text-align: left;
    margin-bottom: 25px;
  }
  .complete .contents ul.backBtn li {
    width: 100%;
  }
}
/*サイトポリシー　.index
***********************************************/
.mag .read01 {
  margin-bottom: 40px;
}
.mag .read02 {
  margin-bottom: 50px;
}
.mag .read03 {
  margin-bottom: 20px;
}
.mag .li01 {
  padding-left: 1.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) { /*SP*/
  /*サイトポリシー　.index
***********************************************/
  .mag .read01 {
    margin-bottom: 30px;
  }
  .mag .read02 {
    margin-bottom: 30px;
  }
  .mag .read03 {
    margin-bottom: 15px;
  }
  .mag .li01 {
    margin-bottom: 15px;
  }
}