@charset "UTF-8";
/*
 * lib/css/reset.css
 *
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700;900&display=swap");
html {
  overflow-y: scroll;
}

fieldset,
img {
  border: none;
  vertical-align: top;
}

ul,
ol {
  list-style-type: none;
}

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

caption,
th {
  text-align: left;
}

a {
  outline: none;
}

/*-----------------------------------------------------------
    余白初期設定
-----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
pre,
blockquote,
form,
fieldset,
input,
textarea,
table,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------
    その他初期設定
-----------------------------------------------------------*/
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  color: #231815;
}
@media (max-width: 767px) {
  :root {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  overflow: hidden;
  color: #231815;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Montserrat", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  body {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /*		min-width: 640px; */
  }
}

img {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  #colorbox,
  #colorbox * {
    max-height: none;
  }
  #gnavi,
  #gnavi *,
  #mapbox * {
    max-height: none;
  }
  img {
    max-height: none;
    max-width: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #231815;
}
@media (min-width: 1024px) {
  a:hover {
    color: #231815;
  }
  a:visited {
    color: #231815;
  }
  a:active {
    text-decoration: none;
  }
}

[type="text"],
[type="email"],
[type="password"],
[type="number"],
[type="tel"],
textarea,
select {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0px;
}

select {
  height: 2.5em;
  padding-right: 8%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 1px solid #ddd;
  background: #fff url(../img/common/arrow.svg) 96% center no-repeat;
  background-size: 12px;
}

select::-ms-expand {
  display: none;
}

[type="text"],
[type="email"],
[type="password"],
[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type="text"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="number"]:focus,
textarea:focus {
  background: #fff;
  border: 1px solid #aaa;
}

/*
input[type=checkbox] {
	display: none;
}
[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 14px;
	width: 14px;
	background: #f9f9f9;
	border: 1px solid #999;
	vertical-align: middle;
}
[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	text-indent: -3px;
    color: #000;
}
*/
input[type="radio"] {
  vertical-align: middle;
}

input[type="radio"] + label {
  margin-left: 5px;
}

:-moz-placeholder-shown {
  color: #bababa;
}

:-ms-input-placeholder {
  color: #bababa;
}

:placeholder-shown {
  color: #bababa;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #bababa;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #bababa;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #bababa;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #bababa;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/* デバイス毎の改行操作 */
@media screen and (min-width: 1024px) {
  [data-tb],
  [data-sp] {
    display: none !important;
  }
  [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-pc],
  [data-sp] {
    display: none !important;
  }
  [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 750px) {
  [data-tb],
  [data-pc] {
    display: none !important;
  }
  [data-sp] {
    display: inline-block !important;
  }
}
/* responsive */
.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
/* layout */
.inner {
  position: relative;
  margin: 0px auto;
}
.grid_cell {
  display: table;
}
.grid_cell .cell {
  display: table-cell;
  vertical-align: middle;
}

.grid_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.ul_table > li > dl {
  display: table;
}
ul.ul_table > li > dl > dt,
ul.ul_table > li > dl > dd {
  display: table-cell;
  vertical-align: middle;
}
ul.ul_table > li > dl > dt {
  width: 120px;
  padding-right: 4px;
}

a.std_icn1 {
  position: relative;
}
a.std_icn1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 0.4em;
  background: url(../img/common/arr.svg) 0 0 no-repeat;
  background-size: contain;
}

/* 文字間を半分に */
.ker {
  letter-spacing: -0.4em;
}

.ker_ten {
  letter-spacing: -0.2em;
  margin-left: -0.2em;
}

/*-----------------------------------------------------------
	snippet
-----------------------------------------------------------*/
.olwrap .lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.olwrap .lo:nth-child(odd) .tmb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 32px;
}
.olwrap .lo:nth-child(odd) .txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.olwrap .lo:nth-child(even) .tmb {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 32px;
}
.olwrap .lo:nth-child(even) .txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* accordion */
.list_qaa [type="checkbox"] + label:before {
  display: none;
}

/*-----------------------------------------------------------
	tab
-----------------------------------------------------------*/
input[name="switch"] {
  display: none;
}

/* :::::: button :::::: */
.tabBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin: 0 0 0 4px;
  padding: 0;
  text-align: center;
}

.tabBtn li {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-left: -4px;
  margin-top: -20px;
  z-index: 160;
}

.tabBtn label {
  display: block;
  cursor: pointer;
  padding: 10px 0 24px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 24px;
  border: 4px solid #3198d0;
  border-bottom: none;
  border-radius: 24px 24px 0 0;
  background: #fff;
}

.tabBtn li:nth-last-child(-n + 5) label {
  padding: 10px 0 12px;
}

.tabBtn label:hover {
  color: #3198d0;
}

/* :::::: contents :::::: */
.tabContents section {
  padding: 20px;
  background: white;
}

.tabContents section::after {
  content: "";
  display: block;
  clear: left;
}

/* :::::: mechanism :::::: */
.tabContents section {
  opacity: 0.1;
}

.tabContents section {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#tab01:checked ~ .tabBtn label[for="tab01"],
#tab02:checked ~ .tabBtn label[for="tab02"],
#tab03:checked ~ .tabBtn label[for="tab03"],
#tab04:checked ~ .tabBtn label[for="tab04"],
#tab05:checked ~ .tabBtn label[for="tab05"],
#tab06:checked ~ .tabBtn label[for="tab06"],
#tab07:checked ~ .tabBtn label[for="tab07"],
#tab08:checked ~ .tabBtn label[for="tab08"],
#tab09:checked ~ .tabBtn label[for="tab09"],
#tab10:checked ~ .tabBtn label[for="tab10"] {
  color: #fff;
  background: #3198d0;
  position: relative;
}

#tab01:checked ~ .tabContents #tabsec01,
#tab02:checked ~ .tabContents #tabsec02,
#tab03:checked ~ .tabContents #tabsec03,
#tab04:checked ~ .tabContents #tabsec04,
#tab05:checked ~ .tabContents #tabsec05,
#tab06:checked ~ .tabContents #tabsec06,
#tab07:checked ~ .tabContents #tabsec07,
#tab08:checked ~ .tabContents #tabsec08,
#tab09:checked ~ .tabContents #tabsec09,
#tab10:checked ~ .tabContents #tabsec10 {
  opacity: 1;
  background: white;
}

/* :::::: slide :::::: */
.tabContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.tabContents section {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  opacity: 0.1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 4px solid #c3d5e9;
  border-radius: 0 0 16px 16px;
}

#tab01:checked ~ .tabContents {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#tab02:checked ~ .tabContents {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}

#tab03:checked ~ .tabContents {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}

#tab04:checked ~ .tabContents {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}

#tab05:checked ~ .tabContents {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}

#tab06:checked ~ .tabContents {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#tab07:checked ~ .tabContents {
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
}

#tab08:checked ~ .tabContents {
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
}

#tab09:checked ~ .tabContents {
  -webkit-transform: translateX(-80%);
  transform: translateX(-80%);
}

#tab10:checked ~ .tabContents {
  -webkit-transform: translateX(-90%);
  transform: translateX(-90%);
}

.tabContents2 {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  position: relative;
}
.tabContents2 section {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 4px solid #3198d0;
  border-radius: 0 0 16px 16px;
  display: none;
  opacity: 0.1;
}
.tabContents2 section:hover {
  opacity: 0.75;
}

#tab01:checked ~ .tabContents2 #tabsec01,
#tab02:checked ~ .tabContents2 #tabsec02,
#tab03:checked ~ .tabContents2 #tabsec03,
#tab04:checked ~ .tabContents2 #tabsec04,
#tab05:checked ~ .tabContents2 #tabsec05,
#tab06:checked ~ .tabContents2 #tabsec06,
#tab07:checked ~ .tabContents2 #tabsec07,
#tab08:checked ~ .tabContents2 #tabsec08,
#tab09:checked ~ .tabContents2 #tabsec09,
#tab10:checked ~ .tabContents2 #tabsec10 {
  display: block;
  opacity: 1;
  background: #fff;
}

/* pagetop */
.pagetop1 {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 300;
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pagetop1 {
    width: 80px;
    height: 80px;
    bottom: 140px;
  }
}
.pagetop1.active {
  bottom: 60px;
}
.pagetop1 a {
  display: block;
  height: 56px;
  padding-top: 30px;
  border: 3px solid #2d6fb7;
  background: #fff url(../img/common/top.svg) center 9px no-repeat;
  background-size: 26px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  color: #2d6fb7;
  letter-spacing: -0.1em;
  font-size: 10px;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagetop1 a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .pagetop1 a {
    display: block;
    height: 80px;
    font-size: 14px;
    padding-top: 48px;
    background-size: 40px 28px;
  }
}

/* お客様の声*/
.ul_voice_std {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ul_voice_std {
    width: auto;
  }
}
.ul_voice_std > li {
  width: 460px;
  position: relative;
}
@media (max-width: 767px) {
  .ul_voice_std > li {
    width: auto;
  }
}
.ul_voice_std > li:nth-child(2) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .ul_voice_std > li:nth-child(2) {
    margin-left: 0;
  }
}
.ul_voice_std > li:nth-child(2) .desgin_tag:before {
  background: url(../img/index/obj_tape2.svg) center center no-repeat;
}
.ul_voice_std > li:nth-child(3) {
  width: 960px;
}
@media (max-width: 767px) {
  .ul_voice_std > li:nth-child(3) {
    width: auto;
  }
}
.ul_voice_std > li:nth-child(3) .note_blk {
  width: 460px;
}
@media (max-width: 767px) {
  .ul_voice_std > li:nth-child(3) .note_blk {
    width: auto;
    margin-bottom: 32px;
  }
}
.ul_voice_std > li:nth-child(3) .etc_blk {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .ul_voice_std > li:nth-child(3) .etc_blk {
    position: static;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    text-align: center;
  }
  .ul_voice_std > li:nth-child(3) .etc_blk iframe {
    width: 560px;
    height: 315px;
  }
}
.ul_voice_std > li:nth-child(3) .desgin_tag:before {
  background: url(../img/index/obj_tape3.svg) center center no-repeat;
}

.desgin_tag {
  background: #f9f8f8;
  padding: 56px 20px 32px;
  position: relative;
  margin: 48px 0 36px;
  -webkit-box-shadow: 4px 4px 0 rgba(200, 200, 200, 0.6);
  box-shadow: 4px 4px 0 rgba(200, 200, 200, 0.6);
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*&:before{
    content: "";
  	display: inline-block;
  	vertical-align: middle;
  	width: 240px;
  	height: 80px;
  	background: url(../img/index/obj_tape1.svg) center center no-repeat;
  	background-size: contain;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
  }*/
  /*.tmb{
  	margin: 24px auto 0;
  	text-align: center;
  }*/
  /*.name{
    font-size: 20px;
    color: #3198d0;
    text-align: right;
    margin-bottom: 16px;
    line-height: 1;
  	@include for-sp() {
  		font-size: 24px;
  	}
  }*/
}
.desgin_tag .gr_txt {
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(249, 248, 248, 0)),
      color-stop(49%, rgba(249, 248, 248, 0)),
      color-stop(#f9f8f8),
      to(#f9f8f8)
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(249, 248, 248, 0)), color-stop(94.5%, rgba(249, 248, 248, 0)), to(#424242));
  background-image: linear-gradient(
      90deg,
      rgba(249, 248, 248, 0) 0%,
      rgba(249, 248, 248, 0) 49%,
      #f9f8f8,
      #f9f8f8
    ),
    linear-gradient(
      180deg,
      rgba(249, 248, 248, 0) 0%,
      rgba(249, 248, 248, 0) 94.5%,
      #424242 100%
    );
  background-repeat: repeat-x, repeat-y;
  background-size: 4px 100%, 100% 2em;
  line-height: 2;
  text-align: left;
  font-size: 16px;
}
@media (max-width: 767px) {
  .desgin_tag .gr_txt {
    font-size: 2.2rem;
  }
}
.desgin_tag .gr_txt p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .desgin_tag .gr_txt p {
    font-size: 2.2rem;
  }
}

/* ニュースティッカー */
.newsticker {
  width: 100%;
  overflow: hidden;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.56);
  color: #fff;
  height: 56px;
  position: relative;
}
@media (min-width: 1024px) {
  .newsticker {
    top: -56px;
  }
}
.newsticker .tit_chap {
  display: none;
}
.newsticker ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsticker ul > .blknew a {
  color: #fff;
  display: block;
}
.newsticker ul[data-length] {
  top: 56px;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.newsticker ul[data-length="5"] {
  -webkit-animation-name: news-5;
  animation-name: news-5;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.newsticker ul[data-length="4"] {
  -webkit-animation-name: news-4;
  animation-name: news-4;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
}
.newsticker ul[data-length="3"] {
  -webkit-animation-name: news-3;
  animation-name: news-3;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}
.newsticker ul[data-length="2"] {
  -webkit-animation-name: news-2;
  animation-name: news-2;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
.newsticker ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes news-5 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  15% {
    top: 0;
  }
  20% {
    top: -56px;
  }
  35% {
    top: -56px;
  }
  40% {
    top: -112px;
  }
  55% {
    top: -112px;
  }
  60% {
    top: -168px;
  }
  75% {
    top: -168px;
  }
  80% {
    top: -224px;
  }
  95% {
    top: -224px;
  }
  99% {
    top: -280px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}

@keyframes news-5 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  15% {
    top: 0;
  }
  20% {
    top: -56px;
  }
  35% {
    top: -56px;
  }
  40% {
    top: -112px;
  }
  55% {
    top: -112px;
  }
  60% {
    top: -168px;
  }
  75% {
    top: -168px;
  }
  80% {
    top: -224px;
  }
  95% {
    top: -224px;
  }
  99% {
    top: -280px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@-webkit-keyframes news-4 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  15% {
    top: 0;
  }
  20% {
    top: -56px;
  }
  40% {
    top: -56px;
  }
  45% {
    top: -112px;
  }
  65% {
    top: -112px;
  }
  70% {
    top: -168px;
  }
  90% {
    top: -168px;
  }
  95% {
    top: -224px;
  }
  99% {
    top: -224px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@keyframes news-4 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  15% {
    top: 0;
  }
  20% {
    top: -56px;
  }
  40% {
    top: -56px;
  }
  45% {
    top: -112px;
  }
  65% {
    top: -112px;
  }
  70% {
    top: -168px;
  }
  90% {
    top: -168px;
  }
  95% {
    top: -224px;
  }
  99% {
    top: -224px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@-webkit-keyframes news-3 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  30% {
    top: 0;
  }
  35% {
    top: -56px;
  }
  60% {
    top: -56px;
  }
  65% {
    top: -112px;
  }
  90% {
    top: -112px;
  }
  95% {
    top: -168px;
  }
  99% {
    top: -168px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@keyframes news-3 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  30% {
    top: 0;
  }
  35% {
    top: -56px;
  }
  60% {
    top: -56px;
  }
  65% {
    top: -112px;
  }
  90% {
    top: -112px;
  }
  95% {
    top: -168px;
  }
  99% {
    top: -168px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@-webkit-keyframes news-3sp {
  0% {
    top: 36px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  30% {
    top: 0;
  }
  35% {
    top: -36px;
  }
  60% {
    top: -36px;
  }
  65% {
    top: -72px;
  }
  90% {
    top: -72px;
  }
  95% {
    top: -108px;
  }
  99% {
    top: -108px;
    visibility: hidden;
  }
  100% {
    top: 144px;
    visibility: hidden;
  }
}
@keyframes news-3sp {
  0% {
    top: 36px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  30% {
    top: 0;
  }
  35% {
    top: -36px;
  }
  60% {
    top: -36px;
  }
  65% {
    top: -72px;
  }
  90% {
    top: -72px;
  }
  95% {
    top: -108px;
  }
  99% {
    top: -108px;
    visibility: hidden;
  }
  100% {
    top: 144px;
    visibility: hidden;
  }
}
@-webkit-keyframes news-2 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  55% {
    top: 0;
  }
  60% {
    top: -56px;
  }
  90% {
    top: -56px;
  }
  95% {
    top: -112px;
  }
  99% {
    top: -112px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@keyframes news-2 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  55% {
    top: 0;
  }
  60% {
    top: -56px;
  }
  90% {
    top: -56px;
  }
  95% {
    top: -112px;
  }
  99% {
    top: -112px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
/*-----------------------------------------------------------
	クリアフィックス
-----------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/*-----------------------------------------------------------
    基本レイアウト
-----------------------------------------------------------*/
@media (max-width: 767px) {
  body {
    margin: 0 auto;
  }
}

.wrap,
.inner {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .wrap,
  .inner {
    min-width: 1080px;
  }
}
@media (max-width: 959px) {
  .wrap,
  .inner {
    min-width: inherit;
    width: 94%;
  }
}
@media (max-width: 767px) {
  .wrap,
  .inner {
    width: auto;
    margin: 0px 5vw;
  }
}

.ker {
  letter-spacing: -0.4em;
}

.ker_ten {
  letter-spacing: -0.2em;
  margin-left: -0.2em;
}

@media screen and (min-width: 1024px) {
  [data-tb],
  [data-sp] {
    display: none !important;
  }
  [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-pc],
  [data-sp] {
    display: none !important;
  }
  [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 750px) {
  [data-tb],
  [data-pc] {
    display: none !important;
  }
  [data-sp] {
    display: inline-block !important;
  }
}
/*----------------------- header --------------------------*/
#ghd_01 {
  z-index: 1000;
  top: 0;
  position: fixed;
}
@media (min-width: 1024px) {
  #ghd_01 {
    width: 100vw;
    height: 76px;
    background-color: #fff;
    left: 0;
  }
}
#ghd_01 .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  #ghd_01 .in {
    max-width: inherit;
    width: auto;
  }
}
@media (max-width: 767px) {
  #ghd_01 .in {
    width: 95vw;
    margin: 0 0 0 5vw;
  }
}
#ghd_01 .in .hd_logo {
  z-index: 100;
}
@media (max-width: 959px) {
  #ghd_01 .in .hd_logo {
    position: absolute;
    top: 0;
    width: 12vw;
    height: 12px;
  }
  #ghd_01 .in .hd_logo img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #ghd_01 .in .hd_logo {
    width: 20vw;
    height: 20vw;
  }
}
#ghd_01 .in .hd_logo a {
  display: inline-block;
  background-color: #1d2088;
}
@media (min-width: 1024px) {
  #ghd_01 #navigation {
    position: fixed;
    right: 8px;
    top: 8px;
    z-index: 100;
  }
}
/* ヘッダーのナビ部分 */
@media (min-width: 1024px) {
  .header__nav-area {
    width: 64%;
  }
}

@media (min-width: 1024px) {
  .header__nav {
    position: static;
    -webkit-transform: initial;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media (min-width: 1024px) {
  .header__nav .nav__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: initial;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .header__nav .nav-items {
    position: static;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.header__nav a {
  display: block;
  padding: 0.56em;
  position: relative;
}
@media (min-width: 1024px) {
  .header__nav a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 0;
    height: 2px;
    background-color: #f89174;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .header__nav a:hover::after {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header__nav a:hover {
    color: #f89174;
  }
}
.header__nav a.btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .header__nav a.btn {
    width: 240px;
    display: block;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #1d9888;
    color: #1d9888;
    border-radius: 50px;
    padding: 0.56em;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header__nav a.btn {
    font-size: 5.6vw;
    border-radius: 100px;
  }
}
.header__nav a.btn:hover {
  background-color: #1d9888;
  color: #fff;
}
.header__nav a.btn:after {
  display: none;
}
.header__nav a.btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: url(../img/common/a_arr.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
}
@media (min-width: 1024px) {
  .header__nav a.btn:before {
    width: 20px;
    height: 15px;
  }
}
.header__nav a.btn2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .header__nav a.btn2 {
    width: 120px;
    display: block;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #1d9888;
    color: #1d9888;
    border-radius: 50px;
    padding: 0.56em;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header__nav a.btn2 {
    font-size: 5.6vw;
    border-radius: 100px;
  }
}
.header__nav a.btn2:hover {
  background-color: #1d9888;
  color: #fff;
}
.header__nav a.btn2:after {
  display: none;
}
.header__nav a.btn2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: url(../img/common/a_arr.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
}
@media (min-width: 1024px) {
  .header__nav a.btn2:before {
    width: 20px;
    height: 15px;
  }
}

/* ナビのリンク */
@media (min-width: 1024px) {
  .nav-items__item {
    padding: 0 0.4em;
  }
}
.nav-items__item a {
  color: #1d2088;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 5.6vw;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .nav-items__item a {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .nav-items__item:last-child {
    margin-left: 0em;
  }
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 38px;
  height: 100%;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .header__hamburger {
    right: -5vw;
  }
}

/*----------------------- ccc --------------------------*/
.humberger {
  display: block;
  height: 60px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 60px;
  border: none;
  background-color: transparent;
  z-index: 9999;
  background-color: #ea5532;
}
@media (min-width: 1024px) {
  .humberger {
    display: none;
  }
}

.humberger.-active .humberger__line {
  background-color: transparent;
}
.humberger.-active .humberger__line:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.humberger.-active .humberger__line:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.humberger.-active .humberger__text::before {
  content: "閉じる";
}

.humberger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.humberger__line:before,
.humberger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.humberger__line:before {
  top: -6px;
}
.humberger__line:after {
  top: 6px;
}

.humberger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.humberger__text:before {
  content: "メニュー";
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

@media (max-width: 959px) {
  .header {
    width: auto;
  }
}

@media (max-width: 959px) {
  .header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 100vw;
    visibility: hidden;
    padding-top: 60px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: scroll;
  }
}

.header__nav-area.-active {
  left: 0;
  visibility: visible;
}

@media (max-width: 767px) {
  .global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
  }
}

@media (max-width: 959px) {
  .global-navigation__list > li {
    padding-bottom: 2vw;
  }
}

@media (max-width: 959px) {
  .global-navigation__list > li + li {
    margin-top: 2vw;
  }
}

@media (max-width: 959px) {
  .global-navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-weight: 900;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-size: 0.875em;
  }
}

@media (max-width: 959px) {
  .global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 959px) {
  .global-navigation__link.-accordion::after {
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}

@media (max-width: 959px) {
  .global-navigation__link.-accordion::before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 959px) {
  .global-navigation__link.-active::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}

.btn1 {
  border: 1px solid #1d9888;
  border-radius: 50px;
  color: #1d9888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn1:hover {
  background-color: #1d9888;
  color: #fff;
}

@media (max-width: 767px) {
  .accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media (max-width: 767px) {
  .accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .accordion__list li {
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .accordion__list li + li {
    margin-top: 21px;
  }
}

@media (max-width: 767px) {
  .accordion__link {
    color: #172e59;
  }
}

/*----------------------- footer --------------------------*/
.sec_sharecontact_01 {
  background-color: #67676c;
  background-image: url(../img/common/bg_sharecontact1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 7.2% 0;
}
@media (min-width: 1024px) {
  .sec_sharecontact_01 {
    padding: 6.4% 0;
  }
}
.sec_sharecontact_01 a {
  color: #fff;
}
@media (min-width: 1024px) {
  .sec_sharecontact_01 .in {
    max-width: inherit;
  }
}
.sec_sharecontact_01 .in > .tit {
  text-align: center;
  margin-bottom: 1.2em;
}
@media (min-width: 1024px) {
  .sec_sharecontact_01 .in > .tit {
    margin-bottom: 1.6em;
  }
}
@media (min-width: 1024px) {
  .sec_sharecontact_01 .in .ul_std {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2.4% auto;
  }
}
.sec_sharecontact_01 .in .ul_std > li {
  text-align: center;
}
@media (min-width: 1024px) {
  .sec_sharecontact_01 .in .ul_std > li {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .sec_sharecontact_01 .in .ul_std > li {
    margin-bottom: 4vw;
  }
}
.sec_sharecontact_01 .in .ul_std > li .hl {
  line-height: 1;
  font-weight: 600;
  font-size: 4vw;
}
@media (min-width: 1024px) {
  .sec_sharecontact_01 .in .ul_std > li .hl {
    font-size: 2.4rem;
  }
}
.sec_sharecontact_01 .in .ul_std > li .sl {
  line-height: 1;
  display: block;
  font-size: 2.8vw;
}
@media (min-width: 1024px) {
  .sec_sharecontact_01 .in .ul_std > li .sl {
    font-size: 1.6rem;
  }
}
.sec_sharecontact_01 .in .ul_std > li > a {
  border: 1px solid #fff;
  background-color: #1d2088;
  opacity: 0.8;
  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;
  -webkit-transform: 0.3s;
  transform: 0.3s;
  height: 16vw;
}
@media (min-width: 1024px) {
  .sec_sharecontact_01 .in .ul_std > li > a {
    width: 100%;
    height: 8vw;
  }
}
.sec_sharecontact_01 .in .ul_std > li > a:hover {
  opacity: 1;
}
.sec_sharecontact_01 .in .ul_std > li > a.a_tel {
  background-color: #1d9888;
}
.sec_sharecontact_01 .in .ul_std > li > a.a_mail {
  background-color: #ea5532;
}
.sec_sharecontact_01 .in .ul_std > li > a.a_line {
  background-color: #13bc6e;
}
.sec_sharecontact_01 .in .ul_std > li > a.a_line .hl {
  display: inline-block;
  position: relative;
  margin-bottom: 0.16em;
}
.sec_sharecontact_01 .in .ul_std > li > a.a_line .hl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6.4vw;
  height: 6vw;
  background: url(../img/common/ico_line.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.24em;
}
@media (min-width: 1024px) {
  .sec_sharecontact_01 .in .ul_std > li > a.a_line .hl:before {
    width: 40px;
    height: 37px;
  }
}

.sec_shareinsta_01 {
  background-color: #67676c;
  color: #fff;
  padding: 6.4% 0;
}
@media (min-width: 1024px) {
  .sec_shareinsta_01 {
    padding: 3.2% 0;
  }
}
@media (min-width: 1024px) {
  .sec_shareinsta_01 .in > .tit {
    margin-bottom: 0.8em;
  }
}

#sb_instagram .sbi_photo img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec_map_01 {
  margin: 5vw;
  vertical-align: baseline;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 1024px) {
  .sec_map_01 {
    margin: 0;
  }
}
.sec_map_01 iframe {
  width: 90vw;
  height: 40vw;
}
@media (min-width: 1024px) {
  .sec_map_01 iframe {
    width: 100%;
    height: 600px;
  }
}

footer#gft_01 {
  background-color: #1d2088;
  color: #fff;
  padding: 8vw 0 0;
}
@media (min-width: 1024px) {
  footer#gft_01 {
    padding: 1.2% 0 0.8%;
  }
}
footer#gft_01 a {
  color: #fff;
}
footer#gft_01 a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  footer#gft_01 .first .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  footer#gft_01 .first .in > .one {
    width: 44%;
  }
}
@media (max-width: 767px) {
  footer#gft_01 .first .in > .one .siteinfo .gr_logo {
    text-align: center;
    margin: 0 auto 0.8vw;
  }
}
@media (max-width: 767px) {
  footer#gft_01 .first .in > .one .siteinfo .gr_logo .logotype {
    width: 74%;
    margin: 0 auto 0.8vw;
  }
}
@media (max-width: 767px) {
  footer#gft_01 .first .in > .one .siteinfo .data {
    text-align: center;
    margin: 0 auto 1.6vw;
  }
}
@media (min-width: 1024px) {
  footer#gft_01 .first .in > .two {
    margin-top: 20px;
    width: 52%;
  }
}
@media (max-width: 767px) {
  footer#gft_01 .second {
    background-color: #1d9888;
    margin-top: 2.4vw;
    padding: 0.64em 0;
  }
}
footer#gft_01 .second .copyright {
  text-align: center;
}
@media (min-width: 1024px) {
  footer#gft_01 .second .copyright {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  footer#gft_01 .blk_open {
    display: table;
  }
}
@media (max-width: 767px) {
  footer#gft_01 .blk_open {
    margin: 4vw auto;
  }
}
footer#gft_01 .blk_open > .tit,
footer#gft_01 .blk_open > .cont {
  display: table-cell;
  vertical-align: middle;
}
footer#gft_01 .blk_open > .tit {
  border: 1px solid #fff;
  font-size: 3.2vw;
  padding: 0 0.8em;
  line-height: 1;
}
@media (min-width: 1024px) {
  footer#gft_01 .blk_open > .tit {
    font-size: 1.4rem;
  }
}
footer#gft_01 .blk_open > .cont {
  padding: 0.2em 0.64em;
}
footer#gft_01 .blk_open > .cont .ul_std {
  font-size: 2.8vw;
  line-height: 1.4;
  text-autospace: ideograph-alpha;
}
@media (min-width: 1024px) {
  footer#gft_01 .blk_open > .cont .ul_std {
    font-size: 1.2rem;
  }
}
footer#gft_01 .blk_open > .cont .ul_std > li > dl {
  display: table;
}
footer#gft_01 .blk_open > .cont .ul_std > li > dl dt,
footer#gft_01 .blk_open > .cont .ul_std > li > dl dd {
  display: table-cell;
}
footer#gft_01 .blk_open > .cont .ul_std > li > dl dt {
  width: 13em;
}
footer#gft_01 .blk_open > .cont .att {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 4vw;
  line-height: 1.4;
  margin-top: 0.4em;
}
@media (min-width: 1024px) {
  footer#gft_01 .blk_open > .cont .att {
    font-size: 1.6rem;
  }
}
footer#gft_01 .ft_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  footer#gft_01 .ft_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8vw auto;
  }
}
footer#gft_01 .ft_nav .gr {
  width: 46%;
  margin-left: 2%;
}
@media (min-width: 1024px) {
  footer#gft_01 .ft_nav .gr {
    width: 27%;
    margin-right: 2%;
  }
}
footer#gft_01 .ft_nav .gr:nth-child(2) {
  width: 50%;
}
@media (min-width: 1024px) {
  footer#gft_01 .ft_nav .gr:nth-child(2) {
    width: 52%;
  }
}
footer#gft_01 .ft_nav .gr:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  footer#gft_01 .ft_nav .gr .ul_std {
    font-size: 3.2vw;
  }
}
footer#gft_01 .ft_nav .gr .ul_std > li {
  margin: 0.4em 0;
}

