body {
  min-width: 100%;
  width: 100%;
  font-size: 15px;
  line-height: 1.5
}
.main {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', sans-serif;
  color: #000;
  padding: 0
}
a[href^="tel:"] {
  pointer-events: none
}
@media screen and (max-width: 640px) {
  a[href^="tel:"] {
    pointer-events: visible
  }
}
.lq {
  display: none
}
@media screen and (max-width: 950px) {
  .lq {
    display: block
  }
}
.mq {
  display: none
}
@media screen and (max-width: 950px) {
  .mq {
    display: block
  }
}
.pc {
  display: block
}
@media screen and (max-width: 640px) {
  .pc {
    display: none
  }
}
.sq {
  display: none
}
@media screen and (max-width: 640px) {
  .sq {
    display: block
  }
}
.sqnone {
  display: block
}
@media screen and (max-width: 640px) {
  .sqnone {
    display: none
  }
}
.mqnone {
  display: block
}
@media screen and (max-width: 950px) {
  .mqnone {
    display: none
  }
}
.mqsq {
  display: none
}
@media screen and (max-width: 950px) {
  .mqsq {
    display: block
  }
}
@media screen and (max-width: 640px) {
  .mqsq {
    display: block
  }
}
ol, ul {
  list-style: none;
  padding: 0px;
  margin: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
a {
  text-decoration: none;
  outline: none
}
a:hover {
  text-decoration: none
}
.clearfix {
  zoom: 1
}
.clearfix:after {
  content: "";
  display: block;
  clear: both
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
.container {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width: 640px) {
  .container {
    width: 90%
  }
}
header {
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #2C4E98
}
header .header-inner {
  width: 950px;
  margin: auto;
  padding: 10px 0px;
  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
}
header .header-inner .header-left h1 {
  width: 240px
}
header .header-inner .header-left h1 a {
  display: block;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out
}
header .header-inner .header-left h1 a:hover {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  opacity: 0.6
}
header .header-inner .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .header-inner .header-right .header-right-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px
}
header .header-inner .header-right .header-right-tel .header-right-tel-txt {
  padding: 5px 10px;
  border: 1px solid #000;
  margin-right: 20px;
  position: relative
}
header .header-inner .header-right .header-right-tel .header-right-tel-txt:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #FFF;
  z-index: 2
}
header .header-inner .header-right .header-right-tel .header-right-tel-txt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
  z-index: 1
}
header .header-inner .header-right .header-right-tel .header-right-tel-txt p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center
}
header .header-inner .header-right .header-right-tel .header-right-tel-box a {
  display: block;
  color: #2C4E98;
  font-size: 32px;
  font-weight: bold;
  padding-left: 25px;
  position: relative
}
header .header-inner .header-right .header-right-tel .header-right-tel-box a:before {
  content: '';
  display: block;
  width: 19px;
  height: 25px;
  background: url("../img/tel_icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
header .header-inner .header-right .header-right-tel .header-right-tel-box p {
  font-size: 12px;
  text-align: right
}
header .header-inner .header-right .header-right-btn .header-right-btn-item {
  border-radius: 4px;
  text-align: center
}
header .header-inner .header-right .header-right-btn .header-right-btn-item a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0;
  width: 156px
}
header .header-inner .header-right .header-right-btn .header-right-btn-item a:after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto
}
header .header-inner .header-right .header-right-btn .header-right-btn-item.btn-test {
  background: #CB0010;
  -webkit-box-shadow: 0px 4px 0px 0px #A80000;
  box-shadow: 0px 4px 0px 0px #A80000;
  margin-bottom: 8px
}
header .header-inner .header-right .header-right-btn .header-right-btn-item.btn-test:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #A80000;
  box-shadow: 0px 1px 0px 0px #A80000;
  -webkit-transform: translate(0px, 3px);
  transform: translate(0px, 3px)
}
header .header-inner .header-right .header-right-btn .header-right-btn-item.btn-info {
  background: #2C4E98;
  -webkit-box-shadow: 0px 4px 0px 0px #040645;
  box-shadow: 0px 4px 0px 0px #040645
}
header .header-inner .header-right .header-right-btn .header-right-btn-item.btn-info:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #040645;
  box-shadow: 0px 1px 0px 0px #040645;
  -webkit-transform: translate(0px, 3px);
  transform: translate(0px, 3px)
}
header .header-inner.header-sc {
  padding: 10px 0px
}
header .header-inner.header-sc .header-left h1 {
  width: 240px
}
header .header-inner.header-sc .header-right .header-right-tel {
  margin-right: 20px
}
header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-txt {
  display: none
}
header .header-inner.header-sc .header-right .header-right-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
header .header-inner.header-sc .header-right .header-right-btn .header-right-btn-item {
  border-radius: 4px;
  text-align: center
}
header .header-inner.header-sc .header-right .header-right-btn .header-right-btn-item a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0;
  width: 156px
}
header .header-inner.header-sc .header-right .header-right-btn .header-right-btn-item a:after {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto
}
header .header-inner.header-sc .header-right .header-right-btn .header-right-btn-item.btn-test {
  margin: 0 20px 0 0
}
@media screen and (max-width: 950px) {
  header .header-inner {
    width: 95%;
    margin: auto;
    padding: 20px 0px
  }
  header .header-inner .header-left h1 {
    width: 240px
  }
  header .header-inner .header-right .header-right-tel .header-right-tel-txt {
    display: none
  }
  header .header-inner.header-sc {
    padding: 10px 0px
  }
  header .header-inner.header-sc .header-left h1 {
    width: 200px
  }
  header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-txt {
    display: none
  }
  header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-box a {
    font-size: 25px
  }
  header .header-inner.header-sc .header-right .header-right-btn .header-right-btn-item a {
    font-size: 12px;
    width: 135px
  }
}
@media screen and (max-width: 950px) {
  header .header-inner {
    width: 95%;
    margin: auto;
    padding: 10px 0px
  }
  header .header-inner .header-left h1 {
    width: 120px
  }
  header .header-inner .header-right .header-right-tel {
    margin-right: 0
  }
  header .header-inner .header-right .header-right-tel .header-right-tel-txt {
    display: none
  }
  header .header-inner .header-right .header-right-tel .header-right-tel-box a {
    font-size: 22px;
    padding-left: 20px
  }
  header .header-inner .header-right .header-right-tel .header-right-tel-box a:before {
    width: 13px;
    height: 18px
  }
  header .header-inner .header-right .header-right-tel .header-right-tel-box p {
    font-size: 10px
  }
  header .header-inner .header-right .header-right-btn {
    display: none
  }
  header .header-inner.header-sc {
    padding: 10px 0px
  }
  header .header-inner.header-sc .header-left h1 {
    width: 120px
  }
  header .header-inner.header-sc .header-right .header-right-tel {
    margin-right: 0
  }
  header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-txt {
    display: none
  }
  header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-box a {
    font-size: 22px;
    padding-left: 20px
  }
  header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-box a:before {
    width: 13px;
    height: 18px
  }
  header .header-inner.header-sc .header-right .header-right-tel .header-right-tel-box p {
    font-size: 10px
  }
  header .header-inner.header-sc .header-right .header-right-btn {
    display: none
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100
}
#footBody {
  padding: 30px 15px
}
#footBody .copyright {
  max-width: 400px;
  width: 100%;
  color: #fff
}
@media screen and (max-width: 950px) {
  #footBody .copyright {
    float: none;
    margin: 0 auto;
    text-align: center
  }
}
@media screen and (max-width: 640px) {
  #footBody .copyright {
    float: none;
    text-align: center
  }
}
#footBody .fLink {
  font-size: 13px
}
@media screen and (max-width: 950px) {
  #footBody .fLink {
    font-size: 10px
  }
}
@media screen and (max-width: 640px) {
  #footBody .fLink {
    font-size: 10px
  }
}
@media screen and (max-width: 640px) {
  #footBody .fLink a {
    padding: 0 6px 0 6px
  }
}
#footBody #dnn_FootPane {
  text-align: center
}
#footBody #footUtility {
  width: auto
}
@media screen and (max-width: 950px) {
  #footBody #footUtility {
    float: none
  }
}
@media screen and (max-width: 640px) {
  #footBody #footUtility {
    float: none
  }
}
#footBody #footWrap {
  max-width: 950px;
  width: 100%
}
.mv {
  max-width: 1500px;
  margin: 0 auto
} /*.mv img{width:100%}*/ @media screen and (max-width: 640px) {
  .mv__pc {
    display: none
  }
}
.mv__sp {
  display: none
}
@media screen and (max-width: 640px) {
  .mv__sp {
    display: block
  }
}

