@charset "UTF-8";
/* ========================================================
	base.css => 共通基本CSS
======================================================== */
/* reset
============================================================================================================ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  font-size: 100%;
  font-family: inherit;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

select, input, textarea {
  font-size: 100%;
}

header, footer, nav, section, article, figure, aside {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* text-align
============================================================================================================ */
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tac_tal {
  text-align: center;
}

.tal_tac {
  text-align: left;
}

.tac_tar {
  text-align: center;
}

.tar_tal {
  text-align: right;
}

@media screen and (max-width: 960px) {
  .tac_tal {
    text-align: left;
  }
  .tal_tac {
    text-align: center;
  }
  .tac_tar {
    text-align: right;
  }
  .tar_tal {
    text-align: left;
  }
}
/* margin
============================================================================================================ */
.m00 {
  margin: 0 !important;
}

.mb {
  margin-bottom: 1.5em !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt {
  margin-top: 1.5em !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

/* padding
============================================================================================================ */
.p00 {
  padding: 0 !important;
}

.pb {
  padding-bottom: 1.3em !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb08 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

/* font size
============================================================================================================ */
.fz10 {
  font-size: 10px;
  font-size: 1rem;
}

.fz11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fz12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fz13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fz14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fz15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fz16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fz17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fz18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fz19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.fz20 {
  font-size: 20px;
  font-size: 2rem;
}

.fz_s {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.fz_m {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.fz_l {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.fz_ll {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .fz_s {
    font-size: 1.1rem;
  }
  .fz_m {
    font-size: 1.3rem;
  }
  .fz_l {
    font-size: 1.5rem;
  }
  .fz_ll {
    font-size: 1.8rem;
  }
}
/* font weight
============================================================================================================ */
.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal !important;
}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
/* ========================================================
変数
======================================================== */
/* ========================================================
mixin
======================================================== */
/*margin
------------------------------------------------------------------------------------------------------------------*/
/*content
------------------------------------------------------------------------------------------------------------------*/
/*font-weight
------------------------------------------------------------------------------------------------------------------*/
/*formパーツ　input
------------------------------------------------------------------------------------------------------------------*/
/*moduleスライドパーツ
------------------------------------------------------------------------------------------------------------------*/
/*list あしらい付き見出し用共通設定
------------------------------------------------------------------------------------------------------------------*/
/*title_set
------------------------------------------------------------------------------------------------------------------*/
/*midashi　全般　あしらいset
------------------------------------------------------------------------------------------------------------------*/
/* 2色重なってる横棒デザイン　変数で長さ位置調整 */
/* 左に2色の縦線 */
/* 横幅いっぱいに下線　1本 */
/* 下線　丸い点線 */
/* 下線　横長点線 */
/* 左に縦線 */
/* 背景色を引いた見出し */
/* 左に横棒 */
/*cms_midashi　文字サイズと基本スタイル
------------------------------------------------------------------------------------------------------------------*/
/*cms_midashi_pict アイコン付見出しセット
------------------------------------------------------------------------------------------------------------------*/
/*midashi_set　文字サイズと基本スタイル
------------------------------------------------------------------------------------------------------------------*/
/*title_set モノクロアイコン用
------------------------------------------------------------------------------------------------------------------*/
/* bootstrap　cssリセット start*/
a:hover {
  color: var(--base-color4);
}

dt {
  font-weight: normal;
}

*,
::after,
::before {
  box-sizing: content-box;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: inherit;
  line-height: 1.5;
}

/* bootstrap　フォームパーツテキスト調整用 */
.bt_form_style * {
  font-size: 1.6rem !important;
}

/* bootstrap　cssリセット end*/
html,
body {
  width: 100%;
  -webkit-touch-callout: none; /* リンク長押しのポップアップを無効化 */
  -webkit-user-select: none; /* テキスト長押しの選択ボックスを無効化 */
}

main {
  word-wrap: break-word;
}

/*文字サイズ
----------------------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
}
html.normal {
  font-size: 62.5%;
  font-feature-settings: "palt";
}
html.middole {
  font-size: 70%;
}
html.large {
  font-size: 80%;
}

.select-btn {
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
  box-sizing: border-box;
  border: 1px solid gray;
  border-radius: 0.3rem;
  padding: 2px 6px;
  background: #f0f0f0;
  cursor: pointer;
}

@media screen and (max-width: 1370px) {
  html {
    font-size: 0.8vw;
  }
  html.normal {
    font-size: 0.8vw;
  }
  html.middole {
    font-size: 1vw;
  }
  html.large {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 1.2vw;
  }
  html.normal {
    font-size: 1.2vw;
  }
  html.middole {
    font-size: 1.5vw;
  }
  html.large {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 1.5vw;
  }
  html.normal {
    font-size: 1.5vw;
  }
  html.middole {
    font-size: 1.8vw;
  }
  html.large {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 2.8vw;
  }
  html.normal {
    font-size: 2.8vw;
  }
  html.middole {
    font-size: 3vw;
  }
  html.large {
    font-size: 3.2vw;
  }
}
/*body
----------------------------------------------------------------------------------------------------------------*/
@media print {
  body {
    zoom: 75%;
  }
}
/*カラーチェンジ
--------------------------------------------------------*/
body {
  background: var(--base-color0);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--base-color4);
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body.mincho,
.txt-mincho {
  font-family: "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
}

body.gothic,
.txt-gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.7;
}

a {
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
  color: var(--base-color4);
  margin-bottom: 0 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}

label {
  cursor: pointer;
}

input,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
  box-sizing: border-box;
}

button {
  margin: 0;
  vertical-align: middle;
  font-family: inherit;
  outline: none;
  font-size: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

iframe {
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  iframe {
    max-width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 1200px), print {
  a.tel_link[href^="tel:"] {
    pointer-events: none;
  }
}
/*線の削除
-------------------------------------------------------------------*/
/*青い線の削除*/
.slick-slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}
.slick-slide:focus {
  outline: none !important;
}
.slick-slide *:active, .slick-slide *:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}

/* pc / tab / sp
============================================================================================================ */
.sp {
  display: none;
}

.pc {
  display: block;
}

.tab {
  display: none;
}

.pc_tab,
.pc_tab_68 {
  display: block;
}

.tab_sp,
.sp_68 {
  display: none;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
  .tab_sp {
    display: block !important;
  }
}
@media screen and (max-width: 680px) {
  .pc_tab_68 {
    display: none;
  }
  .sp_68 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc_tab {
    display: none !important;
  }
  .tab_sp {
    display: block !important;
  }
}
/* sp
============================================================================================================ */
@media screen and (max-width: 960px) {
  *[data-label] img {
    display: none;
  }
  *[data-label]:before {
    content: attr(data-label);
  }
  *[data-label-r]:after {
    content: attr(data-label-r);
  }
}
/* w
============================================================================================================ */
.mian_width {
  display: block;
  max-width: 80%;
  margin: 0 auto;
  overflow-x: hidden;
}

.mian_width_95 {
  display: block;
  max-width: 95%;
  margin: 0 auto;
}

.mian_width_90 {
  display: block;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

.mian_width_70 {
  display: block;
  max-width: 70%;
  margin: 0 auto;
}

.mian_width_60 {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}

.mian_width_50 {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}

/* ヘッダー
============================================================================================================ */
#header {
  position: fixed;
  color: var(--base-color0);
  height: 7rem;
  font-size: 1.4rem;
  width: 100%;
  z-index: 500;
  background: var(--base-color5);
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}
#header .header_signage {
  width: 90%;
  margin: auto;
}
#header .header_signage_title {
  line-height: 1.2;
  font-size: 3.3rem;
  font-weight: bold;
  height: 7rem;
  display: flex;
  align-items: center;
}

/*
@media screen and (max-width: 1360px) {
  #header {
    .header_signage{
      &_title{
        font-size: 2.2rem;
      }

    }
  }
}

@media screen and (max-width: 480px) {
  #header {
    height: 4.5rem;
  .header_signage{
      &_title{

        height: 4.5rem;
        font-size:1.5rem;

      }
    }
    }
}
*/
/* footer
============================================================================================================ */
#footer {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  background: var(--base-color5);
  color: var(--base-color0);
  font-size: 1.6rem;
}
#footer .foot_signage {
  width: 90%;
  margin: auto;
  padding: 3rem 0;
  display: flex;
  align-items: center;
}

