/* -----------------------
	main contents 
-----------------------*/
.container {
  max-width: 1170px;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {
  #main {
    padding-top: 0px;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) and (max-width: 767px) {
  #main {
    padding-top: 0px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .head_logo {
    width: 50%;
  }
  #main {
    padding-top: 0px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .head_logo {
    width: 40%;
  }
  #main {
    padding-top: 0px;
  }
  #main .container {
    max-width: 1000px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {
  .head_logo {
    width: 40%;
  }
  #main {
    padding-top: 0px;
  }
  #main .container {
    max-width: 1100px;
  }
}
/* -----------------------
トビラの会がプロデュース
-----------------------*/
#produce {}
#produce h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #produce h2 {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
/* -----------------------
カウンセラー一覧
-----------------------*/
#counselor {}
#counselor h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #counselor h2 {
    font-size: 1.6rem;
  }
}
#counselor .td_color_01 {
  background-color: #efeeea;
  color: #000;
  text-align:center;
}
#counselor .td_color_02 {
  background-color: rgba(255, 255, 255, 1);
}
@media only screen and (max-width:480px) {
  #counselor td {
    font-size: 0.8rem;
  }
}
/* -----------------------
カウンセラー募集
-----------------------*/
#counselor_recruiting {}
#counselor_recruiting h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #counselor_recruiting h2 {
    font-size: 1.6rem;
  }
}
/* -----------------------
カウンセリング会員希望の方はトビラプレミアムにご参加ください
-----------------------*/
#smc_induction {}
#smc_induction h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #smc_induction h2 {
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}
/* -----------------------
利用ルール・規約
-----------------------*/
#smc_rule {}
#smc_rule h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #smc_rule h2 {
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}


/* -----------------------
特徴
-----------------------*/
#feature {}
#feature h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #feature h2 {
    font-size: 1.6rem;
  }
}
#feature h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
#feature p {
  font-size: 1.0rem;
}
/* -----------------------
他
-----------------------*/
.bn_fb {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {
  .bn_fb {
    width: auto;
  }
}
/* -----------------------
議論
-----------------------*/
.discussion {}
.discussion ul {
  text-align: center;
}
.discussion ul li {
  font-size: 0.7rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 2px !important;
  margin-right: 2px !important;
  background-color: #2D4A7A;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {
  .discussion ul {
    text-align: left;
  }
  .discussion ul li {
    font-size: 0.5rem;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 2px !important;
    margin-right: 2px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: #2D4A7A;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    display: inline;
  }
}
/* -----------------------
LINE
-----------------------*/
#line {}
#line h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #line h2 {
    font-size: 1.6rem;
  }
}
#line h3 {
  font-size: 1.0rem;
}
#line p {
  font-size: 1.0rem;
}
/* -----------------------
流れ
-----------------------*/
#flow {}
#flow h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #flow h2 {
    font-size: 1.6rem;
  }
}
#flow h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
#flow p {
  font-size: 1.0rem;
}
#flow .flex_box {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
}
#flow .flex_box_left {
  width: 35%;
}
#flow .flex_box_left img {
  border: 1px solid rgba(165, 146, 103, 1.00)
}
#flow .flex_box_right {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  #flow h3 {
    font-size: 1.2rem;
  }
  #flow p {
    font-size: 0.8rem;
  }
  #flow .flex_box_left {
    width: 25%;
  }
  #flow .flex_box_right {
    width: 75%;
    text-align: left;
  }
}
/* -----------------------
料金女性
-----------------------*/
#price_woman {}
#price_woman h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #price_woman h2 {
    font-size: 1.6rem;
  }
}
#price_woman .attention {
  font-size: 0.9rem;
}
/* -----------------------
料金男性
-----------------------*/
#price_men {}
#price_men h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #price_men h2 {
    font-size: 1.6rem;
  }
}

