@charset "UTF-8";

html{
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	margin: 0px;
	padding: 0px;
	line-height:normal;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	transition: all 0.4s;
	color: #000000;
}

#wrapper{
	font-family:"Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	line-height: 1.2;
}
.red{
	color: #ff0000;
}
p{
	line-height: 1.7;
	letter-spacing: normal;
}
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
.tab{
	display: none!important;
}
section{
	box-sizing: border-box;
	padding: 100px 0 0;
}
.container {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}
h2{
	font-weight: 800;
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}
h2 span{
	font-size: 112.5%;
}
.title_case{
	text-align: center;
}
.title_hukidashi{
	text-align: center;
	font-weight: 800;
	font-size: 30px;
	padding: 0 40px;
	position: relative;
	display: inline-block;
}
.title_hukidashi::before{
	position: absolute;
	content: "";
	background-image: url(../images/hukidashi_l.svg);
	width: 26px;
	height: 39px;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
}
.title_hukidashi::after{
	position: absolute;
	content: "";
	background-image: url(../images/hukidashi_r.svg);
	width: 26px;
	height: 39px;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
}
h3,h4{
	font-weight: 800;
}
.btn {
  border-radius: 10px;
  cursor: pointer;
  width: 320px;
  height: 90px;
  	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
}
.btn.btn_or{
  background-color: #f08200;
  box-shadow: 0 5px 0 #d66f01; 
}
.btn.btn_or .case span{
	color: #f08200;
}
.btn.btn_gr{
  background-color: #06c655;
  box-shadow: 0 5px 0 #03b24b; 
}
.btn.btn_gr .case span{
	color: #06c655;
}
.btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.btn .img_case{
	width: 20%;
}
.btn .img_case img{
	width: 50px;
	height: auto;
}
.btn .case{
	width: 80%;
	text-align: center;
	color: #ffffff;
	font-weight: 800;
} 
.btn .case span{
	background-color: #ffffff;
	padding: 2px 20px;
	margin-bottom: 5px;
	display: inline-block;
}
/* header */
#top-head {
	width: 100%;
}
#top-head .head_01 {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 94%;
	height: 120px;
}
#top-head .head_01 h1.logo{
	max-width: 360px;
	text-align: center;
}
#top-head .head_01 h1.logo img{
	width: 100%;
}
#top-head .head_01 h1.logo span{
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}
#top-head .head_01 .head_sub{
	display: flex;
	align-items: center;
}
#top-head .head_01 .head_sub .tel{
	display: flex;
	align-items: center;
	margin-right: 20px;	
}
#top-head .head_01 .head_sub .tel .case p{
	font-size: 16px;
}
#top-head .head_01 .head_sub .tel img{
	max-width: 220px;
	margin-right: 10px;
}
#top-head .head_01 .head_sub .tel .case{
	font-weight: 800;
}
#top-head .head_01 .head_sub .tel .case a{
	font-size: 40px;
	letter-spacing: -1px;
	padding-left: 45px;
	position: relative;
}
#top-head .head_01 .head_sub .tel .case a::before{
	content: "";
	width: 40px;
	height: 31px;
	background-image: url(../images/tel_icon.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 15px;
	background-size: cover;
}
#top-head .head_01 .head_sub .btn_or{
	margin-right: 20px;
}
#top-head .head_02{
	border-top: 1px solid #eeeeee;
}
#top-head .head_02 .container{
	display: flex;
	font-weight: 800;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
#top-head .head_02 .container a{
	width: 25%;
}
#top-head .head_02 .container a:hover{
	opacity: 0.8;
}

