@charset "utf-8";
/* CSS Document */
html{
	width: 100%;
	font-family: "Noto Sans JP",sans-serif !important;
	font-size: 18px;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
	color:#333333;
}

a:link {
	padding: 5px;
	color: #333333;
}

/*離脱防止ポップアップstart*/
/*ボタン*/
.buttonpopup {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #000;
	background: #CCCCCC;
	border-radius: 4px;
	border: 1px solid #000000;
	cursor: pointer;
}



/*ポップアップ*/
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: relative;
	width: 80%;
	margin:0 auto;
	padding:30px;
	max-width: 600px;
	top:10%;
	background-color: #fff;
	border-radius: 20px;
	text-align:center;
	z-index: 2;
}
.popup-inner img {
	width: 80%;
}
.close-area {
	display:inline-block;
	cursor: pointer;
	position: fixed;/*×ボタンの位置指定*/
	top: 10px;
	right: 10px;
	text-align:right;
	
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	pointer-events: none;/*背景のグレーを押しても閉じないようにする*/
}
/*離脱防止ポップアップend*/

.header_bg{
	background-color: #082E67;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
	width: 100%;
	z-index: 5;
}

.header{
	max-width: 1200px;
	height: 50px;
	padding: 10px;
	line-height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto;
}

.header_logo{
	display: flex;
	top: 0;
	left: 0;
	height: 50px;
}


	.price_subtitle {
		width: 100%;
	padding: 0 30px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.page3_img {
	width: 100%;
	max-width: 1080px;
	margin: 20px 0;
}

.form_box {
	background-image: url("img/bg_04.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
}

#form4 .form_box {
	background-color: #B21D1D;
	width: 100%;
	padding: 20px 0;
	margin: -5px auto 0;
}



.comment_annotation {
	text-align: right;
	font-size: 0.6rem;
	color: #444444;
}

.price_title {
	font-size: 1.5rem;
	font-weight: bold;
}



.mailbtn {
	margin-top: 20px;
	height: 60px;
}

.header_right {
	display: block;
	float: right;
	width: 500px;
	height: 100px;
    line-height: 100px;
}
.contact1 {
	float: right;
	width: 270px;
	height: 100px;
    line-height: 100px;
	text-align: center;
}

.contact2 {
	float: right;
	width: 200px;
	height: 100px;
    line-height: 100px;
}

.tel{
	color: #000000;
	font-size: 1.4rem;
	font-weight: bold;
	
}

.time{
	display: flex;
	top: 100px;
	left: 50%;
	font-size: 0.7rem;
	line-height: 1.2;
}

.mail{

	margin: auto;
}

#fv{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	
}

.fv{	
width: 100%;
max-width: 1080px;
object-fit: cover;
	}



.info{
	max-width: 350px;
	width: 30%;
	margin-top: -50px;
	
}

#form1{
	text-align: center;
	background-image: url("img/pc_fv_bg_02.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 0;
	margin-bottom: 150px;
}

#form2{
	text-align: center;
	background-image: url("img/pc_fv_bg_02.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 20px 0 0;
}

#form3{
text-align: center;
}


#form4{
	text-align: center;
	position: relative;
	z-index: 1;
	
}

#form5 {
	text-align: center;
	background-image: url("img/pc_fv_bg_02.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 20px 0 0;
}



.form-text{
	font-size: 1.2rem;
	color: #ffffff;
	font-weight:bold;
}

input::focus::placeholder {
  color: transparent;
}

.hilight{
	font-weight: bold;
	background-color:#F73737;
	color: #F7D300;
}

.mailform{
	width: 800px;
	height: 60px;
	font-size: 1.2rem;
	text-align: left;
margin: 10px 0 -10px;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

#app {
    width: 400px;
	height: auto;
    margin: 40px auto;
    line-height: 1.5;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: transparent;
}

.shiny-btn {
	margin: 0 auto;
    width: 800px;
    cursor: pointer;
    overflow: hidden;
	transition: 0.3s;
	animation: shiny-btn
	2000ms ease infinite;
	z-index: 3;
}

@keyframes shiny-btn {
  0%  { transform: scale(1); }
  15% { transform: scale(1.05); }
  30% { transform: scale(1); }
  45% { transform: scale(1.05); }
  70% { transform: scale(1); }
}