h2 {
  background: none;
  font-size: auto;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: none;
  line-height: 1.5;
  margin: 0;
  padding: 0
}
.common_ttl {
    background: none;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    position: relative;
    border: none;
    line-height: 1.5;
    margin: 0 0 35px;
    padding: 0 0 20px;
    color: #000;
}

@media screen and (max-width: 640px) {
    .common_ttl {
        font-size: 32px;
    }
}

.cont_search {
  background: #232289;
  padding: 34px 0 50px
}
.cont_search h2 {
  color: #fff
}
.cont_search h2::before {
  background: #fff
}
.cont_search .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto
}
@media screen and (max-width: 640px) {
  .cont_search .btn-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 320px;
    margin-bottom: 0px
  }
  .cont_search .btn-flex .section-btn:not(:last-child) {
    margin-bottom: 20px
  }
}
.cont_search .btn-flex .section-btn:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px
}
@media screen and (max-width: 640px) {
  .cont_search .btn-flex .section-btn:not(:last-child) {
    margin-right: 0
  }
}
.cont_search .btn-flex a {
  width: 170px;
  background: #fff;
  color: #232289;
  -webkit-box-shadow: 0px 6px 0px 0px #ADADAD;
  box-shadow: 0px 6px 0px 0px #ADADAD
}
@media screen and (max-width: 640px) {
  .cont_search .btn-flex a {
    width: 150px
  }
}
.cont_search .btn-flex a:after {
  border-top: 2px solid #232289;
  border-right: 2px solid #232289
}
.cont_search .btn-flex a:hover {
  -webkit-box-shadow: 0px 6px 0px 0px #232289;
  box-shadow: 0px 6px 0px 0px #232289
}
.section-btn {
  text-align: center
}
.section-btn a {
  display: block;
  width: 360px;
  height: 70px;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-radius: 6px;
  background: #232289;
  -webkit-box-shadow: 0px 6px 0px 0px #010036;
  box-shadow: 0px 6px 0px 0px #010036;
  position: relative
}
.section-btn a:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #010036;
  box-shadow: 0px 1px 0px 0px #010036;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px)
}
.section-btn a:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto
}
@media screen and (max-width: 640px) {
  .section-btn a:after {
    right: 12px
  }
}
.section-btn a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.section-btn a span strong {
  font-size: 30px
}
.section-btn .txt-note {
  margin-top: 20px
}
@media screen and (max-width: 950px) {
  .section-btn p {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 10px
  }
  .section-btn a {
    width: 300px;
    height: 80px;
    font-size: 17px
  }
  .section-btn a span strong {
    font-size: 28px
  }
}
@media screen and (max-width: 950px) {
  .section-btn p {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 10px
  }
  .section-btn a {
    width: 280px;
    height: 70px;
    font-size: 16px
  }
  .section-btn a:after {
    right: 10px
  }
  .section-btn a span strong {
    font-size: 26px
  }
}

