@charset "UTF-8";
/*

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;

*/
/*=============================================
*
* 
*
=============================================*/
html {
  font-size: 72%;
}

body {
  /*CLB FIX*/
  /*background: url("../img/common/back.jpg") repeat;*/
  color: #434343;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0.05em;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 115px;
}
/*CLB ADD*/
body.notlogin {
  padding-top: 70px !important;
}
body img {
  width: auto;
}
@media screen and (max-width: 900px) {
  body {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 40px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, time {
  text-align: center;
}

a {
  color: #434343;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}

span {
  display: inline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  border: none;
}

img {
  max-width: 100%;
}

.underline {
  text-decoration: underline;
}

/*=============================================
*
*  header
*
=============================================*/
#site-header {
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  #site-header {
    height: 60px;
    top: 0;
  }
}
#site-header .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
#site-header .inner .top-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  background: #223a70;
  color: #fff;
  height: 70px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #site-header .inner .top-area {
    height: 60px;
  }
}
#site-header .inner .top-area .header-logo {
  padding-left: 30px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #site-header .inner .top-area .header-logo {
    padding-left: 15px;
  }
}
#site-header .inner .top-area .header-logo a {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
#site-header .inner .top-area #header-btn-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #site-header .inner .top-area #header-btn-group {
    padding-right: 10px;
  }
}
#site-header .inner .top-area #header-btn-group .header-btn {
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
}
#site-header .inner .top-area #header-btn-group .header-btn.cart-btn, #site-header .inner .top-area #header-btn-group .header-btn.search-btn, #site-header .inner .top-area #header-btn-group .header-btn.config-btn {
  font-size: 1.1rem;
  padding-top: 25px;
  width: 45px;
}
#site-header .inner .top-area #header-btn-group .header-btn.cart-btn {
  background: url("../images/common/cart-icon.svg") no-repeat center top;
}
#site-header .inner .top-area #header-btn-group .header-btn.cart-btn .quantity-badge {
  background: #FFAA00;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  padding: 2px 5px 3px;
  position: absolute;
  right: 0;
  top: -7px;
}
#site-header .inner .top-area #header-btn-group .header-btn.search-btn {
  background: url("../images/common/search-icon.svg") no-repeat center top;
}
#site-header .inner .top-area #header-btn-group .header-btn.config-btn {
  background: url("../images/common/config-icon.svg") no-repeat center top;
}
#site-header .inner .top-area #header-btn-group .header-btn.login-btn, #site-header .inner .top-area #header-btn-group .header-btn.regist-btn {
  border: 1px #fff solid;
  border-radius: 20px;
  padding: 10px 35px;
}
@media screen and (max-width: 768px) {
  #site-header .inner .top-area #header-btn-group .header-btn.login-btn, #site-header .inner .top-area #header-btn-group .header-btn.regist-btn {
    display: none;
  }
}
#site-header .inner .top-area #header-btn-group .user-name {
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  #site-header .inner .top-area #header-btn-group .user-name {
    display: none;
  }
}
#site-header .inner #header-nav-group {
  background: #EFEFEF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #site-header .inner #header-nav-group {
    background: #fff;
    display: block;
    height: 100vh;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: -300px;
    top: 60px;
    width: 300px;
  }
  #site-header .inner #header-nav-group.active {
    right: 0;
  }
}
#site-header .inner #header-nav-group .header-nav {
  display: inline-block;
  font-size: 1.5rem;
  padding: 13px 25px 14px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #site-header .inner #header-nav-group .header-nav {
    background: url("../images/common/sp-nav-arrow.svg") no-repeat right 10px center;
    border-bottom: 1px #D5D5D5 solid;
    display: block;
    padding: 15px 15px;
    text-align: left;
  }
}
#site-header .inner #header-nav-group.active {
  visibility: visible;
}
#site-header .inner #header-nav-group .login-btn,
#site-header .inner #header-nav-group .regist-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  #site-header .inner #header-nav-group .login-btn,
#site-header .inner #header-nav-group .regist-btn {
    font-size: 1.5rem;
    display: block;
    margin: 20px auto;
    max-width: 240px;
    padding: 10px 35px;
  }
}
#site-header .inner #header-nav-group .user-name {
  display: none;
}
@media screen and (max-width: 900px) {
  #site-header .inner #header-nav-group .user-name {
    background: #f1f1f1;
    display: block;
    padding: 15px 15px;
    text-align: left;
  }
}
#site-header .inner .menu-toggler {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 1.2rem;
  letter-spacing: -0.96px;
  outline: none;
  padding-top: 25px;
  position: relative;
  white-space: nowrap;
  width: 45px;
}
@media screen and (max-width: 900px) {
  #site-header .inner .menu-toggler {
    display: inline-block;
  }
}
#site-header .inner .menu-toggler span {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 9px;
}
#site-header .inner .menu-toggler span,
#site-header .inner .menu-toggler span::before,
#site-header .inner .menu-toggler span::after {
  background: #fff;
  border-radius: 20px;
  content: "";
  height: 2px;
  position: absolute;
  -webkit-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  top: 9px;
  width: 25px;
}
#site-header .inner .menu-toggler span::before {
  top: -8px;
}
#site-header .inner .menu-toggler span::after {
  top: 8px;
}
#site-header .inner .menu-toggler.active > span {
  background: transparent;
}
#site-header .inner .menu-toggler.active > span::before, #site-header .inner .menu-toggler.active > span::after {
  background: #fff;
  top: 0px;
}
#site-header .inner .menu-toggler.active > span::before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
#site-header .inner .menu-toggler.active > span::after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.tso-menber #site-header .inner .top-area {
  background: #23ac38;
}

