@charset "UTF-8";
@import "base.css";
@import "fonts.css";
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 150%;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
h1 {
}
/* Header内で設定 */
h2 {
}
h3 {
}
h4 {
}
a {
  color: #0cb04b;
}
a:hover,
a:active {
  color: #0cb04b;
}
a:visited {
}
ul {
}
li {
}
dl {
}
dt {
}
dd {
}
table {
  width: 100%;
}
th,
td {
}
th {
}
td {
}
p {
  margin: 0 0 1.5em;
}
p,
dd,
td,
th,
li {
  line-height: 1.9em;
}
.section {
  padding: 0 0 30px 0;
}
.section .section {
  padding: 0 0 10px;
}
.image_l {
  float: left;
  margin: 0 16px 8px 0;
}
.image_r {
  float: right;
  margin: 0 0 8px 16px;
}
.fz18 {
  font-size: 18px;
}
#toTop {
  border: none;
  bottom: 50px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  position: fixed;
  right: 100px;
  text-decoration: none;
  margin: 0;
  z-index: 999;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60px;
}
#toTop:hover {
  opacity: 0.5;
}
/* add
------------------------------------------------------------------------*/
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  background: none;
}
body {
  color: #333333;
}
#wrapper {
  min-width: 1080px;
  overflow: hidden;
}
.inner {
  width: 1080px;
  margin: 0 auto;
}
.under #content {
  text-align: left;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#header {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#header h1 {
  font-size: 11px;
  margin: 10px 0 20px;
}
#header p {
  margin-bottom: 0;
}
#header .h_logo {
  float: left;
  width: 300px;
}
#header .header_info {
  float: right;
  width: calc(100% - 320px);
  display: flex;
  justify-content: space-between;
}
#header .header_info ul li {
  line-height: 1.6em;
}
#header .header_info ul li a {
  color: #0eb04b;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  line-height: 2em;
}
#header .header_info ul li a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_01.png) no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% - 6px);
  left: 0;
}
#header .header_info ul li a::before {
  bottom: -1px;
  background: #0db14b;
}
#header .header_phone {
  font-family: "NotoSerifCJKjp-Regular";
  font-size: 14px;
  padding: 2px 0 0 0;
}
#header .header_phone a {
  text-decoration: none;
}
#header .header_phone span.phone {
  display: block;
  font-size: 27px;
  font-style: italic;
  color: #333333;
  position: relative;
  padding-left: 21px;
  margin-top: -2px;
  letter-spacing: -0.021em;
}
#header .header_phone span.phone::after {
  position: absolute;
  content: "";
  background: url(../images/icon_phone.png) no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 18px;
  top: calc(50% - 7px);
  left: 6px;
}
#header .header_phone span {
  font-size: 13px;
}
/*#header .btn_contact {
  margin-top: 2px;
}*/
#header .btn_contact a {
  font-family: "NotoSerifCJKjp-Medium";
  background-image: linear-gradient(#0db14b, #006b29);
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 48px;
  display: block;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  padding: 0 16px 0 30px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header .btn_contact a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_mail.png) no-repeat;
  background-size: 18px auto;
  width: 18px;
  height: 12px;
  top: calc(50% - 5px);
  left: 7px;
}
#header .btn_contact a::before {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_02.png) no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% - 4px);
  right: 7px;
}
#header .btn_contact a span {
  display: block;
  font-size: 13px;
  padding-top: 4px;
}
#header .btn_contact a:hover {
  opacity: 0.8;
}
#header #menu {
  margin: 12px 0 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
