@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  body img {
    max-width: 100%;
  }
}

/* ========== end △ */
/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  overflow: hidden;
  font-size: 17px;
  min-width: 320px;
}

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

html {
  overflow-y: auto;
  line-height: normal;
}

body {
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
}

/* サイト幅
-------------------------------------------------- */
.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .sp{
    display: none;
  }
}

@media (max-width: 767px){
  .pc{
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

/* ========== end △ */
/* ==================================================
	header
================================================== */
#header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
}
#header .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99;
  left: 0;
    top: 0;
}
#header .h_sec {
  padding: 10px 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;
  border-bottom: 1px solid #e1e1e1;
}

#header .h_sec .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header .h_sec .right .top .tel {
  background: url(../common_img/h_icon1.png) no-repeat left center;
  padding-left: 44px;
  font-size: 30px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
}

#header .h_sec .right .top ul {
  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-left: 20px;
}

#header .h_sec .right .top ul li .h_contact {
  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: 170px;
  height: 43px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  background: #ef5000;
  background: -webkit-gradient(linear, left top, right top, from(#ef5000), to(#fea212));
  background: -webkit-linear-gradient(left, #ef5000 0%, #fea212 100%);
  background: -o-linear-gradient(left, #ef5000 0%, #fea212 100%);
  background: linear-gradient(90deg, #ef5000 0%, #fea212 100%);
  border-radius: 25px;
  border: 2px solid #ff9c00;
}

#header .h_sec .right .top ul li .h_contact:hover {
  background: #ff9c00;
}

#header .h_sec .right .top ul li .h_contact img {
  margin-right: 15px;
}

#header .h_sec .right .top ul li.ir_btn {
  margin-left: 10px;
}

#header .h_sec .right .top ul li.re_btn {
  margin-left: 10px;
}

#header .h_sec .right .top ul li.ir_btn a {
  text-decoration: none;
  width: 90px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0143a5;
  border: 1px solid #0143a5;
  border-radius: 40px;
}

#header .h_sec .right .top ul li.re_btn a {
  text-decoration: none;
  width: 90px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0143a5;
  border: 1px solid #0143a5;
  border-radius: 40px;
}

#header .h_sec .right .top ul li.ir_btn a:hover {
  background: #0143a5;
  color: #fff;
}

#header .h_sec .right .top ul li.re_btn a:hover {
  background: #0143a5;
  color: #fff;
}

#header .h_sec .right .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header .h_sec .right .bottom ul li a {
  display: block;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
  margin-left: 35px;
  font-size: 14px;
  font-weight: bold;
}

#header .h_sec .right .bottom ul li a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "FontAwesome";
  content: "\f054";
  color: #4591d6;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  bottom: 0;
  margin: auto;
}

#header .h_sec .right .bottom ul li a:hover {
  text-decoration: underline;
}

#header .h_menu .container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#header .h_menu .container > ul > li {
  width: calc((100% - 100px)/5);
}
#header .h_menu .container > ul > li:first-child{
  width: 100px;
}
#header .h_menu .container > ul > li:nth-child(4){
  min-width: 180px;
}

#header .h_menu .container > ul > li > a, #header .h_menu .container > ul > li > span {
  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;
  height: 60px;
  text-decoration: none;
  position: relative;
  width: 100%;
  -webkit-transition: all ease 1.7s;
  -o-transition: all ease 1.7s;
  transition: all ease 1.7s;
  font-size: 16px;
  font-weight: bold;
}
#header .h_menu.active .container > ul > li {
  pointer-events: none;
}
#header .h_menu .container > ul > li {
  pointer-events: auto;
}
#header .h_menu .container > ul > li > a:after, #header .h_menu .container > ul > li > span:after {
  display: block;
  width: 1px;
  height: 18px;
  background: #e2e2e2;
  content: "";
  position: absolute;
  left: 0;
}

#header .h_menu .container > ul > li > a:hover, #header .h_menu .container > ul > li > span:hover {
  background: #1656ae;
  color: #fff;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

#header .h_menu .container > ul > li.active > a, #header .h_menu .container > ul > li.active > span {
  background: #1656ae;
  color: #fff;
  -webkit-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

#header .h_menu .container > ul > li:last-child > span:before {
  display: block;
  width: 1px;
  height: 18px;
  background: #e2e2e2;
  content: "";
  position: absolute;
  right: 0;
}

