@charset "UTF-8";
.televe_nonpc {
  pointer-events: none;
}

.linehight_100 {
  line-height: 100% !important;
}

.linehight_130 {
  line-height: 130% !important;
}

.linehight_150 {
  line-height: 150% !important;
}

.linehight_180 {
  line-height: 180% !important;
}

/****************/
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #61b1e6;
}

a:hover {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #00a3c9;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* =======================================
★アニメーション
========================================== */
.okgarl {
  opacity: 0;
}

.on.okgarl {
  -webkit-animation: garlslider 0.3s linear;
  animation: garlslider 0.3s linear;
  z-index: 0;
  opacity: 1;
}

@keyframes garlslider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 10%, 0) rotate(-45deg);
    transform: translate3d(-100%, 10%, 0) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes garlslider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 10%, 0) rotate(-45deg);
    transform: translate3d(-100%, 10%, 0) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}
/* =======================================
★共通
========================================== */
.wrap {
  max-width: 1960px;
  min-width: 1020px;
  margin: 0 auto;
  z-index: 0;
  position: relative;
  /* width: 1040px; */
}

main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.inner {
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  clear: both;
  display: block;
  content: "";
}

.amax:hover .scaleupWp > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); /*画像の拡大率*/
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; /*変化に掛かる時間*/
}

/*シャドウ*/
.box_shadow {
  -webkit-box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.1);
}

/*三角　吹き出し*/
.fukidashi {
  position: relative;
}

.fukidashi:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #30950b transparent transparent transparent;
  z-index: 2;
}

.blueh3.fukidashi:after {
  border-color: #7c9dbf transparent transparent transparent;
}

.blueh3b.fukidashi:after {
  border-color: #167ac6 transparent transparent transparent;
}

.redh3.fukidashi:after {
  border-color: #c14e3a transparent transparent transparent;
}

.redh32.fukidashi:after {
  border-color: #d41518 transparent transparent transparent;
}

.point_list01 {
  list-style: disc;
  margin: 0 0 0 20px;
}

.nunber_list01 {
  list-style-type: decimal;
  margin: 0 0 10px 20px;
}

/*ホバーすると拡大*/
.scaleupWp {
  overflow: hidden;
}

.scaleupWp img {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; /*変化に掛かる時間*/
}

.scaleupWp:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); /*画像の拡大率*/
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

a:hover .scaleupWp img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); /*画像の拡大率*/
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

/*グーグルマップ*/
.gmapWp {
  width: 100%;
  position: static;
  min-height: 250px;
}

.gmapWp > iframe {
  width: 100%;
  height: 440px;
  padding: 0;
  margin: 0;
  border-width: 0;
  vertical-align: bottom;
}

/*ボタン類*/
.btn01 {
  display: block;
  padding: 9px 10px;
  font-size: 16px;
  background: #c14e3a;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  border: solid 1px #c14e3a;
}
.btn01.type1 {
  max-width: unset;
  display: inline-block;
  width: auto;
  padding: 10px 35px 10px 15px;
}

.btn01:hover {
  background: #ffffff;
  color: #c14e3a;
}

.btn02 {
  display: block;
  padding: 9px 10px;
  font-size: 16px;
  background: #009142;
  border-radius: 3px;
  color: #fff !important;
  text-align: center;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  border: solid 1px #009142;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn02.type1 {
  max-width: unset;
  display: inline-block;
  width: auto;
  padding: 10px 35px 10px 15px;
}

.btn02:hover {
  background: #ffffff;
  color: #009142 !important;
}

.btn03 {
  display: block;
  padding: 9px 10px;
  font-size: 16px;
  background: #009142;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  max-width: 250px;
  width: 100%;
  border: solid 1px #009142;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.btn03.type1 {
  max-width: unset;
  display: inline-block;
  width: auto;
  padding: 10px 35px 10px 15px;
}

.btn03:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}

.blue_area .btn03 {
  background: #547096;
  border: solid 1px #547096;
}

.blue_area .btn03:hover {
  background: #fff;
  color: #547096;
}

.blue_area .btn03:hover:after {
  border-top: 1px solid #547096;
  border-right: 1px solid #547096;
  right: 12px;
}

.red_area .btn03 {
  background: #d41518;
  border: solid 1px #d41518;
}

.red_area .btn03:hover {
  background: #fff;
  color: #d41518;
}

.red_area .btn03:hover:after {
  border-top: 1px solid #d41518;
  border-right: 1px solid #d41518;
  right: 12px;
}

.btn04 {
  color: #d41518 !important;
  display: block;
  background: #ffffff;
  border: 1px solid #d41518;
  position: relative;
  padding: 12.5px 20px 12.5px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none !important;
}

.btn04:hover {
  color: #ffffff !important;
  border: 1px solid #d41518;
  background: #d41518;
}

.btn02:hover {
  background: #ffffff;
  color: #009142;
}

.btn05 {
  display: block;
  padding: 9px 10px;
  font-size: 16px;
  background: #d41518;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
  border: solid 1px #d41518;
}

.btn05:hover {
  background: #ffffff;
  color: #d41518;
}

.btn06 {
  display: block;
  padding: 9px 10px;
  font-size: 16px;
  background: #d41518;
  border-radius: 3px;
  color: #fff !important;
  text-align: center;
  margin: 0;
  max-width: 450px;
  width: 100%;
  border: solid 1px #d41518;
}

.pagetop_wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  display: none;
}

.btn_pagetop {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fdd595;
}
.btn_pagetop > span {
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
  color: #572a06;
  font-weight: bold;
  padding-top: 50px;
}
.btn_pagetop > span::before {
  content: "";
  display: block;
  width: 145px;
  height: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/top_topcara.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.yplus02_ad {
  position: relative;
}

.yplus02_ad:before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  left: 7px;
  right: 0;
  bottom: 16px;
  top: auto;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  display: block;
  content: "";
  position: absolute;
}

.btn_slide_bright02 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_slide_bright02:hover {
  color: #fff;
  cursor: pointer;
}

.btn_slide_bright02:hover:before {
  color: #ffffff;
}

.btn_slide_bright02:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 130px;
  right: -25%;
  top: 0;
  height: 90px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  background: -webkit-gradient(linear, left top, right top, from(#f7aeaf), to(#f7aeaf));
  background: linear-gradient(90deg, #f7aeaf 0%, #f7aeaf 100%);
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.btn_slide_bright02:hover:before {
  width: 130%;
  right: -15%;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.btn_rc10 {
  border-radius: 10px;
}

.btn_rc15 {
  border-radius: 15px;
}

.btn_rc20 {
  border-radius: 20px;
}

.btn_rc25 {
  border-radius: 25px;
}

.btn_rc30 {
  border-radius: 30px;
}

.border1s {
  border: 1px solid;
}

.btn_glink_plus {
  position: relative;
}

.btn_glink_plus:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 9px;
  top: 7px;
  right: 7px;
  background: url(../img/icon_linklimg02_on.png) no-repeat center center;
}

.btn_glink_plus:hover:after {
  background: url(../img/icon_linklimg03_on.png) no-repeat center center;
}

.btn_glink_plus2 {
  position: relative;
}

.btn_glink_plus2:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  background: url(../img/icon_linklimg04.png) no-repeat center center;
  background-size: 100%;
}

.btn_download {
  position: relative;
}

.btn_download:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 12px;
  top: 34%;
  right: 7px;
  background: url(../img/icon_download_off.png) no-repeat center center;
}

.btn_download:hover:after {
  background: url(../img/icon_download_on.png) no-repeat center center;
}

.btn_download:hover:after {
  background: url(../img/icon_download_on.png) no-repeat center center;
}

.btn_txtunerline a:hover {
  text-decoration: underline;
}

/*****見出し******/
.title_txt01 {
  margin: 0 0 25px 0;
  /* color:#fff; */
  font-size: 22px;
  font-weight: bold;
}

.heading_txt {
  color: #fff;
  background: #ffffff;
  margin: 0 0 40px 0;
}

.heading_txt .title_txt01 {
  margin: 0 auto;
  width: 92%;
  color: #000000;
  font-weight: bold;
  padding: 25px 0;
}

.title_txt02 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 2px #d6d2d2;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  position: relative;
}

.title_txt02:after {
  content: "";
  border-bottom: solid 2px #ffffff;
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 100px;
}

.title_txt02_02 {
  border-left: solid 4px #d41518;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 10px;
}

.red_area .title_txt02:after {
  content: "";
  border-bottom: solid 2px #d41518;
}

.green_area .title_txt02:after {
  content: "";
  border-bottom: solid 2px #00a73c;
}

.blue_area .title_txt02:after {
  content: "";
  border-bottom: solid 2px #547096;
}

.title_txt02 > span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #47494a;
}

.title_txt03 {
  font-size: 18px;
  font-weight: bold;
}

.title_txt0302 {
  font-size: 16px;
  font-weight: bold;
}

.title_txt04 {
  font-size: 16px;
  font-weight: bold;
}

.disclosure .title_txt04 span {
  font-size: 143%;
}

.title_txt04_02 {
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  padding: 5px;
}

.red_area .title_txt03 {
  color: #d35758;
}

.green_area .title_txt03 {
  color: #00a73c;
}

.blue_area .title_txt03 {
  color: #547096;
}

.title_txt03 {
  font-size: 19px;
  font-weight: bold;
}

/*テキスト*/
.txt01 {
  font-size: 14px;
  line-height: 180%;
  color: #47494a;
}

.txt_str {
  font-weight: bold;
}

.txt_white {
  color: #fff;
}

/*右寄りのボックス*/
.inner_content {
  margin: 0 20px 30px 20px;
  width: auto;
}

/*リスト系統*/
.ml20li > li {
  margin: 0 0 0% 20px;
}

.ml20li02 > li {
  margin: 1% 0 1% 20px;
}

.list_50pct > li {
  float: left;
  width: 46%;
  margin: 0 2% 2%;
}

.list_3on2pct > li {
  float: left;
  width: 180px;
  margin: 0 15px 15px;
}

.list_decimal {
  list-style-type: decimal !important;
} /*算用数字*/
.list_disc {
  list-style-type: disc !important;
} /*黒丸*/
.list_katakana-iroha {
  list-style-type: katakana-iroha !important;
} /*カタカナのイロハニホヘト順*/
.list_hiragana-iroha {
  list-style-type: hiragana-iroha !important;
} /*ひらがなのいろはにほへと順*/
.list_cjk-ideographic {
  list-style-type: cjk-ideographic !important;
} /*漢数字*/
/*画像系*/
.flot_rightimg {
  float: right;
  margin: 0 0 20px 20px;
}

.pdd {
  position: relative;
  padding: 0 0 66.667%;
}

.pdd img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/*table*/
.commontbl01 {
  width: 100%;
  border-collapse: collapse;
}

.commontbl01 tr {
  border: 1px solid #d8d8d8;
}

.commontbl01 th {
  padding: 15px;
  font-size: 13px;
  background: #f7f7f7;
  border: 0px;
  width: 30%;
}

.commontbl01 th > p {
  font-size: 13px;
  /* color: #4A4c72; */
}

.commontbl01 td {
  padding: 15px;
  font-size: 13px;
}

.commontbl01 td > p {
  font-size: 13px;
}

.commonTbl02 {
  width: 100%;
  border-collapse: collapse;
}

.commonTbl02 thead th {
  padding: 7px;
  font-size: 12px;
  background: #636363;
  color: #fff;
  border: 0px;
  /* width: 30%; */
  border: 1px solid #d6d2d2;
  text-align: center;
  font-weight: bold;
}

.commonTbl02 tbody th {
  padding: 16px;
  font-size: 14px;
  background: #f7f7f7;
  border: 0px;
  /* width: 30%; */
  border: 1px solid #d6d2d2;
}

.commonTbl02 tbody td {
  padding: 15px;
  font-size: 13px;
  border: 1px solid #d6d2d2;
  vertical-align: middle;
  color: #7c7c7c;
}

.commonTbl02 td > p {
  font-size: 13px;
}

/*注釈*/
.asterisk_txt {
  font-size: 11px;
  font-weight: normal;
}

/* =======================================
★u_article ★共通
========================================== */
.u_article {
  background: #ffffff;
}

.u_article .h1Wrap {
  width: 1040px;
  margin: 0 auto;
  padding-top: 40px;
}