#header #gnavi {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}
#header #gnavi li.sub {
  position: relative;
}
#header #gnavi li {
  position: relative;
  padding: 0 20px;
  height: 48px;
}
#header #gnavi li:first-child {
  width: 70px;
}
#header #gnavi li::after,
#header #gnavi li:last-child::after {
  position: absolute;
  content: "";
  top: calc(50% - 19px);
  height: 14px;
}
#header #gnavi li::after {
  border-left: 1px solid #989898;
  left: 0;
}
#header #gnavi li:last-child::after {
  border-right: 1px solid #989898;
  right: 0;
}
#header #gnavi li a {
  font-size: 16px;
  color: #4d4d4d;
  letter-spacing: 0.08em;
  text-decoration: none;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  z-index: 88;
  text-align: center;
}
#header #gnavi li a::before {
  bottom: 2px;
  background: #0db14b;
}
#header #gnavi li a:hover {
  color: #0db14b;
}
#header #gnavi li.sub {
  position: relative;
}
#header #gnavi li.sub::before {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_03.png) no-repeat;
  background-size: 10px auto;
  width: 10px;
  height: 6px;
  bottom: 10px;
  left: calc(50% - 6px);
}
#header #gnavi li.sub .sub_menu ul {
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
  background: rgba(246, 252, 250, 0.95);
  padding: 20px 38px 40px;
  border: 1px solid #0db14b;
  position: relative;
}
#header #gnavi li.sub .sub_menu ul::after {
  position: absolute;
  content: "";
  background: url(../images/icon_sub_menu.png) no-repeat;
  top: -12px;
  left: calc(50% - 6px);
  width: 14px;
  height: 12px;
}
#header #gnavi li.sub .sub_menu li {
  box-sizing: border-box;
  width: 250px;
  height: 46px;
  line-height: 46px;
  padding: 0;
  position: relative;
  border-bottom: 1px dashed #cacaca;
}
#header #gnavi li.sub:last-child .sub_menu li {
  width: 150px;
}
#header #gnavi li.sub:last-child .sub_menu ul::after {
  left: calc(50% + 44px);
}
#header #gnavi li.sub .sub_menu li::after {
  position: absolute;
  content: "";
  border-left: 0;
  left: 0;
}
#header #gnavi li.sub .sub_menu li:last-child::after {
  position: absolute;
  content: "";
  border-right: 0;
  right: 0;
}
#header #gnavi li.sub > .sub_menu li a {
  width: 100%;
  display: block;
  text-align: left;
  color: #4d4d4d;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  font-size: 15px;
  padding-left: 20px;
}
#header #gnavi li.sub > .sub_menu li a::before {
  bottom: 0;
}
#header #gnavi li.sub > .sub_menu li a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_01.png) no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% - 6px);
  left: 0;
}
#header #gnavi li.sub > .sub_menu li a:hover {
  color: #0db14b;
}
#header #gnavi li.sub .sub_menu {
  position: absolute;
  width: auto;
  top: 42px;
  left: calc(50% - 166px);
  z-index: 9999;
  margin: auto auto;
  display: flex;
  flex-direction: row;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  height: 0;
  padding-top: 18px;
}
#header #gnavi li.sub:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  height: auto;
}
.head_inner {
	background: #fff;
  width: 1080px;
	margin: 0 auto;
}
#header.gnavi_fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 9999;
  /*padding-top: 10px;*/
}
.head_bnr01 {
	width: 150px;
	height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/headbnr_bg.jpg) no-repeat;
	background-size: cover;
}
.head_bnr01 a {
  font-family: "NotoSerifCJKjp-Medium";
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 48px;
  display: flex;
	justify-content: center;
	align-items: center;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  padding: 0 16px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
	font-size: 13px;
	/*text-shadow: 1px 2px 1px #000, 2px 1px 1px #000, -1px 2px 1px #000, 1px -2px 1px #000, -2px 1px 1px #000, 2px -1px 1px #000, -1px 2px 1px #000, -1px -2px 1px #000, -2px -1px 1px #000;*/
	text-shadow:
  		2px 1px 3px #000,
  		-2px -1px 3px #000,
       	-2px 1px 3px #000,
     	2px -1px 3px #000;
}
.head_bnr01:hover {
	opacity: 0.8;
}
/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/
#footer {
  clear: both;
  text-align: left;
}
#footer .footer_contact {
  padding: 29px 0 35px;
}
#footer .footer_contact p {
  margin-bottom: 0;
}
#footer .f_contact_info {
  padding: 0 26px;
}
#footer .f_contact_l {
  float: left;
  padding-left: 35px;
}
#footer .f_contact_l .f_tit {
  font-family: "NotoSerifCJKjp-Regular";
  font-size: 23px;
  letter-spacing: 0.05em;
}
#footer .f_contact_l .f_phone {
  font-family: "NotoSerifCJKjp-Regular";
  color: #ed1164;
  font-style: italic;
  margin: 0 0 3px;
  font-size: 33px;
  letter-spacing: 0.02em;
}
#footer .f_contact_l .f_phone a {
  color: #ed1164;
  text-decoration: none;
}
#footer .f_contact_l .f_phone span {
  font-size: 69px;
  letter-spacing: -0.03em;
}
#footer .f_contact_l .sub_time {
  font-family: "NotoSerifCJKjp-Regular";
  font-size: 13px;
}
#footer .f_contact_r {
  float: right;
}
#footer .f_contact_r .btn_footer {
  margin-top: 16px;
}
#footer .f_contact_r .btn_footer a {
  font-family: "NotoSerifCJKjp-Regular";
  letter-spacing: 0.01em;
  font-size: 38px;
  display: block;
  color: #fff;
  background-image: linear-gradient(#0db14b, #006b29);
  text-decoration: none;
  text-align: center;
  width: 418px;
  padding: 20px 30px 0;
  height: 98px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#footer .f_contact_r .btn_footer a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_mail_02.png) no-repeat;
  background-size: 21px auto;
  width: 21px;
  height: 14px;
  top: calc(50% + 14px);
  left: 30px;
}
#footer .f_contact_r .btn_footer a::before {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_02.png) no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% + 16px);
  right: 30px;
}
#footer .f_contact_r .btn_footer a span {
  display: block;
  font-size: 16px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}
#footer .f_contact_r .btn_footer a:hover {
  opacity: 0.8;
}
#footer .footer_link {
  background: #07923c;
  color: #fff;
  padding: 40px 0 0;
}
#footer .footer_link dl dt {
  margin-bottom: 8px;
}
#footer .footer_link dl dt span {
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
#footer .footer_link dl dt span::after {
  position: absolute;
  content: "";
  background: url(../images/icon_footer.png) no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 10px;
  top: calc(50% - 7px);
  left: 0;
}
#footer .footer_link .link_info dl dt span {
  width: auto;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
#footer .footer_link dl dd li {
  margin-bottom: 4px;
}
#footer .footer_link dl dd li:last-child {
  margin-bottom: 0;
}
#footer .footer_link dl dd a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  padding-left: 15px;
  position: relative;
}
#footer .footer_link dl dd a::before,
#index .news_info .news_l .news_more a::before {
  content: "";
  position: absolute;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  z-index: 0;
  left: 0;
  bottom: -2px;
  background: #fff;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