/* cvArea */
.cvArea .container .tel_case{
	background-color: #f0fcf5;
	border-radius: 20px;
	margin-bottom: 50px;
	display: block;
}
.cvArea .container .tel_case:hover{
	opacity: 0.6;
}
.cvArea .container .tel_case h2{
	font-size: 45px;
	background-color: #ff0000;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;	
	color: #ffffff;
	padding: 10px 0;
	margin-bottom: 0;
}
.cvArea .container .tel_case .pack{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}
.cvArea .container .tel_case .pack .number{
	font-size: 70px;
	letter-spacing: -1px;
	padding-left: 80px;
	position: relative;
	font-weight: 800;
	margin-right: 50px;
}
.cvArea .container .tel_case .pack .number::before{
	content: "";
	width: 70px;
	height: 54px;
	background-image: url(../images/tel_icon.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 15px;
	background-size: cover;
}
.cvArea .container .tel_case .pack p{
	font-size: 30px;
	font-weight: 700;
}
.cvArea .container .btn_case{
	display: flex;
	justify-content: space-between;
}
.cvArea .container .btn_case .btn{
	width: 48%;
	height: 160px;
}
.cvArea .container .btn_case .img_case{
	text-align: center;
}
.cvArea .container .btn_case .img_case img{
	width: 70px;
}
.cvArea .container .btn_case .case{
	font-size: 32px;
}

/* cardArea */
.cardArea img{
	width: 100%;
}

/* mainimgArea */
#mainimgArea{
	background-color: #007a47;
	padding: 0;
}
#mainimgArea .container{
	max-width: 1400px;
	padding-top: 60px;
}
#mainimgArea .container img{
	width: 100%;
}

/* couponArea */
#couponArea{
	padding: 50px 0 0;
}
#couponArea .container a{
	display: block;
}
#couponArea .container a:hover{
	opacity: 0.8;
}
#couponArea .container a img{
	width: 100%;
}

/* planArea */
#planArea .container ul{
	display: flex;
	justify-content:space-between;	
	flex-wrap: wrap;	
}
#planArea .container ul li{
	width: 48%;
	background-color: #fafafa;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 4%;
}
#planArea .container ul li h3{
	background-color: #007a47;
	color: #ffffff;
	font-size: 45px;
	padding: 50px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#planArea .container ul li h3 span{
	display: block;
	font-size: 48.9%;
}
#planArea .container ul li img{
	width: 100%;
}
#planArea .container ul li .case{
	padding: 30px;
	box-sizing: border-box;
}
#planArea .container ul li .case .pack{
	display: flex;
	justify-content:space-between;	
	margin-bottom: 20px;
	align-items: center;
}
#planArea .container ul li .case .pack .item{
	width: 50%;
	font-weight: 700;
	font-size: 22px;
}
#planArea .container ul li .case .pack .item span{
	background-color: #fff100;
	padding: 5px 70px;
	border-radius: 100px;
	margin-bottom: 10px;
	display: inline-block;
}
#planArea .container ul li .case .price{
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
}
#planArea .container ul li .case .price span{
	font-size: 60%;
}
#planArea .container ul li .case .price span.isshiki{
	color: #000000;
	padding-right: 5px;
}

#planArea .container ul li .case .pack img{
	width: 50%;
}

/* reasonArea */
#reasonArea{
	padding: 100px 0;
	background-color: #007a47;
	margin-top: 100px;
}
#reasonArea .container h2{
	color: #ffffff;
}
#reasonArea .container .case{
	display: flex;
	justify-content:space-between;	
	align-items: flex-start;
	margin-bottom: 60px;
}
#reasonArea .container .case.reverse{
	flex-direction: row-reverse;
}
#reasonArea .container .case:last-child{
	margin-bottom: 0;
}
#reasonArea .container .case img{
	width: 45%;
}
#reasonArea .container .case .pack{
	width: 50%;
	color: #ffffff;
}
#reasonArea .container .case .pack h3{
	font-size: 36px;
	margin-bottom: 30px;
}
#reasonArea .container .case .pack ul{
	color: #fff100;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 22px;
}
#reasonArea .container .case .pack ul li{
	margin-bottom: 10px;
}
#reasonArea .container .case .pack p{
	font-size: 16px;
}
#reasonArea .container .case .pack p a{
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
#reasonArea .container .case .pack p a:hover{
	border-bottom: none;
	opacity: 0.8;
}

/* hikakuArea */
#hikakuArea .container h2{
	margin-bottom: 70px;
}
#hikakuArea .container table{
	width: 100%;
	margin: auto;
	text-align: center;
}
#hikakuArea .container table ,#hikakuArea .container table td,#hikakuArea .container table th {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
#hikakuArea .container table th{
	padding: 30px 0;
	width: 22%;
	font-weight: 800;
	color: #ffffff;
	background-color: #989898;
}
#hikakuArea .container table th.popular{
	width: 34%;
    position: relative;
	border-left: 1px solid #ffffff;
	font-size: 25px;
}
#hikakuArea .container table th.popular .inner{
	background-color: #007a47;
	position: absolute;
    color: #fff;
    left: -3px;
    bottom: -1px;
    display: block;
    padding: 40px 0;
	width: 100%;
	border: 3px solid #007a47;
}
#hikakuArea .container table th:first-child{
	background-color: #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