.u_article .container {
  margin: 0px auto 60px;
  width: 1040px;
  background: #ffffff;
}

/*page_body*/
.page_body {
  max-width: 740px;
  width: 100%;
  float: left;
  background: #fff;
  margin: 0 40px 0 0;
}

.page_body .entry-content * {
  word-break: break-all;
}

.page_body li {
  font-size: 14px;
  color: #47494a;
  line-height: 180%;
}

/*side_nav*/
.nav_title p {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  padding: 23px 0 23px 55px;
}
.nav_title p a {
  text-decoration: underline;
}

.nav_title p a {
  color: #ffffff;
}

.red_area .nav_title p {
  background: url(../img/icon_nav_red.png) no-repeat 25px center #d41518;
}

.member.red_area .nav_title p {
  background: url(../img/icon_nav_member.png) no-repeat 25px center #d41518;
}

.green_area .nav_title p {
  background: url(../img/icon_nav_green.png) no-repeat 23px 25.5px #00a73a;
}

.blue_area .nav_title p {
  background: url(../img/icon_nav_blue.png) no-repeat 23px 25.5px #547096;
}

.side_nav {
  max-width: 260px;
  width: 100%;
  float: right;
  padding: 0;
}

.side_nav dl > dd {
  margin: 0 auto;
  font-size: 14px;
  border-bottom: 1px solid #cecbcb;
}