#footer .footer_link dl dd a:hover::before,
#index .news_info .news_l .news_more a:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
#footer .footer_link dl dd a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_05.png) no-repeat;
  background-size: 5px auto;
  width: 5px;
  height: 5px;
  top: calc(50% - 3px);
  left: 0;
}
#footer .footer_link .link_group {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}
#footer .footer_link .link_info {
  /*width: 39%;*/
  width: 73%;
}
#footer .footer_link .link_info dl {
  float: left;
  margin-right: 30px;
  margin-bottom: 36px;
}
/*#footer .footer_link .link_info dl:nth-child(2n+2) {
 margin-right: 0;
}*/
#footer .footer_link .link_info dl:nth-child(3) {
  margin-right: 49px;
}
#footer .sub_dl {
  width: 27%;
  margin-bottom: 36px;
}
#footer .sub_dl dt span.sub_span {
  width: auto;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding-left: 30px;
}
#footer .sub_dl dt span.sub_span::after {
  position: absolute;
  content: "";
  background: url(../images/icon_footer_02.png) no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 18px;
  top: calc(50% - 12px);
  left: 0;
}
#footer .footer_map {
  text-align: center;
  background: #fff;
  width: 264px;
  height: 269px;
}
#footer .footer_map .title {
  font-family: "NotoSerifCJKjp-Regular";
  background: #0db14b;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 0.01em;
  margin-bottom: 17px;
}
#footer .footer_map .map_info {
  color: #0db14b;
  font-size: 13px;
}
#footer .footer_map .map_info img {
  margin-top: 10px;
}
#footer .f_end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 17px 0 20px;
}
#footer .f_end .image_l {
  margin-bottom: 0;
}
#footer address {
  float: right;
  font-size: 12px;
}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
/* index
------------------------------------------------------------------------*/
.red {
  color: #ed1164;
}
#index h3 {
  font-family: "NotoSerifCJKjp-Medium";
  font-size: 50px;
  color: #0db14b;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
#index h3 span {
  display: block;
  font-size: 24px;
  color: #666666;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
}
#index .idx_btn a {
  display: inline-block;
  border: 2px solid #ed1164;
  text-decoration: none;
  width: 170px;
  height: 38px;
  font-size: 15px;
  line-height: 41px;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #ed1164;
}
#index #index_pr .detail p.btn_pr {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}
#index .idx_btn.btn_pr a:after {
  top: calc(50% - 4px);
}
#index .btn_pr a {
  width: 300px;
}

#img_detail.btn_active {
  display: block;
}
#index .idx_btn a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_06.png) no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% - 6px);
  right: 18px;
}
.a_hover {
  position: relative;
}
.a_hover::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.a_hover:hover::before {
  visibility: visible;
  opacity: 1;
}
.b_hover::before {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
}
#index #top_info {
  position: relative;
}
#index #top_info .slide {
}
#index .slide01 {
  background: url(../images/slide01.jpg) no-repeat center;
  background-size: cover;
  height: 540px;
}
#index .slide02 {
  background: url(../images/slide02.jpg) no-repeat center;
  background-size: cover;
  height: 540px;
}
#index .slide03 {
  background: url(../images/slide03.jpg) no-repeat center;
  background-size: cover;
  /*height: 540px;*/
  height: 620px;
}
#index .bnr_member {
  margin-top: 30px;
}
#index #top_info p {
  margin-bottom: 0;
}
#index #top_info .info_content {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 111;
}
#index #top_info .info_content .content_l {
  float: left;
  width: 54%;
  position: relative;
}
#index #top_info .info_content .content_l .quote {
  position: absolute;
  top: -3px;
  left: -100px;
}
#index #top_info .info_content h2 {
  font-family: "NotoSerifCJKjp-Regular";
  font-size: 24px;
  letter-spacing: 0.075em;
  color: #0cb04b;
  margin-bottom: 20px;
  position: relative;
	left: -100px;
}
#index #top_info .info_content h2 span.tit01 {
  font-family: "NotoSerifCJKjp-Medium";
  display: block;
  font-size: 49px;
  color: #ed1164;
  margin-top: 13px;
}
#index #top_info .info_content h2 span.tit01 span.tit02 {
  color: #0cb04b;
  line-height: 1.2;
}
#index #top_info .info_content h2 span.tit01 span.tit02 span {
  color: #4d4d4d;
  font-size: 40px;
}
#index #top_info .info_content .top_info_btn {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  left: -95px;
  width: 600px;
}
#index #top_info .info_content .top_info_btn .btn_01 a {
  font-family: "NotoSerifCJKjp-Regular";
  /*height: 80px;*/
  height: 70px;
  width: 250px;
  border: 2px solid #0cb04b;
  font-size: 15px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 0 12px 0;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 20px;
	line-height: 1.6em;
}

/*
#index #top_info .info_content .top_info_btn .btn_01:nth-child(3) a {
  width: 460px;
}
*/

