@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
h2 {
    text-align: center;
    background-color: #0f5899;
    border-bottom: 5px solid #bcbdbd;
    color: #fff;
    font-size: 2.625rem;
    font-weight: bold;
    padding: 27px 0;
    margin-bottom: 3vw;
}

h2.inquiry {
    color: #025490;
    background: none;
    border: none;
    margin-bottom: 10px;
}

.small_container {
	max-width: 800px;
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
h2 {
    text-align: center;
    background-color: #0f5899;
    border-bottom: 5px solid #bcbdbd;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 0;
    margin-bottom: 3vw;
}
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
h2 {
	text-align: center;
    background-color: #0f5899;
    border-bottom: 5px solid #bcbdbd;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 5vw 0;
    line-height: 1.3;
    margin-bottom: 4vw;
}
	h2 span {
    font-size: 1.4rem;
}
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
h2 {
    text-align: center;
    background-color: #0f5899;
    border-bottom: 5px solid #bcbdbd;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 3vw 0;
    line-height: 1.3;
    margin-bottom: 4vw;
}
}
h4 {
    text-align: center;
    background-color: #0f5899;
    border-bottom: 5px solid #bcbdbd;
    color: #fff;
    font-size: 2.625rem;
    font-weight: bold;
    padding: 27px 0;
}


@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
h4 {
    text-align: center;
    background-color: #0f5899;
    border-bottom: 5px solid #bcbdbd;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 0;
  
}
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
h4 {
	text-align: center;
    background-color: #0f5899;
    border-bottom: 5px solid #bcbdbd;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 5vw 0;
    line-height: 1.3;
}
	h4 span {
    font-size: 1.4rem;
}
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
h4 {
    text-align: center;
    background-color: #0f5899;
    border-bottom: 5px solid #bcbdbd;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 3vw 0;
    line-height: 1.3;
  
}
}


/* ---------------------------------------------------------------------------------------------

　   MAIN VISUAL

--------------------------------------------------------------------------------------------- */
#mv {
	background-image: url(../img/mv_bg.jpg) ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
    position: relative;
}

.mv_p {
    background-color: #ffffff;
    position: relative;
    height: 200px;
}
.mv_point_pc {
	position: absolute;
    top: -9%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 1024px) {
.mv_point_pc {
    position: absolute;
    width: 60%;
}
.mv_p {
    background-color: #ffffff;
    position: relative;
    height: 12vw;
}
}




@media only screen and ( max-width : 767px ) {
	.pc_n{
		display: none;
	}
}



/* ---------------------------------------------------------------------------------------------

　   CARD

--------------------------------------------------------------------------------------------- */
.attention.section {
    margin: 50px 0;
}
.card_area {
	background: #fff;
	color: #e71c0d;
	border: 3px solid #e71c0d;
    border-radius: 15px;
    text-align: center;
    max-width: 714px;
    margin: 50px auto;
    padding: 30px 0;
}
.card_area h3 {
	line-height: 1;
	font-size: 2rem;
    margin-bottom: 20px;
}
.card_area p, #caution{
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.card_area h3,.card_area p, #caution{
	text-align: center;
	font-weight: bold;
	color: #e71c0d;
}
.card_kind {
	background: #fff;
	border-radius: 10px;
	text-align: center;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
#area {
    background: url(../img/area_bg.jpg) no-repeat bottom center / cover;
    height: 53%;
}
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.card_area {
    background: #fff;
    color: #e71c0d;
    border: 3px solid #e71c0d;
    border-radius: 15px;
    text-align: center;
    max-width: 714px;
    margin: 10vw auto;
    padding: 5vw 3vw;
    width: 95%;
}
.card_area h3 {
    line-height: 1;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.card_area p, #caution{
    font-size: 0.8rem;
    margin-bottom: 10px;
}
}



/* ---------------------------------------------------------------------------------------------

　   ATTENTION

--------------------------------------------------------------------------------------------- */

