@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
/******************************/
/* 見出し　 */
/******************************/
.ttl00.eng {
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 767px) {
  .ttl00 {
    text-align: center;
  }
}

.ttl01 {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .ttl01 {
    text-align: center;
  }
}

.ttl01.non_line:after {
  display: none;
}

.ttl01.type01 .jp_txt {
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  margin-bottom: 5px;
}

.ttl01.type01 .eng_txt {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: clamp(1.875rem, 1.534rem + 1.45vw, 2.625rem);
  display: inline-block;
  line-height: 1;
}

.ttl01.type02 .jp_txt {
  font-size: 40px;
  line-height: 1;
}

.ttl01.type02 .eng_txt {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .ttl01.type02 .eng_txt {
    font-size: 16px;
  }
}

.ttl01.type02:after {
  bottom: -15px;
}

.ttl01:after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 3px;
  left: 0;
  border-bottom: solid 3px #FF8800;
}

@media screen and (max-width: 767px) {
  .ttl01:after {
    content: "";
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100%;
    max-width: 40px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: solid 2px #3c06a0;
  }
}

.ttl02 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl02 {
    margin-bottom: 40px;
  }
}

.ttl02.non_line:after {
  display: none;
}

.ttl02.type01 .jp_txt {
  font-size: clamp(1.063rem, 0.92rem + 0.61vw, 1.375rem);
  margin-bottom: 10px;
  line-height: 1;
}

.ttl02.type01 .eng_txt {
  font-family: "Poppins", sans-serif;
  color: #0E9280;
  font-weight: 400;
  font-size: clamp(2.375rem, 1.75rem + 2.67vw, 3.75rem);
  line-height: 1;
  display: inline-block;
}

.ttl02.type02 .jp_txt {
  font-size: clamp(1.625rem, 1.114rem + 2.18vw, 2.75rem);
  font-weight: 500;
  line-height: 1;
}

.ttl02.type02 .eng_txt {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.08rem + 0.73vw, 1.625rem);
  display: inline-block;
  margin-bottom: 10px;
  color: #FFBA1A;
  line-height: 1;
}

.ttl02.type02:after {
  bottom: -15px;
}

.ttl02:after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 3px #FF8800;
}

.ttl03 {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
  border-bottom: dotted 2px #AAAAAA;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-align: center;
}

.ttl03.type01 {
  text-align: left;
  font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.625rem);
}

@media screen and (max-width: 1024px) {
  .ttl03.type01 {
    text-align: center;
  }
}

.ttl03.type01 span {
  color: #0E9280;
  font-size: clamp(1.75rem, 1.409rem + 1.45vw, 2.5rem);
  line-height: 1;
}

.ttl03.type02 {
  color: #106CAB;
}

.ttl03.type02 .en_ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
}

.ttl03.type02 .jp_ttl {
  font-size: clamp(1.5rem, 1.159rem + 1.45vw, 2.25rem);
}

.ttl04 {
  position: relative;
  border-bottom: dotted 2px #AAAAAA;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.ttl04.non_border {
  border: none;
  padding-bottom: 0;
}

.ttl04.type01 {
  margin-bottom: 25px;
}

.ttl04.type01 .jp_ttl {
  color: #106CAB;
  font-weight: bold;
  font-size: clamp(1.375rem, 1.205rem + 0.73vw, 1.75rem);
}

.ttl04.type_part .en_ttl {
  font-family: "Josefin Sans", sans-serif;
  color: #317091;
  font-size: clamp(1.125rem, 1.068rem + 0.24vw, 1.25rem);
}

.ttl04.type_part .en_ttl span {
  font-size: clamp(1.625rem, 1.511rem + 0.48vw, 1.875rem);
  margin-left: 5px;
}

.ttl04.type_part .jp_ttl {
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
}

.ttl04 .en_ttl {
  font-weight: 400;
  color: #317091;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
}

.ttl04 .jp_ttl {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
}

.ttl05 {
  font-size: 18px;
  border-bottom: solid 1px #3c06a0;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.ttl06 {
  position: relative;
  text-align: center;
}

.ttl06 .s_ttl {
  font-size: clamp(0.938rem, 0.568rem + 1.58vw, 1.75rem);
}