#hikakuArea .container table td{
	padding: 20px;
}
#hikakuArea .container table tr td:first-child{
	background-color: #fafafa;
}
#hikakuArea .container table tr td:nth-child(2){
	font-weight: 700;
	font-size: 20px;
	border: 4px solid #007a47;
}

/* flowArea */
#flowArea .flow_title{
	background-color: #007a47;
	height: 150px;
}
#flowArea .flow_title h2{
	color: #ffffff;
	line-height: 150px;
}
#flowArea .flow_img_title{
	background-color: #f0fcf5;
}
#flowArea .flow_img_title img{
	width: 100%;
}
#flowArea .flow_step{
	padding-top: 100px;
}
#flowArea .flow_step ul li{
	margin-bottom: 50px;
}
#flowArea .flow_step ul li:last-child{
	margin-bottom: 0;
}
#flowArea .flow_step ul li .step_title{
	height: 100px;
	border-radius: 20px;
	border: 4px solid #007a47;
	line-height: 100px;
	display: flex;
	align-items: center;
	font-weight: 800;
	margin-bottom: 50px;
}
#flowArea .flow_step ul li .step_title .number{
	width: 16%;
	color: #007a47;
	font-size: 30px;
	text-align: center;
}
#flowArea .flow_step ul li .step_title h3{
	font-size: 40px;
	background-color: #007a47;
	color: #ffffff;
	padding-left: 50px;
	width: 84%;
	height: 100%;
	line-height: 100px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
#flowArea .flow_step ul li .step_title h3 span{
	color: #fff100;
}
#flowArea .flow_step ul li .detail{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
#flowArea .flow_step ul li .detail .img_case{
	width: 16%;
	text-align: center;
}
#flowArea .flow_step ul li .detail .img_case img{
	width: 60px;
}
#flowArea .flow_step ul li .detail p{
	padding-left: 50px;
	width: 84%;	
}
#flowArea .flow_step ul li .detail p a{
	border-bottom: 1px solid #000000;
}
#flowArea .flow_step ul li .detail p a:hover{
	border-bottom: none;
	opacity: 0.8;
}

/* hinmokuArea */
#hinmokuArea .container table{
	width: 100%;
	margin: auto;
	text-align: center;
	margin-bottom: 60px;
	box-sizing: border-box;
}
#hinmokuArea .container table:last-child{
	margin-bottom: 0;
}
#hinmokuArea .container table ,#hinmokuArea .container table td,#hinmokuArea .container table th {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
#hinmokuArea .container table th {
	color: #ffffff;
	font-size: 35px;
	padding: 25px 0;
	background-color: #007a47;
}
#hinmokuArea .container table tr td:first-child{
	background-color: #f0fcf5;
	color: #007a47;
	font-size: 30px;
	font-weight: 700;
	width: 30%;
}
#hinmokuArea .container table tr td:last-child{
	padding: 20px;
	width: 70%;
	box-sizing: border-box;
	text-align: left;
	line-height: 40px;
}