#index #top_info .info_content .top_info_btn .btn_01 a span.tit03 {
  font-size: 18px;
  /*letter-spacing: 0.1em;*/
  color: #ed1164;
}
#index #top_info .info_content .top_info_btn .btn_01 a span.tit03 span {
  color: #4d4d4d;
}
#index #top_info .info_content .top_info_btn .btn_01 a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_04.png) no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% - 6px);
  right: 10px;
}
#index #top_info .info_content .top_info_btn .btn_01 {
  margin-right: 10px;
}
#index #top_info .info_content .content_r {
  float: right;
  width: 50%;
}
#index #top_info .info_content .top_price {
  background: url(../images/bg_cirle.png) no-repeat;
  background-size: 231px auto;
  width: 231px;
  height: 231px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: -4px 0 0 -6px;
}
#index #top_info .info_content .top_price .sub_tit {
  font-family: "NotoSerifCJKjp-Regular";
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: -26px;
}
#index #top_info .info_content .top_price .sub_tit02 {
  font-family: "NotoSerifCJKjp-Regular";
  font-size: 14px;
  text-align: center;
  color: #cb111e;
}
#index #top_info .info_content .top_price .sub_tit02 span.txt01 {
  font-family: "NotoSerifCJKjp-SemiBold";
  display: block;
  font-size: 90px;
  letter-spacing: -0.05em;
  font-style: italic;
  margin-top: 21px;
}
#index #top_info .info_content .top_price .sub_tit02 span.txt01 span {
  font-family: "NotoSerifCJKjp-Medium";
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0.05em;
  padding-left: 10px;
}
#index .news_info {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 20px 0 20px;
  margin-top: 30px;
}
#index .news_info .news_l {
  float: left;
  width: 12%;
  height: 80px;
  border-right: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#index .news_info .news_l .news_tit {
  font-size: 23px;
  font-family: "NotoSerifCJKjp-SemiBold";
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
#index .news_info .news_l .news_more {
  margin-bottom: 0;
}
#index .news_info .news_l .news_more a {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #0db14b;
  padding-right: 15px;
  position: relative;
}
#index .news_info .news_l .news_more a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_04.png) no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% - 6px);
  right: 0;
}
#index .news_info .news_l .news_more a::before {
  bottom: -1px;
  background: #0db14b;
}
#index .news_info .news_r {
  float: right;
  width: 81.5%;
}
#index .news_info .news_r dl {
  height: 80px;
  overflow: auto;
}
#index .news_info .news_r dl dt {
  float: left;
  color: #666666;
  font-weight: bold;
  margin-top: 3px;
  font-size: 14px;
}
#index .news_info .news_r dl dd {
  padding-left: 125px;
}
#index .news_info .news_r dl dd a {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 14px;
}
#index .news_info .news_r dl dd a:hover {
  text-decoration: underline;
}
#index #index_pr {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#index #index_pr .pr_inner {
  width: 900px;
  margin: 0 auto;
}
#index #index_pr h4 {
  font-size: 3.2em;
  font-weight: 800;
  font-family: "NotoSerifCJKjp-Regular";
  color: #0db14b;
}
#index #index_pr h4.h4_tit01 {
  font-family: "Meiryo, arial, clean, verdana, Hiragino Kaku Gothic Pro";
}
#index #index_pr h4 span {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
  font-size: 0.8em;
  color: #333;
}
#index #index_pr h4 strong {
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 10px 10px 12px;
  line-height: 1;
  text-align: left;
  font-size: 0.6em;
  color: #fff;
  background: #cb111e;
}
#index #index_pr h4 span.txt_red {
  color: #cb111e;
}
.ac_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin: 50px 0;
  padding: 20px 40px;
  border: 10px solid #eee;
  box-sizing: border-box;
  cursor: pointer;
}
.ac_btn::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  content: "仕様";
  width: 100px;
  padding: 10px 10px 25px;
  line-height: 1;
  text-align: center;
  font-size: 1.2em;
  color: #333;
  background: #eee;
}
.ac_btn::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 7px);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-bottom: 4px solid #333;
  border-right: 4px solid #333;
  transform: rotate(45deg);
}
#index #index_pr img {
  width: 35%;
}
#index #index_pr .detail_inner {
  margin-bottom: 50px;
  padding: 15px;
  background: rgba(238, 238, 238, 0.3);
}
#index #index_pr #pr_detail,
#index #index_pr #pr_detail.active {
  transition: 0.3s;
}
#index #index_pr #pr_detail {
  height: 0;
  opacity: 0;
  /* pointer-events: none; */
}
#index #index_pr #pr_detail.active {
  height: auto;
  opacity: 1;
}
#index #index_pr .detail p {
  margin-bottom: 10px;
}
#index #index_pr .detail p strong {
  font-size: 1.8em;
  color: #cb111e;
}
#index #index_pr table {
  margin-bottom: 15px;
}
#index #index_pr table th,
#index #index_pr table td {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ddd;
}
#index #index_pr table th {
  background: rgba(238, 238, 238, 0.5);
}
#index #index_pr table td {
  background: #fff;
}
#index #index_box01 {
  background: url(../images/idx_box01_bg.jpg) no-repeat center;
  background-size: cover;
}
#index #index_box01 h3 {
  padding: 94px 0 28px;
}
#index #index_box01 h3 span.sub_span,
#index #index_box01 h3 span.sub_span span.fz30 {
  display: inline-block;
  color: #333333;
  letter-spacing: 0.075em;
}
#index #index_box01 h3 span.sub_span {
  font-size: 50px;
}
#index #index_box01 h3 span.sub_span span.fz30 {
  font-size: 40px;
}
#index #index_box01 .box01_inner {
  width: 1350px;
  margin: 0 auto;
}
#index #index_box01 p {
  margin-bottom: 0;
}
#index #index_box01 ul {
  display: flex;
  justify-content: space-between;
}
#index #index_box01 ul li {
  width: 28%;
  background: #fff;
  text-align: center;
  padding: 48px 2% 50px;
}
#index #index_box01 ul li .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#index #index_box01 ul li:nth-child(1) .icon {
  background: #ffb396;
}
#index #index_box01 ul li:nth-child(2) .icon {
  background: #edcb55;
}
#index #index_box01 ul li:nth-child(3) .icon {
  background: #8fd7bb;
}
#index #index_box01 h4 {
  font-family: "NotoSerifCJKjp-Regular";
  font-size: 22px;
  color: #0db14b;
  margin: 39px 0 8px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#index #index_box01 ul li .sub_box01 {
  padding: 0 10%;
}
#index #index_box01 .tt01 {
  text-align: left;
  padding: 0 0 30px;
}
#index #index_box01 .btn_box01 {
  margin: 63px 0 88px;
}
#index #index_box01 .btn_box01 a {
  font-family: "NotoSerifCJKjp-Medium";
  background: #ed1164;
  display: block;
  width: 340px;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}