.ttl06 .b_ttl {
  font-size: clamp(1.5rem, 0.875rem + 2.67vw, 2.875rem);
  color: #0E9280;
}

.ttl06 .b_ttl.en_ttl {
  font-family: "Montserrat", sans-serif;
}

.ttl07 {
  position: relative;
  background-color: #0E9280;
  color: #0E9280;
  font-weight: bold;
  font-size: clamp(1.75rem, 1.239rem + 2.18vw, 2.875rem);
  text-align: center;
  color: #fff;
  padding: 40px 0;
  margin-bottom: 65px;
}

@media screen and (max-width: 1024px) {
  .ttl07 {
    padding: 20px 5%;
  }
}

.ttl07.type01 {
  color: #FBCE3C;
}

.ttl07.type01 span {
  color: #fff;
  display: block;
  font-size: clamp(1.25rem, 1.023rem + 0.97vw, 1.75rem);
}

.ttl07:before {
  border-top: 44px solid #0E9280;
  border-left: 95px solid transparent;
  border-right: 95px solid transparent;
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  margin-left: -95px;
}

@media screen and (max-width: 767px) {
  .ttl07:before {
    bottom: -30px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    margin-left: -70px;
  }
}

.ttl08 {
  position: relative;
  color: #fff;
}

.ttl08 .en_ttl {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  margin-bottom: 5px;
}

.ttl08 .jp_ttl {
  font-size: clamp(1.25rem, 0.568rem + 2.91vw, 2.75rem);
  border-left: 8px solid #FBCE3C;
  padding-left: 10px;
  line-height: 1.2;
}

.ttl09 {
  position: relative;
}

.ttl09 .s_ttl {
  text-align: center;
}

.ttl09 .s_ttl span {
  background-color: #C80012;
  color: #fff;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: clamp(1.125rem, 0.898rem + 0.97vw, 1.625rem);
}

.ttl09 .b_ttl {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.045rem + 1.94vw, 2.5rem);
}

.ttl09 .b_ttl span {
  color: #C80012;
  border-bottom: solid 2px #C80012;
  font-size: clamp(1.600rem, 1.307rem + 2.42vw, 3.125rem);
}

.ttl10 {
  border-left: 8px solid #0E9280;
  padding-left: 8px;
  font-size: clamp(1.25rem, 1.08rem + 0.73vw, 1.625rem);
}

.ttl11 .jp_ttl {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl11 .jp_ttl {
    font-size: 16px;
  }
}

.ttl11 .eng_ttl {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .ttl11 .eng_ttl {
    font-size: 10px;
  }
}

/******************************/
/* ボタン */
/******************************/
/******************************/
/* ボタン */
/******************************/
@media screen and (max-width: 1024px) {
  .btn01 {
    text-align: center;
  }
}

.btn01.type01 a {
  position: relative;
  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;
  max-width: 500px;
  margin: 0 auto;
  background-color: #DB3939;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  padding: 8px;
  text-align: center;
  border-radius: 100px;
}

@media screen and (max-width: 1024px) {
  .btn01.type01 a {
    font-size: 16px;
  }
}

.btn01.type01 a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn01.type01 a span:before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/mail_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 27px;
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .btn01.type01 a span:before {
    width: 22px;
    height: 18.56px;
  }
}

.btn01 a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background-color: #DB3939;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 35px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn01 a:hover {
  opacity: 1;
  color: #fff;
}

