/*-------------------------------------------------
コンテンツのフォントとセンタリング設定など 
------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800&display=swap');

article, article *{
  font-family:'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', sans-serif;
  font-weight:500;
  text-align:center;
  color:#221714;
}
@media all and (-ms-high-contrast:none){
  article, article *{
    font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight:normal;
  }
}
.mplus{
  font-family: 'M PLUS 1p', sans-serif;
  display:inline-block;
  transform:rotate(0.03deg);
}

article ul li{
  margin:0;
  padding:0;
  list-style:none;
}
article figure{
  margin:0;
}


/*-------------------------------------------------
PC・スマホレイアウトでの表示/非表示制御
------------------------------------------------*/
article .only_smart,
article .only_smart_i,
article .only_smart_f{
  display:none !important;
}
.mv .only_pc2 {
  display: none;
}
@media only screen and (max-width: 699px) {
  article .only_smart{
    display:block !important;
  }
  article .only_smart_i{
    display:inline-block !important;
  }
  article .only_smart_f{
    display:flex !important;
  }
  article .only_pc{
    display:none !important;
  }
}

@media screen and (min-width:1278px) {
  .mv .only_pc {
    display: none;
  }
  .mv .only_pc2 {
    display: block;
  }
}


/*-------------------------------------------------
下層ページ共通
------------------------------------------------*/
.qa{
  background-color:#EBF0F0;
}

.qa .qa_mv{
  padding:8% 10% 2%;
}
.qa .qa_mv h1{
  width:100%;
  padding:8% 0 5%;
  background-color:#fff;
  border-radius:6px;
  border:3px solid #0065B5;
  line-height:1.5;
}
.qa .qa_mv h1 span{
  font-size:5.6vw;
  color:#0068B7;
}
.qa .qa_mv h1 img{
  display:block;
  width:60%;
  margin:3% auto 0;
}

@media only screen and (min-width: 700px) {
  .qa .qa_mv{
    padding:60px 0 20px;
  }
  .qa .qa_mv h1{
    width:834px;
    margin:auto;
    padding:40px 0 40px;
    border-radius:6px;
  }
  .qa .qa_mv h1 span{
    font-size:40px;
    vertical-align:middle;
  }
  .qa .qa_mv h1 img{
    display:inline-block;
    vertical-align:middle;
    width:300px;
    margin:0;
  }
  .qa .qa_mv h1 img.q1{
  }
  .qa .qa_mv h1 img.q2{
    margin-left:50px;
  }
  .qa .qa_mv h1 img.q3{
    margin-left:50px;
  }
}

.qa .qa_mv .conv{
  margin:12% 0 0;
}
.qa .qa_mv .conv li{
  margin-top:5%;
  position:relative;
}

.qa .qa_mv .conv.q1 li.left{
  padding-top:67%;
  background:url(../img/qa/q1_left.png)no-repeat center top;
  background-size:100% auto;
}
.qa .qa_mv .conv.q1 li.left.low{
  padding-top:49%;
  background:url(../img/qa/q1_left_low.png)no-repeat center top;
  background-size:100% auto;
}
.qa .qa_mv .conv.q1 li.right{
  padding-top:30%;
  background:url(../img/qa/q1_right.png)no-repeat center top;
  background-size:100% auto;
}

.qa .qa_mv .conv.q2 li.left{
  padding-top:93%;
  background:url(../img/qa/q2_left.png)no-repeat center top;
  background-size:100% auto;
}
.qa .qa_mv .conv.q2 li.right{
  padding-top:40%;
  background:url(../img/qa/q2_right.png)no-repeat center top;
  background-size:100% auto;
}
.qa .qa_mv .conv.q2 li.right.low{
  padding-top:30%;
  background:url(../img/qa/q2_right_low.png)no-repeat center top;
  background-size:100% auto;
}

.qa .qa_mv .conv.q3 li.left{
  padding-top:40%;
  background:url(../img/qa/q3_left.png)no-repeat center top;
  background-size:100% auto;
}
.qa .qa_mv .conv.q3 li.left.low{
  padding-top:40%;
  background:url(../img/qa/q3_left_2.png)no-repeat center top;
  background-size:100% auto;
}


