@charset "UTF-8";
/*-------------------- common --------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------- break point ----------*/
/*---------- html body ----------*/
html {
  overflow-x: inherit;
}
@media all and (max-width:767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #535A6E;
  width: 100%;
}
@media all and (max-width:767px) {
  body {
    font-size: 1.4rem;
  }
}

/*---------- color ----------*/
a {
  transition: 0.3s;
}
a:link {
  color: #2C69FF;
}
a:visited {
  color: #2C69FF;
}
a:hover {
  text-decoration: underline;
  transition: 0.3s;
}
a {
  /*     &:active {
          color: #76161b;
      } */
}

/*---------- common ----------*/
p,
ul,
li,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media all and (max-width:767px) {
  .spNone {
    display: none !important;
  }
}
@media all and (min-width:768px) {
  .pcNone {
    display: none !important;
  }
}
/*-------------------- 共通設定 --------------------*/
.acc_container {
  overflow: hidden;
  margin-bottom: -1px;
}
.acc_container h1,
.acc_container h2,
.acc_container h3,
.acc_container h4 {
  padding: 0;
  margin: 0;
}

.site-main {
  margin: 0 0 0;
}

.site-footer {
  margin: 0 0 0;
}

/*-------------------- parts --------------------*/
/*-------------------- text --------------------*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.font_SS {
  font-size: 12px;
}
@media all and (max-width:767px) {
  .font_SS {
    font-size: 1.1rem;
  }
}

.font_S {
  font-size: 14px;
}
@media all and (max-width:767px) {
  .font_S {
    font-size: 1.2rem;
  }
}

.font_M {
  font-size: 18px;
}
@media all and (max-width:767px) {
  .font_M {
    font-size: 1.6rem;
  }
}

.font_L {
  font-size: 22px;
}
@media all and (max-width:767px) {
  .font_L {
    font-size: 1.8rem;
  }
}

.font_LL {
  font-size: 30px;
}
@media all and (max-width:767px) {
  .font_LL {
    font-size: 2.6rem;
  }
}

.font_LLL {
  font-size: 40px;
}
@media all and (max-width:767px) {
  .font_LLL {
    font-size: 3.4rem;
  }
}

/*-------------------- margin-top --------------------*/
.mgt_5 {
  margin-top: 5px !important;
}

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

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

.mgt_20 {
  margin-top: 20px !important;
}
@media all and (max-width:767px) {
  .mgt_20 {
    margin-top: 10px !important;
  }
}

.mgt_30 {
  margin-top: 30px !important;
}
@media all and (max-width:767px) {
  .mgt_30 {
    margin-top: 15px !important;
  }
}

.mgt_40 {
  margin-top: 40px !important;
}
@media all and (max-width:767px) {
  .mgt_40 {
    margin-top: 20px !important;
  }
}

.mgt_50 {
  margin-top: 50px !important;
}
@media all and (max-width:767px) {
  .mgt_50 {
    margin-top: 25px !important;
  }
}

.mgt_60 {
  margin-top: 60px !important;
}
@media all and (max-width:767px) {
  .mgt_60 {
    margin-top: 30px !important;
  }
}

.mgt_70 {
  margin-top: 70px !important;
}
@media all and (max-width:767px) {
  .mgt_70 {
    margin-top: 35px !important;
  }
}

.mgt_80 {
  margin-top: 80px !important;
}
@media all and (max-width:767px) {
  .mgt_80 {
    margin-top: 40px !important;
  }
}

/*-------------------- margin-bottom --------------------*/
.mgb_5 {
  margin-bottom: 5px !important;
}

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

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

.mgb_20 {
  margin-bottom: 20px !important;
}
@media all and (max-width:767px) {
  .mgb_20 {
    margin-bottom: 10px !important;
  }
}

.mgb_30 {
  margin-bottom: 30px !important;
}
@media all and (max-width:767px) {
  .mgb_30 {
    margin-bottom: 15px !important;
  }
}

.mgb_40 {
  margin-bottom: 40px !important;
}
@media all and (max-width:767px) {
  .mgb_40 {
    margin-bottom: 20px !important;
  }
}

.mgb_50 {
  margin-bottom: 50px !important;
}
@media all and (max-width:767px) {
  .mgb_50 {
    margin-bottom: 25px !important;
  }
}

.mgb_60 {
  margin-bottom: 60px !important;
}
@media all and (max-width:767px) {
  .mgb_60 {
    margin-bottom: 30px !important;
  }
}

.mgb_70 {
  margin-bottom: 70px !important;
}
@media all and (max-width:767px) {
  .mgb_70 {
    margin-bottom: 35px !important;
  }
}

.mgb_80 {
  margin-bottom: 80px !important;
}
@media all and (max-width:767px) {
  .mgb_80 {
    margin-bottom: 40px !important;
  }
}

.mgb_1em {
  margin-bottom: 1em !important;
}