.attention_box {
	background: #d8fbfc;
	border-radius: 15px;
}
.attention_box i {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
h3.corona {
	color: #fff;
    font-size: 28px!important;
    text-align: center;
    background: #02c7cb;
    padding: 15px 0;
    margin-bottom: 30px;
    border-radius: 15px 15px 0 0;
}
.attention_box p {
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.attention.section {
    width: 90%;
    margin: 0 auto;
}
h3.corona {
    color: #fff;
    font-size: 1.1rem!important;
    text-align: center;
    background: #02c7cb;
    padding: 4vw 0;
    margin-bottom: 30px;
    border-radius: 15px 15px 0 0;
}
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.attention_box p {
    padding: 0 5vw 5vw;
    text-align: left;
    font-size: 0.9rem;
}
}



/*@media only screen and ( max-width : 767px ) {
	.attention_box {
		padding: 20px;
	}
	.attention h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.attention_box {
		padding: 40px;
	}
	.attention h3 {
		font-size: 24px;
		margin-bottom: 20px;
		text-align: center;
	}
	.attention p {
		text-align: center;
	}
}*/

/* ---------------------------------------------------------------------------------------------

　   INTRO

--------------------------------------------------------------------------------------------- */

/* 法人ポップアップ */
section.cold-heating {
    background: #fffcdb;
    padding-bottom: 7%;
    margin-top: -3%;
}
section.cold-heating h2{
    background-image: url(../img/h2_bgpc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15vw;
    position: relative;
    margin-top: 6%;
}

.cold_ttl_p{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 17%;
}
.cold_ttl_p img{
    width: 78%;
}
.cold_text{
    margin: 2% auto;
    font-weight: bold;
}
.cold_text p{
    text-align: center;
    margin: 1%;
    font-size: 1.2em;
}
.cold_text p.cold_text_red{
    color: #e71c0d;
    font-size: 1.4em;
}
.bgcW{
    background-color: #fff;
    padding: 1% 2%;
}
.cold_under img{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.cold_under2 img{
    margin: 2%;
    margin: 2%;
    max-width: 960px;
    width: 90%;
}
.cold_repair{
    width: 60%;
    margin: 0 auto 5%;

}


@media screen and (max-width: 1024px){
section.cold-heating h2 img {
    width: 86%;
}
.cold_ttl_p{
    bottom: 16%;
}
}
@media screen and (min-width: 1330px){
    section.cold-heating{
        padding-bottom: 4%;
    }
    section.cold-heating h2 img {
        width: 67%;
    }
}
@media screen and (max-width: 480px) {
    section.cold-heating h2{
    background-image: url(../img/h2_bgsp.png);
        height: 45vw;
        margin-top:4vh;
    }
    .cold_ttl_p{
        right: 0;
    }
    section.cold-heating h2 img{
        width: 80%;
    }
    .cold_under2 img{
        margin: 3% 0;
        width: 100%;
    }
    .cold_text p{
        font-size: 1em;
        margin: 5%;
    }
    .cold_text p.cold_text_red{
        font-size: 1.2em;
        background: #fff;
    }
    .cold_repair{
        width:90%;
        display: block;
        margin:0 auto;
        margin-bottom: 7%;
    }
}
@media (max-width: 767px) {
    .cold_top img{
        max-width: 100%;
        width: 90%;
    }
    section.cold-heating h2{
    background-image: url(../img/h2_bgsp.png);
        height: 45vw;
        margin-top:4vh;
    }
}





section.trouble {
    background: #fffcdb;
    padding-bottom: 1%;
}

section.trouble h2 {
    background: #facc16;
    height: 7vw;
    position: relative;
}
.d_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.service_box {
	width: 24%;
	margin-bottom: 20px;
	box-shadow: 3px 3px 3px rgb(0 0 0 / 7%);
}
.trouble_ttl_p{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 17px;
}

.houjin_container{
    margin: -4% auto 2%;
}

@media screen and (max-width: 1024px) {
section.trouble h2 img {
    width: 95%;
}
section.trouble h2 {
    background: #facc16;
    height: 12vw;
    position: relative;
}
}
@media screen and (max-width: 768px) and (min-width: 480px){
section.trouble {
    margin-top: 97px;
}
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.service_box {
    width: 49%;
    margin-bottom: 20px;
}
section.trouble h2 {
    background: #facc16;
    height: 31vw;
    position: relative;
}
.houjin_container{
    margin: 2% auto;
}
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
}


/* ---------------------------------------------------------------------------------------------

　   仕組み

--------------------------------------------------------------------------------------------- */
.red {
	color: #e71c0d;
	font-weight: bold;
}
img.system_abs {
    position: absolute;
    top: -5%;
    left: 18%;
    width: 21%;
}

.system_flex {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}
.system_flex img {
    width: 50%;
}
.system_box {
	background: #eef9ff;
    padding: 3%;
    border-radius: 15px;
    margin-right: 2%;
}
.system_box2 {
    background: #fff2d6;
    padding: 3%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
section.system {
    margin-top: 6vw;
}
.mt {
    margin: 1vw 0;
}
@media screen and (max-width: 1024px) {
img.system_abs {
    position: absolute;
    top: -4%;
    left: 7%;
    width: 28%;
}

}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
section.system {
    margin-top: 14vw;
}
.system_flex {
    display: block;
    margin-bottom: 30px;
    align-items: flex-start;
}
.system_flex img {
    width: 100%;
}
img.system_abs {
    position: absolute;
    top: -2.7%;
    left: 3%;
    width: 60%;
}
.system_box {
    background: #eef9ff;
    padding: 5%;
    border-radius: 20px;
    margin-right: auto;
    margin-bottom: 4vw;
}
.system_box2 {
    background: #fff2d6;
    padding: 5%;
    font-size: initial;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.mt {
    margin: 3vw 0;
}
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
img.system_abs {
    position: absolute;
    top: -2%;
    left: 3%;
    width: 50%;
}
}

/* ---------------------------------------------------------------------------------------------

　   POINT

--------------------------------------------------------------------------------------------- */

h3 {
    color: #025490;
    font-weight: bold;
    margin: 0;
}
h2.point_i:before {
position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  content: url(../img/logo.png);
}
img.abs_n {
	position: absolute;
	bottom: -1.7vw;
	left: 2vw;
    width: 8%;
}
img.abs_n_r {
	position: absolute;
	bottom: -1.7vw;
	right: 2vw;
    width: 8%;
}
.fsL {
    font-size: 1.5rem !important;
}

.point_text {
    padding: 2vw 3vw 1.5vw;
    background: #eef9ff;
}
.support_ttl {
    background-color: #025490;
    color: #fff;
    padding:1vw 0;
}


@media screen and (max-width: 1024px) {
#point .container {
    display: initial;
}
.point_text {
    padding: 3vw 3vw 2.5vw;
    background: #eef9ff;
}
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
img.abs_n {
	position: absolute;
	bottom: -1.7vw;
	left: 2vw;
    width: 10%;
}
img.abs_n_r {
	position: absolute;
	bottom: -1.7vw;
	right: 2vw;
    width: 10%;
}
	.fsL {
    font-size: 1rem !important;
}

}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.point_text {
    padding: 7vw 5vw 5vw;
    background: #eef9ff;
}
img.abs_n {
    position: absolute;
    bottom: -4.7vw;
    left: 4vw;
    width: 16vw;
}
img.abs_n_r {
    position: absolute;
    bottom: -4.7vw;
    right: 4vw;
    width: 16vw;
}
h2.point_i:before {
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
    content: url(../img/logo2.png);
    display: block;
}
}
@media screen and (max-width: 320px) {
.fsL {
    font-size: 1.3rem;
}
}


/* ---------------------------------------------------------------------------------------------

　   slide

--------------------------------------------------------------------------------------------- */

.slide01 {
    max-width: 740px;
    margin: 0 auto;
	margin-bottom: 50px;
}


@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.slide01 {
    max-width: 90%;
    margin: 0 auto;
	margin-bottom: 50px;
}
.cta_box {
    background-color: #fff;
    padding: 1rem 0.5rem 0.5rem;
}
}


/* ---------------------------------------------------------------------------------------------

　   FLOW

--------------------------------------------------------------------------------------------- */

#flow {
    background: url(../img/flow_bg.jpg) no-repeat bottom center / cover;
}
.flow_box_flex {
    display: flex;
    justify-content: space-between;
    padding: 3% 0 5%;
}
.flow_box {
	background:  #fff;
	width: 24%;
	padding: 13px;
}
.flow_txt {
	margin: 20px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
}
h3.flow_ttl {
    flex-basis: 40%;
}
p.flow_t {
    flex-basis: 60%;
}
.flow_txt h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.flow_img {
	position: relative;
}
/*.flow_img .fit {
	display: block;
}*/
.step_num {
	position: absolute;
	top: -44px;
	width: 25%;
}
#flow .payment {
	border: 4px solid #e71c0d;
	border-radius: 15px;
	text-align: center;
}
#flow .payment p {
	text-align: center;
	margin-bottom: 1em;
}
#flow .payment h3 {
	color: #e71c0d;
	text-align: center;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.flow_txt h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
}
p.flow_t {
    flex-basis: 60%;
    font-size: 0.9rem;
}
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.flow_box_flex {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.flow_box {
    background: #fff;
    width: 48%;
    padding: 13px;
    margin: 7vw 0;
}
.flow_txt h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin-bottom: 2vw;
}
.flow_txt {
    margin: 20px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
#flow {
    background: url(../img/flow_bg.jpg) repeat bottom center / cover;
    background-size: auto;
}
.step_num {
    position: absolute;
    top: -44px;
    width: 35%;
}
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
.flow_txt h3 {
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.5px;
}
p.flow_t {
    flex-basis: 60%;
    font-size: 0.85rem;
}
}