.qa .qa_mv .conv li p{
  text-align:left;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  line-height:1.7;
  font-size:4.2vw;
  text-align: justify;
	text-justify: inter-ideograph;
  letter-spacing:0.05em;
}
.qa .qa_mv .conv li.left p{
  padding:6% 3% 0 25%;
  box-sizing:border-box;
}
.qa .qa_mv .conv li.right p{
  padding:6% 25% 0 5%;
  box-sizing:border-box;
}
.qa .qa_mv .conv li.left p .large{
  font-size:6.2vw;
  font-weight:bold;
  line-height:1.5;
  letter-spacing:-0.03em;
  text-align:left;
}
.qa .qa_mv .conv li p .sky{
  background:linear-gradient(transparent 50%, #ECF6FF 50%);
}
.qa .qa_mv .conv li p .purple{
  background:linear-gradient(transparent 50%, #EBF0F0 50%);
}
.qa .qa_mv .conv li p .purple2{
  background:linear-gradient(transparent 50%, #EBEBF3 50%);
}
.qa .qa_mv .conv li p .pink{
  background:linear-gradient(transparent 50%, #FAE2E6 50%);
}
.qa .qa_mv .conv li p .green{
  background:linear-gradient(transparent 50%, #EBFDE6 50%);
}
.qa .qa_mv .conv li p .kome{
	display:block;
  margin-top:3%;
	font-size:3vw;
	text-align:left;
}

@media only screen and (min-width: 700px) {
  .qa .qa_mv .conv{
    width:664px;
    margin:60px auto 0;
  }
  .qa .qa_mv .conv li{
    margin-top:40px;
  }
  
  .qa .qa_mv .conv.q1 li.left{
    padding-top:150px;
    background:url(../img/qa/q1_left_p.png)no-repeat center top;
    background-size:100% auto;
  }
  .qa .qa_mv .conv.q1 li.left.low{
    padding-top:119px;
    background:url(../img/qa/q1_left_low_p.png)no-repeat center top;
    background-size:100% auto;
  }
  .qa .qa_mv .conv.q1 li.right{
    margin-bottom:-20px;
    padding-top:92px;
    background:url(../img/qa/q1_right_p.png)no-repeat center top;
    background-size:100% auto;
  }
  
  .qa .qa_mv .conv.q2 li.left{
    padding-top:150px;
    background:url(../img/qa/q2_left_p.png)no-repeat center top;
    background-size:100% auto;
  }
  .qa .qa_mv .conv.q2 li.right{
    padding-top:80px;
    background:url(../img/qa/q2_right_p.png)no-repeat center top;
    background-size:100% auto;
  }
  .qa .qa_mv .conv.q2 li.right.low{
    padding-top:80px;
    background:url(../img/qa/q2_right_p.png)no-repeat center top;
    background-size:100% auto;
  }
  .qa .qa_mv .conv.q2 li.right.heigh{
    padding-top:100px;
    background:url(../img/qa/q2_right_p_heigh.png)no-repeat center top;
    background-size:100% auto;
  }
  
  .qa .qa_mv .conv.q3 li.left{
    padding-top:105px;
    background:url(../img/qa/q3_left_p.png)no-repeat center top;
    background-size:100% auto;
  }
    .qa .qa_mv .conv.q3 li.left.low{
    padding-top:90px;
    background:url(../img/qa/q3_left_p_low.png)no-repeat center top;
    background-size:100% auto;
  }

  
  .qa .qa_mv .conv li p{
    line-height:1.7;
    font-size:18px;
    letter-spacing:0.05em;
  }
  .qa .qa_mv .conv li.left p{
    padding:20px 20px 0 140px;
    box-sizing:border-box;
  }
  .qa .qa_mv .conv.q3 li.left p{
    padding-top:30px;
  }
  .qa .qa_mv .conv.q3 li.left.low p{
    padding-top:40px;
  }
  .qa .qa_mv .conv li.right p{
    padding:20px 140px 0 20px;
    box-sizing:border-box;
    text-align:center;
  }
  .qa .qa_mv .conv li.right.heigh p{
    text-align:left;
  }
  .qa .qa_mv .conv li.left p .large{
    font-size:28px;
  }
  .qa .qa_mv .conv li p.small{
    font-size:16px;
  }
  .qa .qa_mv .conv li p .large.middle{
    font-size:24px;
  }
  .qa .qa_mv .conv li p .kome{
    margin-top:5px;
    font-size:12px;
  }
}


.qa .link{
  max-width: 495px;
  margin: 0 auto;
  padding:5% 10%;
}
.qa .link > li{
  margin:8% 0;
}
.qa .link > li > a{
  display:inline-block;
  width: 100%;
  line-height:55px;
  border-radius:5px;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  background-color:#0068B7;
  letter-spacing:-0.08em;
  position:relative;
}
.qa .link > li > a:after{
  content:'';
  width:6px;
  height:6px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%) rotate(45deg);
}
.qa .link li ul li{
  margin:4% 0;
}


@media only screen and (min-width: 700px) {
  .qa .link{
    padding:50px 0 0px;
  }
  .qa .link > li{
    margin:30px auto;
  }
  .qa .link > li > a{
    line-height:70px;
    font-size:20px;
  }
  .qa .link > li ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .qa .link > li ul li{
    width:49%;
    margin:0;
  }
}



/*-------------------------------------------------
下層ページ個別
------------------------------------------------*/

.qa .banner{
  margin-top:12%;
}
.qa .banner li a{
  display:block;
  padding:2% 9%;
}
.qa .banner li:first-child a{
  background-color:#005BAC;
}
.qa .banner li:nth-child(2) a{
  background-color:#A3A4A5;
}
.qa .banner li:nth-child(3) a{
  background-color:#1E2380;
}
.qa .banner li:last-child a{
  background-color:#E95464;
}
@media only screen and (min-width: 700px) {
  .qa .banner{
    max-width:1000px;
    margin:80px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .qa .banner li{
    width:50%;
    
  }
  .qa .banner li a{
    display:block;
    padding:3% 5%;
  }
}


.qa .point{
  padding:0 5%;
}
.qa .point li{
  margin-top:10%;
}
.qa .point li figcaption{
  margin-top:5px;
  font-size:4.1vw;
  color:#0068B7;
  letter-spacing:-0.05em;
}
@media only screen and (min-width: 700px) {
  .qa .point{
    padding:0;
  }
  .qa .point li{
    width:664px;
    margin:60px auto 0;
  }
  .qa .point li figcaption{
    margin-top:20px;
    font-size:24px;
  }
}

.qa .difference{
  padding:0 5%;
}
.qa .difference li{
  margin-top:10%;
  padding:8% 5%;
  font-size:5.6vw;
  color:#0068B7;
  background-color:#fff;
  border-radius:6px;
  border:3px solid #0065B5;
  line-height:1.3;
}
.qa .difference li h2{
  margin-bottom:8%;
  font-size:5.6vw;
  font-weight:bold;
  color:#0068B7;
  position:relative;
}
.qa .difference li h2:after{
  content:'';
  display:block;
  width:10%;
  height:3px;
  background-color:#0065B5;
  margin:3% auto 0;
}
.qa .difference li figure figcaption{
  min-height:5.2em;
  margin-bottom:3%;
  display:inline-block;
  font-size:14px;
  line-height:1.6;
  text-align:left;
  color:#0068B7;
  letter-spacing:-0.05em;
}

.qa .difference li:nth-child(2){
  border:3px solid #323383;
}
.qa .difference li:nth-child(2) h2{
  color:#323383;
}
.qa .difference li:nth-child(2) h2:after{
  background-color:#323383;
}
.qa .difference li:nth-child(2) figure figcaption{
  color:#323383;
}

.qa .difference li:nth-child(3){
  border:3px solid #00AFEC;
}
.qa .difference li:nth-child(3) h2{
  color:#00AFEC;
}
.qa .difference li:nth-child(3) h2:after{
  background-color:#00AFEC;
}
.qa .difference li:nth-child(3) figure figcaption{
  color:#00AFEC;
}

.qa .difference li:nth-child(4){
  border:3px solid #FF4992;
}
.qa .difference li:nth-child(4) h2{
  color:#FF4992;
}
.qa .difference li:nth-child(4) h2:after{
  background-color:#FF4992;
}
.qa .difference li:nth-child(4) figure figcaption{
  color:#FF4992;
}

.qa .difference li:nth-child(5){
  border:3px solid #E03B51;
}
.qa .difference li:nth-child(5) h2{
  color:#E03B51;
}
.qa .difference li:nth-child(5) h2:after{
  background-color:#E03B51;
}
.qa .difference li:nth-child(5) figure figcaption{
  color:#E03B51;
}
.qa .difference + .qa_mv{
  padding-top:0;
}
@media only screen and (min-width: 700px) {
  .qa .difference{
    padding:0;
  }
  .qa .difference li{
    width:664px;
    margin:40px auto 0;
    padding:50px 80px;
    box-sizing:border-box;
    font-size:32px;
  }
  .qa .difference li h2{
    margin-bottom:40px;
    font-size:32px;
  }
  .qa .difference li h2:after{
    width:58px;
    height:3px;
  }
  .qa .difference li figure figcaption{
    min-height:4em;
    margin-bottom:3%;
    display:inline-block;
    font-size:18px;
    letter-spacing:0;
  }

.qa .difference li:nth-child(2){
  border:3px solid #323383;
}
.qa .difference li:nth-child(2) h2{
  color:#323383;
}
.qa .difference li:nth-child(2) h2:after{
  background-color:#323383;
}
.qa .difference li:nth-child(2) figure figcaption{
  color:#323383;
}

.qa .difference li:nth-child(3){
  border:3px solid #00AFEC;
}
.qa .difference li:nth-child(3) h2{
  color:#00AFEC;
}
.qa .difference li:nth-child(3) h2:after{
  background-color:#00AFEC;
}
.qa .difference li:nth-child(3) figure figcaption{
  color:#00AFEC;
}

.qa .difference li:nth-child(4){
  border:3px solid #FF4992;
}
.qa .difference li:nth-child(4) h2{
  color:#FF4992;
}
.qa .difference li:nth-child(4) h2:after{
  background-color:#FF4992;
}
.qa .difference li:nth-child(4) figure figcaption{
  color:#FF4992;
}

.qa .difference li:nth-child(5){
  border:3px solid #E03B51;
}
.qa .difference li:nth-child(5) h2{
  color:#E03B51;
}
.qa .difference li:nth-child(5) h2:after{
  background-color:#E03B51;
}
.qa .difference li:nth-child(5) figure figcaption{
  color:#E03B51;
}
.qa .difference + .qa_mv{
  padding-top:0;
}

}

/* 追記
------------------*/

.q4__img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.other {
  margin-top: 30px;
}

.other__units {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 25px;
}

.other__unit {
  background-color: white;
  border-radius: 6px;
  padding: 25px 20px 20px;
}

.other__unit-img {

}

.other__btn {
  margin-top: 8px;
}

.other__btn a {
  transition: all 0.3s;
}

.other__btn a:hover {
  opacity: 0.7;
}

.other__unit-img img:last-child,
.other__btn a img:last-child ,
.conv li img:last-child{
  display: none;
}


@media only screen and (max-width: 699px) {

  .other {
    margin-top: 20px;
  }

  .other__units {
    gap: 14px;
  }

  .other__unit {
    padding: 10px 6px 13px;
  }

  .other__unit-img img:last-child,
  .other__btn a img:last-child,
  .conv li img:last-child {
    display: inline-block;
  }

  .other__unit-img img:first-child,
  .other__btn a img:first-child,
  .conv li img:first-child {
    display: none;
  }

}

.qa_mv__img {
  position: relative;
}

.qa_mv__img p {
  position: absolute;
  font-size: 12px;
  color: #0068B7;
  text-align: right;
  right: 15px;
  bottom: 19px;
}

@media screen and (max-width:699px) {
  .qa_mv__img p {
    font-size: 10px;
    bottom: 4px;
    right: 4px;
  }
}

.cont4 ul{
  margin:auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 9px;
}
.cont4 ul li{
  
}

.sub-cont4 {
  max-width: 495px;
  margin: 0 auto;
  padding-bottom: 71px;
}

@media screen and (max-width:699px){
  article .cont4 ul{
    width:90%;
    margin:auto;
    display: block;
  }
  article .cont4 ul li{
    width:100%;
    margin-top:3%;
  }
}