@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: YuGothic, 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body {
  font-family: YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-size: 14px;
  color: #333;
  letter-spacing: .1em;
  line-height: 2;
  font-weight: 500;
}

a {
  color: #333;
  text-decoration: none;
}

.link {
  color: #0399cc;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

a[href^="tel"] {
  cursor: default;
}

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

.left_container {
  width: 140px;
}

.right_container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#header {
  padding-top: 110px;
  background: #0399cc;
  position: fixed;
  width: 140px;
  height: 100%;
  z-index: 9999;
}

.humberger {
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 9999;
}

.humberger::after {
  content: "Menu";
  position: absolute;
  left: 45px;
  bottom: -37px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  color: #fff;
}

.humberger span {
  background: #fff;
  position: absolute;
  left: 67px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 42px;
  height: 1px;
  -webkit-transition: .4s;
  transition: .4s;
}

.humberger span:nth-of-type(1) {
  top: 0;
}

.humberger span:nth-of-type(2) {
  top: 50%;
}

.humberger span:nth-of-type(3) {
  bottom: 0;
}

.humberger.is-open span:nth-of-type(1) {
  -webkit-transform: translate(-50%, 14px) rotate(-40deg);
  transform: translate(-50%, 14px) rotate(-40deg);
}

.humberger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.humberger.is-open span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -14px) rotate(40deg);
  transform: translate(-50%, -14px) rotate(40deg);
}

.g-navi {
  pointer-events: none;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.g-navi .navi-inner {
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  overflow-y: auto;
  padding: 200px 50px 50px 50px;
  height: 100vh;
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 0;
  position: relative;
  z-index: 0;
}

.g-navi .navi-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.g-navi .menu-list li {
  position: relative;
  padding: 0 0 0 20px;
}

.g-navi .menu-list li+li {
  margin-top: 10px;
}

.g-navi .menu-list li:before {
  background: #86cce3;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
}

.g-navi .menu-list a {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: .5s;
  transition: .5s;
  color: #fff;
}

.g-navi .menu-list a:hover {
  opacity: .5;
}

.g-navi .h-sns {
  display: none;
}

.g-navi.is-open {
  pointer-events: auto;
}

.g-navi.is-open .navi-inner {
  opacity: 1;
}

.header_logo {
  margin: 0 auto 20px;
  width: 70px;
}

.main-visual {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../images/main.jpg) no-repeat center center/cover;
}

.main-visual>img {
  display: none;
}

.main_img {
  position: absolute;
  top: 10px;
  right: 3%;
}

.main_txt {
  position: absolute;
  top: 145px;
  right: 15%;
}

.main_txt01 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  font-size: 65px;
  color: #0399cc;
  line-height: 1.75;
}

.main_txt02 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  font-size: 25px;
  line-height: 2;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.contents01 {
  padding: 60px 0 100px;
  background: url(../images/cont01_bg.jpg) no-repeat center 30px;
}

.sub-title01 {
  padding-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  font-size: 28px;
  position: relative;
}

.sub-title01::before {
  content: "";
  background: url(../images/icon01.png) no-repeat center center;
  width: 15px;
  height: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
}

.contents02 {
  padding: 60px 0 80px;
  background: url(../images/cont02_bg.jpg) no-repeat center center/cover;
}

.top_inner {
  margin: auto;
  width: 980px;
}

.cont02_layout {
  position: relative;
  width: 100%;
  height: 459px;
}

.cont02_layout_txt {
  position: absolute;
  right: 10px;
  top: 60px;
}

.sub-title02 {
  margin-bottom: 30px;
  color: #86cce3;
  font-size: 65px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
}

.cont02_layout_catch {
  font-size: 18px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  margin-bottom: 15px;
}

.text-btn01 a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #0399cc;
  padding: 11px 0;
  width: 160px;
  line-height: 1;
  font-size: 13px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  position: relative;
  border: 2px solid #0399cc;
  z-index: 0;
}