/* コンテナ
============================================================================================================ */
#container {
  position: relative;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  #container {
    font-size: 1.4rem;
  }
}
.f_16 {
  font-size: 1.6rem;
}

.f_14 {
  font-size: 1.4rem;
}

/* section
============================================================================================================ */
@media screen and (max-width: 1250px) {
  .sp_section {
    max-width: 95%;
    margin: auto;
  }
  .sp_section_s {
    max-width: 90%;
    margin: auto;
  }
}
.section_ll + .section_ll {
  margin-top: 9rem;
}

.section_l + .section_l {
  margin-top: 6rem;
}

.section_m + .section_m {
  margin-top: 5rem;
}

.section_s + .section_s {
  margin-top: 3rem;
}

@media screen and (max-width: 680px) {
  .section_reset {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section_ll + .section_ll {
    margin-top: 8rem;
  }
  .section_l + .section_l {
    margin-top: 5rem;
  }
  .section_m + .section_m {
    margin-top: 3rem;
  }
  .section_s + .section_s {
    margin-top: 2.5rem;
  }
}
/* padding
============================================================================================================ */
.pdpdb_ll_2_ll_2 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.pdt_ll_2 {
  padding-top: 15rem;
}

.pdb_ll_2 {
  padding-bottom: 15rem;
}

.pd_ll {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.pdt_ll {
  padding-top: 12rem;
}

.pdb_ll {
  padding-bottom: 12rem;
}

.pd_l {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pdt_l {
  padding-top: 8rem;
}

.pdb_l {
  padding-bottom: 8rem;
}

.pd_m {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pdt_m {
  padding-top: 6rem;
}

.pdb_m {
  padding-bottom: 6rem;
}

.pd_s {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pdt_s {
  padding-top: 2.5rem;
}

.pdb_s {
  padding-bottom: 2.5rem;
}

.pd_ss {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pdt_ss {
  padding-top: 1.5rem;
}

.pdb_ss {
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 480px) {
  .pd_ll_2 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .pdt_ll_2 {
    padding-top: 12rem;
  }
  .pdb_ll_2 {
    padding-bottom: 12rem;
  }
  .pd_ll {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pdt_ll {
    padding-top: 8rem;
  }
  .pdb_ll {
    padding-bottom: 8rem;
  }
  .pd_l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .pdt_l {
    padding-top: 4rem;
  }
  .pdb_l {
    padding-bottom: 4rem;
  }
  .pd_m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pdt_m {
    padding-top: 2rem;
  }
  .pdb_m {
    padding-bottom: 2rem;
  }
  .pd_s {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pdt_s {
    padding-top: 2.5rem;
  }
  .pdb_s {
    padding-bottom: 2.5rem;
  }
}
/* btn______
============================================================================================================ */
.btn_basic > * {
  cursor: pointer;
  font-size: 1.5rem;
  display: inline-flex;
  border: solid 1px var(--base-color1);
  padding: 0.9rem 2em;
  color: var(--fontsub-color-f0);
  transition: 0.3s;
  box-sizing: border-box;
  background: var(--base-color1);
  min-width: 10em;
  justify-content: center;
}
.btn_basic > *:hover {
  border: solid 1px var(--base-color1);
  background: var(--base-color0);
  color: var(--base-color1);
  opacity: 1 !important;
}

@media screen and (max-width: 680px) {
  .btn_basic > * {
    font-size: 1.5rem;
  }
}
/*btn_normal*/
.btn_normal > * {
  display: inline-flex;
  border: solid 1px #c1c1c1;
  padding: 0.9rem 2em;
  color: var(--color-gray);
  background: var(--base-color0);
  transition: 0.3s;
  box-sizing: border-box;
  min-width: 15em;
  justify-content: center;
  cursor: pointer;
}

/*arrow
-------------------------------------*/
.btn_arrow > * {
  position: relative;
  padding-right: 5rem;
}
.btn_arrow > *:after {
  content: "";
  top: 50%;
  right: 1.8rem;
  transform: translate(0%, -50%) rotate(45deg);
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  border-top: 1px solid var(--base-color1);
  border-right: 1px solid var(--base-color1);
}
.btn_arrow > *:before {
  content: "";
  background: var(--base-color0);
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  right: 1rem;
  transform: translate(0%, -50%);
}

/*btn_flex_center*/
.btn_flex_center {
  display: flex;
  text-align: center;
  justify-content: center;
}
.btn_flex_center > * + * {
  margin-left: 3%;
}

@media screen and (max-width: 680px) {
  .btn_flex_center {
    display: block;
  }
  .btn_flex_center > * + * {
    margin-left: auto;
    margin-top: 5%;
  }
}
/*btn btn_back*/
.btn_back > * {
  border: solid 1px var(--color-gray4);
  color: var(--fontsub-color);
  background: var(--color-gray4);
}
.btn_back > *:hover {
  border: solid 1px var(--color-gray4);
  background: var(--base-color4);
  color: var(--base-color0);
}

/* title
============================================================================================================ */
.title_ll {
  font-size: 3.4rem;
}

.title_l {
  font-size: 3rem;
}

.title_ml {
  font-size: 2.4rem;
}

.title_m {
  font-size: 2.2rem;
}

.title_ms {
  font-size: 2rem;
}

.title_s {
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .title_mg_ll {
    font-size: 2.4rem;
  }
  .title_l {
    font-size: 2.4rem;
  }
  .title_ml {
    font-size: 2.2rem;
  }
  .title_m {
    font-size: 2rem;
  }
  .title_ms {
    font-size: 1.8rem;
  }
  .title_s {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .title_ll {
    font-size: 2rem;
  }
  .title_l {
    font-size: 1.8rem;
  }
  .title_ml {
    font-size: 1.6rem;
  }
  .title_m {
    font-size: 1.5rem;
  }
  .title_ms {
    font-size: 1.4rem;
  }
  .title_s {
    font-size: 1.3rem;
  }
}
/*schedule_manth_title*/
.schedule_manth_title {
  font-size: 1.75em;
}
.schedule_manth_title span {
  margin-left: 0.5rem;
}

@media screen and (max-width: 480px) {
  .schedule_manth_title {
    font-size: 2rem;
  }
  .schedule_manth_title span {
    font-size: 2rem;
  }
}
/*diagonal_title_area 斜め*/
.diagonal_title_area {
  display: flex;
  justify-content: center;
  transform: skewX(20deg);
  font-weight: bold;
}
.diagonal_title_area span {
  padding: 0 2em;
  transform: skewX(-20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
}
.diagonal_title_area > * {
  background: var(--base-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.diagonal_title_area > *:nth-child(1) {
  font-size: 1.4rem;
  color: var(--base-color0);
  line-height: 1.2;
}
.diagonal_title_area > *:nth-child(2) {
  background: var(--base-color0);
  font-size: 2.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  .diagonal_title_area > *:nth-child(1) {
    font-size: 1.1rem;
  }
  .diagonal_title_area > *:nth-child(2) {
    font-size: 1.4rem;
  }
  .diagonal_title_area span {
    min-height: 4rem;
  }
}
/* midashi
============================================================================================================ */
.midashi_under_line {
  position: relative;
  display: block;
  margin-bottom: 2em;
  font-size: 2.3rem;
  font-weight: bold;
}
.midashi_under_line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  height: 1px;
  width: 100%;
  background: #cccccc;
}

@media screen and (max-width: 480px) {
  .midashi_under_line {
    font-size: 1.5rem;
  }
}
/*midashi_02 クラスごと
------------------------------------------------------------------------------------*/
.midashi_02,
.midashi_02_mg00,
.midashi_02_mt00 {
  position: relative;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 3rem;
}
.midashi_02:before,
.midashi_02_mg00:before,
.midashi_02_mt00:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 2.5em;
  left: left;
  text-align: center;
  display: block;
  bottom: -0.5em;
  transform: translate(0, 0);
  background-image: linear-gradient(90deg, var(--base-color2) 0 34%, var(--base-color1) 34%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 680px) {
  .midashi_02,
  .midashi_02_mg00,
  .midashi_02_mt00 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.7rem;
  }
}

.midashi_02_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_02_mt00 {
  margin-top: 0 !important;
}

/*midashi_02_tac
------------------------------------------*/
.midashi_02_tac,
.midashi_02_tac_mg00,
.midashi_02_tac_mt00 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.midashi_02_tac:before,
.midashi_02_tac_mg00:before,
.midashi_02_tac_mt00:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 2.5em;
  left: 50%;
  text-align: center;
  display: block;
  bottom: -0.5em;
  transform: translate(-50%, 0);
  background-image: linear-gradient(90deg, var(--base-color2) 0 34%, var(--base-color1) 34%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 680px) {
  .midashi_02_tac,
  .midashi_02_tac_mg00,
  .midashi_02_tac_mt00 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.7rem;
  }
}

.midashi_02_tac_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_02_tac_mt00 {
  margin-top: 0 !important;
}

/*midashi_03
------------------------------------------*/
.midashi_03,
.midashi_03_mg00,
.midashi_03_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.6rem;
  position: relative;
  display: block;
}
.midashi_03:before,
.midashi_03_mg00:before,
.midashi_03_mt00:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  height: 1px;
  width: 100%;
  background: var(--base-color1);
}
@media screen and (max-width: 680px) {
  .midashi_03,
  .midashi_03_mg00,
  .midashi_03_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.6rem;
  }
}

.midashi_03_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_03_mt00 {
  margin-top: 0 !important;
}

/*midashi_04
------------------------------------------*/
.midashi_04,
.midashi_04_mg00,
.midashi_04_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-left: 0.5em;
  border-left: 3px solid var(--base-color1);
  line-height: 1.2;
}
@media screen and (max-width: 680px) {
  .midashi_04,
  .midashi_04_mg00,
  .midashi_04_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_04_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_04_mt00 {
  margin-top: 0 !important;
}

/*midashi_04_2
------------------------------------------*/
.midashi_04_2,
.midashi_04_2_mg00,
.midashi_04_2_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-left: 0.5em;
  border-left: 4px solid var(--base-color1);
  z-index: 0;
  position: relative;
}
.midashi_04_2:before,
.midashi_04_2_mg00:before,
.midashi_04_2_mt00:before {
  content: "";
  background: var(--base-color2);
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 2px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 680px) {
  .midashi_04_2,
  .midashi_04_2_mg00,
  .midashi_04_2_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_04_2_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_04_2_mt00 {
  margin-top: 0 !important;
}

/*midashi_05
------------------------------------------*/
.midashi_05,
.midashi_05_mg00,
.midashi_05_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.9rem;
  padding: 0.8em 1em;
  background: var(--bg-color2);
  font-weight: bold;
  color: var(--base-color4);
  display: block;
}
@media screen and (max-width: 680px) {
  .midashi_05,
  .midashi_05_mg00,
  .midashi_05_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_05_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_05_mt00 {
  margin-top: 0 !important;
}

/*midashi_06
------------------------------------------*/
.midashi_06,
.midashi_06_mg00,
.midashi_06_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.9rem;
  padding-left: 1.5em;
  position: relative;
}
.midashi_06:before,
.midashi_06_mg00:before,
.midashi_06_mt00:before {
  content: "";
  width: 1em;
  background: var(--base-color1);
  height: 3px;
  position: absolute;
  top: 0.8em;
  left: 0;
}
@media screen and (max-width: 680px) {
  .midashi_06,
  .midashi_06_mg00,
  .midashi_06_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_06_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_06_mt00 {
  margin-top: 0 !important;
}

/*midashi_07
------------------------------------------*/
.midashi_07,
.midashi_07_mg00,
.midashi_07_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.3rem;
  position: relative;
  display: block;
}
.midashi_07:before,
.midashi_07_mg00:before,
.midashi_07_mt00:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  height: 1px;
  width: 100%;
  background: #cccccc;
}
@media screen and (max-width: 680px) {
  .midashi_07,
  .midashi_07_mg00,
  .midashi_07_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_07_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_07_mt00 {
  margin-top: 0 !important;
}

/*midashi_08
------------------------------------------*/
.midashi_08,
.midashi_08_mg00,
.midashi_08_mt00 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  background: var(--grd-color1);
  font-weight: bold;
  color: var(--fontsub-color);
  display: block;
}
@media screen and (max-width: 680px) {
  .midashi_08,
  .midashi_08_mg00,
  .midashi_08_mt00 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

.midashi_08_mg00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.midashi_08_mt00 {
  margin-top: 0 !important;
}

/*midashi_02　範囲指定
------------------------------------------------------------------------------------*/
.midashi_area {
  /*   >*:first-child{
    margin-top: auto!important;
  } */
}
.midashi_area h2 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 3rem;
  position: relative;
}
.midashi_area h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: left;
  text-align: center;
  display: block;
  bottom: -0.5em;
  transform: translate(0, 0);
  background-image: linear-gradient(90deg, var(--base-color2) 0 10%, var(--base-color1) 10%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 680px) {
  .midashi_area h2 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.7rem;
  }
}
.midashi_area .tac h2 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.midashi_area .tac h2:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 2.5em;
  left: 50%;
  text-align: center;
  display: block;
  bottom: -0.5em;
  transform: translate(-50%, 0);
  background-image: linear-gradient(90deg, var(--base-color2) 0 34%, var(--base-color1) 34%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 680px) {
  .midashi_area .tac h2 {
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.7rem;
  }
}
.midashi_area h3 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.6rem;
  position: relative;
  display: block;
}
.midashi_area h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  height: 1px;
  width: 100%;
  background: var(--base-color1);
}
@media screen and (max-width: 680px) {
  .midashi_area h3 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.6rem;
  }
}
.midashi_area h4 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-left: 0.5em;
  border-left: 4px solid var(--base-color1);
  z-index: 0;
  position: relative;
}
.midashi_area h4:before {
  content: "";
  background: var(--base-color2);
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 2px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 680px) {
  .midashi_area h4 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}