/*-------------------- link --------------------*/
.txt_link {
  text-indent: -1em;
  margin-left: 1em;
}
.txt_link a {
  font-weight: bold;
}
.txt_link a::before {
  margin: 0 0.4em 2px 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3d5d87;
  border-right: 2px solid #3d5d87;
  transform: rotate(45deg);
}
@media all and (max-width:767px) {
  .txt_link a::before {
    width: 6px;
    height: 6px;
  }
}
.txt_link a:hover::before {
  border-top: 1px solid #9d4531;
  border-right: 1px solid #9d4531;
}

.txt_link_none {
  margin-left: -0.1em;
}
.txt_link_none::before {
  content: "・";
}

/*-------------------- index --------------------*/
@media all and (min-width:768px) {
  #navi {
    position: relative;
    z-index: 1000;
  }
}
@media all and (max-width:767px) {
  #navi.fixed .navi_inner {
    position: fixed;
    top: 38px;
    left: 0;
    right: 0;
  }
}
@media all and (max-width:767px) and (max-width:1024px) {
  #navi.fixed .navi_inner {
    top: 38px;
  }
}
@media all and (min-width:768px) {
  #navi .navi_inner .sp_menu_header {
    display: none;
  }
}
@media all and (max-width:767px) {
  #navi .navi_inner .sp_menu_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }
  #navi .navi_inner .sp_menu_header .home a, #navi .navi_inner .sp_menu_header .home b {
    display: block;
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
  }
  #navi .navi_inner .sp_menu_header .home a img, #navi .navi_inner .sp_menu_header .home b img {
    width: 20px;
    vertical-align: middle;
  }
  #navi .navi_inner .sp_menu_header .home a:hover, #navi .navi_inner .sp_menu_header .home b:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #navi .navi_inner .sp_menu_header .home.current a, #navi .navi_inner .sp_menu_header .home.current b {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #navi .navi_inner .sp_menu_header .rule a, #navi .navi_inner .sp_menu_header .rule b,
  #navi .navi_inner .sp_menu_header .faq a,
  #navi .navi_inner .sp_menu_header .faq b {
    display: block;
    text-decoration: none;
    height: 50px;
    padding: 0 1em;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    border-right: solid 1px rgba(255, 255, 255, 0.3);
  }
  #navi .navi_inner .sp_menu_header .rule a:hover, #navi .navi_inner .sp_menu_header .rule b:hover,
  #navi .navi_inner .sp_menu_header .faq a:hover,
  #navi .navi_inner .sp_menu_header .faq b:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #navi .navi_inner .sp_menu_header .rule.current a, #navi .navi_inner .sp_menu_header .rule.current b,
  #navi .navi_inner .sp_menu_header .faq.current a,
  #navi .navi_inner .sp_menu_header .faq.current b {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #navi .navi_inner .sp_menu_header .navTrigger {
    background-color: #95743d;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }
  #navi .navi_inner .sp_menu_header .navTrigger::after {
    margin: 0 0 0.2em 0.5em;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  #navi .navi_inner .sp_menu_header .navTrigger.active::after {
    margin: 0 0 -0.2em 0.5em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #navi .navi_inner .sp_menu_header .contact {
    margin-left: auto;
  }
  #navi .navi_inner .sp_menu_header .contact a {
    display: block;
    text-decoration: none;
    background: #fff;
    color: #3d5d87;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    padding: 0 1.25em;
    transition: 0.3s;
  }
  #navi .navi_inner .sp_menu_header .contact a span {
    background: url(../img/icon_check_blue.svg) 100% 50% no-repeat;
    padding-right: 20px;
    background-size: 14px;
  }
  #navi .navi_inner .sp_menu_header .contact a:hover {
    color: #be375a;
    background: #f9ecdc;
  }
  #navi .navi_inner .sp_menu_header .contact a:hover span {
    background: url(../img/icon_check_red.svg) 100% 50% no-repeat;
    background-size: 14px;
  }
}
@media all and (min-width:768px) {
  #navi.fixed .navi_inner, #navi.second .navi_inner {
    position: fixed;
    top: 63px;
    left: 0;
    right: 0;
  }
}
@media all and (min-width:768px) and (max-width:1024px) {
  #navi.fixed .navi_inner, #navi.second .navi_inner {
    top: 38px;
  }
}
@media all and (min-width:768px) {
  #navi .navi_inner {
    display: block;
    z-index: 5;
    width: 100%;
    background-color: #535A6E;
  }
}
@media all and (min-width:768px) and (max-width:1024px) {
  #navi .navi_inner {
    top: 36px;
  }
}
@media all and (min-width:768px) {
  #navi .navi_inner .menu_wrap {
    display: block !important;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li {
    margin-right: 5em;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li a,
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li b {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 0 0.5em;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li a::after,
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li b::after {
    position: absolute;
    bottom: 15px;
    left: 50%;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li a:hover::after,
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li b:hover::after {
    width: 100%;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li.current a::after,
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li.current b::after {
    width: 100%;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li.current {
    /* b{
        color: rgba(255, 255, 255, 0.7);
    } */
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li.btn {
    margin-left: auto;
    margin-right: 0;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li.btn a {
    display: block;
    text-decoration: none;
    background: #fff;
    color: #04127c;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 2em;
    transition: 0.3s;
    font-size: 18px;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li.btn a span {
    background: url(../img/icon_check_blue.svg) 100% 50% no-repeat;
    padding-right: 30px;
    background-size: 18px;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li.btn a:hover {
    color: #be375a;
    background: #f9ecdc;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li.btn a:hover span {
    background: url(../img/icon_check_red.svg) 100% 50% no-repeat;
    background-size: 18px;
  }
  #navi .navi_inner .menu_wrap .menu_wrap_inner .menu li.btn a::after {
    display: none;
  }
}
@media all and (max-width:767px) {
  #navi .navi_inner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #535A6E;
    width: 100%;
    z-index: 10;
  }
  #navi .navi_inner .menu_wrap {
    display: none;
    /* .menu_wrap_inner {
        margin: 0 auto;

        .menu {
            border-top: solid 1px #80b5bf;

            li {
                border-bottom: solid 1px #80b5bf;
                text-align: center;

                &:first-child {
                    display: none;
                }

                a {
                    display: block;
                    padding: 10px 0;
                    color: #fff;
                    font-weight: bold;
                    text-decoration: none;
                }

                &.contact {
                    display: none;
                }
            }
        }
    } */
  }
}

/*-------------------- index --------------------*/
/*-------------------- メインビジュアル --------------------*/
.acc_container {
  overflow: hidden;
}
.acc_container #mainVisual {
  text-align: right;
  background-color: #0f1ed2;
}
@media all and (max-width:767px) {
  .acc_container #mainVisual {
    margin-top: 50px;
  }
}
.acc_container #mainVisual .bl_mv_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width:767px) {
  .acc_container #mainVisual .bl_mv_inner {
    width: 100%;
    padding: 0 10px;
  }
}
.acc_container #mainVisual .bl_mv_inner {
  position: relative;
  height: 650px;
}
@media all and (max-width:1024px) {
  .acc_container #mainVisual .bl_mv_inner {
    height: 450px;
    overflow: hidden;
  }
}
@media all and (max-width:767px) {
  .acc_container #mainVisual .bl_mv_inner {
    padding-bottom: 20px;
    position: inherit;
    overflow: inherit;
    height: inherit;
  }
}
.acc_container #mainVisual .bl_mv_inner h1 {
  position: absolute;
  top: 60px;
  left: 20px;
  text-align: left;
  z-index: 2;
}
@media all and (max-width: 1125px) {
  .acc_container #mainVisual .bl_mv_inner h1 {
    top: 50px;
    width: 50%;
  }
}
@media all and (max-width:1024px) {
  .acc_container #mainVisual .bl_mv_inner h1 {
    top: 40px;
    width: 50%;
  }
}
@media all and (max-width:767px) {
  .acc_container #mainVisual .bl_mv_inner h1 {
    position: inherit;
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.acc_container #mainVisual .bl_mv_inner .mvbg {
  position: absolute;
  top: 50px;
  bottom: 0;
  right: -20px;
  z-index: 1;
  transition: 1s;
}
@media all and (max-width: 1249px) {
  .acc_container #mainVisual .bl_mv_inner .mvbg {
    top: 30px;
    right: -80px;
  }
}
@media all and (max-width: 1175px) {
  .acc_container #mainVisual .bl_mv_inner .mvbg {
    width: 90%;
    right: -120px;
  }
}
@media all and (max-width: 1125px) {
  .acc_container #mainVisual .bl_mv_inner .mvbg {
    top: 20px;
    width: 75%;
    right: -140px;
  }
}
@media all and (max-width:1024px) {
  .acc_container #mainVisual .bl_mv_inner .mvbg {
    width: 75%;
    right: -150px;
  }
}
@media all and (max-width:767px) {
  .acc_container #mainVisual .bl_mv_inner .mvbg {
    text-align: center;
    position: inherit;
    width: inherit;
  }
}
.acc_container #mainVisual .bl_mv_inner .about {
  position: absolute;
  text-align: left;
  bottom: 60px;
  left: 20px;
  padding: 15px 20px 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  color: #0f1ed2;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
}
@media all and (max-width:1024px) {
  .acc_container #mainVisual .bl_mv_inner .about {
    bottom: 40px;
    font-size: 18px;
    padding: 10px 20px 10px;
    zoom: 0.8;
  }
}
@media all and (max-width:767px) {
  .acc_container #mainVisual .bl_mv_inner .about {
    position: inherit;
    font-size: 1.3rem;
    padding: 5px 10px 5px;
    border-radius: 10px;
  }
}
.acc_container #mainVisual .bl_mv_inner .about li h2 {
  font-size: 20px;
}
.acc_container #mainVisual .bl_mv_inner .about li {
  border-bottom: solid 1px #a7afc1;
  margin: 0;
  padding: 10px 0 8px;
  line-height: 1.4;
}
.acc_container #mainVisual .bl_mv_inner .about li:last-child {
  border: none;
}
.acc_container #mainVisual .bl_mv_inner .about li strong {
  font-size: 28px;
}
@media all and (max-width:1024px) {
  .acc_container #mainVisual .bl_mv_inner .about li strong {
    font-size: 26px;
  }
}
@media all and (max-width:767px) {
  .acc_container #mainVisual .bl_mv_inner .about li strong {
    font-size: 1.4rem;
  }
}
.acc_container #mainVisual .bl_mv_inner .about li {
  /* @media all and (max-width:767px) {
      br {
          display: none;
      }
  } */
}