.text-btn01 a::before {
  content: "";
  background: #f6f5ef;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.text-btn01 a:hover {
  color: #0399cc;
}

.text-btn01 a:hover::before {
  opacity: 1;
  width: 100%;
}

.contents03 {
  padding: 75px 0 80px;
}

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

.cont03_topics {
  /*width: 460px;*/
  width: 100%;
}

.sub-title03 {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  line-height: 1.2;
  padding: 0 90px 15px 25px;
  border-bottom: 1px solid #0399cc;
  position: relative;
}

.sub-title03::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0399cc;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.sub-title03.sub-title03_icon01::before {
  content: "";
  background: url(../images/icon02.png) no-repeat center center;
  position: absolute;
  width: 16px;
  height: 19px;
  top: 3px;
  left: 0;
}

.sub-title03.sub-title03_icon02::before {
  content: "";
  background: url(../images/icon03.png) no-repeat center center;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 4px;
  left: 0;
}

.sub-title03_option {
  font-size: 14px;
  color: #ddd;
  margin-left: 18px;
}

.ttl_btn {
  background: #0399cc;
  color: #fff;
  font-size: 11px;
  position: absolute;
  width: 80px;
  text-align: center;
  padding: 8px 0;
  display: inline-block;
  line-height: 1;
  right: 0;
}

.cont03_topics_list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ddd;
}

.cont03_topics_img {
  float: left;
  width: 106px;
  margin-right: 20px;
}

.cont03_topics_txt {
  overflow: hidden;
  font-size: 15px;
}

.cont03_topics_time {
  color: #888;
}

.cont03_topics_title {
  font-weight: bold;
}

.cont03_top {
  margin-bottom: 60px;
}

.txt-bnr {
  width: 482px;
  outline: 4px solid #d6f4fe;
  border: 1px solid #bee7f4;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txt-bnr_text {
  position: relative;
}

.txt-bnr_text .text-btn01 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 24px;
}

.txt-bnr_text .text-btn01 a {
  width: 100%;
  padding: 6px 0;
  font-size: 11px;
}

.txt-bnr_text01 {
  width: 312px;
}

.txt-bnr_text02 {
  width: 225px;
}

.contents04 {
  padding: 50px 0 80px;
  background: url(../images/cont04_bg.jpg) no-repeat center center/cover;
}

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

.case_bnr-list li {
  background: #fff;
  width: 316px;
  -webkit-box-shadow: 0px 0px 20px -8px #000;
  box-shadow: 0px 0px 20px -8px #000;
}

.case_bnr-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.case_bnr-list li a:hover {
  background: #c5ecf9;
}

