@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

-------------------------------------------------
------------------------------------------------- */
/* ---------------------------

01. common

---------------------------*/
/* ------------------

フォントサイズ 

------------------ */
/* ------------------

margin-bottom 

------------------ */
/* ------------------

テキスト隠す 

------------------ */
body {
  background-color: #FFF;
  color: #444;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5rem;
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sp_none {
  display: none !important;
}

#wrapper.second_wrapper {
  margin-top: 50px;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0;
  position: relative;
  width: 90%;
}

.section_s {
  margin-bottom: 40px !important;
}

.section_m {
  margin-bottom: 40px !important;
}

.section {
  margin-bottom: 60px !important;
}

.section_l {
  margin-bottom: 70px !important;
}

/**
* bg
*/
.bg_gray {
  background-color: #eee;
}

.bg_white {
  background-color: #FFF;
}

.border_gray {
  border: 1px solid #DDD;
}

/**
* title
*/
.tit_15 {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.tit_20 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.1875rem;
  margin-bottom: 15px;
}

.tit_23 {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.875rem;
  margin-bottom: 15px;
}

.tit_30 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 30px;
}

/**
* text
*/
.text_white {
  color: #FFF;
}

.text_gray {
  color: #888;
}

.text_red {
  color: #a70000;
}

p {
  margin-bottom: 1.5em;
}

.gothic {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.gothic_en {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.text_medium {
  font-size: 1rem;
  line-height: fx(32);
  letter-spacing: 0.2em;
}

.text_large {
  font-size: 1.25rem;
  line-height: fx(35);
  letter-spacing: 0.2em;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

.float-right {
  float: right;
}

.list_circle {
  list-style: none;
  margin-bottom: 16px;
}
.list_circle li {
  padding-left: 8px;
  position: relative;
}
.list_circle li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.list_disc {
  list-style: none;
  margin: 0 0 0 -3px;
  padding: 0;
}
.list_disc > li {
  padding-left: 12px;
  position: relative;
}
.list_disc > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.img_w_100 {
  width: 100%;
  height: auto;
}

.img_border, .border_gray {
  border: 1px solid #DDD;
}

.link_border {
  color: #999;
  text-decoration: underline !important;
}

.sp_w_half {
  width: 43%;
}

/* button */
a.btn:link, a.btn:visited, a.btn:hover, a.btn:active,
button.btn, input[type=submit].btn {
  border-radius: 0;
  text-decoration: none;
}
a.btn:link:hover, a.btn:visited:hover, a.btn:hover:hover, a.btn:active:hover,
button.btn:hover, input[type=submit].btn:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

/* list */
.list-style-disc {
  margin-left: 3em;
}
.list-style-disc li {
  list-style: disc;
}

.list_center {
  text-align: center;
}
.list_center li {
  display: inline-block;
  margin: 0 13px;
}

/* link */
a {
  color: #444;
  cursor: pointer;
}

a:link, a:visited {
  color: #444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover, a:active {
  color: #444;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a.link_blue {
  color: #5177B7;
  text-decoration: underline;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 600;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 602;
}

/* セレクトボックス */
.select-wrap {
  position: relative;
  margin: 0 auto 30px;
  max-width: 280px;
}

.select-wrap {
  position: relative;
  margin: 0 0 30px;
  max-width: 280px;
}
.select-wrap:before {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  content: "";
  display: block;
  height: 5px;
  right: 15px;
  position: absolute;
  top: 16px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 5px;
  z-index: 1;
}
.select-wrap select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #d6d6d6;
  color: #828c9a;
  width: 100%;
  border-radius: 3px;
}
.select-wrap select option {
  background-color: #fff;
  color: #333;
}
.select-wrap select option::-ms-expand {
  display: none;
}
.select-wrap select option:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-wrap.select-primary:before {
  color: #fff;
}
.select-wrap.select-primary:before > select {
  background: #0084B4;
  color: #fff;
  border-color: #0084B4;
}
.select-wrap.select-primary:before :-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before {
  color: #fff;
}
.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff;
}

/* -------------------------------

02. header

------------------------------- */
.modaal-content-container {
  padding: 0;
}

.loginmodal_container {
  background-color: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 480px;
  padding: 20px;
}
.loginmodal_container .loginmodal_tit {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.loginmodal_container .loginmodal_btn {
  background-color: #444;
  border: none;
  border-radius: 3px;
  color: #FFF;
  margin: 0 auto;
  padding: 5px 20px;
  text-align: center;
}
.loginmodal_container a {
  color: #5177B7;
  text-decoration: underline;
}
.loginmodal_container a:hover {
  text-decoration: none;
}
.loginmodal_container dl input[type=email], .loginmodal_container dl input[type=password] {
  width: 100%;
}

/* ---------------------------

03. footer

---------------------------*/
#ftr {
  background-color: #EDEDED;
  padding: 28px 0;
}

.ftr_sns_box .ftr_sns_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.ftr_sns_box li {
  margin: 0 13px;
  width: 20px;
}
.ftr_sns_box .svgclass {
  fill: #444;
}

.ftr_tit {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}

.ftr_ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.ftr_ul li {
  display: inline-block;
  margin: 0 10px 10px;
}

.copyrights {
  font-size: 0.6875rem;
  text-align: center;
}

/* ---------------------------

04. 共通CSS (第2階層)

---------------------------*/
/* pankuzu */
.breadcrumb {
  margin: 0 50px 30px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 3px;
  color: #FFF;
}
.breadcrumb ul li:after {
  content: ">";
  margin-left: 10px;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb a {
  color: #FFF;
}
.breadcrumb a:hover {
  color: #FFF;
  opacity: 0.6;
}
.breadcrumb a:active {
  color: #FFF;
  opacity: 0.6;
}

/* ----------------------------------------------

05. 各ページ

----------------------------------------------*/
/*  --------------------------------------

top  

--------------------------------------*/
#top_main {
  margin: 0 auto;
  max-width: 1100px;
  min-width: 320px;
  overflow-x: hidden;
  padding-top: calc(60px + 30 * (100vw - 320px)/1200);
}
#top_main .hdr_btn_set .hdr_btn_nav ul li:last-child {
  border-left: 1px solid #FFF;
}