/*----------------------- content --------------------------*/
#contents_column {
  width: 100%;
  margin: 0;
  position: relative;
  width: calc(100% - 258px);
  margin-left: 258px;
}
@media screen and (max-height: 680px) {
  #contents_column {
    width: calc(100% - 258px);
    margin-left: 258px;
  }
}
@media (min-width: 1024px) {
  #contents_column {
    margin: 0 0 0 258px;
    width: calc(100% - 258px);
  }
}
@media (max-width: 959px) {
  #contents_column {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #contents_column {
    width: 100%;
    margin: 0 auto;
  }
}

main {
  overflow: hidden;
}

#contents .wp-pagenavi {
  clear: both;
  padding: 20px 0px 40px;
  text-align: center;
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
}
#contents .wp-pagenavi a,
#contents .wp-pagenavi .current {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 4px;
  margin: 0px 5px;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}
#contents .wp-pagenavi .current {
  background: #2d6fb7;
  color: #fff;
}
#contents .pagenavi {
  clear: both;
  padding: 20px 0px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#contents .pagenavi a {
  display: inline-block;
  margin: 0px 8px;
  line-height: 46px;
  letter-spacing: 0.08em;
  vertical-align: middle;
}
#contents .pagenavi a[rel="next"] {
  width: 46px;
  height: 46px;
  background: url(../img/news/pal.svg) right center no-repeat;
}
#contents .pagenavi a[rel="prev"] {
  width: 46px;
  height: 46px;
  background: url(../img/news/par.svg) left center no-repeat;
}
#contents .bnr_conv {
  margin: 34px auto;
  text-align: center;
}
@media (max-width: 767px) {
  #contents .bnr_conv {
    margin: 34px 30px;
  }
}
#contents .bnr_conv .inner {
  text-align: left;
}
#contents .bnr_conv .title {
  margin-top: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}

/*----------------------- common base --------------------------*/
/* ボタン ベース 矢印 */
a.btn00,
a.btn001 {
  display: block;
  text-align: center;
  border-radius: 4px;
  padding: 0.8em 1.6em 0.8em;
  font-size: 3.6vw;
  line-height: 1;
  vertical-align: bottom;
  background: url(../img/common/arr_w.svg) 96% center no-repeat;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  a.btn00,
  a.btn001 {
    font-size: 2rem;
  }
}
a.btn00:hover,
a.btn001:hover {
  background-position: 98% center;
}

/*押すタイプ*/
a.btn01 {
  -webkit-box-shadow: 0px 3px 0px rgb(206, 137, 0);
  box-shadow: 0px 3px 0px rgb(206, 137, 0);
}
a.btn01:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0 0 0 rgb(206, 137, 0);
  box-shadow: 0 0 0 rgb(206, 137, 0);
}

/* 挿入する場合の設定例 */
a.btn_std00 {
  color: #fff;
  background: #2d6fb7;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.68);
}

/* 見出し ベース */
.h_icn1 {
  position: relative;
  font-size: 3.2rem;
  text-align: center;
  padding: 40px 0;
  line-height: 1;
  border-bottom: 1px solid #2d6fb7;
  margin-bottom: 40px;
  /*&:before{
  	content: "";
  	display: block;
  	width: 32px;
  	height: 32px;
  	background: url(../img/common/h_icn1.svg) center center no-repeat;
  	background-size: contain;
  	margin: 0 auto 40px;
  	@include for-sp() {
  		margin-bottom: 24px;
  	}
  }*/
}
@media (max-width: 767px) {
  .h_icn1 {
    padding: 24px 0;
    margin-bottom: 24px;
  }
}
.h_icn1 .sub {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 16px;
}
.h_icn1 .att {
  font-size: 1.8rem;
  margin: 16px auto 0;
}

/* 文章構造 ベース */
.txt_line_std p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .txt_line_std p {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.txt_line_std p:last-child {
  margin-bottom: 0;
}

/* コンテンツ ベース */
.sec {
  padding: 0 0 5.6%;
}
@media (max-width: 767px) {
  .sec {
    padding: 0 0 16vw;
  }
}

.ssec {
  position: relative;
}
/*----------------------- snippet section --------------------------*/
/* 記事一覧 */
.ul_topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ul_topic > li {
  width: 48%;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .ul_topic > li {
    width: 32%;
  }
}
.ul_topic > li a {
  display: block;
  position: relative;
  padding-bottom: 8px;
  border-bottom: solid 4px #ddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_topic > li a:hover {
  border-bottom: solid 4px #2d6fb7;
}
.ul_topic > li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background: url(../img/common/a_arr.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
@media (max-width: 767px) {
  .ul_topic > li a:before {
    width: 20px;
    height: 21px;
  }
}
.ul_topic > li a .tmb {
  height: 26vw;
  max-height: 240px;
  border-radius: 16px;
  position: relative;
}
.ul_topic > li a .tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ul_topic > li a .txt {
  padding-top: 8px;
  min-height: 8em;
}
.ul_topic > li a .txt > .tit {
  font-size: 3.6vw;
  font-weight: bold;
  padding-top: 6px;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .ul_topic > li a .txt > .tit {
    font-size: 1.6rem;
  }
}
.ul_topic > li a .txt .txt_line p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ul_topic > li a .txt .txt_line p {
    font-size: 1.8rem;
  }
}
.ul_topic > li a .date {
  padding: 8px 0;
}
.ul_topic > li a .date .cat {
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .ul_topic > li a .date .cat {
    font-size: 1.4rem;
  }
}
.ul_topic > li a .date .update {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #666;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .ul_topic > li a .date .update {
    font-size: 1.6rem;
  }
}

/*----------------------- share section --------------------------*/
/*バナーバー INFO */
.bnrbar {
  border-radius: 16px;
  height: 240px;
  background: url(../img/common/bnr_bg_info.jpg) center center no-repeat;
}
@media (max-width: 767px) {
  .bnrbar {
    background-size: auto;
  }
}
.bnrbar .blk_l {
  width: 50%;
  height: 100%;
  background: rgba(237, 0, 102, 0.56);
  border-radius: 16px 0 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 24px 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .bnrbar .blk_l {
    width: 100%;
    border-radius: 16px;
  }
}
.bnrbar .blk_l > .tit {
  font-size: 3.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .bnrbar .blk_l > .tit {
    text-align: center;
  }
}
.bnrbar .blk_l .blk_form a.btn {
  display: block;
  border-radius: 8px;
  background: #fff;
  color: #2d6fb7;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  padding: 0.56em 0;
  margin: 8px auto;
}
@media (max-width: 767px) {
  .bnrbar .blk_l .blk_tel {
    margin-top: 16px;
  }
}
.bnrbar .blk_l .blk_tel a {
  color: #fff;
}
.bnrbar .blk_l .blk_tel .dl_tel {
  text-align: center;
}
.bnrbar .blk_l .blk_tel .dl_tel dt {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
.bnrbar .blk_l .blk_tel .dl_tel dd {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: arial;
}

/*ページ最後 活動ご支援のお願い*/
.share_donate > .inner > .txt_line_std {
  text-align: center;
}
@media (max-width: 767px) {
  .share_donate > .inner > .txt_line_std {
    text-align: left;
  }
}
.share_donate > .inner > .btn_area {
  width: 600px;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .share_donate > .inner > .btn_area {
    width: auto;
  }
}
.share_donate .ul_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .share_donate .ul_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.share_donate .ul_info > li {
  width: 460px;
  border-radius: 8px;
  border: 4px solid #2d6fb7;
  padding: 16px 32px 12px;
}
@media (max-width: 767px) {
  .share_donate .ul_info > li {
    width: auto;
    padding: 16px 16px 16px;
    margin-bottom: 16px;
  }
}
.share_donate .ul_info > li > .tit {
  font-size: 2rem;
  color: #2d6fb7;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .share_donate .ul_info > li > .tit {
    font-size: 2.4rem;
    letter-spacing: normal;
  }
}
.share_donate .ul_info > li > .txt_line_std {
  min-height: 140px;
}
.share_donate .ul_info > li > .txt_line_std p {
  line-height: 1.6;
}
.share_donate .ul_info > li > .btn_area {
  margin-top: 16px;
}
.share_donate .ul_info > li > .btn_area .att {
  padding: 8px 0;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .share_donate .ul_info > li > .btn_area .att {
    font-size: 2rem;
    margin-bottom: -8px;
  }
}

/*支援者の声 レイアウト1*/
@media (max-width: 767px) {
  .sec_voice .inner {
    margin: 0 15px;
  }
}
.sec_voice .ul_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec_voice .ul_voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 30px;
  }
}
.sec_voice .ul_voice > li {
  width: 440px;
}
@media (max-width: 767px) {
  .sec_voice .ul_voice > li {
    width: auto;
  }
}
.sec_voice .ul_voice > li.desgin_tag {
  padding: 24px 24px 32px;
  margin: 0 auto 24px;
}
.sec_voice .ul_voice > li.desgin_tag .name {
  margin-bottom: 16px;
  letter-spacing: -0.4em;
}
.sec_voice .ul_voice > li.desgin_tag .name > .tmb,
.sec_voice .ul_voice > li.desgin_tag .name > .txt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.sec_voice .ul_voice > li.desgin_tag .name > .txt {
  margin-left: 8px;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .sec_voice .ul_voice > li.desgin_tag .name > .txt {
    margin-left: 12px;
    font-size: 2.6rem;
  }
}

/*404*/
#notfound #contents {
  min-height: 100vh;
}

.main_notfound {
  min-height: 600px;
}
.main_notfound .inner {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .main_notfound .inner {
    padding: 40px 0;
  }
}
.main_notfound .inner p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .main_notfound .inner p {
    font-size: 2.8vw;
    line-height: 1.6;
  }
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/*-----------------------------------------------------------
   tamplate
-----------------------------------------------------------*/
#sitemaps .detail {
  padding: 4% 0px 100px;
}
@media (max-width: 767px) {
  #sitemaps .detail {
    padding: 10vw 0px;
  }
}
#sitemaps .detail .list {
  border-bottom: 1px solid #999;
}
#sitemaps .detail .list > li {
  border-top: 1px solid #999;
}
#sitemaps .detail .list > li > a {
  display: block;
  padding: 1em 1em;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #sitemaps .detail .list > li > a {
    font-size: 4.25vw;
  }
}
#sitemaps .detail .list ul.sub-menu {
  border-top: 1px solid #eee;
}
#sitemaps .detail .list ul.sub-menu li {
  display: inline-block;
}
@media (max-width: 767px) {
  #sitemaps .detail .list ul.sub-menu li {
    display: block;
    margin: 1.5em;
  }
}
#sitemaps .detail .list ul.sub-menu li a {
  display: block;
  padding: 1.5em 1em;
  margin-right: 1em;
  color: #fff;
}
@media (max-width: 767px) {
  #sitemaps .detail .list ul.sub-menu li a {
    padding: 0px;
    margin: 0px;
  }
}
#sitemaps #sitemap_ul {
  border-top: 1px solid #dee2ec;
}
#sitemaps #sitemap_ul > li {
  border-bottom: 1px solid #dee2ec;
}
#sitemaps #sitemap_ul > li > a {
  display: block;
  padding: 16px 16px 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #sitemaps #sitemap_ul > li > a {
    padding: 1em 1em 1em 1em;
    font-size: 2.2rem;
    background-size: 15px;
  }
}
#sitemaps #sitemap_ul > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background: url(../img/common/a_arr.svg) center center no-repeat;
  background-size: contain;
  margin-bottom: 2px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  #sitemaps #sitemap_ul > li > a:before {
    width: 20px;
    height: 21px;
  }
}
#sitemaps #sitemap_ul > li > #sitemap_list {
  border-top: none;
}
#sitemaps #sitemap_ul > li > #sitemap_list > li {
  border-bottom: 1px solid #dee2ec;
}
#sitemaps #sitemap_ul > li > #sitemap_list > li > a {
  display: block;
  padding: 16px 16px 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #sitemaps #sitemap_ul > li > #sitemap_list > li > a {
    padding: 1em 1em 1em 1em;
    font-size: 2.2rem;
    background-size: 15px;
  }
}
#sitemaps #sitemap_ul > li > #sitemap_list > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background: url(../img/common/a_arr.svg) center center no-repeat;
  background-size: contain;
  margin-bottom: 2px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  #sitemaps #sitemap_ul > li > #sitemap_list > li > a:before {
    width: 20px;
    height: 21px;
  }
}
#sitemaps #sitemap_ul > li > ul > li a {
  display: block;
  padding: 16px 16px 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #sitemaps #sitemap_ul > li > ul > li a {
    font-size: 2.2rem;
  }
}
#sitemaps #sitemap_ul > li > ul > li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  opacity: 1;
  background: url(../img/common/hd_arr.svg) 94% center no-repeat;
  background-size: 7px auto;
  margin-bottom: 2px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  #sitemaps #sitemap_ul > li > ul > li a:before {
    width: 20px;
    height: 21px;
  }
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/*-----------------------------------------------------------
   privacy
-----------------------------------------------------------*/
@media (max-width: 767px) {
  #privacy .container .poli_sec1 {
    width: auto;
  }
}
#privacy .container .poli_sec1 .read {
  padding-top: 1.6em;
  margin-bottom: 40px;
}
#privacy .container .poli_sec1 .read p {
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  #privacy .container .poli_sec1 .read p {
    font-size: 1.6rem;
  }
}
#privacy .container .poli_sec1 ul.policy > li > dl > dt {
  font-size: 3.2vw;
  padding-bottom: 4px;
  margin-bottom: 0;
  color: #2d6fb7;
}
@media (min-width: 1024px) {
  #privacy .container .poli_sec1 ul.policy > li > dl > dt {
    font-size: 1.8rem;
  }
}
#privacy .container .poli_sec1 ul.policy > li > dl > dd {
  margin-bottom: 32px;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  #privacy .container .poli_sec1 ul.policy > li > dl > dd {
    font-size: 1.6rem;
  }
}
#privacy .container .poli_sec1 .box_contact {
  margin-top: 24px;
  padding: 8px 0px;
  border-top: 1px solid #000;
  line-height: 1.8;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/*-----------------------------------------------------------
   contact
-----------------------------------------------------------*/
#contact .formsec1 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  #contact .formsec1 {
    margin-bottom: 40px;
  }
}
#contact .formsec1 .lead .txt_blk {
  padding: 24px;
}
#contact .formsec1 .lead .txt_blk a {
  text-decoration: underline;
}
#contact .formsec1 .lead .txt_blk p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #contact .formsec1 .lead .txt_blk p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
#contact .formsec1 .lead .txt_blk p .required {
  color: #f50;
}
#contact .form_blk {
  margin-bottom: 48px;
}
#contact .form_blk .tit {
  font-size: 21px;
  line-height: 1;
  text-align: left;
  padding: 16px 4px;
  color: #2d6fb7;
  font-weight: normal;
}
@media (max-width: 767px) {
  #contact .form_blk .tit {
    font-size: 34px;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  #contact .form_blk .heading {
    margin-bottom: 24px;
  }
}
#contact .form_blk .heading .tit,
#contact .form_blk .heading .desc {
  display: inline-block;
}
@media (max-width: 767px) {
  #contact .form_blk .heading .tit,
  #contact .form_blk .heading .desc {
    display: block;
  }
}
#contact .form_blk .heading .desc {
  font-size: 16px;
  margin-left: 2em;
}
@media (max-width: 767px) {
  #contact .form_blk .heading .desc {
    font-size: 24px;
    margin-left: 0;
  }
}
#contact .form_blk .required {
  padding-left: 0.5em;
  color: #f50;
}
#contact .li_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 56px;
}
@media (max-width: 767px) {
  #contact .li_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#contact .li_contact li {
  width: 48%;
  border: 1px solid #595757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  #contact .li_contact li {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
}
#contact .li_contact li .tit {
  color: #2d6fb7;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #595757;
  text-align: center;
  margin: 0 -12px;
  padding-bottom: 4px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #contact .li_contact li .tit {
    font-size: 2.8rem;
  }
}
#contact .li_contact li p {
  font-size: 1.6rem;
  text-align: center;
  margin: 8px -8px;
  color: #231815;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #contact .li_contact li p {
    font-size: 2.2rem;
  }
}
#contact .li_contact li .dd {
  font-size: 2.4rem;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  background: #2d6fb7;
  color: #fff;
  margin: 0;
  padding: 0.2em;
}
@media (max-width: 767px) {
  #contact .li_contact li .dd {
    padding: 0.4em;
  }
}

