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
  }
}
.sec__ttl span {
  font-size: 22px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 20px;
  display: inline-block
}
@media screen and (max-width: 640px) {
  .sec__ttl span {
    font-size: 18px
  }
}
.sec__ttl img {
  margin: 0 auto
}
.sec__ttl span:before, .sec__ttl span:after {
  content: '';
  width: 22px;
  height: 42px;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.sec__ttl .ttl-sub01 {
  color: #fff
}
.sec__ttl .ttl-sub01:before {
  background-image: url(../img/icon/icon_ttl_left01.png);
  left: 0
}
.sec__ttl .ttl-sub01:after {
  background-image: url(../img/icon/icon_ttl_right01.png);
  right: 0
}
.sec__ttl .ttl-sub02 {
  color: #011A77
}
.sec__ttl .ttl-sub02:before {
  background-image: url(../img/icon/icon_ttl_left02.png);
  left: 0
}
.sec__ttl .ttl-sub02:after {
  background-image: url(../img/icon/icon_ttl_right02.png);
  right: 0
}
.common-box01 {
  position: relative;
  color: #000;
  margin-bottom: 100px
}
@media screen and (max-width: 640px) {
  .common-box01 {
    margin-bottom: 50px
  }
}
.common-box01__title {
  font-size: 40px;
  text-align: center;
  padding: 50px 0 20px;
  font-weight: 700;
  background-color: #B9D7ED;
  position: relative;
  margin-bottom: 80px;
  color: #003777
}
@media screen and (max-width: 640px) {
  .common-box01__title {
    padding: 40px 0 20px;
    font-size: 28px;
    margin-bottom: 60px
  }
}
.common-box01__title:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  background-image: url(../img/contents_arrow02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60px
}
@media screen and (max-width: 640px) {
  .common-box01__title:after {
    bottom: -30px;
    height: 30px
  }
}
.common-box01__list {
  width: 80%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.common-box01__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 45px 40px;
  position: relative
}
@media screen and (max-width: 640px) {
  .common-box01__list li {
    display: block;
    padding: 0 0 40px 35px
  }
}
.common-box01__list li:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px
}
@media screen and (max-width: 640px) {
  .common-box01__list li:before {
    width: 44px;
    height: 44px;
    background-size: contain
  }
}
.common-box01__list li:nth-child(1) {
  border-left: 7px solid #D3D3D3
}
.common-box01__list li:nth-child(1):before {
  background-image: url(../img/icon/icon_flow01.png);
  left: -26px
}
.common-box01__list li:nth-child(2) {
  border-left: 7px solid #D3D3D3
}
.common-box01__list li:nth-child(2):before {
  background-image: url(../img/icon/icon_flow02.png);
  left: -26px
}
.common-box01__list li:nth-child(3):before {
  background-image: url(../img/icon/icon_flow03.png);
  left: -20px
}
.common-box01__list .list__txt {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  font-size: 20px
}
@media screen and (max-width: 640px) {
  .common-box01__list .list__txt {
    margin-bottom: 10px;
    font-size: 16px
  }
}
.common-box01__list .list__txt span {
  font-size: 26px;
  color: #003777;
  font-weight: 700;
  border-bottom: 5px solid #FFDA00;
  margin-bottom: 10px;
  display: inline-block
}
@media screen and (max-width: 640px) {
  .common-box01__list .list__txt span {
    font-size: 17px;
    border-bottom: 3px solid #FFDA00
  }
}
.common-box01__list .list__txt .txt01 {
  font-size: 18px
}
@media screen and (max-width: 640px) {
  .common-box01__list .list__txt .txt01 {
    font-size: 16px
  }
}
.common-box01__list .list__txt .txt02 {
  font-size: 12px
}
.common-box01__list .list__img {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  margin-left: 20px
}
.common-box01__catch {
  text-align: center
}
.common-box01__catch span {
  font-size: 40px;
  color: #003777;
  font-weight: 700;
  border-bottom: 5px solid #FFDA00
}
@media screen and (max-width: 640px) {
  .common-box01__catch span {
    font-size: 32px
  }
}
.common-box02 {
  border: 2px solid #4E65B9;
  padding-bottom: 40px;
  margin-bottom: 5px
}
.common-box02__title {
  background-color: #4E65B9;
  font-size: 40px;
  text-align: center;
  padding: 40px 0 0;
  position: relative;
  margin-bottom: 80px;
  color: #FFDA00;
  font-weight: 700
}
.common-box02__title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  width: 83px;
  height: 83px
}
.common-box02__title:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  background-image: url(../img/contents_arrow05.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 60px
}
.common-box02__school {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin-top: 10px
}
.common-box02__school li {
  float: left;
  padding: 10px 20px;
  font-weight: 700
}
.common-box02__school li:not(:last-child) {
  margin-right: 10px
}
.common-box02__school .item01 {
  background-color: #FFFCFA;
  color: #CA6739
}
.common-box02__school .item02 {
  background-color: #D9F3FF;
  color: #1B8DC1
}
.common-box02__txt {
  font-weight: 700;
  text-align: center
}
.common-box02__txt .txt01 {
  font-size: 28px
}
.common-box02__txt .txt01 span {
  font-size: 42px;
  color: #FFDA00
}
.common-box03 {
  position: relative;
  background-color: #fff;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 50px
}
@media screen and (max-width: 640px) {
  .common-box03 {
    padding-bottom: 20px;
    margin-bottom: 60px
  }
}
.common-box03:after {
  display: none;
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  background-image: url(../img/contents_arrow03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60px
}
@media screen and (max-width: 640px) {
  .common-box03:after {
    bottom: -30px;
    height: 30px
  }
}
.common-box03__title {
  font-size: 40px;
  text-align: center;
  padding: 30px 0 0px;
  font-weight: 700;
  background-color: #3C55B4;
  position: relative;
  margin-bottom: 80px;
  color: #fff
}
@media screen and (max-width: 640px) {
  .common-box03__title {
    padding: 40px 0 20px;
    font-size: 28px;
    margin-bottom: 35px
  }
}
.common-box03__title:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  background-image: url(../img/contents_arrow02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60px
}
@media screen and (max-width: 640px) {
  .common-box03__title:after {
    bottom: -30px;
    height: 30px
  }
}
.common-box03__grid {
  border-bottom: solid 1px #BCBCBC;
  padding: 20px 0
}
@media screen and (max-width: 640px) {
  .common-box03__grid {
    padding: 20px 0
  }
}
.common-box03__grid:last-child {
  border-bottom: 0
}
.common-box03__grid:first-child {
  padding: 0 0 20px 0
}
@media screen and (max-width: 640px) {
  .common-box03__grid:first-child {
    padding: 20px 0
  }
}
.common-box03__list {
  width: 80%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width: 640px) {
  .common-box03__list {
    width: 90%
  }
}
.common-box03__list .list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width: 640px) {
  .common-box03__list .list__ttl {
    display: block;
    text-align: center
  }
}
@media screen and (max-width: 640px) {
  .common-box03__list .list__ttl-img {
    width: 50%
  }
}
@media screen and (max-width: 640px) {
  .common-box03__list .list__ttl-img-02 {
    width: 70%
  }
}
@media screen and (max-width: 640px) {
  .common-box03__list .list__ttl-img-03 {
    width: 35%
  }
}
.common-box03__list .list__box {
  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
}
@media screen and (max-width: 640px) {
  .common-box03__list .list__box {
    display: block
  }
}
.common-box03__list .list__box-list {
  color: #000;
  margin-bottom: 15px;
  font-size: 18px
}
@media screen and (max-width: 640px) {
  .common-box03__list .list__box-list {
    font-size: 14px;
    margin-bottom: 5px
  }
}
.common-box03__list .list__box-list:before {
  background: url(../img/sec01_icon.png) 0 0 no-repeat;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  padding-left: 5px
}
@media screen and (max-width: 640px) {
  .common-box03__list .list__box-list:before {
    vertical-align: bottom
  }
}
.common-box03__list .list__box-list-space {
  width: 27px;
  height: auto;
  display: inline-block
}
.common-box03__list .list__box-movie {
  margin: 0 auto
}
@media screen and (max-width: 640px) {
  .common-box03__list .list__box-movie iframe {
    width: 100%
  }
}
.common-box03__list .list__ttl-point {
  font-size: 26px;
  color: #001976;
  padding: 0 0 0 20px
}
@media screen and (max-width: 640px) {
  .common-box03__list .list__ttl-point {
    font-size: 20px;
    padding: 10px 0 0 0
  }
}
.common-box03__list .list__box-white {
  color: #000;
  font-size: 18px
}
.common-box03__list .list__box-white li {
  padding-bottom: 20px
}
.common-box03__catch {
  text-align: center
}
.common-box03__catch span {
  font-size: 40px;
  color: #001976;
  font-weight: 700;
  border-bottom: 5px solid #FFDA00
}
@media screen and (max-width: 640px) {
  .common-box03__catch span {
    font-size: 32px
  }
}
.common-box03:nth-of-type(3) {
  border: 2px solid #1B8DC1 !important
}
.common-box03:nth-of-type(3) .common-box03__title {
  background-color: #1B8DC1
}
.common-box03:nth-of-type(3) .common-box03__title:after {
  background-image: url(../img/contents_arrow07.png)
}
.common-box03:nth-of-type(2) {
  border: 2px solid #DE9573 !important
}
.common-box03:nth-of-type(2) .common-box03__title {
  background-color: #DE9573
}
.common-box03:nth-of-type(2) .common-box03__title:after {
  background-image: url(../img/contents_arrow09.png)
}
.common-box03:nth-of-type(1) {
  border: 2px solid #D85E56 !important
}
.common-box03:nth-of-type(1) .common-box03__title {
  background-color: #D85E56
}
.common-box03:nth-of-type(1) .common-box03__title:after {
  background-image: url(../img/contents_arrow10.png)
}
sub {
  font-size: 14px
}
.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
}
.common_ttl:before {
  background: #000;
  content: '';
  display: block;
  width: 38px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media screen and (max-width: 640px) {
  .common_ttl {
    font-size: 32px
  }
}
p {
  line-height: 1.8
}
.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 640px) {
  .l-style01 {
    display: block
  }
}
.l-style01 .l-img {
  margin-right: 40px
}
@media screen and (max-width: 950px) {
  .l-style01 .l-img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
@media screen and (max-width: 640px) {
  .l-style01 .l-img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    text-align: center
  }
}
.l-style01 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media screen and (max-width: 640px) {
  .l-style01 .l-desc {
    width: 100%
  }
}
.l-style02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 640px) {
  .l-style02 {
    display: block
  }
}
.l-style02 .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px
}
@media screen and (max-width: 640px) {
  .l-style02 .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    text-align: center
  }
}
.l-style02 .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media screen and (max-width: 640px) {
  .l-style02 .l-desc {
    width: 100%
  }
}
.mt30 {
  margin-top: 30px
}
.t-align {
  text-align: center
}
.t-align img {
  margin: 0 auto
}
h2 {
  background: none;
  font-size: auto;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
	color: #000;
	text-align: center;
	font-size: 28px;
}
.accordion_one .accordion_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background: #F38E24;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 10px;
  border-radius: 10px 10px 0 0
}
.accordion_one .accordion_header .accordion_grade {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  color: #F38E24;
  font-size: 36px;
  font-weight: bold;
  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
}
.accordion_ttl {
  font-weight: bold;
  font-size: 32px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.accordion_ttl span {
  display: block;
  font-size: 22px
}
.accordion_one .accordion_inner {
  display: none
}
.accordion_change {
  background-color: #fff
}
.accordion_change:after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  background-image: url(../img/contents_arrow03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 60px
}
@media screen and (max-width: 640px) {
	
	h2 {font-size: 24px}
  .accordion_change:after {
    bottom: -30px;
    height: 30px
  }
}
@media screen and (max-width: 640px) {
  .accordion_one .accordion_header {
    font-size: 24px;
    text-align: left;
    padding: 15px 60px 15px 15px
  }
  .accordion_header-ttl {
    padding: 0
  }
}
.accordion_header::before, .accordion_header::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media screen and (max-width: 640px) {
  .accordion_header::before, .accordion_header::after {
    right: 4%
  }
}
.accordion_header::after {
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s
}
.active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s
}
.sec01 {
  padding: 90px 0 60px
}
@media screen and (max-width: 950px) {
  .sec01 {
    padding: 50px
  }
}
@media screen and (max-width: 640px) {
  .sec01 {
    padding: 50px 0
  }
}
.sec01__ttl {
  margin-bottom: 45px
}
@media screen and (max-width: 640px) {
  .sec01__ttl {
    margin-bottom: 25px
  }
}
.sec01__ttl img {
  margin: 0 auto
}
.sec01__txt {
  text-align: center;
  line-height: 1.8
}
@media screen and (max-width: 640px) {
  .sec01__txt {
    text-align: left
  }
}
.sec01 .section-btn a {
  height: 90px
}
.sec02 {
  background: linear-gradient(135deg, #4ea7db, #0a53a2);
  padding: 34px 0 50px
}
.sec02 .container {
  max-width: 710px
}
.sec02__ttl {
  font-size: 50px;
  color: #fff
}
.sec02__box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px
}
.sec02 li {
  width: calc(100% / 3 - 10px)
}
.sec02 li:nth-child(n+4) {
  margin-top: 15px
}
.sec02 a {
  color: #000 !important;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  background: #fff;
  border: solid 2px #E3E3E3;
  position: relative;
  padding: 20px 5px 30px;
  display: block
}
.sec02 a:hover {
  opacity: 0.8
}
.sec02 a::after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  bottom: 16px;
  left: 50%;
  margin: auto;
  border-top: 2px solid #1AA0E3;
  border-right: 2px solid #1AA0E3;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