.case_bnr-list li a:hover .cont04_bnr_img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.cont04_bnr_img {
  width: 150px;
  height: 113px;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cont04_bnr_img img {
  -webkit-transition: 1s;
  transition: 1s;
}

.cont04_bnr_title {
  width: 166px;
  text-align: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  font-size: 20px;
  padding-top: 30px;
  line-height: 1;
  position: relative;
}

.cont04_bnr_title_icon01::before {
  content: "";
  background: url(../images/icon04.png) no-repeat center center;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.cont04_bnr_title_icon02::before {
  content: "";
  background: url(../images/icon05.png) no-repeat center center;
  width: 24px;
  height: 23px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.cont04_bnr_title_icon03::before {
  content: "";
  background: url(../images/icon06.png) no-repeat center center;
  width: 25px;
  height: 19px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.contents05 {
  padding: 80px 0 60px;
}

.contents05 .sub-title03 {
  margin-bottom: 40px;
}

.cont05_bnr {
  margin-bottom: 70px;
  padding: 40px 0 39px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  background: url(../images/cont05_img01.png) no-repeat right top;
}

.cont05_bnr .text-btn01 a {
  width: 100px;
  font-size: 11px;
  padding: 6px 0;
}

.cont05_bnr_img img {
  display: none;
}

.sub-title04 {
  font-size: 20px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  position: relative;
  margin-bottom: 40px;
}

.sub-title04::after {
  content: "";
  width: 410px;
  height: 1px;
  background: #0399cc;
  background: linear-gradient(200deg, transparent, #0399CB 100%, #0399cc 0%, transparent);
  position: absolute;
  left: 0;
  bottom: -20px;
}

.sub-title03.sub-title03_icon03::before {
  content: "";
  background: url(../images/icon07.png) no-repeat center center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
}

.faq_dl dt {
  margin-bottom: 45px;
  font-size: 18px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  position: relative;
  padding: 0 40px 15px 40px;
  line-height: 1.3;
  position: relative;
  border-bottom: 1px dotted #ddd;
  cursor: pointer;
}

.faq_dl dt::before {
  content: "";
  position: absolute;
  background: url(../images/faq_icon01.jpg) no-repeat center center;
  width: 28px;
  height: 28px;
  left: 0;
  top: -2px;
}

.faq_dl dt::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-weight: bold;
  color: #0399cc;
}

.faq_dl dd {
  margin: -25px 0 45px;
  display: none;
  padding-left: 40px;
  position: relative;
}

.faq_dl dd::before {
  content: "";
  position: absolute;
  background: url(../images/faq_icon02.jpg) no-repeat center center;
  width: 28px;
  height: 28px;
  left: 0;
  top: -2px;
}

.contents06 {
  padding: 60px 0;
  background: url(../images/cont06_bg.jpg);
}

.sub-title05 {
  margin-bottom: 35px;
  font-size: 20px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  line-height: 1.2;
  padding: 0 0 15px 33px;
  border-bottom: 1px solid #e3d586;
  position: relative;
}

.sub-title05::before {
  content: "";
  background: url(../images/icon08.png) no-repeat center center;
  width: 22px;
  height: 20px;
  left: 0;
  top: 0;
  position: absolute;
}

.sub-title05::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e3d586;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.cont06_contact {
  width: 482px;
  position: relative;
  padding-bottom: 68px;
}

.cont06_contact .text-btn02 {
  position: absolute;
  width: 250px;
  height: 48px;
  bottom: 0;
  left: 0;
}

.sub-title06 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.sub-title06::before {
  content: "";
  background: #e3d586;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 5px;
}

.text-btn02 a {
  width: 250px;
  color: #fff;
  background: #e3d586;
  padding: 15px 0;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border: 2px solid #e3d586;
  z-index: 0;
  position: relative;
}

.text-btn02 a::before {
  content: "";
  background: #f6f5ef;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.text-btn02 a:hover {
  color: #e3d586;
}

.text-btn02 a:hover::before {
  opacity: 1;
  width: 100%;
}

#footer {
  padding-top: 30px;
  background: url(../images/footer_bg.jpg) no-repeat center center/cover;
}

.pagetop a {
  background: #fff;
  display: block;
  text-align: center;
  padding: 18px 0;
}

.footer_logo {
  text-align: center;
  margin-bottom: 40px;
}

.footer_cont01 {
  margin-bottom: 10px;
}

.sub-title07 {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.sub-title07 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

.sub-title07 span::before,
.sub-title07 span::after {
  position: absolute;
  top: 46%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}

.sub-title07 span::before {
  right: 100%;
}

.sub-title07 span::after {
  left: 100%;
}

.footer_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.footer_bnr_list li {
  margin: 0 8px 16px;
}

.footer_navi {
  margin-bottom: 30px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.footer_navi_list {
  text-align: center;
}

.footer_navi_list li {
  display: inline-block;
  margin-right: 30px;
  line-height: 1;
}

.footer_navi_list li:last-child {
  margin-right: 0;
}

.footer_navi_list li a {
  font-weight: bold;
}

.copyright {
  padding: 20px 0;
  text-align: center;
  background: #fff;
}

/*------------
下層レイアウト
--------------*/
.breadcrumb {
  margin: 10px 0 50px;
  width: 100%;
}

.breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

#under-middle {
  margin-bottom: 100px;
}

#under-middle .contents {
  width: 980px;
  margin: auto;
}

#under-middle .contents p+p {
  margin-top: 15px;
}

.page-title {
  padding: 135px 0;
  background: url(../images/under/under_main.jpg);
}

.page-title h2 {
  font-size: 34px;
  color: #0399cc;
  text-align: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  line-height: 1.2;
}

.text_strong {
  letter-spacing: -3px;
}

.catch-copy01 {
  color: #888;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  font-size: 25px;
  position: relative;
  padding-left: 125px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.catch-copy01::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 1px;
  background: #888;
  left: 0;
  top: 15px;
}

.name01 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  color: #888;
  line-height: 1;
}

.name02 {
  margin-bottom: 30px;
  line-height: 1;
  border-top: 1px dotted #ddd;
  margin-top: 10px !important;
  padding-top: 10px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  font-size: 23px;
}

.name02 span {
  font-size: 15px;
  margin-left: 50px;
}

.icon-list01 li {
  padding-left: 15px;
  position: relative;
}

.icon-list01 li::before {
  content: "";
  background: #86cce3;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 10px;
}

.under_sub-title01 {
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  font-size: 28px;
  position: relative;
}

.under_sub-title01::before {
  content: "";
  background: url(../images/icon01.png) no-repeat center center;
  width: 15px;
  height: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
}

.history-list {
  padding: 30px 0 30px 69px;
  margin-left: 49px;
  border-left: 2px solid #0399cc;
}

.history-list li {
  margin-bottom: 30px;
}

.history-dl {
  position: relative;
}

.history-dl dt {
  position: absolute;
  background: #0399cc;
  color: #fff;
  padding: 0px 10px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  text-align: center;
  left: -120px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  width: 100px;
  height: 30px;
}

.history-dl dd {
  border: 3px solid #0399cc;
  padding: 10px 10px 10px 30px;
}

.under_sub-title02 {
  font-size: 20px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  border-bottom: 1px solid #0399cc;
  line-height: 1.3;
  padding: 0 0 20px;
  margin-bottom: 30px;
}

.card-list .card-list_item {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 20px -8px #000;
  box-shadow: 0px 0px 20px -8px #000;
}

.under_dl dt {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}

.under_dl dt::before {
  content: "";
  background: #e3d586;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 6px;
}

.under_text-btn a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #0399cc;
  padding: 10px 0;
  max-width: 350px;
  width: 100%;
  line-height: 1.5;
  font-size: 13px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  position: relative;
  border: 2px solid #0399cc;
  z-index: 0;
}