#header .h_menu .container > ul > li .sub_menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  border: 3px solid #1656ae;
  background: #fff;
  display: none;
}

#header .h_menu .container > ul > li .sub_menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac {
  width: 100%;
  padding: 30px;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac .ac_tit {
  font-size: 18px;
  border-bottom: 2px solid #243968;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac .ac_tit span {
  font-weight: normal;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac ul.spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac ul.spec02 {
  justify-content: flex-start;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac ul li {
  margin-bottom: 10px;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac ul.spec02 li {
  margin-right: 20px;
  width: 15%;
  min-width: 180px;
}


#header .h_menu .container > ul > li .sub_menu .inner .ac ul.spec.col5{
  justify-content: flex-start;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac ul.spec.col5 li{
  width: 20%;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac ul li:last-child {
  margin-bottom: 0;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac ul li a {
  text-decoration: none;
  position: relative;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac ul li a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "FontAwesome";
  content: "\f054";
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  bottom: 0;
  margin: auto;
}

#header .h_menu .container > ul > li .sub_menu .inner .ac ul li a:hover {
  color: #ff9c00;
}

#header .sp_h_sec {
  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;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 4;
}

#header .sp_h_sec > a {
  margin-right: 30px;
  width: 60%;
}

#header .sp_h_sec > a img {
  display: none;
}

#header .sp_h_sec > a img:first-child {
  display: block;
}

#header .sp_h_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19%;
}

#header .sp_h_sec ul li:last-child img {
  display: none;
}

#header .sp_h_sec ul li:last-child img:first-child {
  display: block;
}

#header .sp_h_sec ul li:last-child img:last-child {
  display: none;
}

#header .sp_h_sec ul li:last-child.opened img {
  display: none;
}

#header .sp_h_sec ul li:last-child.opened img:first-child {
  display: none;
}

#header .sp_h_sec ul li:last-child.opened img:last-child {
  display: block;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #header .sp_h_sec {
    display: none;
  }
}

/* ========== end △ */
#header .menu_hidden {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 4;
  width: 100%;
  padding: 0 0px 40px;
  border-top: 1px solid #dddddd;
  overflow-y: auto;
  height: calc(100vh - 100px);
}

#header .menu_hidden > ul {
  overflow: auto;
  height: auto;
  width: 100%;
  padding-bottom: 250px;
}

#header .menu_hidden > ul > li {
  position: relative;
}

#header .menu_hidden > ul > li.h_hover2 > a, #header .menu_hidden > ul > li.h_hover2 > span {
  position: relative;
}

#header .menu_hidden > ul > li.h_hover2 > a:after, #header .menu_hidden > ul > li.h_hover2 > span:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  position: absolute;
  right: 20px;
  width: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/tt5_off.png) no-repeat center center;
  background-size: 100% auto;
}

#header .menu_hidden > ul > li.h_hover2.opened > a:after, #header .menu_hidden > ul > li.h_hover2.opened > span:after {
  background: url(../images/tt5_on.png) no-repeat center center;
  background-size: 100% auto;
}

#header .menu_hidden > ul > li > a, #header .menu_hidden > ul > li > span {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  font-size: 16px;
  color: #243968;
}

#header .menu_hidden > ul > li:last-child > a {
  border-bottom: none;
}

#header .menu_hidden > ul > li .sub_menu {
  display: none;
  background: #def1ff;
}

#header .menu_hidden > ul > li ul li {
  padding: 0 20px;
  border-bottom: 1px solid #dddddd;
}

#header .menu_hidden > ul > li ul li:last-child {
  margin-bottom: 0;
}

#header .menu_hidden > ul > li ul li a {
  text-decoration: none;
  position: relative;
  padding: 10px 10px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

#header .menu_hidden > ul > li ul li a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "FontAwesome";
  content: "\f054";
  color: #333;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10px;
  bottom: 0;
  margin: auto;
}

#header .menu_hidden > ul > li ul li a:hover {
  color: #ff9c00;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #header .menu_hidden {
    display: none !important;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header .h_sec {
    display: none;
  }
  #header .h_menu {
    display: none;
  }
}

/* ========== end △ */
/* ==================================================
	CM sec
================================================== */
.tt11_sec {
  background: url(../images/bg5.jpg) no-repeat center top;
  padding: 195px 0 45px;
}