#index #index_box01 .btn_box01 a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_04_02.png) no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% - 5px);
  right: 20px;
}
#index #index_box01 .btn_box01 a:hover {
  background: #c6004b;
}
#index #index_box02 {
  background: rgba(143, 215, 187, 0.15);
  padding: 150px 0 93px;
}
#index #index_box02 p {
  margin-bottom: 0;
}
#index #index_box02 h3 {
  position: relative;
  margin-bottom: 47px;
}
#index #index_box02 h3::after {
  position: absolute;
  content: "";
  background: url(../images/box02_icon01.png) no-repeat;
  background-size: 46px auto;
  width: 46px;
  height: 40px;
  top: -62px;
  left: calc(50% - 23px);
}
#index #index_box02 ul {
}
#index #index_box02 ul li {
  float: left;
  width: 520px;
  margin-right: 40px;
  background: #fff;
}
#index #index_box02 ul li:last-child {
  margin-right: 0;
}
#index #index_box02 ul li .sub_box02 {
  padding: 42px 60px 47px;
  text-align: center;
}
#index #index_box02 ul li h4 {
  font-family: "NotoSerifCJKjp-Regular";
  font-size: 18px;
  color: #333333;
}
#index #index_box02 ul li h4 span.bg {
  display: block;
  background: #0db14b;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.01em;
  height: 44px;
  line-height: 44px;
  margin-top: 21px;
}
#index #index_box02 ul li .tt02 {
  text-align: left;
  margin: 26px 0 11px;
}
#index #index_box02 ul li .price {
  font-family: "NotoSerifCJKjp-Regular";
  font-size: 60px;
  color: #ed1164;
  letter-spacing: 0.02em;
}
#index #index_box02 ul li .price p {
  line-height: 1.4em;
}
#index #index_box02 ul li .price span.sub_price {
  font-size: 30px;
}
#index #index_box02 ul li .price .sub_price02 {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2em;
  margin-left: 10px;
}
#index #index_box03 {
  background: url(../images/idx_box03_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 144px 0 84px;
}
#index #index_box03 p {
  margin-bottom: 0;
}
#index #index_box03 .tit {
  font-family: "NotoSerifCJKjp-Regular";
  color: #4d4d4d;
  font-size: 28px;
  letter-spacing: 0.075em;
  position: relative;
  text-align: center;
  margin-bottom: 34px;
}
#index #index_box03 .tit::after {
  position: absolute;
  content: "";
  background: url(../images/box03_icon01.png) no-repeat;
  background-size: 45px auto;
  width: 45px;
  height: 40px;
  top: -57px;
  left: calc(50% - 23px);
}
#index #index_box03 h3 {
  margin-bottom: 57px;
}
#index #index_box03 h3 span {
  color: #0db14b;
  margin-bottom: 3px;
}
#index #index_box03 .sub_box03 {
  padding: 0 176px;
}
#index #index_box03 .sub_box03 p {
  margin-bottom: 28px;
}

#index #index_box03 .f_l {
  float: left;
  width: 50%;
}
#index #index_box03 .f_r {
  float: right;
  width: 50%;
}

#index #index_box03 .btn_group {
  margin: 57px 0 0;
}
#index #index_box03 .btn_group p {
  margin-bottom: 0;
}


#index #index_box03 .btn_box03_blue a {
  font-family: "NotoSerifCJKjp-Regular";
  background: url(../images/under_bnr_bg2.jpg) repeat;
  display: block;
  width: 336px;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}



#index #index_box03 .btn_box03 a {
  font-family: "NotoSerifCJKjp-Regular";
  background: url(../images/under_bnr_bg.jpg) repeat;
  display: block;
  width: 336px;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}

#index #index_box03 .btn_box03.f_full a {
  width: calc(100% - 30px);
  height: auto;
  line-height: 2;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

#index #index_box03 .btn_box03_blue.f_full a {
  width: calc(100% - 30px);
  height: auto;
  line-height: 2;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}


#index #index_box03 .btn_box03.f_full a span {
  text-align: center;
}

#index #index_box03 .btn_box03 a::after, #index #index_box03 .btn_box03_blue a::after {
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_04_02.png) no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% - 5px);
  right: 20px;
}
#index #index_box03 .btn_box03 a:hover {
  background: #b40044;
}
 #index #index_box03 .btn_box03_blue a:hover {
  background: #0b79a2;
}
#index #index_box03 .btn_box03_01 a {
  background:#fff;
    border: 2px solid #dd005d;
  color: #dd005d;
}
#index #index_box03 .btn_box03_01 a:hover {
     background: #fff;
     color: #a8003f;
     border: 2px solid #a8003f;
}
#index #index_box03 .btn_box03_01 a::after {
    background: url(../images/icon_arrow_06.png) no-repeat;
    background-size: 6px auto;
}
.txt02 {
    font-size: 24px;
    font-weight: bold;
}