.side_nav dl > dd > a {
  margin: 0;
  display: block;
  color: #767171;
  width: auto;
  background: #f2efef;
  padding: 15px 10px 15px 45px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

.side_nav dl.toguro > dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side_nav dl.toguro > dd .pluspan {
  width: 57px;
  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;
  cursor: pointer;
}

.side_nav dl.toguro > dd > a {
  width: calc(100% - 57px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 20px;
}

.side_nav dl.toguro > dt {
  display: none;
}

.side_nav dl.toguro > dt > ul > li:not(:last-child) {
  border-bottom: 1px solid #cecbcb;
}

.side_nav dl.toguro > dt > ul > li > a {
  display: block;
  color: #767171;
  background: #f2efef;
  padding: 12px 20px 12px 45px;
  font-size: 12px;
  position: relative;
}

.side_nav .side_mainlist {
  margin: 0 0 20px 0;
}

.side_nav .side_sublist {
  margin: 0 0 0 0;
}

.side_nav .side_sublist > li {
  font-size: 12px;
  margin: 0 0 4px 20px;
}

.red_area .side_nav dl a:hover {
  color: #d41518;
  background: #fff4f4;
}

.red_area .side_nav dl a:hover .btn_yplus:before {
  border-top: 1px solid #d41518;
  border-right: 1px solid #d41518;
  left: -22px;
}

.red_area .side_nav dl > dd > a {
  color: #d12626;
  background: #f3d9d9;
}

.red_area .side_nav dl > dd > a .btn_yplus:before {
  border-top: 1px solid #d41518;
  border-right: 1px solid #d41518;
}

.red_area .side_nav dl.toguro > dd .pluspan {
  background-color: #ffbcbc;
  color: #d12626;
  font-weight: bold;
  font-size: 130%;
}

.blue_area .side_nav dl a:hover {
  background: #b4c1d5;
  color: #547096;
}

.blue_area .side_nav dl a:hover .btn_yplus:before {
  border-top: 1px solid #547096;
  border-right: 1px solid #547096;
  left: -22px;
}

.blue_area .side_nav dl > dd > a {
  color: #50537c;
  background: #e2e4ea;
}

.blue_area .side_nav dl > dd > a .btn_yplus:before {
  border-top: 1px solid #50537c;
  border-right: 1px solid #50537c;
}

.blue_area .side_nav dl.toguro > dd .pluspan {
  background-color: #c9d0e2;
  color: #50537c;
  font-weight: bold;
  font-size: 130%;
}

.green_area .side_nav dl a:hover {
  background: #c2e8cf;
  color: #00a73c;
}

.green_area .side_nav dl a:hover .btn_yplus:before {
  border-top: 1px solid #00a73c;
  border-right: 1px solid #00a73c;
  left: -22px;
}

.green_area .side_nav dl > dd > a {
  color: #507c60;
  background: #e2eae5;
}

.green_area .side_nav dl > dd > a .btn_yplus:before {
  border-top: 1px solid #507c60;
  border-right: 1px solid #507c60;
}

.green_area .side_nav dl.toguro > dd .pluspan {
  background-color: #c9e2d2;
  color: #507c60;
  font-weight: bold;
  font-size: 130%;
}

.red_area .heading_txt {
  background: #fff4f4;
}

.u_article.red_area .title_txt01 {
  color: #d71518;
  text-align: left;
}

.red_hover:after {
  background: #d41518;
}

.red_hover:hover {
  color: #d41518;
}

.green_hover:after {
  background: #00a73c;
}

.green_hover:hover {
  color: #00a73c;
}

.green_area .coverinner {
  /* background: #4BB471; */
}

.green_area .heading_txt {
  background: #f1fdef;
}

.u_article.green_area .title_txt01 {
  color: #00a73c;
  text-align: left;
}

.blue_hover:after {
  background: #395984;
}

.blue_hover:hover {
  color: #395984;
}

.blue_area .coverinner {
  /* background: #547096; */
}

.blue_area .heading_txt {
  background: #e2eaf4;
}

.u_article.blue_area .title_txt01 {
  color: #395984;
  text-align: left;
}

/*============================ mega-menu ============================*/
.close {
  opacity: 0;
}

.on.mega02 {
  background: rgba(23, 154, 70, 0.8);
  color: #fff;
}

.on.mega03 {
  background: rgba(181, 29, 31, 0.8);
  color: #fff;
}

.on.mega06 {
  background: rgba(57, 89, 132, 0.8);
  color: #fff;
}

/*============================ burger ============================*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 27px;
  height: 30px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 5px;
}

.menu-trigger span:nth-of-type(2) {
  top: 13.5px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 5px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*=========== *left_fix_content==============*/
.left_fix_content {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 4;
  width: 35px;
}

.left_fix_content .tab {
  width: 35px;
  display: block;
  background: #37414f;
  font-size: 14px;
  color: #fff;
  padding: 5px 5px 35px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

.left_fix_content .tab:hover {
  opacity: 1;
  background: #37414f;
}

.left_fix_content .tab img {
  margin: 5px 0;
}

.left_fix_box {
  width: 250px;
  position: absolute;
  background: #37414f;
  color: #fff;
  right: -350px;
  bottom: 0;
  z-index: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  padding: 20px 30px 20px 30px;
  transition: 0.3s;
  border-radius: 3px;
}

.on.left_fix_box {
  width: 300px;
  position: absolute;
  background: #37414f;
  color: #fff;
  right: 0;
  bottom: 0;
  z-index: 0;
  text-align: left;
  padding: 20px 30px 20px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

.left_fix_box_inner ul {
  margin: 0 0 10px 13px;
}

.left_fix_box_inner form {
  width: 250px;
}

.left_fix_box_inner input[type="text"] {
  padding: 2%;
  margin: 0 5px 0 0;
}

.left_fix_box_inner input[type="button"] {
  border: 1px solid #3c7fb1; /* 枠線 */
  background: url(../img/icon_search.png) no-repeat center center;
  background-size: 73%;
  width: 30px;
  height: 32px;
  vertical-align: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.left_fix_box_inner input[type="button"]:hover {
  border: 1px solid #d3e7f5; /* 枠線 */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: 75%;
}

.left_fix_box_inner .btn_yplus02:before {
  border-top: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

.logwind {
  margin: 0;
}

.btnlogout > a {
  display: block;
  padding: 0px 5px;
  background: #5591bb;
  text-align: center;
  border: 1px solid #bababa;
  border-radius: 3px;
  width: 100px;
  color: #bababa;
  margin: 10px 7px;
}

.totopsidebtn {
  border-bottom: 1px solid;
  margin: 0 0 10px 0;
}

.totopsidebtn a {
  position: relative;
  margin: 0 0 0 6px;
  display: inline-block;
  color: #dfdfdf;
}

.totopsidebtn > a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
  top: 0;
  bottom: 0;
  left: -8px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0px;
}

/*============================ *slick *slider============================*/
.mf_slider_wrap {
  position: relative;
}

.mf_slider_wrap .slider-nav {
  padding-top: 20px;
  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;
}

.mf_slider_wrap .slider-nav .slick-dots {
  margin: 0 20px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mf_slider_wrap .slider-nav .slick-dots > li {
  margin: 5px;
}
.mf_slider_wrap .slider-nav .slick-dots > li.slick-active button {
  background: #126336 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mf_slider_wrap .slider-nav .slick-dots button {
  cursor: pointer;
  display: block;
  background: #cecdcd !important;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mf_slider_wrap .slider-nav .slick-dots button:hover {
  background: #126336 !important;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mf_slider_wrap .slider-nav .slick-arrow {
  cursor: pointer;
  font-size: 0;
  border: none;
  position: relative;
  background: none;
  width: 12px;
  height: 12px;
}

.mf_slider_wrap .slider-nav .slick-arrow::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
}

.mf_slider_wrap .slider-nav .slick-arrow.my-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.mf_slider_wrap .slider-nav .slick-arrow.my-prev::after {
  left: 2px;
  border-bottom: 2px solid #126336;
  border-left: 2px solid #126336;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.mf_slider_wrap .slider-nav .slick-arrow.my-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.mf_slider_wrap .slider-nav .slick-arrow.my-next::after {
  right: 2px;
  border-top: 2px solid #126336;
  border-right: 2px solid #126336;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*============================ *bxder============================*/
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #126336 !important;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  margin: 12px 5px 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #cecdcd !important;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper {
  margin: 0 auto !important;
  position: relative;
}

.bx-controls-direction {
  width: 152px;
  position: relative;
  top: 24px;
  margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #126336;
  border-right: 2px solid #126336;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #126336;
  border-right: 2px solid #126336;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}

.bx-controls-direction a {
  width: 10px !important;
  height: 32px;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 9999;
  outline: 0;
  text-indent: -9999px;
}

.bx-controls-direction a.bx-prev:hover:before {
  left: -5px;
}

.bx-controls-direction a.bx-next:hover:before {
  right: -5px;
}

.bx-prev {
  left: -5% !important;
  background: url(./../img/prev.png) no-repeat 0 0;
  background-size: contain;
}

.bx-next {
  right: -5% !important;
  background: url(./../img/next.png) no-repeat 100% 0;
  background-size: contain;
}

/*パンくず*/
.pankuzu ul {
  padding: 20px 0;
  width: 1040px;
  margin: 0 auto 0;
  font-size: 0;
  display: none;
}

.pankuzu ul > li {
  font-size: 13px;
  padding: 0 0;
  display: inline-block;
  vertical-align: middle;
  color: #61b1e6;
}

.pankuzu ul > li:after {
  content: ">";
  margin: 0 8px;
}

.pankuzu ul > li:last-child:after {
  content: none;
}

.pankuzu ul > li:first-child img {
  max-width: 12px;
  display: inline-block;
  margin: 4px 0 0 0;
}

.pankuzu ul > li > a {
  color: #61b1e6;
}

.pankuzu ul > li > a:hover {
  text-decoration: underline;
  color: #61b1e6;
}

.pankuzu ul > li > a:hover img {
  opacity: 0.6;
}

/* =======================================
	★header
========================================== */
header {
  position: relative;
}

.header {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  max-width: 1695px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../img/bg_header_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.hd_ue {
  margin-top: 20px;
  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;
}

.hd_ue a:hover {
  opacity: 0.6;
}

.hd_shita {
  margin-top: 80px;
}

.hd_shita_in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hd_shita_in > dl {
  width: 24.4%;
}

.mega_btn {
  display: block;
  background-color: #ff7c68;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  padding: 15px 10px 0px 10px;
  height: 103px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}

.mega_btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  bottom: 17px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.magas_dl:hover > dd {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}

.magas_dl:hover .mega_btn {
  background-color: #d64b36;
  height: 110px;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

.magas_dl > dd {
  top: 110px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  z-index: -10;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffdfd9;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
}

.magas_dl > dd .dlinx {
  padding: 30px 0;
  width: 92%;
  margin: 0 auto;
}

.magas_dl > dd .dlinx > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.magas_dl > dd .dlinx > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  border-right: solid 1px #f4bdb5;
  width: 200px;
}

.magas_dl > dd .dlinx > dl > dd {
  width: calc(100% - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.magas_dl > dd .dlinx > dl > dd > ul {
  padding: 10px;
}

.magas_dl > dd .dlinx > dl > dd > ul > li {
  margin: 10px;
}

.magas_dl > dd .dlinx > dl > dd > ul > li > a {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #000;
}

.magas_dl > dd .dlinx > dl > dd > ul > li > a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #ff7c68;
  border-right: 2px solid #ff7c68;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}

.u_article .mega_btn {
  font-size: 17px;
  padding-top: 16px;
  height: 86px;
}

.u_article .magas_dl:hover .mega_btn {
  height: 93px;
}

.u_article .magas_dl > dd {
  top: 93px;
}

.hnav_area {
  width: 92%;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}

.hnav_area.changed {
  position: fixed;
  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;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  -webkit-box-shadow: 0px 0 18px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 18px 6px rgba(0, 0, 0, 0.2);
}

.hnav_area.changed .zentaku_btn {
  display: none !important;
}

.hnav_area.changed .btn_member {
  display: none;
}

.hnav_area.changed .logo {
  max-width: 230px;
  margin-left: 15px;
  margin-bottom: 5px;
}

.hnav_area.changed .hd_ue {
  display: block;
  margin-top: 0px;
}

.hnav_area.changed .hd_shita_in {
  position: unset;
}

.hnav_area.changed .hd_shita_in .magas_dl > dd {
  top: 86px;
  border-radius: 0px;
}

.hnav_area.changed .hd_shita {
  margin-top: 0px;
  width: calc(100% - 300px);
  max-width: 600px;
}

.hnav_area.changed .mega_btn {
  height: 8px;
  font-size: 14px;
  background-color: unset;
  color: #000 !important;
  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;
  padding: 0px 10px;
  font-weight: normal;
  height: 86px !important;
  border-radius: 0px !important;
  position: relative;
}

.hnav_area.changed .mega_btn::after {
  display: none;
}

.hnav_area.changed .mega_btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #d64b36;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.hnav_area.changed .magas_dl:hover .mega_btn {
  color: #000 !important;
}

.hnav_area.changed .magas_dl:hover .mega_btn::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.logo {
  max-width: 250px;
}

.logo > a {
  display: inline-block;
}

.logo a {
  color: #000;
  text-decoration: none;
}

.logo p {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 60px;
  color: #000;
}

.logo p > span {
  display: block;
  font-size: 11px;
}

.zentaku_btn {
  color: #000;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zentaku_btn > li {
  line-height: 1;
}

.zentaku_btn > li:not(:first-child, .nobod) {
  border-left: solid 1px #fff;
}

.zentaku_btn > li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 0 15px;
}

.zentaku_btn > li a.cstbtn {
  position: relative;
  padding: 0 10px 0 20px;
}

.zentaku_btn > li a.cstbtn.kain {
  background: #ff2226;
  margin-left: 0px;
}

.zentaku_btn > li a.cstbtn.yoku {
  background: #ff9f22;
  margin: 0 15px;
}

.zentaku_btn > li a.cstbtn::before {
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  content: "";
  top: 5px;
  left: 10px;
  display: block;
}

.btn_member {
  float: right;
  width: 85px;
}

.btn_member {
  float: right;
  width: 85px;
  position: relative;
}

.btn_member img {
  max-width: 25px;
  margin: 0 0 6px 0;
  /* overflow: hidden; */
  position: relative;
}

.btn_member > a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  padding: 20px 13.5px 2px;
  display: block;
  background: #d41518;
}

.btn_member > a > span {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 0 0 6px 0;
}

.btn_member a:after {
  content: "";
  position: absolute;
  width: 49px;
  height: 15px;
  background: #fff;
  top: 27.5px;
  left: 0;
  z-index: 5;
  display: block;
  background: url(../img/icon_door01.png) no-repeat 24px center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_member > a:hover:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../img/icon_door01.png) no-repeat 33px center;
}

.btn_printing {
  display: block;
  color: #00a73a;
  text-align: center;
  padding: 5px 0 5px 10px;
  width: 110px;
  font-size: 13px;
  border: 1px solid;
  background: url(../img/icon_print_off.png) no-repeat 18px 7px;
  background-size: 15px;
}

.btn_printing:hover {
  color: #fff;
  border: 1px solid #00a73a;
  background: url(../img/icon_print_on.png) no-repeat 18px 7px #00a73a;
  background-size: 15px;
}

/* =======================================
	★footer
========================================== */
footer {
  background: #009142 url(../img/bg_footer_pc.png) center bottom no-repeat;
  background-size: 1920px;
  position: relative;
}

.tel_box {
  background: #026f34;
  padding: 10px 0 10px 20px;
  margin: 0 0 25px 0;
}

.tel_box > .teltxt {
  font-size: 16px;
  border-right: solid 1px #eee;
  color: #fff;
  margin: 0;
  padding: 10px 40px 10px 20px;
}

.tel_box > .telnumber > a {
  font-size: 24px;
  color: #fff;
  /* font-weight: bold; */
  display: inline-block;
  padding: 0 0 0 70px;
  background: url(../img/icon_tel.png) no-repeat 40px center;
}

.f_logo {
  font-size: 24px;
  margin: 0;
}

.f_logo > span {
  font-size: 18px;
  display: block;
}

.f_address {
  margin: 0;
  font-size: 14px;
}

.f_nav {
  margin: 0 auto 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.f_nav li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  line-height: 130%;
  border-left: solid 1px;
}

.f_nav li:first-child {
  border-left: solid 0px;
}

.f_nav li > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.f_copy {
  font-size: 12px;
  margin: 0;
  vertical-align: middle;
  /* color: #fff; */
  padding: 10px 0;
}

.f_copy:after {
  content: "";
  display: block;
  clear: both;
}

.f_inner {
  color: #fff;
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}

.f_inner_under {
  /* background: #323232; */
}

.f_inner_under > div {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto 0;
  text-align: right;
}

.f_right_side > ul {
  margin: 0 0 35px 0;
}

.f_right_side > ul > li {
  float: left;
  width: 175px;
  margin: 0 15px 0 0;
}

.f_right_side > ul > li:last-child {
  margin: 0 0 0 0;
}

.f_right_side > ul > li a:hover {
  opacity: 0.8;
}

.f_inner_under nav > a {
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  border-right: 1px solid;
  display: inline-block;
  /* 文字間を元に戻す */
  line-height: 100%;
  text-decoration: none;
}

.f_nav a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}

/* =================================================
	★cover
======================================================== */
.cover01 {
  width: 100%;
  /* background: url(../img/bg_cover01.png) no-repeat center top; */
  background-size: cover;
}

.cover02 {
  width: 100%;
  /* background: url(../img/bg_cover02.png) no-repeat center top; */
  /* background-size: cover; */
}

.cover03 {
  width: 100%;
  /* background: url(../img/bg_cover03.png) no-repeat center top; */
  /* background-size: cover; */
}

.cover04 {
  width: 100%;
}

.u_article .coverinner {
  margin: 0 auto;
  /* background: #ffffff; */
  padding: 226px 0 32px;
}

.website .cover {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  background-color: #eaf8f3;
}

.website .cover .coverinner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 0;
  padding-top: 265px;
  padding-bottom: 70px;
}

/* =================================================
	★TOP
======================================================== */
.website .wrap {
  background: #e8e8e8;
}

.website h1 {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
  background: rgba(43, 160, 97, 0);
  position: absolute;
  bottom: 0;
  width: 100%;
  vertical-align: middle;
  padding: 14px 0 8px;
  text-align: center;
}

.website h2 {
  font-size: 24px;
  margin: 0 auto 25px;
  text-align: center;
  font-weight: bold;
}

.website .inner {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}

.under_bar {
  position: relative;
}

.under_bar:after {
  content: "";
  display: block;
  border-bottom: 3px solid #eee;
  width: 30px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.greenbar:after {
  border-bottom: 3px solid #126434;
}

.redbar:after {
  border-bottom: 3px solid #b0153d;
}

.bluebar:after {
  border-bottom: 3px solid #395984;
}

.news_area > a {
  display: block;
}

.news_area > a:hover dl {
  background: #eee;
  margin: 0 0 0 0;
}

.news_area h2 {
  font-size: 24px;
}

.top_new_wrap {
  overflow: auto;
  height: 290px;
}

/*スクロールバー非表示*/
div.top_new_wrap::-webkit-scrollbar {
  width: 12px;
}

div.top_new_wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, 0);
}

div.top_new_wrap::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0);
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_toplist {
  display: inline-block;
  border: solid 1px #a0a0a0;
  padding: 1px 5px;
  border-radius: 2px;
  z-index: 1;
  position: relative;
  color: #000;
}

.news_area dl {
  border-bottom: 1px solid #d5d5d5;
  padding: 10px;
  color: #000;
}

.news_area dl > dt {
  font-size: 13px;
  margin: 0 0 5px 0;
}

.news_area dl > dd {
  font-size: 14px;
}

.tag01gr {
  color: #fff;
  font-size: 11px;
  background: #2451b9;
  display: inline-block;
  text-align: center;
  padding: 1px 3px;
  border-radius: 2px;
  margin: 0;
}

.tag01or {
  color: #fff;
  font-size: 11px;
  background: #e88000;
  display: inline-block;
  text-align: center;
  padding: 1px 3px;
  border-radius: 2px;
  margin: 0;
}

.tag01ot {
  color: #fff;
  font-size: 11px;
  background: #e88000;
  display: inline-block;
  text-align: center;
  padding: 1px 3px;
  border-radius: 2px;
  margin: 0 0 0 10px;
}

.newMark {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  background: #ff2226;
  /* text-decoration: underline; */
  /* border-bottom: 1px solid #ff2226; */
  display: inline-block;
  text-align: center;
  padding: 0.5px 6px;
  border-radius: 2px;
  margin: 0 3px 0 3px;
}

.top_search_area {
  padding: 0 0 40px 0;
}

.top_search_area .inner {
  width: auto;
}

.top_op_list {
  margin: 0 auto 35px;
}

.search_box h2 {
  width: 980px;
  margin: 0 auto -35px;
  color: #fff;
  background: #00a73c;
  border-radius: 3px;
  padding: 15px 0;
  z-index: 1;
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.search_box h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 60px 0 10px 0;
}

.search_box ul {
  margin: 0 0 20px 0;
}

.search_box_left h3 {
  color: #00a73c;
}

.search_box_left {
  float: left;
  width: 50%;
  background: #eaf8f2;
}

.search_box_right {
  float: right;
  width: 50%;
  background: #efeade;
}

.search_box_right h3 {
  color: #95581c;
}

.search_box_left_cont {
  float: right;
  width: 490px;
}

.search_box_right_cont {
  float: left;
  width: 490px;
  margin: 0 0 0 20px;
}

.search_btn_ul > li {
  float: left;
  margin: 0 10px 10px 0px;
  width: 230px;
}

.search_btn_ul > li > a {
  padding: 35px 0;
  display: block;
  line-height: 130%;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}

.search_btn_ul > li > a > p {
  position: absolute;
  top: 40%;
  left: 8%;
  display: block;
}

.search_box_left_cont ul > li:first-child > a > p {
  top: 25%;
}

.search_box_left_cont ul > li > a:hover {
  color: #ffffff;
}

.search_box_right_cont ul > li > a:hover {
  color: #ffffff;
}

.search_box_left_cont ul > li:first-child > a {
  background: url(../img/icon_top_search_area02_borrow01.png) no-repeat right 15px center #fff;
  background-size: 45px;
}

.search_box_left_cont ul > li:nth-of-type(2) > a {
  background: url(../img/icon_top_search_area02_borrow02.png) no-repeat right 15px center #fff;
  background-size: 45px;
}

.search_box_left_cont ul > li:nth-of-type(3) > a {
  background: url(../img/icon_top_search_area02_borrow03.png) no-repeat right 20px center #fff;
  background-size: 30px;
}

.search_box_left_cont ul > li:nth-of-type(4) > a {
  background: url(../img/icon_top_search_area02_borrow04.png) no-repeat right 15px center #fff;
  background-size: 50px;
}

.search_box_left_cont ul > li:nth-of-type(5) > a {
  background: url(../img/icon_top_search_area02_borrow05.png) no-repeat right 15px center #fff;
  background-size: 35px;
}

.search_box_left_cont ul > li:nth-of-type(6) > a {
  background: url(../img/icon_top_search_area02_borrow06.png) no-repeat right 15px center #fff;
  background-size: 45px;
}

.search_box_right_cont ul > li:first-child > a {
  background: url(../img/icon_top_search_area_buy01.png) no-repeat right 20px center #fff;
  background-size: 35px;
}

.search_box_right_cont ul > li:nth-of-type(2) > a {
  background: url(../img/icon_top_search_area_buy02.png) no-repeat right 15px center #fff;
  background-size: 45px;
}

.search_box_right_cont ul > li:nth-of-type(3) > a {
  background: url(../img/icon_top_search_area_buy03.png) no-repeat right 15px center #fff;
  background-size: 45px;
}

.search_box_right_cont ul > li:nth-of-type(4) > a {
  background: url(../img/icon_top_search_area_buy04.png) no-repeat right 15px center #fff;
  background-size: 50px;
}

.search_box_right_cont ul > li:nth-of-type(5) > a {
  background: url(../img/icon_top_search_area_buy05.png) no-repeat right 20px center #fff;
  background-size: 30px;
}

.search_box_right_cont ul > li:nth-of-type(6) > a {
  background: url(../img/icon_top_search_area_buy06.png) no-repeat right 15px center #fff;
  background-size: 45px;
}

/*hover*/
.search_box_left_cont ul > li:first-child > a:hover {
  background: url(../img/icon_top_search_area02_borrow01_on.png) no-repeat right 15px center #00a73c;
  background-size: 45px;
}

.search_box_left_cont ul > li:nth-of-type(2) > a:hover {
  background: url(../img/icon_top_search_area02_borrow02_on.png) no-repeat right 15px center #00a73c;
  background-size: 45px;
}

.search_box_left_cont ul > li:nth-of-type(3) > a:hover {
  background: url(../img/icon_top_search_area02_borrow03_on.png) no-repeat right 20px center #00a73c;
  background-size: 30px;
}

.search_box_left_cont ul > li:nth-of-type(4) > a:hover {
  background: url(../img/icon_top_search_area02_borrow04_on.png) no-repeat right 15px center #00a73c;
  background-size: 50px;
}

.search_box_left_cont ul > li:nth-of-type(5) > a:hover {
  background: url(../img/icon_top_search_area02_borrow05_on.png) no-repeat right 15px center #00a73c;
  background-size: 35px;
}

.search_box_left_cont ul > li:nth-of-type(6) > a:hover {
  background: url(../img/icon_top_search_area02_borrow06_on.png) no-repeat right 15px center #00a73c;
  background-size: 45px;
}

.search_box_right_cont ul > li:first-child > a:hover {
  background: url(../img/icon_top_search_area_buy01_on.png) no-repeat right 20px center #95581c;
  background-size: 35px;
}

.search_box_right_cont ul > li:nth-of-type(2) > a:hover {
  background: url(../img/icon_top_search_area_buy02_on.png) no-repeat right 15px center #95581c;
  background-size: 45px;
}

.search_box_right_cont ul > li:nth-of-type(3) > a:hover {
  background: url(../img/icon_top_search_area_buy03_on.png) no-repeat right 15px center #95581c;
  background-size: 45px;
}

.search_box_right_cont ul > li:nth-of-type(4) > a:hover {
  background: url(../img/icon_top_search_area_buy04_on.png) no-repeat right 15px center #95581c;
  background-size: 50px;
}

.search_box_right_cont ul > li:nth-of-type(5) > a:hover {
  background: url(../img/icon_top_search_area_buy05_on.png) no-repeat right 20px center #95581c;
  background-size: 30px;
}

.search_box_right_cont ul > li:nth-of-type(6) > a:hover {
  background: url(../img/icon_top_search_area_buy06_on.png) no-repeat right 15px center #95581c;
  background-size: 45px;
}

.top_op_list li {
  float: left;
  width: 24.9%;
  margin: 0 0.1% 0 0;
}

.op_list_box h3 {
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #30950b;
}

.op_list_box .blueh3 {
  background: #7c9dbf;
}

.op_list_box .blueh3b {
  background: #167ac6;
}

.op_list_box .redh3 {
  background: #c14e3a;
}

.op_list_box .imgwrap {
  position: relative;
}

.op_list_box .imgwrap img {
  width: 100%;
  max-width: 245px;
}

.top_admission_area h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto 10px;
  text-align: center;
  padding: 115px 0 0 0;
  position: relative;
}