/* faqArea */
#faqArea{
	padding: 100px 0;
	background-color: #007a47;
	margin-top: 100px;
}
#faqArea .container h2{
	color: #ffffff;
}
.inner-content ul {
    margin: 0 auto;
}
.inner-content ul li {
/*	margin-bottom: 20px;*/
}
.inner-content ul li:last-child{
	margin-bottom: 0;
}
.inner-content ul li p{
	margin-bottom: 0;
}
.inner-content ul li .answer::before {
    position: absolute;
    left: 25px;
    top: 0;
    content: "A";
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
    font-weight: 600;
    color: #f08200;
}
.inner-content ul li .question::before {
    position: absolute;
    left: 25px;
    top: 20px;
    content: "Q";
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
    font-weight: 600;
    color: #007a47;
}
.inner-content ul li .open-icon {
    position: absolute;
    right: 60px;
 /*   top: calc(50% - 5px);*/
}
.inner-content ul li .answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s ease-out;
    height: auto;
	font-weight: 500;
}
.inner-content ul li .question {
    position: relative;
    height: 100px;
    padding: 0 70px 0 100px;
    display: flex;
    align-items: center;
	background-color: #ffffff;
	border-radius: 20px;
}
.inner-content ul li.is-open .question {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.inner-content ul li .answer {
    position: relative;
    padding: 20px 70px 0 100px;
    align-items: center;
	background-color: #ffffff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.inner-content ul li .open-icon .vertical {
    transform: rotate(-90deg);
    transition: 0.2s ease;
}
.inner-content ul li .open-icon .vertical,
.inner-content ul li .open-icon .horizontal {
    position: absolute;
    height: 4px;
    width: 30px;
    background-color: #007a47;
}
.inner-content ul li .open-icon.is-open .vertical {
    transform: rotate(0deg);
}
.inner-content ul li .open-icon .vertical {
    transform: rotate(-90deg);
    transition: 0.2s ease;
}
.inner-content ul li .answer.is-open {
    max-height: 450px;
    opacity: 1;
    padding-bottom: 30px;
	margin-bottom: 20px;
}

/* contactArea */
#contactArea{
	padding: 100px 0;
	background-color: #f0fcf5;
	margin-top: 100px;
}
#contactArea .container{
	background-color: #ffffff;
	padding: 80px 50px;
	box-sizing: border-box;
}
#contactArea .container .form_case .pack{
	margin-bottom: 30px;
	display: flex;
}
#contactArea .container .form_case .pack .label{
	width: 30%;
}
#contactArea .container .form_case .pack .field{
	width: 70%;
}
#contactArea .container .form_case .pack:last-child{
	margin-bottom: 50px;
}
#contactArea .container .form_case .pack .label{
	margin-bottom: 10px;
}
#contactArea .container .form_case .pack .label .required{
	color: #ffffff;
	background-color:#ff0000; 
	padding: 2px 10px;
	margin-left: 10px;
	font-size: 13px;
	border-radius: 100px;
}
#contactArea .container .form_case .pack .field input,#contactArea .container .form_case .pack .field textarea{
	width: 100%;
	border: none;
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box;
	font-family:"Noto Sans JP", sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	border: 1px solid #000000;
}
#contactArea .container .form_case .pack .field input::placeholder ,#contactArea .container .form_case .pack .field textarea::placeholder {
	font-size: 16px;
	/*font-weight: 700;*/
	font-family:"Noto Sans JP", sans-serif;
	color: #a4a4a4;
}
#contactArea .container .form_case .pack .field input:focus,#contactArea .container .form_case .pack .field textarea:focus{
	outline: 0;
	/*border: 1px solid #cccccc;*/
}
#contactArea .container .form_case .pack .field input{
	height: 60px;
}
#contactArea .container .form_case .pack .field textarea{
	height: 250px;
}
#contactArea .container .form_case .btn_pack{
	margin-top: 50px;
}
#contactArea .container .form_case .btn_pack input{
	border: none;
	background-color: #ff0000;
	color: #ffffff;
	width: 	500px;
	height: 120px;
	line-height: 111px;
	margin: 0 auto;
	display: block;
	font-family:"Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size: 32px;
	transition: all 0.4s;
	border: 4px solid #ac0000;
}
#contactArea .container .form_case .btn_pack input:hover{
	background-color: #ac0000;
}
#contactArea .container .form_case .hidden-fields-container{
	display: none;
}
#contactArea .container .form_case .pack .radio_item input,#contactArea .container .form_case .pack .checkbox_item input{
	height: auto;
	width: auto;
}
#contactArea .container .form_case .pack .radio_item .wpcf7-list-item{
	margin-right: 30px;
}
#contactArea .container .form_case .pack .date_item input{
	margin-bottom: 30px;
}
#contactArea .container .form_case .pack .date_item .wpcf7-form-control-wrap:last-child input{
	margin-bottom: 0;
}
#contactArea .container .form_case .pack .checkbox_item .wpcf7-list-item{
	display: block;
	margin-bottom: 30px;
}
#contactArea .container .form_case .pack .checkbox_item .wpcf7-list-item:last-child {
	margin-bottom: 0;
}
.wpcf7-not-valid-tip,.screen-reader-response p,.wpcf7-response-output{
	color: #ff0000;
	font-weight: 700;
}
.screen-reader-response p{
	margin-bottom: 30px;
}
.wpcf7-response-output{
	margin-top: 30px;
}
.screen-reader-response ul{
	display: none;
}