/*=============================================
*
* main / section
*
=============================================*/
#main-contents {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main-contents {
    padding: 20px 0 0 0;
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }
}
section.bg-gr {
  background: #F6F6F6;
}
section > .inner {
  margin: 0 auto;
  max-width: 1090px;
  padding: 0;
}
@media screen and (max-width: 1120px) {
  section > .inner {
    padding: 0 15px;
  }
}

.two-content-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.two-content-box > .box {
  margin-right: 40px;
  width: calc(50% - 20px);
}
.two-content-box > .box:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .two-content-box > .box {
    margin-right: 0;
    width: 100%;
  }
}

/*=============================================
*
*  ボタン
*
=============================================*/
.btn-area {
  margin-bottom: 30px;
}
.btn-area.ac {
  text-align: center;
}
.btn-area.ar {
  text-align: right;
}

/* 青に白文字 */
.btn-type1 {
  background: #223a70;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  min-width: 240px;
  padding: 16px 40px;
  position: relative;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 768px) {
  .btn-type1 {
    font-size: 1.8rem;
    padding: 13px 20px;
    max-width: 340px;
    width: 100%;
  }
}
.btn-type1.red {
  background: #FF2727;
}

.tso-menber .btn-type1 {
  background: #23ac38;
}
.tso-menber .btn-type1.red {
  background: #FF2727;
}

/* 青枠 */
.btn-type2 {
  background: #fff;
  border: 1px #223a70 solid;
  border-radius: 30px;
  color: #223a70;
  display: inline-block;
  font-size: 1.4rem;
  padding: 7.5px 20px;
  position: relative;
  width: auto;
}

.tso-menber .btn-type2 {
  border: 1px #23ac38 solid;
  color: #23ac38;
}

/* グレー */
.btn-type3 {
  background: #9F9F9F;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  padding: 7.5px 20px;
  position: relative;
  width: auto;
}

/* 削除 */
.delete-btn {
  background: url("../images/common/delete-icon.svg") no-repeat left 13px center #9F9F9F;
  background-size: 13px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  padding: 7.5px 20px 7.5px 33px;
  position: relative;
  white-space: nowrap;
  width: auto;
}

/*=============================================
*
*  見出し
*
=============================================*/
h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
h2 .free {
  color: #EF487C;
}

/*=============================================
*
*  リンク
*
=============================================*/
.hp-link {
  background: url("../images/common/home-icon.svg") no-repeat left center;
  color: #222222;
  padding-left: 30px;
  text-decoration: underline;
}