.midashi_area h5 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.9rem;
  padding: 0.8em 1em;
  background: var(--bg-color2);
  font-weight: bold;
  color: var(--base-color4);
  display: block;
}
@media screen and (max-width: 680px) {
  .midashi_area h5 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}
.midashi_area h6 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.9rem;
  padding-left: 1.5em;
  position: relative;
}
.midashi_area h6:before {
  content: "";
  width: 1em;
  background: var(--base-color1);
  height: 3px;
  position: absolute;
  top: 0.8em;
  left: 0;
}
@media screen and (max-width: 680px) {
  .midashi_area h6 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}
.midashi_area h7 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 2.3rem;
  position: relative;
  display: block;
}
.midashi_area h7:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  height: 1px;
  width: 100%;
  background: #cccccc;
}
@media screen and (max-width: 680px) {
  .midashi_area h7 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}
.midashi_area h8 {
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  background: var(--grd-color1);
  font-weight: bold;
  color: var(--fontsub-color);
  display: block;
}
@media screen and (max-width: 680px) {
  .midashi_area h8 {
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.5rem;
  }
}

/*midashi モノクロアイコン付
------------------------------------------------------------------------------------*/
.title_ico {
  padding-left: 2em;
  display: inline-block;
}
.title_ico.ico_call_02 {
  /*メガホン1*/
  background: url("../images/parts/ico_call_02.svg") no-repeat;
  background-size: 1.5em;
  background-position: top 0.2em left 0;
}
.title_ico.ico_pen {
  /*学校日記*/
  background: url("../images/parts/ico_pen.svg") no-repeat;
  background-size: 1.2em;
  background-position: top 0.3em left 0;
}
.title_ico.ico_bell_02 {
  /*お知らせ*/
  background: url("../images/parts/ico_bell_02.svg") no-repeat;
  background-size: 1.5em;
  background-position: top 0.3em left 0;
}
.title_ico.ico_reader {
  /*その他*/
  background: url("../images/parts/ico_reader.svg") no-repeat;
  background-size: 1.2em;
  background-position: top 0.3em left 0;
}
.title_ico.ico_info {
  /*メガホン2*/
  background: url("../images/parts/ico_info.svg") no-repeat;
  background-size: 1.3em;
  background-position: top 0.3em left 0;
}
.title_ico.ico_calender_02 {
  /*予定表*/
  background: url("../images/parts/ico_calender_02.svg") no-repeat;
  background-size: 1.3em;
  background-position: top 0.3em left 0;
}
.title_ico.ico_handout {
  /*配布文書*/
  background: url("../images/parts/ico_handout.svg") no-repeat;
  background-size: 1em;
  background-position: top 0.3em left 0;
}
.title_ico.ico_movie_02 {
  /*動画*/
  background: url("../images/parts/ico_movie_02.svg") no-repeat;
  background-size: 1.5em;
  background-position: top 0.3em left 0;
}