.top_admission_area ul > li:nth-of-type(1) h3:before {
  content: "";
  display: block;
  width: 117px;
  height: 72px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 45px;
  position: absolute;
  background: url(../img/top_admission_icon01.png) no-repeat center center;
}

.top_admission_area ul > li:nth-of-type(2) h3:before {
  content: "";
  display: block;
  width: 117px;
  height: 82px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 43px;
  position: absolute;
  background: url(../img/top_admission_icon02.png) no-repeat center center;
}

.top_admission_area ul > li:nth-of-type(3) h3:before {
  content: "";
  display: block;
  width: 117px;
  height: 84px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 45px;
  position: absolute;
  background: url(../img/top_admission_icon03.png) no-repeat center center;
}

.top_admission_area p {
  font-size: 14px;
  margin: 0 auto;
  width: 90%;
  letter-spacing: -0.4px;
  padding: 0 0 35px 0;
}

.top_admission_area ul {
  margin: 0 auto 30px;
}

.top_admission_area ul > li {
  float: left;
  width: 320px;
  padding: 0;
  margin: 0 10px 10px 0;
}

.top_admission_area ul > li > a {
  background: #fff;
  display: block;
  z-index: 1;
  position: relative;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_admission_area ul > li:hover {
  -webkit-box-shadow: 0px 0 0px 1px #f98790;
  box-shadow: 0px 0 0px 1px #f98790;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_admission_area ul > li > a:hover {
  background: #f98790;
  color: #fff;
}

.top_admission_area ul > li:nth-of-type(1) a:hover h3:before {
  background: url(../img/top_admission_icon01_on.png) no-repeat center center;
}

.top_admission_area ul > li:nth-of-type(2) a:hover h3:before {
  background: url(../img/top_admission_icon02_on.png) no-repeat center center;
}

.top_admission_area ul > li:nth-of-type(3) a:hover h3:before {
  background: url(../img/top_admission_icon03_on.png) no-repeat center center;
}

.top_admission_area ul > li:nth-child(3n) {
  margin: 0 0 10px 0;
  position: relative;
}

.top_admission_area ul > li:nth-child(3n) div {
  top: 0;
  right: -120px;
  z-index: 0;
  position: absolute;
}

.top_realen_area {
  padding: 70px 0 0 0;
}

.top_realen_area .inner {
  width: auto;
}

.bxbox:hover {
  -webkit-box-shadow: 0px 0 0px 4px rgb(201, 243, 255);
  box-shadow: 0px 0 0px 4px rgb(201, 243, 255);
}

.top_realen_area_content {
  margin: 0 auto 35px;
  width: 980px;
}

.top_realen_area_content > ul > li {
  float: left;
  width: 488px;
  margin: 0 4px 4px 0;
  position: relative;
}

.top_realen_area_content > ul > li:nth-child(2n) {
  margin: 0 0 4px 0;
}

.top_realen_area_content > ul > li p {
  /* font-weight: bold; */
  font-size: 28px;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 30%;
  text-align: center;
  -webkit-transform: translate(-45%, -50%);
  transform: translate(-20%, -50%);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.top_useful_area {
  background: #e3f2de;
  padding: 50px 0 70px;
  border-bottom: 6px solid #0aa54c;
  background: url(../../common/img/top_useful_bkimg.png) no-repeat bottom -3px right #e3f2de;
}

.top_useful_area h2 {
  color: #087135;
}

.top_useful_area ul > li {
  float: left;
  width: 320px;
  margin: 0 10px 10px 0;
}

.top_useful_area ul > li:nth-child(3n) {
  margin: 0 0 10px 0;
}

.list_leftimg_box > a {
  overflow: hidden;
  display: block;
  font-size: 0;
  position: relative;
  background: #fff;
}

.list_leftimg_box > a:hover {
  top: 3px;
  left: 3px;
  -webkit-box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.1);
}

.list_leftimg_box div {
  width: 114px;
  overflow: hidden;
  display: inline-block;
}

.list_leftimg_box div > img {
  width: 100%;
}

.list_leftimg_box p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
  text-align: left;
  font-size: 17px;
  color: #000;
}

.top_googlemap_area .inner {
  width: auto;
}

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

.gmaimgbox {
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 520px;
  padding: 36px 0;
}

.gimgboxin {
  width: 305px;
  margin: 0 auto 35px;
}

.gmaimgbox p {
  width: 340px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
}

.gmaimgbox p span {
  display: block;
  font-size: 18px;
}

.gmaimgbox p span.g_address {
  font-size: 14px;
  text-align: left;
}

/* ======================================
★entrance
========================================== */
.entrance .h1Wrap .title_txt01 {
  text-align: center;
}

.entrance_area {
  margin: 50px auto 0;
}

.u_article.entrance .container {
  margin: 0 auto 30px;
  width: 980px;
  background: #ffffff;
}

.title_txt01 {
  /* color: #000; */
  text-align: center;
}

.entrance.green_area .coverinner {
  background: #f1fdef;
}

.entrance.blue_area .coverinner {
  background: rgba(191, 218, 255, 0.8);
}

.entrance_top_content {
  width: 800px;
  margin: 0 auto 30px;
}

.logo_bigwrap {
  max-width: 172px;
  float: left;
  width: 22%;
}

.entrance_top_content > p {
  float: right;
  width: 600px;
  font-size: 16px;
  margin: 0 0 10px 0;
}

.entrance_txt_box p {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  padding: 0 0 40px 0;
  color: #000;
}

.entrance_txt_box h2 {
  font-size: 18px;
  text-align: center;
  margin: 20px 0 3px 0;
  color: #000;
}

.entrance_list > ul > li {
  float: left;
  width: 310px;
  margin: 0 10px 30px 0;
}

.entrance_list > ul > li:nth-child(3n) {
  margin: 0 0 30px 0;
}

.guidance .entrance_list > ul > li:nth-child(3n) p {
  padding: 0 0 58px 0;
}

/* ======================================
★greeting
========================================== */
.greeting_area_img01 {
  max-width: 205px;
}

/* ======================================
★property
========================================== */
.custombk {
  background: url(../img/custombk.png) no-repeat 0 0;
  background-size: 100%;
  background-position: 0 140%;
}

.u_article.custombk .container {
  margin: 0 auto 0;
  width: auto;
  background: rgba(0, 0, 0, 0);
}

.property_search_box {
  max-width: 1040px;
  width: 98%;
  margin: 0 auto 35px;
  background: #fff;
  border: solid 2px #dddddd;
}

.p_s_b_left {
  width: 50%;
  /* border: solid 2px #DDDDDD; */
  float: left;
  padding: 24px 0;
  background: #fff;
}

.p_s_b_right {
  width: 49%;
  float: right;
}

.p_s_b_right > div {
  width: 358px;
  margin: 53px 0 24px 101px;
  float: left;
}

.property_search_list,
.property_head {
  width: 600px;
  float: right;
  position: relative;
  left: 106px;
}

.property_head h1 {
  position: relative;
  left: 38px;
}

.property_head h1:before {
  position: absolute;
  top: 8px;
  left: -36px;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/icon_search_off.png) no-repeat center center;
  background-size: 100%;
}

.property_search_list ul > li > a {
  float: left;
  width: 180px;
  margin: 0 10px 15px 0;
  font-size: 13px;
  text-align: center;
  display: block;
  border: 2px solid #efeade;
  color: #5c5e5f;
  padding: 10px 0;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
}

.property_search_list ul > li > a.exetxt {
  font-size: 12px;
  padding: 8px 0;
}

.property_search_list ul > li > a:hover {
  border: 2px solid #00a73c;
  color: #fdfdfd;
  background: #00a73c;
}

.property_search_list ul > li:nth-child(3n) a {
  margin: 0 0 15px 0;
}

/* ======================================
★property-areamap
========================================== */
.propertyTb {
  width: 1040px;
  border-collapse: collapse;
}