.tt11_sec .container .top p.f_catch{
  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;
  margin-bottom: 40px;
}

.tt11_sec .container .top p.f_catch span{
  display: block;  
  background: #fff;
  color: #243968;
  padding: 15px 60px;
    font-family: 'Noto Serif', serif;
  -webkit-text-stroke: 0.5px currentColor;
  -webkit-text-fill-color: currentColor;
  font-size: 30px;
  font-weight: bold;
}

.tt11_sec .container .top p.f_catch img{
  margin: 0 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 976px) {
  .tt11_sec {
    background-size: cover;
  }
  .tt11_sec .container .top p.f_catch{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .tt11_sec .container .top p.f_catch span{
    width: 100%;
  }
  .tt11_sec .container .top p.f_catch img{
    margin: 20px 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .tt11_sec {
    padding: 100px 0 20px;
    background-position: top center !important;
    background: #0689db url(../images/bg5.jpg) no-repeat center top;
    background-size: 200% auto;
  }
  .tt11_sec .container .top p.f_catch span{
    font-size: 22px;
  }
  .tt11_sec .container .top p.f_catch img {
    height: 25px;
  }
}

/* ========== end △ */
.cm_sec1 {
  padding-bottom: 40px;
}

.cm_sec1 .container .content {
  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;
}

.cm_sec1 .container .content .left {
  margin: 0 30px;
  text-align: center;
}

.cm_sec1 .container .content .left .tel {
  background: url(../common_img/cm_icon1.png) no-repeat 23px center;
  padding-left: 74px;
  font-size: 54px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  line-height: 1;
}

.cm_sec1 .container .content .left .time {
  font-size: 21px;
  font-weight: bold;
  color: #f74c04;
}

.cm_sec1 .container .content .right {
  margin: 0 30px;
}

.cm_sec1 .container .content .right .h_contact {
  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: 480px;
  height: 65px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 30px;
  background: #ef5000;
  background: -webkit-gradient(linear, left top, right top, from(#ef5000), to(#fea212));
  background: -webkit-linear-gradient(left, #ef5000 0%, #fea212 100%);
  background: -o-linear-gradient(left, #ef5000 0%, #fea212 100%);
  background: linear-gradient(90deg, #ef5000 0%, #fea212 100%);
  border-radius: 45px;
  border: 2px solid #ff9c00;
  -webkit-box-shadow: 0px 5px 10px #dcdcdc;
  box-shadow: 0px 5px 10px #dcdcdc;
}

.cm_sec1 .container .content .right .h_contact:hover {
  background: #ff9c00;
}

.cm_sec1 .container .content .right .h_contact img {
  margin-right: 15px;
}

.cm_sec1 .container .content .left p.txt ,
.cm_sec1 .container .content .right p {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

.cm_sec1 .container .content .left p.txt{
  font-size: 16px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1199px) {
  .cm_sec1 .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: -30px;
  }
  .cm_sec1 .container .content .left {
    margin-bottom: 30px;
  }
  .cm_sec1 .container .content .right {
    margin-bottom: 30px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_sec1 .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: -30px;
  }
  .cm_sec1 .container .content .left {
    margin: 0 0 30px;
  }
  .cm_sec1 .container .content .left .tel {
    font-size: 40px;
    background-size: auto 30px;
    padding-left: 60px;
  }
  .cm_sec1 .container .content .left .tel {
    background: url(../common_img/cm_icon1.png) no-repeat 0px center;
    background-size: auto 30px;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 767px) and (max-width: 460px) {
  .cm_sec1 .container .content .left .tel {
    font-size: 30px;
    background-size: auto 20px;
    padding-left: 45px;
  }
}

@media only screen and (max-width: 767px) {
  /* ========== end △ */
  .cm_sec1 .container .content .left .time {
    text-align: center;
    font-size: 14px;
  }
  .cm_sec1 .container .content .right {
    margin: 0 0 30px;
  }
  .cm_sec1 .container .content .right .h_contact {
    min-width: 300px;
    width: 100%;
    margin-bottom: 10px;
  }
  .cm_sec1 .container .content .right .h_contact span {
    font-size: 22px;
  }
  .cm_sec1 .container .content .right p {
    font-size: 16px;
  }
  .cm_sec1 .container .content .left p.txt{
    font-size: 15px;
  }
}

@media only screen and (max-width: 464px) {
      .cm_sec1 .container .content .left .time {
        font-size: 14.5px;
      }
      .cm_sec1 .container .content .left .tel{
        background: url(../common_img/cm_icon1.png) no-repeat 45px center;
        background-size: auto 20px;
      }
}

/* ========== end △ */
.cm_tt1 {
  text-align: center;
  font-size: 36px;
    font-family: 'Noto Serif', serif;
  -webkit-text-stroke: 0.5px currentColor;
  -webkit-text-fill-color: currentColor;
  font-weight: 900;
  margin-bottom: 40px;
  color: #243968;
  line-height: 1.2;
}

.cm_tt1.white {
  color: #fff;
}

.cm_tt1 strong {
  display: inline-block;
  font-size: 56px;
  position: relative;
}

.cm_tt1 strong:after {
  display: block;
  width: 100%;
  height: 3px;
  background: #ff9662;
  content: "";
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt1 {
    font-size: 24px;
  }
  .cm_tt1 strong {
    font-size: 36px;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 767px) and (max-width: 460px) {
  .cm_tt1 strong {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  /* ========== end △ */
}

/* ========== end △ */
.cm_tt2 {
  text-align: center;
  font-size: 27px;
    font-family: 'Noto Serif', serif;
  -webkit-text-stroke: 0.5px currentColor;
  -webkit-text-fill-color: currentColor;
  font-weight: 900;
  margin-bottom: 20px;
  color: #243968;
  line-height: 1.2;
}

.cm_tt2:after {
  display: block;
  width: 30%;
  height: 3px;
  background: #ff9662;
  content: "";
  margin: 15px auto 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt2 {
    font-size: 20px;
  }
}

/* ========== end △ */
.cm_tt3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  color: #243968;
    font-family: 'Noto Serif', serif;
  -webkit-text-stroke: 0.5px currentColor;
  -webkit-text-fill-color: currentColor;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm_tt3 {
    font-size: 24px;
  }
}

/* ========== end △ */
.btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn1 a {
  color: #fff;
  min-width: 470px;
  min-height: 70px;
  padding: 5px 40px 5px 25px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background: #0b2b9d;
  background: -webkit-gradient(linear, left top, right top, from(#0b2b9d), to(#00a7fd));
  background: -webkit-linear-gradient(left, #0b2b9d 0%, #00a7fd 100%);
  background: -o-linear-gradient(left, #0b2b9d 0%, #00a7fd 100%);
  background: linear-gradient(90deg, #0b2b9d 0%, #00a7fd 100%);
  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;
  border-radius: 40px;
  border: 1px solid #fff;
  position: relative;
  margin-top: 20px;
}

.btn1 a:hover {
  background: #ff9662;
}

.btn1 a:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "FontAwesome";
  content: "\f054";
  color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  bottom: 0;
}

.btn1.small a {
  min-height: 40px;
  font-size: 16px;
  background: #065db6;
  min-width: 100%;
  text-align: center;
}

.btn1.small a:hover {
  background: #ff9662;
}

.btn1.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn1.normal a {
  min-height: 65px;
  font-size: 16px;
  background: #065db6;
  min-width: 280px;
}

.btn1.normal a:hover {
  background: #ff9662;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 460px) {
  .btn1.normal a {
    min-width: 100%;
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .btn1 a {
    min-width: 240px;
    font-size: 16px;
    min-height: 50px;
  }
}

/* ========== end △ */
.list_row li {
  position: relative;
  padding-left: 15px;
}

.list_row li:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "FontAwesome";
  content: "\f054";
  color: #5198d9;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 10px;
  bottom: 0;
}

.list_row li a {
  text-decoration: none;
}

.cm_sec1 {
  padding: 30px 0 50px;
}

/* ==================================================
	content_area
================================================== */
/* title set
-------------------------------------------------- */
/* ==================================================
	main_content
================================================== */
/* section set
-------------------------------------------------- */
/* ==================================================
	aside_area
================================================== */
/* ==================================================
	footer
================================================== */
#footer .f_menu_sp {
  display: none;
}

#footer .f_sec {
  border-bottom: 1px solid #e1e1e1;
}

#footer .f_sec .container .f_logo {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .f_sub {
  padding: 20px 0;
}

#footer .f_sub .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

#footer .f_sub .container .content figure {
  margin-right: 50px;
  min-width: 97px;
}

#footer .f_sub .container .content a {
  color: #ff9c00;
  text-decoration: none;
}

#footer .f_menu {
  padding: 60px 0;
  background: #def1ff;
}

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

#footer .f_menu .container > ul > li {
  margin-bottom: 12px;
}

#footer .f_menu .container > ul > li:last-child {
  margin-bottom: 0;
}

#footer .f_menu .container > ul > li a {
  font-weight: bold;
}

#footer .f_menu .container > ul > li a:hover {
  color: #ff9c00;
}

#footer .f_menu .container > ul > li > a {
  color: #243968;
  font-size: 13px;
  text-decoration: none;
}

#footer .f_menu .container > ul ul {
  margin-bottom: 20px;
}

#footer .f_menu .container > ul ul li {
  margin-bottom: 6px;
}