/* footer */
footer{
	background-color: #007a47;
	color: #ffffff;
}
footer .container{
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
	padding: 50px 0;
}
footer .container div{
	width: 33%;
}
footer .container .case_01 .company_name{
	margin-bottom: 20px;
}
footer .container .case_01 .company_name span{
	font-weight: 800;
	font-size: 150%;
	display: block;
}
footer .container .case_02{
	text-align: center;
}
footer .container .case_02 p{
	font-weight: 800;
	color: #fff100;
}
footer .container .case_02 a{
	font-size: 40px;
	letter-spacing: -1px;
	padding-left: 45px;
	position: relative;
	font-weight: 800;
	color: #ffffff;
}
footer .container .case_02 a::before{
	content: "";
	width: 40px;
	height: 31px;
	background-image: url(../images/tel_icon_w.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 15px;
	background-size: cover;
}
footer .container .case_02 ul{
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
footer .container .case_02 ul li:first-child{
	margin-right: 10px;
}
footer .container .case_02 ul li span{
	padding: 2px 5px;
	border: 1px solid #ffffff;
	margin-right: 5px;
}
footer .container .case_03{
	background-color: #015d37;
	padding: 30px;
	box-sizing: border-box;
}
footer .container .case_03 p{
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 15px;
}
footer .container .case_03 ul li{
	margin-bottom: 10px;
}
footer .container .case_03 ul li:last-child{
	margin-bottom: 0;
}
footer .container .case_03 ul li a{
	color: #ffffff;
}
footer .container .case_03 ul li a:hover{
	border-bottom: 1px solid #ffffff;
}
footer .copy{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border-top: 1px solid #0b8e57;
}

/* modal */
.modal_case{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	right: 0;
    width: 100%;
	z-index: 1000;
}
.modal_bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    /*width: 90%;*/
	max-width: 1000px;
	box-sizing: border-box;
	padding: 50px;
}
.modal_case .close_btn{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 30px;
	top:30px;
}
.modal_case .close_btn img{
	width: 100%;
}
.modal_case h3{
	background-color: #eeeeee;
	padding: 10px 0;
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
}

/* header調整 */
@media screen and (max-width: 1700px) {
#top-head .head_01{
	width: 96%;
}
#top-head .head_01 h1.logo{
	width: 250px;
}
}
@media screen and (max-width: 1570px) {
#top-head .btn{
	width: 250px;
}
#top-head .btn .img_case{
	display: none;
}
#top-head .btn .case{
	width: 100%;
	font-size: 16px;
}
}
@media screen and (max-width: 1400px) {
#top-head .head_01 .head_sub .tel img{
	max-width: 180px;
}
#top-head .head_01 .head_sub .tel .case p{
	font-size: 16px;
}
}
@media screen and (max-width: 1355px) {
#top-head .head_01 .head_sub .tel .case a {
	font-size: 33px;
	padding-left: 40px;
}
#top-head .head_01 .head_sub .tel .case p{
	font-size: 14px;
}
#top-head .head_01 .head_sub .tel img {
	max-width: 140px;
}
}