.propertyTb tr {
  border: 1px solid #d8d8d8;
}

.propertyTb th {
  color: #fff;
  background: #00a73c;
  text-align: center;
  font-size: 12px;
  border: 1px solid #d6d2d2;
  font-weight: bold;
  padding: 10px;
}

.propertyTb td {
  color: #000;
  text-align: center;
  font-size: 14px;
  border: 1px solid #d6d2d2;
  padding: 10px;
}

.propertyTb td:first-child {
  width: 280px;
  text-align: left;
}

.propertyTb td:nth-of-type(2) {
  width: 80px;
}

.propertyTb td:nth-of-type(3) {
  width: 300px;
  text-align: left;
}

.propertyTb td:nth-of-type(6) {
  width: 200px;
  word-break: break-all;
}

/* ======================================
★realestate
========================================== */
/*グーグルマップAPI*/
#map {
  width: 100%;
  height: 450px;
}

#menuu {
  height: 100px;
  overflow: scroll;
  border: 2px solid #f4f4f4;
  padding: 8px;
}

#menuu > li {
  float: left;
  width: 23%;
  margin: 0 1% 1%;
  line-height: 130%;
}

#menuu > li > a:hover {
  text-decoration: underline;
}

.propertyTbwp {
  overflow: auto;
  width: auto;
}

.realestate_telcss a {
  pointer-events: none;
}

.realestate_faxcss a {
  pointer-events: none;
  color: #000 !important;
}

/* ======================================
★magazine
========================================== */
.magazine_box a {
  text-align: center;
  display: block;
  margin: 0 0 2% 0;
}

.magazine_box p {
  text-align: center;
}

.magazine_box a:hover {
  text-decoration: underline;
}

.magazine_box .imgwrap {
  margin: 0 0 10px 0;
}

.magazine .title_txt02 > a {
  color: #000;
  pointer-events: none;
}

/* ======================================
★access
========================================== */
.access_img01 {
  width: 48%;
  margin: 20px 5px 0;
}

.access_table01 {
  width: 100%;
  margin: 0 2% 0 0;
}

/* ======================================
★branch
========================================== */
/* =======================================
★radio
========================================== */
.radio_area_img01 {
  max-width: 380px;
  float: right;
}

/* =======================================
★cm
========================================== */
.movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie .caption {
  margin-top: 5px;
  font-size: 87.5%;
}

.movie {
  margin: 0 auto;
  width: 100%;
}

.movie li {
  width: 48%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ======================================
★seminar
========================================== */
.st_txt {
  font-weight: bold;
}

.seminar_img01_wrap {
  max-width: 300px;
}

.movie2 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie2 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.nextul {
  width: 96%;
  text-align: center;
  margin: 30px auto;
}

.nextul li {
  display: inline-block;
  margin: 0px 15px;
  padding: 0 0px;
  max-width: 100px;
  width: 40%;
}

.vity_hdn {
  visibility: hidden;
}

/* ======================================
★admission
========================================== */
.admission.u_article.entrance .container {
  width: auto;
}

.admission_area {
  background: #efefef;
  margin: 0 0 0 0;
  padding: 50px 0 0 0;
}

.admission .entrance_top_content {
  width: 100%;
}

.admission_area > .inner .inner {
  width: 980px;
  margin: 0 auto;
}

.move_coment {
  color: #e60d0d;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 0 0 30px 0;
}

.move_coment:after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  border-top: 2px solid #d41518;
  right: 140px;
  bottom: 20px;
  top: unset;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.move_coment:before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  border-top: 2px solid #d41518;
  left: 132px;
  bottom: 20px;
  top: unset;
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.admission_area .movie .youtube {
  width: 600px;
  margin: 0 auto 80px;
  padding: 33.25% 0 0px 0;
}

.admission_nesage_cont {
  margin: 0 auto 30px;
  width: 980px;
  background: #fff;
}

.admission_nesage_cont .inner {
  width: 910px !important;
  margin: 0 auto;
}

.admission_nesage_cont .inner > p {
  padding: 0 0 25px 0;
  line-height: 150%;
}

.admission_nesage_cont h2 {
  background: #fcd8d8;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  color: #e60d0d;
  padding: 12px 0;
  margin: 0px auto 0;
  position: relative;
  top: -31px;
}

.admission_nesage_cont ul {
  width: 910px;
  margin: 0 auto;
}

.admission_nesage_cont ul > li {
  margin: 0 30px 25px 0;
  width: 440px;
}

.admission_nesage_cont ul > li:nth-of-type(2) {
  margin: 0px 0 25px 0;
  width: 440px;
}

.tetuzuki_flow_cont {
  background: #fff;
  padding: 0px 0 50px 0;
}

.merit_cont {
  width: auto;
  background: #f2f1e7;
  padding: 0 0 40px 0;
}

.merit_cont .inner {
  width: 980px;
  margin: 0 auto;
}

.merit_cont h2 {
  text-align: center;
  background: #d41518;
  color: #fff;
  line-height: 110%;
  padding: 11px 0;
  border-radius: 5px;
  margin: 0 0 40px 0;
  font-size: 42px;
}
.merit_cont h2 span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.merit_cont h2 strong {
  display: block;
  font-weight: 600;
  font-family: ui-monospace;
  line-height: 1;
  padding-bottom: 10px;
}

h2.fukidashi.blueh3b {
  background: #167ac6;
  font-size: 36px;
}

.merit_box {
  background: #fff;
  padding: 30px;
}

.merit_box li p {
  line-height: 150%;
}

.merit_box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000 !important;
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.merit_box h3 span {
  margin: 0 15px 5px 0px;
  position: relative;
  word-break: keep-all;
  top: -4px;
}

.merit_tag {
  color: #fff;
  text-align: left;
  border-radius: 20px;
  background: #d41518;
  font-size: 18px;
  font-weight: bold;
  padding: 6.5px 19px;
  display: inline-block;
}

span.merit_tag.blueb {
  background: #167ac6;
  font-size: 22px;
  padding: 7.5px 20px;
}

.rightimgbox > ul > li {
  float: left !important;
}

.rightimgbox > ul > li:first-child {
  float: right !important;
}

.merit_box .rightimgbox > ul > li {
  width: 550px;
}

.merit_box .rightimgbox > ul > li:first-child {
  width: 320px;
}

.flow_cont01 {
  max-width: 770px;
  margin: 0 auto;
}

.ul25 li {
  float: left;
  width: 230px;
  margin: 0 20px 20px 0px;
}

.ul25 li:nth-child(4n) {
  float: left;
  margin: 0 0 20px 0px;
}

.ul25 li {
  float: left;
  width: 230px;
  margin: 0 20px 20px 0px;
}

.interview_list > li > a {
  display: block;
}

.interview_list > li > a:hover {
  position: relative;
  top: 3px;
  left: 3px;
}

.cost_cont table {
  border: 1px solid;
  border-collapse: collapse;
}

.cost_cont table th,
.cost_cont table td {
  border: 1px solid #b5b5b5;
  border-collapse: collapse;
  padding: 10px;
  text-align: center;
}

.cost_cont table thead {
  text-align: center;
  background: #f7f7f7;
}

.cost_cont table thead th {
  font-weight: bold;
  text-align: center;
}

.cost_cont .costtable01 {
  border: 1px solid;
  border-collapse: collapse;
  width: auto;
}

.costtable01 tbody td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.cost_cont table tbody td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  font-size: 18px;
}

.cost_cont {
  background: #fff;
  padding: 0 0 30px 0;
}

.cost_cont h3 {
  font-weight: bold;
}

.th01 {
  width: 200px;
  border: solid 1px;
}

.th03 {
  width: 40%;
  border: solid 1px;
}

.th04 {
  width: 40%;
  border: solid 1px;
}

.cost_cont .costtable01 th {
  text-align: center;
}

.redprice {
  color: #dd1c1c;
  font-size: 20px !important;
}

.costtable02 {
  width: 100%;
}

.thmin {
  width: 20px;
  padding: 6px 7px;
}

.interview_list_cont {
  background: #fff;
  padding: 0 0 10px 0;
}

.r_information_cont {
  background: #fff;
  padding: 0 0 30px 0;
}

.admission .title_txt02:after {
  content: "";
  border-bottom: solid 2px #d41518;
}

.intebox > div {
  margin: 0 0 10px 0;
}

.intebox p {
  padding: 10px 8px 15px;
}

.intebox > p > span {
  display: block;
  line-height: 150%;
  font-weight: bold;
  color: #000;
}

.intebox > p > em {
  display: block;
  line-height: 150%;
  font-weight: bold;
  color: #000;
}

.r_information_cont ul > li {
  width: 480px;
  margin: 0 20px 20px 0;
  float: left;
}

.r_information_cont ul > li:nth-child(2n) {
  width: 480px;
  margin: 0 0 20px 0;
}

.r_information_cont ul > li div {
  width: 200px;
}

.r_information_cont ul > li p {
  font-weight: bold;
}

/* ======================================
★interview
========================================== */
.interview_area_img01 {
  max-width: 160px;
  margin: 20px 0 0 20px;
}

.interview_area_img02 {
  max-width: 280px;
  margin: 0 0 0 20px;
}

.interview_area_img03 {
  max-width: 280px;
  /* margin: 0 0 0 20px; */
}

.interview_area .title_txt03 {
  font-size: 16px;
}

.interview_area .txt01 {
  font-size: 16px;
}

/* ======================================
★guidance
========================================== */
.app_btn {
  padding: 4px 0;
  background: #000;
  color: #fff;
  display: block;
  width: 138px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.blue_area.app_btn {
  padding: 2px;
  background: #000;
  color: #547096;
}

.blue_area .app_btn {
  background: #547096;
  color: #fff;
  border: 1px solid;
}

.blue_area .app_btn:hover {
  background: #fff;
  border: 1px solid;
  color: #547096;
}

.blue_area .commonTbl02 thead th {
  background: #547096;
}

.commonTbl02 tbody td.acceon {
  color: #000;
}

.temetable01 tr {
  border-bottom: 2px dotted #d5d2d2;
}

.temetable01 th {
  color: #547096;
  padding: 11px 11px;
  font-weight: bold;
  width: 140px;
}

.temetable01 td {
  padding: 11px 11px;
}

/* ======================================
★guidance-test_system
========================================== */
.commontb02_t01 {
  width: 180px;
}

.commontb02_t02 {
  width: 280px;
}

.commontb02_t03 {
  width: 110px;
}

.commontb02_t04 {
  width: 450px;
}

.commontb02_t05 {
  /* width: 150px; */
}

.emou2 {
  white-space: nowrap;
}

.guidanceTb tbody td {
  text-align: center;
}

.custbtn > a {
  color: #fff;
}

.custbtn:hover > a {
  color: #547096 !important;
}

/* ======================================
★free_consultation
========================================== */
.free_con_table {
  max-width: 700px;
}

/* =======================================
★Privacy
========================================== */
.privacy_top_p {
  border: solid 1px #eee;
  /* background: #eee; */
  padding: 20px 20px;
  margin: 0 0 50px 0;
}

.privacy_area dl {
  margin: 0 0 50px 0;
}

.privacy_area dl > dt {
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 18px;
  position: relative;
  padding: 0 0 0 30px;
}

.privacy_area dl > dd {
  margin: 0 0 10px 0;
  position: relative;
}

.privacy_area_dl2 > dd {
  padding: 0 0 0px 30px;
}

.privacy_area_dl2 > dd ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
}

.privacy_area_dl2 > dd ul li > span {
  position: absolute;
  margin: 0 0 0 -20px;
}

.privacy_area dl > dt > span {
  position: absolute;
  margin: 0 0 0 -30px;
}

.privacy_area dl > dd > span {
  position: absolute;
  margin: 0 0 0 -40px;
}

/* =======================================
★Form
========================================== */
.Contact .global_nav ul li:nth-of-type(4) > a {
  color: #fff;
}

.Contact .global_nav ul li:nth-of-type(4) > a:before {
  width: 120%;
  left: -10%;
}

.Contact h1 {
  margin: 0 0 110px 0;
}

/**/
.contctBox {
  font-family: "ヒラギノ角ゴ Pro";
  border: 1px solid #afafaf;
  max-width: 530px;
  margin: 0 auto 35px;
  width: 96%;
  padding: 20px 0 0 0;
}