#footer .f_menu .container > ul ul li a {
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

#footer .f_menu .container > ul ul li a:hover {
  color: #ff9c00;
}

#footer .f_info {
  padding: 20px 0;
  text-align: center;
  color: #666666;
  font-size: 12px;
}

#footer .f_copy {
  padding: 15px 0;
  background: #0856bf;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

#footer .f_add_banner {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .f_add_banner {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    display: block;
  }
  #footer .f_add_banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 1199px) {
  #footer .f_menu .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f_menu .container > ul {
    margin: 0 20px 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 78px;
  }
  #footer .f_menu_sp {
    display: block;
  }
  #footer .f_menu_sp h3 {
    background: #065db6;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }
  #footer .f_menu_sp h3 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    position: relative;
  }
  #footer .f_menu_sp h3 span:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "FontAwesome";
    content: "\f078";
    color: #fff;
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 12px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  #footer .f_menu_sp h3.active span:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #footer .f_menu_sp .content {
    display: none;
  }
  #footer .f_menu_sp .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #def1ff;
    border-bottom: 1px solid #c2ccd4;
  }
  #footer .f_menu_sp .content ul li {
    width: 50%;
    border-right: 1px solid #c2ccd4;
    border-bottom: 1px solid #c2ccd4;
  }
  #footer .f_menu_sp .content ul li a {
    background: #def1ff;
    height: 100%;
    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;
    text-align: center;
    color: #243968;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    font-size: 12px;
  }
  #footer .f_menu_sp .content ul li:nth-child(2n) {
    border-right: none;
  }
  #footer .f_menu_sp .content ul li:last-child {
    border-bottom: none;
  }
  #footer .f_sub .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f_sub .container .content figure {
    margin-bottom: 20px;
    margin-right: 0;
  }
  #footer .f_menu {
    display: none;
  }
  #footer .f_menu .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .f_menu .container > ul {
    width: 49%;
    margin: 0 0 20px;
  }
}