.hdr_btn_set {
  width: 100%;
}
.hdr_btn_set .hdr_btn_nav {
  background-color: #F2F2F2;
  margin-bottom: 1px;
}
.hdr_btn_set .hdr_btn_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hdr_btn_set .hdr_btn_nav ul li {
  background-color: #F2F2F2;
  position: relative;
  width: 50%;
}
.hdr_btn_set .hdr_btn_nav ul li.current {
  background-color: #FFF;
  margin-top: 5px;
}
.hdr_btn_set .hdr_btn_nav ul li.current a {
  padding: 6px 0 11px 11px;
  height: 46px;
}
.hdr_btn_set .hdr_btn_nav ul li.current a:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -4px;
}
.hdr_btn_set .hdr_btn_nav ul li:first-child.current {
  border-radius: 0 10px 0 0;
}
.hdr_btn_set .hdr_btn_nav ul li:last-child.current {
  border-radius: 10px 0 0 0;
}
.hdr_btn_set .hdr_btn_nav ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(14px + 2 * (100vw - 320px)/1200);
  font-weight: normal;
  line-height: 1.2em;
  padding: 11px 0 11px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 51px;
}
.hdr_btn_set .hdr_btn_nav ul li a:after {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.hdr_btn_set .hdr_btn_nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hdr_btn_set .hdr_btn_nav_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}
.hdr_btn_set .hdrnav_icon_pre {
  line-height: 0;
  margin-right: 10px;
  width: 20px;
  height: 13px;
}
.hdr_btn_set .hdrnav_icon_pre .svgclass {
  fill: #666;
}
.hdr_btn_set .hdrnav_icon_cat {
  line-height: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.hdr_btn_set .hdrnav_icon_cat .svgclass {
  fill: #666;
}
.hdr_btn_set .hdrnav_icon_birth {
  margin-top: -6px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.hdr_btn_set .hdrnav_icon_birth .svgclass {
  fill: #666;
}
.hdr_btn_set .hdrnav_icon_pre_text {
  text-align: center;
}
.hdr_btn_set .hdrnav_small {
  font-size: calc(10px + 2 * (100vw - 320px)/1200);
  line-height: 1em;
}

.top_mainvisual_tit_set {
  background-color: #FAF8EA;
  overflow-x: hidden;
  padding: 14px 20px 7px;
  width: 100%;
}
.top_mainvisual_tit_set .icon_pickup {
  line-height: 0;
  margin: 0;
  width: 84px;
}

.top_mainvisual {
  background-color: #FAF8EA;
  overflow-x: hidden;
  padding: 7px 0 40px;
  width: 100%;
}
.top_mainvisual .slick-list {
  overflow: visible;
}

.top_mainvisual_inner {
  padding: 0 15px;
  position: relative;
}
.top_mainvisual_inner a {
  display: block;
  outline: none;
}
.top_mainvisual_inner a:hover {
  opacity: 0.6;
}
.top_mainvisual_inner .top_mainvisual_figure {
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.top_mainvisual_inner .top_mainvisual_tit {
  font-size: calc(12px + 3 * (100vw - 320px)/1200);
  font-weight: normal;
  line-height: 1.125rem;
  margin: 0;
}
.top_mainvisual_inner .top_mainvisual_icon {
  width: 64px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.top_mainvisual_inner .top_mainvisual_block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 73px;
}

.top_others_tit_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.top_others_icon {
  line-height: 0;
  margin-top: 3px;
  margin-right: 6px;
  display: block;
  width: 24px;
  height: 21px;
}

a.btn_more {
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  color: #444;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 0.6875rem;
  padding: 8px 25px;
  position: relative;
}
a.btn_more:after {
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  content: "";
  display: block;
  margin: auto 0;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top_others_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}

.top_others_ul {
  display: -ms-grid;
  display: grid;
  gap: 13px;
  -ms-grid-columns: 1fr 13px 1fr 13px 1fr;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
}
.top_others_ul a p {
  font-size: calc(11px + 3 * (100vw - 320px)/1200);
  line-height: 1.5em;
  margin: 1px 0 0;
}
.top_others_ul a:hover {
  opacity: 0.6;
}

.thumbnail01 {
  margin-bottom: 5px;
  position: relative;
}
.thumbnail01 a {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}

.thumbnail_block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 73px;
}

.thumbnail_icon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
}

.icon_tag_area ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -3px;
  padding: 0;
}
.icon_tag_area ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.icon_tag {
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 3px;
  color: #444;
  display: block;
  font-size: 0.6875rem;
  line-height: 1em;
  margin: 0;
  padding: 2px 8px 1px;
}

