@charset "UTF-8";


/* clearfix
------------------------------------------------------------------------------*/
.clearfix:after {
content:'';
display:block;
clear:both;
}


/*
==================================================
共通
==================================================
*/
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #007bff;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
img{
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: bold;
}
.center {
  text-align: center;
}
.fb {
  font-size: 22px;
  font-size: 2.2rem;
}
.bg-line {
  background-color: #fff600;
}
.red {
  color: #f00;
}

/* header ------------------------------------------------------*/
header {
  padding: 25px 20px 0;
}
header h1 img {
  margin: 0 auto;
}
/* .section ------------------------------------------------------*/
.section {
  clear: both;
  margin-bottom: 60px;
}
.section:last-child {
  margin-bottom: 50px;
}
.bg-lg {
  padding: 50px 0;
  margin-bottom: 50px;
  background-color: #f7f7f7;
}
.section .image {
  margin: 0 auto 20px;
  text-align: center;
}
.section .txt {
  margin-bottom: 20px;
}
.section .txt:last-child {
  margin-bottom: 0;
}
.section .box {
  padding: 20px;
  margin-bottom: 20px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.section h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}
.bggray {
  padding: 60px 0;
  background: #f7f7f7;
}
h3 {
  margin-bottom: 30px;
  text-align: center;
}
.inner {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}
/* #cam */
#cam {
  padding: 20px 10px;
  margin-bottom: 0;
  text-align: center;
  background-color: #a00;
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: bold;
}
/* #merit */
#merit .box {
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 0 12px #ddd;
  border-radius: 10px;
}
#merit .box:last-child {
  margin-bottom: 0;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-box .image {
  width: 70%;
  padding-right: 10px;
}
.flex-box .image:last-child {
  width: 30%;
  padding: 0 0 0 10px;
}
#merit h3,
#merit .cap {
  margin-bottom: 20px;
}
#merit #tokuten h3 {
  margin-bottom: 30px;
}
#merit .block {
  margin-bottom: 50px;
}
#merit a {
  text-decoration: underline;
}
.movie-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
}
.movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .table-wrapper#function table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
  font-size: 16px;
}
.section .table-wrapper#function table td {
  text-align: center;
  vertical-align: middle;
  padding: 7px 5px 3px;
  border: 1px solid #000;
  background-color: #fff;
}
.section .table-wrapper#function table th {
  text-align: center;
  vertical-align: middle;
  padding: 7px 5px 3px;
  border: 1px solid #000;
  border-bottom: 4px double #000;
  background-color: #efefef;
}
.section .table-wrapper#function {
  border: 2px solid #000;
}
.section .table-wrapper#function th:first-child,
.section .table-wrapper#function td:first-child {
  border-right-width: 2px;
}
.section .caption {
  padding-top: 10px;
  font-size: 14px;
}
.section .table-wrapper#function table sup {
  font-size: 12px;
}
.section .table-wrapper#function tr:last-child td {
  text-align: center;
  border-top-width: 2px;
}
.section .table-wrapper#function tr td:first-child {
  text-align: left;
  background-color: #efefef;
}
/* voice */
.section.voiceWrapper .block {
  max-width: 800px;
  margin: 0 auto 50px;
}
.section.voiceWrapper .name {
  text-align: center;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
}
.section.voiceWrapper .name span {
  font-size: 20px;
}
.section.voiceWrapper .movie-wrapper {
  position: relative;
  width: 100%;
}
.section.voiceWrapper .movie-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}
/* profile */
.section.profileWrapper .block {
  position: relative;
  overflow: hidden;
  margin: 50px 0 0;
  z-index: -10;
  border: 1px solid #014328;
  background: url("../images/bg_profile03.jpg")no-repeat 250px 0/auto 100%;
}
.section.profileWrapper .block:first-child {
  background-size: contain;
}

.section.profileWrapper .frame {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 100%;
  height: 200%;
  z-index: -1;
  background-color: #014328;
  -webkit-transform: skew(12deg);
  transform: skew(12deg);
}