/* ---------------------------------------------------------------------------------------------

　   VOICE

--------------------------------------------------------------------------------------------- */
.voice_container {
	max-width: 1000px;
	margin: 0 auto;
}

#voice {
	background: #fffcdb;
	padding-bottom: 3vw;
}
.voice_box {
	background: #fff;
	overflow: hidden;
	border: 3px solid #007ae5;
	padding: 1.5vw;
}
.voice_txt {
    min-height: 160px;
}
.voice_txt p:first-child {
	border-bottom: 2px solid #007ae5;
	font-weight: bold;
	padding-top:  3%;
}
.voice_txt p:last-child {
	padding: 1.5% 0;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}


@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
.voice_box {
	background: #fff;
	overflow: hidden;
	border: 3px solid #007ae5;
	padding: 4vw;
}
.voice_txt {
    min-height: 52vw;
}
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
.voice_txt {
    min-height: 67vw;
}
}



/* ---------------------------------------------------------------------------------------------

　   AREA

--------------------------------------------------------------------------------------------- */
#area {
background: url(../img/area_bg.jpg) no-repeat bottom center / cover;
    height: auto;
}



/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
.faq_box {
	background-color: #c9e6fe;
	overflow: hidden;
}
.faq_box:last-child {
	margin-bottom: 0;
}
.switch {
	cursor: pointer;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.switch.open {
	background: #0f5899;
	color: #fff;
}
.contentWrap {
	display: none;
	border-top: 4px solid #111;
	background: #fff;
}
.contentWrap.open {
	display: block;
}
.q {
	transition: .5s;
}
.q,.a {
	position: relative;
}
.q:before,.a:before {
	position: absolute;
	transition: .5s;
}
.q:before {
	content: "Q";
	color: #025490;
	top: 50%;
	transform: translateY(-50%);
}
.switch.open:before {
	color: #fff;
}
/*.a:before {
	content: "A";
	color: #e71c0d;
	font-weight: bold;
}*/
.accordion_icon,
.accordion_icon span {
	transition: all .4s;
	box-sizing: border-box;
	display: inline-block;
}
.accordion_icon_wrap {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
}
.accordion_icon {
	position: relative;
	display: block;
}

.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 15px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 15px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.open .accordion_icon span:nth-of-type(1) {
	display:none;
}
.open .accordion_icon span:nth-of-type(2) {
	top: 15px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media only screen and ( max-width : 767px ) {
	#faq h2 img {
		max-width: 270px;
	}
	.faq_box {
		margin-bottom: 15px;
	}
	.accordion_icon_wrap {
		right: 15px;
	}
	.q:before,.a:before {
		font-size: 30px;
		left: 15px;
	}
	.q {
		font-size: 1rem;
		padding: 10px 60px;
	}
	.a {
		padding: 15px 15px 15px 60px;
	}
	.a:before {
		top: 10px;
	}
	.switch {
		height: 90px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.faq_box {
		margin-bottom: 30px;
	}
	.q {
		font-size: 22px;
		padding: 10px 80px;
	}
	.q:before,.a:before {
		font-size: 48px;
		left: 20px;
		font-family: 'Ropa Sans', sans-serif;
	}
	.a {
		padding: 25px 25px 25px 80px;
		font-size: 18px;
	}
	.a:before {
		top: 0;
	}
	.switch {
		height: 80px;
	}
	.accordion_icon_wrap {
		right: 30px;
	}
}



/* ---------------------------------------------------------------------------------------------

　   FORM

--------------------------------------------------------------------------------------------- */
#form {
	background: #fff57f;
	padding-top: 30px;
}
.form_inner {
	background: #fff;
	border-radius: 15px;
	max-width: 840px;
	margin: 0 auto;
}
#form table {
	width: 100%;
}
#form th {
	font-weight: bold;
}
.must {
	background: #e7370d;
	color: #fff;
	font-size: 13px;
	border-radius: 10px;
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px;
	margin-left: 10px;
	vertical-align: middle;
}
input[type="text"].short_input {
	display: inline-block;
	width: 12em;
}