#contact_list .txt_blk {
  padding: 24px;
  text-align: center;
  margin-bottom: 64px;
}
#contact_list .txt_blk p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #contact_list .txt_blk p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
#contact_list .txt_blk p .required {
  color: #f50;
}

#form #read,
#contact #read,
#confirm #read,
#complete #read {
  padding: 4% 0 0;
}
#form #read p,
#contact #read p,
#confirm #read p,
#complete #read p {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 2.8vw;
}
@media (min-width: 1024px) {
  #form #read p,
  #contact #read p,
  #confirm #read p,
  #complete #read p {
    font-size: 1.6rem;
  }
}
#form #read .box,
#contact #read .box,
#confirm #read .box,
#complete #read .box {
  max-width: 880px;
  margin: 4% auto;
  padding: 2% 4%;
  background-color: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#form .sec_contact,
#contact .sec_contact,
#confirm .sec_contact,
#complete .sec_contact {
  padding: 6% 0;
}
#form .sec_contact .lead,
#contact .sec_contact .lead,
#confirm .sec_contact .lead,
#complete .sec_contact .lead {
  text-align: center;
  margin-bottom: 4%;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #form .sec_contact .lead,
  #contact .sec_contact .lead,
  #confirm .sec_contact .lead,
  #complete .sec_contact .lead {
    text-align: left;
  }
}
#form .sec_contact .lead b,
#contact .sec_contact .lead b,
#confirm .sec_contact .lead b,
#complete .sec_contact .lead b {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman",
    serif;
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  margin-bottom: 2%;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman",
    serif;
}
@media (max-width: 767px) {
  #form .sec_contact .lead b,
  #contact .sec_contact .lead b,
  #confirm .sec_contact .lead b,
  #complete .sec_contact .lead b {
    font-size: 4.8vw;
  }
}
#form .sec_contact .lead span.att,
#contact .sec_contact .lead span.att,
#confirm .sec_contact .lead span.att,
#complete .sec_contact .lead span.att {
  color: #aa2734;
}
#form .sec_contact .form_blk,
#contact .sec_contact .form_blk,
#confirm .sec_contact .form_blk,
#complete .sec_contact .form_blk {
  max-width: 880px;
  background-color: #f5f3f2;
  padding: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 4%;
}
@media (max-width: 767px) {
  #form .sec_contact .form_blk,
  #contact .sec_contact .form_blk,
  #confirm .sec_contact .form_blk,
  #complete .sec_contact .form_blk {
    padding: 8% 7vw;
    max-width: inherit;
  }
}
#form .privacy_check,
#contact .privacy_check,
#confirm .privacy_check,
#complete .privacy_check {
  text-align: center;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #form .privacy_check,
  #contact .privacy_check,
  #confirm .privacy_check,
  #complete .privacy_check {
    text-align: left;
    font-size: 3.6vw;
  }
}
#form .privacy_check .tit,
#contact .privacy_check .tit,
#confirm .privacy_check .tit,
#complete .privacy_check .tit {
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman",
    serif;
}
@media (max-width: 767px) {
  #form .privacy_check .tit,
  #contact .privacy_check .tit,
  #confirm .privacy_check .tit,
  #complete .privacy_check .tit {
    font-weight: 600;
  }
}
#form .privacy_check .hosoku,
#contact .privacy_check .hosoku,
#confirm .privacy_check .hosoku,
#complete .privacy_check .hosoku {
  margin: 2.4em auto;
  text-align: center;
}
#form .privacy_check .hosoku a,
#contact .privacy_check .hosoku a,
#confirm .privacy_check .hosoku a,
#complete .privacy_check .hosoku a {
  text-decoration: underline;
}
#form .privacy_check .hosoku a:hover,
#contact .privacy_check .hosoku a:hover,
#confirm .privacy_check .hosoku a:hover,
#complete .privacy_check .hosoku a:hover {
  opacity: 0.64;
}
#form .privacy_check .privacy,
#contact .privacy_check .privacy,
#confirm .privacy_check .privacy,
#complete .privacy_check .privacy {
  margin-bottom: 4em;
}
#form .privacy_check p,
#contact .privacy_check p,
#confirm .privacy_check p,
#complete .privacy_check p {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman",
    serif;
  line-height: 1.8;
}
#form .sec_form .box,
#contact .sec_form .box,
#confirm .sec_form .box,
#complete .sec_form .box {
  max-width: 880px;
  margin: 4% auto;
  background-color: #f8f8f8;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
  padding: 2% 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #form .sec_form .box,
  #contact .sec_form .box,
  #confirm .sec_form .box,
  #complete .sec_form .box {
    margin: 4% 7vw;
  }
}
#form .sec_form .box .att,
#contact .sec_form .box .att,
#confirm .sec_form .box .att,
#complete .sec_form .box .att {
  font-size: 3.6vw;
  padding: 0.8em 0;
}
@media (min-width: 1024px) {
  #form .sec_form .box .att,
  #contact .sec_form .box .att,
  #confirm .sec_form .box .att,
  #complete .sec_form .box .att {
    font-size: 1.6rem;
  }
}
#form .sec_form .box .att .kome,
#contact .sec_form .box .att .kome,
#confirm .sec_form .box .att .kome,
#complete .sec_form .box .att .kome {
  color: #aa2734;
}
#form .sec_form .box .tit,
#contact .sec_form .box .tit,
#confirm .sec_form .box .tit,
#complete .sec_form .box .tit {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  #form .sec_form .box .tit,
  #contact .sec_form .box .tit,
  #confirm .sec_form .box .tit,
  #complete .sec_form .box .tit {
    font-size: 3.6vw;
  }
}
#form .sec_form .box .blk_captcha,
#contact .sec_form .box .blk_captcha,
#confirm .sec_form .box .blk_captcha,
#complete .sec_form .box .blk_captcha {
  text-align: center;
  line-height: 1.8;
}
#form .sec_form .box .gr_telfax,
#contact .sec_form .box .gr_telfax,
#confirm .sec_form .box .gr_telfax,
#complete .sec_form .box .gr_telfax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.6em;
}
@media (max-width: 767px) {
  #form .sec_form .box .gr_telfax,
  #contact .sec_form .box .gr_telfax,
  #confirm .sec_form .box .gr_telfax,
  #complete .sec_form .box .gr_telfax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.4em;
  }
}
#form .sec_form .box .gr_telfax div,
#contact .sec_form .box .gr_telfax div,
#confirm .sec_form .box .gr_telfax div,
#complete .sec_form .box .gr_telfax div {
  width: 50%;
  font-size: 2.2rem;
  text-align: center;
  padding: 0.4em 0;
}
@media (max-width: 767px) {
  #form .sec_form .box .gr_telfax div,
  #contact .sec_form .box .gr_telfax div,
  #confirm .sec_form .box .gr_telfax div,
  #complete .sec_form .box .gr_telfax div {
    width: 100%;
    font-size: 4.8vw;
  }
}
#form .sec_form .box .gr_telfax div:nth-child(2),
#contact .sec_form .box .gr_telfax div:nth-child(2),
#confirm .sec_form .box .gr_telfax div:nth-child(2),
#complete .sec_form .box .gr_telfax div:nth-child(2) {
  border-left: 1px solid #231815;
}
@media (max-width: 767px) {
  #form .sec_form .box .gr_telfax div:nth-child(2),
  #contact .sec_form .box .gr_telfax div:nth-child(2),
  #confirm .sec_form .box .gr_telfax div:nth-child(2),
  #complete .sec_form .box .gr_telfax div:nth-child(2) {
    border-top: 1px solid #231815;
    border-left: none;
  }
}
#form .sec_form .box .gr_telfax div p,
#contact .sec_form .box .gr_telfax div p,
#confirm .sec_form .box .gr_telfax div p,
#complete .sec_form .box .gr_telfax div p {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman",
    serif;
}
#form .sec_form .box .gr_telfax div span,
#contact .sec_form .box .gr_telfax div span,
#confirm .sec_form .box .gr_telfax div span,
#complete .sec_form .box .gr_telfax div span {
  font-size: 3rem;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman",
    serif;
}
@media (max-width: 767px) {
  #form .sec_form .box .gr_telfax div span,
  #contact .sec_form .box .gr_telfax div span,
  #confirm .sec_form .box .gr_telfax div span,
  #complete .sec_form .box .gr_telfax div span {
    font-size: 7.2vw;
  }
}

#complete .complete,
.complete {
  text-align: center;
  padding: 4% 0;
}
#complete .complete h2,
.complete h2 {
  margin-bottom: 0.5em;
  color: #1d2088;
  font-size: 5.75vw;
}
@media (min-width: 1024px) {
  #complete .complete h2,
  .complete h2 {
    font-size: 2.8rem;
  }
}
#complete .complete p,
.complete p {
  font-size: 3.75vw;
  line-height: 2;
}
@media (min-width: 1024px) {
  #complete .complete p,
  .complete p {
    font-size: 1.6rem;
  }
}
#complete .complete .home,
.complete .home {
  margin: 4% auto 0;
}
@media (min-width: 1024px) {
  #complete .complete .home,
  .complete .home {
    text-align: center;
  }
}
#complete .complete .home .btn_std,
.complete .home .btn_std {
  display: block;
  width: 80%;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0.8em 3.2em 1em;
  background: #1d2088;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 50px;
  margin: 0 auto 0.8em;
}
@media (min-width: 1024px) {
  #complete .complete .home .btn_std,
  .complete .home .btn_std {
    max-width: 40%;
    font-size: 1.8rem;
    display: inline-block;
  }
}
#complete .complete .home .btn_std:hover,
.complete .home .btn_std:hover {
  opacity: 0.4;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#form #contact_list,
#contact #contact_list {
  padding: 6% 0 0;
}
#form .formsec1,
#contact .formsec1 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  #form .formsec1,
  #contact .formsec1 {
    margin-bottom: 40px;
  }
}
#form .formsec1 .lead .txt_blk,
#contact .formsec1 .lead .txt_blk {
  padding: 24px;
}
#form .formsec1 .lead .txt_blk p,
#contact .formsec1 .lead .txt_blk p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #form .formsec1 .lead .txt_blk p,
  #contact .formsec1 .lead .txt_blk p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
#form .formsec1 .lead .txt_blk p .required,
#contact .formsec1 .lead .txt_blk p .required {
  color: #aa2734;
}
#form .formsec1 .tit,
#contact .formsec1 .tit {
  font-size: 2rem;
  margin: 16px auto 8px;
}
@media (max-width: 767px) {
  #form .formsec1 .tit,
  #contact .formsec1 .tit {
    font-size: 2.8rem;
  }
}
#form .formsec1 .li_contact,
#contact .formsec1 .li_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
#form .formsec1 .li_contact li,
#contact .formsec1 .li_contact li {
  width: 32%;
  border: 1px solid #595757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  #form .formsec1 .li_contact li,
  #contact .formsec1 .li_contact li {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
}
#form .formsec1 .li_contact li .tit,
#contact .formsec1 .li_contact li .tit {
  color: #2d6fb7;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #595757;
  text-align: center;
  margin: 0 -12px;
  padding-bottom: 4px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #form .formsec1 .li_contact li .tit,
  #contact .formsec1 .li_contact li .tit {
    font-size: 2.8rem;
  }
}
#form .formsec1 .li_contact li p,
#contact .formsec1 .li_contact li p {
  font-size: 1.35rem;
  text-align: center;
  margin: 8px -8px;
  color: #231815;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #form .formsec1 .li_contact li p,
  #contact .formsec1 .li_contact li p {
    font-size: 2.2rem;
  }
}
#form .formsec1 .li_contact li .dd,
#contact .formsec1 .li_contact li .dd {
  font-size: 2.2rem;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  background: #2d6fb7;
  color: #fff;
  margin: 0;
}

.list_form {
  max-width: 540px;
  margin: 0 auto 2em;
}
.list_form > li {
  font-size: 1.8rem;
  padding: 0.8em 2em 1.2em;
  border-bottom: 1px solid #dce0e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .list_form > li {
    padding: 16px 0;
  }
}
.list_form > li > ul.list_gr > li {
  margin: 0 0 12px;
}
.list_form > li > ul.list_gr > li:last-child {
  margin-bottom: 0;
}
.list_form > li > .dl_table {
  width: 100%;
}
.list_form > li > .dl_table > dt,
.list_form > li > .dl_table > dd {
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  .list_form > li > .dl_table > dt,
  .list_form > li > .dl_table > dd {
    display: block;
    font-size: 1.8rem;
  }
}
.list_form > li > .dl_table > dt {
  width: auto;
  padding: 0.64em 0.4em;
}
.list_form > li > .dl_table > dt .req {
  background-color: #aa2734;
  color: #fff;
  border-radius: 24px;
  font-size: 3.2vw;
  margin-left: 0.56em;
  padding: 0.16em 0.8em 0.2em;
}
@media (min-width: 1024px) {
  .list_form > li > .dl_table > dt .req {
    font-size: 1.4rem;
  }
}
.list_form > li > .dl_table > dt .kome {
  font-size: 3.2vw;
  margin-left: 0.56em;
}
@media (min-width: 1024px) {
  .list_form > li > .dl_table > dt .kome {
    font-size: 1.4rem;
  }
}
.list_form > li > .dl_table > dd {
  position: relative;
}
.list_form > li > .dl_table > dd .error {
  display: inline-block;
  padding: 0.4em 0.4em;
}
.list_form > li > .dl_table > dd > ul.list_gr > li {
  padding-bottom: 8px;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd > ul.list_gr > li {
    border-bottom: none;
  }
}
.list_form > li > .dl_table > dd > ul.list_gr > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list_form > li > .dl_table > dd ul.list_gr_noline > li {
  margin: 0 0 12px;
  position: relative;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd ul.list_gr_noline > li.zip {
    margin-left: 1.5em;
  }
}
.list_form > li > .dl_table > dd ul.list_gr_noline > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list_form > li > .dl_table > dd .fpre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.4em 0;
}
.list_form > li > .dl_table > dd .fpre input.pday {
  width: 9.4em;
  margin: 0 0.24em;
}
@media (min-width: 1024px) {
  .list_form > li > .dl_table > dd .fpre input.pday {
    width: 10em;
    margin: 0 0.48em;
  }
}
.list_form > li > .dl_table > dd .fpre input.ptime {
  width: 3.2em;
  margin: 0 0.24em;
}
@media (min-width: 1024px) {
  .list_form > li > .dl_table > dd .fpre input.ptime {
    width: 4em;
    margin: 0 0.48em;
  }
}
.list_form > li > .dl_table > dd .br_blk {
  width: 8em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd .br_blk {
    display: block;
    margin-bottom: 6px;
  }
}
.list_form > li > .dl_table > dd .in_blk {
  width: 28em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd .in_blk {
    width: 100%;
  }
}
.list_form > li > .dl_table > dd .inden {
  width: 3em;
  margin-right: 0.5em;
  position: absolute;
  left: -3.5em;
  top: 50%;
  text-align: right;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd .inden {
    width: auto;
    position: static;
    display: block;
    text-align: left;
    top: 0;
    -webkit-transform: translateY(0); /* Safari用 */
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .list_form > li.li_add dl {
    position: relative;
  }
  .list_form > li.li_add dl dd {
    padding-left: 0;
  }
  .list_form > li.li_add dl .inden {
    width: 1em;
    margin-right: 0.5em;
    position: absolute;
    left: -1.5em;
    top: 50%;
    text-align: right;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
  }
}
.list_form [type="text"],
.list_form [type="email"],
.list_form [type="password"],
.list_form [type="number"],
.list_form [type="tel"],
.list_form textarea,
.list_form select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.4em 0.64em;
  font-size: 3.6vw;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 3px solid #ddd;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .list_form [type="text"],
  .list_form [type="email"],
  .list_form [type="password"],
  .list_form [type="number"],
  .list_form [type="tel"],
  .list_form textarea,
  .list_form select {
    font-size: 1.8rem;
  }
}
.list_form textarea {
  padding: 0.8em;
}
.list_form input {
  width: 100%;
  height: 48px;
}
@media (min-width: 1024px) {
  .list_form input {
    width: 50%;
  }
}
.list_form input.seimei {
  width: 5em;
  display: inline-block;
}
.list_form input.inp_w30 {
  width: 30%;
}
@media (max-width: 767px) {
  .list_form input.inp_w30 {
    width: 100%;
  }
}
.list_form input.inp_age {
  width: 30%;
}
@media (max-width: 767px) {
  .list_form input.inp_age {
    width: 50%;
  }
}
.list_form input.inp_w60 {
  width: 60%;
}
@media (max-width: 767px) {
  .list_form input.inp_w60 {
    width: 100%;
  }
}
.list_form input.inp_w90 {
  width: 90%;
}
@media (max-width: 767px) {
  .list_form input.inp_w90 {
    width: 100%;
  }
}
.list_form input#zip {
  width: 8em;
}
@media (max-width: 767px) {
  .list_form input#zip {
    width: 50%;
  }
}
.list_form input.fpre {
  width: 90%;
}
@media (max-width: 767px) {
  .list_form select {
    padding: 10px;
    padding-right: 2em;
  }
  .list_form select#item {
    width: 100%;
  }
}
.list_form textarea {
  width: 100%;
  height: 12em;
}

.list_form_area {
  margin-top: 16px;
  margin-bottom: 56px;
}
.list_form_area > li > .dl_table {
  width: 100%;
  display: table;
}
.list_form_area > li > .dl_table > dt,
.list_form_area > li > .dl_table > dd {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list_form_area > li > .dl_table > dt,
  .list_form_area > li > .dl_table > dd {
    display: block;
    font-size: 28px;
  }
}
.list_form_area > li > .dl_table > dt {
  width: 160px;
  padding-left: 4px;
}
@media (max-width: 767px) {
  .list_form_area > li > .dl_table > dt {
    width: auto;
    margin-bottom: 12px;
  }
}
.list_form_area > li > .dl_table > dd {
  padding-left: 2em;
  position: relative;
}
@media (max-width: 767px) {
  .list_form_area > li > .dl_table > dd {
    padding-left: 0;
  }
}
.list_form_area > li > .dl_table > dd.txtarea {
  display: block;
  padding-left: 0;
  margin-top: 24px;
}
.list_form_area input {
  width: 50%;
}
@media (max-width: 767px) {
  .list_form_area input {
    width: 100%;
    padding: 15px 10px;
  }
}
.list_form_area input.seimei {
  width: 30%;
  display: inline-block;
}
.list_form_area input.inp_w30 {
  width: 30%;
}
@media (max-width: 767px) {
  .list_form_area input.inp_w30 {
    width: 100%;
  }
}
.list_form_area input.inp_w60 {
  width: 60%;
}
@media (max-width: 767px) {
  .list_form_area input.inp_w60 {
    width: 100%;
  }
}
.list_form_area input.inp_w90 {
  width: 90%;
}
@media (max-width: 767px) {
  .list_form_area input.inp_w90 {
    width: 100%;
  }
}
.list_form_area select#type {
  min-width: 320px;
}
.list_form_area textarea {
  width: 100%;
  height: 12em;
}

.check_area {
  margin: 32px auto;
  text-align: center;
  font-size: 2rem;
  /*
  label {
  	padding-left: 48px;
  	display: inline-block;
  	cursor: pointer;
  	position: relative;
  	&:before {
  		content:'';
  		width: 32px;
  		height: 32px;
  		display: inline-block;
  		position: absolute;
  		left: 0;
  		top: 50%;
  		transform: translateY(-50%);
  		background-color:	#fff;
  		box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,0.4);
  		border-radius:4px;
  		transition: .3s;
  		font-size:3.2rem;
  		line-height: 1;
  	}
  }
  input[type=checkbox] {
  	display: inline-block;
  	display: none;
  }
  input[type=checkbox]:checked + .mfp_element_hidden + label:before,
  input[type=checkbox]:checked + label:before {
  	content:'\2713';
  	font-size:3.2rem;
  	color: #fff;
  	background-color:	$c;
  	line-height: 1;
  }
  .mfp_err{
  	width: auto;
  }
  */
}
.check_area .precheck {
  width: auto;
}

.policy_area {
  margin-top: 24px;
  border-top: 1px solid #ddd;
  padding-top: 24px;
}
.policy_area .policyframe {
  border: 1px solid #ddd;
  height: 220px;
  overflow: scroll;
  padding: 16px;
  font-size: 1.6rem;
}
.policy_area .policyframe .dl_policy {
  padding-bottom: 16px;
}
.policy_area .policyframe .dl_policy > dd .ol_def1 > li:last-child > ul {
  margin-bottom: 0;
}
.policy_area .policyframe .dl_policy > dd .ol_def1 .h3_def1 {
  font-weight: normal;
}
.policy_area .policyframe .dl_policy > dd .ol_def1 .h3_def1 + ul {
  margin-bottom: 0.8em;
}

.wskLabel {
  cursor: pointer;
  font-size: 12pt;
  display: block;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  min-height: 40px;
}