@media screen and (max-width: 767px) {
#wrapper{
	font-size: 14px;
}
.pc{
	display: none!important;
}
.sp{
	display: block!important;
}
.container {
	margin: 0 auto;
	width: 94%;
}
section{
	padding: 50px 0 0;
	box-sizing: border-box;
}
.title_hukidashi {
	padding: 0 20px;
	font-size: 16px;
	margin-bottom: 5px;
}
.title_hukidashi::before,.title_hukidashi::after{
	width: 16px;
    height: 24px;
}
h2{
	font-size: 20px;
	margin-bottom: 20px;
}
#top-head .head_01 h1.logo span,#top-head .head_01 .head_sub,#top-head .head_02{
	display: none;
}
#top-head .head_01{
	height: 60px;
}
#top-head .head_01 h1.logo{
	width: 60%;
	margin: 0 auto;
}
#mainimgArea .container{
	padding-top: 30px;
}
#couponArea{
	padding: 30px 0 0;
}
#planArea .container ul{
	display: block;
}
#planArea .container ul li{
	width: 100%;
	margin-bottom: 20px;
}
#planArea .container ul li h3{
	font-size: 25px;
	padding: 20px 0;
}
#planArea .container ul li .case{
	padding: 30px 20px;
}
#planArea .container ul li .case .pack .item{
	font-size: 14px;
}
#planArea .container ul li .case .pack .item span{
	padding: 5px 30px;
}
#planArea .container ul li .case .price{
	font-size: 40px;
}
.cvArea .container .tel_case{
	margin-bottom: 30px;
}
.cvArea .container .tel_case h2{
	font-size: 20px;
}
.cvArea .container .tel_case .pack{
	display: block;
	text-align: center;
}
.cvArea .container .tel_case .pack .number{
	font-size: 35px;
	margin-right: 0;
	padding-left: 55px;
	margin-bottom: 10px;
}
.cvArea .container .tel_case .pack .number::before{
	width: 50px;
    height: 38px;
	top:2px;
	left: 35px;
}
.cvArea .container .tel_case .pack p{
	font-size: 18px;
}
.cvArea .container .btn_case{
	display: block;
}
.cvArea .container .btn_case .btn{
	width: 100%;
	height: 80px;
}
.cvArea .container .btn_case .btn_or{
	margin-bottom: 20px;
}
.cvArea .container .btn_case .case{
	font-size: 18px;
}
.cvArea .container .btn_case .img_case img {
	width: 50px;
}
#reasonArea{
	padding: 50px 0;
	margin-top: 50px;
}
#reasonArea .container .case{
	display: block;
	margin-bottom: 40px;
}
#reasonArea .container .case img{
	width: 100%;
	margin-bottom: 30px;
}
#reasonArea .container .case .pack{
	width: 100%;
}
#reasonArea .container .case .pack h3{
	font-size: 22px;
	margin-bottom: 20px;
}
#reasonArea .container .case .pack ul{
	font-size: 14px;
	margin-bottom: 20px;
}
#reasonArea .container .case .pack ul li{
	margin-bottom: 5px;
}
#reasonArea .container .case .pack p{
	font-size: 13px;
}
#hikakuArea .container h2{
	margin-bottom: 20px;
}
#hikakuArea .container .table_case{
	overflow-x: scroll;
	margin-bottom: 20px;
	padding-top: 20px;
}
#hikakuArea .container table{
	width: 900px;
}
#hikakuArea .container table th.popular{
	font-size: 18px;
}
#hikakuArea .container table th.popular .inner {
	padding: 20px 0;
	left: -2px;
	border: 2px solid #007a47;
}
#hikakuArea .container table tr td:nth-child(2){
	font-size: 16px;
}
#hikakuArea .container table td{
	padding: 10px;
}
#hikakuArea .container table th{
	padding: 20px;
}
#flowArea .flow_title{
	height: 50px;
}
#flowArea .flow_title h2{
	line-height: 50px;
}
#flowArea .flow_step{
	padding-top: 50px;
}
#flowArea .flow_step ul li{
	margin-bottom: 20px;
}
#flowArea .flow_step ul li .step_title{
	height: auto;
	display: block;
	line-height: normal;
	text-align: center;
	border: 2px solid #007a47;
	border-radius: 10px;
	margin-bottom: 20px;
}
#flowArea .flow_step ul li .step_title h3{
	line-height: normal;
	font-size: 18px;
	padding-left: 0;
	width: 100%;
	padding: 15px 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 0;
}
#flowArea .flow_step ul li .step_title .number{
	width: 100%;
	font-size: 15px;
	padding: 10px 0;
}
#flowArea .flow_step ul li .detail{
	display: block;
}
#flowArea .flow_step ul li .detail p{
	padding-left: 0;
	width: 100%;
	margin-bottom: 20px;
}
#flowArea .flow_step ul li:last-child .detail p{
	margin-bottom: 0;
}
#flowArea .flow_step ul li .detail .img_case{
	margin: 0 auto;
}
#hinmokuArea .container table{
	margin-bottom: 20px;
}
#hinmokuArea .container table th{
	font-size: 18px;
	padding: 15px 0;
}
#hinmokuArea .container table tr td:first-child,#hinmokuArea .container table tr td:last-child{
	display: block;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	border-top: none;
	border-left: none;
/*	border-right: none;*/
	box-sizing: border-box;
}
#hinmokuArea .container table tr:last-child td:last-child{
	border-bottom: none;
}
#hinmokuArea .container table tr td:first-child{
	font-size: 16px;
	padding: 15px 0;
}
#hinmokuArea .container table tr td:last-child{
	padding: 10px;
	line-height: 30px;
}
#faqArea{
	margin-top: 50px;
	padding: 50px 0;
}