.link-type1 {
  color: #223a70;
  text-decoration: underline;
}

.tso-menber .link-type1 {
  color: #23ac38;
}

.link-type2 {
  color: #333;
  text-decoration: underline;
}

/*=============================================
*
* テーブル
*
=============================================*/
.tb-type1 {
  width: 100%;
}
.tb-type1 tbody tr th,
.tb-type1 tfoot tr th {
  padding: 15px 15px 15px 0;
  text-align: right;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .tb-type1 tbody tr th,
.tb-type1 tfoot tr th {
    display: block;
    text-align: left;
    width: 100%;
  }
}
.tb-type1 tbody tr td,
.tb-type1 tfoot tr td {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .tb-type1 tbody tr td,
.tb-type1 tfoot tr td {
    display: block;
    padding-left: 0;
  }
}
.tb-type1 tbody tr td .btn-type1,
.tb-type1 tfoot tr td .btn-type1 {
  font-size: 1.4rem;
  padding: 7px 15px 8px;
}

.tb-type2 {
  width: 100%;
}
.tb-type2 tbody tr th,
.tb-type2 tfoot tr th {
  background: #DBDBDB;
  border: 1px #999 solid;
  padding: 15px;
  text-align: center;
}
.tb-type2 tbody tr td,
.tb-type2 tfoot tr td {
  background: #fff;
  border: 1px #999 solid;
  padding: 15px;
}
.tb-type2 tbody tr td .btn-type1,
.tb-type2 tfoot tr td .btn-type1 {
  font-size: 1.4rem;
  min-width: 0;
  padding: 7px 15px 8px;
}
.tb-type2 tbody tr td.ac,
.tb-type2 tfoot tr td.ac {
  text-align: center;
}
.tb-type2 tbody tr td.ar,
.tb-type2 tfoot tr td.ar {
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .tb-wrap {
    overflow-x: auto;
    white-space: nowrap;
  }
}

/*=============================================
*
* タブ
*
=============================================*/
.tab-btn-area {
  padding: 10px 0 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.tab-btn-area .tab-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E8E8E8;
  border-radius: 5px 5px 0 0;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .tab-btn-area .tab-btn {
    font-size: 1.2rem;
    padding: 15px 5px;
  }
}
.tab-btn-area .tab-btn.current {
  background: #223a70;
  color: #fff;
}

.tso-menber .tab-btn-area .tab-btn.current {
  background: #23ac38;
}

.tab-area .tab-content {
  display: none;
}
.tab-area .tab-content.show {
  display: block;
}

/*=============================================
*
* ページ送り
*
=============================================*/
#pagination {
  padding: 30px 0 10px 0;
}
#pagination ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  align-items: center;
}
#pagination ul li {
  margin-bottom: 10px;
}
#pagination a,
#pagination span {
  background: #EEEEEE;
  border: 1px #aaa solid;
  color: #333;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  margin: 0 2.5px;
  padding: 15px;
}
#pagination a.three-dot,
#pagination span.three-dot {
  border: none;
  background: none;
}
#pagination .current {
  background: #686868;
  color: #fff;
  padding: 15px;
}

/*=============================================
*
*  footer
*
=============================================*/
#footer {
  background: #fff;
  margin-top: auto;
  width: 100%;
}
@media screen and (max-width: 1630px) {
  #footer {
    padding: 0 15px;
  }
}
#footer > .inner {
  margin: 0 auto;
  padding: 0 0 16px 0;
  width: 100%;
}
#footer > .inner .photo {
  width: 100%;
}
#footer > .inner .photo img {
  max-width: 100%;
}
#footer > .inner #page-top-btn {
  display: block;
  opacity: 0.37;
  position: fixed;
  right: 0;
  bottom: 0;
}