.b_link,
.b_link:link,
.b_link:visited,
.b_link:hover,
.b_link:active{
	color:#000;
	text-decoration:underline;
}
/* -----------------------
入会書類
-----------------------*/
#identification {}
#identification h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #identification h2 {
    font-size: 1.6rem;
  }
}
/* -----------------------
入会書類
-----------------------*/
.img_present {
  width: 200px;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {
  .img_present {
    width: 30%;
  }
}
/* -----------------------
他社比較1
-----------------------*/
#comparison1 {}
#comparison1 h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #comparison1 h2 {
    font-size: 1.6rem;
  }
}
#comparison1 table {
  font-size: 1.0rem;
}
#comparison1 .text {
  font-size: 0.9rem;
}
/* -----------------------
他社比較2
-----------------------*/
#comparison2 {}
#comparison2 h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width:480px) {
  #comparison2 h2 {
    font-size: 1.6rem;
  }
}
#comparison2 table {
  font-size: 0.9rem;
  margin-left: auto;
  margin-right: auto;
}
#comparison2 .text {
  font-size: 0.9rem;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {}
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) and (max-width: 767px) {}
/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  #comparison2 table {
    font-size: 0.9rem;
  }
}
/* Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #comparison2 table {
    font-size: 0.9rem;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {
  #comparison2 table {
    font-size: 1.0rem;
  }
}
/* -----------------------
フッターインフォメーション
-----------------------*/
#footer_info .footer_link {
  font-size: 1.0rem;
  margin-bottom: 0;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {
  #footer_info .footer_logo {
    width: 200px;
  }
  #footer_info .badge_tobira {
    width: 150px;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) and (max-width: 767px) {
  #footer_info .footer_logo {
    width: 200px;
  }
  #footer_info .badge_tobira {
    width: 150px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  #footer_info .footer_logo {
    width: 200px;
  }
  #footer_info .badge_tobira {
    width: 150px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #footer_info .footer_logo {
    width: 200px;
  }
  #footer_info .badge_tobira {
    width: 150px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {
  #footer_info .footer_logo {
    width: 200px;
  }
  #footer_info .badge_tobira {
    width: 206px;
  }
}
/* -----------------------
	footer 
-----------------------*/
footer {
  width: 100%;
  padding: 15px;
  background: #000;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 12px;
  }
}
/* ------------------------------------------------
　ウインドウ右固定のお問い合わせ＆LINE相談ボタン
------------------------------------------------*/
#infolinkbtn {
  z-index: 100;
  width: 50px;
  position: fixed;
  top: 12%;
  right: 0px;
}
#infolinkbtn .goInquiry {
  width: 50px;
}
#infolinkbtn .goLine {
  width: 50px;
}
#infolinkbtn a:hover img {
  opacity: 0.5;
  transition: .4s;
}
@media screen and (max-width:1440px) {
  #infolinkbtn {
    width: 50px;
    top: 8%;
    right: 0px;
  }
  #infolinkbtn .goInquiry, #infolinkbtn .goLine {
    width: 50px;
  }
}
@media screen and (max-width:1366px) {
  #infolinkbtn {
    width: 40px;
    top: 10%;
    right: 0px;
  }
  #infolinkbtn .goInquiry, #infolinkbtn .goLine {
    width: 40px;
  }
}
@media screen and (max-width:1280px) {
  #infolinkbtn {
    width: 40px;
    top: 10%;
    right: 0px;
  }
  #infolinkbtn .goInquiry, #infolinkbtn .goLine {
    width: 40px;
  }
}
@media screen and (max-width:1026px) {
  #infolinkbtn {
    width: 40px;
    top: 10%;
    right: 0px;
  }
  #infolinkbtn .goInquiry, #infolinkbtn .goLine {
    width: 40px;
  }
}
@media screen and (max-width:800px) {}
@media screen and (max-width:480px) {
  #infolinkbtn {
    width: 40px;
    top: 20%;
    right: 0px;
    display: none !important;
  }
  #infolinkbtn .goInquiry, #infolinkbtn .goLine {
    width: 40px;
    display: none;
  }
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
/*----------------------------------------------------
  汎用 Bootstrapを使わずにRWD対応したtable
----------------------------------------------------*/
.rwd_table {
  width: 100%;
}
.rwd_table th, td {
  padding: 10px;
  border: 1px solid #ddd;
}
.rwd_table th {
  background: #f4f4f4;
}
.rwd_table th {
  width: 30%;
  text-align: left;
}
@media only screen and (max-width:480px) {
  .rwd_table {}
  .rwd_table th, .rwd_table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .rwd_table tr:first-child th {
    border-top: 1px solid #ddd;
  }
}
/*----------------------------------------------------
  ↑の配色調整
----------------------------------------------------*/
.rwd_table_color01 td {
  border: 1px solid #9c875c;
  vertical-align: middle;
}
.rwd_table_color01 th {
  border: 1px solid #D7C8A9;
  vertical-align: middle;
}
.rwd_table_color01 th {
  color: #FFFFFF;
  background: #9c875c;
}
.rwd_table_type02 td {
  border: 1px solid #FFFFFF;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.rwd_table_type02 th {
  border: 1px solid #FFFFFF;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #9c875c;
  background-color: rgba(156, 135, 92, 0.1);
}
.rwd_table_type02 .color_bg_01 {
  background-color: rgba(156, 135, 92, 1.00);
}
.rwd_table_type02 .color_bg_02 {
  color: #FFFFFF;
  background: #2d4a7a;
}
.rwd_table_type02 .color_bg_03 {
  color: #FFFFFF;
  background: #ed3737;
}
.rwd_table_type02 .color_bg_05 {
  background-color: rgba(45, 74, 122, 0.1);
}
.rwd_table_type02 .color_bg_06 {
  background-color: rgba(237, 55, 55, 0.1);
}
@media only screen and (max-width:480px) {
  .rwd_table_type02 th {
    padding: 3px;
    font-size: 0.9rem;
  }
  .rwd_table_type02 td {
    padding: 3px;
    font-size: 1.0rem;
  }
}
.rwd_table_type03 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:480px) {
  .rwd_table_type03 th {
    padding: 3px;
    font-size: 0.9rem;
  }
  .rwd_table_type03 td {
    padding: 3px;
    font-size: 0.9rem;
  }
}
.rwd_table_type04 td {
  border: 1px solid #D3D3D3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.rwd_table_type04 th {
  border: 1px solid #D3D3D3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #4F4F4F;
  background-color: rgba(255, 255, 255, 0.05);
}
.rwd_table_type04 .color_bg_01 {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.05);
}
.rwd_table_type04 .color_bg_02 {
  color: #FFFFFF;
  background: #9c875c;
}
.rwd_table_type04 .color_bg_03 {
  color: #FFFFFF;
  background: #4F4F4F;
}
.rwd_table_type04 .color_bg_04 {
  color: #FFFFFF;
  background: #4F4F4F;
}
.rwd_table_type04 .color_bg_05 {
  color: #FFFFFF;
  background: #2d4a7a;
}
.rwd_table_type04 .color_bg_06 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #9c875c;
  background-color: rgba(156, 135, 92, 0.1);
}
.rwd_table_type04 .color_bg_07 {
  color: #4F4F4F;
  background-color: rgba(0, 0, 0, 0.03);
}
.rwd_table_type04 .color_bg_08 {
  color: #4F4F4F;
  background-color: rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width:480px) {
  .rwd_table_type04 th {
    padding: 3px;
    font-size: 0.8rem;
  }
  .rwd_table_type04 td {
    padding: 3px;
    font-size: 0.8rem;
  }
  .rwd_table_type04 .color_bg_06 {
    font-size: 1.0rem;
  }
}
.rwd_table_type05 td {
  border: 1px solid #D3D3D3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.rwd_table_type05 th {
  border: 1px solid #D3D3D3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #4F4F4F;
  background-color: rgba(255, 255, 255, 0.05);
}
.rwd_table_type05 .color_bg_01 {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.05);
}
.rwd_table_type05 .color_bg_02 {
  color: #FFFFFF;
  background: #9c875c;
}
.rwd_table_type05 .color_bg_03 {
  color: #FFFFFF;
  background: #4F4F4F;
}
.rwd_table_type05 .color_bg_04 {
  color: #FFFFFF;
  background: #2d4a7a;
}
.rwd_table_type05 .color_bg_05 {
  font-weight: bold;
  color: #9c875c;
  background-color: rgba(156, 135, 92, 0.1);
}
.rwd_table_type05 .color_bg_06 {
  color: #4F4F4F;
  background-color: rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width:480px) {
  .rwd_table_type05 th {
    padding: 3px;
    font-size: 0.8rem;
  }
  .rwd_table_type05 td {
    padding: 3px;
    font-size: 0.8rem;
  }
}
/*----------------------------------------------------
  見出しデザイン
----------------------------------------------------*/
.title_decoration span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.title_decoration span::before, .title_decoration span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  width: 20px;
}
.title_decoration span::before {
  content: "";
  left: 0;
  background: url(../img/h2_2_before.png) no-repeat center;
  background-size: contain;
}
.title_decoration span::after {
  content: "";
  right: 0;
  background: url(../img/h2_2_after.png) no-repeat center;
  background-size: contain;
}
/*----------------------------------------------------
  見出しデザイン 2
----------------------------------------------------*/
.title_decoration_2 {
  position: relative;
  color: #432D0B;
  font-size: 1.2rem;
  padding: 10px 0;
  text-align: center;
}
.title_decoration_2:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 72px;
  border-radius: 50%;
  border: 5px solid #efeeeb;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width:480px) {
  .title_decoration_2 {
    font-size: 1.2rem;
  }
  .title_decoration_2:before {
    height: 67px;
  }
}
/*----------------------------------------------------
  見出しデザイン 3
----------------------------------------------------*/
.title_decoration_3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  position: relative;
  padding: 8px 15px;
  margin-left: 40px;
  margin-bottom: 15px;
  background: #9c875c;
  border-radius: 20px;
  max-width: 300px;
}
.title_decoration_3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #9c875c;
}
.title_decoration_3:after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #9c875c;
}
/*----------------------------------------------------
  見出しデザイン 4
----------------------------------------------------*/
.title_decoration_4 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}
.title_decoration_4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #9c875c;
  bottom: -3px;
  width: 20%;
}
/*----------------------------------------------------
  見出しデザイン 5
----------------------------------------------------*/
.title_decoration_5 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.title_decoration_5:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
/************************************
** CVボタン
************************************/
.p-cv-btn-wrap * {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.p-cv-btn-wrap {
  background: #f7f7f7;
  padding: 1.5em !important;
  margin: 0 0 2em !important;
  font-size: 16px;
  line-height: 1.8;
}
.p-cv-btn-wrap ul, .p-cv-btn-wrap a, .p-cv-note {
  max-width: 420px;
  margin: auto !important;
  border: none;
}
.p-cv-btn-wrap ul li {
  font-weight: 500;
  list-style: none;
  font-size: 0.9em;
  position: relative;
  padding-left: 1.5em !important;
}
.p-cv-btn-wrap ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c" !important;
  font-weight: 600;
  color: #1d89b5;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.p-cv-btn a {
  color: #fff;
  text-decoration: none !important;
  background: #000;
  border-bottom: 4px solid #4c4c4c;
  padding: 1.2em 1em !important;
  border-radius: 7px;
  margin: 0.3em auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-cv-btn:hover {
  opacity: 0.9;
}
.p-cv-btn a:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
}
.p-cv-btn .p-cv-em {
  font-size: 0.9em;
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
  display: block;
  color: #003f9c;
  background: #fff;
  padding: 5px 10px !important;
  margin: 2px 10px 0px 0 !important;
  border-radius: 30px;
  min-width: 55px;
  max-width: 80px;
}
.p-cv-btn .p-cv-text {
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0.6em 0 0.6em 0 !important;
  padding: 0 0.6em 0 1em !important;
}
.p-cv-btn i, .p-cv-btn svg {
  color: #fff;
  min-width: 22px;
}
.p-cv-url-wrap {
  font-size: 0.8em !important;
  max-width: 350px;
  margin: 0 auto 0.5em !important;
  display: block;
}
.p-cv-url-wrap a {
  color: #1a0dab !important;
  text-decoration: underline !important;
}
.p-cv-btn-wrap .p-cv-note {
  font-size: 0.9em;
  border: 1px solid #003f9c;
  margin-top: 0.5em !important;
  padding: 0.5em 1em !important;
}
.sidebar .p-cv-btn-wrap {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
/* Extra small devices (portrait phones, less than 576px)*/
@media screen and (max-width: 575px) {
  .p-cv-btn-wrap {
    background: #f7f7f7;
    padding: 0 !important;
    margin: 0 !important;
  }
  .p-cv-btn a {
    padding: 0.5em 0.5em !important;
    margin: 0.3em auto !important;
  }
  .p-cv-btn .p-cv-em {
    font-size: 0.7em;
  }
  .p-cv-btn .p-cv-text {
    font-size: 1.0em;
  }
}