input[type="submit"] {
  -webkit-appearance: none;
}
input[type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  background: #fc7600;
  color: #fff;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.3em;
  width: 100%;
  padding: 25px;
  margin: 0 auto;
  display: block;
  /* box-shadow: 0 5px 0 #d4d5d2; */
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: bold;
  border-bottom: 7px solid #c15c02;
	transform: translate(0, 0);
}
input[type="submit"]:hover {
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
	transform: translate(0, 7px);
}
.pp_box {
	background: #f3f3f3;
	padding: 20px;
	overflow: auto;
	height: 150px;
	font-size: 14px;
}
@media only screen and ( max-width : 767px ) {
	#form h2 img {
		max-width: 280px;
	}
	.form_inner {
		padding: 30px 15px;
	}
	#form th,#form td {
		display: block;
		width: 100%;
	}
	#form th {
		margin-bottom: 10px;
	}
	#form th br {
		display: none;
	}
	#form td {
		margin-bottom: 30px;
	}
	.must {
		font-size: 11px;
	}
	#form table,.pp {
		margin-bottom: 30px;
	}
	#form td p {
		font-size: 12px;
	}
}
@media print, screen and ( min-width : 768px ) {
	.form_inner {
		padding: 50px;
	}
	#form table,.pp {
		margin-bottom: 50px;
	}
	#form th,#form td {
		vertical-align: top;
		padding: 25px 0;
	}
	#form td p {
		font-size: 13px;
	}
	#form th {
		width: 240px;
	}
	input[type="submit"] {
		font-size: 1.2rem;
	}
    .submit_btn_top_text{
        color: #fc7600;
        text-align: center;
        font-weight: bold;
    }
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.submit_btn_top_text{
    color: #fc7600;
        text-align: center;
        font-weight: bold;
}
input[type="submit"] {
    font-size: 1.2rem;
}
}



/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}

/*-- 悪徳コンテンツ --*/
section.content_caution_01 {
    background: #fffcdb;
    padding-bottom: 1%;
}

section.content_caution_01 h2 {
    background: #facc16;
    height: 7vw;
    position: relative;
}
.akutoku_ttl_p{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 17px;
    max-width: 960px;
}
.akutoku_under img{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.akutoku_under2 img{
    margin: 2%;
    margin: 2%;
    max-width: 960px;
    width: 90%;
}
@media screen and (max-width: 1024px) {
section.content_caution_01 h2 img {
    width: 80%;
}
section.content_caution_01 h2 {
    background: #facc16;
    height: 12vw;
    position: relative;
}
}
@media screen and (max-width: 768px) and (min-width: 480px){
section.content_caution_01 {
    margin-top: 97px;
}
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
section.content_caution_01 h2 {
    background: #facc16;
    height: 31vw;
    position: relative;
}
.akutoku_under2 {
    padding: 5% 2%;
    margin-top: 3%;
}
}