/*-------------------- News --------------------*/
.bl_news {
  background: #dce8f5;
  padding: 60px 0;
  margin-bottom: 50px;
}
@media all and (max-width:767px) {
  .bl_news {
    padding: 30px 0;
    margin-bottom: 20px;
  }
}
.bl_news_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media all and (max-width:767px) {
  .bl_news_inner {
    display: inherit;
    width: 100%;
    padding: 0 10px;
  }
}
@media all and (max-width:767px) {
  .bl_news_inner .news {
    width: 100px;
  }
}
.bl_news_inner dl {
  width: calc(100% - 180px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: solid 1px #a7afc1;
  margin: 0;
  padding: 0;
}
@media all and (max-width:767px) {
  .bl_news_inner dl {
    width: 100%;
  }
}
.bl_news_inner dl dt {
  border-bottom: solid 1px #a7afc1;
  padding: 15px 0;
  width: 9em;
}
@media all and (max-width:767px) {
  .bl_news_inner dl dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
  }
}
.bl_news_inner dl dd {
  border-bottom: solid 1px #a7afc1;
  padding: 15px 0;
  width: calc(100% - 9em);
}
@media all and (max-width:767px) {
  .bl_news_inner dl dd {
    width: 100%;
    padding: 0 0 15px;
  }
}