.under_text-btn a::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.under_text-btn a:hover {
  color: #0399cc;
}

.under_text-btn a:hover::before {
  opacity: 1;
  width: 100%;
}

.under_btn-list li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  width: 100%;
  line-height: 1;
  font-size: 13px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  position: relative;
  border: 2px solid #0399cc;
  z-index: 0;
}

.under_btn-list li a::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.under_btn-list li a:hover {
  color: #0399cc;
}

.under_btn-list li a:hover::before {
  opacity: 1;
  width: 100%;
}

.under_btn-list .btn01 a {
  background: #0399cc;
}

.under_btn-list .btn02 a {
  background: #e3d586;
}

.under_table01 {
  padding: 10px;
  background: url(../images/under/under_table_bg.jpg);
}

.under_table01 table {
  border-collapse: collapse;
  width: 100%;
}

.under_table01 table th {
  padding: 10px;
  background: #86cce3;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  color: #fff;
  border: 2px solid #0399cc;
}

.under_table01 table td {
  background: #fff;
  padding: 10px;
  border: 2px solid #0399cc;
}


.under_table02 table {
  width: 100%;
  border-spacing: 0;
}

.under_table02 table th {
  border-bottom: solid 2px #0399cc;
  padding: 10px 0;
}

.under_table02 table td {
  border-bottom: solid 2px #ccc;
  padding: 10px;
}

.notice {
  padding-left: 18px;
  text-indent: -15px;
}

