/*main
===================================*/
body{
	width: 100%;
 overflow-x: hidden;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
section{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.sec-campaing-01{
	background: url(./images/bg_red@2.webp) repeat-y center;
	background-size: 1480px auto;
	padding: 0 0 15px;
}
@media all and (min-width: 1481px) {
	.sec-campaing-01{
		background-size: 100% auto;
	}
}
.main-bg .page_ttl {
    max-width: 850px;
    margin: 0 auto;
    padding: 5% 0 1%;
}
@media all and (min-width: 1481px) {
	.main-bg{
		background-size: 100% auto;
	}}
@media (max-width: 970px) {.price-lead {max-width: 999px; width: 44%;}}
.main-img{
	width: 100%;
	margin: 20px auto 0;
}
.campaign_list{
	width:85%;
	max-width: 750px;
	margin:0 auto;
}
.campaign_list.list_01{
	max-width: 860px;;
}
.campaign_list li{
	list-style: none;
	position: relative;
	margin: 0 auto 10px;
}
.campaign_list li:before{
	left: 15px;
}
.campaign_list li:after{
	right: 15px;
}
.campaign_list li:last-child:before,
.campaign_list li:last-child:after{
	display:none;
}
.list_01 li .toku{
	max-width:142px;
	height:140px;
	position:absolute;
	top:0;
	left:0;
    top: 70px;
    left: -70px;
}
.list_01 li:first-child .toku{
    top: 35px;
}
.list_01 li .card{
	max-width:116px;
	height:240px;
	position:absolute;
    top: calc(50% - 90px);
    right: -60px;
}
.conditions{
    max-width: 760px;
    margin: 0 auto 1em;
}

.fixed-button {
	width: 100px;
    position: fixed;
    right: 0;
    bottom: 160px;
	  z-index: 999999;
}
.fixed-button a{
	opacity: none;
}
.duedate {
		background: #d90e15;
		padding: 10px 0;
		text-align: center;
		color: #fff;
		font-weight: 600;
		font-size: 2rem;
		letter-spacing: .2rem;
}
.duedate small{
		font-size: 1.4rem;
}
/*main SP
===================================*/
@media all and (max-width: 768px) {
	.fixed-button{
		width: 60px;
	}
		.fixed-button-sp {
	width: 100%;
    position: fixed;
    right: 0;
    bottom: -5px;
	  z-index: 999999;
}
.fixed-button-sp a{
	opacity: none;
}
	.fixed-button{
		display: none;
	}
	.footer-bottom-bg{
		margin-bottom: 50px;
	}
	.list_01 li .toku{
		max-width: 48px;
		top: 10px;
		left: -20px;
	}
	.list_01 li:first-child .toku{
		top: 10px;
		left: -20px;
	}
	.list_01 li .card{
		max-width: 40px;
		top: 20px;
		right: -10px;
	}
	.campaign_list li:before, .campaign_list li:after{
		height: 51px;
		bottom: -30px;
	}
	.campaign_list li{
		margin-bottom: 15px;
	}
	.sec-campaing-01{
		width: 100vw;
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    padding: 0 10px 10px;
	}
	.campaign_list li:before{
		left: -10px;
	}
	.campaign_list li:after{
		right: 7px;
	}
	.campaign_list.list_01{
		width: 100%;
	}
	.pc{display: none;}
    .sp{display: block;}
}
/*main PC
===================================*/
@media all and (min-width: 769px) {
	.main-img{
		max-width: 1048px;
		width: 100%;
	}
	.fixed-button-sp{
		display: none;
	}}
/*campaign
===================================*/
.campaign-bg{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: url(images/campaign-bg.png) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.campaign{
	width: 90%;
	max-width: 1048px;
	margin: 0 auto;
}
.campaign-item{
	margin-bottom: 20px;
}
/*main SP
===================================*/
@media all and (max-width: 768px) {
	.campaign-bg{
		padding: 40px 0 10px;
	}}
/*main PC
===================================*/
@media all and (min-width: 769px) {
	.campaign-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	.campaign-item{
		width: 50%;
	}
	.campaign-item:first-child,.campaign-item:nth-child(2){
		width: 100%;
	}}
/*diagnose
===================================*/
.diagnose-bg{
	background: #ffcc00;
	padding: 60px 0 20px;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
}
.diagnose{
	width: 90%;
	max-width: 1048px;
	margin: 0 auto;
	position: relative;
}
.diagnose-cacth {
  width: 20%;
  max-width: 200px;
  position: absolute;
  top: -120px;
  left: 40px;
}
.diagnose-txt {
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.diagnose-txt span{
	font-size: inherit;
	line-height: inherit;
	border:none;
	display:inline-block;
	padding:0;
	margin:0;
}
.diagnose-txt strong{
	font-size: 2.4rem;
}
.diagnose-txt span{
	 padding-top: .2em;
    background-image: radial-gradient(circle at center, #000 0.1em, transparent 0.1em);
    background-size: 1em 0.5em;
    background-repeat: repeat-x;
    background-position: top left -2px;
}
.diagnose-ilust01 {
  width: 10%;
  max-width: 80px;
  position: absolute;
  left: 20%;
  bottom: 30px;
}
.diagnose-ilust02{
  width: 6%;
  max-width: 80px;
  position: absolute;
  right: 20%;
  bottom: 40px;
}
.contact-btn01 {
  width: 40%;
  margin: 30px auto;
  max-width: 466px;
}
.contact-btn01 a{
	display: block;
	text-align: center;
	background: #d90e15;
	padding: 14px 0;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
}
.contact-btn01 a:after{
	content: '';
	background: url(images/arrow01.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-left: 6px;
}
.sec-campaing-01 .contact-btn01 a{
    background: #005aab;
    color: #fff;
}
.sec-campaing-01 .contact-btn01 a:after{
	content: '';
	background: url(images/arrow10.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-left: 6px;
}
@media all and (max-width: 1030px) {
		.price-comparison-cacth {
    max-width: 170px;
}
	.diagnose-cacth {
    max-width: 170px;
}}
/*main SP
===================================*/
@media all and (max-width: 768px) {
	.diagnose-cacth{
        width: 25%;
        max-width: 130px;
        top: 5px;
        left: -10px;
	}
	.contact-btn01 a {
    font-size: 14px;
    }
	.diagnose-txt{
        font-size: clamp(1rem, 3.3vw, 1.4rem);
		line-height: 2rem;
		text-align: left;
        margin-left: 26%;
	}
	.diagnose-txt1{
		text-align: left;
        margin-left: 26%;
	}
	.diagnose-txt strong{
        font-size: clamp(1.6rem, 4vw, 2rem);
	}
	.contact-btn01{
		width: 95%;
	}
	.diagnose-ilust01{
		width: 20%;
		bottom: 0;
	}
	.diagnose-ilust02{
		width: 15%;
		bottom: 0;
	}
	.diagnose-bg{
		padding: 60px 0 20px;
	}}
@media all and (max-width: 550px) {
	    .diagnose-txt {
        line-height: 1.6rem;
    }
	    .price-lead {
        font-size: 1.5rem;
    }
	.price-lead strong {
        font-size: 1.9rem;
    }}
@media all and (max-width: 330px) {
	.price-lead {
        margin-left: 10%;
    }}
/*main PC
===================================*/
@media all and (min-width: 769px) {}
/*otoku
===================================*/
.otoku-bg{
	background: url(images/otoku-bg.jpg) no-repeat;
	padding: 100px 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
	background-size: cover;
}
.otoku{
	width: 90%;
	max-width: 1048px;
	margin: 0 auto;
}
.otoku-lead{
	color: #d90e15;
	text-align: center;
	font-size: 2.4rem;
    line-height: inherit;
	font-weight: 600;
	text-shadow:1.5px 1.5px 0 #FFF, -1.5px -1.5px 0 #FFF,
              -1.5px 1.5px 0 #FFF, 1.5px -1.5px 0 #FFF,
              0px 1.5px 0 #FFF,  0-1.5px 0 #FFF,
              -1.5px 0 0 #FFF, 1.5px 0 0 #FFF;
	margin-bottom: 30px;
}
.otoku-wrap{
    background: #fff;
    padding: 40px 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.plus-icon {
    width: 40px;
    margin: 0 auto 20px;
}
/*main SP
===================================*/
@media all and (max-width: 768px) {
	.otoku-lead{
		font-size: 1.6rem;
	}
	.otoku-item01 {
    width: 60%;
    margin: 0 auto 10px;
}}
/*main PC
===================================*/
@media all and (min-width: 769px) {
	.otoku-wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.otoku-item01{
		width: 28%;
	}
	.otoku-item02{
		width: 70%;
	}}
/*.price-comparison
===================================*/
.price-comparison-bg{
  background: #d90e15;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
	padding: 60px 0;
}
.price-comparison{
	width: 90%;
	max-width: 1048px;
	margin: 0 auto;
	position: relative;
}
.price-comparison-cacth{
	width: 20%;
  max-width: 200px;
  position: absolute;
  top: -120px;
  left: 40px;
}
.price-lead {
    color: #fff;
	max-width: 462px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
}
.price-lead strong{
	font-size: 2.4rem;
}
.price-lead span{
	font-size: 1.4rem;
    display: block;
    border: none;
    max-width: inherit;
    margin: 0;
    padding: 0;
}
.price-comparison-ilust01 {
    width: 16%;
    max-width: 170px;
    position: absolute;
    right: 18%;
    top: 3.4%;
}
.price{
	margin-bottom: 40px;
}
.table-wrap {
    background: #fff;
    margin: 30px auto;
    width: 80%;
    padding: 60px 30px 30px;
}
.table-ttl-wrap{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.table-ttl-item{
	text-align: center;
	margin: 0 14px;
}
.table-ttl-item:first-child{
	padding: 2px 20px;
	background: #eee;
	color: #575757;
	border-radius: 2px;
}
.table-ttl-item:nth-child(2),.table-ttl-item:nth-child(3){
	padding: 4px 20px;
	background: #d90e15;
	color: #fff;
	border-radius: 2px;
}
.price-comparison-table {
  width: 100%;
	text-align: right;
	margin-bottom: 40px;
}
.price-comparison-table th{
	color: #575757;
	width: 17%;
	padding: 4px 0;
}
.price-comparison-table th:after{
	content: '';
	background: url(images/arrow02.png) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 20px;
	height: 24px;
}
.price-comparison-table th span{
	font-size: 1.6rem;
}
.price-comparison-table td{
	color: #d90e15;
	width: 25%;
	font-weight: 600;
	font-size: 1.2rem;
	padding: 4px 0;
}
.price-comparison-table td span{
	font-size: 1.8rem;
}
.price-comparison-table td:before{
	content: '';
	background: url(images/price-comparison-icon.png) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	width: 60px;
	height: 36px;
}
.price-comparison-table td:nth-child(1){
	padding-left: 30px;
}
.price-comparison-table tr{
	border-bottom: 1px solid #b4b4b4;
}
/*main SP
===================================*/
@media all and (max-width: 768px) {
	.price-comparison-cacth{
        width: 25%;
        max-width: 130px;
        top: 0px;
        left: -10px;
	}
	.table-notes{
		font-size: 14px;
	}
	.price-lead{
		width: 100%;
		font-size: 1.6rem;
		margin-top: 0;
		margin-left: 30%;
	}
	.price-lead span{
		font-size: 1.4rem;
	}
	.price-lead strong {
    font-size: 2.1rem;
}
	.table-wrap{
		width: 100%;
	}
	.table-wrap{
		padding: 20px 10px 20px;
	}
	.price-comparison-table th,.price-comparison-table td{
		font-size: .8rem;
	}
		.price-comparison-table th span,.price-comparison-table td span{
		font-size: 1.2rem;
	}
	.price-comparison-table td:before,.price-comparison-table th:after{
		content: none;
	}
	.price-comparison-table th{
		width: 22%;
	}
	.price-comparison-bg{
		padding: 50px 0 20px;
	}
	.price-comparison-ilust01{
		right: 10%;
		top: 21%;
	}
	.table-ttl-item:first-child,.table-ttl-item:nth-child(2), .table-ttl-item:nth-child(3){
		padding: 2px 0;
		width: 32%;
		margin: 0 2px;
	}
}
/*main PC
===================================*/
@media all and (min-width: 769px) {
}
/*application
===================================*/
.application-bg{
	padding: 60px 0;
}
.application-lead{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 60px;
}
.application-lead span{
	background: #d90e15;
	padding: 2px 20px;
	border-radius: 4px;
	color: #fff;
	font-size: 1.3rem;
	margin-right: 10px;
}
.application-lead strong{
	font-size: 2.4rem;
	color: #d90e15;
}
.application-txt{
	max-width: 800px;
	margin: 0 auto;
}
.contact-btn02{
	background: #e9596c;
	color: #fff;
	display: block;
	padding: 14px 10px;
	width: 90%;
	max-width: 466px;
	margin: 30px auto 0;
	text-align: center;
	border-radius: 4px;
}
.contact-btn02:after{
	content: '';
	background: url(images/arrow03.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-left: 4px;
	background-size: contain;
}
.bg-yellow{
	background: #ffcc00;
}
p.contactform_lead.yellow{
	color: #ffcc00;
}
input[type="submit"].yellow{
	background: #ffcc00;
}
.form-ttl-img{
    margin: 0 auto;
    width: 25%;
    min-width: 190px;
    margin-top: -10px;
}
/*main SP
===================================*/
@media all and (max-width: 768px) {
	.application-lead span{
		display: block;
		font-size: 1.2rem;
	}
	.application-lead{
		font-size: 1rem;
		margin-bottom: 20px;
	}
	.application-lead strong{
		font-size: 1.4rem;
	}
	.duedate{
		font-size: 1.2rem;
	}
	.duedate small {
		font-size: 1rem;
	}
	.otoku-bg{
		padding: 30px 0 10px;
	}
	.price{
		margin-bottom: 0;
	}
	.main-bg{
		padding-top: 10px;
	}
	.form-wrap {
    padding: 0 0 80px 0;
    }
	.otoku-item-txt{
		font-size: 16px;
	}
	.otoku-item-txt-1{
		margin: -10px 0 10px;
	}
	.otoku-item-txt-right{
		text-align: right;
        margin: -15px 0 15px;
	}
	.otoku-item02-1{
		width: 80%;
        margin-bottom: 3px;
	}
.main-bg .page_ttl {
    width: 70%;
        margin-top: 20px;
}}
@media (max-width: 600px) {.list_02{width: 91%; margin-left: 7%;}.otoku-item-txt{font-size: 14px;}}
@media (max-width: 470px) {.price-lead,.diagnose-txt {margin-left: 26%;}.price-lead strong{font-size: 1.6rem;} .price-lead,.price-lead span{font-size: 1.2rem;}}
@media (max-width: 440px) {.otoku-lead {font-size: 1.3rem;}  .price-comparison-bg {padding: 30px 0 20px;}.price-comparison-cacth{top: 8px;} .diagnose-cacth { width: 25%; max-width: 130px; top: 15px; left: -10px;} .diagnose-txt strong {font-size: clamp(1.5rem, 4vw, 2rem);}}
@media (max-width: 372px) {.price-lead, .diagnose-txt {margin-left: 24%;}}
@media (max-width: 354px) {.otoku-lead {font-size: 1.2rem;}}
@media (max-width: 349px) {.price-lead,.diagnose-txt{ margin-left: 20%;}.price-comparison-cacth,.diagnose-cacth{width: 22%;}}
/*main PC
===================================*/
@media all and (min-width: 769px) {}