/* table
============================================================================================================ */
table.basic {
  width: 100%;
  border: 1px solid #d9d9d9;
  line-height: 1.6;
  table-layout: fixed;
}
table.basic th,
table.basic td {
  padding: 0.6em 1em;
  border: 1px solid #d9d9d9;
  word-wrap: break-word;
}
table.basic th {
  background: #f2f2f2;
}
table.basic.th_center th {
  text-align: center;
  font-weight: bold;
}
table.basic.td_cetner td {
  text-align: center;
}
table.basic.td_right td {
  text-align: right;
}
table.border_none td,
table.border_none th {
  padding-bottom: 20px;
}
table.basic.border_c th,
table.basic.border_c td {
  border: 1px solid #231815 !important;
}
table .w10 {
  width: 10%;
}
table .w15 {
  width: 15%;
}
table .w20 {
  width: 20%;
}
table .w25 {
  width: 25%;
}
table .w30 {
  width: 30%;
}
table .w35 {
  width: 35%;
}
table .w40 {
  width: 40%;
}
table .w45 {
  width: 45%;
}
table .w50 {
  width: 50%;
}

@media screen and (max-width: 960px) {
  table.basic {
    border-width: 2px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  table.basic th,
  table.basic td {
    padding: 0.5em;
  }
  table.basic th {
    width: 10%;
  }
  table.basic td {
    width: 20%;
  }
  table.form th {
    display: block;
    border-right: none;
    padding: 10px;
  }
  table.form td {
    display: block;
    border-right: none;
    padding: 10px;
    background: none !important;
  }
}
/* li list
============================================================================================================ */
ul.square li {
  position: relative;
  padding-left: 1em;
}
ul.square li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: auto;
  color: #000;
}
ul.square li > * + * {
  margin-top: auto;
}
ul.circle li {
  position: relative;
  padding-left: 1em;
}
ul.circle li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: auto;
  color: #000;
}
ul.circle li > * + * {
  margin-top: auto;
}
ul.asterisk li {
  position: relative;
  padding-left: 1em;
}
ul.asterisk li:before {
  content: "＊";
  position: absolute;
  left: 0;
  top: auto;
  color: #000;
}
ul.asterisk li > * + * {
  margin-top: auto;
}
ul.disc li {
  position: relative;
  padding-left: 1em;
}
ul.disc li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: auto;
  color: #000;
}
ul.disc li > * + * {
  margin-top: auto;
}
ul.notes li {
  position: relative;
  padding-left: 1em;
}
ul.notes li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: auto;
  color: #000;
}
ul.notes li > * + * {
  margin-top: auto;
}