.detail_tb_btn {
  float: right;
  margin: 5px 0 0;
  padding: 5px 8px;
  line-height: 1;
  font-size: 0.8em;
  color: #fff;
  background: #ccc;
  cursor: pointer;
}
.arrow-b {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px 2px 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.detail_box {
  height: 0;
  font-size: 0.8em;
  background-color: rgba(238, 238, 238, 0.3);
  opacity: 0;
  pointer-events: none;
}
.detail_box p {
  margin-bottom: 10px;
}
.detail_box-inner {
  padding: 15px;
  border: 1px solid #ddd;
}
.detail_box.active {
  height: auto;
  margin-top: 10px;
  opacity: 1;
}
.detail_box,
.detail_box.active {
  transition: 0.3s;
}
.detail_box ul {
  margin-bottom: 15px;
}
.detail_box ul li {
  position: relative;
  padding-left: 15px;
}
.detail_box ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.69em;
  width: 5px;
  height: 5px;
  background: #777;
  border-radius: 50vw;
}

#index .index_bnr02 a {
  display: block;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #ed1164;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
  text-decoration: none;
  font-size: 19px;
  color: #fff;
  /*font-family: 'NotoSerifCJKjp-Medium';*/
  background: url(../images/under_bnr_bg.jpg);
  position: relative;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}

#index .index_bnr02 li {
  max-width: 450px;
  width: 100%;
  margin: 50px auto 0;
}

#index .index_bnr02 li:nth-child(2) a {
  border: 1px solid #007caa;
  background: #007caa;
}

#index .index_bnr02 li.bg_blue a {
  border: 1px solid #007caa;
  background: #007caa;
}



.btn_box03.btn_05 a {
  border: 1px solid #007caa;
  background: #007caa;
}


#index .index_bnr02 a:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto auto;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#index .index_bnr02 a:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#index .index_bnr02 a:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#index #index_pr h4 span.fz_lg {
  font-size: 2em;
}
.idx_banner_ac {
  position: relative;
}
.btn02 {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.btn02 a {
  display: block;
  border: 3px solid #0db14b;
  padding: 15px 10px;
  color: #0db14b;
  text-decoration: none;
  z-index: 999;
  font-size: 1.5em;
  font-family: "NotoSerifCJKjp-Medium";
}
.btn02 a:hover {
  opacity: 0.7;
}
.cir {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.cir li {
  width: 138px;
  border-radius: 50%;
  height: 138px;
  text-align: center;
  background-image: linear-gradient(#0db14b, #006b29);
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cir li a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.cir li a:hover {
  opacity: .7;
}
.idx_txt01 {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 26px;
  color: #ed1164;
  position: relative;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  margin: 50px 0 0 0;
}
.box_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.box_flex > div {
  width: 49%;
}
.under .title04 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.35em;
  color: #0db14b;
  font-family: "NotoSerifCJKjp-Medium";
  text-align: center;
  margin-bottom: 0px !important;
}
.under .title04 .red_char {
  color: #ed1164;
}
.under .title05 {
  font-size: 22px;
  line-height: 1.35em;
  color: #ed1164;
  font-family: "NotoSerifCJKjp-Medium";
  text-align: center;
  font-weight: bold;
}
.box_flex49 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.box_flex49 p {
  width: 49%;
}
.title06 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #c6c6c6;
  font-family: "NotoSerifCJKjp-Medium";
}
.step_b {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.step_b li {
  width: calc(100% / 7);
  background-image: linear-gradient(#0db14b, #006b29);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 18px !important;
  color: #ffffff;
  text-align: center;
  padding: 15px 5px;
  border: 2px solid #e7e7e7;
  position: relative;
  margin-right: 24px;
  font-size: 12px;
  font-weight: bold;
}
.step_b li:last-child {
  margin-right: 0;
  font-size: 22px;
}

.step_b li::after {
  content: "";
  top: calc(50% - 15px);
  right: -20px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 10px solid #afafaf;
  border-bottom: 15px solid transparent;
}

.step_b li:last-child::after {
  border: none;
}
.under .cate_note {
  font-size: 14px;
  color: #0db14b;
  margin-left: 15px;
  float: right;
  background-color: #ffffff;
  padding: 0 10px;
  border: 1px solid #d3d3d3;
}

.member_images {
  display: flex;
  flex-wrap: wrap;
}

.member_images li {
  width: calc(100%/6 - 5px);
  margin-right: 6px;
  margin-bottom: 6px;
}
.member_images li:nth-child(6n){
  margin-right: 0;
}
.member_images li a:hover {
  opacity: 0.8;
}
.member_images img {
  width: 100%;
}

.list_post_c li{
  display: flex;
    align-items: center;
    padding: 5px 0px;
    border-bottom: 1px dashed #cbcbcb;
}

.list_post_c li .cate{
  display: inline-block;
  width: 80px;
  padding: 5px 5px 5px;
  background-color: #ed1164;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}

.list_post_c li .date{
  display: inline-block;
  margin: 0 28px 0 24px;
  font-size: 16px;
}
.list_post_c li a{
  color: #40210f;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0;
  display: none;
  background-color: white;
  overflow: hidden;
}
.under#member .panel .box_tb {
	border: none;
  width: 100%;
  display: block;
  padding: 0;
}
.under#member .panel .box_tb table {
	border: none;
}
.under#member .panel .box_tb table tr:first-child th, .under#member .panel .box_tb table tr:first-child td {
	border-top: none!important;
}
.under#member .panel .box_tb table tr:last-child th, .under#member .panel .box_tb table tr:last-child td  {
	border-bottom: none!important;
}
.under#member .panel .box_tb table tr th {
	border-left: none;
}
.under#member .accordion th.th_f {
	padding: 0;
}
.under#member .accordion th.th_f p {
	padding: 0;
	position: relative;
}
.accordion th.th_f p:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-right: 10px;
	position: absolute;
  right: 0;
  top: 0;
	font-size: 22px;
	color: #0eb04b;
}