.contctBox > p {
  font-size: 26px;
  font-weight: bold;
}

.contctBox > em {
  color: #086b34;
  font-size: 28px;
  font-weight: bold;
  display: block;
}

.contctBox > span {
  font-size: 13px;
  line-height: 150%;
  display: inline-block;
  padding: 0 0 20px 0;
}

.content_area {
  margin: 0 auto 110px;
}

.content_area .inner > p {
  font-size: 16px;
  margin: 0 0 40px 0;
}

.privacylinkBox {
  font-size: 16px;
  text-align: center;
  margin: 0 0 50px 0;
}

.privacylinkBox > a {
  font-size: 16px;
  text-align: center;
  color: #007dbf;
}

.txtmidashi {
  display: block;
  font-size: 14px;
  margin: 0 0 4px 0;
}

.contact_form table tbody .schooltr {
  border-bottom: 1px solid #fff;
}

.contact_form table tbody .schooltr td {
  padding: 24px 24px 0 24px;
}

.schooltr .input1 {
  margin: 0 0 10px 0;
}

/**応募フォーム*/
.oboformTb {
  width: 100%;
  border-collapse: collapse;
}

.oboformTb tr {
  border: 1px solid #d8d8d8;
}

.oboformTb th {
  padding: 15px;
  font-size: 13px;
  background: #f7f7f7;
  border: 0px;
  width: 30%;
}

.oboformTb th > p {
  font-size: 13px;
  /* color: #4A4c72; */
}

.oboformTb td {
  padding: 15px;
  font-size: 13px;
}

.oboformTb td > p {
  font-size: 13px;
}

/*必須の調整*/
.hissu {
  font-size: 12px;
  color: #ec3f42;
  margin: 0 10px;
}

.oboformTb td input {
  padding: 7px 5px;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 10px 15px;
  max-width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
  border: 2px solid #ffaa56;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}

/* ======================================
★Thanks
========================================== */
.Thanks h1 {
  margin: 0 0 40px 0;
}

.Thanks h2 {
  text-align: center;
}

.thanks_area p {
  margin: 0 auto 50px;
  width: 600px;
  font-size: 15px;
  text-align: center;
}

.thanks_area a {
  margin: 0 auto 100px;
}

/* ======================================
★member
========================================== */
.member_please_area {
  border: 1px solid #d41518;
  padding: 30px;
  margin: 0 auto 30px;
}

.member_please_area h2 {
  font-size: 18px;
  color: #d41518;
}

.please_btn_box {
  margin: 0 0 0 15px;
}

.please_btn_box > a {
  display: block;
  margin: 0 0 5px 0;
}

.ul50 > li {
  float: left;
  width: 48%;
  margin: 0 2% 1.5% 0;
}

.ul50 > li:nth-child(2n) {
  margin: 0 0 1.5% 0;
}

/* .member_download_area ul > li:last-child{
	margin: 0 0 15px 0;
	width: 100%;
} */
.member_download_area ul > li a {
  color: #fff;
  display: block;
  background: #d41518;
  border: 1px solid #d41518;
  position: relative;
  padding: 12.5px 20px 12.5px 30px;
}

.member_download_area ul > li:nth-of-type(5) a {
  padding: 7.3px 20px 7.2px 30px;
  line-height: 130%;
}

.member_download_area ul > li a:before {
  left: 9px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.member_download_area ul > li a:hover:before {
  left: 12px;
  border-top: 1px solid #d41518;
  border-right: 1px solid #d41518;
}

.member_download_area ul > li a:hover {
  color: #d41518;
  border: 1px solid #d41518;
  background: #fff;
}

.member_download_area ul > li a span {
  color: #d41518;
  display: inline-block;
  background: #fff;
  border: 1px solid #d41518;
  border-radius: 20px;
  padding: 0px 8px;
  font-size: 14px;
  margin: 0 0 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.member_download_area ul > li a:hover span {
  color: #d25252;
  background: #ffffff;
  border: 1px solid #da8f8f;
}

.member_pickup_area ul > li a {
  overflow: hidden;
  display: block;
  font-size: 0;
  position: relative;
  background: #000;
}

.member_pickup_area ul > li a:hover {
  top: 3px;
  left: 3px;
  -webkit-box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.1);
}

.member_pickup_area ul > li:after {
  content: "";
  display: block;
  clear: both;
}

.member_pickup_area ul > li div {
  float: right;
}

.member_pickup_area ul > li p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 7%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: left;
  font-size: 15px;
  color: #fff;
  text-align: left;
}

.member_side_btnbox a {
  background: #efcbcb;
  display: block;
  padding: 17.5px 55px;
  margin: 0 0 7px 0;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
}

.member_side_btnbox:nth-of-type(1) a strong:after {
  content: "";
  display: block;
  background: url(../img/icon_training_side.png) no-repeat center center;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 10px;
  left: -67px;
}

.member_side_btnbox:nth-of-type(2) a strong:after {
  content: "";
  display: block;
  background: url(../img/icon_download_side.png) no-repeat center center;
  width: 45px;
  height: 48px;
  position: absolute;
  top: 0;
  left: -60px;
}

.member_side_btnbox strong {
  color: #000;
  position: relative;
  left: 35px;
}

.member_side_btnbox strong > span {
  font-size: 16.5px;
}

.ren3txt {
  line-height: 130%;
}

.txt_2line {
  line-height: 130%;
}

/* ======================================
★seiteisyosiki
========================================== */
.seiteisyosiki_table {
  width: 100%;
  border-collapse: collapse;
}

.seiteisyosiki_table thead th {
  border: 1.5px solid #fdfdfd;
  background: #d35758;
  color: #fff;
  padding: 10px;
}

.seiteisyosiki_table thead th:nth-of-type(1) {
  width: 200px;
}

.seiteisyosiki_table thead th:nth-of-type(2) {
  width: 120px;
}

.seiteisyosiki_table tr {
  border: 1.5px solid #ffffff;
}

.seiteisyosiki_table th {
  padding: 15px;
  font-size: 14px;
  background: #f7f7f7;
  border: 0px;
  font-weight: bold;
}

.seiteisyosiki_table th > p {
  font-size: 13px;
  /* color: #4A4c72; */
}

.seiteisyosiki_table td {
  padding: 15px;
  font-size: 14px;
}

.seiteisyosiki_table .imgwrap {
  max-width: 36px;
  display: inline-block;
  text-align: center;
  margin: 2%;
}

.seiteisyosiki_table .imgwrap a {
  display: block;
}

.seiteisyosiki_table .imgwrap a:hover {
  display: block;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(130, 177, 226, 0.4196078431);
  box-shadow: 0px 0px 6px 1px rgba(130, 177, 226, 0.4196078431);
  opacity: 0.7;
}

.seiteisyosiki_table tbody tr {
  border: 1.5px solid #e6e6e6;
}

/*=========================
★qa
======================== */
.qa_cont dl {
  padding: 20px 0;
  border-bottom: #ccc 1px dotted;
  position: relative;
  margin: 0;
}

.qa_cont dl:first-of-type {
  padding: 0 0 20px;
}

.qa_cont dt {
  position: relative;
  padding: 0 0 10px 30px;
  color: #d82f31;
}

.qa_cont dt:before {
  content: "Q.";
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 20px;
  background-image: url(../images/icon_faq_tit01.png);
  background-size: 18px 18px;
}

.qa_cont dd {
  font-size: 14px;
  padding: 0 0 0 0.2rem;
  position: relative;
  padding: 0 0 0 30px;
  color: #797979;
}

.qa_cont dd:before {
  content: "A.";
  position: absolute;
  top: -3px;
  font-size: 20px;
  left: 3px;
  width: 18px;
  height: 15px;
  background-image: url(../images/icon_faq_tit02.png);
  background-size: 18px 15px;
}

.adobe_barimg {
  max-width: 158px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.adobe_barimg:hover {
  opacity: 0.7;
}

/*=========================
★news_archive
======================== */
.newsnav li {
  width: 260px;
  margin: 0 auto;
  font-size: 14px;
}

.newsnav dl dt {
  margin: 0;
  display: block;
  color: #767171;
  width: auto;
  background: #f2efef;
  padding: 0 0 0 45px;
  font-size: 14px;
  border-bottom: 1px solid #cecbcb;
  padding: 15px 0 15px 45px;
}

.newsnav dl dd a {
  margin: 0;
  display: block;
  color: #767171;
  width: auto;
  background: #f2efef;
  padding: 15px 0 15px 45px;
  font-size: 14px;
}

.newsnav li .ym {
  position: relative;
  font-weight: bold;
  background: #e6f4e3;
}

.ym > span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: #c8e0c3;
  color: #00a73a;
  font-size: 15px;
  font-weight: normal;
  width: 52px;
  text-align: center;
  padding: 14px 0;
}

.ymm {
  display: none;
}

/*=========================
★member news_archive
======================== */
.member .newsnav li .ym {
  position: relative;
  font-weight: bold;
  background: #fff4f4;
}

.member .ym > span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: #ffe4e4;
  color: #d41518;
  font-size: 15px;
  font-weight: normal;
  width: 52px;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
}

.ymm {
  display: none;
}

/*=========================
★news_single_area
======================== */
.pager-wrap {
  margin: 0 0 40px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 0px 5px;
  margin: 2px;
  border-radius: 3px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.news_single_day > span {
  position: relative;
  top: -2.5px;
}

.news_single_area h2 {
  /* font-weight: bold; */
  font-size: 22px;
}

.news_single_area img {
  width: auto;
}

/*=========================
★sitemap
======================== */
.sitemapbox {
  width: 48%;
  margin: 0 1%;
  float: left;
}

/*検索窓用CSS*/
span.screen-reader-text {
  display: none;
}

input.search-submit2 {
  background: url(../img/icon_search.png) no-repeat center center;
  width: 30px;
  background-size: 67%;
  color: rgba(255, 255, 255, 0);
  border: solid 2.5px rgba(90, 161, 208, 0.65);
  margin: 0 0 0 3px;
  position: relative;
  top: -1.5px;
}

.serch_size1 .formcustom .search-field2 {
  padding: 3px 5px;
  width: 75%;
}

.not-found .formcustom {
  margin: 20px 0 0 0;
}

.not-found input.search-submit2 {
  background: url(../img/icon_search.png) no-repeat center center #eee;
  width: 30px;
  background-size: 67%;
  color: rgba(255, 255, 255, 0);
  border: solid 0.5px rgba(221, 221, 221, 0.65);
  margin: 0 0 0 3px;
  position: relative;
  top: -1.5px;
}

.formcustom .search-field2 {
  padding: 2px 0;
}

/* ======================================
★login
========================================== */
.login_area {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.container .login_area .heading_txt h1 {
  text-align: center;
}

.login_output {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

.login_outputin .button_div {
  width: 85%;
  /* height: 55px; */
  padding: 6px 0;
  text-align: center !important;
  margin: 0 auto;
}

.login_area #wpmem_login {
  width: 100%;
}

.login_area #wpmem_login .div_text {
  width: 100%;
  padding: 0 0;
  margin: 0 0 14px 0;
}

.login_area #wpmem_login .div_text .username,
.login_area #wpmem_login .div_text .password {
  width: 96%;
  max-width: 328px;
  margin: 0 auto;
  display: block;
}

.login_area #wpmem_reg legend,
.login_area #wpmem_login legend {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
  display: none;
}

.login_area #wpmem_login .button_div input.buttons {
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 10px 10px;
  color: #fff;
  font-size: 20px;
  background: #ff3019;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3019), to(#cf0404));
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
}

.login_area #wpmem_login .button_div input.buttons::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 50px;
  top: 40px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login_area .inner {
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f9f9;
}

#wpmem_reg fieldset,
#wpmem_login fieldset {
  border: none;
  padding: 0;
  margin: 40px 0 10px;
}

.login_area .login_outputin .txt01 {
  font-size: 14px;
  line-height: 180%;
  color: #47494a;
  padding: 0 0 30px 15px;
  position: relative;
}

.login_area .login_outputin .txt01:before {
  content: "※";
  position: absolute;
  left: 0px;
}

.entry-content #wpmem_msg {
  width: 98%;
  padding: 30px 0px;
  margin: 0 0 15px 0;
  border: 3px solid rgba(215, 215, 215, 0.4);
}

#wpmem_msg h2 {
  color: #d41418;
}