.btn01 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn01 a:before {
  background: #7c2121;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn02 a {
  display: inline-block;
  width: 200px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 20px;
  border-bottom: 1px solid #1a1515;
  text-align: left;
  padding-bottom: 7px;
  margin: 26px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn02 a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1a1515;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.btn02 a i {
  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;
  width: 80px;
  height: 80px;
  border: 1px solid #1a1515;
  /* font-family: 'Zen Old Mincho', serif; */
  font-weight: 700;
  font-size: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn02 a i.txt2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.btn02 a:hover {
  opacity: 0.7;
}

.btn02 a:hover:before {
  right: 0;
}

.btn02 a:hover i {
  background-color: #1a1515;
  color: #fff;
}

.btn03 a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #DB3939;
  overflow: hidden;
  color: #fff;
  border-radius: 100px;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 35px;
  text-align: left;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn03 a:before {
  background: #9c2828;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn03 a:after {
  content: "\f0a9";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.btn03 a:hover {
  color: #fff;
}

.btn03 a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.btn03 a:hover:after {
  right: 8px;
  color: #fff;
}

.btn04 a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  background-color: #ffa500;
  color: #333;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 14px 0;
  -webkit-box-shadow: 0 6px 0 #5f3f25;
          box-shadow: 0 6px 0 #5f3f25;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0 auto;
  box-sizing: border-box;
}

.btn04 a:after {
  content: "\f0a9";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  background-color: #ffa500;
  border-radius: 50%;
}

.btn04:hover {
  opacity: 1;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn05 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .btn05 {
    text-align: center;
  }
}

.btn05 a {
  border-radius: 100px;
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  border: solid 1px #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn05 a:hover {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}

.btn05 a:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(100, 100);
          transform: translate(-50%, -50%) scale(100, 100);
  z-index: -1;
}

.btn05 a:after {
  content: "●";
  font-weight: 900;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  color: #cccccc;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: -webkit-transform ease-in 0.3s;
  transition: -webkit-transform ease-in 0.3s;
  transition: transform ease-in 0.3s;
  transition: transform ease-in 0.3s, -webkit-transform ease-in 0.3s;
}

.btn06 a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /*max-width: 280px;*/
  background-color: #00173a;
  color: #fff;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
}

.btn06 a:before {
  content: "";
  background-color: #fff;
  width: 4px;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn06 a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon/arrow_right01.svg);
  width: 28px;
  height: 9px;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn06 a:hover:after {
  right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn07 a {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  background: none;
  width: 5em;
  height: 5em;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  -webkit-box-shadow: inset 0 0 0 2px #666;
          box-shadow: inset 0 0 0 2px #666;
  color: #ff0000;
  font-size: inherit;
  font-weight: 700;
}

.btn07 a::before, .btn07 a::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.btn07 a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn07 a.circle {
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn07 a.circle::before, .btn07 a.circle::after {
  border-radius: 100%;
}

.btn07 a.spin {
  width: 5em;
  height: 5em;
  padding: 0;
}

.btn07 a.spin:hover {
  color: #000;
}

.btn07 a.spin::before, .btn07 a.spin::after {
  top: 0;
  left: 0;
}

.btn07 a.spin::before {
  border: 2px solid #fff;
}

.btn07 a.spin:hover::before {
  border-top-color: #000;
  border-right-color: #000;
  border-bottom-color: #000;
  border-left-color: transparent;
  -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.btn07 a.spin::after {
  border: 0 solid transparent;
}

.btn07 a.spin:hover::after {
  border-top: 2px solid #000;
  border-left-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

/******************************/
/* テキストリンク */
/******************************/
a.tel_link {
  line-height: normal;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0E9280;
}

a.tel_link::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  font-size: 19px;
  position: relative;
  background-color: #0E9280;
  border-radius: 50%;
  padding: 8px;
}

a.mail_link {
  line-height: normal;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}

a.mail_link::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #333;
  font-size: 25px;
  position: relative;
}

.text_link_map {
  color: #106CAB;
  font-size: 500;
}

.text_link_map:before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-right: 5px;
}

.text_link01 a {
  position: relative;
  width: 100%;
  /*max-width: 220px;*/
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: solid 1px #ccc;
}

.text_link01 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text_link01 a:after {
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-image: url(../images/icon/feather-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .text_link01 a:after {
    width: calc(26px * 0.6);
    height: calc(18px * 0.6);
  }
}

.text_link01 a span {
  font-family: "Poppins", sans-serif;
}

.text_link01 a span:before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: solid 2px #666;
  width: 30px;
  height: 1px;
  bottom: -1px;
}

.text_link02 a {
  position: relative;
  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;
  gap: 15px;
  padding-bottom: 10px;
}

.text_link02 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text_link02 a:after {
  content: "";
  background-image: url(../images/icon/feather-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .text_link02 a:after {
    width: calc(26px * 0.6);
    height: calc(18px * 0.6);
  }
}

.text_link02 a span {
  font-family: "Poppins", sans-serif;
}

/******************************/
/* レイアウト　 */
/******************************/
.btm_bg01 {
  background-image: url(../images/common/btm_bg01.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 90px;
}

@media screen and (max-width: 1024px) {
  .btm_bg01 {
    background-size: contain;
    height: 45px;
  }
}

.infobox01 {
  border-radius: 10px;
  border: solid 3px #C80012;
  background-color: #fff;
  padding: 24px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .infobox01 {
    padding: 18px 5%;
  }
}

.infobox01 .case_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #C80012;
}

.infobox01 .case_ttl .imgbox {
  width: 140px;
}

@media screen and (max-width: 1024px) {
  .infobox01 .case_ttl .imgbox {
    width: 30%;
  }
}

.infobox01 .case_ttl .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 140/91;
}

.infobox01 .case_ttl .txtbox .en_ttl {
  color: #C80012;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.125rem, 0.955rem + 0.73vw, 1.5rem);
  line-height: 1;
  margin-bottom: 5px;
}

.infobox01 .case_ttl .txtbox .en_ttl span {
  margin-left: 5px;
  font-size: clamp(1.625rem, 1.284rem + 1.45vw, 2.375rem);
  line-height: 1;
}

.infobox01 .case_ttl .txtbox .jp_ttl {
  font-size: clamp(1.125rem, 0.841rem + 1.21vw, 1.75rem);
}

.lead_box {
  background-size: cover;
  background-position: bottom right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 72.5px 5%;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .lead_box {
    padding: 27px 5%;
    background-position: center;
  }
}

.layout_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .layout_a {
    display: block;
  }
}

.layout_a .imgbox {
  width: 47%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .layout_a .imgbox {
    width: 100%;
  }
}

.layout_a .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
  padding: 2% 0;
}