.wskCheckbox {
  border: 2px solid #5a5a5a;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 14px;
  margin: 0 20px 20px 20px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.wskCheckbox.checked {
  border-left: 2px solid green;
  border-bottom: 4px solid green;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  transform: rotate(-45deg) scaleY(0.5);
}

input[type="checkbox"].wskCheckbox {
  display: none;
}

.wskCircle {
  background-color: #ccdffd;
  border-radius: 50%;
  display: block;
  height: 40px;
  left: 9px;
  opacity: 0;
  position: absolute;
  top: 9px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 40px;
  z-index: 0;
}

.wskCircle.show {
  opacity: 1;
}

.wskCircle.flipColor {
  background-color: #d2d3d2;
}

.check_privacy {
  margin-bottom: 2em;
  text-align: center;
  font-size: 2.8vw;
}
@media (min-width: 1024px) {
  .check_privacy {
    font-size: 1.4rem;
    margin-bottom: 3.2em;
  }
}

@media (min-width: 1024px) {
  div.send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.send,
.home,
.reset {
  text-align: center;
}
.send .button,
.home .button,
.reset .button {
  display: block;
  width: 80%;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0.8em 3.2em 1em;
  background: #1d9888;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 50px;
  margin: 0 auto 0.8em;
}
@media (min-width: 1024px) {
  .send .button,
  .home .button,
  .reset .button {
    max-width: 40%;
    font-size: 1.8rem;
    display: inline-block;
  }
}
.send .button:hover,
.home .button:hover,
.reset .button:hover {
  opacity: 0.4;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#thanks {
  padding-top: 40px;
}
#thanks .tit {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  padding: 16px 0;
  color: #2d6fb7;
}
#thanks .txt_blk {
  padding: 24px 0;
  text-align: center;
}
#thanks .txt_blk #mfp_thanks {
  font-size: 2rem;
  line-height: 2;
}
#thanks .txt_blk p {
  font-size: 2rem;
  line-height: 2;
}
#thanks .txt_blk .txt_img1 {
  margin: 40px auto 32px;
}
@media (max-width: 767px) {
  #thanks .txt_blk .txt_img1 {
    max-width: 100%;
  }
}
#thanks .btn_area {
  width: 620px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  #thanks .btn_area {
    width: auto;
  }
}
#thanks .btn_area a.btn01 {
  color: #fff;
  display: block;
  border-radius: 8px;
  padding: 0.8em 4em;
  background: #2d6fb7;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
/*-----------------------------------------------------------
   news
-----------------------------------------------------------*/
#news #key .heading .tit {
  font-size: 4rem;
}
#news #key .heading .tit:before {
  content: "News";
}
#news #contents main.main_news .news_area {
  padding-top: 56px;
  margin-bottom: 56px;
}

#pagetitle .hl {
  text-align: center;
  padding: 72px 0 48px;
}
#pagetitle .hl__tit {
  font-size: 2.1rem;
  line-height: 1;
  position: relative;
  margin-bottom: 1em;
}
#pagetitle .hl__tit:after {
  content: attr(data-title);
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  font-weight: 600;
  color: #2d6fb7;
  margin-top: 0.4em;
}
@media (max-width: 959px) {
  #pagetitle .hl__tit:after {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  #pagetitle .hl__tit:after {
    font-size: 6.4vw;
  }
}
#pagetitle .hl__desc {
  font-size: 1.6rem;
  line-height: 1.6;
}

#news {
  /* cms-pagination */
  /* side */
}
#news .cms-pagination {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
#news .cms-pagination ul {
  position: relative;
  float: left;
  left: 50%;
  margin-bottom: 12px;
  font-size: 1.6rem;
}
#news .cms-pagination ul li {
  position: relative;
  float: left;
  left: -50%;
  width: 40px;
  height: 44px;
  display: table;
  margin: 0 4px;
  display: none;
}
#news .cms-pagination ul li.pagination-no-num {
  width: 62px;
  display: table;
}
#news .cms-pagination ul li.pagination-no-num span {
  background: #eee;
  border: 1px solid #ddd;
  color: #ccc;
}
#news .cms-pagination ul li.pagination-sp {
  display: table;
}
#news .cms-pagination ul li a,
#news .cms-pagination ul li span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border: 1px solid #999;
  background: #fff;
}
#news .cms-pagination ul li a:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  background: #ccc;
  bottom: -3px;
  left: 2%;
}
#news .cms-pagination ul li span {
  background: #2d6fb7;
  border: 1px solid #555;
  color: #fff;
}
#news .cms-pagination ul li span:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  background: #ccc;
  bottom: -3px;
  left: 2%;
}
#news .pagination-txt {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}
#news .pagination-txt span {
  color: #999;
}
#news #side .widget h2 {
  color: #666e7b;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #news #side .widget h2 {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
#news #side .cat_year {
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #news #side .cat_year {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
#news #side .cat_year ul {
  border: 1px solid #e5e5e5;
}
#news #side .cat_year ul li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 28px;
}
@media (max-width: 767px) {
  #news #side .cat_year ul li {
    line-height: 28px;
  }
}
#news #side .cat_year ul li:last-child {
  border-bottom: medium none;
}
#news #side .cat_year ul li a {
  background: #fff none repeat scroll 0 0;
  display: block;
  padding: 12px 12px 12px 48px;
  position: relative;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #news #side .cat_year ul li a {
    padding: 8px 8px 8px 38px;
  }
}
#news #side .cat_year ul li a::before {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #525e6c;
  content: "\f15c";
  font-family: FontAwesome;
  font-size: 20px;
  left: 0;
  padding: 12px;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #news #side .cat_year ul li a::before {
    padding: 8px;
  }
}
#news #side .cat_year ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #2d6fb7;
  opacity: 1;
}
#news #side .cat_year ul li a:hover::before {
  background: #2d6fb7 none repeat scroll 0 0;
  color: #fff;
}
#news .newslist_sec {
  padding: 56px 0;
  position: relative;
}
@media (max-width: 767px) {
  #news .newslist_sec {
    padding: 56px 30px;
  }
}
@media (max-width: 767px) {
  #news .newslist_sec .inner {
    width: auto;
  }
}
#news .newslist_sec .heading .tit {
  margin: 56px auto 56px;
}
#news .newslist_sec ul {
  margin: 32px 0 26px -20px;
  letter-spacing: -0.4em;
  text-align: center;
}
@media (max-width: 767px) {
  #news .newslist_sec ul {
    margin: 32px 0 26px 0;
  }
}
#news .newslist_sec ul li {
  width: 300px;
  min-height: 320px;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #news .newslist_sec ul li {
    width: auto;
    max-width: 80%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
#news .newslist_sec ul li .amore a:after {
  content: "＞";
}
#news .newslist_sec ul li a {
  text-decoration: none;
  color: #2d6fb7;
}
#news .newslist_sec ul li a:hover {
  opacity: 0.56;
}
@media (max-width: 767px) {
  #news .newslist_sec ul li .tmb img {
    width: 100%;
  }
}
#news .newslist_sec ul li p {
  font-size: 1.5rem;
  vertical-align: top;
}
@media (max-width: 767px) {
  #news .newslist_sec ul li p {
    font-size: 1.8rem;
  }
}
#news .newslist_sec ul li .date {
  padding: 8px 4px;
  text-align: left;
}
@media (max-width: 767px) {
  #news .newslist_sec ul li .date {
    padding: 8px 4px;
  }
}
#news .newslist_sec ul li p.postdate {
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 4px;
  color: #2d6fb7;
}
@media (max-width: 767px) {
  #news .newslist_sec ul li p.postdate {
    font-size: 1.8rem;
  }
}
#news {
  /* detail */
}
@media (max-width: 767px) {
  #news .newsdetail_sec {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #news .newsdetail_sec .inner {
    width: auto;
  }
}
#news .newsdetail_sec .post .heading {
  border-bottom: 3px solid #2d6fb7;
  text-align: left;
  color: #2d6fb7;
  padding: 8px 4px;
}
@media (max-width: 767px) {
  #news .newsdetail_sec .post .heading {
    padding: 8px 4px;
  }
}
#news .newsdetail_sec .post .heading .postdate {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #news .newsdetail_sec .post .heading .postdate {
    font-size: 16px;
  }
}
#news .newsdetail_sec .post .heading .tit {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767px) {
  #news .newsdetail_sec .post .heading .tit {
    font-size: 22px;
    line-height: 1.4;
  }
}
#news .newsdetail_sec .post .entry {
  padding: 4px;
}
#news .newsdetail_sec .post .entry p {
  font-size: 15px;
}
@media (max-width: 767px) {
  #news .newsdetail_sec .post .entry p {
    font-size: 16px;
  }
}
#news .newsdetail_sec .post .entry img {
  display: block;
  margin: 40px 0;
}
@media (max-width: 767px) {
  #news .newsdetail_sec .post .entry img {
    max-width: 100%;
  }
}
#news .news_area {
  width: auto;
}
@media (max-width: 767px) {
  #news .news_area {
    width: auto;
  }
}
#news .news_area > .heading {
  position: relative;
  padding: 8px 0 8px;
  margin-top: 48px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  #news .news_area > .heading {
    padding: 8px 0 8px;
    margin-top: 48px;
    margin-bottom: 56px;
  }
}
#news .news_area ul.new_list {
  border-top: 1px solid #d5d5d5;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  #news .news_area ul.new_list {
    margin: 24px 15px 24px;
  }
}
#news .news_area ul.new_list li {
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 8px 20px 12px;
}
@media (max-width: 767px) {
  #news .news_area ul.new_list li {
    padding: 24px 8px 24px 8px;
  }
}
#news .news_area ul.new_list li a {
  text-decoration: none;
  color: #333;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news .news_area ul.new_list li a:hover {
  opacity: 0.8;
}
#news .news_area ul.new_list li a:hover .tit {
  color: #2d6fb7;
}
#news .news_area ul.new_list li a:hover p {
  opacity: 0.56;
}
#news .news_area ul.new_list li .update {
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 767px) {
  #news .news_area ul.new_list li .update {
    font-size: 1.8rem;
  }
}
#news .news_area ul.new_list li .cat {
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  background: #2d6fb7;
  color: #fff;
  border-radius: 20px;
  padding: 6px 12px 6px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #news .news_area ul.new_list li .cat {
    font-size: 1.8rem;
    padding: 8px 16px;
  }
}
#news .news_area ul.new_list li .cont {
  margin-top: 4px;
}
@media (max-width: 767px) {
  #news .news_area ul.new_list li .cont {
    margin-top: 8px;
  }
}
#news .news_area ul.new_list li .cont > .tit {
  font-size: 2rem;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  #news .news_area ul.new_list li .cont > .tit {
    font-size: 2.4rem;
    margin-bottom: 4px;
  }
}
#news .news_area ul.new_list li .cont p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #news .news_area ul.new_list li .cont p {
    font-size: 2rem;
  }
}
#news .new_entry {
  min-height: 700px;
}
@media (max-width: 767px) {
  #news .new_entry {
    min-height: inherit;
  }
}
#news .new_entry .entry_head {
  width: 100%;
  display: table;
  border-top: 4px solid #2d6fb7;
  padding: 16px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #news .new_entry .entry_head {
    padding: 24px 15px;
  }
}
#news .new_entry .entry_head .update,
#news .new_entry .entry_head .cat {
  display: table-cell;
  vertical-align: middle;
}
#news .new_entry .entry_head .update {
  font-size: 1.4rem;
  white-space: nowrap;
  line-height: 1;
  margin-right: 1em;
}
@media (max-width: 767px) {
  #news .new_entry .entry_head .update {
    font-size: 2rem;
  }
}
#news .new_entry .entry_head .cat > p {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  background: #999;
  color: #fff;
  border-radius: 20px;
  padding: 6px 12px 6px;
  font-size: 1.4rem;
  float: right;
}
@media (max-width: 767px) {
  #news .new_entry .entry_head .cat > p {
    padding: 8px 16px;
    font-size: 2rem;
  }
}
#news .new_entry .title {
  font-size: 2.4rem;
  margin: 0 6px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #news .new_entry .title {
    font-size: 2.8rem;
    margin: 0 15px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
}
#news .new_entry .txt_area {
  padding: 8px;
}
@media (max-width: 767px) {
  #news .new_entry .txt_area {
    padding: 8px 15px;
  }
}
#news .new_entry .txt_area p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  #news .new_entry .txt_area p {
    font-size: 2rem;
  }
}
#news .new_entry .txt_area p:last-child {
  margin-bottom: 0;
}
#news .nav_page {
  width: 100%;
  margin: 32px auto;
  border-top: 1px solid #e5e5e5;
  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: relative;
}
@media (max-width: 767px) {
  #news .nav_page {
    margin: 64px auto;
  }
}
#news .nav_page .np {
  letter-spacing: normal;
  vertical-align: top;
  font-size: 14px;
}
@media (max-width: 767px) {
  #news .nav_page .np {
    font-size: 24px;
  }
}
#news .nav_page .np a {
  width: 100%;
  color: #2d6fb7;
  display: table-cell;
  vertical-align: middle;
  padding: 16px 16px;
}
#news .nav_page .prev,
#news .nav_page .next {
  width: 32%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#news .nav_page .back {
  width: 34%;
  margin: 0 32%;
  text-align: center;
}
#news .nav_page .back a {
  width: 100%;
  display: block;
}
#news .nav_page .prev {
  display: table-cell;
  vertical-align: middle;
  left: 0;
}
#news .nav_page .next {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  right: 0;
}
#news nav.nav_anker {
  margin: 0 auto 4%;
}
#news nav.nav_anker .ul_nav {
  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;
  border-bottom: 1px solid #a7aeb1;
}
#news nav.nav_anker .ul_nav > li {
  text-align: center;
  height: 56px;
  width: 120px;
  margin-right: 20px;
}
#news nav.nav_anker .ul_nav > li.current a {
  border-bottom: 2px solid #222;
  color: #222;
  margin-top: -1px;
}
#news nav.nav_anker .ul_nav > li a {
  font-size: 14px;
  display: block;
  color: #a7aeb1;
  line-height: 56px;
  text-decoration: none;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
}
#news nav.nav_anker .ul_nav > li a:hover {
  color: #2d6fb7;
}
#news .newlist {
  width: auto;
  margin: 0 auto 8%;
}
@media (max-width: 767px) {
  #news .newlist {
    width: auto;
  }
}
#news .newlist ul.new_list li {
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 8px 20px 12px;
}
@media (max-width: 767px) {
  #news .newlist ul.new_list li {
    padding: 24px 8px 24px 8px;
  }
}
#news .newlist ul.new_list li a {
  max-width: 980px;
  margin: 0 auto;
  text-decoration: none;
  color: #333;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#news .newlist ul.new_list li a:hover {
  opacity: 0.56;
}
#news .newlist ul.new_list li a:hover .tit {
  color: #2d6fb7;
}
#news .newlist ul.new_list li .gr {
  margin-bottom: 1.6rem;
}
#news .newlist ul.new_list li .gr .update {
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  color: #999;
  margin-right: 1em;
}
@media (max-width: 767px) {
  #news .newlist ul.new_list li .gr .update {
    font-size: 1.8rem;
  }
}
#news .newlist ul.new_list li .gr .update:after {
  content: "｜";
  margin-left: 1em;
}
#news .newlist ul.new_list li .gr .cat {
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #news .newlist ul.new_list li .gr .cat {
    font-size: 1.8rem;
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  #news .newlist ul.new_list li .cont {
    margin-top: 8px;
  }
}
#news .newlist ul.new_list li .cont .tit {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  #news .newlist ul.new_list li .cont .tit {
    font-size: 2.4rem;
    margin-bottom: 4px;
  }
}
#news .newlist ul.new_list li .cont .desc {
  margin-top: 1em;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #news .newlist ul.new_list li .cont .desc {
    font-size: 2rem;
  }
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/*-----------------------------------------------------------
    blog page css
-----------------------------------------------------------*/
nav.nav_anker {
  margin: 0 auto 4%;
}
nav.nav_anker .ul_nav {
  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;
  border-bottom: 1px solid #a7aeb1;
}
nav.nav_anker .ul_nav > li {
  text-align: center;
  height: 56px;
  width: 120px;
  margin-right: 20px;
}
nav.nav_anker .ul_nav > li.current a {
  border-bottom: 2px solid #222;
  color: #222;
  margin-top: -1px;
}
nav.nav_anker .ul_nav > li a {
  font-size: 14px;
  display: block;
  color: #a7aeb1;
  line-height: 56px;
  text-decoration: none;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
}
nav.nav_anker .ul_nav > li a:hover {
  color: #2d6fb7;
}

.connection {
  background-color: #f4f4f4;
  padding: 8% 0;
}
@media (min-width: 1024px) {
  .connection {
    padding: 2.4% 0;
  }
}
.connection .tit {
  color: #666e7b;
  font-size: 2.8vw;
  font-weight: normal;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .connection .tit {
    font-size: 1.4rem;
  }
}
.connection .relatedposts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4%;
}
@media (min-width: 1024px) {
  .connection .relatedposts {
    gap: 3%;
  }
}
.connection .relatedposts > li {
  width: 48%;
  margin-bottom: 4%;
}
@media (min-width: 1024px) {
  .connection .relatedposts > li {
    width: 22.75%;
    margin-bottom: 0;
  }
}
.connection .relatedposts > li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.connection .relatedposts > li a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.connection .relatedposts > li a:hover img {
  opacity: 0.56;
}
.connection .relatedposts > li img.logo_noimage,
.connection .relatedposts > li img.wp-post-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #555;
}
.connection .relatedposts > li .tmb_no {
  width: 100%;
  height: 22vw;
  max-height: 160px;
}
.connection .relatedposts > li .post-title {
  font-size: 2.8vw;
  padding: 3.2% 0.8%;
}
@media (min-width: 1024px) {
  .connection .relatedposts > li .post-title {
    font-size: 1.4rem;
  }
}

.new_entry {
  min-height: 700px;
}
@media (max-width: 767px) {
  .new_entry {
    min-height: inherit;
  }
}
.new_entry .entry_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid #1d2088;
  padding: 2.4rem 0 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .new_entry .entry_head {
    padding: 0.8em 8px;
  }
}
.new_entry .entry_head .update {
  color: #a5a4a4;
  font-size: 2.4vw;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1024px) {
  .new_entry .entry_head .update {
    font-size: 1.4rem;
  }
}
.new_entry .entry_head .update i {
  margin-right: 0.24em;
}
.new_entry .entry_head .cat span {
  display: inline-block;
  background-color: #1d2088;
  color: #fff;
  line-height: 1;
  padding: 0.24em 0.8em 0.32em;
  font-size: 2.8vw;
}
@media (min-width: 1024px) {
  .new_entry .entry_head .cat span {
    font-size: 1.6rem;
  }
}
.new_entry .title {
  font-size: 2.4rem;
  margin: 0 0 0.56em;
  padding: 0;
}
@media (max-width: 767px) {
  .new_entry .title {
    font-size: 3.6vw;
    margin: 0 8px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
}
.new_entry .txt_area {
  padding: 8px;
}
@media (max-width: 767px) {
  .new_entry .txt_area {
    padding: 8px 15px;
  }
}
.new_entry .txt_area p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .new_entry .txt_area p {
    font-size: 2rem;
  }
}
.new_entry .txt_area p:last-child {
  margin-bottom: 0;
}

/* side */
#side .widget h2 {
  color: #666e7b;
  font-weight: normal;
  font-size: 2.8vw;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  #side .widget h2 {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
#side .cat_postnews {
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #side .cat_postnews {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
#side .cat_postnews ul {
  border: 1px solid #e5e5e5;
  padding: 0 1.2rem;
}
#side .cat_postnews ul li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 2.8vw;
}
@media (min-width: 1024px) {
  #side .cat_postnews ul li {
    font-size: 1.4rem;
  }
}
#side .cat_postnews ul li:last-child {
  border-bottom: medium none;
}
#side .cat_postnews ul li a {
  background: #fff none repeat scroll 0 0;
  position: relative;
  padding: 1.2rem 0em 1.2rem 0em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#side .cat_postnews ul li a:hover {
  opacity: 1;
  color: #2d6fb7;
}
#side .cat_postnews ul li a:hover:before {
  color: #2d6fb7;
}
#side .cat_year {
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #side .cat_year {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  #side .cat_year ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  #side .cat_year ul {
    border: 1px solid #e5e5e5;
  }
}
#side .cat_year ul li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 28px;
}
@media (max-width: 767px) {
  #side .cat_year ul li {
    border: 1px solid #e5e5e5;
    width: 50%;
    line-height: 28px;
  }
}
#side .cat_year ul li a {
  background: #fff none repeat scroll 0 0;
  display: block;
  padding: 0.52em 0.8em 0.8em 2.8em;
  position: relative;
  font-size: 2.8vw;
}
@media (min-width: 1024px) {
  #side .cat_year ul li a {
    padding: 0.8em 0.8em 0.8em 4em;
    font-size: 1.4rem;
  }
}
#side .cat_year ul li a::before {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #525e6c;
  content: "\f15c";
  font-family: FontAwesome;
  font-size: 3.2vw;
  padding: 0.8em 0.6em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100% - 2px);
  line-height: 5vw;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  #side .cat_year ul li a::before {
    font-size: 1.8rem;
    padding: 0.6em;
    line-height: 1.6;
  }
}
#side .cat_year ul li a:hover {
  color: #2d6fb7;
  opacity: 1;
}
#side .cat_year ul li a:hover::before {
  background: #2d6fb7 none repeat scroll 0 0;
  color: #fff;
}