.contact-form {
  padding: 30px;
  background: url(../images/under/under_table_bg.jpg);
}

.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}

.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}

.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  text-align: left;
}

.contact-form table td {
  padding: 20px 0;
}

.contact-form .hissu {
  background: #E57373;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 8px;
  float: right;
}

.contact-form .kakunin {
  background: #0399cc;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 8px;
  float: right;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  border: 1px solid #ddd;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
  border-radius: 3px;
  vertical-align: middle;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  color: #828c9a;
  width: 30%;
}

.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
  vertical-align: 0;
  margin: 0 10px 0 0;
}

.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.contact-form .mwform-radio-field,
.contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 10px;
}

.contact-form .mwform-tel-field {
  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;
}

.contact-form .mwform-zip-field input[type="text"] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"] {
  width: 29%;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(1) {
  margin-right: 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(2) {
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(3) {
  margin-left: 10px;
}

.contact-form textarea {
  height: 200px;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #fe6d70;
}

.contact-form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form .submit-btn [type="submit"] {
  -webkit-appearance: none;
  background: #fe6d70;
  border: 1px solid #fe6d70;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 250px;
}

.contact-form .submit-btn [type="submit"]:hover {
  opacity: .7;
}

.contact-form .submit-btn [type="submit"].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

.td_option {
  font-size: 12px;
}

.border-img {
  border: 1px solid #ccc;
}

.under_topics_list li {
  margin-bottom: 60px;
}

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

.under_topics_thumb {
  margin-right: 30px;
  margin-bottom: 20px;
  float: left;
  width: 400px;
}

.under_topics_content {
  overflow: hidden;
  padding-top: 13px;
  line-height: 1.7;
}

.under_topics_content .topics_info {
  font-size: 15px;
}

.under_topics_content .topics_info .topics_time {
  margin-right: 20px;
}

.under_topics_content .topics_info .topics_category {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
}

.category-navi {
  background: #F0F0F0;
  border-radius: 3px;
  padding: 25px;
  margin: 0 auto 60px;
  width: 700px;
}

.category-navi select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff;
  border-radius: 3px;
  vertical-align: middle;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  color: #828c9a;
  width: 100%;
}

.topics_anchor {
  border-radius: 10px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

.topics_anchor:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  color: #0399cc;
}

.topics_anchor img {
  -webkit-transition: .5s;
  transition: .5s;
}

.topics_anchor:hover img {
  opacity: .7;
}

.top_cont03_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*------------
下層パーツ
--------------*/
.short {
  margin: 0 0 60px;
}

.tall {
  margin: 0 0 100px;
}

.h3 {
  font-size: 30px;
}

.col2,
.col2-col2 {
  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;
}

.col2>li,
.col2-col2>li {
  margin: 0 0 30px;
  width: 47%;
}

.col3,
.col3-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.col3>li,
.col3-col2>li {
  margin: 0 1% 25px;
  width: 31.3333333%;
}

.col4,
.col4-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.col4>li,
.col4-col2>li {
  margin: 0 1% 15px;
  width: 23%;
}

.l-imgR,
.l-imgL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.l-imgR .l-img,
.l-imgL .l-img {
  margin: 0 40px 0 0;
  width: 40%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-imgR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-imgR .l-img {
  margin: 0 0 0 40px;
}

.l-imgR.l-img_center,
.l-imgL.l-img_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-imgL.l-imgL02 .l-img,
.l-imgR.l-imgR02 .l-img {
  width: 26%;
}

/*------------
投稿パーツ
--------------*/
.post-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 0;
}

.post-number a {
  background: #eff2f5;
  color: #333;
  display: block;
  padding: 0 10px;
  margin: 0 5px 10px;
  line-height: 40px;
  text-align: center;
  min-width: 40px;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.post-number a:hover {
  background: #0399cc;
  color: #fff;
}

.post-number .current {
  background: #0399cc;
  color: #fff;
  display: block;
  margin: 0 5px 10px;
  line-height: 40px;
  text-align: center;
  min-width: 40px;
}

.postdata h4 {
  font-size: 20px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  border-bottom: 1px solid #0399cc;
  line-height: 1.3;
  padding: 0 0 20px;
  margin-bottom: 30px;
}

.postdata h5 {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
}

.postdata h5::before {
  content: "";
  background: #e3d586;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 6px;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ol li {
  list-style: inside decimal;
}

/*------------
common
--------------*/
.fixed:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.header_logo .pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: .2s;
  transition: .2s;
}

.fade:hover {
  opacity: .5;
}

.bold,
strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.bg-blue {
  background: #eefaff;
  padding: 20px;
}

.bg-glay {
  background: #f7f7f7;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* テキストアニメーション */
.txt-effect i,
.main_txt i,
.page-title h2 i {
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1s !important;
  transition-duration: 1s !important;
  opacity: 0;
}

.txt-effect i.d1,
.main_txt i.d1,
.page-title h2 i.d1 {
  -webkit-transition-delay: .1s !important;
  transition-delay: .1s !important;
}

.txt-effect i.d2,
.main_txt i.d2,
.page-title h2 i.d2 {
  -webkit-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.txt-effect i.d3,
.main_txt i.d3,
.page-title h2 i.d3 {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important;
}

.txt-effect i.d4,
.main_txt i.d4,
.page-title h2 i.d4 {
  -webkit-transition-delay: .4s !important;
  transition-delay: .4s !important;
}

.txt-effect i.d5,
.main_txt i.d5,
.page-title h2 i.d5 {
  -webkit-transition-delay: .5s !important;
  transition-delay: .5s !important;
}

.txt-effect i.d6,
.main_txt i.d6,
.page-title h2 i.d6 {
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
}

.txt-effect i.d7,
.main_txt i.d7,
.page-title h2 i.d7 {
  -webkit-transition-delay: .7s !important;
  transition-delay: .7s !important;
}

.txt-effect i.d8,
.main_txt i.d8,
.page-title h2 i.d8 {
  -webkit-transition-delay: .8s !important;
  transition-delay: .8s !important;
}

.txt-effect i.d9,
.main_txt i.d9,
.page-title h2 i.d9 {
  -webkit-transition-delay: .9s !important;
  transition-delay: .9s !important;
}

.txt-effect i.d10,
.main_txt i.d10,
.page-title h2 i.d10 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.txt-effect.is-show i,
.main_txt.is-show i,
.page-title h2.is-show i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* フェードインイメージ */
.fade-in {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.fade-in.is-show {
  opacity: 1;
}

/* フェードインリスト */
.fade-in-list>li {
  opacity: 0;
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.fade-in-list>li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.fade-in-list>li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.fade-in-list>li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fade-in-list>li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fade-in-list>li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.fade-in-list>li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.fade-in-list>li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.fade-in-list>li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.fade-in-list>li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.fade-in-list>li:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.fade-in-list>li:nth-child(11) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.fade-in-list>li:nth-child(12) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.fade-in-list.is-show>li {
  opacity: 1;
}

/* 下層コンテンツ　フェードイン */
#under-middle .contents {
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

#under-middle .contents.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* カレンダーレスポンシブ */
.gc-wrap {
  max-width: 800px;
  margin: 3% auto;
}

.g-calendar {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 70%;
}

.g-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.under_sub-title03 {
  margin-bottom: 20px;
  color: #0399cc;
  font-size: 18px;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  padding: 0 0 10px;
  line-height: 1.3;
  border-bottom: 1px dotted #ddd;
}

.h-menu-none {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 D";
  display: none;
}


/*＝＝＝＝＝＝＝＝＝
 プロフィール
＝＝＝＝＝＝＝＝＝*/

.profile_qr_ttl {
  text-align: center;
}

.profile_qr_list {
  display: flex;
  justify-content: center;
}

.profile_qr_list li {
  display: inline-block;
  width: 200px;
  margin-left: 30px;
}

.profile_qr_list li:first-of-type {
  margin-left: 0px;
}