.btn_qa, .btn_beige {
  background-color: #EDEBD6;
  color: #444 !important;
  display: block;
  border-radius: 30px;
  font-size: calc(14px + 4 * (100vw - 320px)/1200);
  font-weight: bold;
  margin: 0 auto 20px;
  max-width: 425px;
  padding: 14px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}
.btn_qa:after, .btn_beige:after {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
}

.btn_light_gray_no-arrow {
  background-color: #EFEFEF;
  color: #444 !important;
  display: block;
  border-radius: 30px;
  font-size: calc(14px + 4 * (100vw - 320px)/1200);
  font-weight: bold;
  margin: 0 auto 20px;
  max-width: 425px;
  padding: 14px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}

a.link_cancel {
  text-decoration: underline;
}
a.link_cancel span {
  display: inline-block;
  margin-bottom: -10px;
  width: 18px;
  height: 1em;
  position: relative;
}
a.link_cancel span:before {
  background-color: #4895FF;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
a.link_cancel span:after {
  background-color: #4895FF;
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  left: 0;
}
a.link_cancel:hover {
  opacity: 0.6;
  text-decoration: none;
}

.btn_icon01 {
  margin: -5px 5px 0 0;
  width: 20px;
  height: auto;
}

.img_fukidashi {
  margin: 10px auto 15px;
  max-width: 470px;
  width: 84.78%;
}

.top_online_container {
  border-top: 3px solid #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 35px auto 0;
  padding-top: 30px;
  position: relative;
}

.top_online_tit_container p {
  color: #FFF;
  font-size: 0.75rem;
  margin: 0 0 0 10px;
}

.top_online_tit_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 11px;
}

.top_online_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(14px + 2 * (100vw - 320px)/1200);
  font-weight: bold;
  margin: 0;
  padding: 8px 11px 8px 6px;
}

.top_online_icon {
  margin-top: -2px;
  margin-right: 6px;
  display: block;
  width: 24px;
  height: 21px;
}

.top_online_text {
  background-color: #F8F8F8;
  margin-bottom: 20px;
  padding: 2px 5px;
}
.top_online_text p {
  font-size: 0.75rem;
  font-weight: bold;
  color: #666;
  margin: 0;
}

.top_recommend_ul {
  margin-bottom: 18px;
}

.top_login_recommend {
  background-color: #F8F8F8;
  margin: 30px 0 0;
  padding: 30px 5vw;
  text-align: center;
}

a.login_recommend_btn {
  background-color: #6B8EC9;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  color: #FFF;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto;
  max-width: 425px;
  min-width: 208px;
  padding: 14px 0;
  position: relative;
  text-align: center;
  width: 60%;
}
a.login_recommend_btn:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 426px) {
  .img_fukidashi {
    margin: 60px auto 30px;
  }
}
@media screen and (min-width: 769px) {
  .thumbnail_icon {
    top: -18px;
    left: -18px;
    width: 50%;
    max-width: 100px;
  }
}
/*  -------------------

下層

-------------------*/
#second_main {
  margin: 0 auto;
  max-width: 1100px;
  min-width: 320px;
  padding-top: calc(74px + 30 * (100vw - 320px)/1200);
  overflow-x: hidden;
}

/*  -------------------

details

-------------------*/
.details_tit_container {
  margin: 0 auto;
  width: 90%;
}

.seminar_tit_container {
  margin: 0 auto;
  width: 90%;
}

.details_tit {
  font-size: calc(18px + 2 * (100vw - 320px)/1200);
  font-weight: 600;
  line-height: 1.5em;
  margin: 5px 0 10px;
}

.details_figure_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 380px;
  padding: 0;
  position: relative;
  width: 90%;
}

.seminar_figure_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 90%;
}

.details_figure {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 0 0 100%;
  overflow: hidden;
}
.details_figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.details_figure + .details_figure {
  margin-top: 10px;
}

.details_figure_seminar {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.details_figure_seminar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.details_figure_seminar + .details_figure {
  margin-top: 10px;
}

.details_figure_cover {
  background-color: rgba(250, 248, 234, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.details_figure_login {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.details_figure_block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 207px;
  z-index: 1;
}

.details_sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 22px;
}

.details_sns_button {
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  color: #444;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 0.6875rem;
  margin-left: 5px;
  outline: #FFF;
  padding: 6px 12px;
  position: relative;
}
.details_sns_button svg {
  fill: #444;
  width: 12px;
}
.details_sns_button:focus {
  outline: #000;
}
.details_sns_button.btn_good {
  color: #E87B99;
  font-weight: bold;
}
.details_sns_button.btn_good svg {
  fill: #E87B99;
}
.details_sns_button#btn_share:hover {
  opacity: 0.6;
}

.sharemodal_sns_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sharemoodal_sns_btn {
  margin: 0 10px;
}

.details_icon_tag_area {
  background-color: #F8F8F8;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 5px;
}

.details_text_container a, .details_text_container a.link_border {
  color: #4895FF;
  text-decoration: underline;
}
.details_text_container a:hover, .details_text_container a.link_border:hover {
  color: #4895FF;
  opacity: 0.6;
}
.details_text_container h2 {
  border-bottom: 1px solid #6B8EC9;
  color: #6B8EC9;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.details_text_container h2 + h2, .details_text_container h2 + h3, .details_text_container h2 + h4 {
  margin-top: 20px;
}
.details_text_container h3 {
  color: #222;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.details_text_container h3 + h2, .details_text_container h3 + h3, .details_text_container h3 + h4 {
  margin-top: 20px;
}
.details_text_container h4 {
  color: #444;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.details_text_container h4 + h2, .details_text_container h4 + h3, .details_text_container h4 + h4 {
  margin-top: 20px;
}
.details_text_container p + h2 {
  margin-top: 40px;
}
.details_text_container ul, .details_text_container ol {
  margin-bottom: 40px;
}

.details_qa_box {
  padding-top: 10px;
}
.details_qa_box dl {
  margin-bottom: 30px;
}
.details_qa_box dl dt {
  color: #222;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 15px;
  padding: 0 0 0 47px;
  position: relative;
}
.details_qa_box dl dt .details_qa_q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222;
  border-radius: 50%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px 0 0;
  overflow: hidden;
  position: absolute;
  top: -4px;
  left: 0;
  width: 34px;
  height: 34px;
}
.details_qa_box dl dd {
  color: #444;
  margin-bottom: 23px;
  padding: 0 0 0 47px;
  position: relative;
}
.details_qa_box dl dd .details_qa_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 50%;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 6px 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
}

.details_text01 {
  font-size: calc(17px + 4 * (100vw - 320px)/1200);
  font-weight: bold;
  line-height: 1.75rem;
  text-align: center;
}

a.details_btn_regist {
  background-color: #6B8EC9;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  color: #FFF;
  display: block;
  font-size: calc(17px + 4 * (100vw - 320px)/1200);
  margin: 0 auto 20px;
  max-width: 380px;
  padding: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
a.details_btn_regist:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
a.details_btn_regist:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recommend_wrapper {
  border-top: 3px solid #F2F2F2;
  padding-top: 16px;
}

.recommend_tit {
  color: #6B8EC9;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 17px;
}
.recommend_tit .svgclass {
  fill: #6B8EC9;
}

.recommend_slick {
  margin: 0 auto 60px !important;
  position: relative;
}
.recommend_slick .slick-list {
  overflow: visible;
}

.recommend_slick_inner {
  margin: 0 6px;
  width: auto !important;
}
.recommend_slick_inner p {
  font-size: calc(11px + 3 * (100vw - 320px)/1200);
  line-height: 1.5em;
  margin: 1px 0 0;
}

.seminar_tit {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 15px 5vw 0;
}

.icon_seminar {
  margin-right: 7px;
}

.seminar_mainvisual {
  background-color: #FFF;
  margin: 0 auto;
  overflow-x: visible;
  padding: 20px 0 40px;
  width: 70%;
}
.seminar_mainvisual .slick-list {
  overflow: visible;
}

.slick-slide, .slick-slider .slick-track {
  margin: 0 auto !important;
}

.seminar_mainvisual_inner {
  padding: 0 15px;
  position: relative;
}
.seminar_mainvisual_inner a {
  display: block;
  outline: none;
}
.seminar_mainvisual_inner a:hover {
  opacity: 0.6;
}
.seminar_mainvisual_inner .seminar_mainvisual_figure {
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.seminar_mainvisual_inner .seminar_mainvisual_tit {
  color: #222;
  font-size: calc(13px + 3 * (100vw - 320px)/1200);
  font-weight: bold;
  line-height: 1.125rem;
  margin: 0 0 3px;
}
.seminar_mainvisual_inner .seminar_mainvisual_icon {
  width: 64px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.seminar_mainvisual_inner .seminar_mainvisual_block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 73px;
}
.seminar_mainvisual_inner .seminar_mainvisual_text {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .details_figure_box {
    max-width: 100%;
    width: 556px;
    height: auto;
  }
}
/*  -------------------

list

-------------------*/
.list_tit {
  background-color: #FAF8EA;
  color: #444;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 8px 5vw;
}

.category_list_nav {
  margin-top: 12px;
  padding: 0 0 0 5vw;
}
.category_list_nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 10px;
  white-space: nowrap;
}
.category_list_nav ul li {
  display: table-cell;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  padding: 0 5px;
  position: relative;
  text-align: center;
}
.category_list_nav ul li span {
  line-height: 0.875rem;
}
.category_list_nav ul li:before {
  background-color: #DDD;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 14px;
}
.category_list_nav ul li a {
  border-radius: 20px;
  display: inline-block;
  font-size: 0.75rem;
  padding: 6px 9px;
}
.category_list_nav ul li a.current {
  background-color: #6B8EC9;
  color: #FFF;
}
.category_list_nav ul li:last-child {
  padding-right: calc(5vw + 5px);
}
.category_list_nav ul li:last-child:after {
  background-color: #DDD;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5vw;
  width: 1px;
  height: 14px;
}

.pagenation {
  margin: 20px auto 40px;
  width: 90%;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}
.pagenation ul li {
  margin: 0 10px;
}
.pagenation ul li a {
  position: relative;
  text-decoration: underline;
}
.pagenation ul li span {
  font-weight: bold;
}
.pagenation .page_prev {
  display: block;
  position: relative;
  height: 100%;
  width: 20px;
}
.pagenation .page_prev span {
  display: block;
  height: 10px;
  width: 20px;
}
.pagenation .page_prev span:before {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 8px;
  height: 8px;
}
.pagenation .page_next {
  display: block;
  position: relative;
  height: 100%;
  width: 20px;
}
.pagenation .page_next span {
  display: block;
  height: 10px;
  width: 20px;
}
.pagenation .page_next span:before {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

/*  -------------------

contact

-------------------*/
input[type=text], input[type=email], input[type=tel], input[type=password], textarea, select {
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
}

input[type=text]::-webkit-input-placeholder {
  color: #EDEDED;
}

input[type=text]::-moz-placeholder {
  color: #EDEDED;
}

input[type=text]:-ms-input-placeholder {
  color: #EDEDED;
}

input[type=text]::-ms-input-placeholder {
  color: #EDEDED;
}

input[type=text]::placeholder {
  color: #EDEDED;
}

/*  -------------------

404

-------------------*/
#post-not-found {
  padding: 100px 0;
  text-align: center;
}

.error_link_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}