.cont_blog {
  padding: 8% 0 0;
}
@media (min-width: 1024px) {
  .cont_blog {
    padding: 4% 0;
  }
}
.cont_blog .grid_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cont_blog .grid_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4%;
  }
}
@media (max-width: 767px) {
  .cont_blog .grid_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .cont_blog .grid_flex .primary {
    width: 66%;
  }
}
@media (min-width: 1024px) {
  .cont_blog .grid_flex .secondary {
    width: 32%;
  }
}
.sec_home_news_01 .ul_topics > li {
  padding: 4% 0;
  border-bottom: 1px solid #555;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .ul_topics > li {
    padding: 4% 0;
  }
}
.sec_home_news_01 .ul_topics > li > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_home_news_01 .ul_topics > li > a:hover .tmb img {
  border: 1px solid #1d2088;
  opacity: 0.56;
}
.sec_home_news_01 .ul_topics > li > a:hover .txt {
  color: #1d2088;
}
.sec_home_news_01 .ul_topics > li .gr_lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec_home_news_01 .ul_topics > li .gr_lo .tmb {
  width: 32%;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .tmb {
    width: 40%;
    padding-right: 4%;
  }
}
.sec_home_news_01 .ul_topics > li .gr_lo .tmb img {
  width: 100%;
  border: 1px solid #555;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 959px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .tmb img {
    height: auto;
  }
}
.sec_home_news_01 .ul_topics > li .gr_lo .txt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 60%;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .txt {
    width: 60%;
  }
}
.sec_home_news_01 .ul_topics > li .gr_lo .txt .gr_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec_home_news_01 .ul_topics > li .gr_lo .txt .gr_data .post_date {
  color: #b9b5b5;
  font-family: "Oswald";
  line-height: 1;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .txt .gr_data .post_date {
    font-size: 1.6rem;
  }
}
@media (max-width: 959px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .txt .gr_data .post_date {
    font-size: 2.6vw;
  }
}
.sec_home_news_01 .ul_topics > li .gr_lo .txt .gr_data .cat {
  margin-left: 0.4em;
}
.sec_home_news_01 .ul_topics > li .gr_lo .txt .gr_data .cat span {
  display: inline-block;
  background-color: #1d2088;
  color: #fff;
  line-height: 1;
  padding: 0.24em 0.8em 0.32em;
  font-size: 2.8vw;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .txt .gr_data .cat span {
    font-size: 1.6rem;
  }
}
@media (max-width: 959px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .txt .gr_data .cat span {
    font-size: 2.4vw;
  }
}
.sec_home_news_01 .ul_topics > li .gr_lo .txt .post_tit {
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.4em;
}
@media (min-width: 1024px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .txt .post_tit {
    font-size: 2.4rem;
    margin-bottom: 0.2em;
  }
}
@media (max-width: 959px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .txt .post_tit {
    font-size: 3.4vw;
  }
}
@media (max-width: 767px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .txt .post_tit {
    font-size: 3.2vw;
  }
}
.sec_home_news_01 .ul_topics > li .gr_lo .txt .post_desc {
  line-height: 1.6;
}
@media (max-width: 959px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .txt .post_desc {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .sec_home_news_01 .ul_topics > li .gr_lo .txt .post_desc {
    font-size: 2.4vw;
  }
}

/* no image */
.tmb_no {
  width: 28%;
  height: 16vw;
  background: #999;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .tmb_no {
    width: 100%;
    height: 26vw;
    max-height: 240px;
  }
}
.tmb_no .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.tmb_no .heading .logo_noimage {
  max-width: inherit;
  height: 6vw;
  margin-bottom: 0.24em;
}
@media (min-width: 1024px) {
  .tmb_no .heading .logo_noimage {
    height: 60px;
    margin-bottom: 8px;
  }
}
.tmb_no .heading .cap_noimage {
  font-size: 2.4vw;
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 1024px) {
  .tmb_no .heading .cap_noimage {
    font-size: 1.6rem;
  }
}

/* cms-pagination */
.cms-pagination {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.cms-pagination ul {
  position: relative;
  float: left;
  left: 50%;
  margin-bottom: 0.8em;
  font-size: 3.2vw;
}
@media (max-width: 959px) {
  .cms-pagination ul {
    font-size: 2.6vw;
  }
}
@media (min-width: 1024px) {
  .cms-pagination ul {
    font-size: 1.4rem;
  }
}
.cms-pagination ul li {
  position: relative;
  float: left;
  left: -50%;
  width: 34px;
  height: 2em;
  display: table;
  margin: 0 2px;
  display: none;
}
@media (min-width: 1024px) {
  .cms-pagination ul li {
    width: 34px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .cms-pagination ul li {
    width: 54px;
    height: 54px;
    margin: 0 3px;
  }
}
.cms-pagination ul li.pagination-no-num {
  width: 5em;
  display: table;
}
@media (min-width: 1024px) {
  .cms-pagination ul li.pagination-no-num {
    width: 50px;
  }
}
.cms-pagination ul li.pagination-no-num span {
  background: #eee;
  border: 1px solid #ddd;
  color: #ccc;
}
.cms-pagination ul li.pagination-sp {
  display: table;
}
.cms-pagination ul li a,
.cms-pagination ul li span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border: 1px solid #999;
  background: #fff;
}
@media (max-width: 767px) {
  .cms-pagination ul li a,
  .cms-pagination ul li span {
    padding: 0.24em 0.32em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .cms-pagination ul li a {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}
@media (max-width: 767px) {
  .cms-pagination ul li a:hover {
    background: #ccc;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}
.cms-pagination ul li a:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  background: #ccc;
  bottom: -3px;
  left: 2%;
}
.cms-pagination ul li span {
  background: #2d6fb7;
  border: 1px solid #555;
  color: #fff;
}
.cms-pagination ul li span:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  background: #ccc;
  bottom: -3px;
  left: 2%;
}

.pagination-txt {
  clear: both;
  text-align: center;
  margin: 0 auto 4em;
  font-size: 2.4vw;
}
@media (min-width: 1024px) {
  .pagination-txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.pagination-txt span {
  color: #999;
}

/* single-type */
.single-type {
  width: 100%;
  margin-bottom: 8%;
}
@media (min-width: 1024px) {
  .single-type {
    margin-bottom: 4%;
  }
}
@media (max-width: 767px) {
  .single-type {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
}
.single-type h1.title {
  font-size: 4vw;
  padding-top: 0.32em;
  margin-bottom: 0.64em;
}
@media (min-width: 1024px) {
  .single-type h1.title {
    font-size: 2.4rem;
  }
}
.single-type .thumbnail {
  text-align: center;
  margin: 24px auto;
}
.single-type .thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-type .ul_gal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-type .ul_gal > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.single-type .ul_gal > li:nth-child(4n) {
  margin: 0 0 2% 0;
}
.single-type .ul_gal > li img {
  width: 100%;
}
.single-type .post-thumbnail {
  float: right;
  height: auto;
  margin-bottom: 40px;
  margin-left: 16px;
  max-width: 285px;
}
.single-type .post-thumbnail img {
  border-radius: 8px;
}
.single-type .post-content {
  line-height: 1.8;
  padding: 0;
}
@media (max-width: 767px) {
  .single-type .post-content {
    margin: 40px 0;
  }
}
.single-type .post-content h2 {
  background: #2d6fb7 none repeat scroll 0 0;
  border-radius: 8px;
  color: #fff;
  font-size: 2.8rem;
  margin: 16px 0;
  padding: 12px 12px;
}
.single-type .post-content h3 {
  border-bottom: 4px solid #2d6fb7;
  font-size: 2.4rem;
  margin: 16px 0;
  padding: 4px;
}
.single-type .post-content h4 {
  color: #2d6fb7;
  font-size: 2rem;
  margin: 16px 0;
  padding: 4px;
}
.single-type .post-content img {
  border-radius: 4px;
}
.single-type .post-content img.non {
  border-radius: 0;
}
.single-type .post-content a {
  color: #205a97;
  text-decoration: underline;
}
.single-type .post-content a:hover {
  color: #2d6fb7;
}
.single-type .post-content p {
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (min-width: 1024px) {
  .single-type .post-content p {
    line-height: 1.8;
  }
}
.single-type .post-content table {
  margin: 16px auto;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .single-type .post-content table {
    font-size: 2rem;
  }
}
.single-type .post-content table th,
.single-type .post-content table td {
  border: 1px solid #bbb;
  padding: 8px 10px;
}
.single-type .post-content table tr:nth-child(2n + 1) th,
.single-type .post-content table tr:nth-child(2n + 1) td {
  background: #f5f5f5 none repeat scroll 0 0;
}
.single-type .post-content pre {
  margin: 1.6em 0;
  padding: 1em 1.6em;
  font-size: 1.8rem;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
}
.single-type .post-content blockquote {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  margin: 1.6em 0;
  padding: 24px 20px 24px 55px;
  position: relative;
}
.single-type .post-content blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 120px;
  color: #e5e5e5;
  position: absolute;
  top: 24px;
  left: 12px;
  font-size: 32px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background: #444;
  color: #fff;
  left: -20px;
  font-size: 16px;
  padding-top: 2px;
  text-align: center;
}
.single-type .post-content dl {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .single-type .post-content dl {
    font-size: 2rem;
  }
}
.single-type .post-content ol {
  margin: 16px 0 16px 18px;
}
.single-type .post-content ol li {
  list-style-type: decimal;
  margin: 4px 0;
}
.single-type .post-content ul {
  margin: 16px 0 16px 18px;
}
.single-type .post-content ul li {
  list-style-type: disc;
  margin: 4px 0;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .single-type .post-content ul li {
    font-size: 2.2rem;
  }
}
.single-type .post-content p {
  margin-bottom: 0.8em;
}
.single-type .post-content img {
  display: block;
  margin: 0.8em auto;
}
.single-type .post-content .wp-video {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 24px;
}
.single-type .post-content .wp-video .wp-video-shortcode {
  width: 100% !important;
  height: auto !important;
}
.single-type .post-content .related {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
.single-type .post-content .related:last-child {
  margin-top: 40px;
}
.single-type .post-content .related.title {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0;
}
.single-type .post-content .related ul {
  margin: 0 0 0 14px;
}
.single-type .post-content .related ul li {
  margin: 0;
}

#side {
  width: 100%;
}
@media (min-width: 1024px) {
  #side {
    width: 28%;
    min-width: 300px;
  }
}

/* single nav */
.nav_page {
  width: 100%;
  margin: 4.8% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1024px) {
  .nav_page {
    margin: 8% auto;
  }
}
.nav_page:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav_page .np {
  letter-spacing: normal;
  vertical-align: top;
  font-size: 2.4vw;
}
@media (min-width: 1024px) {
  .nav_page .np {
    font-size: 1.4rem;
  }
}
.nav_page .np a {
  width: 100%;
  height: 60px;
  color: #2d6fb7;
  display: table-cell;
  vertical-align: middle;
  padding: 2.4% 3.2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_page .prev,
.nav_page .next {
  width: 50%;
  min-height: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_page .back {
  width: 34%;
  margin: 0 32%;
  text-align: center;
}
.nav_page .back a {
  width: 100%;
  display: block;
}
.nav_page .prev {
  vertical-align: middle;
}
.nav_page .prev:before {
  height: 100%;
  content: "◀︎";
  padding: 0 2px;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  background: #bbb;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_page .next {
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.nav_page .next:after {
  content: "▶︎";
  padding: 0 2px;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  background: #bbb;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.catback {
  text-align: center;
  margin: 6.4% auto;
  font-size: 2.4vw;
}
@media (min-width: 1024px) {
  .catback {
    font-size: 1.4rem;
    margin-top: 4%;
  }
}
.catback a {
  background: #2d6fb7;
  color: #fff;
  padding: 0.64em 1.2em;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  border: 2px solid #2d6fb7;
  position: relative;
}
.catback a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2.4vw;
  height: 2.4vw;
  background: url(../img/common/ft_unav_arr.svg) center 0 no-repeat;
  background-size: contain;
  margin-right: 0.48em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .catback a:before {
    width: 15px;
    height: 17px;
  }
}
.catback a:hover {
  color: #2d6fb7;
  background-color: #fff;
  border: 2px solid #2d6fb7;
}

#news #content,
#activity #content,
#blog #content {
  padding: 4% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#news #content #side,
#activity #content #side,
#blog #content #side {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border-left: 1px solid #d5d5d5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4%;
  width: 28%;
}
@media (max-width: 767px) {
  #news #content #side,
  #activity #content #side,
  #blog #content #side {
    width: auto;
    border-left: none;
    display: block;
    padding-left: 0;
    margin: 0;
  }
}
#news #content #side .widget h2,
#activity #content #side .widget h2,
#blog #content #side .widget h2 {
  color: #666e7b;
  font-weight: normal;
  font-size: 2.8vw;
  margin-bottom: 8px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  #news #content #side .widget h2,
  #activity #content #side .widget h2,
  #blog #content #side .widget h2 {
    font-size: 1.4rem;
  }
}
#news #content #side .cat_postnews,
#activity #content #side .cat_postnews,
#blog #content #side .cat_postnews {
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #news #content #side .cat_postnews,
  #activity #content #side .cat_postnews,
  #blog #content #side .cat_postnews {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
#news #content #side .cat_postnews ul,
#activity #content #side .cat_postnews ul,
#blog #content #side .cat_postnews ul {
  border: 1px solid #e5e5e5;
}
#news #content #side .cat_postnews ul li,
#activity #content #side .cat_postnews ul li,
#blog #content #side .cat_postnews ul li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 2.8vw;
}
@media (min-width: 1024px) {
  #news #content #side .cat_postnews ul li,
  #activity #content #side .cat_postnews ul li,
  #blog #content #side .cat_postnews ul li {
    font-size: 1.4rem;
  }
}
#news #content #side .cat_postnews ul li:last-child,
#activity #content #side .cat_postnews ul li:last-child,
#blog #content #side .cat_postnews ul li:last-child {
  border-bottom: medium none;
}
#news #content #side .cat_postnews ul li a,
#activity #content #side .cat_postnews ul li a,
#blog #content #side .cat_postnews ul li a {
  background: #fff none repeat scroll 0 0;
  position: relative;
  padding: 0.88em 0.4em 0.88em 0.8em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#news #content #side .cat_postnews ul li a:hover,
#activity #content #side .cat_postnews ul li a:hover,
#blog #content #side .cat_postnews ul li a:hover {
  opacity: 1;
  color: #2d6fb7;
}
#news #content #side .cat_postnews ul li a:hover:before,
#activity #content #side .cat_postnews ul li a:hover:before,
#blog #content #side .cat_postnews ul li a:hover:before {
  color: #2d6fb7;
}
#news #content #side .cat_year,
#activity #content #side .cat_year,
#blog #content #side .cat_year {
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #news #content #side .cat_year,
  #activity #content #side .cat_year,
  #blog #content #side .cat_year {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
#news #content #side .cat_year ul,
#activity #content #side .cat_year ul,
#blog #content #side .cat_year ul {
  border: 1px solid #e5e5e5;
}
#news #content #side .cat_year ul li,
#activity #content #side .cat_year ul li,
#blog #content #side .cat_year ul li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 2.4vw;
}
@media (min-width: 1024px) {
  #news #content #side .cat_year ul li,
  #activity #content #side .cat_year ul li,
  #blog #content #side .cat_year ul li {
    font-size: 1.4rem;
  }
}
#news #content #side .cat_year ul li:last-child,
#activity #content #side .cat_year ul li:last-child,
#blog #content #side .cat_year ul li:last-child {
  border-bottom: medium none;
}
#news #content #side .cat_year ul li a,
#activity #content #side .cat_year ul li a,
#blog #content #side .cat_year ul li a {
  background: #fff none repeat scroll 0 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  display: block;
}
@media (min-width: 1024px) {
  #news #content #side .cat_year ul li a,
  #activity #content #side .cat_year ul li a,
  #blog #content #side .cat_year ul li a {
    padding: 16px 8px 16px 38px;
  }
}
#news #content #side .cat_year ul li a:before,
#activity #content #side .cat_year ul li a:before,
#blog #content #side .cat_year ul li a:before {
  height: 100%;
  color: #525e6c;
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #news #content #side .cat_year ul li a:before,
  #activity #content #side .cat_year ul li a:before,
  #blog #content #side .cat_year ul li a:before {
    padding: 12px;
    font-size: 28px;
  }
}
#news #content #side .cat_year ul li a:hover,
#activity #content #side .cat_year ul li a:hover,
#blog #content #side .cat_year ul li a:hover {
  opacity: 1;
  color: #2d6fb7;
}
#news #content #side .cat_year ul li a:hover:before,
#activity #content #side .cat_year ul li a:hover:before,
#blog #content #side .cat_year ul li a:hover:before {
  color: #2d6fb7;
}
#news #content main,
#activity #content main,
#blog #content main {
  width: 68%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 1024px) {
  #news #content main,
  #activity #content main,
  #blog #content main {
    max-width: 720px;
  }
}
#news #content main .new_entry .entry_head,
#activity #content main .new_entry .entry_head,
#blog #content main .new_entry .entry_head {
  width: 100%;
  display: table;
  border-top: 4px solid #1d2088;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  #news #content main .new_entry .entry_head,
  #activity #content main .new_entry .entry_head,
  #blog #content main .new_entry .entry_head {
    padding: 24px 8px;
  }
}
#news #content main .new_entry .entry_head > p,
#news #content main .new_entry .entry_head > div,
#activity #content main .new_entry .entry_head > p,
#activity #content main .new_entry .entry_head > div,
#blog #content main .new_entry .entry_head > p,
#blog #content main .new_entry .entry_head > div {
  display: table-cell;
  vertical-align: middle;
}
#news #content main .new_entry .entry_head .update,
#activity #content main .new_entry .entry_head .update,
#blog #content main .new_entry .entry_head .update {
  white-space: nowrap;
  line-height: 1;
  margin-right: 1em;
  font-size: 1.8rem;
}
#news #content main .new_entry .entry_head .update i,
#activity #content main .new_entry .entry_head .update i,
#blog #content main .new_entry .entry_head .update i {
  margin-right: 0.24em;
}
#news #content main .new_entry .entry_head .cat > p,
#activity #content main .new_entry .entry_head .cat > p,
#blog #content main .new_entry .entry_head .cat > p {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  background: #999;
  color: #fff;
  border-radius: 20px;
  padding: 8px 12px 8px;
  margin-bottom: 0;
  font-size: 1.6rem;
  float: right;
}