.accordion.active th.th_f p:after {
  content: "ー"; /* Unicode character for "minus" sign (-) */
}
.box_line{
  margin-left: 15px;
}
.box_line:hover{
  opacity: 1 !important;
}
.box_line02{
  display: inline-block;
}
.box_seminar{
  display: inline-block;
  margin-top: 15px;
}
.img-shadow{box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
#choosing{
  padding: 90px 0;
  background: url(../images/idx_box01_bg.jpg) no-repeat center;
    background-size: auto;
  background-size: cover;
}
#choosing h3{
  padding-bottom: 28px;
}
#choosing ul{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#choosing ul li{
    width: 27%;
    background: #fff;
    text-align: center;
    padding: 25px 10px;
    box-shadow: 1px 1px 10px #cbcbcb;
  }
  #choosing ul li h4{
  font-family: "NotoSerifCJKjp-Regular";
  font-size: 20px;
  color: #0db14b;
  margin: 30px 0 0px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#choosing ul li .icon{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#choosing ul li:nth-child(1) .icon{
  background: #ffb396;
}
#choosing ul li:nth-child(2) .icon{
  background: #edcb55;
}
#choosing ul li:nth-child(3) .icon{
  background: #8fd7bb;
}
.bnt_contact .btn_footer{
  margin-top: 16px;
}
.bnt_contact .btn_footer a{
  font-family: "NotoSerifCJKjp-Regular";
  letter-spacing: 0.01em;
  font-size: 38px;
  display: block;
  color: #fff;
  background-image: linear-gradient(#0db14b, #006b29);
  text-decoration: none;
  text-align: center;
  width: 418px;
  padding: 20px 30px 0;
  height: 98px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bnt_contact .btn_footer a{
  font-family: "NotoSerifCJKjp-Regular";
  letter-spacing: 0.01em;
  font-size: 38px;
  color: #fff;
  text-align: center;
  margin: 0 auto 30px;
}
.bnt_contact a::before{
  position: absolute;
  content: "";
  background: url(../images/icon_arrow_02.png) no-repeat;
    background-size: auto;
  background-size: 6px auto;
  width: 6px;
  height: 10px;
  top: calc(50% + 16px);
  right: 30px;
}
.bnt_contact .btn_footer a span{
  display: block;
  font-size: 16px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}
.bnt_contact .btn_footer a::after{
  position: absolute;
  content: "";
  background: url(../images/icon_mail_02.png) no-repeat;
    background-size: auto;
  background-size: 21px auto;
  width: 21px;
  height: 14px;
  top: calc(50% + 14px);
  left: 30px;
}
.bnt_contact .btn_footer a:hover{
  opacity: 0.8;
}
.bnr{
  /* margin:0 auto; */
}
.hover:hover{
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  .list_post_c li{
    flex-wrap: wrap;
  }
  .member_images li {
    width: 32%;
    margin-bottom: 2%;
  }

  .member_images {
    flex-wrap: wrap;
  }
	.under#member .panel .box_tb table tr th, .under#member .panel .box_tb table tr td {
	border-left: 1px solid #72d3aa;
}
	.under#member .panel .box_tb table tr:first-child th, .under#member .panel .box_tb table tr:first-child td {
	border: 1px solid #72d3aa!important;
}
.under#member .panel .box_tb table tr:last-child th, .under#member .panel .box_tb table tr:last-child td  {
	border: 1px solid #72d3aa!important;
}
	.under#member .accordion th.th_f p {
  padding: 0 30px 0 5px;
  position: relative;
}
.accordion th.th_f p::after {
  content: '+';
  font-size: 13px;
  color: #777;
  float: right;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
  font-size: 22px;
  color: #0eb04b;
}

}
@media screen and (max-width: 380px) {
  .under .under_btn01 a {
    width: 100% !important;
  }
}

p.hide span {
  display: inline;
}

.list_post_c .cate_new{
  font-size: 14px;
  color: #ed1164;
  margin-left: 15px;
  font-weight: bold;
}

.list_post_c .cate_pickup {
  font-size: 14px;
  color: #ed1164;
  margin-left: 15px;
  font-weight: bold;
  animation: color-change 2s infinite;
}


@keyframes color-change {
  0% { color: #ed1164; }
  50% { color: #0db14b; }
  100% { color: #ed1164; }
}


#index .bnr_member {
  margin-top: 30px;
}

#index .bnr_member a {
  transition: all ease 0.3s;
}

#index .bnr_member a:hover {
  opacity: 0.8;
}

.hv_main:hover {
opacity: .8;
}

/* 20240410 add */
.copyright_link {
  text-decoration: none;
  color: unset;
}

/* 20240618 add */
#index .top_flow {
  margin: 50px auto;
}

#index .top_flow .inner {
  width: 880px;
  margin: 0 auto;
}

#index .top_flow h3 {
  color: #194d99;
  text-align: center;
}