@media screen and (max-width: 1024px) {
  .layout_a .txtbox {
    margin-right: 0;
    margin-top: 20px;
  }
}

.layout_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .layout_b {
    display: block;
  }
}

.layout_b .imgbox {
  width: 47%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .layout_b .imgbox {
    width: 100%;
  }
}

.layout_b .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  padding: 2% 0;
}

@media screen and (max-width: 1024px) {
  .layout_b .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* layout_c 横並び */
.layout_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.layout_c li .phone_txt {
  font-size: 16px;
  color: #1f9681;
}

.layout_c li .phone_txt a {
  color: #1f9681;
}

.layout_c li .phone_txt span {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  margin-left: 5px;
  font-weight: bold;
}

/* layout_d 画像（枠外）+テキスト */
.layout_d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .layout_d {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}

.layout_d .imgbox {
  width: 47%;
}

@media screen and (max-width: 1024px) {
  .layout_d .imgbox {
    width: 100%;
  }
}

.layout_d .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 10/5;
}

.layout_d .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .layout_d .txtbox {
    margin-left: 0;
    margin-top: 25px;
  }
}

.layout_d .txtbox .box {
  width: 85%;
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  .layout_d .txtbox .box {
    width: 100%;
    margin: 0;
  }
}

/* layout_e 画像（枠外）+テキスト */
.layout_e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 90%;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .layout_e {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}

.layout_e .imgbox {
  width: 47%;
}

@media screen and (max-width: 1024px) {
  .layout_e .imgbox {
    width: 100%;
  }
}

.layout_e .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.layout_e .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .layout_e .txtbox {
    margin-right: 0;
    margin-top: 25px;
  }
}

.layout_e .txtbox .box {
  margin-left: auto;
  width: 85%;
}

@media screen and (max-width: 1024px) {
  .layout_e .txtbox .box {
    width: 100%;
    margin: 0;
  }
}

.sub_images_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .sub_images_ul {
    display: block;
  }
}