.sec02 a span {
  font-size: 15px;
  display: block
}
@media screen and (max-width: 640px) {
  .sec02 a span {
    font-size: 11px
  }
}
.sec03, .sec04, .sec06, .sec07 {
  background: #F8F8F8;
  padding: 70px 0 80px
}
.sec03__ttl {
  font-size: 28px;
  font-weight: bold;
  color: #F38E24;
  text-align: center;
  margin-bottom: 20px
}
@media screen and (max-width: 640px) {
  .sec03__ttl {
    font-size: 22px
  }
}
.sec03__ttl span {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  color: #000;
  font-size: 18px;
  border-radius: 3px;
  border: solid 1px #E3E3E3;
  background: #fff;
  padding: 0 10px
}
.sec03 .sec03__list-item, .sec04 .sec03__list-item, .sec06 .sec03__list-item, .sec07 .sec03__list-item {
  background: #fff
}
.sec03 .sec03__list-item:not(:last-child), .sec04 .sec03__list-item:not(:last-child), .sec06 .sec03__list-item:not(:last-child), .sec07 .sec03__list-item:not(:last-child) {
  margin-bottom: 80px
}
.sec03 .sec03__list-item .short, .sec04 .sec03__list-item .short, .sec06 .sec03__list-item .short, .sec07 .sec03__list-item .short {
  font-size: 12px
}
@media screen and (max-width: 640px) {
  .sec03 .sec03__list-item .accordion_header, .sec04 .sec03__list-item .accordion_header, .sec06 .sec03__list-item .accordion_header, .sec07 .sec03__list-item .accordion_header {
    display: block;
    padding: 15px 40px 15px 15px
  }
  .sec03 .sec03__list-item .accordion_grade, .sec04 .sec03__list-item .accordion_grade, .sec06 .sec03__list-item .accordion_grade, .sec07 .sec03__list-item .accordion_grade {
    width: 70px;
    height: 70px;
    font-size: 26px;
    margin: 0 auto
  }
  .sec03 .sec03__list-item .accordion_ttl, .sec04 .sec03__list-item .accordion_ttl, .sec06 .sec03__list-item .accordion_ttl, .sec07 .sec03__list-item .accordion_ttl {
    margin: 0;
    font-size: 22px;
    text-align: center
  }
  .sec03 .sec03__list-item .accordion_ttl span, .sec04 .sec03__list-item .accordion_ttl span, .sec06 .sec03__list-item .accordion_ttl span, .sec07 .sec03__list-item .accordion_ttl span {
    font-size: 15px
  }
}
.sec03 .inner, .sec04 .inner, .sec06 .inner, .sec07 .inner {
  border-radius: 0 0 10px 10px;
  border-bottom: solid 5px #F38E24;
  padding: 50px 55px;
  background: #fff
}
@media screen and (max-width: 640px) {
  .sec03 .inner, .sec04 .inner, .sec06 .inner, .sec07 .inner {
    padding: 30px 20px
  }
}
.sec03 .accordion_main-img, .sec04 .accordion_main-img, .sec06 .accordion_main-img, .sec07 .accordion_main-img {
  text-align: center
}
.sec03 .point__ttl, .sec04 .point__ttl, .sec06 .point__ttl, .sec07 .point__ttl {
  text-align: center
}
.sec03 .point__inr, .sec04 .point__inr, .sec06 .point__inr, .sec07 .point__inr {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  max-width: 100%;
  width: 300px;
  color: #fff;
  font-size: 20px;
  background: #F38E24;
  border-radius: 5px;
  font-weight: bold
}
.sec03 .point__inr:before, .sec04 .point__inr:before, .sec06 .point__inr:before, .sec07 .point__inr:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 8px solid #F38E24
}
@media screen and (max-width: 640px) {
  .sec03 .point__inr, .sec04 .point__inr, .sec06 .point__inr, .sec07 .point__inr {
    width: 80%;
    font-size: 15px
  }
}
.sec03 .subject, .sec04 .subject, .sec06 .subject, .sec07 .subject {
  margin: -46px auto 0;
  background: #FEF6EB;
  padding: 50px 30px 30px
}
.sec03 .subject__ttl, .sec04 .subject__ttl, .sec06 .subject__ttl, .sec07 .subject__ttl {
  font-size: 28px;
  font-weight: bold;
  color: #F38E24;
  text-align: center
}
@media screen and (max-width: 640px) {
  .sec03 .subject__ttl, .sec04 .subject__ttl, .sec06 .subject__ttl, .sec07 .subject__ttl {
    font-size: 20px
  }
}
.sec03 .subject__txt, .sec04 .subject__txt, .sec06 .subject__txt, .sec07 .subject__txt {
  text-align: center
}
.sec03 .subject__icon, .sec04 .subject__icon, .sec06 .subject__icon, .sec07 .subject__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 50px;
  position: relative
}
@media screen and (max-width: 640px) {
  .sec03 .subject__icon, .sec04 .subject__icon, .sec06 .subject__icon, .sec07 .subject__icon {
    display: block
  }
}
.sec03 .subject__icon:after, .sec04 .subject__icon:after, .sec06 .subject__icon:after, .sec07 .subject__icon:after {
  background: url(../img/icon/icon_plus.png) no-repeat;
  background-size: contain;
  display: block;
  content: '';
  position: absolute;
  width: 28px;
  height: 38px;
  top: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width: 640px) {
  .sec03 .subject__icon:after, .sec04 .subject__icon:after, .sec06 .subject__icon:after, .sec07 .subject__icon:after {
    top: 180px
  }
}
.sec03 .subject__icon p, .sec04 .subject__icon p, .sec06 .subject__icon p, .sec07 .subject__icon p {
  padding: 0 25px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px
}
@media screen and (max-width: 640px) {
  .sec03 .subject__icon p, .sec04 .subject__icon p, .sec06 .subject__icon p, .sec07 .subject__icon p {
    text-align: center;
    margin-bottom: 10px
  }
}
.sec03 .subject__icon p:not(:last-child), .sec04 .subject__icon p:not(:last-child), .sec06 .subject__icon p:not(:last-child), .sec07 .subject__icon p:not(:last-child) {
  margin-right: 15px
}
@media screen and (max-width: 640px) {
  .sec03 .subject__icon p:not(:last-child), .sec04 .subject__icon p:not(:last-child), .sec06 .subject__icon p:not(:last-child), .sec07 .subject__icon p:not(:last-child) {
    margin-right: 0
  }
}
.sec03 .subject__icon p:nth-child(1), .sec04 .subject__icon p:nth-child(1), .sec06 .subject__icon p:nth-child(1), .sec07 .subject__icon p:nth-child(1) {
  background: #158CD0
}
.sec03 .subject__icon p:nth-child(2), .sec04 .subject__icon p:nth-child(2), .sec06 .subject__icon p:nth-child(2), .sec07 .subject__icon p:nth-child(2) {
  background: #DB9344
}
.sec03 .subject__icon p:nth-child(3), .sec04 .subject__icon p:nth-child(3), .sec06 .subject__icon p:nth-child(3), .sec07 .subject__icon p:nth-child(3) {
  background: #D35178
}
.sec03 .subject__icon p:nth-child(4), .sec04 .subject__icon p:nth-child(4), .sec06 .subject__icon p:nth-child(4), .sec07 .subject__icon p:nth-child(4) {
  background: #5AB533
}
.sec03 .subject__list, .sec04 .subject__list, .sec06 .subject__list, .sec07 .subject__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width: 640px) {
  .sec03 .subject__list, .sec04 .subject__list, .sec06 .subject__list, .sec07 .subject__list {
    display: block
  }
}
.sec03 .subject__list-item, .sec04 .subject__list-item, .sec06 .subject__list-item, .sec07 .subject__list-item {
  width: calc(100% / 2 - 30px)
}
.sec03 .subject__list-item:nth-child(odd), .sec04 .subject__list-item:nth-child(odd), .sec06 .subject__list-item:nth-child(odd), .sec07 .subject__list-item:nth-child(odd) {
  margin-right: 55px
}
.sec03 .subject__list-item:nth-child(n+3), .sec04 .subject__list-item:nth-child(n+3), .sec06 .subject__list-item:nth-child(n+3), .sec07 .subject__list-item:nth-child(n+3) {
  margin-top: 50px
}
@media screen and (max-width: 640px) {
  .sec03 .subject__list-item, .sec04 .subject__list-item, .sec06 .subject__list-item, .sec07 .subject__list-item {
    width: 100%
  }
  .sec03 .subject__list-item:not(:last-child), .sec04 .subject__list-item:not(:last-child), .sec06 .subject__list-item:not(:last-child), .sec07 .subject__list-item:not(:last-child) {
    margin-bottom: 20px
  }
  .sec03 .subject__list-item:nth-child(odd), .sec04 .subject__list-item:nth-child(odd), .sec06 .subject__list-item:nth-child(odd), .sec07 .subject__list-item:nth-child(odd) {
    margin-right: 0
  }
  .sec03 .subject__list-item:nth-child(n+3), .sec04 .subject__list-item:nth-child(n+3), .sec06 .subject__list-item:nth-child(n+3), .sec07 .subject__list-item:nth-child(n+3) {
    margin-top: 0
  }
}
.sec03 .subject .ttl, .sec04 .subject .ttl, .sec06 .subject .ttl, .sec07 .subject .ttl {
  border-radius: 3px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  min-width: 30px
}
.sec03 .subject .ttl-blue, .sec04 .subject .ttl-blue, .sec06 .subject .ttl-blue, .sec07 .subject .ttl-blue {
  background: #158CD0
}
.sec03 .subject .ttl-orange, .sec04 .subject .ttl-orange, .sec06 .subject .ttl-orange, .sec07 .subject .ttl-orange {
  background: #DB9344
}
.sec03 .subject .ttl-pink, .sec04 .subject .ttl-pink, .sec06 .subject .ttl-pink, .sec07 .subject .ttl-pink {
  background: #D35178
}
.sec03 .subject .ttl-green, .sec04 .subject .ttl-green, .sec06 .subject .ttl-green, .sec07 .subject .ttl-green {
  background: #5AB533
}
.sec03 .subject .ttl-purple, .sec04 .subject .ttl-purple, .sec06 .subject .ttl-purple, .sec07 .subject .ttl-purple {
  background: #A589B8
}
.sec03 .subject .ttl-box, .sec04 .subject .ttl-box, .sec06 .subject .ttl-box, .sec07 .subject .ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media screen and (max-width: 640px) {
  .sec03 .subject .ttl-box, .sec04 .subject .ttl-box, .sec06 .subject .ttl-box, .sec07 .subject .ttl-box {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px
  }
}
.sec03 .subject .ttl-main, .sec04 .subject .ttl-main, .sec06 .subject .ttl-main, .sec07 .subject .ttl-main {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px
}
@media screen and (max-width: 640px) {
  .sec03 .subject .ttl-main, .sec04 .subject .ttl-main, .sec06 .subject .ttl-main, .sec07 .subject .ttl-main {
    margin-left: 0;
    text-align: center;
    margin-top: 5px;
    font-size: 15px
  }
}
.sec03 .subject .ttl-box, .sec04 .subject .ttl-box, .sec06 .subject .ttl-box, .sec07 .subject .ttl-box {
  border-bottom: solid 1px #CCC
}
.sec03 .schedule, .sec04 .schedule, .sec06 .schedule, .sec07 .schedule {
  margin-top: 40px;
  max-width: 840px;
  margin: 40px auto 50px
}
.sec04, .sec06, .sec07 {
  background: #EDF9FF
}
.sec04 .inner, .sec06 .inner, .sec07 .inner {
  border-bottom: solid 5px #1AA0E3
}
.sec04 .accordion_header, .sec06 .accordion_header, .sec07 .accordion_header {
  background: #1AA0E3
}
.sec04__ttl {
  font-size: 28px;
  font-weight: bold;
  color: #1AA0E3;
  text-align: center;
  margin-bottom: 20px
}
@media screen and (max-width: 640px) {
  .sec04__ttl {
    font-size: 22px
  }
}
.sec04__ttl span {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  color: #000;
  font-size: 18px;
  border-radius: 3px;
  border: solid 1px #E3E3E3;
  background: #fff;
  padding: 0 10px
}
.sec04 .sec04__list-item, .sec06 .sec04__list-item, .sec07 .sec04__list-item {
  background: #fff
}
.sec04 .sec04__list-item:not(:last-child), .sec06 .sec04__list-item:not(:last-child), .sec07 .sec04__list-item:not(:last-child) {
  margin-bottom: 80px
}
.sec04 .accordion_one .accordion_header .accordion_grade, .sec06 .accordion_one .accordion_header .accordion_grade, .sec07 .accordion_one .accordion_header .accordion_grade {
  color: #1AA0E3
}
@media screen and (max-width: 640px) {
  .sec04 .accordion_header, .sec06 .accordion_header, .sec07 .accordion_header {
    display: block;
    padding: 15px 40px 15px 15px
  }
  .sec04 .accordion_grade, .sec06 .accordion_grade, .sec07 .accordion_grade {
    width: 70px !important;
    height: 70px !important;
    font-size: 26px !important;
    margin: 0 auto
  }
  .sec04 .accordion_ttl, .sec06 .accordion_ttl, .sec07 .accordion_ttl {
    margin: 0;
    font-size: 22px;
    text-align: center
  }
  .sec04 .accordion_ttl span, .sec06 .accordion_ttl span, .sec07 .accordion_ttl span {
    font-size: 15px
  }
}
.sec04 .accordion_main-img, .sec06 .accordion_main-img, .sec07 .accordion_main-img {
  margin-bottom: 36px
}
.sec04 .subject, .sec06 .subject, .sec07 .subject {
  background: #F8F8F8
}
.sec04__list-item__ttl {
  font-size: 28px;
  color: #1AA0E3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px
}
.sec04 .corse04-02, .sec06 .corse04-02, .sec07 .corse04-02 {
  text-align: center;
  margin-top: 34px
}
.sec04 .inr-cont, .sec06 .inr-cont, .sec07 .inr-cont {
  background: #F8F8F8;
  margin: 26px 0 60px
}
.sec04 .inr-cont span, .sec06 .inr-cont span, .sec07 .inr-cont span {
  color: #1AA0E3;
  font-weight: bold
}
.sec04 .inr-cont__ttl, .sec06 .inr-cont__ttl, .sec07 .inr-cont__ttl {
  background: #1AA0E3;
  position: relative;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px 18px 4px 20px;
  display: inline-block
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont__ttl, .sec06 .inr-cont__ttl, .sec07 .inr-cont__ttl {
    font-size: 15px;
    padding: 5px 5px 4px 10px
  }
}
.sec04 .inr-cont__ttl::after, .sec06 .inr-cont__ttl::after, .sec07 .inr-cont__ttl::after {
  right: -17px;
  top: 0;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 17px;
  border-color: transparent transparent transparent #1AA0E3
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont__ttl::after, .sec06 .inr-cont__ttl::after, .sec07 .inr-cont__ttl::after {
    border-width: 16px 0 16px 17px
  }
}
.sec04 .inr-cont__flex, .sec06 .inr-cont__flex, .sec07 .inr-cont__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 760px;
  padding: 30px 0 40px;
  margin: 0 auto
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont__flex, .sec06 .inr-cont__flex, .sec07 .inr-cont__flex {
    display: block;
    padding: 20px
  }
}
.sec04 .inr-cont__txt, .sec06 .inr-cont__txt, .sec07 .inr-cont__txt {
  max-width: 332px;
  margin-right: 50px;
  width: 100%
}
.sec04 .inr-cont__img, .sec06 .inr-cont__img, .sec07 .inr-cont__img {
  width: 380px
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont__img, .sec06 .inr-cont__img, .sec07 .inr-cont__img {
    width: 100%;
    margin-top: 20px
  }
}
.sec04 .inr-cont2, .sec06 .inr-cont2, .sec07 .inr-cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 34px 0 46px
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont2, .sec06 .inr-cont2, .sec07 .inr-cont2 {
    display: block
  }
}
.sec04 .inr-cont2__img, .sec06 .inr-cont2__img, .sec07 .inr-cont2__img {
  width: 45%;
  margin-right: 50px
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont2__img, .sec06 .inr-cont2__img, .sec07 .inr-cont2__img {
    width: 100%
  }
}
.sec04 .inr-cont2__txt, .sec06 .inr-cont2__txt, .sec07 .inr-cont2__txt {
  width: 55%
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont2__txt, .sec06 .inr-cont2__txt, .sec07 .inr-cont2__txt {
    width: 100%;
    margin-top: 20px
  }
}
.sec04 .subject, .sec06 .subject, .sec07 .subject {
  margin: 0 auto
}
.sec04 .section-btn, .sec06 .section-btn, .sec07 .section-btn {
  margin-bottom: 50px
}
.sec04 .section-btn__ttl, .sec06 .section-btn__ttl, .sec07 .section-btn__ttl {
  text-align: center;
  margin-bottom: 5px
}
.sec04 .section-btn__ttl span, .sec06 .section-btn__ttl span, .sec07 .section-btn__ttl span {
  font-size: 18px;
  position: relative
}
.sec04 .section-btn__ttl span::after, .sec06 .section-btn__ttl span::after, .sec07 .section-btn__ttl span::after, .sec04 .section-btn__ttl span::before, .sec06 .section-btn__ttl span::before, .sec07 .section-btn__ttl span::before {
  position: absolute;
  content: '';
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #000
}
.sec04 .section-btn__ttl span::after, .sec06 .section-btn__ttl span::after, .sec07 .section-btn__ttl span::after {
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
  left: -30px
}
.sec04 .section-btn__ttl span::before, .sec06 .section-btn__ttl span::before, .sec07 .section-btn__ttl span::before {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -30px
}
@media screen and (max-width: 640px) {
  .sec04 .section-btn__ttl span::before, .sec06 .section-btn__ttl span::before, .sec07 .section-btn__ttl span::before {
    right: -70px
  }
}
.sec04 .section-btn a, .sec06 .section-btn a, .sec07 .section-btn a {
  max-width: 420px;
  height: 60px;
  width: 100%
}
.sec04 .inr-cont3, .sec06 .inr-cont3, .sec07 .inr-cont3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 44px
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont3, .sec06 .inr-cont3, .sec07 .inr-cont3 {
    display: block
  }
}
.sec04 .inr-cont3__schedule, .sec06 .inr-cont3__schedule, .sec07 .inr-cont3__schedule {
  margin-right: 46px
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont3__schedule, .sec06 .inr-cont3__schedule, .sec07 .inr-cont3__schedule {
    margin-right: 0;
    margin-bottom: 20px
  }
}
.sec04 .inr-cont-blue, .sec06 .inr-cont-blue, .sec07 .inr-cont-blue {
  background: #EDF9FF
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont-blue, .sec06 .inr-cont-blue, .sec07 .inr-cont-blue {
    padding: 20px
  }
}
.sec04 .inr-cont-blue:not(:last-child), .sec06 .inr-cont-blue:not(:last-child), .sec07 .inr-cont-blue:not(:last-child) {
  margin-bottom: 30px
}
.sec04 .inr-cont-blue .ttl, .sec06 .inr-cont-blue .ttl, .sec07 .inr-cont-blue .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont-blue .ttl, .sec06 .inr-cont-blue .ttl, .sec07 .inr-cont-blue .ttl {
    font-size: 20px
  }
}
.sec04 .inr-cont-blue .inr-cont__txt, .sec06 .inr-cont-blue .inr-cont__txt, .sec07 .inr-cont-blue .inr-cont__txt {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0
}
@media screen and (max-width: 640px) {
  .sec04 .inr-cont-blue .inr-cont__txt, .sec06 .inr-cont-blue .inr-cont__txt, .sec07 .inr-cont-blue .inr-cont__txt {
    padding: 20px 0
  }
}
.sec04 .inr-cont-blue .inr-cont__txt:not(:last-child), .sec06 .inr-cont-blue .inr-cont__txt:not(:last-child), .sec07 .inr-cont-blue .inr-cont__txt:not(:last-child) {
  border-bottom: solid 1px #CCCCCC
}
.sec04 .inr-cont-blue .inr-cont__txt .ttl span, .sec06 .inr-cont-blue .inr-cont__txt .ttl span, .sec07 .inr-cont-blue .inr-cont__txt .ttl span {
  font-size: 15px
}
.sec05 {
  background: #F8F8F8;
  padding: 80px 0
}
@media screen and (max-width: 640px) {
  .sec05 {
    padding: 50px 0
  }
}
@media screen and (max-width: 950px) {
  .sec05__list {
    width: 90%;
    margin: 0 auto
  }
}
@media screen and (max-width: 640px) {
  .sec05__list {
    width: 100%
  }
}
.sec05__list-item {
  position: relative;
  margin-bottom: 80px
}
@media screen and (max-width: 640px) {
  .sec05__list-item {
    margin-bottom: 60px
  }
}
.sec05__list-item:last-child {
  margin-bottom: 0
}
.sec05__list-item .box {
  position: relative
}
.sec05__list-item .box-num {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media screen and (max-width: 640px) {
  .sec05__list-item .box-num img {
    width: 70%
  }
}
.sec05__list-item .box-content {
  background: #fff;
  padding: 30px 30px 30px 85px;
  border-radius: 10px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width: 640px) {
  .sec05__list-item .box-content {
    padding: 20px 20px 20px 50px;
    margin-left: 30px;
    display: block
  }
}
.sec05__list-item .box-content .desc {
  width: 57%;
  margin-right: 40px
}
@media screen and (max-width: 640px) {
  .sec05__list-item .box-content .desc {
    width: 100%;
    margin: 0 0 20px 0
  }
}
.sec05__list-item .box-content .desc h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px
}
@media screen and (max-width: 950px) {
  .sec05__list-item .box-content .desc h3 {
    font-size: 24px
  }
}
@media screen and (max-width: 640px) {
  .sec05__list-item .box-content .desc h3 {
    font-size: 20px;
    margin-bottom: 15px
  }
}
.sec05__list-item .box-content .desc p {
  margin-bottom: 10px
}
.sec05__list-item .box-content .desc span {
  font-size: 12px
}
.sec05__list-item:after {
  content: '';
  width: 25px;
  height: 13px;
  background-image: url(../img/icon/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width: 640px) {
  .sec05__list-item:after {
    bottom: -2rem
  }
}
.sec05__list-item:last-child:after {
  display: none
}
.sec06, .sec07 {
  background: #EDF9FF;
  padding: 80px 0
}
.sec06 .accordion_header, .sec07 .accordion_header {
  background: #1AA0E3;
  font-size: 36px;
  font-weight: bold;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 22px 10px 22px 55px
}
@media screen and (max-width: 640px) {
  .sec06 .accordion_header, .sec07 .accordion_header {
    font-size: 28px;
    padding: 22px 10px 22px 25px
  }
}
.sec06 .accordion_header span, .sec07 .accordion_header span {
  font-size: 24px
}
@media screen and (max-width: 640px) {
  .sec06 .accordion_header span, .sec07 .accordion_header span {
    font-size: 18px;
    display: block
  }
}
.sec06 .inner, .sec07 .inner {
  background: #fff
}
.sec06 .inner h4, .sec07 .inner h4 {
  font-size: 32px;
  font-weight: bold;
  text-align: center
}
@media screen and (max-width: 640px) {
  .sec06 .inner h4, .sec07 .inner h4 {
    font-size: 22px
  }
}
.sec06 .inner h4 span, .sec07 .inner h4 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #DEF4FF));
  background: linear-gradient(transparent 60%, #DEF4FF 60%)
}
.sec06 .inner h4 .red, .sec07 .inner h4 .red {
  color: #E60A17
}
.sec06 .inner .main_txt, .sec07 .inner .main_txt {
  text-align: center
}
.sec06 .features, .sec07 .features {
  padding-bottom: 40px;
  border-bottom: solid 1px #C1C1C1
}
.sec06 .features-last, .sec07 .features-last {
  border: none
}
.sec06 .features__inr, .sec07 .features__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0 0
}
@media screen and (max-width: 950px) {
  .sec06 .features__inr, .sec07 .features__inr {
    display: block
  }
}
.sec06 .features__ttl, .sec07 .features__ttl {
  font-size: 24px;
  position: relative;
  font-weight: bold;
  padding-left: 73px;
  line-height: 1.5;
  margin-bottom: 30px
}
.sec06 .features__ttl span, .sec07 .features__ttl span {
  font-size: 18px
}
.sec06 .features__ttl::after, .sec07 .features__ttl::after {
  position: absolute;
  content: '';
  background: url("../img/icon/icon_flow1.png") no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  top: 0;
  left: 0
}
.sec06 .features__txt-box, .sec07 .features__txt-box {
  width: 50%
}
@media screen and (max-width: 950px) {
  .sec06 .features__txt-box, .sec07 .features__txt-box {
    width: 100%
  }
}
.sec06 .features__img-box, .sec07 .features__img-box {
  width: 50%;
  margin-left: 85px
}
@media screen and (max-width: 950px) {
  .sec06 .features__img-box, .sec07 .features__img-box {
    width: 100%;
    margin-left: 0;
    margin-top: 20px
  }
}
.sec06 .features__up, .sec07 .features__up {
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 34px 40px;
  margin-top: 20px
}
@media screen and (max-width: 640px) {
  .sec06 .features__up, .sec07 .features__up {
    display: block;
    padding: 20px
  }
}
.sec06 .features__up-img, .sec07 .features__up-img {
  width: 50%;
  margin-right: 46px
}
@media screen and (max-width: 640px) {
  .sec06 .features__up-img, .sec07 .features__up-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }
}
.sec06 .features__up-img img, .sec07 .features__up-img img {
  width: 100%
}
.sec06 .features__up-txt, .sec07 .features__up-txt {
  width: 50%
}
@media screen and (max-width: 640px) {
  .sec06 .features__up-txt, .sec07 .features__up-txt {
    width: 100%
  }
}
.sec06 .features__ttl02::after, .sec07 .features__ttl02::after {
  background: url("../img/icon/icon_flow2.png") no-repeat;
  background-size: contain
}
.sec06 .features__ttl03::after, .sec07 .features__ttl03::after {
  background: url("../img/icon/icon_flow3.png") no-repeat;
  background-size: contain
}
.sec06 .features__ttl04::after, .sec07 .features__ttl04::after {
  background: url("../img/icon/icon_flow4.png") no-repeat;
  background-size: contain
}
.sec06 .features__ttl05::after, .sec07 .features__ttl05::after {
  background: url("../img/icon/icon_flow5.png") no-repeat;
  background-size: contain
}
.sec06 .features__ttl06::after, .sec07 .features__ttl06::after {
  background: url("../img/icon/icon_flow6.png") no-repeat;
  background-size: contain
}
.sec06 .features__ttl07::after, .sec07 .features__ttl07::after {
  background: url("../img/icon/icon_flow7.png") no-repeat;
  background-size: contain
}
.sec06 .features__ttl08::after, .sec07 .features__ttl08::after {
  background: url("../img/icon/icon_flow8.png") no-repeat;
  background-size: contain
}
.sec06 .other, .sec07 .other {
  background: #EDF9FF;
  margin: 80px 0 30px;
  padding-bottom: 30px
}
.sec06 .other__ttl, .sec07 .other__ttl {
  text-align: center
}
.sec06 .other__ttl-inr, .sec07 .other__ttl-inr {
  margin: -30px 0 30px;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 100%;
  width: 300px;
  color: #fff;
  font-size: 20px;
  background: #1AA0E3;
  border-radius: 5px;
  font-weight: bold
}
.sec06 .other__ttl-inr:before, .sec07 .other__ttl-inr:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top: 8px solid #1AA0E3
}
@media screen and (max-width: 640px) {
  .sec06 .other__ttl-inr, .sec07 .other__ttl-inr {
    width: 80%;
    font-size: 15px
  }
}
.sec06 .other__list, .sec07 .other__list {
  padding: 0 40px
}
@media screen and (max-width: 640px) {
  .sec06 .other__list, .sec07 .other__list {
    padding: 0 20px
  }
}
.sec06 .other__list-item, .sec07 .other__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 36px 0 40px
}
@media screen and (max-width: 640px) {
  .sec06 .other__list-item, .sec07 .other__list-item {
    display: block
  }
}
.sec06 .other__list-txt, .sec07 .other__list-txt {
  width: 50%;
  margin-right: 50px
}
@media screen and (max-width: 640px) {
  .sec06 .other__list-txt, .sec07 .other__list-txt {
    width: 100%;
    margin-right: 0
  }
}
.sec06 .other__list-img, .sec07 .other__list-img {
  width: 40%;
  background: #fff;
  padding: 24px 50px
}
@media screen and (max-width: 640px) {
  .sec06 .other__list-img, .sec07 .other__list-img {
    width: 90%;
    padding: 20px 10px;
    margin-top: 20px
  }
}
.sec06 .other__list-img img, .sec07 .other__list-img img {
  width: 100%
}
.sec06 .other .other__list-img-last, .sec07 .other .other__list-img-last {
  background: none;
  padding: 0;
  width: 54%
}
@media screen and (max-width: 640px) {
  .sec06 .other .other__list-img-last, .sec07 .other .other__list-img-last {
    width: 100%
  }
}
.sec06 .other__list-ttl-box, .sec07 .other__list-ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.sec06 .other__list-ttl, .sec07 .other__list-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 640px) {
  .sec06 .other__list-ttl, .sec07 .other__list-ttl {
    font-size: 17px
  }
}
.sec06 .other__list-icon, .sec07 .other__list-icon {
  margin-right: 15px
}
.sec06 .other__list-point, .sec07 .other__list-point {
  display: inline-block;
  margin: 15px 0;
  border-radius: 3px;
  border: solid 1px #E3E3E3;
  background: #fff;
  padding: 4px 10px;
  text-align: center
}
.sec06 .other__count, .sec07 .other__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px
}
@media screen and (max-width: 640px) {
  .sec06 .other__count, .sec07 .other__count {
    display: block
  }
}
.sec06 .other__count p, .sec07 .other__count p {
  width: calc(100% / 3 - 10px)
}
@media screen and (max-width: 640px) {
  .sec06 .other__count p, .sec07 .other__count p {
    width: 100%;
    margin-bottom: 20px
  }
}
.sec06 h3, .sec07 h3 {
  font-size: 28px;
  font-weight: bold;
  color: #1AA0E3;
  text-align: center
}
@media screen and (max-width: 640px) {
  .sec06 h3, .sec07 h3 {
    font-size: 20px
  }
}
.sec07 {
  padding: 20px 0 80px
}
.sec07__list-item:not(:last-child) {
  margin-bottom: 40px
}
.sec07 .inner {
  text-align: center;
  border-bottom: none;
  padding: 50px 55px 10px
}
@media screen and (max-width: 640px) {
  .sec07 .inner {
    padding: 50px 20px 10px
  }
}
.sec07 .features {
  border: none;
  width: calc(100% / 2 - 30px);
  background: #F8F8F8;
  padding-bottom: 0
}
.sec07 .features:nth-child(odd) {
  margin-right: 40px
}
.sec07 .features:nth-child(n+3) {
  margin-top: 44px
}
@media screen and (max-width: 640px) {
  .sec07 .features {
    width: 100%
  }
  .sec07 .features:nth-child(odd) {
    margin-right: 0
  }
  .sec07 .features:nth-child(n+3) {
    margin-top: 0
  }
}
.sec07 .features__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0
}
@media screen and (max-width: 640px) {
  .sec07 .features__box {
    display: block
  }
}
.sec07 .features__inr {
  display: block;
  width: 100%;
  margin: 0
}
.sec07 .features__img-box {
  width: 100%;
  margin-left: 0
}
.sec07 .features__txt-box {
  width: 100%
}
.sec07 .features__txt-box .features__txt-inr {
  padding: 25px;
  text-align: left
}
.sec07 .features__txt-box .text-indent {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  display: block
}
.sec07 .accordion_short-txt {
  font-size: 12px;
  vertical-align: top
}
@media screen and (max-width: 640px) {
  .sec07 .accordion_short-txt {
    display: inline !important
  }
}
.sec07 .features-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 35px
}
@media screen and (max-width: 640px) {
  .sec07 .features-table {
    display: block
  }
}
.sec07 .features-txt {
  margin-right: 30px
}
@media screen and (max-width: 640px) {
  .sec07 .features-txt {
    margin-right: 0;
    margin-bottom: 30px
  }
}
.sec07 .features-txt p {
  margin-top: 5px
}
.sec07 .features-txt table th {
  background: #EDF9FF;
  color: #1AA0E3;
  font-size: 15px;
  padding: 10px
}
.sec07 .features-txt table table, .sec07 .features-txt table td, .sec07 .features-txt table th {
  border: 1px solid #CCCCCC;
  border-collapse: collapse
}
.sec07 .features-txt table td {
  padding: 15px
}
.sec07 .features-txt table td:nth-child(1) {
  text-align: left
}
.sec07 .other {
  background: #F8F8F8
}
.sec07 .other__list-item:nth-child(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.sec07 .other__list-img {
  background: none;
  padding: 0
}
@media screen and (max-width: 640px) {
  .sec07 .other__list-img {
    width: 100%
  }
}
.sec07 .other__list-txt {
  text-align: left
}
.sec07 .other__list-txt .square {
  font-size: 18px;
  position: relative;
  padding-left: 20px
}
.sec07 .other__list-txt .square:before {
  position: absolute;
  content: '■';
  color: #CB0813;
  left: 0
}
.sec07 .other__list-txt .square-blue:before {
  color: #1177C1
}
.sec07 .other__list-ttl {
  font-size: 18px;
  color: #1AA0E3;
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 10px
}
.sec07 .other .list-dot {
  position: relative;
  padding-left: 20px
}
.sec07 .other .list-dot:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%
}
.sec07 .ttl img {
  margin: 0 auto
}
.sec08 {
  padding-top: 60px
}
@media screen and (max-width: 640px) {
  .sec08 {
    padding-top: 50px
  }
}
.sec08__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px
}
@media screen and (max-width: 950px) {
  .sec08__list {
    width: 90%;
    margin: 0 auto
  }
}
@media screen and (max-width: 640px) {
  .sec08__list {
    width: 100%;
    display: block
  }
}
.sec08__list-item {
  width: calc(100% / 3 - 20px);
  padding: 40px 0 30px;
  position: relative;
  border-radius: 10px
}
@media screen and (max-width: 950px) {
  .sec08__list-item {
    width: calc(100% / 2 - 20px);
    margin-bottom: 50px
  }
}
@media screen and (max-width: 640px) {
  .sec08__list-item {
    width: 100%;
    margin-bottom: 50px
  }
}
.sec08__list-item:nth-child(n+4) {
  margin-top: 60px
}
@media screen and (max-width: 950px) {
  .sec08__list-item:nth-child(n+4) {
    margin-top: 0
  }
}
@media screen and (max-width: 640px) {
  .sec08__list-item:nth-child(n+4) {
    margin-top: 0
  }
}
.sec08__list-item .icon {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.sec08__list-item h3 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center
}
.sec08__list-item .common-btn {
  background: #232289;
  color: #fff;
  -webkit-box-shadow: 0px 3px 0px 0px #010236;
  box-shadow: 0px 3px 0px 0px #010236;
  height: 40px;
  max-width: 220px;
  font-size: 15px
}
.sec08__list-item .common-btn:after {
  width: 5px;
  height: 5px
}
.sec08__list-item .common-btn:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #010236;
  box-shadow: 0px 1px 0px 0px #010236
}
.sec08__list-item-01 {
  background: #FEFDE3;
  border-bottom: solid 3px #FFFE37
}
.sec08__list-item-02 {
  background: #FFF3ED;
  border-bottom: solid 3px #CA6739
}
.sec08__list-item-02 h3 {
  color: #CA6739
}
.sec08__list-item-03 {
  background: #F0FAFF;
  border-bottom: solid 3px #1B8DC1
}
.sec08__list-item-03 h3 {
  color: #1B8DC1
}
.sec08__list-item-04 {
  background: #F7FFF5;
  border-bottom: solid 3px #3B6434
}
.sec08__list-item-04 h3 {
  color: #3B6434
}
.sec08__list-item-05 {
  background: #FFFDED;
  border-bottom: solid 3px #D0C144
}
.sec08__list-item-05 h3 {
  color: #D0C144
}
.sec08__list-item-06 {
  background: #F8F8F8;
  border-bottom: solid 3px #C7C7C7
}
.panf {
  background: linear-gradient(135deg, #4ea7db, #0a53a2);
  padding: 50px 0 60px
}
@media screen and (max-width: 640px) {
  .panf {
    padding: 30px 0 40px
  }
}
.panf .common_ttl:before {
  background: #fff
}
.panf__ttl {
  color: #fff
}
.panf__ttl-01 {
  font-size: 20px;
  position: relative;
  max-width: 400px;
  text-align: center;
  margin: 10px auto 0
}
@media screen and (max-width: 640px) {
  .panf__ttl-01 {
    font-size: 15px;
    max-width: 300px
  }
}
.panf__ttl-01:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-120deg);
  left: 0
}
@media screen and (max-width: 640px) {
  .panf__ttl-01:before {
    width: 25px
  }
}
.panf__ttl-01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0
}
@media screen and (max-width: 640px) {
  .panf__ttl-01:after {
    width: 25px
  }
}
@media screen and (max-width: 640px) {
  .panf__ttl-02 {
    font-size: 24px
  }
}
.panf .common-btn {
  height: 70px;
  max-width: 600px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 0px 0px #00689D;
  box-shadow: 0px 6px 0px 0px #00689D;
  margin-bottom: 20px;
  color: #1AA0E3
}
.panf .common-btn img {
  margin-right: 5px
}
.panf .common-btn:after {
  border-top: 2px solid #1AA0E3;
  border-right: 2px solid #1AA0E3
}
@media screen and (max-width: 640px) {
  .panf .common-btn:after {
    right: 12px
  }
}
.panf .common-btn:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #00689D;
  box-shadow: 0px 1px 0px 0px #00689D
}
@media screen and (max-width: 640px) {
  .panf .common-btn {
    display: grid;
    font-size: 15px;
    padding: 5px 0
  }
}
.cont_application {
  padding: 34px 0 50px
}
.cont_application .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto
}
@media screen and (max-width: 950px) {
  .cont_application .btn-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin-bottom: 0px
  }
  .cont_application .btn-flex .section-btn:not(:last-child) {
    margin-bottom: 20px
  }
}
@media screen and (max-width: 640px) {
  .cont_application .btn-flex {
    display: block;
    width: 100%
  }
}
.cont_application .btn-flex .section-btn:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px
}
@media screen and (max-width: 640px) {
  .cont_application .btn-flex .section-btn:not(:last-child) {
    margin-right: 0
  }
}
.cont_application .btn-flex a {
  width: 270px;
  background: #232289;
  color: #fff;
  -webkit-box-shadow: 0px 6px 0px 0px #010236;
  box-shadow: 0px 6px 0px 0px #010236
}
@media screen and (max-width: 640px) {
  .cont_application .btn-flex a {
    width: 100%
  }
}
.cont_application .btn-flex a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}
.cont_application .btn-flex a:hover {
  -webkit-box-shadow: 0px 6px 0px 0px #232289;
  box-shadow: 0px 6px 0px 0px #232289
}
.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
  }
}
.accordion dt {
  cursor: pointer;
  position: relative
}
.accordion dt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icon/icon_arrow_bottom.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  background-size: cover
}
.accordion dd {
  display: none
}
.accordion-close {
  cursor: pointer;
  background-color: #E6E6E6;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
  padding: 10px;
  position: relative
}
.accordion-close:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icon/icon_close.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 11px;
  background-size: cover
}
.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%
  }
}
.infection_control {
  width: 100%;
  margin: 0 auto 50px;
  display: block
}
@media screen and (max-width: 640px) {
  .infection_control {
    margin: 0 auto 30px
  }
}
.cta {
  background-color: #021B7A;
  padding: 80px 40px
}
@media screen and (max-width: 640px) {
  .cta {
    padding: 40px 0px
  }
}
.cta__box {
  background: #fff;
  padding: 50px;
  margin-bottom: 50px
}
.cta__box:last-child {
  margin-bottom: 0
}
@media screen and (max-width: 640px) {
  .cta__box {
    padding: 20px 20px 40px;
    margin-bottom: 30px
  }
}
.cta__title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 30px;
  color: #000;
  font-weight: bold
}
@media screen and (max-width: 640px) {
  .cta__title {
    font-size: 28px;
    margin-bottom: 20px
  }
}
.cta__panf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (max-width: 640px) {
  .cta__panf {
    display: block
  }
}
.cta__panf .common-btn {
  display: block;
  color: #fff;
  height: auto;
  min-height: 145px
}
@media screen and (max-width: 950px) {
  .cta__panf .common-btn {
    min-height: 140px
  }
}
@media screen and (max-width: 640px) {
  .cta__panf .common-btn {
    min-height: auto
  }
}
.cta__panf .common-btn:after {
  top: 50px
}
.cta__panf-item {
  display: block;
  width: 45%;
  margin-bottom: 30px
}
@media screen and (max-width: 640px) {
  .cta__panf-item {
    width: 100%
  }
}
.cta__panf-item:nth-child(even) {
  margin-left: 30px
}
@media screen and (max-width: 640px) {
  .cta__panf-item:nth-child(even) {
    margin-left: 0
  }
}
.cta__panf-item:last-child {
  margin-bottom: 0
}
.cta__panf-item a:hover img {
  background: none !important;
  opacity: inherit !important
}
.cta__panf-item01 {
  background: #D92D22;
  -webkit-box-shadow: 0px 6px 0px 0px #AF0B00;
  box-shadow: 0px 6px 0px 0px #AF0B00
}
.cta__panf-item01:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #AF0B00;
  box-shadow: 0px 1px 0px 0px #AF0B00
}
.cta__panf-item02 {
  background: #CA6739;
  -webkit-box-shadow: 0px 6px 0px 0px #A7552F;
  box-shadow: 0px 6px 0px 0px #A7552F
}
.cta__panf-item02:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #A7552F;
  box-shadow: 0px 1px 0px 0px #A7552F
}
.cta__panf-item03 {
  background: #1B8DC1;
  -webkit-box-shadow: 0px 6px 0px 0px #156C93;
  box-shadow: 0px 6px 0px 0px #156C93
}
.cta__panf-item03:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #156C93;
  box-shadow: 0px 1px 0px 0px #156C93
}
.cta__panf-item04 {
  background: #3B6434;
  -webkit-box-shadow: 0px 6px 0px 0px #2C4D27;
  box-shadow: 0px 6px 0px 0px #2C4D27
}
.cta__panf-item04:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #2C4D27;
  box-shadow: 0px 1px 0px 0px #2C4D27
}
.cta__panf-item05 {
  background: #D8C846;
  -webkit-box-shadow: 0px 6px 0px 0px #B5A83C;
  box-shadow: 0px 6px 0px 0px #B5A83C
}
.cta__panf-item05:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #B5A83C;
  box-shadow: 0px 1px 0px 0px #B5A83C
}
.cta__panf-top {
  text-align: center;
  border-bottom: solid 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.cta__panf-top li {
  border: solid 1px #fff;
  padding: 3px 5px;
  color: #fff;
  margin: 5px;
  font-size: 14px;
  margin: 10px 2px;
  display: inline-block
}
@media screen and (max-width: 640px) {
  .cta__panf-top li {
    font-size: 12px;
    padding: 2px 5px
  }
}
.cta__panf-top li span {
  font-size: 10px;
  padding-left: 0
}
.cta__panf-btm {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 40px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (max-width: 950px) {
  .cta__panf-btm {
    padding: 15px 20px
  }
}
@media screen and (max-width: 640px) {
  .cta__panf-btm {
    padding: 15px 10px
  }
}
.cta__panf-btm .txt {
  margin-left: 10px;
  text-align: left
}
.cta__panf-btm .txt .large {
  font-size: 28px
}
@media screen and (max-width: 950px) {
  .cta__panf-btm .txt .large {
    font-size: 20px
  }
}
@media screen and (max-width: 640px) {
  .cta__panf-btm .txt .large {
    font-size: 24px
  }
}
.cta__panf-btm .txt .small {
  font-size: 15px
}
@media screen and (max-width: 640px) {
  .cta__panf-btm .txt .small {
    font-size: 12px
  }
}
@media screen and (max-width: 640px) {
  .cta__panf-btm .txt img {
    width: 85%
  }
}
.cta__panf-btm .txt img:hover {
  background: none !important
}
.cta__app-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  margin: 0 auto 0
}
@media screen and (max-width: 950px) {
  .cta__app-top {
    width: 100%;
    display: block
  }
}
@media screen and (max-width: 640px) {
  .cta__app-top {
    width: 100%;
    display: block
  }
}
.cta__app-top .common-btn {
  height: 80px;
  max-width: 270px;
  width: 100%;
  background: #003777;
  -webkit-box-shadow: 0px 6px 0px 0px #010036;
  box-shadow: 0px 6px 0px 0px #010036;
  margin-bottom: 20px;
  color: #fff
}
@media screen and (max-width: 950px) {
  .cta__app-top .common-btn {
    max-width: 100%
  }
}
@media screen and (max-width: 640px) {
  .cta__app-top .common-btn {
    max-width: 100%
  }
}
.cta__app-top .common-btn:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #010036;
  box-shadow: 0px 1px 0px 0px #010036
}
.cta__app-top .common-btn01:before {
  background: url(../img/icon/icon_panf.png) 0 0 no-repeat;
  content: "";
  display: inline-block;
  width: 30px;
  height: 34px;
  padding-right: 5px;
  vertical-align: middle;
  padding-top: 10px
}
.cta__app-top .common-btn02:before {
  background: url(../img/icon/icon_taiken.png) 0 0 no-repeat;
  content: "";
  display: inline-block;
  width: 47px;
  height: 53px;
  padding-right: 5px;
  vertical-align: middle;
  padding-top: 10px
}
.cta__app-top-01 {
  margin-top: 30px
}
.cta__app-btm {
  border: solid 4px #003777;
  position: relative
}
.cta__app-btm .ttl {
  position: absolute;
  top: -65px;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width: 640px) {
  .cta__app-btm .ttl {
    width: 90%
  }
}
.cta__app-btm .ttl .balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px 10px;
  width: 410px;
  background: #E5F5FF;
  color: #003777;
  font-weight: bold;
  border-radius: 6px
}
@media screen and (max-width: 640px) {
  .cta__app-btm .ttl .balloon {
    width: 96%;
    padding: 15px 5px
  }
}
.cta__app-btm .ttl .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #E5F5FF
}
.cta__app-btm .ttl h3 {
  font-size: 25px;
  text-align: center
}
@media screen and (max-width: 640px) {
  .cta__app-btm .ttl h3 {
    font-size: 15px
  }
}
.cta__app-btm .ttl h3:before {
  background: url(../img/icon/icon_yukidaruma.png) 0 0 no-repeat;
  content: "";
  display: inline-block;
  width: 24px;
  height: 42px;
  padding-right: 5px;
  vertical-align: middle
}
@media screen and (max-width: 640px) {
  .cta__app-btm .ttl h3:before {
    width: 15px;
    height: 30px;
    background-size: 80%
  }
}
.cta__app-btm .img {
  margin: 50px auto 20px;
  text-align: center
}
@media screen and (max-width: 640px) {
  .cta__app-btm .img {
    width: 90%
  }
}
.cta__app-btm .txt {
  text-align: center;
  margin-bottom: 35px
}
.cta__app-btm .txt span {
  font-size: 26px;
  color: #003777;
  font-weight: 700;
  border-bottom: 5px solid #FFDA00
}
@media screen and (max-width: 640px) {
  .cta__app-btm .txt span {
    font-size: 20px
  }
}
.cta__app-btm-02 {
  margin-top: 70px
}
.cta__app-01 {
  padding-top: 40px
}
.cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 790px;
  padding: 0 40px;
  margin: 0 auto 40px
}
@media screen and (max-width: 950px) {
  .cta__list {
    max-width: 100%;
    display: block;
    padding: 0 60px
  }
}
@media screen and (max-width: 640px) {
  .cta__list {
    max-width: 100%;
    display: block;
    padding: 0 10px
  }
}
.cta__list li {
  width: calc(100% / 2 - 10px)
}
@media screen and (max-width: 950px) {
  .cta__list li {
    width: 100%;
    margin-bottom: 20px
  }
}
@media screen and (max-width: 640px) {
  .cta__list li {
    width: 100%
  }
}
@media screen and (max-width: 640px) {
  .cta__list li span {
    font-size: 16px
  }
}
.cta__list li:nth-child(odd) {
  margin-right: 20px
}
@media screen and (max-width: 640px) {
  .cta__list li:nth-child(odd) {
    margin-right: 0
  }
}
.cta__list li:nth-child(-n+2) {
  margin-bottom: 25px
}
@media screen and (max-width: 640px) {
  .cta__list li:nth-child(-n+2) {
    margin-bottom: 0
  }
}
@media screen and (max-width: 640px) {
  .cta__list li:not(:last-child) {
    margin-bottom: 25px
  }
}
.cta__item01 .common-btn {
  background: #CA6739;
  -webkit-box-shadow: 0px 6px 0px 0px #A7552F;
  box-shadow: 0px 6px 0px 0px #A7552F
}
.cta__item01 .common-btn:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #A7552F;
  box-shadow: 0px 1px 0px 0px #A7552F
}
.cta__item01 .common-btn span:before {
  background-image: url(../img/icon/icon_btn01.png)
}
.cta__item02 .common-btn {
  background: #1B8DC1;
  -webkit-box-shadow: 0px 6px 0px 0px #156C93;
  box-shadow: 0px 6px 0px 0px #156C93
}
.cta__item02 .common-btn:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #156C93;
  box-shadow: 0px 1px 0px 0px #156C93
}
.cta__item02 .common-btn span:before {
  background-image: url(../img/icon/icon_btn02.png)
}
.cta__item03 .common-btn {
  background: #3B6434;
  -webkit-box-shadow: 0px 6px 0px 0px #2C4D27;
  box-shadow: 0px 6px 0px 0px #2C4D27
}
.cta__item03 .common-btn:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #2C4D27;
  box-shadow: 0px 1px 0px 0px #2C4D27
}
.cta__item03 .common-btn span:before {
  background-image: url(../img/icon/icon_btn03.png)
}
.cta__item04 .common-btn {
  background: #D8C846;
  -webkit-box-shadow: 0px 6px 0px 0px #B5A83C;
  box-shadow: 0px 6px 0px 0px #B5A83C
}
.cta__item04 .common-btn:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #B5A83C;
  box-shadow: 0px 1px 0px 0px #B5A83C
}
.cta__item04 .common-btn span:before {
  background-image: url(../img/icon/icon_btn04.png)
}
.cta .contact {
  background-color: transparent
}
.cta .contact .contact-inner {
  border: solid #fff 3px
}
.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
  }
}
.contact-time {
  color: #fff
}
.other-contact {
  margin-bottom: 60px
}
.other-contact .common-btn {
  height: 80px;
  max-width: 870px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 6px 0px 0px #A5A5A5;
  box-shadow: 0px 6px 0px 0px #A5A5A5;
  margin-bottom: 20px
}
.other-contact .common-btn:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #A5A5A5;
  box-shadow: 0px 1px 0px 0px #A5A5A5
}
.other-contact .common-btn:after {
  border-top: 2px solid #001976;
  border-right: 2px solid #001976
}
.other-contact .common-btn-02 {
  background: #E6E6E6;
  -webkit-box-shadow: 0px 6px 0px 0px #909090;
  box-shadow: 0px 6px 0px 0px #909090
}
.other-contact .common-btn-02:hover {
  -webkit-box-shadow: 0px 1px 0px 0px #909090;
  box-shadow: 0px 1px 0px 0px #909090
}
.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 10px;
  margin-bottom: 1em;
  color: #000;
  font-size: 19px;
  /*font-weight: bold;*/
  margin: 20px;
  /*border: dotted #09D2E3 2px;*/
  text-align: left;
}
.read_box span {
  font-size: 0.9em;
}
.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;
  }
}