/*-------------------- 共通 --------------------*/
.bl_wide01 {
  padding-bottom: 100px;
}
@media all and (max-width:767px) {
  .bl_wide01 {
    padding-bottom: 30px;
  }
}
.bl_wide01_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width:767px) {
  .bl_wide01_inner {
    width: 100%;
    padding: 0 10px;
  }
}
.bl_wide01_inner .h2_underBar {
  font-size: 40px;
  font-weight: normal;
  border-bottom: solid 3px #c5ccd9;
  position: relative;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media all and (max-width:767px) {
  .bl_wide01_inner .h2_underBar {
    font-size: 20px;
    border-bottom: solid 2px #c5ccd9;
    margin-bottom: 15px;
  }
}
.bl_wide01_inner .h2_underBar::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0f1ed2;
  bottom: -3px;
  width: 35%;
}
@media all and (max-width:767px) {
  .bl_wide01_inner .h2_underBar::after {
    width: 40%;
    border-bottom: solid 2px #0f1ed2;
  }
}
.bl_wide01_inner .text_blue {
  color: #0f1ed2;
  font-weight: bold;
  padding: 0 5px;
}
.bl_wide01.top_anchor {
  margin-top: -230px;
  padding-top: 230px;
}
@media all and (max-width:767px) {
  .bl_wide01.top_anchor {
    margin-top: -110px;
    padding-top: 110px;
  }
}
.bl_wide01.sec_anchor {
  margin-top: -180px;
  padding-top: 180px;
}
@media all and (max-width:767px) {
  .bl_wide01.sec_anchor {
    margin-top: -110px;
    padding-top: 110px;
  }
}

.pageNavi {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 80px;
  padding: 0 10px;
}
@media all and (max-width:767px) {
  .pageNavi {
    margin-bottom: 40px;
  }
}
.pageNavi li {
  font-weight: bold;
  padding: 0 1em;
  line-height: 1.4;
  border-right: solid 1px #ccc;
}
.pageNavi li:first-child {
  border-left: solid 1px #ccc;
}
.pageNavi li a {
  text-decoration: none;
}