.sub_images_ul.cul2 li {
  width: calc(100% / 2 - 10px);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sub_images_ul.cul2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul.cul2 li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .sub_images_ul.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub_images_ul.cul4 li {
  width: calc(100% / 4 - 15px);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sub_images_ul.cul4 li {
    width: calc(100% / 2 - 20px);
    line-height: 1.6;
  }
}

.sub_images_ul li {
  width: calc(100% / 3 - 15px);
}

@media screen and (max-width: 767px) {
  .sub_images_ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/******************************/
/* #タブ切り替え */
/******************************/
.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.tab-label {
  color: White;
  background: #fff;
  border: solid 2px #1f9681;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0.5em;
  width: calc(80% / 3);
  margin: 0 auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .tab-label {
    font-size: 12px;
    padding: 15px 0.5em 15px;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 10px;
  }
}

.tab-label span {
  display: block;
  font-size: 14px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-switch:checked + .tab-label {
  background: #1f9681 !important;
  color: #fff !important;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 30px 15px 15px;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  border-top: dotted 3px #1f9681;
  margin-top: 70px;
}

.tab-switch {
  display: none !important;
}

.tab-switch:checked + .tab-label {
  background: #fff;
  position: relative;
}

/*******************/
/*　FAQ　開閉なし*/
/*******************/
.faq_box {
  margin-top: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq_box:first-child {
  margin-top: 0;
}

.faq_box dt {
  position: relative;
  border-radius: 15px 15px 0 0;
  background-color: #0E9280;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  padding: 20px 50px 20px 4.3em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .faq_box dt {
    padding: 10px 10px 10px 3.5em;
    font-size: 16px;
  }
}

.faq_box dt:before {
  content: "";
  margin-right: 2em;
  display: inline-block;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
}

@media screen and (max-width: 1024px) {
  .faq_box dt:before {
    left: 15px;
  }
}

.faq_box dd {
  position: relative;
  border-radius: 0 0 15px 15px;
  padding: 20px 50px 20px 5.5em;
  border: solid 2px #0E9280;
  background-color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .faq_box dd {
    padding: 10px 20px 10px 4em;
  }
}

.faq_box dd:before {
  content: "";
  margin-right: 2em;
  display: inline-block;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
}

@media screen and (max-width: 1024px) {
  .faq_box dd:before {
    left: 15px;
  }
}

/*******************/
/*　FAQ　アコーディオン*/
/*******************/
.faq_contents h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.faq_contents .accordion_one {
  margin: 0 auto 30px;
}

.faq_contents .accordion_one .accordion_header {
  background-color: #F6E6C5;
  color: #333;
  font-weight: 600;
  border-radius: 6px;
  /*font-size: 26px;*/
  padding: 20px 5% 20px 50px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq_contents .accordion_one .accordion_header:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 31%;
  left: 20px;
  background-image: url(../images/icon/faq/faq_q_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.faq_contents .accordion_one .accordion_header .i_box {
  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;
  position: absolute;
  top: 50%;
  right: 1.5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before, .faq_contents .accordion_one .accordion_header .i_box .one_i:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #e88356;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}

.faq_contents .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:before {
  content: "";
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**/
.faq_contents .accordion_one .accordion_inner {
  display: none;
  padding: 0px 30px 30px 50px;
  margin-top: 30px;
  /*border-left: 2px solid #b4b4b4;
    border-right: 2px solid #b4b4b4;
    border-bottom: 2px solid #b4b4b4;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  position: relative;
}

.faq_contents .accordion_one .accordion_inner:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  position: absolute;
  background-image: url(../images/icon/faq/faq_a_icon.svg);
  top: 0;
  left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.faq_contents .accordion_one .accordion_inner.stay {
  display: block;
}

/* .s_03 .accordion_one .accordion_inner .box_one {
    height: 300px;
  } */
.faq_contents .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 18px;
  }
  .faq_contents .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
    padding: 15px 30px 15px 35px;
    line-height: 1.5;
  }
  .faq_contents .accordion_one .accordion_header:before {
    left: 7px;
  }
  .faq_contents .accordion_one .accordion_inner {
    padding: 0px 30px 15px 50px;
  }
}

/* ---------- */
/* カテゴリーページャー */
/* ---------- */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-bottom: 30px;
  }
}

.pager .page-numbers {
  border-radius: 50%;
  border: solid 1px #333333;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.pager .page-numbers.current {
  border: solid 1px #333333;
  background-color: #333333;
  color: #fff;
}

/*******************/
/*　ページャー　　　　*/
/*******************/
.post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.post-btn .prev a,
.post-btn .next a {
  /*border: solid 1px #333;*/
  color: #fff;
  background-color: #333;
  /*border-radius: 50%;*/
  aspect-ratio: 1/1;
  width: 30px;
  height: 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;
  font-size: 13px;
}

.post-btn .link_btn {
  /*border: solid 1px #333;*/
  background-color: #333;
  /*border-radius: 50px;*/
  padding: 3px 25px;
  line-height: 30px;
}

.post-btn .link_btn a {
  color: #fff;
}

/******************************/
/* レイアウト　リスト （UL）*/
/******************************/
.num_flex01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .num_flex01 li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.num_flex01 li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1D1D1D;
}

.num_flex01 li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .num_flex01 li .numarea span {
    font-size: 30px;
  }
}

.num_flex01 li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .num_flex01 li .txtarea {
    margin-left: 20px;
  }
  .num_flex01 li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.num_flex01 li:last-child {
  margin-bottom: 0;
}

.num_flex01 li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.num_flex01 li:nth-child(even) .numarea {
  width: 35%;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #EDEDE8;
  color: #1D1D1D;
}

.num_flex01 li:nth-child(even) .numarea span {
  color: #1D1D1D;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .num_flex01 li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}

.num_flex01 li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .num_flex01 li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .num_flex01 li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.num_flex01 li:nth-child(3n) .numarea {
  background-color: #979797;
}

.num_flex01 li:nth-child(3n) .numarea span {
  color: #fff;
}

/*Check　リスト*/
.chk_list {
  list-style-type: none;
}

.chk_list.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}

.chk_list.cul02 li {
  width: calc(100% / 2 - 20px);
  margin: 0;
}

.chk_list li {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  font-size: 18px;
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 1024px) {
  .chk_list li {
    font-size: 14px;
  }
}

.chk_list li:first-child {
  margin-top: 0;
}

.chk_list li::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/chk_icon02.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .chk_list li::before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}

.chk_list02 {
  list-style-type: none;
}

.chk_list02.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}

.chk_list02.cul02 li {
  width: calc(100% / 2 - 20px);
  margin: 0;
}

.chk_list02 li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #185e57;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.chk_list02 li:first-child {
  margin-top: 0;
}

.chk_list02 li::before {
  content: "\f4fc";
  display: inline-block;
  color: #419498;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

.chk_list03 {
  list-style-type: none;
  content: "\2713";
}

.chk_list03.cul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
}

.chk_list03.cul02 li {
  width: calc(100% / 2 - 20px);
  margin: 0;
}

.chk_list03 li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #185e57;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.chk_list03 li:first-child {
  margin-top: 0;
}

.chk_list03 li::before {
  content: "\2713";
  display: inline-block;
  color: #419498;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  margin-right: 10px;
}

.doted li {
  margin-top: 10px;
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.8;
}

.doted li:first-child {
  margin-top: 0;
}

.tbl_list01.type01 li .tbl_ttl {
  background-color: #E4E5D3;
  border-radius: 6px 0px 0px 6px;
  border: none;
}

.tbl_list01.type01 li .tbl_body {
  background-color: #FFFFFF;
  border-radius: 0px 6px 6px 0px;
  border: none;
}

.tbl_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.tbl_list01 li:last-child {
  margin-bottom: 0;
}

.tbl_list01 li .tbl_ttl {
  width: 30%;
  background-color: #f3f7f8;
  border: solid 1px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .tbl_list01 li .tbl_ttl {
    padding: 15px 10px;
  }
}

.tbl_list01 li .tbl_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .tbl_list01 li .tbl_body {
    padding: 15px 10px;
  }
}

.tbl_list02 li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}

.tbl_list02 li:last-child {
  margin-bottom: 0;
}

.tbl_list02 li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 140px;
  background-color: #ccc;
}

.tbl_list02 li .list_ttl {
  width: 140px;
  line-height: 1.8;
  font-weight: bold;
  padding: 10px 0;
}

.tbl_list02 li .list_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  padding: 10px 0;
}

.price_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .price_list01 li {
    display: block;
  }
}

.price_list01 li:last-child {
  margin-bottom: 0;
}