.contactbox {
  padding: 70px 40px
}
@media screen and (max-width: 640px) {
  .contactbox {
    padding: 50px 0
  }
}
@media screen and (max-width: 640px) {
  .contactbox .contact {
    padding: 0 20px
  }
}
.contactbox .contact-title {
  color: #000
}
.contactbox .contact-time {
  color: #000
}
@media screen and (max-width: 640px) {
  .contactbox .contact-time {
    font-size: 12px
  }
}
.contactbox .contact h2 {
  font-size: 40px;
  font-weight: bold;
  color: #001976;
  position: relative;
  margin-bottom: 50px
}
@media screen and (max-width: 640px) {
  .contactbox .contact h2 {
    font-size: 32px;
    margin-bottom: 30px
  }
}
.contactbox .contact h2 span {
  font-size: 14px;
  font-weight: lighter;
  color: #000
}
@media screen and (max-width: 640px) {
  .contactbox .contact h2 span {
    font-size: 12px
  }
}
.contactbox .contact h2:before {
  content: '';
  width: 40px;
  height: 76px;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/sec09_icon01.png);
  left: 18%
}
@media screen and (max-width: 640px) {
  .contactbox .contact h2:before {
    left: 8%
  }
}
.contactbox .contact h2:after {
  content: '';
  width: 40px;
  height: 76px;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/sec09_icon02.png);
  right: 18%
}
@media screen and (max-width: 640px) {
  .contactbox .contact h2:after {
    right: 8%
  }
}
.contactbox .contact .movie {
  text-align: center
}
.contactbox .contact .movie__list {
  margin-bottom: 70px
}
@media screen and (max-width: 640px) {
  .contactbox .contact .movie__list {
    margin-bottom: 30px
  }
}
@media screen and (max-width: 640px) {
  .contactbox .contact .movie__list iframe {
    width: 100% !important;
    height: 200px
  }
}
.contactbox .contact .movie__list-ttl {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-top: 10px
}
.contactbox .contact .movie__list-ttl:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 32%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/sec09_arrow.png);
  left: 39%
}
@media screen and (max-width: 640px) {
  .contactbox .contact .movie__list-ttl:before {
    left: 21%
  }
}