ol.decimal {
  list-style-type: decimal;
}
ol.decimal li {
  margin-left: 2em;
}
ol.parentheses li {
  position: relative;
  padding-left: 2em;
}
ol.parentheses li .num {
  position: absolute;
  left: 0;
}

/* img
============================================================================================================ */
.ofi {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.ofi.cont {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/* bg___
============================================================================================================ */
.bg_color1 {
  background: var(--bg-color1);
}

.bg_color2 {
  background: var(--bg-color2);
}

.bg_yellow {
  background: var(--bg-color_y3);
}

.bg_gray {
  background: var(--bg-color_g1);
}

/* col___
============================================================================================================ */
.color1 {
  color: var(--base-color1);
}

.color2 {
  color: var(--base-color2);
}

.color3 {
  color: var(--base-color3);
}

.color4 {
  color: var(--base-color4);
}

.color5 {
  color: var(--base-color5);
}

.col_gray {
  color: var(--color-gray);
}

/* fbox
============================================================================================================ */
.fbox {
  display: flex;
}

@media screen and (max-width: 960px) {
  .fbox.f_pc {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .fbox.f_pc_tab {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .fbox.f_sp {
    display: block;
  }
}
.ff_re {
  flex-flow: row-reverse wrap;
}

.jc_sp {
  justify-content: space-between;
}

.jc_center {
  justify-content: center;
}

.it_cener {
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

/*分割比*/
/*fbox_col2
----------------------------------------------*/
.fbox_col2 {
  justify-content: space-between;
}
.fbox_col2 > * {
  width: 48%;
}
.fbox_col2 > * + * {
  margin-left: 4%;
}
.fbox_col2 + .fbox_col2 {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  .fbox_col2.f_pc > * {
    width: auto;
  }
  .fbox_col2.f_pc > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 680px) {
  .fbox_col2.f_pc_tab > * {
    width: auto;
  }
  .fbox_col2.f_pc_tab > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .fbox_col2.f_sp > * {
    width: auto;
  }
  .fbox_col2.f_sp > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
}
/*wrap*/
.wrap.fbox_col2 {
  justify-content: flex-start;
}
.wrap.fbox_col2 > * + * {
  margin-left: 0;
}
.wrap.fbox_col2 + .fbox_col2 {
  margin-top: 0;
}
.wrap.fbox_col2 > * {
  margin-right: 4%;
  margin-bottom: 4%;
}
.wrap.fbox_col2 > *:nth-child(2n) {
  margin-right: auto;
}

@media screen and (max-width: 680px) {
  .wrap.fbox_col2.f_pc_tab > * {
    margin-right: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .wrap.fbox_col2.f_sp > * {
    margin-right: auto;
    margin-top: 10%;
  }
}
/*fbox_col3
----------------------------------------------*/
.fbox_col3 {
  justify-content: space-between;
}
.fbox_col3 > * {
  width: 32%;
}
.fbox_col3 > * + * {
  margin-left: 2%;
}
.fbox_col3.ff_re > * + * {
  margin-left: auto;
  margin-right: 2%;
}
.fbox_col3 + .fbox_col3 {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  .fbox_col3.f_pc > * {
    width: auto;
  }
  .fbox_col3.f_pc > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
  .fbox_col3.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
@media screen and (max-width: 680px) {
  .fbox_col3.f_pc_tab > * {
    width: auto;
  }
  .fbox_col3.f_pc_tab > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .fbox_col3.f_sp > * {
    width: auto;
  }
  .fbox_col3.f_sp > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
}
/*wrap*/
.wrap.fbox_col3 {
  justify-content: flex-start;
}
.wrap.fbox_col3 > * + * {
  margin-left: 0;
}
.wrap.fbox_col3 + .fbox_col3 {
  margin-top: 0;
}
.wrap.fbox_col3 > * {
  margin-right: 4%;
  margin-bottom: 4%;
}
.wrap.fbox_col3 > *:nth-child(3n) {
  margin-right: auto;
}

@media screen and (max-width: 680px) {
  .wrap.fbox_col3.f_pc_tab > * {
    margin-right: auto;
    margin-top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .wrap.fbox_col3.f_sp > * {
    margin-right: auto;
    margin-top: 10%;
  }
}
/*fbox_4_6
----------------------------------------------*/
.fbox_4_6 > *:nth-child(1) {
  width: 37%;
}
.fbox_4_6 > *:nth-child(2) {
  width: 58%;
}
.fbox_4_6 > * + * {
  margin-left: 5%;
}
.fbox_4_6.ff_re > * + * {
  margin-left: auto;
  margin-right: 5%;
}
.fbox_4_6 + .fbox_4_6 {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  .fbox_4_6.f_pc > *:nth-child(1), .fbox_4_6.f_pc > *:nth-child(2) {
    width: auto;
  }
  .fbox_4_6 > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
  .fbox_4_6.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
/*fbox_6_4
----------------------------------------------*/
.fbox_6_4 > *:nth-child(1) {
  width: 58%;
}
.fbox_6_4 > *:nth-child(2) {
  width: 37%;
}
.fbox_6_4 > * + * {
  margin-left: 5%;
}
.fbox_6_4.ff_re > * + * {
  margin-left: auto;
  margin-right: 5%;
}
.fbox_6_4 + .fbox_6_4 {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  .fbox_6_4.f_pc > *:nth-child(1), .fbox_6_4.f_pc > *:nth-child(2) {
    width: auto;
  }
  .fbox_6_4 > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
  .fbox_6_4.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
/*fbox_7_3
----------------------------------------------*/
.fbox_7_3 > *:nth-child(1) {
  width: 65%;
}
.fbox_7_3 > *:nth-child(2) {
  width: 30%;
}
.fbox_7_3 > * + * {
  margin-left: 5%;
}
.fbox_7_3.ff_re > * + * {
  margin-left: auto;
  margin-right: 5%;
}
.fbox_7_3 + .fbox_7_3 {
  margin-top: 5%;
}

@media screen and (max-width: 960px) {
  .fbox_7_3.f_pc > *:nth-child(1), .fbox_7_3.f_pc > *:nth-child(2) {
    width: auto;
  }
  .fbox_7_3 > * + * {
    margin-left: auto;
    margin-top: 10%;
  }
  .fbox_7_3.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
#calendar-position.reset {
  width: auto;
  margin: 0 auto;
  display: block;
}
#calendar-position.reset > * {
  width: auto;
}
#calendar-position.reset > * + * {
  margin-left: 0;
}
#calendar-position.reset + .fbox_col2 {
  margin-top: 5%;
}
#calendar-position.reset .manth_calendar_area {
  border-right: none;
  border-bottom: 1px dashed #707070;
  padding-top: 0;
  padding-bottom: 3vh;
  padding-right: 0;
}
#calendar-position.reset .manth_area_day {
  min-height: 30vh;
}/*# sourceMappingURL=style.css.map */