/*=============================================
*
*  フォーム共通
*
=============================================*/
input[type=text], input[type=password], input[type=tel], input[type=email], input[type=url] {
  background: #fff;
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.6rem;
  max-width: 420px;
  padding: 11px 15px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 480px) {
  input[type=text], input[type=password], input[type=tel], input[type=email], input[type=url] {
    max-width: calc(100% - 10px);
  }
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
  color: #000;
}
input[type=password] {
  font-family: Verdana, sans-serif;
}
@media screen and (max-width: 480px) {
  input[type=text], input[type=password], input[type=email] {
    width: 100%;
  }
}
input.w90 {
  width: calc(90% - 10px);
}
input.w80 {
  width: calc(80% - 10px);
}
input.w70 {
  width: calc(70% - 10px);
}
input.w60 {
  width: calc(60% - 10px);
}
input.w50 {
  width: calc(50% - 10px);
}
input.w40 {
  width: calc(40% - 10px);
}
input.w30 {
  width: calc(30% - 10px);
}
input.w20 {
  width: calc(20% - 10px);
}
input.w15 {
  width: calc(15% - 10px);
}
input.w10 {
  width: calc(10% - 10px);
}
@media screen and (max-width: 480px) {
  input.w90, input.w80, input.w70, input.w60, input.w50 {
    width: 100%;
  }
  input.w40 {
    width: calc(50% - 10px);
  }
  input.w30 {
    width: calc(50% - 10px);
  }
  input.w20 {
    width: calc(20% - 10px);
  }
  input.w15 {
    width: calc(15% - 10px);
  }
  input.w10 {
    width: calc(10% - 10px);
  }
}

.iOS input[type=text], .iOS input[type=password], .iOS input[type=email], .iOS input[type=text]:focus, .iOS input[type=password]:focus, .iOS input[type=email]:focus {
  font-size: 16px;
}

textarea {
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  max-width: 530px;
  min-height: 200px;
  padding: 10px;
  text-align: left;
  width: 100%;
}
textarea:focus {
  color: #000;
  outline: none;
}

.iOS textarea {
  font-size: 16px;
}

/* placeholder　*/
:placeholder-shown, ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

select {
  background: url("../images/common/select-arrow.svg") no-repeat right 10px center;
  border: 1px solid #A2A2A2;
  border-radius: 5px;
  max-width: 100%;
  padding: 15px 35px 15px 15px;
}

.required {
  color: #FF0909;
}

.radio-input {
  display: none;
}

.radio-input + label {
  display: inline-block;
  line-height: 25px;
  margin: 0 0 10px;
  min-height: 25px;
  padding-left: 35px;
  position: relative;
}

.radio-input + label::before {
  border: 3px solid #EAAC00;
  border-radius: 50%;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 13px;
  height: 13px;
  background: #EAAC00;
  border-radius: 50%;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  display: block;
  min-height: 25px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 7.5px;
}