.price_list01 li .list_ttl {
  width: 65%;
  font-weight: bold;
  line-height: 1.4;
  background-color: #efd9d9;
  border-right: solid 1px #ccc;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .price_list01 li .list_ttl {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}

.price_list01 li .list_body {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px;
  background-color: #fff;
}

.price_list01 li .list_body .b_text {
  font-size: 20px;
}

.price_list01 li .list_body .s_text {
  font-size: 13px;
  margin-left: 0.5em;
}

/*フローリスト*/
.flow_list {
  max-width: 1000px;
  margin: 0 auto;
}

.flow_list li {
  padding: 30px 2%;
  position: relative;
  background-color: transparent;
  margin-bottom: 50px;
  border-bottom: solid 2px #FF6501;
}

@media screen and (max-width: 767px) {
  .flow_list li {
    padding: 30px 25px;
    margin-bottom: 30px;
  }
}

.flow_list li:last-child {
  margin-bottom: 0;
}

.flow_list li:last-child:before {
  display: none;
}

.flow_list li:before {
  border-top: 40px solid #FF6501;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -130px;
}

@media screen and (max-width: 767px) {
  .flow_list li:before {
    border-top: 30px solid #FF6501;
    bottom: -30px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    margin-left: -70px;
  }
}

.flow_list li .s_txt {
  color: #767a41;
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.flow_list li p {
  line-height: 1.5;
}

.flow_list li.flow_in_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .flow_list li.flow_in_flex {
    display: block;
  }
}

.flow_list li.flow_in_flex .imgbox {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .flow_list li.flow_in_flex .imgbox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    aspect-ratio: inherit;
  }
}

.flow_list li.flow_in_flex .imgbox figure {
  position: relative;
  aspect-ratio: 33/24;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
}

.flow_list li.flow_in_flex .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 33/24;
}

.flow_list li.flow_in_flex .imgbox figure figcaption {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  background-color: #FF6501;
  width: 30%;
  height: 41%;
  border-radius: 0 0 100px 0;
  max-width: 100px;
  max-height: 100px;
}

.flow_list li.flow_in_flex .imgbox figure figcaption span.num {
  position: absolute;
  top: 10px;
  left: 15px;
  font-family: "Montserrat", serif;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .flow_list li.flow_in_flex .imgbox figure figcaption span.num {
    left: 11px;
  }
}

.flow_list li.flow_in_flex .imgbox figure figcaption span.num span.count_txt {
  display: block;
  font-size: 32px;
  line-height: 1;
}

.flow_list li.flow_in_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .flow_list li.flow_in_flex .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

.flow_list li.flow_in_flex .txtbox .layout_c li {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.flow_list li.flow_in_flex .txtbox .layout_c li:before {
  display: none;
}

.flow_list li.flow_in_flex .txtbox .layout_c li .tel_link {
  font-size: 24px;
  font-weight: 700;
}

/******************************/
/* レイアウト　リスト （DL）*/
/******************************/
.basic_dl01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.basic_dl01 dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0E9280;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  font-size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
}

.basic_dl01 dd {
  padding: 30px;
  background-color: #F2F8F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .basic_dl01 dd {
    padding: 25px 5%;
  }
}

.basic_dl02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.basic_dl02 dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0E9280;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  font-size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem);
}

.basic_dl02 dd {
  padding: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .basic_dl02 dd {
    padding: 25px 5%;
  }
}

.dl_tbl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dl_tbl01 dt {
  width: 200px;
  border-bottom: solid 2px #ccc;
  color: #17489c;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .dl_tbl01 dt {
    width: 140px;
  }
}

.dl_tbl01 dd {
  width: calc(100% - 200px);
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .dl_tbl01 dd {
    width: calc(100% - 140px);
  }
}

.dl_tbl01 dt .box,
.dl_tbl01 dd .box {
  padding: 15px 20px;
}

.tbl_list01_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #1f9681;
}

.tbl_list01_dl dt {
  width: 120px;
  max-width: 120px;
  padding: 5px 0;
}

.tbl_list01_dl dd {
  width: calc(100% - 120px);
  padding: 5px 0;
}

/******************************/
/* レイアウト　テーブル （TABLE）*/
/******************************/
.scrool_tbl {
  overflow-x: auto;
  margin-bottom: 30px;
}