.common-btn {
  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: 90px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-radius: 6px;
  position: relative
}
.common-btn span {
  color: #fff;
  position: relative;
  padding-left: 40px
}
@media screen and (max-width: 640px) {
  .common-btn span {
    padding-left: 30px
  }
}
.common-btn span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat
}
.common-btn:hover {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px)
}
.common-btn:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto
}
@media screen and (max-width: 950px) {
  .common-btn a {
    width: 300px;
    height: 80px;
    font-size: 17px
  }
}
@media screen and (max-width: 950px) {
  .common-btn a {
    width: 280px;
    height: 70px;
    font-size: 16px
  }
  .common-btn a:after {
    right: 10px
  }
}
.contact {
  background-color: #fff;
  max-width: 870px;
  margin: 0 auto
}
.contact .contact-inner {
  border: solid #1F2180 3px;
  text-align: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width: 640px) {
  .contact .contact-inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px
  }
}
.contact-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff
}
@media screen and (max-width: 640px) {
  .contact-title {
    font-size: 18px;
    line-height: 1.4
  }
}

.wrap_cont {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cp_table2 *, .cp_table2 *:before, .cp_table2 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_table2 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.cp_table2 th, .cp_table2 td {
  padding: 10px;
}
.cp_table2 th {
  text-align: left;
  background-color: #5B9BD5;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.cp_table2 tr:last-child th {
  border-bottom: 1px solid #5B9BD5;
}
.th_1 {
  width: 20%;
}
.th_2 {
  width: 10%;
}
.cp_table2 td {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.btn_blue {
  display: block;
  cursor: pointer;
  max-width: 420px;
  margin: 1em auto;
  padding: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: inherit;
  background: #232289;
  box-shadow: 0 6px 0 #010036, 0 12px 0 rgba(0, 0, 0, .2);
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
  text-align: center;
}
.btn_blue:hover {
  background: #232289;
  box-shadow: 0 3px 0 #010036, 0 6px 0 rgba(0, 0, 0, .2);
  transform: translateY(3px);
}
.btn_blue:active {
  color: #fff;
  background: #232289;
  box-shadow: 0 0 0 #010036, 0 0 0 rgba(0, 0, 0, .2);
  transform: translateY(6px);
  transition-duration: .1s;
}
.btn {
  display: block;
  cursor: pointer;
  max-width: 420px;
  margin: 1em auto;
  padding: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: inherit;
  background: #20b2aa;
  box-shadow: 0 6px 0 #047c71, 0 12px 0 rgba(0, 0, 0, .2);
  transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
}
.btn:hover {
  background: #3cc4bd;
  box-shadow: 0 3px 0 #12978d, 0 6px 0 rgba(0, 0, 0, .2);
  transform: translateY(3px);
}
.btn:active {
  color: #ddd;
  background: #12978d;
  box-shadow: 0 0 0 #047c71, 0 0 0 rgba(0, 0, 0, .2);
  transform: translateY(6px);
  transition-duration: .1s;
}
.btn_area {
  display: flex;
  flex-wrap: nowrap;
}
.btn_link {
  width: 50%;
  padding: 15px;
}
.read_box {
  background-color: #fff;
  padding: 1.5em 1em 1em;
  margin-bottom: 1em;
  color: #3384D8;
  font-size: 1.5em;
  font-weight: bold;
  margin: 20px;
  border: dotted #09D2E3 2px;
  text-align: center;
}
.read_box span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.section-title {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.7em;
  margin-top: 1.2em;
}
.polkaDot {
  border-bottom: dotted 6px #90acbf;
  font-weight: bold;
  font-size: 220%;
}
.polkaDot02 {
  color: #0A2C98;
  font-weight: bold;
  font-size: 220%;
}
.red-1 {
  color: #de5443;
}
.red-l {
  color: #de5443;
  font-weight: bold;
  font-size: 120%;
}
@media only screen and (max-width: 768px) {
  .read_box {
    padding: 0 1em 0;
    font-size: 1.1em;
    margin-bottom: 0;
  }
  .btn_area {
    display: flex;
    flex-wrap: wrap;
  }
  .btn_link {
    width: 100%;
    padding: 15px;
  }
  .btn {
    width: 100%;
  }
  .section-title {
    margin-bottom: 1.3em;
    margin-top: 1.2em;
  }
  .polkaDot {
    font-size: 160%;
    border-bottom: dotted 4px #27539b;
  }
  .cp_table2 th, .cp_table2 td {
    width: 100%;
    display: block;
  }
  .cp_table2 th {
    border: 1px solid #E8E7E7;
  }
  .cp_table2 td {
    border: 1px solid #E8E7E7;
  }
}



.sec__01{
	background-image:url("../img/bg02.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	/*position: relative;*/
}
.sec__01 h1{
	z-index: 1;
	/*position: absolute;*/
	/*top: 35px;*/

}


.sec__01 .ttl_img{
	max-width: 80%;
}
.sec__01 .sec__01_inner{
	padding: 20px 20px;
	background: #fff;
}
.sec__01 .sec__01_inner h2{
	
	font-size: 30px;
	font-weight: bold;
	color: #1d2088;
	border-bottom: 3px solid #1d2088;
	text-align: left;
	margin-bottom: 30px;
}
.sec__02_inner{
	background-image:url("../img/bg01.png");
	background-size: cover;
	background-repeat: no-repeat;
	
}

@media screen and (max-width: 640px){
	.sec__01{	
	padding-top: 70px;
	
}
.sec__01 h1{	
	top: 15px;
	text-align: center
}
	.sec__01 .sec__01_inner h2{
	
	font-size: 26px;
	
}
	.sec__01 .sec__01_inner{
	margin: 8px;
}
	.sec__01 .ttl_img{
	max-width: 90%!important;
}
	
}


.sec__02 .sec__02_inner{
	padding: 50px 20px;
	
}
.sec__02ttl_area{
	display: flex;
	flex-wrap: nowrap;
}
.sec__02ttl_area .ttl_l{
	padding: 10px;
	width: 30%;
	margin-right: 10px;
}
.sec__02ttl_area .ttl_txt{
	padding: 10px;
	width: 70%;
	line-height: 1.6;
	font-size: 20px;
}
@media screen and (max-width: 640px){
	.sec__02ttl_area{
	
	flex-wrap: wrap;
}
	
	.sec__02ttl_area .ttl_l{
	
	width: 100%;
	
}
.sec__02ttl_area .ttl_txt{
	padding: 10px;
	width: 100%;
	
	font-size: 18px;
}
}


.flex_area{display: flex;flex-wrap: nowrap;gap:10px;}
	 .flex_l{width: 50%;}
.flex_l p{font-size: 20px;line-height: 1.6;}

	 .flex_r{width: 50%;}
	
	 @media screen and (max-width: 640px){
		.flex_area{display: flex;flex-wrap: wrap;gap:10px;}
	 .flex_l{width: 100%;}
	 .flex_r{width: 100%;} 
		 .flex_l p{font-size: 18px;}

}
	 
	.ichishinEventLp__ctaBox {
  background: -webkit-gradient(linear, left top, left bottom, from(#004c9b), to(#1d2087));
  background: linear-gradient(to bottom, #004c9b 0, #1d2087 100%);
  border-radius: 8px;
  padding: 30px 10px 50px;
}
.ichishinEventLp__ctaBox-ttl {
  text-align: center;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px
}
.ichishinEventLp__ctaBox-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	padding-bottom: 40px;

}
.ichishinEventLp__ctaBox-item {
  width: 460px;
    height: 64px;
    margin: 0 auto;
}

.ichishinEventLp__ctaBox-item:not(:last-child) {
  margin-right: 10px
}
.ichishinEventLp__ctaBox-item a {
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  position: relative
}
.ichishinEventLp__ctaBox-item a > span {
  font-size: 16px;
  position: relative
}
.ichishinEventLp__ctaBox-item a .small {
  font-size: 13px
}
.ichishinEventLp__ctaBox-btn {
  overflow: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.ichishinEventLp__ctaBox-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.ichishinEventLp__ctaBox-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(imges/icon_arrow.svg) no-repeat center/100% auto;
  position: absolute;
  right: 10px
}
.ichishinEventLp__ctaBox-btn.-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#00c2a1), to(#b2db4d));
  background: linear-gradient(to bottom, #00c2a1 0, #b2db4d 100%);
  -webkit-box-shadow: 0 5px 0 0 #009078;
  box-shadow: 0 5px 0 0 #009078
}
.ichishinEventLp__ctaBox-btn.-green::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#b2db4d), to(#00c2a1));
  background: linear-gradient(to bottom, #b2db4d 0, #00c2a1 100%)
}
 .ichishinEventLp__ctaBox-btn.-green:hover {
  -webkit-box-shadow: 0 0 0 0 #009078;
  box-shadow: 0 0 0 0 #009078
}
.ichishinEventLp__ctaBox-btn.-pink {
  background: -webkit-gradient(linear, left top, left bottom, from(#f25981), to(#ffa559));
  background: linear-gradient(to bottom, #f25981 0, #ffa559 100%);
  -webkit-box-shadow: 0 5px 0 0 #d74581;
  box-shadow: 0 5px 0 0 #d74581
}
 .ichishinEventLp__ctaBox-btn.-pink::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa559), to(#f25981));
  background: linear-gradient(to bottom, #ffa559 0, #f25981 100%)
}
.ichishinEventLp__ctaBox-btn.-pink:hover {
  -webkit-box-shadow: 0 0 0 0 #d74581;
  box-shadow: 0 0 0 0 #d74581
}
.ichishinEventLp__ctaBox-btn:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px)
}
.ichishinEventLp__ctaBox-btn:hover::before {
  opacity: 0
}
.ichishinEventLp__ctaBox-desc {
  margin-top: 20px;
  text-align: center;
  color: #cef6ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6
}
					  h2 {
    clear: both;
    margin:  0;
    padding: 0px;
    color: #fff;
    font-size: inherit;
    line-height: inherit;
    background: none;
    border:none;
}
@media only screen and (max-width: 768px) {					  
					  
	.ichishinEventLp__ctaBox {
    border-radius: 0;
    padding: 30px 20px
  }
 .ichishinEventLp__ctaBox-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
.ichishinEventLp__ctaBox-item {
    max-width: 280px;
    width: 100%
  }
 .ichishinEventLp__ctaBox-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px
  }
   .ichishinEventLp__ctaBox-desc {
    margin-top: 30px;
    max-width: 350px;
    width: 100%;
    text-align: justify;
    margin-right: auto;
    margin-left: auto
  }				  
	 }	




