@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

ul,
.article ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

.wrap {
  width: 100%;
}

.content {
  margin-top: 107px;
}

main.main {
  padding: 0;
  border: 0;
}

body,
#container {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}

/***********************
** header
***********************/
#header-container {
  -webkit-box-shadow: 0 3px 4px #0006;
  box-shadow: 0 3px 4px #0006;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
.header .header-in {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 62px;
}
.header-in .sw_bgmenu {
  width: 280px;
  padding-right: 30px;
}
.sw_bgmenu .sw_bgmenu_ss a {
  width: 125px;
  height: 100%;
  color: #fff;
  padding: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  font-size: .9em;
}
.bgmenu_line a { background: #00b300; }
.bgmenu_inquiry a { background: #ff8a00; }
.bgmenu_line a:hover,
.bgmenu_inquiry a:hover,
.ss_app_btn:hover {opacity: .9; }

.header-in .logo-header { 
  width: calc(100% - 560px);
  padding: 0; 
  height: 100%;
}
.logo-header .site-name {
  padding: 0;
  width: 289px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
}
.header-in .ss_appArea {
  width: 280px;
}
.ss_appArea .ss_app_btn {
  background: #fea700;
  color: #fff;
  height: 100%;
  font-size: .9em;
  line-height: 1.2;
  padding: 5px;
  display: block;
  width: 100%;
}
.ss_app_btn .flex_col {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .5);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container .navi { background: #242424; }
.header-container .navi-in > ul li {
  height: 45px;
  line-height: 45px;
}
#navi .navi-in > ul > li > a { 
  color: #fff;
  padding: 0 .9em;
  font-size: .85em;
}
#navi .navi-in > ul > li > a:hover { background: #111; color: #e6e6e6; } 

/***********************
** 共通
***********************/
.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.en_txt {
  font-family: 'Oswald', sans-serif;
}
.en_txt_serif { font-family: 'Source Serif Pro', serif; }
.ja_txt_serif { font-family: 'Noto Serif JP', serif; }

.sec { padding: 60px 15px; }
.page_cont,
.page_contInt {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

h2.newsh2 {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1em;
  font-size: 1.4em;
}
.newsh2 span { display: block; font-weight: 500; }
.newsh2 .en_txt {
  display: block;
  font-weight: 500;
  font-size: 1.45em;
  color: #ff8a00;
}
.newsh2 .ja_txt {
  color: #391300;
  font-size: .8em;
  padding-top: .2em;
  line-height: 1.2;
}
.more_btnArea a {
  line-height: 1.4;
  max-width: 200px;
  width: 100%;
  text-align: center;
  background: #312d22;
  color: #fff;
  border-radius: 50px;
  padding: .6em 10px .6em 1.1em;
  font-weight: 400;
  font-size: .9em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more_btnArea a i {
  font-size: .9em;
  padding-top: .1em;
}
.more_btnArea a:hover { background: #000; }
.sec_bg01 { background: #242424; overflow: hidden; }
.newsh2.bg01_h2 .ja_txt { color: #fff; }
.sec_bgimg {
  position: relative;
  width: 100%;
}
.sec_bgimg_cont {
  width: 70%;
  position: relative;
  padding-top: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  margin-left: auto;
}
.sec_bgimg_cont .sec_bgimg_int {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pd_l5 { padding-left: .5em; }
.list_btnArea { margin-top: 30px; }
.list_btnArea a {
  line-height: 1.4;
  max-width: 350px;
  width: 100%;
  text-align: center;
  background: #ff8a00;
  color: #fff;
  border-radius: 50px;
  padding: .6em 1.1em;
  font-weight: 400;
  font-size: .9em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.list_btnArea a:hover {background: #ea7e00;}
.list_btnArea a i { padding-left: 1.5em; }
.page_bnrArea + .page_bnrArea { margin-top: 30px; }

/***********************
** TOP
***********************/
/** main img **/
.main_imgArea {
  width: 100%;
  position: relative;
  padding-top: 80vh;
  background-image: url(https://columbus-egg-hokkaido.hkd1.com/wp-content/uploads/2023/03/main_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.main_imgArea .main_img_int {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_img_int .main_imgCont {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_imgCont .main_img_txtArea { height: 100%; }
.main_img_txtArea .bg_main_txt {
  width: 30%;
  height: 100%;
  background-color: rgba(255, 138, 0, 0.8);
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  padding: 30px;
}
.bg_main_txt .bmt_box + .bmt_box { margin-top: 1em; }
.bmt_box .bg_sub_txt {
  display: block;
  text-align: right;
  font-size: .9em;
}
.main_img_txtArea .main_txt {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main_txt .main_txt_int {
  width: 100%;
  font-size: 2.4em;
  font-weight: 900;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 30px;
  text-align: justify;
}
.main_txt_int .font_s { font-size: .75em; }

.newsArea {
  background: #eee9e2;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.newsbox .new-entry-cards {
  background: #fff;
  padding: 10px;
}
.newsbox .new-entry-cards .new-entry-card-link {
  padding: .5em;
  margin: 0;
  line-height: 1.2;
}
.newsbox .new-entry-card-link figure { display: none; }
.newsbox .new-entry-card-link + .new-entry-card-link,
.notice_col_ul li + li { border-top: 1px solid #dfdad2; }
.newsbox .new-entry-card-link:hover,
.notice_col_ul li a:hover {
  background: none;
  color: #ff8a00;
}
.newsbox .new-entry-card-link .new-entry-card-content {margin: 0;}
.newsbox .new-entry-card-link .new-entry-card-date { display: block; }
.newsbox .new-entry-card-link .new-entry-card-date .post-date {
  margin-right: 20px;
  margin-right: 20px;
  font-size: .875em;
}
.newsbox .widget-entry-card-content {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.notice_colArea { margin-bottom: 30px; }
.notice_col_int {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.notice_col_int .notice_colBox {
  width: calc((100% - 30px) / 3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #eee9e2;
  padding: 20px 10px;
}
.notice_colBox .notice_col_ul {
  background: #fff;
  padding: 0 10px;
  font-size: .85em;
}
.notice_col_ul li {
  line-height: 1.4;
  padding: .5em 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.notice_col_ul li .notice_ul_date,
.notice_col_ul li a .cat_type {
  display: block;
}
.notice_col_ul li a .cat_type.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: first baseline;
  -ms-flex-align: first baseline;
  align-items: first baseline;
}
.notice_col_ul li a { color: #020202; display: block; }
.notice_col_ul li a .font_s {
  font-size: .85em;
  display: inline-block;
  padding-left: .5em;
}
.notice_colBox .more_btnArea {
  margin-top: auto;
}
.notice_colBox .more_btnArea a { margin-top: 20px; }
.top_themeArea .top_theme_ul {
  margin: 0 -8px;
  flex-wrap: wrap;
}
.top_theme_ul li {  
  width: calc((100% - 80px) / 5);
  margin: 8px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.top_theme_ul li .ofi-imgbox {
  position: relative;
  overflow: hidden;
  padding-top: 67%;
  display: block;
  border-radius: 8px;
  border: 2px solid transparent;
}
.ofi-imgbox .ofi-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  background-position: center;
  transition: transform .6s ease;
}
.top_theme_ul li a .theme_tit {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: .8em;
  line-height: 1.2;
  padding: .5em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 3px #000;
}
.top_theme_ul li a:hover {
  border-color: #fea700;
}
.top_theme_ul li a:hover img {
  opacity: .7;
}
.page_bnrArea a { display: block; }
.page_bnrArea .bnr_online,
.page_bnrArea .bnr_study {
  padding-top: 20%;
  min-height: 100px;
}
.page_bnrArea .bnr_ouen,
.page_bnrArea .bnr_fc,
.page_bnrArea .bnr_support_pack,
.page_bnrArea .bnr_num,
.page_bnrArea .bnr10,
.page_bnrArea .bnr_terako {
  padding-top: 28%;
  min-height: 110px;
}
.page_bnrArea .bnr_support {
  padding-top: 41%;
  min-height: 140px;
}

.sec_bgimg01 {
  background-image: url(https://columbus-egg-hokkaido.hkd1.com/wp-content/uploads/2023/03/img02.jpg);
  background-position: right top;
}
.sec_bgimg02 {
  background-image: url(https://columbus-egg-hokkaido.hkd1.com/wp-content/uploads/2023/03/img01.jpg);
  background-position: center;
}
.sec_bgimg_cont .bgimg_catch {
  position: absolute;
  top: 15px;
  left: 0;
}
.bgimg_catch .bgimg_catch_txt {
  background: #ff8a00;
  color: #fff;
  padding: .4em 1em 0;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bgimg_catch_txt .en_txt_serif {  
  font-size: 2.8em;
  letter-spacing: .02em;
}
.bgimg_catch_txt .ja_txt_serif { 
  font-size: 1.4em;
  font-weight: 700;
  padding-left: 1em;
}
.sec_bgimg_txtArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_bgimg_txtCont {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec_bgimg_txtCont .page_cont {
  height: 100%;
  padding-top: 10%;
}
.sec_bgimg_txtCont .r_txtArea {
  height: 100%;
  width: 60%;
  margin-right: auto;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.r_txtArea h2.bgimg_h2 {
  line-height: 1.2;
  background: #242424;
  color: #fff;
  padding: .2em .5em;
  text-align: justify;
  margin-bottom: .5em;
  font-size: 1.3em;
  font-weight: 500;
  display: inline-block;
  width: auto;
}
.h2_out { margin-bottom: 20px; }
h2.bgimg_h2 .bgimg_h2_sub {
  display: block;
  font-size: .9em;
}
h2.bgimg_h2 .bgimg_h2_bf { font-size: 1.25em; }
h3.normal_h3 { 
  font-size: 1.15em;
  line-height: 1.2;
  margin-bottom: .5em;
  color: #333;
  text-shadow: 0 0 1px rgba(255, 255, 255, .8);
  font-weight: 500;
}
.r_txtArea .more_btnArea { margin-top: auto; }
.r_txtArea .more_btnArea a { margin-top: 1em; margin-right: 20px; }
.r_txtArea p {
  background: rgba(255, 255, 255, .5);
  padding: 15px 15px 15px 0;
  line-height: 1.6;
  text-align: justify;
  font-size: .95em;
  margin: 20px 0;
}
.top_instructorArea { margin-top: 50px; }

.swiper_page_cont {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1080px;
  margin: 0 auto;
}
.swiper_page_cont .swiper {
  overflow: visible;
}
.swiper_page_cont .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border: 2px solid transparent;
}
.slide .inst_box_imgArea .inst_box_img_cont {
  position: relative;
  overflow: hidden;
  padding-top: 130%;
}
.slide .voice_box_imgArea .voice_box_img_cont {
  position: relative;
  overflow: hidden;
  padding-top: 68%;
}
.slide .inst_box_txtArea,
.slide .voice_box_txtArea {
  font-size: .9em;
  line-height: 1.2;
  padding: .5em .1em;
  background: none;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.slide .inst_name {
  color: #fea700;
  margin-bottom: .5em;
  border-bottom: 1px solid #fff;
  padding: 0 .3em .5em;
}
.slide .inst_tit { font-size: .9em; }

.swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
#slider1 .slide:hover,
#slider3 .slide:hover { opacity: .8;}
#slider1 .slide:hover .inst_name,
#slider3 .slide:hover .inst_name { color: #fff; }

.top_courseArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top_courseArea .top_courseBox { width: calc((100% - 30px) / 3); height: 100%; }
.top_courseBox a {
  width: 100%;
  display: block;
  height: 100%;
  border: 2px solid #eee9e2;
  border-radius: 5px;
}
.top_courseBox a:hover { border-color: #fea700; }
.top_courseBox .top_courseImg {
  position: relative;
  overflow: hidden;
  padding-top: 76%;
  margin-top: -1px;
}
.top_courseImg img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.top_courseBox .top_courseTxt {
  background: #eee9e2;
  padding: 10px;
  line-height: 1.2;
  text-align: center;
  height: 70px;
  position: relative;
}
.top_courseTxt .courseTxt_Int {
  position: absolute;
  width: calc(100% - 20px);
  height: auto;
  bottom: 10px;
  background: rgba(254, 167, 0, .7);
  border-radius: 5px;
  padding: 10px 5px;
}
.courseTxt_Int .courseTxt_Cont {
  position: relative;
  width: 100%;
  height: 100%;
  color: #391300;
  font-weight: 700;
}
.top_courseTxt .en_txt_serif { font-size: 1.3em; margin-bottom: 3px; }
.top_courseTxt .ja_txt_serif { font-size: 1.05em; }
.associationArea { margin: 60px auto 30px;  }
.assoc_btn a {
  padding: 5px;
  display: block;
  border-radius: 5px;
  background: #6f6b62;
  color: #fff;
  font-size: .9em;
  max-width: 600px;
  margin: 0 auto;
}
.assoc_btn a span {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 15px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.2;
}
.assoc_btn a:hover {
  background: #575348;
}

/***********************
** 固定
***********************/
/*** 固定ページ共通 ***/
.content .content-in { background: #eee9e2; }
.content .content-in main { background: none; }
.page .article header.article-header { display: none;}
.content .article,
article .entry-content { margin: 0; }
.page_contArea {
  padding: 60px 15px;
  margin: 0;
}
.page_contInt .pttxtArea {
  color: #391300;
  line-height: 1.4;
  margin-bottom: 50px;
}
h2.page_main-hl {
  background: none;
  font-size: 1.8em;
  color: #1d1d1d;
  font-weight: 700;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px 0;
  line-height: 1.2;
}
h2.page_main-hl:before,
h2.page_main-hl:after {
  content: "";
  flex-grow: 1;
  border-bottom: 3px solid #1d1d1d;
}
h2.page_main-hl:before { margin-right: 10px; padding-left: 15px; }
h2.page_main-hl:after { margin-left: 10px; padding-right: 15px; }

h2.indivtit_h2 {
  background: #2b2a29;
  padding: .3em .8em .4em;
  font-size: 1.5em;
  font-weight: 500;
  color: #fea700;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
h2.indivtit_h2 .h2_subtxt {
  font-size: .7em;
  display: block;
  font-weight: 400;
  padding-bottom: .2em;
  color: #ffbb3a;
}
.page_contArea p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.ofi-imgbox {
  position: relative;
  overflow: hidden;
}

.ofi-imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*** 固定ページメイン画像 ***/
.page_titArea {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  height: 350px;
}

.page_titArea .page_tit_int {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(1px);
  background-image: url(/wp-content/uploads/2023/03/bg_line.png);
}

.page_tit_int .page_titCont {
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.page_titCont h2.page_maintit {
  color: #fff;
  font-weight: 500;
  font-size: 2.5em;
  background: #ff8a00;
  display: inline-block;
  margin: .5em .5em .5em 0;
  padding: .2em .5em .15em;
  line-height: 1;
  width: auto;
  min-width: 40%;
  text-align: right;
}
.page_titCont h2.page_maintit.ja_txt_serif { padding: .15em .5em .2em; }
h2.varih2 {
  line-height: 1.2;
  background: #242424;
  color: #fff;
  padding: .2em .5em .25em;
  text-align: justify;
  margin-bottom: .8em;
  font-size: 1.35em;
  font-weight: 500;
}

/***
** コンサルティング *****/
.page_consulting {
  background-image: url(/wp-content/uploads/2023/04/main_consulting.jpg);
  background-position: 50% 20%;
}
.page_contInt .top_mainTxt {
  font-size: 1.2em;
  color: #ff8a00;
  font-weight: 500;
  margin-bottom: 1.5em;
  background: #fff;
  padding: .3em .6em;
  text-align: justify;
}
.vari_listArea { margin-bottom: 60px; }
.vari_listArea .variBox { margin-bottom: 50px; }
.variBox .variCont { position: relative; }
.variCont .varibox_imgArea {
  width: 70%;
  padding-bottom: 80px;
  position: relative;
}
.varibox_imgArea .vari_imgbox {
  padding-top: 55%;
  min-height: 360px;
}
.variCont .varibox_txtArea {
  position: absolute;
  right: 0;
  width: 53%;
  height: 100%;
  padding-top: 8%;
}
.varibox_txtArea .varibox_txtInt {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .15);
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.varibox_txtInt .varitxt {
  background: rgba(255, 255, 255, .6);
  padding: 10px;
  line-height: 1.6;
}
.varibox_txtInt .more_btnArea {
  margin-top: auto;
}

/*** 飲食店の新規開業・開店をお考えの方へ ***/
.page_cons_open {
  background-image: url(/wp-content/uploads/2023/04/main_open.jpg);
  background-position: center;
}
.cons_topArea {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 30px;
  min-height: 400px;
  height: auto;
}
.top_cons_open {
  background-image: url(/wp-content/uploads/2023/04/open01.jpg);
  background-position: center;
}
.cons_topArea .cons_topbox {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 150px 10px 15px;
}
.cons_topbox .cons_topbox_int {
  background: rgba(255, 255, 255, .4);
  padding: 10px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.cons_topbox_int .cons_toptxt {
  line-height: 1.5;
  text-align: justify;
  font-weight: 500;
}
.indiv_tableoneArea .twocol_table tr th,
.indiv_tableoneArea .twocol_table tr td {
  border: 1px solid #cec5b7;
  width: 50%;
}
.indiv_tableoneArea .twocol_table { margin-bottom: 0; }
.font_stxt { font-size: .85em; line-height: 1.2; margin-top: .5em;} 
.page_contact_btn { margin-top: 50px; }
.page_contact_btn a {
  padding: 5px;
  display: block;
  border-radius: 50px;
  background: #1d1d1d;
  color: #fea700;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.2;
  font-weight: 500;
}
.page_contact_btn a span {
  border: 2px solid #fea700;
  border-radius: 50px;
  padding: 15px 15px 15px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page_contact_btn a span i { padding-left: 20px; }
.page_contact_btn a:hover { background: #000;}
.mb40 { margin-bottom: 40px; }
.open_img01,
.open_img02 { padding-top: 60%; }
.consLastbox .compBox + .compBox { margin-top: 20px; }
.consLastbox .page_contact_btn { margin-bottom: 40px; }

/******
** 飲食店経営 業種別の課題 *****/
.pttxtArea {
  color: #391300;
}
.page_contBox { padding: 40px 0; }
.page_contBox + .page_contBox { border-top: 2px solid #391300; }
.page_contBox .contBox_normalInt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
.contBox_normalInt .contBox_normal_imgArea,
.contBox_normalInt .contBox_normal_txtArea { width: 48.5%; }
.normal_imgbox { padding-top: 60%;}
.normal_imgbox img {
  background-position: top;
  object-position: bottom;
}
.page_contBox .titin_boxArea {
  background: rgba(255, 255, 255, .4);
  margin: 0 10px;
  border: 1px solid #e8e1d7db;
}
.page_contBox .titin_boxArea + .titin_boxArea { margin-top: 30px; }

.titin_boxArea h3.indivtit_h3 {
  display: inline-block;
  margin: 12px auto 1em -10px;
  min-width: 40%;
  width: auto;
  border: 0;
  font-size: 1.3em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: .35em .5em;
  background: #fea700;
  color: #391300;
  font-weight: 500;
  line-height: 1.2;
}

.titin_boxArea h3.indivtit_h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 10px rgba(57, 19, 0, .7);
}
.titin_boxArea .titin_boxInt { padding: 0 15px; }
.titin_boxInt p b { 
  font-weight: 500;
  color: #391300;
  padding: 0 .05em;
}
.indiv_tableArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.indiv_tableArea .indiv_tablebox { width: 49%; }
.indiv_tablebox table.indiv_table {font-size: .95em; }
.indiv_table tr th,
.indiv_table tr td {
  background: rgba(255,255,255,.5);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #e6dccd;
  font-weight: normal;
  padding: .5em .4em .55em;
  text-align: center;
  line-height: 1.3;
}
.indiv_table thead tr th,
.indiv_table.todlist_table thead tr th {
  background: #57524f;
  color: #fff;
}
.indiv_table.avecol2 tbody tr th,
.indiv_table.avecol2 tbody tr td { width: 50%; }
.indiv_table.avecol2 tbody tr td { border-width: 0 0 1px 0; }
table.indiv_table tr:nth-of-type(2n+1) { background: transparent; }
.indiv_table tbody tr:nth-of-type(2n) th,
.indiv_table tbody tr:nth-of-type(2n) td { background: #d9cbb94f; }

.indiv_table.avecol3 tbody tr th,
.indiv_table.avecol3 tbody tr td { width: calc(100% / 3); }
.indiv_table.avecol3 tbody tr td:last-child { border-width: 0 0 1px 0; }

.pointTxtArea {
  position: relative;
  line-height: 1.2;
  margin: 40px 0 20px;
  padding: 5px 20px;
  height: auto;
  border-top: solid 2px #ff8a00;
  border-bottom: solid 2px #ff8a00;
}
.pointTxtArea:before,
.pointTxtArea:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: calc(100% + 20px);
  background-color: #ff8a00;
}
.pointTxtArea:before { left: 10px;}
.pointTxtArea:after { right: 10px;}

.pointTxtArea .point_box {
  width: 100px;
  padding-right: 10px;
}
.point_box .pointcont {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1;
  color: #ff8a00;
  font-weight: 500;
}
.pointcont i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pointcont .point_int {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pointTxtArea .pointtxt_box {
  width: calc(100% - 100px);
  align-items: center;
  color: #391300;
  font-weight: 500;
}
.pointTxtArea + p {  
  font-size: .95em;
  padding: 0 15px;
  text-align: justify;
  margin-bottom: 40px;
}
.tableTotalArea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #62594f;
  font-size: 1.25em;
  color: #fff;
  font-weight: 500;
  padding: .3em .5em .4em;
  line-height: 1.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
span.pdl1 { padding-left: 1em; }

.indiv_table tr.tr_bg02 th,
.indiv_table tr.tr_bg02 td,
.indiv_table tbody tr.tr_bg02:nth-of-type(2n) th,
.indiv_table tbody tr.tr_bg02:nth-of-type(2n) td { background: #68ff0029; }

.indiv_table tr.tr_bg th,
.indiv_table tr.tr_bg td,
.indiv_table tbody tr.tr_bg:nth-of-type(2n) th,
.indiv_table tbody tr.tr_bg:nth-of-type(2n) td {
  background: #fffb0440;
}
.indiv_table.todlist_table tr th,
.indiv_table.todlist_table tr td {
  background: #fff;
  border: 1px solid #bbaea5;
}
.indiv_table.todlist_table tbody tr:nth-of-type(2n) td,
.indiv_table.todlist_table tbody tr:nth-of-type(2n+1) td { background: transparent; }

.indiv_table.todlist_table tbody tr.odd td { background: rgba(255, 255, 255, .5); }
.indiv_table.todlist_table tbody tr.even td {background: #d9cbb94f;}
.indiv_table.todlist_table tbody tr.tbb_txt td { background: #febf0070; }

/*** 焼き鳥 ***/
.page_yakitori {
  background-image: url(/wp-content/uploads/2023/04/main_yakitori.jpg);
  background-position: center;
}

/******
** 充実した講師陣 *****/
.page_instructor {
  background-image: url(/wp-content/uploads/2023/04/main_instructor.jpg);
  background-position: center;
}

/*** 講師 ***/
.page_contInt ul.instructor_listArea {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px 40px;
}
.page_contInt ul.instructor_listArea li {
  margin: 0 8px 15px;
  width: calc((100% - 64px) / 4);
  background: #57524f;
  padding: 8px;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.2;
}
.instructor_listArea .ins_imgbox { padding-top: 130%; }
.ins_imgbox img {
  -o-object-position: top;
  object-position: top;
}
.instructor_listArea .ins_txtbox {
  margin: 8px 0 4px;
  font-size: .9em;
}
.instructor_listArea .ins_txtbox .ins_name {
  color: #fea700;
  padding-bottom: .45em;
  margin-bottom: .3em;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}

/******
** 資格について *****/
.page_qual {
  background-image: url(/wp-content/uploads/2023/04/main_qualification.jpg);
  background-position: center;
}
.qualCont { padding: 0 0 30px; }
.qualCont ul.check_listul { padding: 0 10px 30px; }
ul.check_listul {   line-height: 1.2;}
ul.check_listul li {
  position: relative;
  margin: 0;
  line-height: 1.2;
  padding: 0 0 0 1.6em;
}
ul.check_listul li + li { margin-top: .6em; }
ul.check_listul li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #ff8a00;
  font-weight: 900;
  left: 0;
  top: 0;
  font-size: 1.1em;
}
.qualArea_int {
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
.qualArea_int .qualbox { width: 48.5%; }
.qualArea_int .qualbox,
.qualbox .qualbox_txtInt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.qualbox .qual_imgbox { padding-top: 65%; }
.qualbox .qualbox_txtArea {
  position: relative;
  padding: 0;
  margin-top: -50px;
  height: 100%;
}
.qualbox_txtArea .qualbox_txtInt {
  background: rgba(255, 255, 255, .4);
  padding: 12px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: 100%;
}
.qualbox_txtArea .list_btnArea { margin-top: auto; }
.qualbox_txtArea .list_btnArea a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .6em 1.4em;
  max-width: 280px;
  margin: 30px 0 0 auto;
}

/******
** 会社概要 *****/
.page_company {
  background-image: url(/wp-content/uploads/2023/04/main_company.jpg);
  background-position: center top 70%;
}
.companyArea .variCont .varibox_txtArea { padding-top: 18%; }

/*** 共通 ***/
.companyTopArea {
  max-width: 900px;
  margin: 0 auto 30px;
}
.companyTopArea .companyTop_txt {
  font-size: .9em;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #391300;
}
.companyTopArea ul.company_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .85em;
  background: #391300;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .3em 0;
  line-height: 1.2;
  border-style: solid;
  border-width: 1px 0;
  border-color: #391300;
  background: rgba(255, 255, 255, .7);
}

ul.company_menu li {
  margin: 0;
}

ul.company_menu li a {
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: .3em .85em .4em;
  color: #391300;
  font-weight: 500;
}
ul.company_menu li a:hover { color: #ff8a00; }
ul.company_menu li.select a { color: #ff8a00; font-weight: 700; }
.company_menu li a i {
  font-size: 1.1em;
  padding: .15em .4em 0 0;
}
.prof_map { margin-top: .5em; max-width: 160px; }
.prof_map a {
  border: 1px solid #57524f;
  font-size: .95em;
  color: #57524f;
  padding: .3em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9ba43;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prof_map a i { padding-left: .7em; }
.prof_map a:hover {
  background: #ffcb68;
}

/*** 会社案内 ***/
.page_company-prof {
  background-image: url(/wp-content/uploads/2023/04/main_company-prof.jpg);
  background-position: center;
}

/*** プロフィール ***/
.page_profile {
  background-image: url(/wp-content/uploads/2023/04/main_profile.jpg);
  background-position: center;
}
.page_contBox.comp_contBox_top { padding: 10px 0 40px; }
.comp_boxArea .compBox,
.titin_boxArea .compBox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}
.compimgArea { width: 38%; }
.compimgArea .prof_img01 { padding-top: 160%; }
.comptxtArea { width: 60%; }
h3.normal_h3.normal_h3_cc {
  color: #ff8a00;
  border: none;
  padding: .2em 0;
}
.comp_txtbox { 
  padding: 0 15px;
  text-align: justify;
}
.comp_txtbox p { margin-bottom: 1em; }
.bnrlinkArea { padding: 0 15px 15px; }
.bnrlinkArea a,
.bnrlinkArea a span { display: block; }
.bnrlinkArea a span.prof_imgbox { padding-top: 38%; min-height: 200px; }
.bnrlinkArea a:hover { opacity: .8; }
.prof_img02 { padding-top: 110%; }
ul.prof_books li {
  font-size: .95em;
  color: #391300;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
  padding-left: 1.5em;
  margin: 0 0 .5em 0;
}
ul.prof_books li:before {
  position: absolute;
  content: "\f518";
  font-family: "Font Awesome 5 Free";
  color: #f9ba43;
  font-weight: 900;
  left: 0;
  top: .1em;
}
ul.prof_books li .publish { font-size: .9em; font-weight: 400;}
.sp_br { display: none; }

/*** 社名の由来 ***/
.page_origin {
  background-image: url(/wp-content/uploads/2023/04/main_origin.jpg);
  background-position: center;
}
.compimgArea .origin_img01 {
  padding-top: 80%;
}
.originNumbox {
  margin: 15px 0;
  border: 2px solid #f9ba43;
  padding: 15px 12px;
  background: #fff;
  border-radius: 5px;
}
.originNumbox .originNum_cont {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.5;
  font-weight: 500;
  color: #391300;
}

/*** 社名の由来 ***/
.page_foundation {
  background-image: url(/wp-content/uploads/2023/04/main_foundation.jpg);
  background-position: center bottom 20%;
}
.compimgArea .foundation_img01,
.compimgArea .foundation_img02, 
.compimgArea .foundation_img03 {
  padding-top: 95%;
}

/*** 社名の由来 ***/
.page_results {
  background-image: url(/wp-content/uploads/2023/04/main_results.jpg);
  background-position: center;
}

.compimgArea .results_img01 {padding-top: 80%;}
.compimgArea .results_img02 { padding-top: 100%; }
.compimgArea .results_img03 { padding-top: 62%; }

ul.dot_ul { font-size: .95em;}
ul.dot_ul li {
  position: relative;
  line-height: 1.2;
  padding-left: .7em;
  margin: 0 0 .5em 0;
}
ul.dot_ul li:before {
  position: absolute;
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: .8em;
  font-size: .5em;
}
ul.dot_ul.dot_ul_flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.dot_ul.dot_ul_flex li { margin-right: 1.2em; }

/************
** 勉強会・講座 のご案内 *****/
.page_seminar {
  background-image: url(/wp-content/uploads/2023/04/main_seminar.jpg);
  background-position: center;
}
.top_mainTxt .top_main_intxt {
  display: block;
  font-size: .85em;
  background: rgba(254, 167, 0, .7);
  padding: .5em;
  margin: 10px 0;
  line-height: 1.2;
  color: #391300;
  text-align: center;
}
.seminarArea .seminarCont { margin-bottom: 50px; }
.seminarCont .seminarbox {
  background: rgba(255, 255, 255, .4);
  padding: 10px 0;
  border: 2px solid #57524f;
}
h2.seminar_h2 {
  line-height: 1.2;
  background: #57524f;
  color: #fff;
  margin: 0 -4px 10px;
  padding: .2em .5em .3em;
  font-weight: 500;
  font-size: 1.25em;
}
.seminar_h2_int .varih2_sub {
  display: block;
  font-size: .8em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
h2.seminar_h2.flex_col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.seminar_ontxt .seminar_ontxt_inner {
  background: rgb(254, 167, 0);
  font-size: .7em;
  font-weight: 700;
  display: block;
  line-height: 1.3;
  color: #391300;
  padding: .1em 1.4em .15em;
  border-radius: 50px;
}
.seminarbox_cont { padding: 0 10px;}
.seminarbox_cont .seminarImgArea { width: 40%;}
.seminarImgArea .seminar_imgbox { height: 100%; padding-top: 67%; }
.seminarbox .seminarTxtArea {
  width: 60%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.seminarTxtArea .seminartxt {
  font-size: .9em;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: justify;
}
.seminarbox + .seminarbox { margin-top: 40px; }
.seminarTxtArea .more_btnArea { margin-top: auto; }


/************
** 先輩経営者からのメッセージ *****/
.page_message,
.single-message .page_titArea {
  background-image: url(/wp-content/uploads/2023/04/main_message.jpg);
  background-position: center;
}
.messagelistArea { margin-top: 30px; }
.posts-not-found h2 { 
  color: #ff8a00;
  font-size: 1.5em;
}
.posts-not-found p {  
  color: #391300;
  font-weight: 500;
}
.message_list_ul .mes_li { 
  margin-bottom: 10px; 
  background: #57524f;
  padding: 10px;
}
.message_list_ul li .message_int,
.message_single_txtArea .msg_single_topArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.message_int .messimgArea { width: 33%; padding-right: 10px; }
.messimgArea .mess_img { padding-top: 78%; height: 100%;}
.message_int .messtxtArea {
  width: 67%;
  background: rgba(255, 255, 255, .9);
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
}
h2.messh2 {
  color: #fea700;
  font-size: 1.3em;
  font-weight: 500;
  padding: 0 .2em .3em;
  border-bottom: 3px solid #57524f;
  margin-bottom: 10px;
}
.messtxtArea .catch_txt {
  color: #391300;
  font-weight: 500;
  margin-bottom: 10px;
}
.messtxtArea .store_profbox {
  font-size: .9em;
  padding: 8px;
  background: #57524f21;
}
.store_profbox .store_prof_ul li + li { margin-top: 5px; }
.store_prof_ul li .store_prof_tit { 
  width: 5.5em;
  position: relative;
}
.store_prof_tit:after {
  content: "：";
  right: .2em;
  position: absolute;
  top: .05em;
}
.store_prof_ul li .store_prof_txt {
  width: calc(100% - 5.5em);
}
.store_prof_txt .owner_name_unit { padding-left: .3em; }
.store_prof_txt .owner_yob_box,
.store_prof_txt .owner_name_box { padding-right: .8em; }

.messtxtArea .store_btnArea { 
  margin-top: auto;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.store_btnArea .store_btn {  
  width: calc((100% - 20px) / 2);
}
.store_btn a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .6em 1.4em;
  line-height: 1.4;
  width: 100%;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .9em;
  color: #fff;
}
.store_detail_btn a { background: #ff8a00; }
.store_detail_btn a:hover { background: #ea7e00; }
.official_site_btn a {background: #312d22;}
.official_site_btn a:hover { background: #000; }

/*** 先輩経営者からのメッセージ 詳細ページ ***/
.message_single_contents {
  padding: 1em 1em 2em;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
}
.message_single_inner h2 {
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 500;
  color: #391300;
  border-bottom: 5px solid #ff8a00;
  padding: .4em .3em;
  font-size: 1.4em;
}
.msg_single_topArea { margin-bottom: 30px; }
.message_single_txtArea .catch_txt {
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 500;
  color: #ff8a00;
  font-size: 1.05em;
}
.msg_single_topArea .msg_topimgArea { width: 40%;  }
.msg_topimgArea .msg_topimg { padding-top: 70%; height: 100%;}
.msg_single_topArea .msg_toptxtArea { 
  width: 57%; 
  line-height: 1.2; 
  color: #391300;
}
.msg_toptxtArea .store_prof_ul li { margin-bottom: .5em; }
.msg_toptxtArea .store_prof_ul li .store_prof_txt {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.msg_single_editorArea p {  
  line-height: 1.4;
  margin-bottom: .8em;
  text-align: justify;
}

/******
** 特定商取引法に基づく表記 *****/
.page_spcom {
  background-image: url(/wp-content/uploads/2023/04/main_spcom.jpg);
  background-position: top;
}
.format_tableArea {
  margin-top: 30px;
  background: rgba(255, 255, 255, .4);
  padding: 30px 15px;
}
table.format_table p { margin: 0; line-height: 1.3; }
table.format_table tr th,
table.format_table tr td {
  border: 1px solid #bbaea5;
  font-weight: normal;
  padding: .55em .6em .6em;
  line-height: 1.3;
  text-align: left;
  font-size: .95em;
} 
table.format_table tr th {  
  background: #57524f;
  color: #fff;
  width: 30%;
}
table.format_table tr td {
  width: 70%;
  background: rgba(255, 255, 255, .8);
}
table.format_table .txt_indent { margin-top: 1em; margin-bottom: 1em;}
.txt_indent {
  text-indent: -1em;
  padding-left: 1em;
}
ol.ol_num {
  margin: 1em 0;
  counter-reset:item;
  list-style:none;
  padding-left: .5em;
}
ol.ol_num li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin: 0;
}
ol.ol_num li:before {
  content: counters(item, ".") ")";
  counter-increment:item;
  margin-right:0.5em;
}
ol.ol_num li + li { margin-top: .3em; }
.rdl_arrow { padding: 0 .3em; }

/******
** 404 *****/
.error404 h1.entry-title {
  margin: 0;
  padding: .5em;
  font-weight: 500;
}
.error404 p { padding: 1em; margin: 0; }

/***********************
** 投稿
***********************/
/*** ページメイン画像 ***/
.category-5 .page_titArea,
.categoryid-5 .page_titArea {
  background-image: url(/wp-content/uploads/2023/04/main_news.jpg);
  background-position: bottom 30% center;
}

/*** 共通 ***/
.single .content-in,
.category .content-in { padding: 80px 15px; background: #eee9e2;}

.single .content main.main,
.category .content main.main { max-width: 860px; margin: 0 auto; width: 100%; background: none; }
.pagination { margin-top: 20px; }
.pagination .page-numbers {
  border: 1px solid #ff8a00;
  background: #fff;
  color: #ff8a00;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
.pagination .page-numbers.current,
.pagination a:hover {
  background-color: #ff8a00;
  color: #fff;
}

/*** 一覧 ***/
.category .content main.main .archive-title,
a.entry-card-wrap .entry-card figure,
.category .entry-card-content .entry-card-snippet,
span.post-date .fa-clock,
.pagination-next { display: none; }
main .list { padding-bottom: 30px; }
main .list a.entry-card-wrap {
  margin: 0;
  padding: 1.5em 1em;
  border-bottom: 1px solid #dbd2c5;
}
.list a.entry-card-wrap .entry-card-content { margin: 0; padding: 0;}
.list a.entry-card-wrap:hover {
  background-color: rgba(0, 0, 0, .1);
}
.entry-card-content h2.entry-card-title {
  font-size: 1.2em;
  font-weight: 500;
  color: #391300;
  margin-bottom: .8em;
  line-height: 1.4;
}
.entry-card-wrap .entry-card-content .entry-card-meta {
  position: unset;
  text-align: left;
}
.entry-card-content .entry-card-meta .entry-card-info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.entry-card-info span.post-date {
  margin: 0;
  padding: 0;
  font-size: .9em;
  font-family: 'Oswald', sans-serif;
  color: #ff8a00;
}

/*** シングル ***/
.single main .article {
  background: #fff;
  padding: 1em;
  border-radius: 8px;
}
.single .article .article-header { margin-bottom: 1em; }
.article-header h1.entry-title {
  line-height: 1.2;
  margin: 0 0 8px;
  font-weight: 500;
  color: #391300;
  border-bottom: 5px solid #ff8a00;
  padding: .4em .3em;
  font-size: 1.4em;
}
.article-header .date-tags {
  line-height: 1;
  text-align: left;
  margin-bottom: 0;
}
.date-tags .post-date { margin: 0; font-size: 1em; }
.date-tags .post-date .entry-date {
  margin: 0;
  padding: 0 .5em;
  font-size: .9em;
  font-family: 'Oswald', sans-serif;
  color: #ff8a00;
}

/***********************
** footer
***********************/
#footer {
  margin-top: auto;
  padding: 0;
}
.footer-in .footer-bottom {
  margin: 0;
  padding: 0;
}
.footer-bottom .footer_bnrArea {
  background: #1d1d1d;
  padding: 50px 15px;
}
.footer_bnrArea .footer_bnrInt {
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_bnrInt .footer_bnr_box { 
  width: calc((100% - 45px) / 3); 
  position: relative;
  padding-top: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  margin: 0;
  border-radius: 10px;
}
.footer_bnr_box .footer_bnr_box_int {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 10px;
}

.footer_bnr_box_int a {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, .4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  border: 2px solid transparent;
}
.footer_bnr_box_int a:hover { 
  border: 2px solid #fea700;
}
.footer_bnr_box_int a .fbnr_en { 
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.footer_bnr_box_int a .fbnr_ja {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
  text-align: justify;
}

.footer-bottom .footer_mdlArea {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.footer_bnrInt .fbnr_mes {
  background-image: url(https://columbus-egg-hokkaido.hkd1.com/wp-content/uploads/2023/03/fbnr_01.jpg);
  background-position: left top;
}
.footer_bnrInt .fbnr_knowhow {
  background-image: url(https://columbus-egg-hokkaido.hkd1.com/wp-content/uploads/2023/03/fbnr_02.jpg);
  background-position: center;
}
.footer_bnrInt .fbnr_doc {
  background-image: url(https://columbus-egg-hokkaido.hkd1.com/wp-content/uploads/2023/03/fbnr_03.jpg);
  background-position: center;
}
.footer-meta { display: none; }

.footer_mdlArea .footer-bottom-logo {
  float: unset;
  position: inherit;
}
.footer-bottom-logo .site-name { padding: 0; margin-right: 1em; }
.footer-bottom-logo img {
  height: auto;
  width: 100%;
  max-width: 200px;
}
.footer-bottom .copyright {
  background: #242424;
  color: #fff;
  font-size: .85em;
  padding: 5px;
  text-align: center;
  margin: 0;
}
.f_contactArea {
  font-size: 16px;
  background: #1d1d1d;
  padding: 20px 15px;
}
.f_contactArea .f_contact_int {
  background: #2b2a29;
  padding: 20px 10px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.f_contact_int .f_contact_txt { 
  font-size: 1.15em;
  font-weight: 500;
  margin-bottom: 1em;
}
.f_contact_telArea .fcontact_tel_maintxt {
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: .3em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fcontact_tel_maintxt .ftm_span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #fea700;
  padding: .05em .1em;
  border-radius: 5px;
  margin-right: .4em;
}
.f_contact_telArea .fcontact_tel_subtxt { font-size: .95em; }
.fcontact_tel_subtxt .tel_sub_cc { color: #fea700; }
.f_contact_int .f_contact_btn { margin: 1em auto 0; }
.f_contact_btn a {
  padding: 5px;
  display: block;
  border-radius: 5px;
  background: #1d1d1d;
  color: #fea700;
  max-width: 400px;
  margin: 0 auto;
}
.f_contact_btn a:hover { opacity: .8;  }
.f_contact_btn a span {
  border: 1px solid #fea700;
  border-radius: 3px;
  padding: 15px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  .mblt-header-mobile-buttons {
      margin-top: 0;
    }
  .mobile-menu-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    color: #333;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 62px;
    top: 0;
    bottom: auto;
    position: fixed;
    left: 0;
    padding: 0 20px;
  }
  #header-container,
    .mobile-header-menu-buttons .search-menu-button,
    .mobile-menu-buttons .navi-menu-button .menu-caption {
      display: none;
    }
  .mobile-header-menu-buttons .logo-menu-button {
    width: 100%;
    max-width: 280px;
    margin-right: 1em;
    padding: 0;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-header-menu-buttons .logo-menu-button a { margin: auto; }
  .mobile-header-menu-buttons .logo-menu-button img {
    height: auto;
    max-height: none;
  }
  .mobile-header-menu-buttons .menu-button {
    width: auto;
    padding-right: 5px;
  }
  .mobile-header-menu-buttons .navi-menu-content {
    left: auto;
    right: 0;
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    background: rgba(21, 23, 35, .9);
    color: #fff;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
  }
  .mobile-menu-buttons>li.navi-menu-button {
    padding-top: 0;
  }
  .mobile-menu-buttons .menu-button .menu-icon .fa-bars {
    font-size: 1.3em;
  }
  .menu-close-button .fa-times {
    font-size: .8em;
  }
  .menu-content .menu-drawer {
    padding: 0;
  }
  .menu-content .menu-drawer li {
    padding: 0 1em;
  }
  .menu-drawer a {
    color: #ced0dc;
    padding: .8em;
    font-size: .9em;
  }
  .menu-drawer .navi_top_reserve {
    margin-top: 1.2em;
  }
  .menu-drawer .navi_top_reserve a {
    border: 1px solid #ced0dc;
  }
  .menu-drawer a:hover {
    background: transparent;
    color: #fff;
  }
  .menu-content .menu-drawer li.sp_bgbtn { margin-bottom: 1em; } 
  .menu-content .menu-drawer li.sp_line_btn { margin-top: 1em; }
  .menu-drawer .sp_inq_btn a {
    background: #ff8a00;
    color: #fff;
  }
  .menu-drawer .sp_line_btn a {
    background: #00b300;
    color: #fff;
  }
  .menu-drawer .sp_ss_app_btn a {
    background: #fea700;
    color: #fff;
    padding: .3em;
  }
  .menu-drawer .sp_ss_app_btn a .sp_ss_app_int {
    display: block;
    border: 1px solid #fff;
    padding: .5em;
  }
  .menu-content .menu-drawer li.sp_bgbtn a:hover { opacity: .9;}
  .menu-drawer .bottom_menu a { font-size: .8em; }
  .content { margin-top: 62px;}
  .main_imgArea { padding-top: 65vh; }
  .main_txt .main_txt_int { font-size: 1.8em; }
  .main_img_txtArea .bg_main_txt { font-size: 1.25em; }
  .sec_bgimg_cont {
    padding-top: 55%;
    margin-bottom: 10%;
  }
  .bgimg_catch_txt .en_txt_serif { font-size: 2.5em; }
  .bgimg_catch_txt .ja_txt_serif { font-size: 1.2em; }
  .h2_out { margin-bottom: 10px;}
  .sec_bgimg_txtCont .r_txtArea h3.normal_h3 { padding: 0 .5em; }
  .r_txtArea p { padding: 10px 15px; margin: 10px 0; }
  .r_txtArea .more_btnArea a { margin-right: 10px; }
  .sec_bgimg02 .bgimg_catch .bgimg_catch_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: .4em 1em;
  }
  .sec_bgimg_txtArea02 .sec_bgimg_txtCont .page_cont { padding-top: 14%; }
  .sec_bgimg_cont.sec_bgimg02 { margin-bottom: 15%; }
}

/*834px以下*/
@media screen and (max-width: 834px){
  .main_imgCont .main_img_txtArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main_img_txtArea .bg_main_txt {
    width: 100%;
    background: none;
    height: auto;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.1em;
  }
  .bg_main_txt .bmt_box {
    background-color: rgba(255, 138, 0, 0.8);
    font-size: 1.05em;
    padding: 3px 10px;
    line-height: 1.2;
    max-width: 240px;
    width: 100%;
    text-align: right;
  }
  .bg_main_txt .bmt_box + .bmt_box { margin-top: .4em; }
  .main_img_txtArea .main_txt {
    margin-top: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 80%;
  }
 .main_txt .main_txt_int {
   height: auto;
   font-size: 1.6em;
   margin-bottom: 20px;
   padding: 15px;
   text-shadow: 1px 1px 3px #000;
   line-height: 1.4;
 }
 .notice_col_int,
 .top_courseArea,
 .footer_bnrArea .footer_bnrInt,
 .footer-bottom .footer_mdlArea {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
 }
 .sec { padding: 40px 15px; }
 .notice_col_int .notice_colBox,
 .sec_bgimg_cont,
 .sec_bgimg_txtCont .r_txtArea,
 .top_courseArea .top_courseBox,
 .footer_bnrInt .footer_bnr_box { width: 100%; }
 .notice_col_int .notice_colBox + .notice_colBox,
 .top_courseArea .top_courseBox + .top_courseBox,
 .footer_bnrInt .footer_bnr_box + .footer_bnr_box { margin-top: 10px; }
 .top_theme_ul li { width: calc((100% - 48px) / 3); }
 .sec_bgimg_cont,
 .sec_bgimg_cont.sec_bgimg02 {
    width: 100%;
    background-position: right center;
    padding-top: 50%;
    margin-bottom: 0;
 }
 .sec_bgimg_cont .bgimg_catch {
  bottom: 10px;
  top: unset;
 }
.bgimg_catch .bgimg_catch_txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: .3em .6em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1.1;
}
  .bgimg_catch_txt .en_txt_serif {
    font-size: 2.1em;
  }
  .sec_bgimg_txtArea { position: relative; }
  .sec_bgimg_txtCont .page_cont,
  .sec_bgimg_txtArea02 .sec_bgimg_txtCont .page_cont { padding-top: 0; }
  .r_txtArea h2.bgimg_h2 { font-size: 1.2em; margin-bottom: 0; }
  .r_txtArea p { padding: 10px 15px; margin: 0;}
  .top_courseArea,
  .footer_bnrArea .footer_bnrInt {  
    max-width: 600px;
    margin: 0 auto;
  }
  .page_contBox .contBox_normalInt { padding: 0; }
  .page_contBox .titin_boxArea { margin: 0; }
  .titin_boxArea .titin_boxInt { padding: 0 5px; }
  .indiv_tableArea .indiv_tablebox { width: 49.5%; }
  ul.company_menu li a { padding: .3em .4em .4em; }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .page_titArea { height: 300px; }
  .page_titCont h2.page_maintit { text-align: left; font-size: 2.2em; }
  h2.indivtit_h2 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify;
  }
  .page_contInt { max-width: 650px; }
  .page_contBox .contBox_normalInt,
  .indiv_tableArea,
  .variBox .variCont,
  .qualArea_int,
  .companyTopArea ul.company_menu,
  .comp_boxArea .compBox, 
  .titin_boxArea .compBox,
  .message_list_ul li .message_int,
  .seminarbox_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contBox_normalInt .contBox_normal_imgArea,
  .contBox_normalInt .contBox_normal_txtArea,
  .indiv_tableArea .indiv_tablebox,
  .variCont .varibox_imgArea,
  .variCont .varibox_txtArea,
  .qualArea_int .qualbox,
  .compimgArea,
  .comptxtArea,
  .message_int .messimgArea,
  .message_int .messtxtArea,
  .seminarbox_cont .seminarImgArea,
  .seminarbox .seminarTxtArea { width: 100%; }
  
  .contBox_normal_txtArea,
  .comptxtArea { margin-top: 20px; }
  .contBox_normal_txtArea p + p { margin-bottom: 0; }
  .page_contInt ul.instructor_listArea li { width: calc((100% - 32px) / 2); }
  .page_contInt .top_mainTxt { line-height: 1.5; }

  .variCont .varibox_imgArea { padding: 0; }
  .varibox_imgArea .vari_imgbox { min-height: 300px; }
  .vari_imgbox img { object-position: bottom; }
  .variCont .varibox_txtArea {
    position: relative;
    padding: 0;
    margin-top: -50px;
  }
  .varibox_txtArea .varibox_txtInt { background: rgba(255, 255, 255, .4); }
  .varibox_txtInt .varitxt {  
    background: none;
    padding: 0;
    text-align: justify;
  }
  .varibox_txtInt .more_btnArea { margin-top: 20px; }
  table.format_table tr th, 
  table.format_table tr td {
    display: block;
    width: 100%;
    border-width: 1px 1px 0 1px;
  }
  table.format_table tr:last-child td { border-width: 1px; }
  .qualArea_int .qualbox + .qualbox { margin-top: 30px; }
  .qualCont ul.check_listul { padding: 0 0 30px; }
  .qualArea_int,
  .companyArea .variCont .varibox_txtArea { padding: 0; }
  .companyTopArea ul.company_menu {
    padding: 0;
    max-width: 450px;
    margin: 0 auto;
    border-width: 0;
    background: rgba(255, 255, 255, .4);
  }
  ul.company_menu li a {
    padding: .6em 1em .7em;
    border-bottom: 1px solid #391300;
  }
  ul.company_menu li:first-child a { border-top: 1px solid #391300; }
  .compimgArea .prof_img01 { padding-top: 100%; }
  .prof_img01 .ofi-img { object-position: top; }
  .message_int .messimgArea { padding-right: 0; }
  .messimgArea .mess_img { padding-top: 65%; }
  .seminarbox h2.seminar_h2 { margin-bottom: -1px; }
  .seminarbox_cont { padding: 0; }
  .seminarImgArea .seminar_imgbox { padding-top: 45%; }
  .seminarbox .seminarTxtArea { padding: 10px 10px 0; }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .top_theme_ul li { width: calc((100% - 32px) / 2); }
  .top_courseBox .top_courseTxt { height: 40px; }
  .main_imgArea {
    padding-top: 80vh;
  }
  .main_img_txtArea .main_txt,
  .store_btnArea .store_btn,
  .msg_single_topArea .msg_topimgArea,
  .msg_single_topArea .msg_toptxtArea,
  .seminar_h2_int { width: 100%; }
  .main_txt .main_txt_int {
    padding: 10px;
    font-size: 1.5em;
  }
  .footer_bnrInt .footer_bnr_box { padding-top: 45%; }
  .footer_bnr_box_int a { padding: 8px; }
  .footer_bnr_box_int a .fbnr_ja { line-height: 1.2; }

  .footer-bottom .footer_mdlArea,
  .messtxtArea .store_btnArea,
  .message_single_txtArea .msg_single_topArea,
  .seminarbox h2.seminar_h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-bottom-logo .logo-image { margin: 5px auto; }
  .footer-bottom-logo .site-name { margin: 0; }
  .single .content-in, .category .content-in,
  .page_contArea { padding: 40px 15px;}
    
  .indiv_table tr th,
  .indiv_table tr td {
    padding: .3em .2em .35em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: left;
  }
  .page_contInt .pttxtArea { margin-bottom: 0; }
  .pointTxtArea .point_box { width: 90px; }
  .pointTxtArea .pointtxt_box { width: calc(100% - 90px); }

  .indiv_table.avecol3 tbody tr th,
  .indiv_table.avecol3 tbody tr td {
    width: auto;
  }
  .indiv_table.todlist_table tr th:first-child,
  .indiv_table.todlist_table tr td:first-child {width: 18%;}
  .indiv_table.todlist_table tr th:nth-child(2),
  .indiv_table.todlist_table tr td:nth-child(2) {width: 22%;}
  .indiv_table.todlist_table tr th:last-child,
  .indiv_table.todlist_table tr td:last-child {width: 50%;}
  .page_contInt ul.instructor_listArea {margin: 0 -5px 20px;}
  .page_contInt ul.instructor_listArea li {
    margin: 0 5px 10px;
    width: calc((100% - 20px) / 2);
  }
  .comp_txtbox { padding: 0 10px; }
  .bnrlinkArea { padding: 0 10px 10px; }
  .page_bnrArea .bnr_online .ofi-img { object-position: right -15px bottom 0; }
  .page_bnrArea .bnr_study .ofi-img { object-position: right -8px bottom 0; }
  br.sp_br { display: block; }
  .originNumbox { padding: 10px 8px;}
  .originNumbox .originNum_cont {
    padding-left: 0;
    text-indent: 0;
  }
  h2.page_main-hl { font-size: 1.65em; }
  .store_prof_ul li .store_prof_txt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .store_btnArea .store_btn + .store_btn { margin-top: 15px; }
  .store_btn .official_site_btn,
  .store_btn .store_detail_btn { 
    max-width: 340px;
    margin: 0 auto; 
  }
  .msg_single_topArea .msg_topimgArea { margin-bottom: 15px; }
  .msg_topimgArea .msg_topimg { padding-top: 65%; }
  .msg_single_topArea { margin-bottom: 20px; }
  .seminar_ontxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
    width: 100%;
  }
}

/*370px以下*/
@media screen and (max-width: 370px) {
  br.sp_br { display: none; }
}