.shiny-btn:hover{
    opacity: 0.5;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 20px;
    height: 100%;
    transform: scale(2) rotate(10deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.btn-wrapper {
  padding: 20px;
  text-align: center;
}

.checktxt{
	color: #ffffff;
	font-size: 0.5rem;
	margin: 0 auto;
	
}

.page2{
	background-image: url("img/bg_01.png");
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 30px;
	margin-bottom: 100px;
	margin: 0px auto;
	text-align: center;
	padding: 60px 0;
	
}

.title{
	text-align: center;
	background-color: #f6ae27;
}

.meigara {
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
	float: none;
}

.line{
	width: 100%;
	max-width: 800px;
	margin: 20px auto;
	float: none;
}

.frame{
	background-color: #ffffff;
	border-radius: 30px;
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 100px ;
}

.red_text{
	font-weight: bold;
	color: #b92b2b;
	
}



.checklist{
		
	max-width: 800px;
	width: 100%;
	margin: 10px auto;
	text-align: left;
	font-size: 1.3rem;
}

.checkimg{
	position:relative;
	top: 5px;
	left: 0px;
}

.page2title{
	text-align: center;
	color: #F73737;
	font-weight: bold;
	font-size: 1.5rem;
}

.pink{
	font-size: 1.5rem;
	font-weight: bold;
	color: #035989;
	background: linear-gradient(transparent 70%, #ed9daf 70%);
}

.triangle{
	
	width: 100%;
	
}
.page3{
margin: 0 auto;
background-color: #ffffff;
	text-align: center;
	padding: 60px 0;
}

.worry{
	padding: 10px 10%;
    display: flex;
    align-items: center;
    margin: auto;
}

.worrytext{
	font-size: 1.3rem;
	line-height:2;
    flex-wrap: wrap;
	text-align: center;
}

.worryred{
	color: #d91917;
	font-weight: bold;
}

.worryimg{
	width: 40%;
	display: flex;
}

.exampletext{
	width: 100%;
	max-width: 1200px;
	text-align: center;
	
}


.brand_cont{
	width: 100%;
    max-width: 1000px;
    margin: 40px auto 0; 
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.brand_cat{
    background-color: #ffffff;
    padding: 20px ;
    width: 45%;
    margin-bottom: 30px;
}

.brand_name{
    background-color: #035989;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
}

.brand_cat_in{
    display: flex;
    padding: 10px 0 5px;
    border-bottom: solid 1px #000;
}

.brand_left{
    width: 50%;
	
}

.brand_right{
    width: 50%;
    padding: 0 0 0 5px;
}

.brand_right img{
    width: 99%;
	height: 100%;
}

.brand_box{
    display: flex;
    border-bottom: solid 1px #000;
    margin-bottom: 5px;
}

.brand_box2{
    display: flex;
}

.brand_cat_title span{
	
    background-color: #035989;
    padding: 3px 6px;
    color: #ffffff;
    font-weight: bold;
}

.brand_cat_title2 span{
    background-color: #d91917;
    padding: 3px 6px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8em;
}

.brand_text{
    font-size: 1.4em;
    line-height: 1.1em;
    padding-left: 5px;
}

.brand_text2{
    color: #d91917;
    font-weight: bold;
    line-height: 1.1em;
    padding-left: 5px;
}

.page4{
	width: 100%;	
	margin: 0 auto;
background-color: #f8f6ee;
	padding: 20px 0 60px;
}

.page5{
	background-image: url("img/bg_02.png");
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 30px;
	margin-bottom: 100px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0;
}

.merit_width{
	width: 100%;
	max-width: 1080px;
	display: flex;
    align-items: center;
	margin: 0 auto;
}

.merit_1{
	width: 90%;
	margin: 0 auto;
	padding: 50px 5% ;
	background: linear-gradient(to right, #eeeeee,#ffffff);
	
}



.merit_title_1{
	color: #035989;
	font-weight: bold;
	margin: 20px 0;
}

.merit_text{
	width: 59%;
	
}

.merit_gap{
	width: 2%;
}

.merit_img{
	width: 39%;
}

.merit_text_1{
}

.merit_image_1{
	width: 100%;
}


.merit_2{
	width: 90%;
	margin: 0 auto;
	padding: 50px 5% ;
	background: linear-gradient(to left, #eeeeee,#ffffff);
}
.merit_image_2{

}

.merit_title_2{
	color: #035989;
	font-weight: bold;
	margin-bottom: 20px;
}

.merit_text_2{
	
}

.kawabata{
	width: 100%;
	margin: 0 auto;
	padding: 0;
background-image: url("img/pc_kabwabata_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.kawabata_width{
	max-width: 1000px;
	padding: 0 10%;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
}


.kawabata_name{
	width: 100%;
	height: 100%;
	display: flex;
}

.kawabata_comment{
	width: 100%;
	height: 100%;
	display: flex;
}

.kawabata_text{
	width: 100%;
	display: flex;
	
}

.kawabata_image{
	width: 40%;
	display: flex;
}

.title_red{
	color:#d91917;
	
}



.page6{
	margin: 0 auto;
background-color: #f8f6ee;
	text-align: center;
	padding: 60px 0 1px;
}

.title_white{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	
}

.trouble{
	width: 100%;
    max-width: 1080px;
    margin: 20px auto 0; 
    display: flex;
}

.trouble_cont_l{
		
    width: 40%;
	height: 40%;
	margin:auto 0;
	margin-right: left(60%);
}

.trouble_image{
	width: 60%;

	
}



.trouble_cont{
	width: 80%;
	max-width: 1080px;
    margin: 0 auto; 
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.trouble_cat_1{
    width: 44%;
	background-color: #eee;
	border-radius: 20px;
	margin:  2% auto;
	max-width: 500px;
	padding: 1%
}


.trouble_cat_2{
    background-image: url("img/pc_trouble2.png");
	background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
	height: auto;
	margin: 10px;
}

.trouble_cat_3{
    background-image: url("img/pc_trouble3.png");
	background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
	height: auto;
	margin: 10px;
}

.trouble_cat_4{
    background-image: url("img/pc_trouble4.png");
	background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
	height: auto;
	margin: 10px;
}

.trouble_name{
    font-weight: bold;
	margin: 5px auto;
	text-align: center;
}

.arrow {
	width: 500px;
	text-align: center;
	margin: -40px auto -80px;
  font-weight: bold;
  padding: 30px 50px;
  background: #ffffff;
  color: #d91917;
	font-size: 3.6rem;
  clip-path: polygon(0 0,100% 0, 100% 70%, 50% 100%,0 70%);
}


.page7{
	width: 100%;
	background-image: url("img/pc_snapbg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 8rem 0 0;
	margin: -0px 0;
	
}


.peace{
	width: 100%;
    margin: 20px auto 0; 
    display: flex;

}


.peace_cont{
	width: 80%;
	max-width: 1080px;
    margin: 0 auto; 
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;

}

.peace_cat_1{
display: flex;
width: 100%;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 2% 20px;
	padding: 10px 10px;

}

.peace_cat_2{
    background-image: url("img/pc_peace2.png");
	background-repeat: no-repeat;
    background-size: cover;
   width: 670px;
	height: 110px;
	margin: 10px;
}

.peace_cat_3{
    background-image: url("img/pc_peace3.png");
	background-repeat: no-repeat;
    background-size: cover;
    width: 670px;
	height: 110px;
	margin: 10px;
}

.peace_cat_4{
    background-image: url("img/pc_peace4.png");
	background-repeat: no-repeat;
    background-size: cover;
    width: 670px;
	height: 110px;
	margin: 10px;
}


.peace_image{
	display: flex;
    width: 35%;
	height: 35%;
	
}

.peace_img {
	width: 20%;
	margin-left: 20%;
}

.peace_name{
    font-weight: bold;
	width: 60%;
	  margin-top: auto;
  margin-bottom: auto;
	padding-left: 40px;
}

.fv2_bg{
	width: 100%;
	background-color: #deeff9;
	/*
	background-image: url("img/pc_fv2_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	*/

}

.fv2{
	width: 100%;
	max-width: 1200px;
	}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 180px;
    height: 100%;
    background: #b5e61d;
    transform: skew(10deg);
    transform-origin: bottom right;
}

.price{
	width: 800px;
	margin:0 auto;
	border-collapse: collapse;
	background-color: #fff;
	
}

.price th{
	padding: 20px 5px;
	background-color:#ffffff;
	width: 25%;
	font-size: 1rem;
	
}

.price td{
	padding: 20px 5px;
	font-weight: bold;
	font-size: 1rem;
}

.zero{
	font-size: 10.9rem;
}

.paid{
	width: 800px;
	margin:0 auto;
	border-collapse: collapse;
}

.paid th{
	padding: 10px 0;
	color:#035989;
	width: 33.3%;
}

.lisk{
	width: 800px;
	margin: 0 auto;
}



.btn-submit {
	background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    outline: none !important;
    display: inline-block;
    width: auto;
}

.check {
	display: none;
}

.fv_bg {
	width: 100%;
	/*background-color: #DFDFDF;*/
	background-image: url("img/pc_fv_bg_02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.midashi {
	font-size: 2rem;
	font-weight: bold;
	color: #333333;
}

.inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.page3_bg {
	background-color: #f8f6ee;
	text-align: center;
	padding: 60px 0;
}

.midashi_bottom {
	border: 2px solid #1B1464;
	width: 150px;
	margin: 5px auto 10px;
	
}

.left {
	width: 77%;
	padding: 0 1% 0 2%;
}

.right {
	width: 17%;
	padding: 0 2% 0 1%;
}

.big {
	font-size: 2rem;
}

.blue_midashi_bg {
	background-color: #F73737;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}


.blue_midashi {
		font-size: 2rem;
	font-weight: bold;
	color: #fff;
}
.comment_right {
  float: none;
}

.comment_img {
  width: 140px;
}

.border {
	border: 2px solid #ccc;
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
	padding: 20px 50px;
	background-color: #ffffff;
}

.form_txt {
	width: 80%;
	min-width: 250px;
	max-width: 600px;
	padding: 0 auto 40px;
	float: none;
}



.fixed_banner {
position: fixed;
right:0;
bottom: 0;
display: none;
z-index: 100;
width: 12%;
text-align: right;
background-color: transparent;
padding: 10px 0;
}

.fixed_banner img{
max-width:1080px
}

.fixed_banner img:hover{
    opacity: 0.9;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.fixed_banner img:active{
	-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none !important;

}

.fixed_size {
width: 90px;
}

 .yureru-j {
    animation: yureru-j 2s infinite;
	 margin-bottom: -10px;	
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}








.footer{
	width: 100%;
}


.footerTop_bg{
	margin: 0 auto;
}

.footerTop{
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
}


.f_navi_bg{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	padding-top:30px; 
}

.f_navi {
	text-decoration: none;
	margin:0 auto;
	padding: 30px ;
	display: inline-block;
	text-align:left;
	
}

h4{
	font-size: 1.4rem;
}

h5{
	font-size: 1rem;
}

.company{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 1rem;
}

.footerMain{
	max-width: 800px;
	text-align: left;
	margin: 0 auto;
	font-size: 0.8rem;
}

.footerBottom{
	text-align: center;
	padding: 10px;
	font-size: 0.8rem;
}


.footerLogo {
	width: 80%;
	max-width: 300px;
}

.title_img {
	width: 100%;
	max-width: 1080px;
	background-color: #f6ae27;
	margin-bottom: -8px;

}

.three_bg {
	
}

.three_box {
	width:90%;
	max-width: 1080px;
	text-align: center;
	margin:15px auto 50px;
	
}

.three_img {
	width: 31%;
	padding: 1% 1%;
	text-align: center;
	float: left;
}

body {
	
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.page1 {
	margin: 0 auto;
background-color: #f8f6ee;
	text-align: center;
	padding: 30px 0 1px;
}


.comment{
	width:90%;
	max-width: 1080px;
	margin: 40px auto;
	background-color: #fff;
	padding: 20px;
	box-shadow: 5px 5px #ccc;
	text-align: left;
}

.comment_img_1 {

	float: left;
	margin-right: 20px;
}

.comment_name {
  font-weight: bold;
  padding: 20px 0;
  margin-top: auto;
  margin-bottom: auto;
}
.comment_txt {
	line-height: 1.7;
	font-weight: 500;
}
.comment_kome {
  text-align: center;
  padding-bottom: 18px;
  color: #c0c0c0;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.form_box_cleat {
	width: 90%;
	max-width: 800px;
	border-radius: 10px;
	margin: 0 auto ;
}

.footer_width {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.dai {
	width: 100%;
	max-width: 1000px;
	margin: 60px auto -30px;
}

.gradation {
		background-color: #f8f6ee;
	text-align: center;
	padding: 60px 0;
}

.yellow_text {
	color: #D19C00;
	font-weight: bold;
}

.yazirusi {
		width: 20%;
	max-width: 1080px;
}


.four_bg {
    width:100%;
	max-width: 1080px;
	text-align: center;
	margin:15px 0 50px;
	
}

.two_bg {
	margin:10px auto;
	display: flex;
	width: 100%;
    align-items: center;
}

.four_box {

}

.four{
	width: 21%;
	padding: 10px 1%;
	margin: 0 1%;
	font-weight:bold;
	text-align: center;
	background-color: #e4f2fd;

}

.three{
	width: 31%;
	padding: 10px 1%;
}

.four {

	width: 31%;
	padding: 1% 1%;
	text-align: center;
	float: left;
}

.page8 {
	margin: 0 auto;
background-color: #EDF4F7;
	text-align: center;
	padding: 60px 0 ;
}



.img100 {
	width: 100%;
}

.page9 {
		margin: 0 auto;
background-color: #D3E4EA;
	text-align: center;
}

.page10 {
	margin: 0 auto;
background-color: #ffffff;
	text-align: center;
	padding: 20px 0;
}


.book_name {
  font-weight: bold;
  padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	text-align: left;
	font-size: 1.3rem;
	
}

.book {
	width:90%;
	max-width: 1080px;
	margin: 10px auto;
	padding: 20px;
	text-align: left;
	clear: both;
}

.book_img_1 {
	width: 20%;
	float: left;
}

.book_right {
	float: left;
	width: 80%;
}

.book_img {
	width: 80%;
	margin: 0 10%;
}

.none {
	clear: both;
}

.book_01 {
	background-color: #010cb3;
}

.book_02 {
	background-color: #7cb62c;
}

.book_03 {
	background-color: #e83b0f;
}

.box_text_blue {
	border: 3px solid #024C8B;
	background-color: #eee;
	font-size: 1.5rem;
	max-width: 800px;
	margin: 0 auto;
	color: #024C8B;
	font-weight: bold;
	line-height: 1.5;
}


.blue_text{
	color: #024C8B;
	font-weight: bold;
}

.box_text_orange {
	border: 3px solid #f7931e;
	background-color: #f7931e;
	text-align: center;
	font-size: 1.5rem;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

.text {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-weight: 500;
	line-height: 1.7;
	text-align: left;
}

.form_img {
	width: 100%;
	max-width: 1000px;
}

.gradation_img {
	width: 100%;
	max-width: 1080px;
}

.send-btn {
	margin: 1rem auto;
    position: relative;
    display: block;
    width: 800px;
    height: auto;
	font-size: 2.5rem;
	padding: 2rem 0;
    text-align: center;
    text-decoration: none;
    color: #000;
	font-weight: bold;
    cursor: pointer;
    overflow: hidden;
	transition: 0.3s;
	background-color:#fcee21;
	border-radius: 20px;
		
}

.send-btn:hover{
    opacity: 0.7;
}

.send-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 20px;
    height: 100%;
    transform: scale(2) rotate(10deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/*ふわっと出現*/
.sa {
  opacity: 0;
  transition: all 1.0s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-50px, 0);
}
 
.sa--rl {
  transform: translate(50px, 0);
}
 
.sa--up {
  transform: translate(0, 50px);
}
 
.sa--down {
  transform: translate(0, -50px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}



@media (min-width: 1081px) {

.sp{
	display: none !important;
	}
}


@media (max-width: 1080px) {
html{
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.5;
}
	
.pc{
	display: none !important;
}

	
#fv{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

	
.header{
	max-width:100%;
	padding: 0;
	line-height: 100%;
	margin:0 auto ;
}
	
.header_bg{
	max-width: 1080px;
}

.header_logo{
display: block;
	top: 0;
	left: 0;
	height: 30px;
	max-width: 200px;
}
	
	
	
.form_box {
	width: 100%;
	padding: 10px 0;
	margin:  auto 0;
}
	
	
#form4 .form_box {

	padding: 5px 0 20px;

}
	
.line{
	max-width: 500px;
	width: 90%;

}
	
.tel{
font-size: 1rem;
}	
	
.time{
	top: 0px;
	left: 0;
}

.mail{
	top: 0px;
	text-align-last: right;
	text-align: right;
}
	
.info{
	width: 40%;
}
	
.text {
	line-height: 1.8;
	text-align: left;
}
	
.form{
	width: 90%;
	padding: 30px 5%;
	margin-top: -40px;
}
	
.form-text{
	line-height: 1.4
}
	
.mailform{
	width: 90%;
	max-width: 600px;
	height: 50px;
	font-size: 0.8rem;
	text-align: left;
}
	
.meigara {
	width: 100%;
	max-width: 700px;
	margin: 0px auto 20px;
}
	
.three{
	width: 80%;
	max-width: 400px;
	
}
.three_img {
	width: 48%;
	padding: 1% 1%;
	text-align: center;
	float: left;
}
	

.shiny-btn {
	padding: 0;
	width: 90%;
 
}
	
.midashi {
	font-size: 1.3rem;
}
	
.page1{
		padding: 0;
	}
	
.inner {
	width: 90%;
	margin: 0 auto;
}

.box_text_blue {
	font-size: 1.2rem;
}	
	
.box_text_orange {
	font-size: 1.2rem;
}	

.frame{
	width: 80%;
	padding: 20px 5% ;
	line-height: 1.5;
}	
	
.checktext{
	}
	
.checklist{
		width: 90%;
	font-size: 1.1rem;
	}	
	
.page2title{
	margin: 0 auto;
	font-size: 1.3rem;
	}	
	
.worry{
	width: 90%;
	padding: 10px 5%;
	display: block;
}

.worrytext{
	width: 90%;
	display: block;
	line-height: 1.5;
	padding: 0 5%;
	}

.worryimg{
	width: 100%;
	display: flex;
}	

.four{
	width: 46%;
	padding: 10px 1%;
	margin: 0 1%;
	font-weight:bold;
	text-align: center;
	background-color: #e4f2fd;
	font-size: 0.8rem;
}
	
.four {
	width: 80%;
	max-width: 500px;
}
	


	
	
.exampletext{
	width: 90%;
	text-align: left;
	padding: 0 5%;
	line-height: 1.5;
}
	

.brand_cont{
	width: 100%;
    margin: 40px auto 0; 
    padding-bottom: 40px;
    display: block;
}
	
.brand_cat{
    background-color: #ffffff;
    width: auto;
    margin-bottom: 30px;
}	

.brand_left{
    width: 100%;
	
}

.brand_right{
    width: 100%;
    padding: 0 0 0 5px;
}	
	
.brand_cat_in{
    display: block;
    padding: 10px 0 5px;
    border-bottom: solid 1px #000;
}	
	
.brand_right img{
    width: 99%;
	height: 200px;
}
	
	.why{
		width: 100%;
		max-width: 500px;
	}	
	
	
.merit_width{
	width: 100%;
	display: block;

}
	

.merit_text{
width: 100%;
	
}

.merit_gap{
	width: 2%;
}

.merit_img{
	width: 80%;
	margin: 0 10%;
}

.merit_1{
	margin: 0 auto;
	padding: 50px auto ;
	background: linear-gradient(to right, #eeeeee,#ffffff);
	
}



.merit_title_1{
	width: 100%;
	color: #035989;
	font-weight: bold;
	margin: 20px 0;
}



.merit_text_1{
	line-height: 1.5;	
}

.merit_image_1{
	display: flex;
	margin:0 auto;
}


.merit_2{
	padding: 50px auto ;

}
.merit_image_2{
	width: 80%;
	display: flex;
	margin:0 auto;
}

.merit_title_2{
	color: #035989;
	font-weight: bold;
	margin-bottom: 20px;
}

.merit_text_2{
	line-height: 1.5;	
}
	

.kawabata{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: none;
}

.kawabata_width{
	padding: 0 5%;
}


.kawabata_name{
	display: block;
}

.kawabata_text{
	width: 100%;
	line-height: 1.5;	
}

.kawabata_txt{

}	
	

.trouble_cont{
	width: 90%;
}

.trouble_name{
    font-weight: bold;
	text-align: center;
	width: auto;
	
}
	
.trouble_image{
	width: 60%;

	
}
	
.arrow {
	width: 80%;
	max-width: 500px;	
	margin: -30px auto -30px;
	box-sizing: border-box;
  padding: 10px 5px;
  color: #d91917;
}
	
.price{
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	border-collapse: collapse;
}

.price th{
	padding: 10px 5px;
	font-size: 0.7rem;
}

.price td{
	font-size: 0.7rem;
	padding: 10px 5px;
}	
	

.zero{
}

.paid{
	width: 100%;
	margin:0 auto;
	border-collapse: collapse;
}

.paid th{
	padding: 10px 0;
	color:#035989;
	width: 33.3%;
}	
	
.lisk{
	width: 100%;
	margin: 0 auto;
}	
	

.page7{
	width: 100%;
	background-image: url("img/pc_snapbg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 8rem 0 0;
	margin: -0px 0;
}


.peace{
	width: 100%;
    margin: -20px auto 0; 
    display: flex;
	
	
}
	
.border {
	width: 100%;
	margin: 10px auto;
	padding: 10px 0;
}

.blue_midashi {
	font-size: 1.5rem;
}

.peace_cont{
	width: 90%;
}

.peace_cat_1{
	padding: 10px 5px;
}

.peace_image{
	
    width: 40%;
	margin-right: left(70% - 80vw);
	
}
	
.peace_img {
	width: 39%;
	margin-left: 1%;
	max-width: 200px;
}

.peace_name{
    font-weight: bold;
	width: 60%;
	  margin-top: auto;
  margin-bottom: auto;
	padding-left: 20px;
}	
	
	
.fixed_banner {
position: fixed;
text-align:center;
left: auto;
bottom: 0;
display: none;
z-index: 0;
width: 100%;
background-color: rgba(115,115,115,0.5);

padding: 10px 0;
}

.fixed_banner img{
width: 90%;
}
	
.fixed_size {
width: auto;
	max-width: 500px;
}
	
.f_navi {
}
		
.send-btn {
    width: 80%;
	font-size: 1.5rem;
	padding: 1.5rem 0;
		
}	
	
.company::after{
 content:"\A";
 white-space:pre;
}
	
.footerMain{
	font-size: 0.8rem;
	width: 90%;
}
	
	.header_right{
		float:right;
		width: 230px;
		display: block;
	}
	
	.mailbtn{
		width: 50px;
	height: 50px;
		padding-top: 5px;
	}
	
	.contact1{
		width: 180px;
	}	
	.contact2{
		width: 50px;
	}
	
.price_subtitle {
	width: auto;
}
	
.page3_img {
	width: 60%;
	max-width: 500px;
	margin: 20px 0;
}
	
.fixed_banner .jump {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

	
.four_img {
	width: 80%;
	max-width: 400px;
	padding: 2%;
}
	
.comment_img {
  width: 100px;
}
	
.form_box_cleat {	
width: 100%;
	max-width: 600px;
	border-radius: 10px;
	padding: 0px 0;
	margin: 0px auto 0;
	}
	
.fixed_banner .jump {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}


	
.book_img_1 {
	width: 30%;
	float: left;
}
	
.book_right {
	float: left;
	width: 70%;
}
	
}

@media (max-width: 768px) {

	
.fv{
	width: 100%;
	max-width: 800px;
height: auto;
object-fit:contain;
margin-bottom: -5px;
	}

	
.fv_bg {
	width: 100%;
	/*background-color: #DFDFDF;*/
	background-image:none !important;
	}
	
.cta_pc{
	display: none !important;
	}
	
#form2 {
	background-image:none;
	padding: 0;
}
	
		
#form5 {
background-image: none;
	padding: 0;
	margin-bottom: -10px;
}

}

@media (min-width: 769px) {

.cta_sp{
	display: none !important;
	}
}