/* ======================================
★akiyameister
========================================== */
.akiya_cont_ylist li {
  position: relative;
}

.akiya_cont_ylist li:after {
  position: relative;
}

.aki_yy {
  color: #d41518 !important;
  font-weight: bold !important;
  font-size: 23px !important;
  padding: 4px 24px;
}

.akiya_cont_ylist {
  max-width: 300px;
}

/* ======================================
★serchpage
========================================== */
.searchpage_box .title_txt02 > span {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

h2.screen-reader-text {
  display: none;
}

svg.svg-icon {
  position: relative;
  top: 5px;
}

/* IEのみ対応*/
@media all and (-ms-high-contrast: none) {
  .left_fix_content .tab img {
    margin: 5px 0 10px -6px;
  }
  .left_fix_box {
    width: 250px;
    position: absolute;
    background: #37414f;
    color: #fff;
    right: -350px;
    bottom: 0;
    z-index: 0;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
    padding: 20px 30px 20px 30px;
    transition: 0.3s;
    border-radius: 3px;
  }
  .left_fix_content .tab {
    width: 25px;
    display: block;
    background: #37414f;
    font-size: 14px;
    color: #fff;
    padding: 6px 6px 35px 13px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    z-index: 1;
  }
  .yplus02_ad:before {
    left: -1px;
    right: 0;
    bottom: 16px;
    position: absolute;
  }
}
/*190418追加insta**/
.insta {
  width: 150px;
  margin-top: 10px;
  bottom: -60px;
  left: 0;
  display: inline-block;
}

.insta a:hover {
  opacity: 0.8;
}

/*190515追加insta**/
section.insta_area {
  margin: 30px 0 -7px 0;
}

.insta_in {
  width: 36px;
  display: inline-block;
}

/*191017追加**/
.numage {
  width: 45px;
}

.tokubetu_cwrap {
  float: right;
  width: 55%;
}

.iswd-images-item {
  width: 16.6% !important;
  padding: 0px !important;
}

/* 201222_追加 */
.last dl dt a {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

/* 210822_エキスパート追加 */
p.txt_str.move_coment.blueb {
  color: #167ac6;
}

p.txt_str.move_coment.blueb::before {
  border-top: 2px solid #167ac6;
}

p.txt_str.move_coment.blueb::after {
  border-top: 2px solid #167ac6;
}

h2.title_txt02.mb30.blueb:after {
  border-bottom: solid 2px #167ac6;
}

h1.title_txt01.blurb {
  color: #167ac6 !important;
}

h2.title_txt02.mb20.blueb::after {
  border-bottom: solid 2px #167ac6;
}

/*20230601 不動産会社一覧map エキスパート追記処理*/
.expert_table_wp .propertyTb th {
  background: #ffb101;
}

.tit_ex_wp {
  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;
  padding-top: 30px;
  margin-bottom: 10px;
}

.tit_ex_wp a {
  position: relative;
  font-size: 90%;
  text-decoration: underline;
}

.propertyTb tr.ex_1 {
  background: #fffdc0;
}

/*20230710 ekisupa_tuiki*/
.ekisupa_tit > b {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}

.ekisupa_tit > b::after {
  content: "";
  display: block;
  background-image: url(../img/map_icon2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26px;
  height: 38px;
  position: absolute;
  right: 0;
  top: -15px;
}

.tit_ex_wp .ekisupa_alink {
  font-size: 110%;
  color: #d41518;
  font-weight: 600;
}

/*20240930 kaisyu*/
.d_blo {
  display: block;
}

.f_babbers {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f_babbers a {
  display: block;
  max-width: 189px;
  margin-right: 5px;
}

.f_inner_cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c_btn01 {
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  display: block;
  color: #009242 !important;
  padding: 9px 9px;
  -webkit-box-shadow: 2px 4px 0 #027a37;
  box-shadow: 2px 4px 0 #027a37;
  position: relative;
}

.c_btn01::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #009242;
  border-right: 2px solid #009242;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}

.f_left_side {
  margin-right: 20px;
}

.f_left_side a:hover {
  opacity: 0.6;
}

.f_left_side .btn_wp {
  max-width: 463px;
  margin-top: 15px;
}

.f_right_side {
  margin-top: 30px;
  margin-bottom: 150px;
}

.f_right_side a:hover {
  opacity: 0.6;
}

.sns_box {
  margin-top: 30px;
}

.frno_stro {
  margin-bottom: 3px;
}

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

.instas_wp > a {
  max-width: 143px;
}

.instas_wp > a:not(:first-child) {
  margin-left: 8px;
}

.btn_line {
  background-color: #0ec655;
  color: #fff !important;
  text-align: center;
  display: block;
  border-radius: 40px;
  padding: 16px 15px;
  -webkit-box-shadow: 2px 4px 0 #027a37;
  box-shadow: 2px 4px 0 #027a37;
  position: relative;
}

.btn_line::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}

.btn_line > b {
  position: relative;
}

.btn_line > b::before {
  position: absolute;
  top: 50%;
  left: -42px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 33px;
  height: 31px;
  background: url(../img/line_iconsx.png) no-repeat center;
  background-size: 100%;
}

@media screen and (min-width: 601px) {
  .entrance_list2 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .entrance_list2 > ul > li {
    width: 32.5%;
    margin-bottom: 3%;
  }
  .entrance_list2 > ul > li a:hover {
    opacity: 0.8;
  }
  .entrance_list2 > ul > li a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .entrance_list2 > ul > li figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .entrance_list2 > ul > li figure img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .entrance_list2 > ul > li .entrance_txt_box p {
    padding-bottom: 15px;
  }
  .entrance_list2 > ul > li:not(:nth-child(3n)) {
    margin-right: 1.2%;
  }
}
@media screen and (max-width: 600px) {
  .entrance_list2 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .entrance_list2 > ul > li {
    width: 48%;
    margin-bottom: 5%;
  }
  .entrance_list2 > ul > li figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .entrance_list2 > ul > li figure img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .entrance_list2 > ul > li .entrance_txt_box p {
    padding-bottom: 15px;
  }
  .entrance_list2 > ul > li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
.akiyamodel_list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.akiyamodel_list > li {
  position: relative;
  margin: 3px 0;
}

.akiyamodel_list > li::before {
  content: "〇";
  margin-right: 5px;
}

.akiyamodel_list > li > span {
  margin-left: 10px;
}

.qualification_list > ul {
  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;
}

.qualification_list > ul > li {
  width: 49.5%;
  position: relative;
  margin-bottom: 1%;
}

.qualification_list > ul > li > a {
  display: block;
}

.qualification_list > ul > li > a > p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  color: #fff;
  z-index: 2;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .qualification_list > ul {
    display: block;
  }
  .qualification_list > ul > li {
    width: 100%;
    position: relative;
    margin-bottom: 2%;
  }
}
#wpmem_login_form img {
  max-width: 100%;
  width: 130px;
}

#wpmem_login {
  background: #f1f1f1;
  padding: 30px;
}

.clearfixxx > li > a {
  display: block;
}

.pT10 {
  padding-top: 10px;
}

.pT50 {
  padding-top: 50px;
}

.pB30 {
  padding-bottom: 30px;
}

.line_maka {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fdfda8));
  background: linear-gradient(transparent 60%, #fdfda8 60%);
}

#merit_id .line_maka {
  font-size: 140%;
  padding: 0 8px;
}

.a_links {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}

.a_links.gaibu {
  padding-right: 20px;
}

.a_links.gaibu::before {
  display: block;
  content: "";
  background-size: 100%;
  background-image: url(../img/icon_gaibu.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 0;
}

.douganara {
  background: #ffd3e2;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  padding: 12px 0;
  border-radius: 5px;
  margin-top: 20px;
}

.admissions_mapps_wp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 3%;
}

.admissions_mapps_wp > .img_wp {
  width: 65%;
}

.admissions_mapps_wp > img {
  width: auto;
}

.admissions_mapps_wp .ttxxt {
  /* position: absolute;
  right: 0;
  top: 25px;
  max-width: 510px; */
  width: 35%;
  padding-top: 5%;
}

