@charset "utf-8";
/* 共通 */
.switchContentBg {
  background: #EDF6FF;
  padding: 50px;
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .switchContentBg {
    width: 100%;
    margin-top: 27px;
    padding: 42px 4.103%;
  }
}
/* heading */
.switchHeadingArea {
  width: 1240px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .switchHeadingArea {
    width: auto;
    padding: 0 2.564%;
  }
}
.switchHeading {
  font-size: 34px;
  padding-left: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .switchHeading {
    font-size: 24px;
    padding-left: 0;
  }
}
.switchHeading a {
  color: #333;
}
.switchHeading a:hover {
  color: #333;
  text-decoration: none;
}
.switchHeading span {
  font-size: 24px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .switchHeading span {
    display: block;
    font-size: 16px;
    padding-left: 0;
  }
}
.switchHeading02 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .switchHeading02 {
    font-size: 24px;
  }
}
.switchHeading02Line {
  color: #10218B;
  padding-top: 16px;
  position: relative;
}
/* text */
.switchText01 {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .switchText01 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.switchText02 {
  font-size: 16px;
  color: #10218B;
  margin-bottom: 20px;
}
.switchText03 {
  font-size: 20px;
  color: #CCC;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
}

/* button */
.switchButton01 span,
.switchButton02 span {
  font-size: 0.7em;
}

.switchButton01:link,
.switchButton01:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  padding: 16px 48px;
  border-radius: 50px;
  background: #005AB4;
  width: -webkit-fill-available;
  max-width: 80%;
  transition: all .3s;
  margin: 0 auto 60px;
  position:relative;
}
@media screen and (max-width: 767px) {
  .switchButton01:link,
  .switchButton01:visited {
		font-size: 18px;
	}
}
.switchButton01:link:hover,
.switchButton01:visited:hover {
  background: #003f73;
  text-decoration: none;
}
.switchButton02:link,
.switchButton02:visited {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #FF4E18;
  font-size: 20px;
  font-weight: bold;
  padding: 21px 48px 20px;
  border-radius: 50px;
  background: #FFF;
  margin-bottom: 50px;
  transition: all .3s;
  border: 4px solid #FF4E18;
}
@media screen and (max-width: 767px) {
  .switchButton02:link,
  .switchButton02:visited {
		font-size: 12px;
		padding: 16px 46px;
	}
}
.switchButton02:link:hover,
.switchButton02:visited:hover {
  background: #FF4E18;
  text-decoration: none;
  color: #FFF;
}
/* buttonWrap */
.switchButtonWrap {
  text-align: center;
}
/* KV */
.switchKvArea {
  width: 1240px;
  margin: 6px auto 0;
}
@media screen and (max-width: 767px) {
  .switchKvArea {
    width: 100%;
    margin: 52px auto 0;
    padding: 0 4.103%;
    box-sizing: border-box;
  }
}
.switchKv {
  padding: 0 14px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .switchKv {
    padding: 0;
  }
}
.switchKvText01 {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .switchKvText01 {
    margin-top: 24px;
  }
}
.switchKvLeadArea {
  max-width: 1240px;
  margin: 80px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .switchKvLeadArea {
    margin-top: 20px;
    padding: 0 4.103%;
    position: relative;
    z-index: 2;
  }
}
/* process */
.processHeading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .processHeading {
    flex-direction: column;
    text-align: center;
    font-size: 20px;
  }
}
.processHeading img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .processTextWrap {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .processTextWrap p {
  text-align: left;
  font-weight: bold;
  }
}
.processTextWrap {
  width: 100%;
  }
.processTextWrap p {
  font-weight: bold;
  }
  .processTextWrap p  span{
  font-weight: normal;
  }

