/* style.css */
* {
  font-family: 'Kosugi Maru', sans-serif;
}

a {
  /* text-decoration: none; */
  color: #333;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

body {
  width: 100%;
}



main {
  width: 100%;
}
#contents4-margin {
  height: 80px;
  background-color: rgb(245, 247, 253);
}
#contents5-margin {
  height: 80px;
  background-color: #fff;
}
#contents6-margin {
  height: 80px;
  background-color: #fff;
}
.qa-margin {
  height: 80px;
}
/* .main {
  background-image: url("../images/fv-background3.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 382px;
} */


/* -----------------------header--------------------------------------*/
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  color: #333;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

.header__title {
  width: 120px;
}

.header-items {
  display: flex;
  padding-right: 100px;

}
.header-item a:hover {
  color: #4F77EC;
}

.header-items a {
  justify-content: space-between;
  padding-left: 80px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;

}
.header-bottom {
  height: 8rem;
  background-color:#0435c7;
  text-align: right;
  position: relative;
}
.header-bottom-top {
  display: flex;
  justify-content: end;
  padding-right: 100px;
  padding-top: 0.5%;
}
.header-bottom-top p {
  font-size: 3vw;
  padding-left: 50px;
  color: #ffffff;

}
.header-bottom-bottom p {
  font-size: 1.5vw;
  padding-left: 10%;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 90px;

}
.header-bottom span {
  font-size: 5vw;
  color: #ffda5f;
  letter-spacing: 5px;
}
@media screen and (max-width: 850px) {
  .header-bottom {
    height: 5em;
  }
  .header-bottom-top {
    display: flex;
    justify-content: end;
    padding-right: 10px;
    padding-top: 10px;
  }
  .header-bottom-top p {
    font-size: 3vw;
    padding-left: 25px;
    color: #ffffff;

  }
  .header-bottom-bottom p {
    font-size: 1.5vw;
    padding-left: 5%;
    position: absolute;
    bottom: 10px;
    right: 10px;

  }
  .header-bottom span {
    font-size: 5vw;
    color: #ffda5f;
    letter-spacing: 5px;
  }

}
@media screen and (max-width: 480px) {
.header-bottom {
  display: none;
}
}
@media (min-width: 1500px) {
  .header-bottom-top p {
    font-size: 3vw;
    padding-left: 25px;
    color: #ffffff;

  }
  .header-bottom-bottom p {
    font-size: 1.5vw;
    padding-left: 5%;
    position: absolute;
    bottom: 10px;
    right: 10px;

  }
  .header-bottom span {
    font-size: 4vw;
    color: #ffda5f;
    letter-spacing: 5px;
  }
  .header-bottom {
    height: 10rem;
    background-color:#0435c7;
    text-align: right;
    position: relative;
  }
}


/* -------------about  nav-content-----------------------*/

#nav-content {
  z-index: 900;
  overflow: auto;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, #7191F0 0%, #7191F0 20%, #ffff 20%, #ffff 100%);
  color: #7191F0;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  position: relative;
}

/* nav-content*/

@media screen and (min-width: 481px) {
  #nav-content {
    z-index: 900;
    overflow: auto;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, #7191F0 0%, #7191F0 20%, #7191f0 20%, #7191f0 100%);
    color: #7191F0;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

#nav-content h2 {
  font-size: 20px;
  position: absolute;
  left: 15%;
  top: 10%;
  color: #ffffff;
  border-bottom: #ffffff solid 1px;
  width: 75%;
  text-align: left;
  padding-bottom: 20px;
}

#nav-content .header-icon img {
  width: 9%;
  position: absolute;
  top: 5%;
  left: 3%;
}

#nav-content .nav-items {
  position: absolute;
  top: 140px;
  left: 15%;
  width: 70%;
}

#nav-content .nav-items__item a {
  color: #ffffff;
  width: 75%;
  display: block;
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;

  border-bottom: #ffffff dashed 1px;
  padding-bottom: 30px;
  text-decoration: none;
  padding: 30px 0;
  transition: opacity .6s ease;

}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

#nav-content .navi-icon-pic2 img {
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 150px;
}




/*------------- menu button top of the right side -------------*/



#toggle {
  position: fixed;
  top: 25px;
  right: 25px;
}

#toggle-box {
  position: relative;
  width: 36px;
  height: 32px;
  cursor: pointer;
  color: #ffffff;
}

#toggle-box>span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #333333;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box>span:nth-child(1) {
  top: 0;
}

#toggle-box>span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}

#toggle-box>span:nth-child(3) {
  bottom: 0;
}

#toggle {
  z-index: 1000;
}

#main {
  position: relative;
  z-index: 990;
}

.is-open #toggle-box>span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
  color: #ffffff;
}

.is-open #toggle-box>span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box>span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
  color: #ffffff;
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}


/*------------- main-visual------------------------------*/

#main-visual {
  position: relative;
  padding-top: 80px;
  width: 100%;
}

.main {
  margin: auto;
  position: relative;

}

.main .background-img {
  width: 100%;
  vertical-align: bottom;
}

.fv-button {
  position: absolute;
  right: 13%;
  top: 70%;
  width: 20vw;
}
.fv-text {
  position: absolute;
  right: 5%;
  top: 25%;
  width: 40vw;
}

.scroll-button {
  position: fixed;
  bottom: 10%;
  left: 3%;
  z-index: 100;
}
.scroll-button img {
  width: 25vw;
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .scroll-button {
    position: fixed;
    left: 3%;
    z-index: 100;
  }
  .scroll-button img {
    width: 23em;
  }
}
@media (min-width: 960px) and (max-width: 1100px) {
  .scroll-button {
    position: fixed;
    top: 65%;
    left: 5%;
    z-index: 100;
  }
  .scroll-button img {
    width: 19em;
  }
}
@media (min-width: 2000px){
  .scroll-button {
    position: fixed;
    left: 3%;
    top: 60%;
    z-index: 100;
  }
  .scroll-button img {
    width: 25em;
  }
}

/* ---------------------------main-contents-------------------------------------------------*/

#main-contents {
  width: 100%;
  height: auto;
  padding-bottom: 80px;

}

#main-contents h2 {
  margin: 0 auto;
  font-size: 32px;
  text-align: center;
  color: #7191F0;
  padding-top: 80px;
}


.laterPay {
  width: 80%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-between;
  margin: 0 auto;
  padding-top: 100px;
}

.laterPay li {
  width: 350px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-bottom: 5%;
}

.laterPay img {
  height: 200px;
  width: 220px;
  object-fit: scale-down;
}

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

  .laterPay {
    width: 90%;
  }

  .laterPay li {
    width: 200px;
    height: 130px;
    font-size: 18px;
    margin-bottom: 5%;
  }

  .laterPay img {
    height: 200px;
    width: 150px;
  }
}

@media screen and (max-width: 460px) {
  .laterPay li {
    width: 150px;
    height: 130px;
    font-size: 16px;
    margin-bottom: 5%;
  }

  .laterPay img {
    height: 150px;
    width: 100px;
  }
}


/*-------------------------------------- main-contets2------------------------------------------*/
#main-contents2 {
  width: 100%;
  height: auto;
  background-color: #f5f7fd;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}

#main-contents2 h2 {
  margin: 0 auto;
  font-size: 32px;
  text-align: center;
  color: #4F77EC;
  padding-top: 60px;
  padding-bottom: 50px;
}


h4{
    font-size: 16px;
}




.linkImg {
    display: flex;
    justify-content: space-around;
    width: 60vw;
    margin: 80px auto;
}

.linkImg div{
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.linkImg img{
    display: inline-block;
    height: 20vw;
    object-fit:scale-down;
}

.linkImg.downArrow{
    height: auto;
    width: 5vw;
}

.linkImg div a img{
    display: inline-block;
    height: 200px;
    object-fit:scale-down;
    width: 20vw;
}
@media (min-width: 481px) and (max-width: 959px) {

.linkImg div{
  height: 450px;

}
}


/* ----------------------------------------main-contents3 --------------------------*/
#main-contents3 {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  position: relative;
  background-color: #fff;
}

#main-contents3 h2 {
  font-size: 32px;
  text-align: center;
  color: #4F77EC;
  padding-top: 80px;
}

.main-contents3-pic img {
  width: 40%;
  position: absolute;
  right: 12%;
  top: 20%;
}

.main-contents3-pic2 img {
  width: 40%;
  position: absolute;
  top: 42%;
  left: 12%;
}

.main-contents3-text {
  width: 50%;
  margin: 0 auto;
  margin-top: 48%;
  text-align: center;
  line-height: 200%;
  font-size: 20px;
}


/* -------------------------------------main-contents4--------------------------------- */



#main-contents4 {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  background-color: #f5f7fd;
  text-align: center;
  margin: 0 auto;
}

#main-contents4 .main-contents4-title {
  background-image: url("img29.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

#main-contents4 .main-contents4-title img {
  width: 650px;
  margin: 0 auto;

}

#main-contents4 h2 {
  font-size: 32px;
  text-align: center;
  color: #7191F0;
  padding-top: 80px;
  padding-bottom: 5%;
}

/* new-main-contents4 */
.contents4-list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}


/* list-item1 */
.contents4-list .list-item1 {
  height: 350px;
  width: 20%;
  background-image: url("../images/process1-2.jpg");
  background-repeat: no-repeat;
  padding: 40px 0 0 300px;
  margin: 0 auto;

}

.list-item1 .list1-title {
  color: #7191f0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
}

.list-item1 .list1-text1 {
  text-align: left;
  margin-top: 20px;
  width: 80%;
  line-height: 1.4;
}

.list-item1 .list1-text2 {
  text-align: right;
  margin-top: 20px;
  margin-right: 100px;
}

.list-item1 .list1-text3 {
  text-align: left;
  margin-top: 20px;
  margin-left: 20%;
}

/* list-item2 */
.contents4-list .list-item2 {
  height: 350px;
  width: 20%;
  background-image: url("../images/process2-2.jpg");
  background-repeat: no-repeat;
  padding: 40px 0 0 300px;
  margin: 0 auto;
}

.list-item2 .list2-title {
  color: #7191f0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
}

.list-item2 .list2-text1 {
  text-align: left;
  margin-top: 20px;
  width: 80%;
  line-height: 1.4;

}

/* list-item3 */
.contents4-list .list-item3 {
  height: 350px;
  width: 20%;
  background-image: url("../images/process3-2.jpg");
  background-repeat: no-repeat;
  margin: 0px auto;
  padding: 40px 0 0 300px;

}

.list-item3 .list3-title {
  color: #7191f0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
}

.list-item3 .list3-text1 {
  text-align: left;
  margin-top: 15px;
  line-height: 1.4;
  width: 90%;


}

/* list-item4 */
.contents4-list .list-item4 {
  height: 350px;
  width: 20%;
  background-image: url("../images/process4.jpg");
  background-repeat: no-repeat;
  margin: 0px auto;
  padding: 40px 0 0 300px;
}

.list-item4 .list4-title {
  color: #7191f0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
}

.list-item4 .list4-text1 {
  text-align: left;
  margin-top: 15px;
  line-height: 1.4;
  width: 90%;


}



/* ---------------------------main-contents5----------------------------*/

#main-contents5 {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;

}

#main-contents5 h2 {
  font-size: 32px;
  text-align: center;
  color: #ffff;
  padding: 40px 0;

}

#main-contents5 h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2.5em;
  ;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 60px solid #7191F0;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
}


.background {
  background-color: #7191F0;
  color: #ffff;
}


/* å¹ãå‡ºã— ä½•ã‹ãŒå¤‰ã§æ¨ªå¹…ãŒãŠã‹ã—ããªã£ã¦ã„ã‚‹ */
.balloon {
  width: 70%;
  margin: 0 auto;
}

/* è³ªå•ï¼‘ */
.question-1 {
  padding-bottom: 7%;
  padding-top: 12%;
  border-bottom: #000 dotted 2px;
}

.balloon2-left {
  width: 90%;
  position: relative;
  display: inline-block;
  padding: 30px 50px;
  max-width: 100%;
  color: #333;
  font-size: 25px;
  background: #FFE438;
  border: solid 2px #333;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFE438;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -29px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #333;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-align: left;
}

.balloon2-right {
  width: 90%;
  position: relative;
  display: inline-block;
  margin: 15px 0px auto;
  padding: 30px 50px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 25px;
  background: #7191F0;
  border: solid 2px #333;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: left;
  line-height: 170%;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #7191F0;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #333;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.7;
}

/* è³ªå•ï¼‘å¹ãå‡ºã—ç”»åƒï¼ˆå·¦ï¼‰ */

.balloon-img-left img {
  width: 130px;

  position: absolute;
  left: -20%;
  top: -30%;
}

/* è³ªå•ï¼‘å¹ãå‡ºã—ç”»åƒï¼ˆå³ï¼‰ */
.balloon-img-right img {
  width: 130px;
  position: absolute;
  right: -20%;
  top: 15%;
}



/* è³ªå•ï¼’ ã“ã“ãŒæ‚ªã•ã—ã¦ã„ã‚‹ */
.question-2 {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 7%;
  border-bottom: #333 dotted 2px;
}

.question-2-top h3 {
  font-size: 30px;
  color: #000;
  width: 80%;
  margin: 3vw auto;
  position: relative;
  padding: 1rem 0rem;
  font-size: 1.5rem;
  font-weight: bold;

}

.question-2-top h3::before,
.question-2-top h3::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: '';
}

.question-2-top h3::before {
  border-left: #7191F0 solid 3px;
  left: 1em;
  transform: rotate(-30deg);
}

.question-2-top h3::after {
  border-right: #7191F0 solid 3px;
  right: 1em;
  transform: rotate(30deg);
}

.highlight-mark-left {
  position: absolute;
  left: 20%;

}

.highlight-mark-right {
  position: absolute;
  right: 25%;
}

#main-contents5 .question-2 img {
  width: 80px;
  position: absolute;
  left: 0%;
  top: -140px;
}

#main-contents5 .question-2-text {
  width: 90%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 30px 50px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-size: 25px;
  background: #7191F0;
  border: solid 2px #333;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: left;
  line-height: 1.7;
  font-size: 20px;
}

/* è³ªå•ï¼“ */
.question-3 {
  padding: 7% 0 10%;
  border-bottom: #333 dotted 2px;
}


/* è³ªå•ï¼” */
.question-4 {
  padding-bottom: 7%;
  padding-top: 7%;
  border-bottom: #000 dotted 3px;
}


/* è³ªå•ï¼• */

.question-5 {
  padding-bottom: 7%;
  padding-top: 7%;
  border-bottom: #000 dotted 3px;
}

/* è³ªå•ï¼– */
.question-6 {
  padding-bottom: 7%;
  padding-top: 7%;
  border-bottom: #000 dotted 3px;
}

/* è³ªå•7 */
.question-7 {
  padding-bottom: 7%;
  padding-top: 7%;
  border-bottom: #000 dotted 3px;
}

/* è³ªå•8 */
.question-8 {
  padding-bottom: 7%;
  padding-top: 7%;
  border-bottom: #000 dotted 3px;
}

/* è³ªå•9 */
.question-9 {
  padding-bottom: 7%;
  padding-top: 7%;
  border-bottom: #000 dotted 3px;
}

.bottom-text {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 25px;
  text-align: left;
  line-height: 150%;
}

.caution {
  font-size: 16px;
  text-align: left;
  color: #333;
}
/* ------------------------Q&A------------------------- */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 60%;
	color: #1b2538;
  margin: 30px auto;
  text-align: left;
 
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #7191F0;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #7191F0;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


/* -----------------------------------main-contents6---------------------------*/

#main-contents6 {
  width: 100%;
  height: auto;
  background-color: #fff;
  text-align: center;
  position: relative;
}

#main-contents6 h2 {
  font-size: 32px;
  text-align: center;
  color: #ffff;
  padding: 40px 0;
}

#main-contents6 h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2.5em;
  ;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 60px solid #7191F0;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
}

#main-contents6 .background img {
  width: 40%;
  position: absolute;
  right: 29.5%;
  top: -6%;

}

#main-contents6 .chart {
  width: 60%;
  height: auto;
  background-color: fff;
  margin: 80px auto;
  border-left: 3px solid #7191F0;
  text-align: left;
}

#main-contents6 .google-img iframe {
  width: 100%;
  height: 400px;
  margin: 0 auto;


}

th,
td {
  border: solid 3px #7191F0;
  font-size: 22px;
  vertical-align: middle;
  padding-left: 10px;
}

.last-td {
  padding: 15px;
  margin: 0%;
}

.third {
  border-top: #7191F0 3px solid;
  border-left: #7191F0 3px solid;
  border-bottom: #F7F7F7 3px solid;
  background-color: #7191F0;
  color: #F7F7F7;
  padding: 25px;
}

.last {
  border-bottom: #7191F0 3px solid;
  background-color: #7191F0;
  color: #F7F7F7;
  padding: 25px;
  margin: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}



/* ------------------------------main-contents7------------------------------------*/


#main-contents7 {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

#main-contents7 h2 {
  font-size: 32px;
  text-align: center;
  color: #ffff;
  padding: 40px 0;
}

#main-contents7 h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 2.5em;
  ;
  bottom: -60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 60px solid #7191F0;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
}

#main-contents7 .background img {
  width: 40%;
  position: absolute;
  top: -10%;
  left: 29.5%;
}

#main-contents7 .content-text {
  width: 60%;
  height: 400px;
  border: 3px solid #555;
  font-size: 29px;
  text-align: left;
  line-height: 130%;
  background-color: #fff;
}

#main-contents7 .content-text .text1 {
  width: 90%;
  margin: 20px auto;
}

#main-contents7 .content-text .text2 {
  width: 90%;
  margin: 20px auto;
}



/*---------------------------------footer-----------------------------*/

.footer {
  margin-top: 0;
  background-color: #7191F0;
  padding: 15px 0;
}

.copy {
  text-align: center;
  color: #fff;
  font-size: 1em;
}


/*---------------------------------------------------- smartphone-css--------------------------------------------------- */

/* ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ˜ãƒƒãƒ€ãƒ¼ ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼*/
@media screen and (max-width: 480px) {

  /* 480pxä»¥ä¸‹ã«é©ç”¨ã•ã‚Œã‚‹CSSï¼ˆã‚¹ãƒžãƒ›ç”¨ï¼‰ */
  .header-items {
    display: none;
  }

  .header {
    width: 100%;
    height: 40px;
  }
  .header img {
    width: 60px;
  }

  body {
    width: 100%;
  }

  .fvforsmartphone {
    width: 100%;
  }
  .fvforsmartphone img .background-smp {
    width: 100%;
  }
  #toggle {
    position: fixed;
    top: 10px;
    right: 10px;
  }
  #main-visual {
    padding-top: 40px;
  }
  .fv-text {
    display: none;
  }
  .fv-text-smp {
    position: absolute;
    top: 25%;
    right: 10px;
    width: 55vw;
  }

}


/* ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼#ã‚¯ãƒªãƒƒã‚¯å¾Œã€€ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼*/

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

  /* 480pxä»¥ä¸‹ã«é©ç”¨ã•ã‚Œã‚‹CSSï¼ˆã‚¹ãƒžãƒ›ç”¨ï¼‰ */
  #nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #7191F0 0%, #7191F0 20%, #7191F0 20%, #7191f0 100%);
    color: #7191F0;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #nav-content .navi-icon-pic2 img {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 40%;
  }

  #nav-content .nav-items {
    position: absolute;
    top: 50px;
    left: 15%;
    width: 60%;
    padding-top: 100px;
  }

  #nav-content h2 {
    padding-top: 15%;
    font-size: 20px;
    position: absolute;
    right: 110px;
    top: 5%;
    color: #ffffff;
  }
  .fv-text1 {
    position: absolute;
    top: 90px;
    right: 34%;
    font-size: 11vw;
  }
  .fv-text2 {
    position: absolute;
    top: 45px;
    right: 34%;
    font-size: 11vw;

  }
}




/*---------------------------------about fv----------------------------*/




/*FV and all buttons */


@media screen and (max-width: 480px) {
  .fv-button {
   display: none;
  }
  #second-fv {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
  }
  #second-fv img {
    width: 60%;
    padding-top: 30px;
  }
  .background-img {
    display: none;
  }
  .fvforsmartphone {
    width: 100%;
  }
  .scroll-button {
    position: fixed;
    top: 180px;
    left: 50%;
  }
  .scroll-button img {
    width: 90%;
    margin: 0 auto;
  }

  .fv2-chart {
    width: 60%;
    background-color: #0435c7;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #f5f5f5;
  }
  .fv2-chart-top {
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0.5vw;
    font-size: 1rem;
  }
  .fv2-chart-top span {
    font-size: 40px;
    color: #ffda5f;
  }
  .fv2-chart-bottom {
    width: 80%;
    margin: 0 auto;
    font-size: 10px;
    text-align: left;
    padding-top: 20px;
    line-height: 15px;
  }


}

/* -----------------------------deleate PC fv----------------------------------------*/
@media screen and (min-width: 481px) {
  #second-fv {
    display: none;
  }
  .fvforsmartphone {
    display: none;
  }
}



/* ----------------------------------main-contents1-------------------------------*/

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

  /* 480pxä»¥ä¸‹ã«é©ç”¨ã•ã‚Œã‚‹CSSï¼ˆã‚¹ãƒžãƒ›ç”¨ï¼‰ */
  #main-contents {
    width: 100%;
    height: auto;
    padding-bottom: 25px;

  }

  #main-contents h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #4F77EC;
    padding-top: 15%;
  }
.laterPay {
  padding-top: 5%;
}
.laterPay li {
  width: 90px;
  height: 100px;
  font-size: 10px;
  margin-bottom: 3%;
}

.laterPay img {
  height: 25px;
  width: 90px;
}
}

/*------------------------------------main-contents2-------------------------------------*/

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

  #main-contents2 {
    width: 100%;
    padding-bottom: 50px;
  }

  #main-contents2 h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    padding-top: 15%;
    padding-bottom: 25px;
  }
  #main-contents2 h4 {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }


.linkImg {
  margin: 30px auto;
}

.linkImg div{
  height: 300px;
}

.linkImg img{
  height: 20vw;
}

.linkImg.downArrow{
  height: auto;
  width: 5vw;
}

.linkImg div a img{
  display: inline-block;
  height: 70px;
  object-fit:scale-down;
  width: 20vw;
}
}

/* --------------------------------main-contents3------------------------------------------ */


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

  #main-contents3 {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }

  #main-contents3 h2 {
    font-size: 20px;
    padding-top: 15%;
  }
  #main-contents3 p {
    font-size: 12px;
  }

  .main-contents3-pic img {
    width: 40%;
    position: absolute;
    right: 35%;
    top: 15%;
  }

  .main-contents3-pic2 img {
    width: 80%;
    position: absolute;
    top: 35%;
    left: 10%;
  }

  .main-contents3-text {
    width: 70%;
    margin: 0 auto;
    margin-top: 70%;
    line-height: 140%;
  }


}


/*---------------------------------------main-contents4------------------------------------------------ */

@media screen and (max-width: 600px) {
  #main-contents4 {
    padding-bottom: 0px;
  }

  #main-contents4 h2 {
    font-size: 25px;

  }

  #main-contents4 h2 {
    text-align: center;
    color: #4F77EC;
    padding-top: 19%;
    padding-bottom: 9%;
  }

  /* new-main-contents4 */
  .contents4-list {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }


  /* list-item1 */
  .contents4-list .list-item1 {
    width: 80%;
    background-position: top;
    padding: 350px 0 0 10px;
    margin: 0 auto;
    height: 250px;

  }

  .list-item1 .list1-title {
    font-size: 5vw;
    width: 90%;
    margin: 0 auto;
  }

  .list-item1 .list1-text1 {
    padding-top: 20px;
    width: 90%;
    font-size: 4vw;
    margin: 0 auto;

  }

  .list-item1 .list1-text2 {
    width: 90%;
    text-align: right;
    margin: 0 auto;
  }

  .list-item1 .list1-text3 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }

  /* list-item2 */
  .contents4-list .list-item2 {
    width: 80%;
    background-position: top;
    padding: 350px 0 0 10px;
    margin: 0 auto;
    height: 200px;
  }

  .list-item2 .list2-title {
    font-size: 5vw;
    width: 90%;
    margin: 0 auto;
  }

  .list-item2 .list2-text1 {
    padding-top: 20px;
    width: 90%;
    font-size: 4vw;
    margin: 0 auto;

  }

  /* list-item3 */
  .contents4-list .list-item3 {
    height: 230px;
    width: 80%;
    background-position: top;
    margin: 0px auto;
    padding: 350px 0 0 10px;

  }

  .list-item3 .list3-title {

    font-size: 5vw;
    width: 90%;
    margin: 0 auto;
  }

  .list-item3 .list3-text1 {
    padding-top: 20px;
    width: 90%;
    font-size: 4vw;
    margin: 0 auto;


  }

  /* list-item4 */
  .contents4-list .list-item4 {
    height: 200px;
    width: 80%;
    background-position: top;
    margin: 0px auto;
    padding: 350px 0 0 10px;
  }

  .list-item4 .list4-title {
    font-size: 5vw;
    width: 90%;
    margin: 0 auto;
  }

  .list-item4 .list4-text1 {
    padding-top: 20px;
    width: 90%;
    font-size: 4vw;
    margin: 0 auto;


  }


}

/*---------------------------main-contents5----------------------*/


/* è³ªå•9 */

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

  /* 480pxä»¥ä¸‹ã«é©ç”¨ã•ã‚Œã‚‹CSSï¼ˆã‚¹ãƒžãƒ›ç”¨ï¼‰ */
  #main-contents5 {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
  }

  #main-contents5 h2 {
    font-size: 25px;
    padding-top: 25px;
  }

  .balloon {
    width: 90%;
  }


  .balloon2-left {
    width: 80%;
    padding: 15px 15px;
    background: #FFE438;
  }
  .balloon2-left p {
    font-size: 12px;
  }

  .balloon2-right {
    width: 80%;
    padding: 15px 15px;
    line-height: 170%;
  }
  .balloon2-right p {
    font-size: 12px;
  }

  .balloon-img-left img {
    width: 40px;

    position: absolute;
    left: -20%;
    top: -30%;
  }

  .balloon-img-right img {
    width: 40px;
    position: absolute;
    right: -20%;
    top: 20%;
  }

  .question-2-top h3 {
    font-size: 15px;
    width: 80%;
    color: #000;
    margin: 6% auto;
  }
  .question-2-top h3::before {
    display: none;
    }
    
    .question-2-top h3::after {
     display: none;
    }

  #main-contents5 .question-2 img {
    width: 40px;
    position: absolute;
    left: 14%;
    top: -110px;
  }

  #main-contents5 .question-2-text {
    width: 80%;
    margin: 15px 0px auto;
    padding: 15px 15px;
    font-size: 10px;
  }

  .bottom-text {
    margin-top: 25px;

    width: 80%;
    font-size: 12px;
    text-align: left;
    line-height: 130%;
  }
  .caution {
    font-size: 12px;
  }
  .cp_qa .cp_actab {
    width: 90%;
  }
  .qa-margin {
    height: 40px;
  }

  

}

/* -----------------------------main-contents6-------------------------- */


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

  /* 480pxä»¥ä¸‹ã«é©ç”¨ã•ã‚Œã‚‹CSSï¼ˆã‚¹ãƒžãƒ›ç”¨ï¼‰ */
  #main-contents6 {
    padding-bottom: 0px;
  }

  #main-contents6 h2 {
    font-size: 25px;
    padding-top: 25px;
  }

  #main-contents6 .chart {
    width: 90%;
    height: auto;
    background-color: fff;
    margin: 0px auto;
    margin-top: 50px;
  }

  th,
  td {
    display: block;
    border-bottom: none;
    padding: 20px;
  }

  td {
    border: solid 2px #4F77EC;
    font-size: 20px;
  }

  th {
    border: solid 1px #4F77EC;
    font-size: 20px;
  }

  .third {
    border-top: #4F77EC 1px solid;
    border-left: #4F77EC 1px solid;
    border-bottom: none;
  }

  #main-contents6 .google-img iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;

  }
}

/*-------------------------main-contents7------------------------*/

#main-contents7 .content-text {
  width: 60%;
  height: 400px;
  margin: 80px auto;
  border: 3px solid #555;
  font-size: 18px;
  text-align: left;
  line-height: 130%;
  overflow: scroll;
  background-color: #fff;
  overflow: scroll;
  overflow-x: hidden;
}

#main-contents7 .content-text .text1 {
  width: 90%;
  margin: 20px auto;
}