/* ========== end △ */
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/* margin */
.mat {
  margin: auto !important;
}

.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt00 {
  margin-top: 0px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

/* margin */
/* padding */
.p00 {
  padding: 0px !important;
}

.p05 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

/* padding */
/* font */
.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

/*■05.FLEX*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex_container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-underline {
  text-decoration: underline;
}

.text-none-underline {
  text-decoration: none !important;
}

.font14 {
  font-size: 14px;
}

.font11 {
  font-size: 11px;
}

.add_font {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.add_font2 {
  font-family: 'Oswald', sans-serif;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media,
.media-body {
  overflow: hidden;
}

.media > .pull-left {
  margin-right: 20px;
}

.media > .pull-right {
  margin-left: 20px;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/*====================================================================================
■07.PAGE UP
====================================================================================*/
footer .page_up {
  position: fixed;
  right: -550px;
  bottom: 120px;
  z-index: 999;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  footer .page_up {
    width: 15%;
    bottom: 10% !important;
  }
  footer .page_up a {
    display: block;
  }
}

/* ========== end △ */
/*==========================================
■8.Title CM + CM CSS
====================================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p, dd, figure {
  padding: 0;
  margin: 0;
}

em {
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 161px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 7%;
  }
}

/* ========== end △ */
dl {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.cntent-initialization ul {
  margin: 1em 0;
  padding-left: 40px !important;
  list-style-type: disc;
}

.cntent-initialization ol {
  margin: 1em 0;
  padding-left: 40px !important;
  list-style-type: decimal;
}