.admissions_mapps_wp .ttxxt > p {
  color: #005485;
  font-size: 113%;
  font-weight: bold;
  line-height: 1.5;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp {
  padding-top: 6%;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp .admissions_mapps_list {
  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;
  max-width: 390px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp .admissions_mapps_list > li {
  text-align: center;
  width: 46%;
  border: solid 1px #000;
  background: #eee;
  margin: 10px 0;
  font-weight: 600;
  padding: 2px 0;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp .admissions_mapps_list > li:nth-of-type(1) {
  background: #b7dce2;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp .admissions_mapps_list > li:nth-of-type(2) {
  background: #c1e0d1;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp .admissions_mapps_list > li:nth-of-type(3) {
  background: #e5bd77;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp .admissions_mapps_list > li:nth-of-type(4) {
  background: #e29e9b;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp .admissions_mapps_list > li:nth-of-type(5) {
  background: #dbbdd7;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp .admissions_mapps_list > li:nth-of-type(6) {
  background: #b8c1de;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp .admissions_mapps_list > li:nth-of-type(7) {
  background: #eee886;
}

.admissions_mapps_wp .ttxxt > .admissions_mapps_list_ulwp .admissions_mapps_list > li:nth-of-type(8) {
  background: #df93a0;
}

.flow_cont01x svg {
  max-width: 100%;
  height: auto;
}

.flow_cont01x svg .btn_dwo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flow_cont01x svg .btn_dwo:hover {
  opacity: 0.7;
}

.title_txt02x {
  text-align: center;
  margin: 0 auto;
  border: solid 2px #ffc000;
  font-weight: 600;
  padding: 5px 0;
  font-size: 110%;
  max-width: 460px;
}

.tit03x {
  border-bottom: dashed 2px #156082;
  max-width: 400px;
  padding-bottom: 8px;
  font-size: 105%;
  font-weight: bold;
}

.disc {
  margin-left: 17px;
}

.disc > li {
  list-style-type: disc;
  list-style-position: outside;
}

.down_btnwp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.down_btnwp > a {
  color: #fff;
  background-color: #ff7c68;
  text-align: center;
  border-radius: 50px;
  line-height: 1.3;
  padding: 6px 30px;
  margin: 5px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.down_btnwp > a:hover {
  background-color: #d64b36;
}

.down_btnwp > a > span {
  display: block;
}

.down_btnwp > a > span > b {
  display: block;
  font-weight: bold;
}

.down_btnwp > a > span > em {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.down_btnwp > a > span > em::before {
  display: block;
  content: "";
  width: 15px;
  height: 17px;
  background: url(../img/down_icon.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .down_btnwp {
    display: block;
    margin-bottom: 35px;
  }
  .down_btnwp > a {
    margin: 20px 0px;
  }
}
.admissions_mapps_wp2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.admissions_mapps_wp2 .ttxxt {
  width: 60%;
}

.admissions_mapps_wp2 > img {
  width: 34%;
}

.meri_btnwp {
  text-align: right;
}

.meri_btnwp a {
  max-width: unset;
  width: auto;
  display: inline-block;
  margin: 15px;
  padding: 9px 15px;
  word-break: keep-all;
}

.meri_btnwp a.type_pdf {
  position: relative;
}

.meri_btnwp a.type_pdf > span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.meri_btnwp a.type_pdf span::before {
  display: block;
  content: "";
  width: 15px;
  height: 17px;
  background: url(../img/down_icon.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .meri_btnwp a.type_pdf > span {
    padding-left: 25px;
  }
  .meri_btnwp a.type_pdf > span > span {
    display: block;
  }
  .meri_btnwp a.type_pdf > span > em {
    display: block;
  }
  .admissions_mapps_wp2 {
    display: block;
  }
  .admissions_mapps_wp2 .ttxxt {
    width: 100%;
    margin-bottom: 20px;
  }
  .admissions_mapps_wp2 > img {
    width: 100%;
  }
}
.cost_cont .costtable01.cyouseitb .cyuou {
  vertical-align: middle;
}

/*20250327 flow図 */
.flow_cont01xy {
  margin-bottom: 20px;
}

.flow_cont01xy .flows_bbox .strbox {
  background-color: #595959;
  color: #fff;
  text-align: center;
  padding: 1.3% 0;
  font-size: min(2.6vw, 17px);
  border-radius: 5px;
  margin-bottom: 1.8%;
}

.flow_cont01xy .flows_bbox .dlwp > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow_cont01xy .flows_bbox .dlwp > dl > dd {
  border-radius: 30px;
  width: 35%;
  padding: 1% 1.5%;
}

.flow_cont01xy .flows_bbox .dlwp > dl > dd.dd1 {
  background-color: #f2f2f2;
}

.flow_cont01xy .flows_bbox .dlwp > dl > dd.dd2 {
  background-color: #e2f0d9;
}

.flow_cont01xy .flows_bbox .dlwp > dl > dd .fsg_tit {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 1%;
  font-size: min(2.2vw, 14px);
}

.flow_cont01xy .flows_bbox .dlwp > dl > dd .aobox .waku > span {
  border: solid 1px #2f528f;
  background-color: #4472c4;
}

.flow_cont01xy .flows_bbox .dlwp > dl > dd .aobox .btns_wp > a {
  color: #4472c4;
  background-image: url(../img/ao_down.png);
  background-position: 92% 80%;
  background-repeat: no-repeat;
  background-size: 6.4%;
}

.flow_cont01xy .flows_bbox .dlwp > dl > dd .midori .waku > span {
  border: solid 1px #00b050;
  background-color: #00b050;
}

.flow_cont01xy .flows_bbox .dlwp > dl > dd .midori .btns_wp > a {
  color: #009744;
  background-image: url(../img/midori_down.png);
  background-position: 93% 46%;
  background-repeat: no-repeat;
  background-size: 6.4%;
}

.flow_cont01xy .flows_bbox .dlwp > dl > dd .midori .btns_wp > a span {
  padding-right: 6%;
}

.flow_cont01xy .flows_bbox .dlwp > dl .waku {
  text-align: center;
}

.flow_cont01xy .flows_bbox .dlwp > dl .waku > span {
  font-size: min(2.2vw, 14px);
  display: block;
  color: #fff;
  padding: 2% 6%;
  width: 80%;
  margin: 0 auto;
  border-radius: 5px;
}

.flow_cont01xy .flows_bbox .dlwp > dl .btns_wp {
  margin-top: 2%;
}

.flow_cont01xy .flows_bbox .dlwp > dl .btns_wp > a {
  display: block;
  background-color: #fff;
  border: solid 3px #eeb500;
  padding: 3% 2%;
  text-align: center;
  font-size: min(2vw, 12px);
  border-radius: 8px;
}

.flow_cont01xy .flows_bbox .dlwp > dl .mflows > ul > li {
  position: relative;
}

.flow_cont01xy .flows_bbox .dlwp > dl .mflows > ul > li::after {
  display: block;
  width: 4%;
  max-width: 9px;
  content: url(../img/flow_aoyaji.svg);
  margin: 2% auto;
  font-size: 0;
  line-height: 1;
}

.flow_cont01xy .flows_bbox .dlwp > dl .mflows > ul > li .hosoku {
  font-size: min(2vw, 12px);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2%;
}

.flow_cont01xy .flows_bbox .dlwp > dl .mflows > ul > li * {
  line-height: 1.3;
}

.flow_cont01xy .flows_bbox .dlwp > dl .mflows > ul > li .btn_aka {
  color: #ff5f5f;
}

.flow_cont01xy .flows_bbox .dlwp > dl .mflows > ul > li:first-child .hosoku {
  margin-top: 4%;
}

.flow_cont01xy .flows_bbox .dlwp > dl > .dt1 {
  width: 21%;
  text-align: center;
}

.flow_cont01xy .flows_bbox .dlwp > dl > .dt1 img {
  max-width: 100%;
  width: auto;
}

.flow_cont01xy .flows_bbox .endbox {
  background-color: #ff6565;
  color: #fff;
  text-align: center;
  padding: 1.3% 0;
  font-size: min(2.6vw, 17px);
  border-radius: 5px;
  margin-top: 1.8%;
}

.flow_cont01xy .flows_bbox .endbox > span {
  font-weight: 100;
}

.sp_onli {
  display: none;
}

.insta_area .insta_wrap ul {
  margin: 0 0 4% 0;
}

.insta_area .insta_wrap ul:after {
  display: block;
  content: "";
  clear: both;
}

.insta_area .insta_wrap ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 0;
  padding: 8% 0;
  overflow: hidden;
  margin-bottom: 0%;
}

.insta_area .insta_wrap ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}

.faqnav > li:not(:first-child) {
  border-top: 1px solid #cecbcb;
}
.faqnav > li > dl > dt {
  position: relative;
  width: 100%;
  display: block;
}
.faqnav > li > dl > dt a {
  color: #767171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e6f4e3;
  width: 100%;
  min-height: 52px;
  padding: 10px 53px 10px 45px;
  line-height: 1.3;
  font-size: 14px;
}
.faqnav > li > dl:not(.oyayo) > dt .pluspan {
  display: none;
}
.faqnav > li > dl.oyayo > dt a {
  width: calc(100% - 52px);
}
.faqnav > li > dl.oyayo > dt > .pluspan {
  width: 52px;
  display: block;
  height: 100%;
  background: #c8e0c3;
  color: #00a73a;
  position: absolute;
  right: 0;
  top: 0;
  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;
  cursor: pointer;
  z-index: 2;
}
.faqnav > li > dl.oyayo > dd {
  display: none;
}
.faqnav > li > dl.oyayo > dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 52px;
  width: 100%;
  border-top: 1px solid #cecbcb;
  margin: 0;
  display: block;
  color: #767171;
  width: auto;
  background: #f2efef;
  padding: 15px 10px 15px 45px;
  font-size: 14px;
}

.faq_cateoya_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq_cateoya_list > a {
  position: relative;
  width: 32.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #ebebeb;
  -webkit-box-shadow: 2px 2px 3px 0px #ebebeb;
  box-shadow: 2px 2px 3px 0px #ebebeb;
}
.faq_cateoya_list > a .img_wp {
  width: 35%;
}
.faq_cateoya_list > a .txt_wp {
  width: 65%;
  padding: 0px 6%;
  font-size: 90%;
}

.faq_cateko_wp .faq_list > li {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: #ccc 1px dotted;
}
.faq_cateko_wp .faq_list > li .faqwp > dt {
  position: relative;
  padding-left: 25px;
  font-size: 115%;
}
.faq_cateko_wp .faq_list > li .faqwp > dt::before {
  position: absolute;
  content: "Q.";
  left: 0;
  top: 0;
  font-weight: bold;
  color: #00a73a;
}
.faq_cateko_wp .faq_list > li .faqwp > dt a {
  text-decoration: underline;
  color: #00a73c;
}

.single_faq_faqwpwp .faqwp > dt {
  position: relative;
  padding-left: 30px;
  font-size: 120%;
  color: #00a73c;
}
.single_faq_faqwpwp .faqwp > dt::before {
  position: absolute;
  content: "Q.";
  left: 0;
  top: 0;
  font-weight: bold;
  color: #00a73a;
}
.single_faq_faqwpwp .faqwp > dd {
  position: relative;
  padding-left: 25px;
}
.single_faq_faqwpwp .faqwp > dd::before {
  position: absolute;
  content: "A.";
  left: 0;
  top: 0;
  font-weight: bold;
  color: #ff7676;
}

.list-disc {
  list-style-type: disc;
  padding-left: 20px;
}

.tablexx {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}
.tablexx thead th {
  border: 2px solid #000000;
  text-align: center;
  padding: 5px 5px;
  background-color: #01619b;
  color: #fff;
  font-size: 90%;
}
.tablexx tbody td {
  border: 2px solid #000000;
  text-align: center;
  padding: 5px 5px;
  font-size: 90%;
  background-color: #fbfbfb;
  vertical-align: middle;
}

.official_character_wp .img_wpbox {
  text-align: center;
  background-color: #fff3e0;
}
.official_character_wp .img_wpbox img {
  display: inline-block;
  width: auto;
  max-width: 96%;
  padding: 5% 0;
}
.official_character_wp .txt_box {
  margin: 40px 0;
  text-align: center;
  line-height: 1.8;
}

.meda_yoku {
  padding-bottom: 8px;
}
.meda_yoku .meda_ul > li {
  margin: 8px 0;
}
.meda_yoku .meda_ul > li > a {
  font-size: 85%;
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
.meda_yoku .meda_ul > li > a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #767171;
  border-right: 1px solid #767171;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
.f_inner_cont01 .f_right_side {
  position: relative;
}
.f_inner_cont01 .f_right_side::after {
  content: "";
  display: block;
  position: absolute;
  top: 140px;
  right: 0;
  width: 216px;
  height: 136px;
  background-image: url(../img/of_chara_03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.nyukaikai .fltimgs {
  float: right;
  max-width: 250px;
  margin: 0 0 6% 8%;
}

.semisemi_longbox .table02_dl > dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.semisemi_longbox .table02_dl > dl > dt {
  padding: 2px 0;
}
.semisemi_longbox .table02_dl > dl > dd {
  padding: 2px 0;
}
.semisemi_longbox .table02_wrap {
  padding: 2% 90px 50px 2%;
  margin-top: 5px;
  position: relative;
}
.semisemi_longbox .table02_wrap::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -50px;
  right: -60px;
  width: 170px;
  height: 100px;
  background-image: url(../img/of_chara_04.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.p_s_b_right .imgwrap {
  position: relative;
}
.p_s_b_right .imgwrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -74px;
  width: 166px;
  height: 136px;
  background-image: url(../img/of_chara_06.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.magazine_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 15px;
}
@media screen and (max-width: 600px) {
  .magazine_lists {
    margin: 0 2.5% 2.5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.magazine_lists > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.magazine_lists > a .btn_pdf {
  margin-top: auto;
  text-align: center;
}
.magazine_lists > a .imgwrap {
  margin-bottom: 10px;
}
@media screen and (min-width: 601px) {
  .magazine_lists > a {
    width: 30%;
    max-width: 180px;
    margin-bottom: 20px;
  }
  .magazine_lists > a:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 600px) {
  .magazine_lists > a {
    width: 47%;
    margin-bottom: 2.5%;
  }
}

.gurubijyo_box .img_wp {
  float: right;
  margin-left: 5%;
  margin-bottom: 3%;
}
@media screen and (max-width: 600px) {
  .gurubijyo_box .img_wp {
    float: none;
    margin: 0 auto 5%;
    max-width: 90%;
  }
}

.faq_intro_box .txt_st1 {
  line-height: 1.8;
  padding-top: 3%;
}
.faq_intro_box .img_wp {
  float: right;
  margin-left: 5%;
  margin-bottom: 3%;
}
@media screen and (max-width: 600px) {
  .faq_intro_box .img_wp {
    float: none;
    margin: 0 auto 5%;
    max-width: 90%;
  }
}

.detail_abox img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}

.entry-content img {
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
}

.top_infore_area {
  padding: 80px 0;
}
.top_infore_area .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto 0;
}
.top_infore_area .clearfix > li {
  width: 46%;
  position: relative;
}
.top_infore_area .clearfix > li .tit_wp {
  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: 30px;
}
.top_infore_area .clearfix > li .tit_wp > h2 {
  padding-left: 80px;
  text-align: left;
  font-weight: normal;
  margin: 0;
}
.top_infore_area .clearfix > li .tit_wp > h2::after {
  display: none !important;
}
.top_infore_area .clearfix > li .tit_wp > h2::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 86px;
  top: -30px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.top_infore_area .clearfix > li .tit_wp > h2.redbar::before {
  background-image: url(../img/top_cata2.png);
}
.top_infore_area .clearfix > li .tit_wp > h2.greenbar::before {
  background-image: url(../img/top_cata1.png);
}
.top_infore_area .clearfix > li .tit_wp > h2 > span {
  position: relative;
  display: inline-block;
}
.top_infore_area .clearfix > li .tit_wp > h2 > span::after {
  content: "";
  display: block;
  border-bottom: 3px solid #eee;
  width: 30px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.top_infore_area .clearfix > li .tit_wp > h2 > span.kaiins::after {
  border-bottom: 3px solid #b0153d;
}
.top_infore_area .clearfix > li .tit_wp > h2 > span.ipans::after {
  border-bottom: 3px solid #126434;
}

.f_110p {
  font-size: 110%;
}

.f_115p {
  font-size: 115%;
}

.f_120p {
  font-size: 120%;
}

.bold {
  font-weight: bold;
}