.checkbox-parts::before {
  background: #fff;
  border: 2px solid #00A5EA;
  border-radius: 4px;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

.tso-menber .checkbox-parts::before {
  border-color: #23ac38;
}

.checkbox-input:checked + .checkbox-parts::after {
  background: url("../images/common/check-bl.svg") no-repeat center center;
  content: "";
  display: block;
  height: 8px;
  left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
}

.tso-menber .checkbox-input:checked + .checkbox-parts::after {
  background: url("../images/common/check-gr.svg") no-repeat center center;
}

/*=============================================
*
* リスト
*
=============================================*/
.li-type1 > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.li-type1 > ul > li {
  margin: 0 20px 30px 0;
  width: calc(33.333% - 13.333px);
}
.li-type1 > ul > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .li-type1 > ul > li {
    border-bottom: 1px #ccc solid;
    margin: 0 0 40px 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .li-type1 > ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.li-type3 > ul > li {
  background: url("../images/common/li-dot.svg") no-repeat left center;
  padding-left: 30px;
}
.li-type3 > ul > li a {
  text-decoration: underline;
}

/*=============================================
*
* ポップアップ
*
=============================================*/
.popup-area {
  height: 100%;
  left: 0;
  padding: 30px 15px;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 4000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.popup-area.on {
  visibility: visible;
}
.popup-area .overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.popup-area.on .overlay {
  visibility: visible;
  opacity: 0.5;
}
.popup-area .popup-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  border-radius: 15px;
  height: calc(100% - 30px);
  left: 50%;
  max-height: 850px;
  max-width: 1070px;
  opacity: 0;
  overflow-y: auto;
  padding: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .popup-area .popup-box {
    padding: 35px 15px 25px;
  }
}
.popup-area .popup-box .heading {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
}
.popup-area .popup-box .txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.popup-area .popup-box .thumb-area {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .popup-area .popup-box .thumb-area {
    margin-bottom: 30px;
    width: 100%;
  }
}
.popup-area .popup-box .thumb-area .thumb {
  border: 1px #ddd solid;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .popup-area .popup-box .thumb-area .thumb {
    display: block;
    margin: 0 auto;
  }
}
.popup-area .popup-box .profile-area {
  width: calc(100% - 270px);
}
@media screen and (max-width: 768px) {
  .popup-area .popup-box .profile-area {
    width: 100%;
  }
}
.popup-area .popup-box .profile-area .teacher-name {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.popup-area .popup-box .profile-area .position {
  background: #F2EFE7;
  border-radius: 3px;
  color: #707070;
  margin-bottom: 20px;
  padding: 15px;
}
.popup-area .popup-box .profile-area .career {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 50px;
}
.popup-area .popup-box .profile-area h3.heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.popup-area .popup-box .sns-area {
  border-top: 1px #D6D6D6 solid;
  margin-top: 60px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .popup-area .popup-box .sns-area {
    padding-bottom: 30px;
  }
}
.popup-area .popup-box .sns-area > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.popup-area .popup-box .sns-area > ul > li {
  margin: 0 5px;
}
.popup-area .popup-box .print-btn-area {
  padding: 30px 0;
  text-align: right;
}
.popup-area .popup-box .print-btn {
  background: url("../images/common/printer-icon.svg") no-repeat left 15px center;
  border: 1px #00A5EA solid;
  border-radius: 20px;
  padding: 7px 25px 7px 50px;
}
.popup-area .popup-box .close-btn {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media screen and (max-width: 700px) {
  .popup-area .popup-box .close-btn {
    padding: 10px;
    right: 5px;
    top: 5px;
  }
  .popup-area .popup-box .close-btn img {
    width: 25px;
  }
}
.popup-area.on .popup-box {
  opacity: 1;
  visibility: visible;
}

.tso-member .popup-area .popup-box .print-btn {
  background: url("../images/common/printer-icon-gr.svg") no-repeat left 15px center;
  border-color: #23ac38;
}

/*=============================================
*
* テキスト
*
=============================================*/
.note {
  color: #606060;
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 10px auto 15px auto;
}

.notice-area {
  padding: 15px;
}
.notice-area .inner {
  background: #FFFFF4;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  margin: 0 auto;
  max-width: 530px;
  padding: 15px;
  text-align: center;
}
.notice-area .inner p,
.notice-area .inner a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EB9514;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  width: auto;
}
.notice-area .inner p .icon,
.notice-area .inner a .icon {
  background: url("../images/common/notice-icon.svg") no-repeat left center;
  min-height: 38px;
  padding-left: 50px;
}

/*=============================================
*
* アコーディオン
*
=============================================*/
.acc-area {
  margin-bottom: 30px;
}

.acc-btn {
  border: 1px #A2A2A2 solid;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  color: #2A2A2A;
  display: block;
  padding: 20px;
  position: relative;
  width: 100%;
}
.acc-btn span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.acc-btn span::after {
  background: url("../images/common/plus-or.svg") no-repeat center center;
  content: "";
  display: inline-block;
  height: 18px;
  padding-left: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 18px;
}
.acc-btn.active span::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.acc-content {
  background: #f1f1f1;
  border-radius: 0 0 3px 3px;
  display: none;
  margin-bottom: 30px;
  padding: 30px;
}
.acc-content > ul > li {
  background: url("../images/common/li-dot.svg") no-repeat left 6px;
  margin-bottom: 10px;
  padding-left: 20px;
}