.pageNavi-rule {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin-bottom: 80px;
  padding: 0 10px;
}
@media all and (max-width:767px) {
  .pageNavi-rule {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
.pageNavi-rule li {
  font-weight: bold;
  padding: 0 1em;
  line-height: 1.4;
  border-right: solid 1px #ccc;
}
.pageNavi-rule li:first-child {
  border-left: solid 1px #ccc;
}
@media all and (max-width:767px) {
  .pageNavi-rule li {
    width: 100%;
    padding: 0.5em 0;
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
  .pageNavi-rule li:first-child {
    border-top: solid 1px #ccc;
  }
  .pageNavi-rule li:first-child {
    border-left: none;
  }
}
.pageNavi-rule li a {
  text-decoration: none;
}

/*-------------------- コンテスト概要 --------------------*/
.acc_contest .h3_style01 {
  margin-top: 40px;
  background: #04127c;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
  border-radius: 10px;
}
@media all and (max-width:767px) {
  .acc_contest .h3_style01 {
    margin-top: 20px;
    font-size: 2rem;
    padding: 8px 0;
    border-radius: 8px;
  }
}
.acc_contest .cl2 {
  margin-top: 2em;
  background-color: #286ebe;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width:767px) {
  .acc_contest .cl2 {
    width: 100%;
    display: block;
    justify-content: initial;
  }
}
.acc_contest .cl2_inner {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width:767px) {
  .acc_contest .cl2_inner {
    width: 100%;
  }
}
.acc_contest .cl2_inner:last-child {
  padding: 30px;
  background-color: #fff;
}
@media all and (max-width:1024px) {
  .acc_contest .cl2_inner:last-child {
    padding: 15px;
  }
}
.acc_contest .cl2_inner div:first-child p {
  margin-bottom: 1em;
}
@media all and (max-width:1024px) {
  .acc_contest .cl2_inner div:first-child p {
    line-height: 1.2;
  }
}
.acc_contest .cl2_inner div:first-child p:first-child {
  color: #04127c;
  font-weight: bold;
  font-size: 20px;
}
@media all and (max-width:1024px) {
  .acc_contest .cl2_inner div:first-child p:first-child {
    font-size: 18px;
  }
}
@media all and (max-width: 1040px) {
  .acc_contest .cl2_inner div:first-child p:first-child br {
    display: none;
  }
}
.acc_contest .cl2_inner div:first-child p:last-child {
  font-size: 14px;
}
@media all and (max-width:1024px) {
  .acc_contest .cl2_inner div:first-child p:last-child {
    line-height: 1.2;
  }
}
.acc_contest .cl2_inner div:last-child {
  margin-top: auto;
  font-size: 13px;
}
.acc_contest .cl2_inner div:last-child img {
  width: 13px;
  vertical-align: middle;
}
@media all and (max-width:1024px) {
  .acc_contest .cl2_inner div:last-child {
    line-height: 1.2;
    font-size: 11px;
  }
  .acc_contest .cl2_inner div:last-child img {
    width: 11px;
  }
}
.acc_contest .details {
  background-color: #eff2f6;
  margin: 0 auto 0;
  padding: 60px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media all and (max-width:767px) {
  .acc_contest .details {
    display: inherit;
    margin: 0 auto 0;
    padding: 20px;
  }
}
.acc_contest .details ul li {
  margin-bottom: 1em;
}
@media all and (max-width:767px) {
  .acc_contest .details ul li {
    margin-bottom: 0.25em;
  }
}
.acc_contest .details ul li:last-child {
  margin-bottom: 0;
}
.acc_contest .details dt,
.acc_contest .details dd {
  font-size: 18px;
  line-height: 1.4;
  padding: 20px 10px;
}
@media all and (max-width:767px) {
  .acc_contest .details dt,
  .acc_contest .details dd {
    font-size: 1.4rem;
  }
}
.acc_contest .details dt {
  font-weight: bold;
  width: 9em;
  border-bottom: solid 1px #c5ccd9;
}
.acc_contest .details dt.first {
  border-top: solid 1px #c5ccd9;
}
@media all and (max-width:767px) {
  .acc_contest .details dt {
    padding: 10px 0 0;
    width: 100%;
    border-bottom: none;
  }
}
.acc_contest .details dd {
  width: calc(100% - 10em);
  border-bottom: solid 1px #c5ccd9;
}
.acc_contest .details dd.first {
  border-top: solid 1px #c5ccd9;
}
@media all and (max-width:767px) {
  .acc_contest .details dd.first {
    border-top: none;
  }
}
@media all and (max-width:767px) {
  .acc_contest .details dd {
    padding: 0 0 10px;
    width: 100%;
  }
}

.text_indent {
  text-indent: -1em;
  margin-left: 1em;
}
@media all and (max-width:1024px) {
  .text_indent br {
    display: none;
  }
}

/*-------------------- コンテスト部門 --------------------*/
.acc_sanka .contest {
  max-width: 800px;
  margin: 0 auto;
}
@media all and (max-width:767px) {
  .acc_sanka .contest {
    display: inherit;
    margin: 0 0 20px;
  }
}
.acc_sanka .h3_style01 {
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 0.5em;
  padding-left: 20px;
  font-weight: normal;
  position: relative;
}
@media all and (max-width:767px) {
  .acc_sanka .h3_style01 {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.acc_sanka .h3_style01::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 10px;
  height: 30px;
  content: "";
  background-color: #2c69ff;
  border-radius: 5px;
}
@media all and (max-width:767px) {
  .acc_sanka .h3_style01::before {
    width: 6px;
    height: 20px;
  }
}
@media all and (min-width:768px) {
  .acc_sanka .table01 {
    border-collapse: collapse;
    width: 100%;
  }
  .acc_sanka .table01 th,
  .acc_sanka .table01 td {
    padding: 10px;
    border: solid 1px #ccc;
  }
}
@media all and (min-width:768px) and (max-width:767px) {
  .acc_sanka .table01 th,
  .acc_sanka .table01 td {
    padding: 5px;
    font-size: 1.2rem;
  }
}
@media all and (min-width:768px) {
  .acc_sanka .table01 th {
    text-align: center;
    background-color: #04127c;
    color: #fff;
  }
  .acc_sanka .table01 .color01 td,
  .acc_sanka .table01 .color02 td {
    text-align: center;
    font-size: 20px;
    width: 28%;
  }
  .acc_sanka .table01 .color01 td:first-child,
  .acc_sanka .table01 .color02 td:first-child {
    font-size: inherit;
    text-align: left;
    width: 16%;
  }
}
@media all and (min-width:768px) and (max-width:767px) {
  .acc_sanka .table01 .color01 td,
  .acc_sanka .table01 .color02 td {
    font-size: 1.6rem;
  }
}
@media all and (max-width:767px) {
  .acc_sanka .table01 {
    border-collapse: collapse;
    width: 100%;
  }
  .acc_sanka .table01 .thead {
    display: none;
  }
  .acc_sanka .table01 tr {
    width: 100%;
  }
  .acc_sanka .table01 td {
    padding: 5px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    display: block;
    text-align: right;
    width: 100%;
  }
  .acc_sanka .table01 td:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .acc_sanka .table01 td {
    position: relative;
  }
  .acc_sanka .table01 td:first-child {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    background: #04127c;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .acc_sanka .table01 td:last-child {
    margin-bottom: 10px;
  }
  .acc_sanka .table01 td:before {
    text-align: left;
    width: calc(100% - 2em);
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .acc_sanka .table01 td span {
    position: absolute;
    top: 20%;
    right: 10px;
  }
}

/*-------------------- ボタン --------------------*/
.btn_entry {
  width: 400px;
  margin: 40px auto 0;
  border-radius: 100vh;
  background-color: #2c69ff;
  padding: 5px;
  transition: 0.3s;
}
@media all and (max-width:767px) {
  .btn_entry {
    width: 300px;
    margin: 20px auto 0;
  }
}
.btn_entry a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 100vh;
  line-height: 1;
  letter-spacing: 0.25em;
}
@media all and (max-width:767px) {
  .btn_entry a {
    font-size: 2rem;
    padding: 15px 0;
  }
}
.btn_entry a span {
  border-radius: 3px;
  background: url(../img/icon_check.svg) 100% 50% no-repeat;
  padding-right: 40px;
}
@media all and (max-width:767px) {
  .btn_entry a span {
    padding-right: 30px;
    background-size: 20px;
  }
}
.btn_entry:hover {
  transition: 0.3s;
  opacity: 0.7;
}

/*-------------------- ボタン --------------------*/
.btn_biz_idea {
  display: block;
  width: 36em;
  margin: 40px auto 0;
  border-radius: 100vh;
  background-color: #535a6e;
  padding: 5px;
  transition: 0.3s;
}
@media all and (max-width:767px) {
  .btn_biz_idea {
    width: 100%;
    margin: 20px auto 0;
  }
}
.btn_biz_idea a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 100vh;
  line-height: 1.2;
}
@media all and (max-width:767px) {
  .btn_biz_idea a {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}
.btn_biz_idea a {
  position: relative;
  padding-right: 0;
}
.btn_biz_idea a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media all and (max-width:767px) {
  .btn_biz_idea a::after {
    width: 30px;
    height: 30px;
  }
}
.btn_biz_idea:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.btn_contest {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media all and (max-width:767px) {
  .btn_contest {
    display: inherit;
    margin-top: 20px;
  }
}
.btn_contest li {
  width: calc((100% - 60px) / 3);
}
@media all and (max-width:1024px) {
  .btn_contest li {
    width: calc((100% - 30px) / 3);
  }
}
@media all and (max-width:767px) {
  .btn_contest li {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.btn_contest li a {
  display: block;
  text-align: center;
  padding: 20px 0 17px;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  border-bottom-width: 3px;
  border-style: solid;
  border-radius: 7px;
  color: #002b62;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
}
@media all and (max-width:1024px) {
  .btn_contest li a {
    padding: 15px 0 12px;
    font-size: 1.8rem;
  }
}
.btn_contest li a.blue {
  border-color: #006b7f;
}
.btn_contest li a.gold {
  border-color: #8d6e3a;
}
.btn_contest li a.red {
  border-color: #9d4531;
}
.btn_contest li a span {
  text-decoration: none;
}
.btn_contest li a span::after {
  margin: 0 0 2px 0.25em;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #04127c;
  border-right: 2px solid #04127c;
  transform: rotate(45deg);
}
@media all and (max-width:1024px) {
  .btn_contest li a span::after {
    width: 10px;
    height: 10px;
  }
}
.btn_contest li a:hover {
  color: #9d4531;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
}
.btn_contest li a:hover span::after {
  border-top: 2px solid #9d4531;
  border-right: 2px solid #9d4531;
}

/*-------------------- second --------------------*/
.breadcrumbs {
  margin-top: 60px;
  font-size: 1.2rem;
  padding: 5px 0 5px;
}
@media all and (max-width:767px) {
  .breadcrumbs {
    display: none;
    margin-top: 50px;
    font-size: 1.1rem;
  }
}
.breadcrumbs > ul {
  position: static;
  margin: 0;
  padding: 12px 0 10px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width:767px) {
  .breadcrumbs > ul {
    width: 100%;
    padding: 0 10px;
  }
}
.breadcrumbs > ul b {
  font-weight: normal;
}
.breadcrumbs > ul a {
  text-decoration: none;
  border-bottom: 1px solid #adadad;
}
.breadcrumbs > ul a:hover, .breadcrumbs > ul a:focus {
  border-color: transparent;
}
.breadcrumbs > ul > li {
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0 33px 0 0;
}
.breadcrumbs > ul > li:last-child {
  margin-right: 0;
}
.breadcrumbs > ul > li:last-child::after, .breadcrumbs > ul > li:last-child::before {
  display: none;
}
.breadcrumbs > ul > li::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}
.breadcrumbs > ul > li::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -18px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

/*-------------------- H1タイトル --------------------*/
.bl_h1 {
  padding: 40px 0 5px;
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: #dce8f5;
}
@media all and (max-width:767px) {
  .bl_h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 20px 0 0;
  }
}
.bl_h1_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width:767px) {
  .bl_h1_inner {
    width: 100%;
    padding: 0 10px;
  }
}
.bl_h1_inner h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #0F1ED2;
  font-weight: normal;
  font-size: 70px;
}
@media all and (max-width:767px) {
  .bl_h1_inner h1 {
    font-size: 4rem;
  }
}
.bl_h1_inner h1 span {
  font-size: 40px;
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}
@media all and (max-width:767px) {
  .bl_h1_inner h1 span {
    font-size: 2rem;
    margin-left: 0.5em;
    padding-left: 0.5em;
  }
}
.bl_h1_inner h1 span::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #1e32a5;
  top: 10px;
  left: 0;
  width: 1px;
  height: 35px;
}
@media all and (max-width:767px) {
  .bl_h1_inner h1 span::before {
    top: 5px;
    height: 17px;
  }
}

.bl_h1_conference_outline {
  padding: 40px 0 5px;
  margin-bottom: 40px;
  background-color: #dce8f5;
}
@media all and (max-width:767px) {
  .bl_h1_conference_outline {
    margin-bottom: 20px;
    padding: 20px 0 10px;
  }
}
.bl_h1_conference_outline_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width:767px) {
  .bl_h1_conference_outline_inner {
    width: 100%;
    padding: 0 10px;
  }
}
.bl_h1_conference_outline_inner h1 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #0F1ED2;
  font-weight: normal;
  font-size: 36px;
}
@media all and (max-width:767px) {
  .bl_h1_conference_outline_inner h1 {
    font-size: 2rem;
  }
}

/*-------------------- リスト --------------------*/
.acc_list > li {
  margin-bottom: 1.5em;
  margin-left: 1.25em;
  text-indent: -1.25em;
}
.acc_list > li:last-child {
  margin-bottom: 0;
}
.acc_list > li::before {
  content: "●";
  color: #535A6E;
  margin-right: 0.25em;
}
.acc_list > li ul li {
  margin-bottom: 1em;
  margin-left: 0;
  text-indent: 0;
  padding-left: 1.25em;
  position: relative;
}
.acc_list > li ul li:last-child {
  margin-bottom: 0;
}
.acc_list > li ul li::before {
  content: "●";
  color: #666;
  font-size: 10px;
  position: absolute;
  top: 4px;
  left: 5px;
}

/*-------------------- table02 --------------------*/
.table02 {
  width: 100%;
  border-collapse: collapse;
}
.table02 th {
  background-color: #dbe0f0;
  width: 10em;
  text-align: center;
}
@media all and (max-width:767px) {
  .table02 th {
    width: 7.5em;
  }
}
.table02 th,
.table02 td {
  padding: 10px;
  border: solid 1px #ccc;
}

.table03 {
  width: 100%;
  border-collapse: collapse;
}
@media all and (max-width:767px) {
  .table03 tr {
    border: solid 1px #ccc;
  }
}
.table03 tr th {
  background-color: #dbe0f0;
  width: 10em;
  text-align: center;
}
.table03 tr th.program {
  width: 39%;
}
.table03 tr th.outline {
  width: 48%;
}
.table03 tr th.time {
  width: 13%;
}
@media all and (max-width:767px) {
  .table03 tr th {
    display: none;
  }
}
.table03 tr th,
.table03 tr td {
  padding: 10px;
  border: solid 1px #ccc;
}
@media all and (max-width:767px) {
  .table03 tr th,
  .table03 tr td {
    border: none;
    padding: 0 10px;
  }
}
.table03 tr td.program_line {
  padding-left: 2em;
  text-indent: -1.25em;
}
@media all and (max-width:767px) {
  .table03 tr td.program_line {
    padding-left: 10px;
    text-indent: initial;
  }
}
@media all and (max-width:767px) {
  .table03 tr td {
    display: block;
    width: 100%;
  }
  .table03 tr td span {
    font-weight: bold;
  }
  .table03 tr td:first-child {
    padding-top: 10px;
    text-indent: -6em;
    margin-left: 6em;
    padding-right: 6.5em;
  }
  .table03 tr td:last-child {
    padding-bottom: 10px;
  }
  .table03 tr td:nth-child(2) {
    text-indent: -3em;
    margin-left: 3em;
    padding-right: 3.5em;
  }
}

.btn_sanka {
  text-align: center;
}
.btn_sanka a {
  display: block;
  margin: 0 auto;
  width: 300px;
  background-color: #2C69FF;
  border-bottom: solid 3px #7D869A;
  border-radius: 50px;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.btn_sanka a:hover {
  opacity: 0.7;
  border-bottom: solid 3px #fff;
}
@media all and (max-width:767px) {
  .btn_sanka a {
    font-size: 1.8rem;
    width: 80%;
  }
}
.btn_sanka a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media all and (max-width:767px) {
  .btn_sanka a::after {
    width: 10px;
    height: 10px;
  }
}

/*-------------------- FAQ --------------------*/
.faq_category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media all and (max-width:767px) {
  .faq_category {
    margin-bottom: 0;
  }
}
@media all and (min-width:768px) {
  .faq_category li {
    width: calc((100% - 61px) / 3);
    margin-right: 30px;
    margin-bottom: 1em;
  }
  .faq_category li:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width:767px) {
  .faq_category li {
    width: 100%;
    margin-bottom: 1em;
  }
}
.faq_category li a {
  background-color: #535A6E;
  border-radius: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0 1em;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width:767px) {
  .faq_category li a {
    text-align: left;
    padding: 0 0 0 2em;
  }
}
.faq_category li a::before {
  margin: 0 0.75em 4px 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
.faq_category li a:hover {
  opacity: 0.7;
}

.faq_h2_anchor {
  margin-top: -130px !important;
  padding-top: 160px !important;
}
@media all and (max-width:767px) {
  .faq_h2_anchor {
    margin-top: -80px !important;
    padding-top: 90px !important;
  }
}

.faq_h2 {
  font-weight: normal;
  font-size: 36px;
  line-height: 1.4;
}
@media all and (max-width:767px) {
  .faq_h2 {
    font-size: 20px;
  }
}

.qa_box {
  border: solid 10px #dbe8f5;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media all and (max-width:767px) {
  .qa_box {
    border: solid 5px #dbe8f5;
    margin-bottom: 15px;
    border-radius: 5px;
  }
}
.qa_box li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.qa_box li .icon {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
}
@media all and (max-width:767px) {
  .qa_box li .icon {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.qa_box li .text {
  width: calc(100% - 50px);
  padding-left: 15px;
  margin-top: 0.8em;
}
.qa_box li .text a {
  font-weight: bold;
}
@media all and (max-width:767px) {
  .qa_box li .text {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
}
.qa_box li .text pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
.qa_box li.questions {
  font-weight: bold;
  background-color: #dbe8f5;
  padding: 20px 30px 30px;
}
@media all and (max-width:767px) {
  .qa_box li.questions {
    padding: 5px 10px 10px;
  }
}
.qa_box li.questions .icon {
  background-color: #0F1ED2;
}
.qa_box li.answer {
  padding: 30px;
}
@media all and (max-width:767px) {
  .qa_box li.answer {
    padding: 10px;
  }
}
.qa_box li.answer .icon {
  background-color: #E61E8C;
}

/*-------------------- ルールusj --------------------*/
.usj {
  margin-top: -50px;
}
@media all and (max-width:767px) {
  .usj {
    margin-top: -10px;
  }
}
.usj p {
  text-align: center;
}
.usj p:first-child {
  font-size: 20px;
  color: #04127c;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media all and (max-width:767px) {
  .usj p:first-child {
    font-size: 16px;
  }
}

/*-------------------- second --------------------*/
/*-------------------- フッター --------------------*/
.site-footer-02 {
  margin: 0;
}

.bl_ftl {
  background: #D9DFE9;
  padding: 80px 0;
}
@media all and (max-width:767px) {
  .bl_ftl {
    padding: 40px 0 50px;
  }
}
.bl_ftl_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media all and (max-width:767px) {
  .bl_ftl_inner {
    width: 100%;
    padding: 0 10px;
  }
}
.bl_ftl_inner h2 {
  font-size: 18px;
  font-weight: normal;
}
@media all and (max-width:767px) {
  .bl_ftl_inner h2 {
    font-size: 1.6rem;
  }
}
.bl_ftl_inner h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.bl_ftl_inner .mail {
  font-size: 18px;
}
@media all and (max-width:767px) {
  .bl_ftl_inner .mail {
    font-size: 1.6rem;
  }
}
.bl_ftl_inner .mail a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */