@charset "utf-8";
/* CSS Document */
/**************************************
info commons
**************************************/
#info h2.midashi {
  font-weight: bold;
  margin-bottom: 0.8em;
}
#info h2.midashi::after {
  content: "━━━━";
  display: block;
}
#info section {
  overflow: hidden;
}
#info section .lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
#info section .lead h3 {
  font-weight: bold;
}
#info section .lead h3 strong {
  font-weight: inherit;
  color: #C00;
}
@media (max-width: 750px) {
  #info h2.midashi {
    font-size: 24px;
  }
  #info section > div {
    padding: 30px 15px;
  }
  #info section .lead h3 {
    font-size: 22px;
  }
  #info section .lead p {
    font-size: 18px;
  }
}
@media (min-width: 751px) {
  #info h2.midashi {
    font-size: 30px;
  }
  #info section > div {
    padding: 80px 0;
  }
  #info section .lead h3 {
    font-size: 30px;
  }
  #info section .lead p {
    font-size: 22px;
  }
}
/**************************************
info index
**************************************/
#info .main_image {}
#info .index section .item {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #info .index section .item {
    padding: 8px;
  }
  #info .index section .item > div {
    padding: 8px;
  }
}
@media (min-width: 751px) {
  #info .index section .item {
    padding: 15px;
  }
  #info .index section .item > div {
    padding: 15px;
  }
}
/* topSec01 */
#info .index .topLead {
  background-color: #FFF;
}
#info .index .topLead .flex > div {
	padding: 15px;
	box-sizing: border-box;
}
#info .index .topLead .flex .text {
	text-align: left;
}
#info .index .topLead .flex .text h2 {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 22px;
}
#info .index .topLead .flex .text h3{
	background: #FCD80D;
	margin: 0.5em ;
	font-weight: 900;
	 padding: 0.54em;
    border-radius: 10px;
	font-size: 1.2em;
}
@media (max-width: 750px) {
  #info .index .topLead .flex {
    flex-direction: column-reverse;
  }
}
@media (min-width: 751px) {
  #info .index .topLead .flex .text {
    flex-basis: 60%;
  }
  #info .index .topLead .flex .text h2 {
    font-size: 38px;
  }
  #info .index .topLead .flex .text p {
    font-size: 22px;
  }
  #info .index .topLead .flex .img {
    flex-basis: 40%;
  }
}
/* topSec01 */
#info .index .topSec01 {
  background-color: #FCD80D;
}
#info .index section.topSec01 > div {
  padding-bottom: 0px;
}
#info .index .topSec01::before {
  content: "";
  display: block;
  background: url("../info/img/bg.jpg");
  width: 100%;
  height: 30px;
}
#info .index .topSec01 .flex {
  margin-bottom: 0px;
}
#info .index .topSec01 .flex .text ul li {
  font-weight: bold;
}
@media (max-width: 750px) {
  #info .index .topSec01::before {
    background-size: contain;
    height: 25px;
  }
  #info .index .topSec01 .flex {
    flex-direction: column;
  }
  #info .index .topSec01 .flex .img {
    width: 50%;
    margin: 15px auto;
  }
}
@media (min-width: 751px) {
  #info .index .topSec01 h2.midashi {}
  #info .index .topSec01 .flex .text {
    flex-basis: 60%;
  }
  #info .index .topSec01 .flex .img {
    flex-basis: 40%;
  }
}
/* topSec02 */
#info .index .topSec02 {
  background-color: #F3F6F9;
}
#info .index .topSec02 .arrow {
  background: -moz-linear-gradient(top, #FCD80D, #FCD80D 50%, #F3F6F9 50.1%, #F3F6F9);
  background: -webkit-linear-gradient(top, #FCD80D, #FCD80D 50%, #F3F6F9 50.1%, #F3F6F9);
  background: linear-gradient(to bottom, #FCD80D, #FCD80D 50%, #F3F6F9 50.1%, #F3F6F9);
  padding: 0px;
}
#info .index .topSec02 > div {
  padding-top: 15px;
}
#info .index .topSec02 .lead h2 {
  color: #3EADE8;
}
#info .index .topSec02 .item {
  background-color: #FFF;
  border-radius: 8px;
  margin: 8px;
}
#info .index .topSec02 .item .icon {
  color: #3EADE8;
}
#info .index .topSec02 .item .text {
  color: #000;
}
@media (max-width: 750px) {
  #info .index .topSec02 .item .icon {
    font-size: 34px;
  }
}
@media (min-width: 751px) {
  #info .index .topSec02 .item .icon {
    font-size: 60px;
  }
}
/* topSec03 */
#info .index .topSec03 {
  /*background-color: #F3F6F9;*/
  background-color: #7FCCE8;
  color: #FFF;
}
#info .index .topSec03 .lead {
  margin-bottom: 30px;
}
#info .index .topSec03 ul.step {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #info .index .topSec03 ul.step {
    flex-direction: column;
  }
  #info .index .topSec03 ul.step li + li {
    padding-top: 40px;
    position: relative;
  }
  #info .index .topSec03 ul.step li + li:before {
    display: block;
    content: url("../info/img/arrow_img_down.png");
  }
}
@media (min-width: 751px) {
  #info .index .topSec03 ul.step li {
    padding-left: 40px;
    position: relative;
  }
  #info .index .topSec03 ul.step li + li:before {
    display: block;
    content: "";
    background-image: url("../info/img/arrow_img.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 40px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -35px;
  }
}
/* topSec04 */
#info .index .topSec04 {
  background-color: #f3f6f9;
}
#info .index .topSec04 .item .icon {
  font-size: 60px;
  color: #C00;
}
@media (max-width: 750px) {
  #info .index .topSec04 .item .icon {
    font-size: 34px;
  }
}
@media (min-width: 751px) {
  #info .index .topSec04 .item .icon {
    font-size: 60px;
  }
}
/* topSec05 */
#info .index .topSec05 {
  background-image: url("../info/img/topSec05_bg.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#info .index .topSec05 ul.flex li {
   border: 2px solid #000900;
    background-color: #fcd80d;
    border-radius: 8px;
  padding: 8px;
  margin: 2px;
	font-weight: 900;
}
@media (max-width: 750px) {}
@media (min-width: 751px) {
  #info .index .topSec05 ul.flex li {
    padding: 15px 2em;
    margin: 15px;
  }
  #info .index .topSec05 ul.flex li {
    margin: 8px;
  }
}

#info .index .topSec05 .flex2_1{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center
}
#info .index .topSec05 .flex2_1 > div{
	flex-basis: 50%;
}
#info .index .topSec05 .flex2_1 > div:last-child{
	text-align: left;
}
@media (max-width: 750px) {
	#info .index .topSec05 .flex2_1{
	flex-direction: column;
}
}
/* topSec06 */
#info .index .topSec06 {
  background-image: url("../info/img/topSec05_bg.jpg");
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}
#info .index .topSec06 > div {
  transform: scale(-1, 1);
}
#info .index .topSec06 ul.flex li {
  border: 2px solid #CCC;
  background-color: #FFF;
  border-radius: 8px;
  text-align: left;
  padding: 8px;
  margin: 2px;
}
@media (max-width: 750px) {}
@media (min-width: 751px) {
  #info .index .topSec06 ul.flex li {
    padding: 15px 2em;
    margin: 15px;
  }
}
/* topFlow */
#info .index .topFlow {
  background-color: #F3F6F9;
}
#info .index .topFlow ol {
}
#info .index .topFlow ol li {
	margin-bottom: 30px;
}
#info .index .topFlow ol li > div {
  position: relative;
  border: 3px solid #000;
  background-color: #FFF;
	padding: 1em;
}
#info .index .topFlow ol li > div h3 {
	position: absolute;
	right: 8px;
	top: -20px;
	display: inline-block;
	padding: 4px 1em;
	background-color: #FFF;
  border: 3px solid #000;
	font-weight: bold;
}
#info .index .topFlow ol li > div .text {
	text-align: left;
	padding: 15px;
}
@media (max-width: 750px) {
	#info .index .topFlow ol li .img{
		width: 80%;
		margin: auto;
	}
}
@media (min-width: 751px) {
  #info .index .topFlow ol {
  display: flex;
  flex-wrap: wrap;
  }
  #info .index .topFlow ol li {
		flex-basis: 50%;
		padding: 30px;
		box-sizing: border-box;
  }
  #info .index .topFlow ol li > div {
  }
  #info .index .topFlow ol li:nth-last-child(odd) {
		align-self: flex-end;
		margin-top: 80px;
  }
  #info .index .topFlow ol li > div h3 {
		font-size: 22px;
	top: -30px;
  }
}
/* topPrice */
#info .index .topPrice {
  background-color: #FCD80D;
}
#info .index .topPrice::before, #info .index .topPrice::after {
  content: "";
  display: block;
  background: url("../info/img/bg.jpg");
  width: 100%;
  height: 30px;
}
#info .index .topPrice .kakaku {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#info .index .topPrice .kakaku .month {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #FFF;
}
#info .index .topPrice .kakaku h3 {
  font-weight: bold;
}
#info .index .topPrice .kakaku .month h3 {
  font-size: 36px;
  line-height: 1;
}
#info .index .topPrice .kakaku .month h3 strong {
  font-size: 60px;
  color: #C00;
}
#info .index .topPrice .kakaku .month p {
  align-self: flex-end;
}
#info .index .topPrice .kakaku .first {
  display: flex;
  flex-direction: column;
}
#info .index .topPrice .kakaku .first h3 {
  font-size: 30px;
}
#info .index .topPrice .kakaku .first h3 strong {
  font-size: 50px;
}
@media (max-width: 750px) {
  #info .index .topPrice::before, #info .index .topPrice::after {
    background-size: contain;
    height: 25px;
  }
  #info .index .topPrice .kakaku .month h3 {
    font-size: 30px;
  }
  #info .index .topPrice .kakaku .month h3 strong {
    font-size: 60px;
  }
  #info .index .topPrice .kakaku .first h3 {
    font-size: 22px;
  }
  #info .index .topPrice .kakaku .first h3 strong {
    font-size: 40px;
  }
}
@media (min-width: 751px) {}
/* topFaq */
#info .index .topFaq {
}
#info .index .topFaq dl {
  background-color: #FFF;
  margin-bottom: 15px;
  padding: 15px;
  text-align: left;
}
#info .index .topFaq dl dt {
  font-weight: bold;
	background: #fcd80d;
  border: 3px solid #000;
border-radius: 20px;
  font-size: 120%;
  padding: 1em 1em 1em 2em;
	margin-right: 20px;
	position: relative
}
#info .index .topFaq dl dt::before {
  content: "Q.";
  margin-left: -1em;
	margin-right: 0.5em;
}
#info .index .topFaq dl dd {
  padding: 1em 1em 1em 2em;
	border-radius:20px;
	border: 3px solid #000;
	margin-left: 20px;
	margin-top: -10px;
	z-index: -1
}
#info .index .topFaq dl dd::before {
  display: inline-block;
  content: "A.";
  color: #C00;
  font-weight: bold;
  font-size: 120%;
  margin-left: -1em;
	margin-right: 0.5em;
}
@media (max-width: 750px) {}
@media (min-width: 751px) {
  #info .index .topFaq dl {
    padding: 30px;
  }
  #info .index .topFaq dl dt, #info .index .topFaq dl dd {
    padding: 1em 1em 1em 3em;
  }
}
/* topContact */
#info .index .topContact {
  background-color: #FFF;
}
@media (max-width: 750px) {}
@media (min-width: 751px) {
#info .index .topContact tr th {
	width: 25%;
}
}

#info .index .topVoice{
	background: #fcd80d;
}
#info .index .topVoice ul {
	display: flex;
	flex-wrap: wrap;
	gap:2em;
	justify-content: space-between;
}
#info .index .topVoice ul li{
	background: #FFF;
    padding: 2em;
    flex-basis: 40%;
	text-align: left;
	border-radius: 10px;
}
#info .index .topVoice ul li h3{
	padding-left: 20%;
    line-height: 1.5;
	position: relative;
	font-weight: 900;
	margin-bottom: 2em;
	color: #666;
}
#info .index .topVoice ul li div.voice{
	padding-left: 20%;
	position: relative;
	font-weight: 900;
}#info .index .topVoice ul li .jimu{
	padding-left: 20%;
    position: relative;
    margin-top: 2em;
    border-top: solid 1px #000;
    padding-top: 1em;
}
#info .index .topVoice ul li h3 .icon{
	position: absolute;
	top: -20px;
	left: -5px;
	width: 100px;
}
#info .index .topVoice ul li div.voice .icon{
	position: absolute;
	top: -20px;
	left:-5px;
	width: 100px;
}
#info .index .topVoice ul li .jimu::before{
	content: '';
	background-image: url(../info/img/voicePonit.png);
    display: inline-block;
    width: 70px;
	height: 70px;
    position: absolute;
    left: 0;
    top: 5px;
	background-size: contain;
}
#info .index .topVoice ul li:last-child{
	align-self: flex-end;
}
@media (max-width: 750px) {
	#info .index .topVoice ul {
		flex-direction: column;
	}
	#info .index .topVoice ul li h3,
	#info .index .topVoice ul li div.voice,
	#info .index .topVoice ul li .jimu{
	padding-left: 70px;
}
	#info .index .topVoice ul li h3 .icon,
	#info .index .topVoice ul li div.voice .icon{
	position: absolute;
	top: -10px;
	left:-8px;
	width: 60px;
	}#info .index .topVoice ul li .jimu::before{
		width: 60px;
		height: 60px;
	}
}
#info  #footer{
	background: hsla(0,0%,0%,1.00);
	color: #fff;
	display: flex;
	justify-content: center;
	gap:50px;
	text-align: left;
	padding: 2em
}
#info  #footer h2 a{
	text-align: right;
	color: #FFF;
	font-weight: 900;
}
#info  #footer .copyright{
	font-size: 0.7em;
}

.thankyou,.form_ok {
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