#index .top_flow h3,
#index .top_flow h4 {
  margin-bottom: 30px;
  font-family: "NotoSerifCJKjp-Medium";
}

#index .top_flow .h3_en {
  font-size: 24px;
  margin-bottom: 18px;
  color: #666666;
  text-transform: capitalize;
}

#index .top_flow h2>span,
#index .top_flow h3>span {
  display: block;
}

#index .top_flow .h3_jp {
  font-size: 38px;
  color: #333333;
  line-height: 1.35em;
}

#index .top_flow span.h3_jp::first-letter {
  color: #0db14b;
}

.top_flow .section {
  padding: 0 0 50px 0;
}

.top_flow #content p {
  line-height: 2em;
}

.top_flow #content p:last-child,
.top_flow .under_btn01:last-child {
  margin-bottom: 0;
}

.top_flow h4 {
  font-size: 28px;
  color: #0db14b;
  padding: 0 0 10px 50px;
  border-bottom: 1px solid #c6c6c6;
  background: url(../images/top_flow_h4.png) left top no-repeat;
  background-size: 33px auto;
}

.top_flow h4 {
  font-size: 28px;
  color: #0db14b;
  padding: 0 0 10px 50px;
  border-bottom: 1px solid #c6c6c6;
  background: url(../images/under_h4.png) left top no-repeat;
  background-size: 33px auto;
}

.top_flow .section {
  padding: 0;
}

.top_flow .section:last-child {
  padding-bottom: 0;
}

.top_flow .step01,
.top_flow .step01 .step_box {
  width: 100%;
  display: inline-block;
}

.top_flow .step01 .step_box {
  border: 2px #e7eef6 solid;
  border-bottom: 2px #ed1164 solid;
  margin-bottom: 35px;
  position: relative;
  box-sizing: border-box;
}

.top_flow .step01 .step_box:before {
  position: absolute;
  content: "";
  margin: 0 auto;
  border-top: 20px #ed1164 solid;
  border-left: 30px transparent solid;
  border-right: 30px transparent solid;
  left: 0;
  right: 0;
  bottom: -22px;
  width: 0px;
}
.top_flow .step01 .step_box:last-child {
  border-bottom: 0;
}
.top_flow .step01 .step_box:last-child:before {
  content: none;
}

.top_flow #content p,
.top_flow #content .step_text {
  line-height: 2em;
}

.top_flow .step01 .step_box .step_text .step_icon {
  background: #72d3aa;
  color: #fff;
  font-size: 16px;
  padding: 7px 15px;
  margin-right: 20px;
  text-align: center;
}

.top_flow .step01 .step_box .step_text {
  background: #e7eef6;
  padding: 10px;
  display: flex;
  font-family: "NotoSansCJKjp-Medium";
  align-items: center;
}

.top_flow .step01 .step_box .step_text .step_title {
  font-size: 16px;
}

.under .step01 .step_box .step_text .step_icon {
  background: #72d3aa;
  color: #fff;
  font-size: 16px;
  padding: 7px 15px;
  margin-right: 20px;
  text-align: center;
}

.top_flow .bnr01 {
  margin: 0 auto;
  background: #e7eef6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 15px 15px;
  margin-bottom: 25px;
  box-sizing: border-box;
  font-family: "NotoSerifCJKjp-Regular";
}

.top_flow .bnr01_tel {
  color: #ed1164;
}

.top_flow .bnr01_tel_big {
  font-size: 40px;
  font-style: italic;
}

.top_flow .bnr01_hour {
  background: #0db14b;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.top_flow .under_btn01.under_btn01_r a {
  margin: 0px;
  margin-left: auto;
  height: 50px;
}

.top_flow .under_btn01 a {
  width: 340px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #ed1164;
  font-family: "NotoSerifCJKjp-Medium";
  font-size: 16px;
  padding: 10px 25px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease-out;
}

.top_flow .under_btn01 a:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto auto;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.top_flow .under_btn01 a:after,
.top_flow .under_bnr01 a:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  opacity: 0;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 640px) {

  #index .top_flow h3,
  .top_flow h4 {
    line-height: 1.45em;
  }

  #index .top_flow .h2_en,
  #index .top_flow .h3_en {
    font-size: 18px;
    margin-bottom: 5px;
  }

  #index .top_flow .h3_jp {
    font-size: 26px;
    line-height: 1.25em;
  }

  .top_flow .section,
  .top_flow .section_h3 {
    padding: 0 0 30px 0;
  }

  .top_flow h4 {
    font-size: 22px;
    background-position: left top 10px;
    background-size: 22px auto;
    padding-left: 30px;
  }

  .top_flow .step01 .step_box:before {
    bottom: -20px;
  }

  .top_flow .step01 .step_box .step_text {
    padding: 7px;
  }

  .top_flow .step01 .step_box .step_text .step_icon {
    width: 65px;
    flex-shrink: 0;
    margin-right: 10px;
  }

  .top_flow .step01 .step_box .step_text .step_title {
    line-height: 1.4;
  }

  .top_flow .bnr01_tel_big {
    font-size: 24px;
  }

  .top_flow .bnr01_hour {
    font-size: 12px;
  }

  .top_flow .under_btn01 a {
    width: 300px;
    height: auto;
    font-size: 15px;
    padding: 10px 15px;
  }

  .top_flow .under_btn01.under_btn01_r a {
    margin: 0 auto;
  }

  .top_flow .under_btn01 a:before,
  .top_flow .under_bnr01 a:before {
    right: 10px;
    top: 0;
  }
}