#main-contents7 .content-text .text2 {
  width: 90%;
  margin: 20px auto;
}

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

  /* 480pxä»¥ä¸‹ã«é©ç”¨ã•ã‚Œã‚‹CSSï¼ˆã‚¹ãƒžãƒ›ç”¨ï¼‰ */
  #main-contents7 {
    padding-bottom: 20px;
  }

  #main-contents7 h2 {
    font-size: 25px;
    padding-top: 25px;
  }

  #main-contents7 .background img {
    top: 0%;
    right: 29%;
  }

  #main-contents7 .content-text {
    width: 80%;
    height: 200px;
    margin: 0px auto;
    font-size: 12px;
    margin-top: 40px;
  }
}


/*------------------------------------------------ tablet ¨CSS------------------------------------------------------- */

@media (min-width: 481px) and (max-width: 959px) {
  .scroll-button {
    position: fixed;
    top: 25%;
    left: 5%;
  }
  .scroll-button img {
    width: 70%;
  }
  .fv-button {
    position: absolute;
    right: 15vw;
    bottom: 5em;
  }



  /*------------ ç¾é‡‘åŒ–ã§ãã‚‹ã‚¢ãƒ—ãƒª-------------- */

  #main-contents {
    width: 100%;
    height: auto;
    padding-bottom: 100px;

  }

  #main-contents h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    color: #4F77EC;
    padding-top: 150px;
  }

  .main-contents-pic2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }

  .main-contents-pic img {
    width: 15%;
    position: absolute;
    left: 10%;
    top: 5%;
  }

  /*ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ã‚­ãƒ£ãƒªã‚¢æ±ºæ¸ˆ ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼*/
  #main-contents2 {
    height: auto;
  }

  #main-contents2 h2 {
    font-size: 40px;
    padding-top: 150px;
  }

  .main-contents2-pic img {
    width: 15%;
    position: absolute;
    left: 20%;
    top: 8%;
  }

  /* ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ã‚¯ãƒ¬ã‚¸ãƒƒãƒˆã‚«ãƒ¼ãƒ‰ ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼*/


  #main-contents3 h2 {
    font-size: 40px;
    padding-top: 150px;
  }

  .main-contents3-pic2 img {
    width: 40%;
    position: absolute;
    top: 36%;
    left: 12%;
  }

  /* ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ï¼“ãƒ†ã‚­ã‚¹ãƒˆ */

  .main-contents3-text {
    margin-top: 40%;
    line-height: 220%;
  }

  .main-contents3-text h3 {
    font-size: 20px;
  }

  /* ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ã”åˆ©ç”¨ã®æµã‚Œãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ */


  /* new-main-contents4 */
  .contents4-list {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }


  /* list-item1 */
  .contents4-list .list-item1 {
    width: 60%;

  }

  /* list-item2 */
  .contents4-list .list-item2 {
    width: 60%;
  }

  /* list-item3 */
  .contents4-list .list-item3 {
    width: 60%;
  }

  /* list-item4 */
  .contents4-list .list-item4 {
    width: 60%;
  }

  /* ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ã‚ˆãã‚ã‚‹ã”è³ªå•ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ */
  #main-contents5 h2 {
    font-size: 40px;
  }

  #main-contents5 .background img {
    top: 0%;
    right: 29%;
  }

  .balloon {
    width: 90%;
    margin: 0 auto;
  }

  .balloon2-left {
    width: 80%;
    padding: 25px 20px;
    font-size: 10px;
    background: #FFE438;
  }
  .balloon2-left p {
    font-size: 15px;
  }

  .balloon2-right {
    width: 80%;
    padding: 20px 20px;
    line-height: 170%;
  }
  .balloon2-right p {
    font-size: 15px;
  }

  .balloon-img-left img {
    width: 80px;
    position: absolute;
    left: -20%;
    top: -30%;
  }

  .balloon-img-right img {
    width: 80px;
    position: absolute;
    right: -20%;
    top: 20%;
  }

  .question-2-top h3 {
    font-size: 25px;
    width: 80%;
    color: #000;
    margin: 6% auto;
  }
  .question-2-top h3::before {
  display: none;
  }
  
  .question-2-top h3::after {
   display: none;
  }
  .highlight-mark-right {
    position: absolute;
    left: 85%;
  }

  .highlight-mark-left {
    position: absolute;
    left: 10%;
  }

  #main-contents5 .question-2 img {
    width: 40px;
    position: absolute;
    left: 0%;
    top: -100px;
  }

  #main-contents5 .question-2-text {
    width: 80%;
    margin: 15px 0px auto;
    padding: 20px 20px;
    font-size: 15px;
  }

  .bottom-text {
    margin-top: 25px;

    width: 80%;
    font-size: 15px;
    text-align: left;
    line-height: 130%;
  }


  /* ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ä¼šç¤¾æ¦‚è¦ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ */
  #main-contents6 {
    padding-bottom: 50px;
  }

  #main-contents6 h2 {
    font-size: 40px;
    padding-top: 50%px;
  }

  #main-contents6 .background img {
    width: 40%;
    position: absolute;
    right: 29%;
    top: 0%;
  }

  #main-contents6 .chart {
    width: 80%;
    height: auto;
    background-color: fff;
    margin: 0px auto;
    margin-top: 50px;
  }

  th,
  td {
    display: block;
    border-bottom: none;
    padding: 20px;
  }

  td {
    border: solid 2px #4F77EC;
    font-size: 20px;
  }

  th {
    border: solid 2px #4F77EC;
    font-size: 20px;
  }

  .third {
    border-top: #4F77EC 2px solid;
    border-left: #4F77EC 2px solid;
    border-bottom: none;
  }

  #main-contents6 .google-img iframe {
    width: 100%;
    height: 400px;
    margin: 0 auto;

  }



  /* ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ—ãƒ©ã‚¤ãƒã‚·ãƒ¼ãƒãƒªã‚·ãƒ¼ ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼*/
  #main-contents7 h2 {
    font-size: 40px;
  }

  #main-contents7 .background img {
    top: 0%;
    right: 29%;
  }

  #main-contents7 .content-text {
    width: 80%;
    height: 250px;
    margin: 80px auto;
    font-size: 15px;
  }
}

/* ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ç”»é¢ãŒã‚ã¡ã‚ƒã§ã‹ã„æ™‚ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ãƒ¼ */
@media screen and (min-width: 1650px) {

  /* 1650pxä»¥ä¸Šã«é©ç”¨ã•ã‚Œã‚‹CSSï¼ˆã‚¹ãƒžãƒ›ç”¨ï¼‰ */
  .content-text-left {
    font-size: 30px;
    font-weight: 900;
    background-color: #f7f7f7;
    position: absolute;
    top: 50%;
    left: 23%;
    color: #7191F0;
  }

  .right-top-pic img {
    width: 30%;
    position: absolute;
    top: 90px;
    right: 9%;
  }

  .center-icon img {
    width: 20%;
    position: absolute;
    top: 40%;
    left: 100%;
  }

  .center-icon2 img {
    width: 20%;
    position: absolute;
    top: 165%;
    left: 100%;
  }

  .center-icon3 img {
    width: 20%;
    position: absolute;
    top: 105%;
    left: 100%;
    margin: 0 auto;
  }

  #main-contents5 .background img {
    position: absolute;
    top: -3.5%;
  }

  #main-contents6 .background img {
    position: absolute;
    top: -14%;
  }

  #main-contents7 .background img {
    position: absolute;
    top: -19%;
  }

  #nav-content {
    width: 20%;
  }

  #nav-content h2 {
    font-size: 20px;
    position: absolute;
    left: 15%;
    top: 10%;
    color: #ffffff;
    width: 75%;
    border-bottom: #ffffff 1px solid;
    text-align: left;
    padding-bottom: 20px;
  }

  #nav-content .header-icon img {
    width: 100px;
    position: absolute;
    top: 15px;
    left: 11%;
  }

  #nav-content .nav-items {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 80%;
  }

  #nav-content .nav-items__item a {
    font-size: 18px;
  }

  #main-contents5 .background img {
    top: -3%;
    right: 29%;
  }


}

/*-------------------------よくある質問------------------------*/
/*====================================================================
.s_07 .accordion_one
====================================================================*/
.s_07 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_07 .accordion_one .accordion_header {
  background-color: #bababa;
  border-top: 1px solid #575757;
  border-left: 1px solid #575757;
  border-right: 1px solid #575757;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_inner .accordion_header,
.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_inner .accordion_header,
.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_inner .accordion_header,
.s_07 .accordion_one:nth-of-type(4) .accordion_inner .accordion_inner .accordion_header {
  border-top: unset;
}
.section.s_07 {
  border-bottom: 1px solid #575757;
}
.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header,
.s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_inner .accordion_header,
.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_header,
.s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_inner .accordion_header,
.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_header,
.s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_inner .accordion_header,
.s_07 .accordion_one:nth-of-type(4) .accordion_inner .accordion_header,
.s_07 .accordion_one:nth-of-type(4) .accordion_inner .accordion_inner .accordion_header {
  background-color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.s_07 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_07 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 3%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_07 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_07 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before, .s_07 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #000;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_07 .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.s_07 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_07 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_07 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_07 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_07 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 15px 15px 60px;
  }
  .s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_header,
  .s_07 .accordion_one:nth-of-type(1) .accordion_inner .accordion_inner  .accordion_header,
  .s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_header,
  .s_07 .accordion_one:nth-of-type(2) .accordion_inner .accordion_inner  .accordion_header,
  .s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_header,
  .s_07 .accordion_one:nth-of-type(3) .accordion_inner .accordion_inner  .accordion_header,
  .s_07 .accordion_one:nth-of-type(4) .accordion_inner .accordion_header,
  .s_07 .accordion_one:nth-of-type(4) .accordion_inner .accordion_inner  .accordion_header {
    padding: 10px 15px 10px 60px;
  }
}