.tbl_price {
  width: 100%;
  border-spacing: 0;
  white-space: nowrap;
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .tbl_price {
    width: 700px;
  }
}

.tbl_price .wd40p {
  width: 40%;
}

.tbl_price .wd10p {
  width: 10%;
}

.tbl_price thead th {
  color: #aa6908;
  background-color: transparent;
  border: none;
  text-align: left;
}

.tbl_price th,
.tbl_price td {
  border: solid 1px #c8c8c8;
  text-align: left;
  padding: 8px 20px;
}

.tbl_price th {
  color: #ffffff;
  background-color: #000;
}

/******************************/
/* ギャラリー　スライダー*/
/******************************/
.swiper-container {
  overflow: hidden;
  /*position: relative;*/
}

.gallery-photo {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.gallery-photo .gallery-slider .swiper-slide p {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background-color: #fff;
}

.gallery-photo .gallery-slider .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_short {
  background-size: cover !important;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_long {
  background-size: auto 100% !important;
}

.gallery-photo .gallery-slider .swiper-slide p img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

body .gallery-photo .gallery-thumbs {
  margin: 30px 0px 30px;
  padding: 0 45px;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
}

.gallery-photo .gallery-thumbs .swiper-slide p {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide p:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p:after {
  content: "";
  opacity: 0;
}

.gallery-photo .gallery-thumbs .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button {
  background-color: #333;
  width: 30px;
  height: 100%;
  border: 0;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-button:hover {
  opacity: 0.7;
}

.gallery-photo .gallery-thumbs .swiper-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev {
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev:before {
  background: url("../images/common/sl-prev.svg") no-repeat center/12px auto;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next {
  right: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next:before {
  background: url("../images/common/sl-next.svg") no-repeat center/12px auto;
}

@media screen and (max-width: 767px) {
  .gallery-photo .gallery-thumbs {
    margin: 20px 0 20px;
    padding: 0 35px;
  }
  .gallery-photo .gallery-thumbs .swiper-slide {
    width: 50%;
  }
}

/******************************/
/* 投稿一覧出力　レイアウト*/
/******************************/
/*サムネイル　縦*/
.thum_list {
  /* max-width: 900px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .thum_list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .thum_list.cul4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.thum_list.cul4 li {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 767px) {
  .thum_list.cul4 li {
    width: calc(100% / 2 - 10px);
  }
}

.thum_list li {
  width: calc(100% / 3 - 15px);
}

@media screen and (max-width: 767px) {
  .thum_list li {
    width: 100%;
  }
}

.thum_list li .date {
  margin-bottom: 5px;
  font-size: 13px;
}

.thum_list li .price {
  margin-top: 10px;
}

.thum_list li .category_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.thum_list li .category_c a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #3c06a0;
  color: #ffff;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
}

.thum_list li figure {
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 285/240;
}

.thum_list li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 285/240;
}

.thum_list li:hover figure img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/*サムネイル　横*/
.thum_list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #3c06a0;
}

.thum_list02 li .imgbox {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .thum_list02 li .imgbox {
    width: 40%;
  }
}

.thum_list02 li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 25px;
}

.thum_list02 li .txtbox .category_c.committee_c a {
  background-color: #01a5a5;
}

.thum_list02 li .txtbox .category_c a {
  background-color: #0e416e;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  /* max-width: 140px; */
  padding: 3px 10px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .thum_list02 li .txtbox .category_c a p {
    font-size: 12px;
  }
}

/*サムネイルなし*/
.non_thum_list li {
  position: relative;
  border-bottom: dotted 1px #ccc;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .non_thum_list li {
    display: block;
  }
}

.non_thum_list li:after {
  content: "\f061";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}

.non_thum_list li .non_thum_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.non_thum_list li .category_c {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.non_thum_list li .category_c a {
  background-color: #3c06a0;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  display: block;
  font-weight: bold;
  /*max-width: 140px;*/
  width: 140px;
  padding: 3px 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .non_thum_list li .category_c a {
    width: auto;
  }
}

.non_thum_list li .category_c a.link {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*# sourceMappingURL=css_map/template.css.map */