.inner-content ul li .answer.is-open{
	padding-bottom: 15px;
}
.inner-content ul{
	width: 100%;
}
.inner-content ul li .question,.inner-content ul li .answer{
	font-size: 13px;
}
.inner-content ul li .answer{
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.inner-content ul li .question {
    padding: 10px 40px;
	height: auto;
	border-radius: 5px;
	min-height: 65px;
	box-sizing: border-box;
}
.inner-content ul li .answer {
    padding: 10px 10px 10px 40px;
}
.inner-content ul li .question::before{
	left: 10px;
	font-size: 25px;
	top:20px;
}
.inner-content ul li .answer::before{
	left: 10px;
	font-size: 25px;
	top:20px;
}
.inner-content ul li .open-icon{
	right: 35px;
}
.inner-content ul li .answer.is-open{
	max-height: 2000px;
}
.inner-content ul li .open-icon .vertical, .inner-content ul li .open-icon .horizontal {
    position: absolute;
    height: 3px;
    width: 20px;
}
#contactArea{
	padding: 50px 0;
	margin-top: 50px;
}
#contactArea .container{
	padding: 50px 20px;
}
#contactArea .title_hukidashi{
}
#contactArea .title_hukidashi::before,#contactArea .title_hukidashi::after {
	bottom: 5px;
}
#contactArea .container .form_case .pack{
	display: block;
}
footer .container{
	display: block;
}
#contactArea .container .form_case .pack .label,#contactArea .container .form_case .pack .field{
	width: 100%;
}
#contactArea .container .form_case .pack .label{
	font-size: 14px;
}
#contactArea .container .form_case .pack .label .required{
	font-size: 12px;
}
#contactArea .container .form_case .pack .field input,#contactArea .container .form_case .pack .field textarea,#contactArea .container .form_case .pack .field input::placeholder ,#contactArea .container .form_case .pack .field textarea::placeholder {
	font-size: 14px;
}
#contactArea .container .form_case .btn_pack{
	margin-top: 20px;
}
#contactArea .container .form_case .btn_pack input{
	width: 100%;
	font-size: 16px;
	height: 60px;
	line-height: 55px;
	border: 2px solid #ac0000;
}
#contactArea .container .form_case .pack .radio_item input, #contactArea .container .form_case .pack .checkbox_item input{
	font-size: unset;
	padding: 0;
}
footer .container div{
	width: 100%;
}
footer .container .case_01{
	margin-bottom: 30px;
	text-align: center;
}
footer .container .case_01 .company_name{
	margin-bottom: 5px;
}
footer .container .case_02{
	margin-bottom: 30px;
}
footer .container .case_03{
	padding: 30px 20px;
}
footer .copy{
	font-size: 11px;
	height: 30px;
	line-height: 30px;
}
.modal_content{
	width: 90%;
	padding: 30px 20px;
}
.modal_case h3{
	font-size: 18px;
}
.modal_case p{
	font-size: 14px;
}


}