.section.profileWrapper .wrapper {
  width: 57%;
  padding: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.section.profileWrapper .wrapper a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
.section.profileWrapper h3 {
  padding: 0;
  margin: 0 auto 15px;
  font-size: 38px;
  font-size:3.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: none;
  text-align: left;
  font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.section.profileWrapper h3 span {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.section.profileWrapper .txt {
  margin-bottom: 15px;
}
/* #faq */
.section#faq .que {
  padding:10px 10px 10px 50px;
  font-weight: bold;
  background:#efefef url("../images/icon_q.png") no-repeat 10px 10px/30px auto;
}
.section#faq .ans {
  padding:15px 10px 10px 50px;
  margin-bottom: 20px;
  background: url("../images/icon_a.png") no-repeat 10px 15px/30px auto;
}
.section.product dl.l-box {
  padding: 10px 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  font-size: 16px;
}
.section.product dl.l-box dt {
  font-weight: bold;
}
.section.product ul li {
  margin-bottom: 10px;
  text-align: center;
}
.section.product ul li a {
  font-weight: bold;
  text-decoration: underline;
}
.section.product small {
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: right;
  font-size: 12px;
}
.section.product .f-small {
  font-size: 30px;
}
sup {
  font-size: 16px;
}.section#faq .image {
  margin: 0 0 30px;
  text-align: left;
}
.section#faq .image img {
  padding: 0 10px;
  border:1px solid #ddd;
}
.section#faq .table-wrapper {
  margin-bottom: 30px;
}
.section#faq .table-wrapper table {
  width: 600px;
  border-collapse: collapse;
  font-size: 16px;
}
.section#faq .table-wrapper table th,
.section#faq .table-wrapper table td {
  padding: 5px 10px 2px;
  border:1px solid #ddd;
  text-align: right;
}
.section#faq .table-wrapper table th {
  background-color: #eee;
  text-align: center;
  font-weight: bold;
}
/* btn ------------------------------------------------------*/
.btn {
  width: 100%;
  max-width: 700px;
  margin: 50px auto;
}
.btn a {
  display: block;
  text-align: left;
  background-color: #ffa300;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 24px 15px 100px;
  border-radius: 15px;
  border-bottom: 4px solid #d37800;
  width: 100%;
  background: url("../images/icon_arrow02.png") no-repeat 30px center #ffa300;
}
.btn a:hover {
  color: #fff;
  background-color: #ff7600;
  transform: translateY(4px);
  border-bottom: 4px solid #ff7600;
}
/* footer ------------------------------------------------------*/
footer {
  background-color: #110c09;
}

.sp {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width:768px){
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .fb {
    font-size: 20px;
    font-size: 2rem;
  }
  header {
    padding: 20px 10px 0;
  }
  .bg-lg {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  #cam {
    padding: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #merit .box {
    padding: 15px;
  }
  #merit h3,
  #merit .cap,
  .section .txt {
    margin-bottom: 15px;
  }
  #merit .box {
    margin-bottom: 10px;
  }
  .section,
  #merit .block {
    margin-bottom: 30px;
  }
  .section h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #merit #tokuten h3 {
    margin-bottom: 20px;
  }
  .section .table-wrapper#function table {
    font-size: 14px;
  }
  .section.voiceWrapper .name {
    font-size: 20px;
  }
  .section.voiceWrapper .name span {
    font-size: 18px;
  }
  .btn {
    margin: 30px auto;
  }
  .btn a {
    padding: 20px 20px 18px 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    background-size: 30px;
    background-position: 10px center;
    text-align: center;
    }
  .section.profileWrapper h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .section.profileWrapper h3 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .section.profileWrapper .block {
    padding: 20px 0 10px;
    margin: 0 0 20px;
    background: none;
    background-color: #014328;
  }
  .section.profileWrapper .txt {
      font-size: 16px;
	   font-size:1.6rem;
  }

  .section.profileWrapper .frame {
    position: static;
    display: block;
    width: 60%;
    left: 0;
    top: 0;
    margin: 0 auto 10px;
    background: #fff;
    transform: none;
  }
  .section.profileWrapper .frame img {
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
  }
  .section.profileWrapper .sp {
    display: block;
  }
  .section.profileWrapper .wrapper {
    width: 100%;
    padding: 10px 20px;
  }
  .section#faq .table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
  }
  .section.profileWrapper .wrapper .txt br {
    display: none;
  }
}
@media screen and (max-width:480px){
}