/* Button */
.switchMenuButtonWrap {
  padding: 13px 16px;
}
@media screen and (min-width: 768px) {
  .switchMenuButtonWrap {
    padding: 8px 8px 8px 0;
  }
}
.switchMenuButton:link,
.switchMenuButton:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 236px;
  min-height: 56px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  box-sizing: border-box;
  background: #005AB4;
  transition: all .3s;
}
.switchMenuButton:link:hover,
.switchMenuButton:visited:hover {
  text-decoration: none;
  box-shadow: none;
  background: #003f73;
}
@media screen and (max-width: 767px) {
  .switchMenuButton:link,
  .switchMenuButton:visited {
    width: 100%;
    min-height: 38px;
    font-size: 16px;
  }
}
/* boxWrap */
.switchBoxWrap {
  display: grid;
}
@media screen and (min-width: 768px) {
  .switchBoxWrap2col {
    display: flex;
    justify-content: space-evenly;
  }
  .switchBoxWrap2colArrow {
    margin-top: 24px;
    align-items: center;
    margin: auto;
    margin-top: 30px;
    }
  }
}
.switchBoxWrap2col li {
  display: flex;
  flex-direction: column;
}
.switchBoxWrap2col li .switchBoxBody {
  height: 100%;
}
.switchBoxContent03 {
    padding: 40px 30px 20px;
    background: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .switchBoxContent03 {
    padding: 30px 0 12px;
    margin-bottom: 8px;
  }
}
.switchBoxText03 {
  font-size: 22px;
  }
@media screen and (max-width: 767px) {
  .switchBoxText03 {
  font-size: 18px;
  }
}
/* textBox */
.switchTextBox01 {
  background: #EDF6FF;
}
.switchTextBox02 {
  background: #FAFAFA;
}
.switchTextBox03 {
  background: rgba(252, 27, 27, 0.05);
}
.fcB{
    color: #10218B;
}
.switchContentBg .section__format__body {
    margin: 0 auto 60px;
    padding: 20px 50px;
    background: #fff;
    border: solid 1px #2d68c1;
    width: -webkit-fill-available;
    max-width: 80%;
    position: relative;
    display: flex;
    justify-content: center;
}

.switchContentBg_Contents {
    max-width: 1240px;
    margin: auto;
    text-align: center;
}
.switchText02_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #10218B;
}
.switchContentBgInner_Bg {
    background: #FAFAFA;
    padding: 50px;
    box-sizing: border-box;
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
@media screen and (max-width: 767px) {
.switchContentBgInner_Bg {
        width: 100%;
        padding: 42px 4.103%;
    }
}
.switchContentBgInner_Bg .section__format__body {
    margin: 0 auto 60px;
    padding: 20px 50px;
    background: #fff;
    border: solid 1px #333;
    width: -webkit-fill-available;
    max-width: 80%;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
.section__format__body .preparationButton{
    width: 100%;
    min-height: 38px;
    font-size: 16px;
	}
}
@media screen and (min-width: 768px){
.section__format__body .preparationButton{
    width: 236px;
    min-height: 56px;
    }
}
.section__format__body .preparationButton{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    box-sizing: border-box;
    background: #CCC;
}
.switchContentBg__inner .section__format__body:not(:last-of-type)::after {
    content: "";
    border-top: 30px solid #0595d3;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -46px;
}
.switchContentBgInner_Bg .section__format__body:not(:last-of-type)::after {
    content: "";
    border-top: 30px solid #CCC;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -46px;
}
.switchContentBg__inner .switchButton01:nth-of-type(n)::after {
    content: "";
    border-top: 30px solid #0595d3;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    top: 76px;
}
@media screen and (max-width: 767px){
.switchContentBg__inner .switchButton01:nth-of-type(n)::after {
    top: 90px;
    }
}

.br-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .br-sp {
        display: block;
    }
}
.caution_block {
    display: block;
    position: relative;
    padding-left: 26px;
}
.caution_block:before {
    content: "（注）";
    display: inline-block;
    position: absolute;
    left: -8px;
}

.switchHeading02LeadArea {
  max-width: 1240px;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.switchHeading02LeadArea .switchText01 a img {
  vertical-align: baseline;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .switchHeading02LeadArea {
     padding: 0 4.103%;
  }
}