@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape){
.container{
	width: 94%;
}
#top-head .head_01 .head_sub .tel{
	display: none;
}
#planArea .container ul li h3 {
	font-size: 40px;
}
#planArea .container ul li .case .pack .item {
	font-size: 18px;
}
#planArea .container ul li .case .price {
	font-size: 50px;
}
.cvArea .container .tel_case .pack .number {
	font-size: 60px;
	margin-right: 30px;
}
.cvArea .container .btn_case .case {
	font-size: 25px;
}
#reasonArea .container .case .pack h3 {
	font-size: 30px;
}
#reasonArea .container .case .pack ul {
	font-size: 18px;
}
footer .container .case_01,footer .container .case_02,footer .container .case_03{
	font-size: 13px;
}
footer .container .case_03{
	padding: 30px 20px;
}
footer .container .case_03 p{
	font-size: 18px;
}
footer .container .case_02 a {
	font-size: 37px;
}
.modal_content{
	width: 90%;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait){
#wrapper{
	font-size: 15px;
}
.container{
	width: 94%;
}
h2{
	font-size: 30px;
}
.title_hukidashi {
	font-size: 24px;
}
#top-head .head_01 .head_sub .tel{
	display: none;
}
#planArea .container ul li h3 {
	font-size: 40px;
}
#planArea .container ul li .case .pack .item {
	font-size: 18px;
}
#top-head .btn {
	width: 220px;
}
#top-head .btn .case {
	font-size: 15px;
}
#top-head .head_02 .container a{
	font-size: 16px;
}
#planArea .container ul li h3 {
	font-size: 30px;
}
#planArea .container ul li .case .pack .item {
	font-size: 16px;
}
#planArea .container ul li .case .pack .item span{
	padding: 3px 30px;
}
#planArea .container ul li .case .price {
	font-size: 30px;
}
.cvArea .container .tel_case h2{
	font-size: 35px;
}
.cvArea .container .tel_case .pack .number {
	font-size: 40px;
	margin-right: 30px;
	padding-left: 60px;
}
.cvArea .container .tel_case .pack p{
	font-size: 20px;
}
.cvArea .container .tel_case .pack .number::before {
	width: 56px;
    height: 43px;
	top:0;
}
.cvArea .container .btn_case .case {
	font-size: 20px;
}
.cvArea .container .btn_case .btn{
	height: 120px;
}
.cvArea .container .btn_case .img_case img {
	width: 50px;
}
.cvArea .container .btn_case .img_case{
	width: 15%;
}
#reasonArea .container .case .pack h3 {
	font-size: 30px;
}
#reasonArea .container .case .pack ul {
	font-size: 18px;
}
#hikakuArea .container table th.popular{
	font-size: 18px;
}
#hikakuArea .container table tr td:nth-child(2){
	font-size: 16px;
}
#flowArea .flow_step ul li .step_title,#flowArea .flow_step ul li{
	margin-bottom: 30px;
}
#flowArea .flow_step ul li .step_title h3 {
	font-size: 26px;
}
#flowArea .flow_step ul li .step_title .number {
	font-size: 20px;
}
#hinmokuArea .container table th{
	font-size: 30px;
}
#hinmokuArea .container table tr td:first-child{
	font-size: 25px;
}
#contactArea .container .form_case .pack{
	display: block;
}
footer .container{
	display: block;
}
#contactArea .container .form_case .pack .label,#contactArea .container .form_case .pack .field{
	width: 100%;
}
#contactArea .container .form_case .btn_pack input{
	width: 400px;
	height: 100px;
	line-height: 90px;
}
footer .container{
	flex-wrap: wrap;
}
footer .container .case_01,footer .container .case_02{
	width: 50%;
}
footer .container .case_03{
	padding: 30px 20px;
	width: 100%;
	margin-top: 30px;
}
footer .container .case_02 a {
	font-size: 37px;
}
.modal_content{
	width: 90%;
}

}

@media only screen and (min-device-width: 1024px) and (orientation: portrait){
/* 縦 pro*/
.container{
	width: 94%;
}
#top-head .head_01 .head_sub .tel{
	display: none;
}
#planArea .container ul li h3 {
	font-size: 40px;
}
#planArea .container ul li .case .pack .item {
	font-size: 18px;
}
#planArea .container ul li .case .price {
	font-size: 50px;
}
.cvArea .container .tel_case .pack .number {
	font-size: 60px;
	margin-right: 30px;
}
.cvArea .container .btn_case .case {
	font-size: 25px;
}
#reasonArea .container .case .pack h3 {
	font-size: 30px;
}
#reasonArea .container .case .pack ul {
	font-size: 18px;
}
footer .container .case_01,footer .container .case_02,footer .container .case_03{
	font-size: 13px;
}
footer .container .case_03{
	padding: 30px 20px;
}
footer .container .case_03 p{
	font-size: 18px;
}
footer .container .case_02 a {
	font-size: 37px;
}
.modal_content{
	width: 90%;
}

}

@media screen and (max-width: 767px) {
footer{
	margin-bottom: 60px;
}
/* SP追従ボタン */
#fix_sp_btn{
	position: fixed;
	bottom: 0;
	z-index: 100;
	width: 100%;
}
#fix_sp_btn .btn_case{
	display: flex;
}
#fix_sp_btn .fix_btn{
	text-align: center;
	color: #ffffff;
	width: 50%;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	position: relative;
	border-radius: 0;
}
#fix_sp_btn .fix_btn p{
	line-height: 60px;
	padding-left: 40px;
	font-weight: 800;
}
#fix_sp_btn .btn_or{
	background-color: #f08200;
}
#fix_sp_btn .btn_re{
	background-color: #ff0000;
}
#fix_sp_btn .btn_or::before {
    content: "";
    background-image: url(../images/mail_icon.svg);
    background-position: left center;
    width: 35px;
    height: 27px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 17px;
}
#fix_sp_btn .btn_re::before {
    content: "";
    background-image: url(../images/tel_icon_w.svg);
    background-position: left center;
    width: 38px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 15px;
}
}