/*------------------- エントリーリセット ---------------------*/
.entry {
  line-height: 2;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  position: static;
  clear: both;
  float: none;
  color: #2d6fb7;
}
.entry h1 {
  font-size: 145.5%;
}
.entry h2 {
  font-size: 136.4%;
  border-bottom: 1px solid #2d6fb7;
}
.entry h3 {
  font-size: 127.3%;
}
.entry h4 {
  font-size: 127.3%;
}
.entry h5 {
  font-size: 118.2%;
}
.entry h6 {
  font-size: 100%;
}
.entry strong,
.entry b {
  font-weight: bold;
}
.entry p {
  margin: 0em 0em 0.8em 0em;
}
.entry em {
  font-style: italic;
}
.entry ol {
  margin: 1em 2em 1em;
}
.entry ul {
  margin: 1em 0 1em;
}
.entry ul li {
  margin: 0em 0em 0.5em 1em;
}
.entry ol li {
  margin: 0em 0em 0.5em 0em;
}
.entry ul {
  list-style: disc;
}
.entry ol {
  list-style: decimal;
}
.entry dl {
  margin: 1em 0;
}
.entry dd {
  margin-left: 2em;
}
.entry table.wp-oembed,
.entry table.wp-oembed td {
  border: none;
}
.entry table caption {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.entry table {
  clear: both;
  width: 99%;
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 1em 1px;
}
.entry table th {
  padding: 0.5em;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  background: #f5f5f5;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
.entry table td {
  padding: 0.5em;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
}
.entry img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.entry img.aligncenter {
  margin: auto;
}
.entry a {
  text-decoration: underline;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
html {
  font-size: 62.5%;
}

body {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    margin: 0 auto;
  }
}
body.lock {
  height: 100vh;
  overflow: hidden;
  padding: 0px !important;
}
body.lock header {
  height: 100vh;
}

.in {
  width: 90vw;
  margin: 0 5vw;
}
@media (min-width: 1024px) {
  .in {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }
}

.tit_chap {
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .tit_chap {
    font-size: 2rem;
  }
}
@media (max-width: 959px) {
  .tit_chap {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .tit_chap {
    font-size: 3.2vw;
    letter-spacing: 0.04em;
  }
}
.tit_chap:before {
  content: attr(data-title);
  font-family: "Oswald";
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 500;
  margin-bottom: 0.4vw;
}
@media (min-width: 1024px) {
  .tit_chap:before {
    font-size: 4.8rem;
    margin-bottom: 0.24em;
  }
}
@media (max-width: 959px) {
  .tit_chap:before {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .tit_chap:before {
    font-size: 6.4vw;
    margin-bottom: 1.6vw;
  }
}

.area_campaign {
  text-align: center;
}
.area_campaign .campaign_img1 {
  margin: 4% 5vw;
}
@media (min-width: 1024px) {
  .area_campaign .campaign_img1 {
    margin: 4% auto;
  }
}
@media (max-width: 959px) {
  .area_campaign .campaign_img1 img {
    width: 100%;
  }
}

a.bnr01 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 80%;
  height: 10vw;
  margin: 0 auto;
  line-height: 1;
  font-weight: 600;
  background-color: #1d9888;
  color: #fff;
  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;
  border-radius: 4px;
  letter-spacing: 0.16em;
}
@media (min-width: 1024px) {
  a.bnr01 {
    width: 560px;
    height: 88px;
    font-size: 2.4rem;
    border-radius: 8px;
  }
}
a.bnr01:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
a.bnr01:hover {
  background-color: #d67d30;
}

.pagetitle {
  background-color: #d67d30;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .pagetitle {
    margin: 5.6% auto;
  }
}
@media (max-width: 959px) {
  .pagetitle {
    margin: 5.6% auto;
  }
}
.pagetitle .in {
  height: 20vw;
}
@media (min-width: 1024px) {
  .pagetitle .in {
    height: 240px;
    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;
  }
}
.pagetitle .in > .gr {
  position: relative;
}
.pagetitle .in > .gr:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 57px;
  background: url(../img/common/key_icn1.svg) center center no-repeat;
  background-size: contain;
  margin-top: -24%;
}
.pagetitle .in > .gr .tit {
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .pagetitle .in > .gr .tit {
    font-size: 2rem;
  }
}
@media (max-width: 959px) {
  .pagetitle .in > .gr .tit {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .pagetitle .in > .gr .tit {
    font-size: 2.8vw;
  }
}
.pagetitle .in > .gr .tit:before {
  content: attr(data-title);
  font-family: "Oswald";
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 500;
  margin-bottom: 0.4vw;
}
@media (min-width: 1024px) {
  .pagetitle .in > .gr .tit:before {
    font-size: 4.8rem;
    margin-bottom: 0.24em;
  }
}
@media (max-width: 959px) {
  .pagetitle .in > .gr .tit:before {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .pagetitle .in > .gr .tit:before {
    font-size: 5.6vw;
    margin-bottom: 1.6vw;
  }
}

.tit_icn {
  line-height: 1;
  color: #1d2088;
  position: relative;
  text-align: center;
  font-size: 4.8vw;
  padding: 1.2em 0;
}
@media (min-width: 1024px) {
  .tit_icn {
    font-size: 4rem;
    padding: 1em 0;
  }
}
.tit_icn:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 12vw;
  height: 4vw;
  background: url(../img/common/h_icn1.svg) center center no-repeat;
  background-size: contain;
  margin: 0 auto 0.64em;
}
@media (min-width: 1024px) {
  .tit_icn:before {
    width: 88px;
    height: 30px;
    margin: 0 auto 0.64em;
  }
}

.plan_00 {
  text-align: center;
}
.plan_00 .txt_line {
  line-height: 1.6;
  text-align: center;
  padding: 1em 0 2em;
}
@media (min-width: 1024px) {
  .plan_00 .txt_line {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    padding: 1em 0;
  }
}
.plan_00 .txt_line {
  display: inline-block;
  margin: 4% auto 0;
  text-align: center;
  background-color: #1d2088;
  color: #fff;
  line-height: 1.6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0.32em 0.56em 0.4em;
  letter-spacing: 0.024em;
  font-size: 3.2vw;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .plan_00 .txt_line {
    margin: 8% auto 0 4%;
    letter-spacing: 0.08em;
    font-size: 3.2rem;
  }
}

@media (min-width: 1024px) {
  .plan_01 .in {
    max-width: 1300px;
    padding-top: 4%;
  }
}
@media (max-width: 767px) {
  .plan_01 .in {
    width: 100%;
    margin: 0 auto;
  }
}
.plan_01 .planlist {
  background-color: #f6f4f2;
  padding: 4.8% 5vw;
  margin-bottom: 8%;
}
@media (min-width: 1024px) {
  .plan_01 .planlist {
    padding: 4.8%;
    margin-bottom: 8%;
  }
}
.plan_01 .planlist .ul_price_01 > li {
  margin-bottom: 2.4%;
  padding: 4% 0;
  border-bottom: 1px solid #707070;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li {
    padding: 2.4% 0;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.4%;
}
.plan_01 .planlist .ul_price_01 > li > .one .heading {
  width: 68%;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .one .heading {
    width: 64%;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .heading .copy {
  font-weight: 600;
  line-height: 1.2;
  font-size: 2.4vw;
  margin-bottom: 0.4em;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .one .heading .copy {
    font-size: 2.4rem;
    margin-bottom: 0.4em;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .tit {
  font-weight: 600;
  line-height: 1;
  font-size: 4.4vw;
  letter-spacing: -0.04em;
  width: 100%;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .one .tit {
    width: 80%;
    font-size: 4rem;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .tit span.time {
  background-color: #1d2088;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0.8% 1.6%;
  font-family: "Oswald";
  font-weight: 600;
  display: inline-block;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .one .tit span.time {
    border-radius: 8px;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .tit span.time small {
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .one .tit span.time small {
    font-size: 2.4rem;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .tit span.barge {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-left: 0.8em;
  z-index: 10;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .one .tit span.barge {
    font-size: 1.8rem;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .tit span.barge:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4em;
  height: 4em;
  background-color: #d67d30;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .one .tit span.barge:before {
    width: 4em;
    height: 4em;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .settlement {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 2.4vw;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .one .settlement {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .plan_01 .planlist .ul_price_01 > li > .one .settlement {
    width: 32%;
    text-align: right;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .settlement p {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #999;
  padding: 0.4em 0.8em;
}
@media (max-width: 767px) {
  .plan_01 .planlist .ul_price_01 > li > .one .settlement p {
    border: 1px solid #999;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .settlement ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .plan_01 .planlist .ul_price_01 > li > .one .settlement ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .settlement ul > li {
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #999;
  padding: 0.4em 0.8em;
  margin-right: 2%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .plan_01 .planlist .ul_price_01 > li > .one .settlement ul > li {
    border: 1px solid #999;
    margin-bottom: 2%;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .settlement ul > li:last-child {
  margin-right: 0;
}
.plan_01 .planlist .ul_price_01 > li > .one .set_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan_01 .planlist .ul_price_01 > li > .one .set_file .tit {
  width: auto;
}
.plan_01 .planlist .ul_price_01 > li > .one .set_file .blk_file {
  margin-left: 0.8em;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .one .set_file .blk_file {
    margin-left: 1.6em;
  }
}
.plan_01 .planlist .ul_price_01 > li > .one .set_file .blk_file a.icn_pdf {
  font-size: 2.6vw;
  border-radius: 8px;
  border: 1px solid #1d2088;
  padding: 0.24em 0.56em 0.32em 0.32em;
  line-height: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  color: #1d2088;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .one .set_file .blk_file a.icn_pdf {
    border: 2px solid #1d2088;
    font-size: 1.6rem;
    padding: 0.32em 0.8em 0.4em 0.4em;
    font-weight: 600;
  }
}
.plan_01
  .planlist
  .ul_price_01
  > li
  > .one
  .set_file
  .blk_file
  a.icn_pdf:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5vw;
  height: 4vw;
  background: url(../img/common/icn_pdf.svg) center center no-repeat;
  background-size: contain;
}
@media (min-width: 1024px) {
  .plan_01
    .planlist
    .ul_price_01
    > li
    > .one
    .set_file
    .blk_file
    a.icn_pdf:before {
    width: 32px;
    height: 22px;
  }
}
.plan_01
  .planlist
  .ul_price_01
  > li
  > .one
  .set_file
  .blk_file
  a.icn_pdf:hover {
  color: #fff;
  background-color: #1d2088;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc,
.plan_01 .planlist .ul_price_01 > li > .two .desc {
  line-height: 1.6;
  font-size: 2.2vw;
  width: 100%;
  margin-bottom: 6.4%;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .desc,
  .plan_01 .planlist .ul_price_01 > li > .two .desc {
    width: 60%;
    line-height: 1.8;
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .simulation,
.plan_01 .planlist .ul_price_01 > li > .two .desc .simulation {
  border-top: 4px solid #1d2088;
  border-bottom: 4px solid #1d2088;
  background-color: #fff;
  padding: 0.4em 0.4em 0.56em;
  margin: 0.8em 0;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .simulation .stg,
.plan_01 .planlist .ul_price_01 > li > .two .desc .simulation .stg {
  line-height: 1.2;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .desc .simulation .stg,
  .plan_01 .planlist .ul_price_01 > li > .two .desc .simulation .stg {
    font-size: 1.8rem;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .simulation .stg strong,
.plan_01 .planlist .ul_price_01 > li > .two .desc .simulation .stg strong {
  color: #fa4141;
  font-family: "Oswald";
  font-size: 4.8vw;
  margin: 0 0.16em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .plan_01
    .planlist
    .ul_price_01
    > li
    > .two_flex
    .desc
    .simulation
    .stg
    strong,
  .plan_01 .planlist .ul_price_01 > li > .two .desc .simulation .stg strong {
    font-size: 2.8rem;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .blk_benefits,
.plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits {
  position: relative;
  background-color: #fff;
  border: 1px solid #1d2088;
  border-radius: 12px;
  padding: 1.6em;
  margin: 8% auto;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .desc .blk_benefits,
  .plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits {
    margin: 8% auto;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .blk_benefits .tit,
.plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits .tit {
  line-height: 1;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  font-size: 3.2vw;
  height: 30px;
  margin: 0;
  padding: 0 0.8rem;
  text-align: center;
  color: #fff;
  background: #fa4141;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .desc .blk_benefits .tit,
  .plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits .tit {
    top: -20px;
    height: 40px;
    font-size: 1.8rem;
    padding: 0 1.6rem;
  }
}
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two_flex
  .desc
  .blk_benefits
  .tit:before,
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .blk_benefits .tit:after,
.plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits .tit:before,
.plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits .tit:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 0;
  content: "";
  border: 15px solid #fa4141;
  z-index: -1;
}
@media (min-width: 1024px) {
  .plan_01
    .planlist
    .ul_price_01
    > li
    > .two_flex
    .desc
    .blk_benefits
    .tit:before,
  .plan_01
    .planlist
    .ul_price_01
    > li
    > .two_flex
    .desc
    .blk_benefits
    .tit:after,
  .plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits .tit:before,
  .plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits .tit:after {
    border: 20px solid #fa4141;
  }
}
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two_flex
  .desc
  .blk_benefits
  .tit:before,
.plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits .tit:before {
  left: -20px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .blk_benefits .tit:after,
.plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits .tit:after {
  right: -20px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .blk_benefits .tit span,
.plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits .tit span {
  position: relative;
  display: block;
}
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two_flex
  .desc
  .blk_benefits
  .ul_bene
  > li,
.plan_01 .planlist .ul_price_01 > li > .two .desc .blk_benefits .ul_bene > li {
  padding: 0.24em 0;
}
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two_flex
  .desc
  .blk_benefits
  .ul_bene
  > li
  > dl,
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two
  .desc
  .blk_benefits
  .ul_bene
  > li
  > dl {
  font-size: 2.8vw;
  display: table;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .plan_01
    .planlist
    .ul_price_01
    > li
    > .two_flex
    .desc
    .blk_benefits
    .ul_bene
    > li
    > dl,
  .plan_01
    .planlist
    .ul_price_01
    > li
    > .two
    .desc
    .blk_benefits
    .ul_bene
    > li
    > dl {
    font-size: 1.8rem;
  }
}
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two_flex
  .desc
  .blk_benefits
  .ul_bene
  > li
  > dl
  dt,
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two_flex
  .desc
  .blk_benefits
  .ul_bene
  > li
  > dl
  dd,
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two
  .desc
  .blk_benefits
  .ul_bene
  > li
  > dl
  dt,
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two
  .desc
  .blk_benefits
  .ul_bene
  > li
  > dl
  dd {
  display: table-cell;
  vertical-align: top;
}
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two_flex
  .desc
  .blk_benefits
  .ul_bene
  > li
  > dl
  dt,
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two
  .desc
  .blk_benefits
  .ul_bene
  > li
  > dl
  dt {
  color: #fff;
  background-color: #1d2088;
  border-radius: 8px;
  line-height: 1;
  vertical-align: middle;
  padding: 0.4em 0.4em;
  width: 4em;
  text-align: center;
}
@media (min-width: 1024px) {
  .plan_01
    .planlist
    .ul_price_01
    > li
    > .two_flex
    .desc
    .blk_benefits
    .ul_bene
    > li
    > dl
    dt,
  .plan_01
    .planlist
    .ul_price_01
    > li
    > .two
    .desc
    .blk_benefits
    .ul_bene
    > li
    > dl
    dt {
    width: 4em;
    padding: 0.4em 0.8em;
  }
}
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two_flex
  .desc
  .blk_benefits
  .ul_bene
  > li
  > dl
  dd,
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two
  .desc
  .blk_benefits
  .ul_bene
  > li
  > dl
  dd {
  padding-left: 0.4em;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .p_btn,
.plan_01 .planlist .ul_price_01 > li > .two .desc .p_btn {
  margin-top: 1.2em;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .desc .p_btn,
  .plan_01 .planlist .ul_price_01 > li > .two .desc .p_btn {
    margin-top: 1.2em;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .p_btn a.btn,
.plan_01 .planlist .ul_price_01 > li > .two .desc .p_btn a.btn {
  font-weight: 500;
  line-height: 1;
  color: #1d2088;
  border: 2px solid #1d2088;
  border-radius: 8px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 36vw;
  height: 6vw;
  font-size: 2.6vw;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .desc .p_btn a.btn,
  .plan_01 .planlist .ul_price_01 > li > .two .desc .p_btn a.btn {
    font-size: 1.6rem;
    width: 240px;
    height: 48px;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .p_btn a.btn:before,
.plan_01 .planlist .ul_price_01 > li > .two .desc .p_btn a.btn:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc .p_btn a.btn:hover,
.plan_01 .planlist .ul_price_01 > li > .two .desc .p_btn a.btn:hover {
  background-color: #1d2088;
  color: #fff;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .fee,
.plan_01 .planlist .ul_price_01 > li > .two .fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42%;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .fee,
  .plan_01 .planlist .ul_price_01 > li > .two .fee {
    width: 40%;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee,
.plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee {
  width: 48%;
  border-left: 1px solid #000;
  padding: 0.2em 0;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee:first-child,
.plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee:first-child {
  border-left: none;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee:last-child,
.plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee:last-child {
  border-left: 1px solid #000;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee .txt_free,
.plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .txt_free {
  text-align: center;
  font-weight: 600;
  font-size: 3.2vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee .txt_free,
  .plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .txt_free {
    font-size: 3.6rem;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee .time,
.plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .time {
  text-align: center;
  font-weight: 600;
  font-size: 2.8vw;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee .time,
  .plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .time {
    font-size: 2.4rem;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee .period,
.plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .period {
  font-weight: 600;
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 2.2vw;
  margin-bottom: 0.64em;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee .period,
  .plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .period {
    font-size: 1.6rem;
    margin-bottom: 0.32em;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee .txt_fee,
.plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .txt_fee {
  font-weight: 600;
  font-family: "Oswald";
  line-height: 1;
  text-align: center;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee .txt_fee,
  .plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .txt_fee {
    font-size: 3.2rem;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .fee .blk_fee .txt_fee .txt_en,
.plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .txt_fee .txt_en {
  margin-right: 0.2em;
  font-size: 2.2vw;
}
@media (min-width: 1024px) {
  .plan_01
    .planlist
    .ul_price_01
    > li
    > .two_flex
    .fee
    .blk_fee
    .txt_fee
    .txt_en,
  .plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .txt_fee .txt_en {
    font-size: 2.4rem;
  }
}
.plan_01
  .planlist
  .ul_price_01
  > li
  > .two_flex
  .fee
  .blk_fee
  .txt_fee
  .txt_tax,
.plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .txt_fee .txt_tax {
  display: inline-block;
  margin-left: 0.2em;
  margin-bottom: -0.2em;
  font-size: 2.2vw;
}
@media (min-width: 1024px) {
  .plan_01
    .planlist
    .ul_price_01
    > li
    > .two_flex
    .fee
    .blk_fee
    .txt_fee
    .txt_tax,
  .plan_01 .planlist .ul_price_01 > li > .two .fee .blk_fee .txt_fee .txt_tax {
    font-size: 1.6rem;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .fee .nodata,
.plan_01 .planlist .ul_price_01 > li > .two .fee .nodata {
  text-align: center;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li > .two_flex .fee .nodata,
  .plan_01 .planlist .ul_price_01 > li > .two .fee .nodata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: last;
    -ms-flex-align: last;
    align-items: last;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.plan_01 .planlist .ul_price_01 > li > .two_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plan_01 .planlist .ul_price_01 > li > .two_flex .desc {
  width: 56%;
}
.plan_01 .planlist .ul_price_01 > li .blk_corce {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4%;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li .blk_corce {
    margin-bottom: 2.4%;
  }
}
.plan_01 .planlist .ul_price_01 > li .blk_corce:last-child {
  margin-bottom: 0;
}
.plan_01 .planlist .ul_price_01 > li .blk_corce .corce {
  border: 1px solid #999;
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
.plan_01 .planlist .ul_price_01 > li .blk_corce .corce > .tit {
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  padding: 3.2% 0.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li .blk_corce .corce > .tit {
    width: 6em;
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li .blk_corce .corce > .tit_mem {
    width: 4em;
  }
}
.plan_01 .planlist .ul_price_01 > li .blk_corce .corce > .tit_visi {
  color: #1d2088;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li .blk_corce .corce > .tit_visi {
    width: 10.8em;
  }
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li .blk_corce .corce > .tit_facility {
    width: 15.8em;
  }
}
.plan_01 .planlist .ul_price_01 > li .blk_corce .corce .open {
  width: 8em;
  display: table-cell;
  vertical-align: middle;
  padding: 3.2% 4%;
  border-left: #999 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li .blk_corce .corce .open {
    width: 8em;
    font-family: "Oswald";
    font-size: 2.4rem;
    text-align: center;
  }
}
.plan_01 .planlist .ul_price_01 > li .blk_corce .corce .open span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan_01 .planlist .ul_price_01 > li .blk_corce .corce .open span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  background: url(../img/price/icn_open.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.24em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .plan_01 .planlist .ul_price_01 > li .blk_corce .corce .open span:before {
    width: 28px;
    height: 28px;
  }
}
.plan_01 .step {
  border: 8px solid #1d2088;
  border-radius: 24px;
  padding: 3.2% 4%;
  margin: 8% auto 6%;
}
@media (min-width: 1024px) {
  .plan_01 .step {
    padding: 2.4% 3.2%;
    margin: 8% auto 8%;
  }
}
@media (min-width: 1024px) {
  .plan_01 .step .lo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .plan_01 .step .lo .tmb {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .plan_01 .step .lo .tmb {
    margin-bottom: 4%;
  }
}
.plan_01 .step .lo .tmb img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .plan_01 .step .lo .txt {
    width: 52%;
  }
}
.plan_01 .step .lo .txt > .tit {
  font-weight: 600;
  line-height: 1;
  color: #1d2088;
  font-size: 3.2vw;
  margin-bottom: 0.64em;
}
@media (min-width: 1024px) {
  .plan_01 .step .lo .txt > .tit {
    width: 46%;
    font-size: 2.6rem;
    margin-bottom: 0.64em;
  }
}
.plan_01 .step .lo .txt .gr {
  margin: 6.4% auto 0;
}
@media (min-width: 1024px) {
  .plan_01 .step .lo .txt .gr {
    margin: 4% auto 0;
  }
}
.plan_01 .step .lo .txt .gr > .tit {
  font-weight: 600;
  line-height: 1;
  font-size: 2.8vw;
  margin-bottom: 0.32em;
}
@media (min-width: 1024px) {
  .plan_01 .step .lo .txt .gr > .tit {
    font-size: 2.2rem;
    margin-bottom: 0.24em;
  }
}
.plan_01 .step .lo .txt .ol_step {
  font-size: 2.4vw;
  line-height: 1.8;
  counter-reset: number 0;
  margin: 1.6em 0 0;
}
@media (min-width: 1024px) {
  .plan_01 .step .lo .txt .ol_step {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 1.2em 0 0;
  }
}
.plan_01 .step .lo .txt .ol_step > li {
  position: relative;
  margin: 0 0 0.8em 0;
  padding-left: 2.6em;
}
.plan_01 .step .lo .txt .ol_step > li:before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 2.2em;
  height: 2.2em;
  line-height: 1;
  background-color: #1d2088;
  border-radius: 50%;
  color: #fff;
  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;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plan_01 .step .lo .txt p {
  font-size: 2.4vw;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .plan_01 .step .lo .txt p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.plan_01 .step .lo .txt .btnarea a {
  margin: 6.4% 0 0;
}
@media (min-width: 1024px) {
  .plan_01 .step .lo .txt .btnarea a {
    margin: 4% 0 0;
    font-size: 1.6rem;
    width: 320px;
    height: 56px;
  }
}

@media (min-width: 1024px) {
  main.main_access .sec_access_01 {
    margin: 0% auto 8%;
  }
}
main.main_access .sec_access_01 .txt_line {
  line-height: 1.6;
  text-align: center;
  padding: 1em 0 2em;
}
@media (min-width: 1024px) {
  main.main_access .sec_access_01 .txt_line {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    padding: 1em 0;
  }
}
@media (min-width: 1024px) {
  main.main_access .sec_access_01 .pmap {
    margin: 4% auto 8%;
  }
}
main.main_access .sec_access_01 .pmap .chart {
  margin: 0 auto;
  text-align: center;
}
main.main_access .sec_access_01 .pmap .chart img {
  width: 100%;
  border: 2px solid #1d2088;
}
main.main_access .sec_access_01 .pmap .ul_att {
  margin: 0.64em auto 0;
  font-size: 2.8vw;
}
@media (min-width: 1024px) {
  main.main_access .sec_access_01 .pmap .ul_att {
    line-height: 1.4;
    font-size: 1.8rem;
  }
}
main.main_access .sec_access_01 .pmap .ul_att > li {
  text-indent: -1em;
  padding-left: 1em;
}
main.main_access #googlemap {
  margin: 5vw;
}
@media (min-width: 1024px) {
  main.main_access #googlemap {
    margin: 4% 5vw 8%;
  }
}
@media (min-width: 1024px) {
  main.main_access #googlemap iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  main.main_access #googlemap iframe {
    width: 90vw;
    height: 40vw;
  }
}

main.main_about #about_concept {
  margin-bottom: 8%;
}
@media (min-width: 1024px) {
  main.main_about #about_concept {
    margin-bottom: 4%;
  }
}
main.main_about #about_concept .txt_rinen {
  font-weight: 600;
  text-align: center;
  line-height: 1;
  font-size: 4.2vw;
  padding: 2.4% 0;
  margin-bottom: 4%;
}
@media (min-width: 1024px) {
  main.main_about #about_concept .txt_rinen {
    font-size: 3.2rem;
    padding: 2.4% 0;
    margin-bottom: 4%;
  }
}
main.main_about #about_concept .tmb {
  text-align: center;
}
main.main_about #about_vision {
  background-color: #f6f4f2;
  text-align: center;
  padding: 4.8% 0 8%;
}
@media (min-width: 1024px) {
  main.main_about #about_vision {
    max-width: 1300px;
    padding: 4.8%;
    margin: 0 auto 8%;
  }
}
main.main_about #about_vision .txt_line {
  line-height: 1.8;
}
@media (min-width: 1024px) {
  main.main_about #about_vision .txt_line {
    font-size: 2.4rem;
  }
}
main.main_about #about_vision .txt_line p {
  margin-bottom: 1.6em;
}
main.main_about #about_vision .txt_line p:last-child {
  margin-bottom: 0;
}
main.main_about #about_vision .txt_line .ol_mission {
  width: auto;
  text-align: left;
  margin: 4% 5vw 6.4%;
}
@media (min-width: 1024px) {
  main.main_about #about_vision .txt_line .ol_mission {
    max-width: 780px;
    margin: 4% auto;
  }
}
main.main_about #about_vision .txt_line .ol_mission > li {
  line-height: 1.2;
  font-weight: 600;
  color: #1d2088;
  font-size: 3.2vw;
  margin-bottom: 0.56em;
}
@media (min-width: 1024px) {
  main.main_about #about_vision .txt_line .ol_mission > li {
    font-size: 3.2rem;
    margin-bottom: 0.4em;
  }
}
main.main_about #about_vision .txt_line .ol_mission > li span {
  display: inline-block;
  line-height: 1;
  background-color: #1d2088;
  color: #fff;
  padding: 0.4em 0.56em;
  text-align: center;
  margin-right: 0.24em;
  border-radius: 8px;
}
main.main_about #about_vision .txt_line .ol_mission > li:last-child {
  margin-bottom: 0;
}
main.main_about #about_outline .ul_outline {
  border-top: 1px solid #707070;
  font-size: 2.8vw;
  margin: 0 auto 8%;
}
@media (min-width: 1024px) {
  main.main_about #about_outline .ul_outline {
    max-width: 1000px;
    margin: 0 auto 8%;
    font-size: 1.6rem;
  }
}
main.main_about #about_outline .ul_outline > li {
  border-bottom: 1px solid #707070;
}
main.main_about #about_outline .ul_outline > li dl dt,
main.main_about #about_outline .ul_outline > li dl dd {
  padding: 1.2em 0;
}
@media (min-width: 1024px) {
  main.main_about #about_outline .ul_outline > li dl dt,
  main.main_about #about_outline .ul_outline > li dl dd {
    padding: 1.6em 0;
  }
}
main.main_about #about_outline .ul_outline > li dl dt {
  font-weight: 600;
}

main.main_machine .ul_machine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  main.main_machine .ul_machine {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
main.main_machine .ul_machine > li {
  width: 48%;
  margin-bottom: 4.8%;
  text-align: center;
}
@media (min-width: 1024px) {
  main.main_machine .ul_machine > li {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 2.4%;
  }
}
main.main_machine .ul_machine > li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 1024px) {
  main.main_machine .ul_machine > li img {
    max-width: 100%;
  }
}
main.main_machine .ul_machine > li .cap {
  text-align: center;
  font-weight: 600;
  font-size: 2.8vw;
  padding: 0.4em 0;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main.main_machine .ul_machine > li .cap {
    padding: 0.24em 0;
    font-size: 2rem;
  }
}
main.main_machine .ul_machine > li .cap span.att {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 2.2vw;
}
@media (min-width: 1024px) {
  main.main_machine .ul_machine > li .cap span.att {
    font-size: 1.6rem;
  }
}
main.main_machine .hosoku {
  margin: 4% auto;
  text-align: center;
  font-size: 2.8vw;
  border: 4px solid #1d2088;
  color: #1d2088;
}
@media (min-width: 1024px) {
  main.main_machine .hosoku {
    margin: 2.4% auto;
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .in {
    max-width: 1300px;
  }
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup {
    padding-top: 70px;
  }
}
main.main_machine .sec_pickup .blk_pickup .heading {
  background-color: #1d2088;
  color: #fff;
  padding: 4% 5%;
  position: relative;
  margin-bottom: 2.4%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .heading {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
    margin-bottom: 2.4%;
  }
}
main.main_machine .sec_pickup .blk_pickup .heading .tit {
  font-weight: 800;
  line-height: 1;
  font-size: 4vw;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .heading .tit {
    width: 46%;
    margin-right: 4%;
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_pickup .blk_pickup .heading .tit {
    margin-bottom: 0.24em;
  }
}
main.main_machine .sec_pickup .blk_pickup .heading .desc {
  line-height: 1.4;
  font-size: 2.4vw;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .heading .desc {
    width: 50%;
    font-size: 2rem;
    font-weight: 600;
  }
}
main.main_machine .sec_pickup .blk_pickup .heading .ul_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 2%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .heading .ul_point {
    bottom: -36px;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_pickup .blk_pickup .heading .ul_point {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
main.main_machine .sec_pickup .blk_pickup .heading .ul_point > li {
  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;
  color: #fff;
  text-align: center;
  width: 10vw;
  height: 10vw;
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 50%;
  background-color: #1d8846;
  border: 1px solid #fff;
  margin-left: 1em;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .heading .ul_point > li {
    margin-left: 1em;
    width: 100px;
    height: 100px;
    font-size: 2.2rem;
    font-weight: 600;
    border: 2px solid #fff;
  }
}
main.main_machine .sec_pickup .blk_pickup .heading .ul_point > li:first-child {
  margin-left: 0;
}
main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv {
  margin-bottom: 2%;
  padding: 4% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv {
    margin-bottom: 2%;
    padding: 4% 5%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv .txt {
  width: 50%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv .txt {
    width: 48%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv .txt > .tit {
  display: block;
  line-height: 1.2;
  font-size: 3.2vw;
  margin-bottom: 0.4em;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .area_srv
    .blk_srv
    .txt
    > .tit {
    line-height: 1;
    width: 100%;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 0.4em;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .area_srv
  .blk_srv
  .txt
  > .tit:before {
  content: attr(data-title);
  font-family: "Oswald";
  color: #1d2088;
  border: 1px solid #999;
  padding: 0.32em 0.4em;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  display: table;
  font-weight: 500;
  margin-bottom: 0.4vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .area_srv
    .blk_srv
    .txt
    > .tit:before {
    font-size: 2rem;
    margin-bottom: 2.4em;
  }
}
@media (max-width: 959px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .area_srv
    .blk_srv
    .txt
    > .tit:before {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .area_srv
    .blk_srv
    .txt
    > .tit:before {
    font-size: 2.8vw;
    margin-bottom: 1.6vw;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .area_srv
  .blk_srv
  .txt
  .subtit {
  font-weight: 600;
  line-height: 1;
  color: #1d2088;
  font-size: 3.2vw;
  margin-bottom: 0.64em;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .area_srv
    .blk_srv
    .txt
    .subtit {
    width: 46%;
    font-size: 2.6rem;
    margin-bottom: 0.64em;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv .txt .desc {
  font-size: 2.4vw;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .area_srv
    .blk_srv
    .txt
    .desc {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv .txt .att {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.4em;
  font-size: 2.4vw;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv .txt .att {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv .tmb {
  width: 46%;
  position: relative;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv .tmb {
    width: 46%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv .tmb img {
  width: 100%;
}
main.main_machine .sec_pickup .blk_pickup .cont .area_srv .blk_srv .tmb:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  height: 116%;
  border: 2px solid #1d2088;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .area_srv
    .blk_srv
    .tmb:before {
    border: 4px solid #1d2088;
  }
}
@media (max-width: 767px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .area_srv
    .blk_srv
    .tmb:before {
    border: 2px solid #1d2088;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .area_srv
  .blk_srv:nth-child(odd)
  .tmb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .area_srv
  .blk_srv:nth-child(odd)
  .tmb:before {
  left: -12%;
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .area_srv
  .blk_srv:nth-child(odd)
  .txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 767px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .area_srv
    .blk_srv:nth-child(odd)
    .txt {
    margin-right: -5%;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .area_srv
  .blk_srv:nth-child(even)
  .tmb {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .area_srv
  .blk_srv:nth-child(even)
  .tmb:before {
  right: -12%;
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .area_srv
  .blk_srv:nth-child(even)
  .txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 767px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .area_srv
    .blk_srv:nth-child(even)
    .txt {
    margin-left: -5%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .btn_area ul.btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.main_machine .sec_pickup .blk_pickup .cont .btn_area ul.btn_link > li {
  margin: 6.4% 2%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .btn_area ul.btn_link > li {
    margin: 4% 2%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .btn_area ul.btn_link > li a {
  font-weight: 500;
  line-height: 1;
  color: #1d2088;
  border: 2px solid #1d2088;
  border-radius: 8px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 34vw;
  height: 8vw;
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .btn_area ul.btn_link > li a {
    font-size: 2rem;
    width: 400px;
    height: 80px;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .btn_area
  ul.btn_link
  > li
  a:before {
  content: "→";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .btn_area
  ul.btn_link
  > li
  a:hover {
  background-color: #1d2088;
  color: #fff;
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .btn_area
  ul.btn_link
  > li
  a.btn_rsv {
  border-color: #d67d30;
  color: #d67d30;
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .btn_area
  ul.btn_link
  > li
  a.btn_rsv:hover {
  background-color: #d67d30;
  color: #fff;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 {
  position: relative;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo {
  margin-bottom: 2%;
  padding: 2.4% 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo {
    margin-bottom: 2%;
    padding: 4% 5%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .txt {
  width: 50%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .txt {
    width: 48%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .txt > .tit {
  display: block;
  line-height: 1.2;
  font-size: 3.2vw;
  margin-bottom: 0.64em;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .txt > .tit {
    line-height: 1;
    width: 100%;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 0.56em;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve1
  .lo
  .txt
  > .tit:before {
  content: attr(data-title);
  font-family: "Oswald";
  color: #1d2088;
  border: 1px solid #999;
  padding: 0.32em 0.4em;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  display: table;
  font-weight: 500;
  margin-bottom: 0.4vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve1
    .lo
    .txt
    > .tit:before {
    font-size: 2rem;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 959px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve1
    .lo
    .txt
    > .tit:before {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve1
    .lo
    .txt
    > .tit:before {
    font-size: 2.8vw;
    margin-bottom: 1.6vw;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .txt .desc {
  font-size: 2.4vw;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .txt .desc {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .txt .ul_tag {
  margin-top: 6.4%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .txt .ul_tag {
    margin-top: 4%;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve1
  .lo
  .txt
  .ul_tag
  > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #999;
  border-left: 4px solid #1d2088;
  padding: 2.4% 2.4% 2.4% 1.6%;
  margin: 0 3.2% 3.2% 0;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve1
    .lo
    .txt
    .ul_tag
    > li {
    border-left: 8px solid #1d2088;
    font-size: 1.8rem;
    padding: 2.4% 2.4% 2.4% 1.6%;
    margin: 0 2.4% 2.4% 0;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .tmb {
  width: 46%;
  position: relative;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .tmb {
    width: 46%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .tmb img {
  width: 100%;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .tmb:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  height: 64%;
  border: 2px solid #1d2088;
  position: absolute;
  left: -6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .tmb:before {
    border: 4px solid #1d2088;
    left: -12%;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve1 .lo .tmb:before {
    border: 2px solid #1d2088;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve1
  .lo
  .tmb
  .ul_tmbs
  > li {
  margin-bottom: 8%;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve1
    .lo
    .tmb
    .ul_tmbs
    > li {
    margin-bottom: 8%;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve1
  .lo
  .tmb
  .ul_tmbs
  > li:last-child {
  margin-bottom: 0;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 {
  position: relative;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo .tmb {
  width: 46%;
  position: relative;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo .tmb {
    width: 46%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo .tmb img {
  width: 100%;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo .tmb:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  height: 64%;
  border: 2px solid #1d2088;
  position: absolute;
  left: -12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo .tmb:before {
    border: 4px solid #1d2088;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo .tmb:before {
    border: 2px solid #1d2088;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve2
  .lo
  .tmb
  .ul_tmbs
  > li {
  margin-bottom: 8.2%;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo
    .tmb
    .ul_tmbs
    > li {
    margin-bottom: 6.4%;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve2
  .lo
  .tmb
  .ul_tmbs
  > li:last-child {
  margin-bottom: 0;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo .txt .ul_tag {
  margin-top: 6.4%;
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve2
  .lo
  .txt
  .ul_tag
  > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #999;
  border-left: 8px solid #1d2088;
  padding: 2.4% 2.4% 2.4% 1.6%;
  margin: 0 3.2% 3.2% 0;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo
    .txt
    .ul_tag
    > li {
    font-size: 1.8rem;
    padding: 2.4% 2.4% 2.4% 1.6%;
    margin: 0 2.4% 2.4% 0;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 {
  margin-bottom: 2%;
  padding: 2.4% 0%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 {
    margin-bottom: 2%;
    padding: 4% 5%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .txt {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .txt {
    width: 48%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .txt > .tit {
  display: block;
  line-height: 1.2;
  font-size: 3.2vw;
  margin-bottom: 0.64em;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .txt > .tit {
    line-height: 1;
    width: 100%;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 0.56em;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve2
  .lo1
  .txt
  > .tit:before {
  content: attr(data-title);
  font-family: "Oswald";
  color: #1d2088;
  border: 1px solid #999;
  padding: 0.32em 0.4em;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  display: table;
  font-weight: 500;
  margin-bottom: 0.4vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo1
    .txt
    > .tit:before {
    font-size: 2rem;
    margin-bottom: 0.8em;
  }
}
@media (max-width: 959px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo1
    .txt
    > .tit:before {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo1
    .txt
    > .tit:before {
    font-size: 2.8vw;
    margin-bottom: 1.6vw;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .txt .desc {
  font-size: 2.4vw;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .txt .desc {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .tmb {
  width: 46%;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .tmb {
    width: 46%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .tmb img {
  width: 100%;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .tmb:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  height: 118%;
  border: 2px solid #1d2088;
  position: absolute;
  left: auto;
  right: -6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .tmb:before {
    right: -12%;
    border: 4px solid #1d2088;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo1 .tmb:before {
    border: 2px solid #1d2088;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 {
  margin-bottom: 2%;
  padding: 4% 0%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 {
    margin-bottom: 2%;
    padding: 4% 5%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 .txt {
  width: 50%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 .txt {
    width: 48%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve2
  .lo2
  .txt
  .gr
  > .tit {
  display: inline-block;
  line-height: 1.2;
  font-size: 2.8vw;
  background-color: #1d2088;
  padding: 0.4em;
  color: #fff;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo2
    .txt
    .gr
    > .tit {
    line-height: 1;
    font-size: 3.2rem;
    font-weight: 600;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve2
  .lo2
  .txt
  .gr
  .desc {
  padding: 0.8em 0;
  line-height: 1.6;
  font-size: 2.6vw;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo2
    .txt
    .gr
    .desc {
    padding: 0.8em;
    line-height: 1.8;
    font-size: 1.8rem;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 .txt .gr .pic {
  margin-bottom: 8%;
  width: 50%;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo2
    .txt
    .gr
    .pic {
    width: auto;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 .tmb {
  width: 46%;
  position: relative;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 .tmb {
    width: 46%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 .tmb img {
  width: 100%;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 .tmb:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  height: 64%;
  border: 2px solid #1d2088;
  position: absolute;
  left: auto;
  left: -6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 .tmb:before {
    left: -12%;
    border: 4px solid #1d2088;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo2 .tmb:before {
    border: 2px solid #1d2088;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 {
  margin-bottom: 2%;
  padding: 4% 0%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 {
    margin-bottom: 2%;
    padding: 4% 5%;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 .tmb {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 .tmb {
    width: 44%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 .tmb img {
  width: 100%;
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 .tmb:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  height: 64%;
  border: 2px solid #1d2088;
  position: absolute;
  z-index: -1;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 .tmb:before {
    left: auto;
    right: -12%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid #1d2088;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 .tmb:before {
    top: -12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid #1d2088;
  }
}
@media (max-width: 767px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo3
    .tmb
    .ul_tmbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo3
    .tmb
    .ul_tmbs
    > li {
    width: 48%;
  }
}
main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 .txt {
  width: 100%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_pickup .blk_pickup .cont .blk_serve2 .lo3 .txt {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup
    .cont
    .blk_serve2
    .lo3
    .txt
    .ul_check {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
  }
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve2
  .lo3
  .txt
  .ul_check
  > li {
  padding-left: 32px;
  text-indent: -32px;
  margin: 0.64em 0;
}
main.main_machine
  .sec_pickup
  .blk_pickup
  .cont
  .blk_serve2
  .lo3
  .txt
  .ul_check
  > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(../img/machine/icn_check.svg) center center no-repeat;
  background-size: contain;
  margin-right: 8px;
}
main.main_machine .sec_pickup .blk_pickup_depilation .heading {
  background-color: #ea5532;
}
main.main_machine
  .sec_pickup
  .blk_pickup_depilation
  .cont
  .area_srv
  .blk_srv
  .txt
  > .tit:before {
  color: #ea5532;
}
main.main_machine
  .sec_pickup
  .blk_pickup_depilation
  .cont
  .area_srv
  .blk_srv
  .txt
  .subtit {
  color: #ea5532;
}
main.main_machine
  .sec_pickup
  .blk_pickup_depilation
  .cont
  .area_srv
  .blk_srv
  .tmb:before {
  border: 2px solid #ea5532;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup_depilation
    .cont
    .area_srv
    .blk_srv
    .tmb:before {
    border: 4px solid #ea5532;
  }
}
main.main_machine .sec_pickup .blk_pickup_esthetic .heading {
  background-color: #1d9888;
}
main.main_machine
  .sec_pickup
  .blk_pickup_esthetic
  .cont
  .area_srv
  .blk_srv
  .txt
  > .tit:before {
  color: #1d9888;
}
main.main_machine
  .sec_pickup
  .blk_pickup_esthetic
  .cont
  .area_srv
  .blk_srv
  .txt
  .subtit {
  color: #1d9888;
}
main.main_machine
  .sec_pickup
  .blk_pickup_esthetic
  .cont
  .area_srv
  .blk_srv
  .tmb:before {
  border: 2px solid #1d9888;
}
@media (min-width: 1024px) {
  main.main_machine
    .sec_pickup
    .blk_pickup_esthetic
    .cont
    .area_srv
    .blk_srv
    .tmb:before {
    border: 4px solid #1d9888;
  }
}
main.main_machine .sec_machine {
  margin-top: 6.4%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_machine {
    padding: 4% 0;
    margin-top: 0;
    margin-bottom: 4%;
  }
}
main.main_machine .sec_machine .lead {
  text-align: center;
  font-size: 3.2vw;
  line-height: 1.6;
  margin-bottom: 2.4em;
}
@media (min-width: 1024px) {
  main.main_machine .sec_machine .lead {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 2.4em;
  }
}
main.main_machine .sec_machine .heading {
  background-color: #1d2088;
  color: #fff;
  padding: 4% 5%;
  position: relative;
  margin-bottom: 2.4%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_machine .heading {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
    margin-bottom: 2.4%;
  }
}
main.main_machine .sec_machine .heading .tit {
  font-weight: 800;
  line-height: 1;
  font-size: 4vw;
}
@media (min-width: 1024px) {
  main.main_machine .sec_machine .heading .tit {
    width: 46%;
    margin-right: 4%;
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_machine .heading .tit {
    margin-bottom: 0.24em;
  }
}
main.main_machine .sec_machine .heading .desc {
  line-height: 1.4;
  font-size: 2.4vw;
}
@media (min-width: 1024px) {
  main.main_machine .sec_machine .heading .desc {
    width: 50%;
    font-size: 2rem;
    font-weight: 600;
  }
}
main.main_machine .sec_machine .heading .ul_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 2%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_machine .heading .ul_point {
    bottom: -36px;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_machine .heading .ul_point {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
main.main_machine .sec_machine .heading .ul_point > li {
  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;
  color: #fff;
  text-align: center;
  width: 10vw;
  height: 10vw;
  font-size: 2.2vw;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 50%;
  background-color: #1d8846;
  border: 1px solid #fff;
  margin-left: 8%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_machine .heading .ul_point > li {
    margin-left: 8%;
    width: 100px;
    height: 100px;
    font-size: 2.2rem;
    font-weight: 600;
    border: 2px solid #fff;
  }
}
main.main_machine .sec_machine .heading .ul_point > li:first-child {
  margin-left: 0;
}
@media (min-width: 1024px) {
  main.main_machine .sec_etc {
    padding: 4% 0;
    margin-bottom: 4%;
  }
}
@media (min-width: 1024px) {
  main.main_machine .sec_etc .in .tit {
    margin-bottom: 4%;
  }
}
main.main_machine .sec_etc .in .ul_machine + .att {
  font-size: 2.4vw;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  main.main_machine .sec_etc .in .ul_machine + .att {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 4% auto 0;
  }
}
main.main_machine .sec_etc .in .checkin {
  border: 8px solid #1d2088;
  border-radius: 24px;
  padding: 3.2% 4%;
  margin: 8% auto 6%;
}
@media (min-width: 1024px) {
  main.main_machine .sec_etc .in .checkin {
    padding: 2.4% 3.2%;
    margin: 8% auto 0;
  }
}
@media (min-width: 1024px) {
  main.main_machine .sec_etc .in .checkin .lo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  main.main_machine .sec_etc .in .checkin .lo .tmb {
    width: 44%;
  }
}
@media (max-width: 767px) {
  main.main_machine .sec_etc .in .checkin .lo .tmb {
    margin-bottom: 4%;
  }
}
main.main_machine .sec_etc .in .checkin .lo .tmb img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1024px) {
  main.main_machine .sec_etc .in .checkin .lo .txt {
    width: 52%;
  }
}
main.main_machine .sec_etc .in .checkin .lo .txt .tit {
  font-weight: 600;
  line-height: 1;
  color: #1d2088;
  font-size: 3.2vw;
  margin-bottom: 0.64em;
}
@media (min-width: 1024px) {
  main.main_machine .sec_etc .in .checkin .lo .txt .tit {
    width: 46%;
    font-size: 2.6rem;
    margin-bottom: 0.64em;
  }
}
main.main_machine .sec_etc .in .checkin .lo .txt p {
  font-size: 2.4vw;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  main.main_machine .sec_etc .in .checkin .lo .txt p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

@media (min-width: 1024px) {
  main.main_guideline1,
  main.main_guideline2,
  main.main_terms,
  main.main_privacy {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
main.main_guideline1 .in > .lead,
main.main_guideline2 .in > .lead,
main.main_terms .in > .lead,
main.main_privacy .in > .lead {
  padding-top: 4vw;
  margin-bottom: 2.4em;
}
@media (min-width: 1024px) {
  main.main_guideline1 .in > .lead,
  main.main_guideline2 .in > .lead,
  main.main_terms .in > .lead,
  main.main_privacy .in > .lead {
    margin-bottom: 2.4em;
  }
}
main.main_guideline1 .in > .cont,
main.main_guideline2 .in > .cont,
main.main_terms .in > .cont,
main.main_privacy .in > .cont {
  margin-bottom: 4em;
}
@media (min-width: 1024px) {
  main.main_guideline1 .in > .cont,
  main.main_guideline2 .in > .cont,
  main.main_terms .in > .cont,
  main.main_privacy .in > .cont {
    margin-bottom: 8em;
  }
}
main.main_guideline1 .sec_terms_01 ol > li > p,
main.main_guideline1 .sec_privacy_01 ol > li > p,
main.main_guideline2 .sec_terms_01 ol > li > p,
main.main_guideline2 .sec_privacy_01 ol > li > p,
main.main_terms .sec_terms_01 ol > li > p,
main.main_terms .sec_privacy_01 ol > li > p,
main.main_privacy .sec_terms_01 ol > li > p,
main.main_privacy .sec_privacy_01 ol > li > p {
  margin-bottom: 0.8em;
}
main.main_guideline1 .sec_terms_01 .ol_rule_one,
main.main_guideline1 .sec_privacy_01 .ol_rule_one,
main.main_guideline2 .sec_terms_01 .ol_rule_one,
main.main_guideline2 .sec_privacy_01 .ol_rule_one,
main.main_terms .sec_terms_01 .ol_rule_one,
main.main_terms .sec_privacy_01 .ol_rule_one,
main.main_privacy .sec_terms_01 .ol_rule_one,
main.main_privacy .sec_privacy_01 .ol_rule_one {
  counter-reset: li_count;
}
main.main_guideline1 .sec_terms_01 .ol_rule_one > li,
main.main_guideline1 .sec_privacy_01 .ol_rule_one > li,
main.main_guideline2 .sec_terms_01 .ol_rule_one > li,
main.main_guideline2 .sec_privacy_01 .ol_rule_one > li,
main.main_terms .sec_terms_01 .ol_rule_one > li,
main.main_terms .sec_privacy_01 .ol_rule_one > li,
main.main_privacy .sec_terms_01 .ol_rule_one > li,
main.main_privacy .sec_privacy_01 .ol_rule_one > li {
  position: relative;
  margin: 0 0 0.8em 1.8em;
}
main.main_guideline1 .sec_terms_01 .ol_rule_one > li:before,
main.main_guideline1 .sec_privacy_01 .ol_rule_one > li:before,
main.main_guideline2 .sec_terms_01 .ol_rule_one > li:before,
main.main_guideline2 .sec_privacy_01 .ol_rule_one > li:before,
main.main_terms .sec_terms_01 .ol_rule_one > li:before,
main.main_terms .sec_privacy_01 .ol_rule_one > li:before,
main.main_privacy .sec_terms_01 .ol_rule_one > li:before,
main.main_privacy .sec_privacy_01 .ol_rule_one > li:before {
  display: inline-block;
  counter-increment: li_count;
  content: counter(li_count) ".";
  font-weight: 600;
  position: absolute;
  left: -1.8em;
  text-align: right;
}
main.main_guideline1 .sec_terms_01 .ol_two,
main.main_guideline1 .sec_privacy_01 .ol_two,
main.main_guideline2 .sec_terms_01 .ol_two,
main.main_guideline2 .sec_privacy_01 .ol_two,
main.main_terms .sec_terms_01 .ol_two,
main.main_terms .sec_privacy_01 .ol_two,
main.main_privacy .sec_terms_01 .ol_two,
main.main_privacy .sec_privacy_01 .ol_two {
  counter-reset: li_count;
  margin: 1.6em auto;
}
main.main_guideline1 .sec_terms_01 .ol_two > li,
main.main_guideline1 .sec_privacy_01 .ol_two > li,
main.main_guideline2 .sec_terms_01 .ol_two > li,
main.main_guideline2 .sec_privacy_01 .ol_two > li,
main.main_terms .sec_terms_01 .ol_two > li,
main.main_terms .sec_privacy_01 .ol_two > li,
main.main_privacy .sec_terms_01 .ol_two > li,
main.main_privacy .sec_privacy_01 .ol_two > li {
  position: relative;
  margin: 0 0 0.4em 1.4em;
}
main.main_guideline1 .sec_terms_01 .ol_two > li:before,
main.main_guideline1 .sec_privacy_01 .ol_two > li:before,
main.main_guideline2 .sec_terms_01 .ol_two > li:before,
main.main_guideline2 .sec_privacy_01 .ol_two > li:before,
main.main_terms .sec_terms_01 .ol_two > li:before,
main.main_terms .sec_privacy_01 .ol_two > li:before,
main.main_privacy .sec_terms_01 .ol_two > li:before,
main.main_privacy .sec_privacy_01 .ol_two > li:before {
  display: inline-block;
  counter-increment: li_count;
  content: "(" counter(li_count) ")";
  position: absolute;
  left: -1.4em;
}
main.main_guideline1 .sec_terms_01 .ol_three,
main.main_guideline1 .sec_privacy_01 .ol_three,
main.main_guideline2 .sec_terms_01 .ol_three,
main.main_guideline2 .sec_privacy_01 .ol_three,
main.main_terms .sec_terms_01 .ol_three,
main.main_terms .sec_privacy_01 .ol_three,
main.main_privacy .sec_terms_01 .ol_three,
main.main_privacy .sec_privacy_01 .ol_three {
  counter-reset: li_count;
  margin: 1.6em auto;
}
main.main_guideline1 .sec_terms_01 .ol_three > li,
main.main_guideline1 .sec_privacy_01 .ol_three > li,
main.main_guideline2 .sec_terms_01 .ol_three > li,
main.main_guideline2 .sec_privacy_01 .ol_three > li,
main.main_terms .sec_terms_01 .ol_three > li,
main.main_terms .sec_privacy_01 .ol_three > li,
main.main_privacy .sec_terms_01 .ol_three > li,
main.main_privacy .sec_privacy_01 .ol_three > li {
  position: relative;
  margin: 0 0 0.4em 2.4em;
}
main.main_guideline1 .sec_terms_01 .ol_three > li:before,
main.main_guideline1 .sec_privacy_01 .ol_three > li:before,
main.main_guideline2 .sec_terms_01 .ol_three > li:before,
main.main_guideline2 .sec_privacy_01 .ol_three > li:before,
main.main_terms .sec_terms_01 .ol_three > li:before,
main.main_terms .sec_privacy_01 .ol_three > li:before,
main.main_privacy .sec_terms_01 .ol_three > li:before,
main.main_privacy .sec_privacy_01 .ol_three > li:before {
  display: inline-block;
  counter-increment: li_count;
  content: "[ " counter(li_count) " ]";
  position: absolute;
  left: -2.4em;
}
main.main_guideline1 .sec_terms_01 .ol_four,
main.main_guideline1 .sec_privacy_01 .ol_four,
main.main_guideline2 .sec_terms_01 .ol_four,
main.main_guideline2 .sec_privacy_01 .ol_four,
main.main_terms .sec_terms_01 .ol_four,
main.main_terms .sec_privacy_01 .ol_four,
main.main_privacy .sec_terms_01 .ol_four,
main.main_privacy .sec_privacy_01 .ol_four {
  counter-reset: li_count;
  margin: 1.6em auto;
}
main.main_guideline1 .sec_terms_01 .ol_four > li,
main.main_guideline1 .sec_privacy_01 .ol_four > li,
main.main_guideline2 .sec_terms_01 .ol_four > li,
main.main_guideline2 .sec_privacy_01 .ol_four > li,
main.main_terms .sec_terms_01 .ol_four > li,
main.main_terms .sec_privacy_01 .ol_four > li,
main.main_privacy .sec_terms_01 .ol_four > li,
main.main_privacy .sec_privacy_01 .ol_four > li {
  position: relative;
  margin: 0 0 0.4em 2.4em;
}
main.main_guideline1 .sec_terms_01 .ol_four > li:before,
main.main_guideline1 .sec_privacy_01 .ol_four > li:before,
main.main_guideline2 .sec_terms_01 .ol_four > li:before,
main.main_guideline2 .sec_privacy_01 .ol_four > li:before,
main.main_terms .sec_terms_01 .ol_four > li:before,
main.main_terms .sec_privacy_01 .ol_four > li:before,
main.main_privacy .sec_terms_01 .ol_four > li:before,
main.main_privacy .sec_privacy_01 .ol_four > li:before {
  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;
  counter-increment: li_count;
  content: counter(li_count);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #231815;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: -2.4em;
  top: 0.3em;
  line-height: 1;
  font-size: 90%;
}
main.main_guideline1 .sec_terms_01 .dl_one dt,
main.main_guideline1 .sec_privacy_01 .dl_one dt,
main.main_guideline2 .sec_terms_01 .dl_one dt,
main.main_guideline2 .sec_privacy_01 .dl_one dt,
main.main_terms .sec_terms_01 .dl_one dt,
main.main_terms .sec_privacy_01 .dl_one dt,
main.main_privacy .sec_terms_01 .dl_one dt,
main.main_privacy .sec_privacy_01 .dl_one dt {
  font-weight: 600;
  margin: 0.4em 0;
}
main.main_guideline1 .sec_terms_01 .dl_one dd > .ol_std,
main.main_guideline1 .sec_privacy_01 .dl_one dd > .ol_std,
main.main_guideline2 .sec_terms_01 .dl_one dd > .ol_std,
main.main_guideline2 .sec_privacy_01 .dl_one dd > .ol_std,
main.main_terms .sec_terms_01 .dl_one dd > .ol_std,
main.main_terms .sec_privacy_01 .dl_one dd > .ol_std,
main.main_privacy .sec_terms_01 .dl_one dd > .ol_std,
main.main_privacy .sec_privacy_01 .dl_one dd > .ol_std {
  counter-reset: li_count;
  position: relative;
}
main.main_guideline1 .sec_terms_01 .dl_one dd > .ol_std > li,
main.main_guideline1 .sec_privacy_01 .dl_one dd > .ol_std > li,
main.main_guideline2 .sec_terms_01 .dl_one dd > .ol_std > li,
main.main_guideline2 .sec_privacy_01 .dl_one dd > .ol_std > li,
main.main_terms .sec_terms_01 .dl_one dd > .ol_std > li,
main.main_terms .sec_privacy_01 .dl_one dd > .ol_std > li,
main.main_privacy .sec_terms_01 .dl_one dd > .ol_std > li,
main.main_privacy .sec_privacy_01 .dl_one dd > .ol_std > li {
  margin: 0 0 0.4em 2.8em;
}
main.main_guideline1 .sec_terms_01 .dl_one dd > .ol_std > li > .title,
main.main_guideline1 .sec_privacy_01 .dl_one dd > .ol_std > li > .title,
main.main_guideline2 .sec_terms_01 .dl_one dd > .ol_std > li > .title,
main.main_guideline2 .sec_privacy_01 .dl_one dd > .ol_std > li > .title,
main.main_terms .sec_terms_01 .dl_one dd > .ol_std > li > .title,
main.main_terms .sec_privacy_01 .dl_one dd > .ol_std > li > .title,
main.main_privacy .sec_terms_01 .dl_one dd > .ol_std > li > .title,
main.main_privacy .sec_privacy_01 .dl_one dd > .ol_std > li > .title {
  position: relative;
  margin: 0.32em 0 0.32em 0;
}
main.main_guideline1 .sec_terms_01 .dl_one dd > .ol_std > li > .title:before,
main.main_guideline1 .sec_privacy_01 .dl_one dd > .ol_std > li > .title:before,
main.main_guideline2 .sec_terms_01 .dl_one dd > .ol_std > li > .title:before,
main.main_guideline2 .sec_privacy_01 .dl_one dd > .ol_std > li > .title:before,
main.main_terms .sec_terms_01 .dl_one dd > .ol_std > li > .title:before,
main.main_terms .sec_privacy_01 .dl_one dd > .ol_std > li > .title:before,
main.main_privacy .sec_terms_01 .dl_one dd > .ol_std > li > .title:before,
main.main_privacy .sec_privacy_01 .dl_one dd > .ol_std > li > .title:before {
  display: inline-block;
  counter-increment: li_count;
  content: counter(li_count) ".";
  font-weight: 600;
  position: absolute;
  left: -1.8em;
}
main.main_guideline1 .sec_terms_01 .end,
main.main_guideline1 .sec_privacy_01 .end,
main.main_guideline2 .sec_terms_01 .end,
main.main_guideline2 .sec_privacy_01 .end,
main.main_terms .sec_terms_01 .end,
main.main_terms .sec_privacy_01 .end,
main.main_privacy .sec_terms_01 .end,
main.main_privacy .sec_privacy_01 .end {
  text-align: right;
  margin-top: 4em;
}
main.main_guideline1 .sec_terms_01 .ul_terms > li,
main.main_guideline2 .sec_terms_01 .ul_terms > li,
main.main_terms .sec_terms_01 .ul_terms > li,
main.main_privacy .sec_terms_01 .ul_terms > li {
  margin-bottom: 2.4em;
}
main.main_guideline1 .sec_terms_01 .ul_terms > li:last-child,
main.main_guideline2 .sec_terms_01 .ul_terms > li:last-child,
main.main_terms .sec_terms_01 .ul_terms > li:last-child,
main.main_privacy .sec_terms_01 .ul_terms > li:last-child {
  margin-bottom: 0;
}
main.main_guideline1 .sec_terms_01 .ul_terms > li > .tit,
main.main_guideline2 .sec_terms_01 .ul_terms > li > .tit,
main.main_terms .sec_terms_01 .ul_terms > li > .tit,
main.main_privacy .sec_terms_01 .ul_terms > li > .tit {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0.24em 0;
}
main.main_guideline1 .sec_guideline .ul_guidelines,
main.main_guideline2 .sec_guideline .ul_guidelines,
main.main_terms .sec_guideline .ul_guidelines,
main.main_privacy .sec_guideline .ul_guidelines {
  counter-reset: li_count;
  margin: 1.6em auto;
}
main.main_guideline1 .sec_guideline .ul_guidelines > li,
main.main_guideline2 .sec_guideline .ul_guidelines > li,
main.main_terms .sec_guideline .ul_guidelines > li,
main.main_privacy .sec_guideline .ul_guidelines > li {
  position: relative;
  margin: 0 0 2.4em 2.4em;
}
main.main_guideline1 .sec_guideline .ul_guidelines > li:before,
main.main_guideline2 .sec_guideline .ul_guidelines > li:before,
main.main_terms .sec_guideline .ul_guidelines > li:before,
main.main_privacy .sec_guideline .ul_guidelines > li:before {
  display: inline-block;
  counter-increment: li_count;
  content: counter(li_count);
  position: absolute;
  text-align: center;
  background-color: #1d2088;
  color: #fff;
  left: -2.4em;
  width: 2em;
  padding: 0.4em 0;
  line-height: 1;
}
@media (max-width: 767px) {
  main.main_guideline1 .sec_guideline .ul_guidelines > li p,
  main.main_guideline2 .sec_guideline .ul_guidelines > li p,
  main.main_terms .sec_guideline .ul_guidelines > li p,
  main.main_privacy .sec_guideline .ul_guidelines > li p {
    margin-bottom: 2.4vw;
  }
}
@media (max-width: 767px) {
  main.main_guideline1 .sec_guideline ul.ul_table > li,
  main.main_guideline2 .sec_guideline ul.ul_table > li,
  main.main_terms .sec_guideline ul.ul_table > li,
  main.main_privacy .sec_guideline ul.ul_table > li {
    margin-bottom: 2.4vw;
  }
}
main.main_guideline1 .sec_guideline ul.ul_table > li > dl dt,
main.main_guideline1 .sec_guideline ul.ul_table > li > dl dd,
main.main_guideline2 .sec_guideline ul.ul_table > li > dl dt,
main.main_guideline2 .sec_guideline ul.ul_table > li > dl dd,
main.main_terms .sec_guideline ul.ul_table > li > dl dt,
main.main_terms .sec_guideline ul.ul_table > li > dl dd,
main.main_privacy .sec_guideline ul.ul_table > li > dl dt,
main.main_privacy .sec_guideline ul.ul_table > li > dl dd {
  vertical-align: top;
}
@media (max-width: 767px) {
  main.main_guideline1 .sec_guideline ul.ul_table > li > dl dt,
  main.main_guideline1 .sec_guideline ul.ul_table > li > dl dd,
  main.main_guideline2 .sec_guideline ul.ul_table > li > dl dt,
  main.main_guideline2 .sec_guideline ul.ul_table > li > dl dd,
  main.main_terms .sec_guideline ul.ul_table > li > dl dt,
  main.main_terms .sec_guideline ul.ul_table > li > dl dd,
  main.main_privacy .sec_guideline ul.ul_table > li > dl dt,
  main.main_privacy .sec_guideline ul.ul_table > li > dl dd {
    display: block;
  }
}
main.main_guideline1 .sec_guideline ul.ul_table > li > dl > dt,
main.main_guideline2 .sec_guideline ul.ul_table > li > dl > dt,
main.main_terms .sec_guideline ul.ul_table > li > dl > dt,
main.main_privacy .sec_guideline ul.ul_table > li > dl > dt {
  width: 140px;
}
@media (max-width: 767px) {
  main.main_guideline1 .sec_guideline ul.ul_table > li > dl > dt,
  main.main_guideline2 .sec_guideline ul.ul_table > li > dl > dt,
  main.main_terms .sec_guideline ul.ul_table > li > dl > dt,
  main.main_privacy .sec_guideline ul.ul_table > li > dl > dt {
    width: 100%;
  }
}
main.main_guideline1 .sec_guideline ul.ul_table > li > dl > dd > ul > li,
main.main_guideline2 .sec_guideline ul.ul_table > li > dl > dd > ul > li,
main.main_terms .sec_guideline ul.ul_table > li > dl > dd > ul > li,
main.main_privacy .sec_guideline ul.ul_table > li > dl > dd > ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
main.main_guideline1 .sec_guideline .ul_std,
main.main_guideline2 .sec_guideline .ul_std,
main.main_terms .sec_guideline .ul_std,
main.main_privacy .sec_guideline .ul_std {
  margin: 1.6em auto;
}
main.main_guideline1 .sec_guideline .ul_std > li,
main.main_guideline2 .sec_guideline .ul_std > li,
main.main_terms .sec_guideline .ul_std > li,
main.main_privacy .sec_guideline .ul_std > li {
  text-indent: -1em;
  padding-left: 1em;
}
main.main_guideline1 .sec_guideline .dl_std,
main.main_guideline2 .sec_guideline .dl_std,
main.main_terms .sec_guideline .dl_std,
main.main_privacy .sec_guideline .dl_std {
  margin: 1.6em auto;
}
main.main_guideline1 .sec_guideline .dl_std dt,
main.main_guideline2 .sec_guideline .dl_std dt,
main.main_terms .sec_guideline .dl_std dt,
main.main_privacy .sec_guideline .dl_std dt {
  margin-bottom: 0.8em;
}
main.main_guideline1 .sec_guideline .dl_std dd .ul_std,
main.main_guideline2 .sec_guideline .dl_std dd .ul_std,
main.main_terms .sec_guideline .dl_std dd .ul_std,
main.main_privacy .sec_guideline .dl_std dd .ul_std {
  margin: 0.8em auto;
}
main.main_guideline1 .sec_guideline .dl_std dd .ul_std > li,
main.main_guideline2 .sec_guideline .dl_std dd .ul_std > li,
main.main_terms .sec_guideline .dl_std dd .ul_std > li,
main.main_privacy .sec_guideline .dl_std dd .ul_std > li {
  text-indent: -1em;
  padding-left: 1em;
}
main.main_guideline1 .sec_guideline .dl_std dd .ul_std > li .ul_second,
main.main_guideline2 .sec_guideline .dl_std dd .ul_std > li .ul_second,
main.main_terms .sec_guideline .dl_std dd .ul_std > li .ul_second,
main.main_privacy .sec_guideline .dl_std dd .ul_std > li .ul_second {
  margin: 0.8em 0.8em 0.8em 0.8em;
}
main.main_guideline1 .sec_guideline .end,
main.main_guideline2 .sec_guideline .end,
main.main_terms .sec_guideline .end,
main.main_privacy .sec_guideline .end {
  text-align: right;
  margin-top: 4em;
}
.plan_00 .sub-text {
  font-size: 2.4rem;
  margin-top: 0.4em;
}
/* ダイエットコース */
.diet_wrap {
  padding: 4.8%;
  margin-bottom: 8%;
  background-color: #f6f4f2;
}
.diet_wrap .diet_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.diet_wrap .diet_flex::before {
  content: "";
  background-image: url(https://hacla-fitness.com/wp-content/uploads/2025/07/logo06.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  aspect-ratio: 1;
  display: inline-block;
}
.diet_wrap .diet_menu {
  width: 60%;
  padding-left: 5em;
}
.diet_wrap .txt_fee {
  width: 20%;
  padding: 0.2em 0;
}
.diet_wrap .diet_menu h2 {
  font-size: 4rem;
  margin-bottom: 0.4em;
  line-height: 1;
}
.diet_wrap .diet_menu h2 span {
  font-style: italic;
}
.diet_wrap .note {
  margin-bottom: 0.4em;
}
.diet_wrap .contents {
  width: 4em;
  padding: 0.4em 0.8em;
  margin-bottom: 2em;
  color: #fff;
  background-color: #1d2088;
  border-radius: 8px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}
.diet_wrap dl {
  display: flex;
  width: 100%;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  border-bottom: solid 1px #707070;
}
.diet_wrap dl dt {
  width: 50%;
}
.diet_wrap dl dd {
  width: 50%;
}
.diet_wrap dl:last-of-type {
  margin-bottom: 1.6em;
}
.diet_wrap .blue {
  display: inline-block;
  color: #fff;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #1d2088;
  border-radius: 50%;
  margin-right: 10px;
}
.diet_wrap .txt_fee {
  font-weight: 600;
  font-family: "Oswald";
  line-height: 1;
  text-align: center;
  font-size: 3.2rem;
  border-left: 1px solid #000;
}
.diet_wrap .txt_en {
  margin-right: 0.2em;
  font-size: 2.4rem;
}
.diet_wrap .txt_tax {
  display: inline-block;
  margin-left: 0.2em;
  margin-bottom: -0.2em;
  font-size: 1.6rem;
}
.diet_wrap .remarks {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .plan_00 .sub-text {
    font-size: 3.2vw;
    font-weight: 600;
    margin-bottom: 2em;
  }
  .diet_wrap .diet_flex::before {
    content: "";
    background-image: url(https://hacla-fitness.com/wp-content/uploads/2025/07/logo06.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    aspect-ratio: 1;
    display: inline-block;
  }
  .diet_wrap .diet_menu {
    width: 60%;
    padding-left: 1em;
  }
  .diet_wrap .txt_fee {
    width: 20%;
    padding: 0.2em 0;
  }
  .diet_wrap .diet_menu h2 {
    font-weight: 600;
    line-height: 1;
    font-size: 4.4vw;
    letter-spacing: -0.04em;
    width: 100%;
  }

  .diet_wrap .note {
    line-height: 1.6;
    font-size: 2.2vw;
    width: 100%;
  }
  .diet_wrap .contents {
    width: 4em;
    padding: 0.4em 0.8em;
    margin-bottom: 1em;
    margin-top: 1em;
    border-radius: 8px;
    line-height: 1;
  }
  .diet_wrap dl {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
    border-bottom: solid 1px #707070;
  }
  .diet_wrap dl dt {
    width: 100%;
    line-height: 1.6;
    font-size: 2.2vw;
    margin-bottom: 0.4em;
  }
  .diet_wrap dl dd {
    width: 100%;
    line-height: 1.6;
    font-size: 2.2vw;
    padding-left: 24px;
  }
  .diet_wrap dl:last-of-type {
    margin-bottom: 1.6em;
  }
  .diet_wrap .blue {
    width: 14px;
    line-height: 14px;
    margin-right: 8px;
  }
  .diet_wrap .txt_fee {
    font-weight: 600;
    font-family: "Oswald";
    line-height: 1;
    text-align: center;
    font-size: 3.2vw;
  }
  .diet_wrap .txt_en {
    margin-right: 0.2em;
    font-size: 2.2vw;
  }
  .diet_wrap .txt_tax {
    display: inline-block;
    margin-left: 0.2em;
    margin-bottom: -0.2em;
    font-size: 2.2vw;
  }
  .diet_wrap .remarks {
    font-size: 2.2vw;
  }
}
