@charset "UTF-8";

/*reset*/
main{
  background-color: #F7F7F5;
  background: url(../images/kabe2018_01_2x.jpg) repeat;
  background-size: 70px;
}
main ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
main ul li{
  line-height: 2rem;
}
h1, h2, h3, h4{
  margin: 0;
  padding: 0;
  text-align: center;
}
main a{
  text-decoration: none;
  color:#C6B138;
}
main a:hover{
  text-decoration: none;
  color:#C6B138;
  opacity: 0.8;
}
img{
  display: block;
}
/*共通*/
h1{
  font-size: 3rem;
}
h2{
  font-size: 1.4rem;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  font-weight: bold;
}
h3{
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}
h4{
  font-size: 1.6rem;
  margin-bottom: 30px;
}
h5{
  font-weight: bold;
  font-size: 1.2rem;
}
.text_area{
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.snsIcon {
  margin: 30px 0;
}
.fw_b{
  font-weight: bold;
}
.fs_lg{
  font-weight: bold;
  font-size: 1.6rem;
}
.fs_md{
  font-weight: bold;
  font-size: 1.25rem;
}
.fs_sm{
  font-weight: bold;
  font-size: 1.1rem;
}
.ff-m{
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.row{
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 60px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: 0.95rem;
}
.navbar-dark .navbar-nav .nav-link:hover{
  color: #C6B138;
}
.nav-item:hover{
  background-color: #fff;
}
main ul li.nav-item {
  padding: 0 20px;
}
main ul li {
  line-height: 2rem;
}
.active{
  color: #C6B138!important;
  background-color: #fff;
}
.navbar {
  padding: 0;
}
.bg-black{
  background:rgba(0, 0, 0, 0.5);
}
.fc-white{
  color: #fff;
}
.banner-area{
  text-align: center;
}
.banner-area a{
  display: block;
}
.banner-area img{
  display: block;
  max-width: 364px;
  width: 100%;
  margin: 0 auto;
}
.p-photo{
  width: 100%;
  max-width: 185px;
}
.bg-b{
  background-color: #f2edec;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(55, 9, 9, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler{
  border-color: rgba(55, 9, 9, 1)!important;
}
nav{
  width: 960px;
  margin: auto;
}
@media (min-width: 1200px){
.container {
    max-width: 960px;
}
}
@media screen and (min-width: 544px){	
  .br-pc {display:block;}
  .br-sp {display:none;}
}
@media screen and (max-width: 545px){	
  .br-pc {display:none;}
  .br-sp {display:block;}
}
nav{
  width: 960px;
  margin: auto;
  font-size: 0.9rem;
}
/* mainVisual */
section.mainVisual{
  padding: 0;
}
section.mainVisual .mainTitle{
  padding: 30px 0;
}
section.mainVisual .mainTitle_wrap .row{
  background: rgba(255, 255, 255, 0.6);
}
section.mainVisual .title-area{
  background-color: #370909;
  padding:  5px 0;
}
section.mainVisual .title-area{
  text-align: center;
}
section.mainVisual .text_area-inner{
  margin: 0 auto;
  width: 390px;
  display: flex;
}
section.mainVisual img.icon{
  width: 39px;
  height: 29px;
  display: block;
  margin: 0 20px 0 0;
}
section.mainVisual img.title_01{
  max-width: 351px;
  width: 100%;
  height: 24px;
  display: block;
}
section.mainVisual img.title_02{
  max-width: 287px;
  width: 100%;
  display: block;
  margin: auto;
}

section.mainArea{
  padding: 0 0 50px 0;
}
section.contentsArea{
  padding: 0 0 50px 0;
}
section.contentsArea h2{
  padding: 0 0 0 15px;
}
section.contentsArea img.book{
  margin: 0 auto 20px;
  width: 100%;
  max-width: 185px;
}
section.contentsArea img.amazon_icon{
  margin: auto;
  width: 100%;
  max-width: 185px;
}

section.descriptionArea{
  margin: 0 0 30px 0 ;
}

section.courseArea{
  padding: 0 0 50px 0;
}
section.courseArea h2{
  padding: 20px 0 20px 55px;
  color: #fff;
  background-color: #000;
  width: calc(100% + 120px);
  margin: 0 -60px;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  font-size: 1.7rem;
}
section.courseArea h4{
  font-size: 1.2rem;
  font-weight: bold;
}
section.courseArea h4 span{
  font-size: 1.1rem;
  font-weight: normal;
}
section.contentsArea ul.method-list{
  margin: 0 0 0 20px;
}
section.contentsArea ul.method-list li{
  position: relative;
}
section.contentsArea ul.method-list li::before {
  position: absolute;
  content: "◎";
  padding: 0 10px 0 0;
  top: 0;
  left: -20px;
}
section.aboutArea{
  padding: 0 0 50px 0;
}
section.aboutArea h2{
  padding: 20px 0 20px 55px;
  color: #fff;
  background-color: #000;
  width: calc(100% + 120px);
  margin: 0 -60px;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  font-size: 1.7rem;
}
section.aboutArea h4{
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
section.aboutArea ul{
  list-style-type: disc;
}
section.aboutArea h3{
  padding: 20px 0;
  border-top: solid 1px #afa7a7;
  border-bottom: solid 1px #afa7a7;
}

section.profileArea{
  padding: 0 0 50px 0;
}
section.profileArea h2{
  padding: 20px 0 20px 55px;
  color: #fff;
  background-color: #000;
  width: calc(100% + 120px);
  margin: 0 -60px;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  font-size: 1.7rem;
}
section.profileArea h4{
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
section.profileArea ul{
  list-style-type: disc;
}
section.profileArea h3{
  padding: 40px 0 10px;
  border: none;
}
section.profileArea .p-photo{
  width: 100%;
  max-width: 236px;
}

section.contactArea{
  padding: 0 0 50px 0;
}
section.contactArea h2{
  padding: 20px 0 20px 55px;
  color: #fff;
  background-color: #000;
  width: calc(100% + 120px);
  margin: 0 -60px;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  font-size: 1.7rem;
}
section.contactArea h4{
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
section.contactArea ul{
  list-style-type: disc;
}
section.contactArea h3{
  padding: 20px 0;
  border: none;
}

section.faqArea{
  padding: 0 0 50px 0;
}
section.faqArea h2{
  padding: 20px 0 20px 55px;
  color: #fff;
  background-color: #000;
  width: calc(100% + 120px);
  margin: 0 -60px;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
  font-size: 1.7rem;
}
section.faqArea h4{
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  margin: 50px 0 20px 0;
}
section.faqArea ul{
  list-style-type: disc;
}
section.faqArea h3{
  padding: 20px 0;
  border: none;
}
section.faqArea label.labo-title{
  line-height: 1.8;
  padding: 7px 0 0 0;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #999;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 75px;
  border-bottom: 3px solid #fff;
  background-color: #370909;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  line-height: 4.8rem;
  border-bottom: solid 1px transparent;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
  cursor: hand;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#method:checked ~ #method_content,
#labo:checked ~ #labo_content,
#training:checked ~ #training_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff;
  color: #000;
  border-bottom: solid 1px #999;
}