@charset "UTF-8";
/* ＝=＝=＝=＝=＝=＝=＝=＝=＝=＝
資料請求START
＝=＝=＝=＝=＝=＝=＝=＝=＝=＝ */
#request .wave{
    background-image: url(../img/wave.jpg);
    background-repeat: repeat-y;
    background-size: contain;
}
#request .h2{
    margin: 80px 0 40px 0;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
}
#request .h2line{
    display: block;
    width: 822px;
    margin: 0 auto 80px;
}
#request .contents{
    width: 822px;
    margin: 40px auto 120px;
    text-align: left;
}

/* ーーー事前相談ご予約はお電話ーーー */
#request .tellpl01{
    padding-bottom: 50px;
    background-color: #ffffff;
    border: 1px solid var(--blue);
    border-radius: 0 0 10px 10px;
    width: 100%;
	margin: 0 0 10%;
}
#request .tellpltxt01{
    padding: 44px 0;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
	background-color: var(--blue);
    border-radius: 10px 10px 0 0;
}
#request .request_main{
	display: flex;
}
#request .request_img{
	margin: 5% 3% 5% 8%;
}
/* ＝通話・ご相談無料 即対応＝ */
#request .fcontact01{
    width: 60%;
    margin: 40px 0 0;
	text-align: center;
}
#request .ftellmetab01{
    display: none;
}
#request .fallfree01{
    width: fit-content;
    color: var(--blue);
    border-radius: 31px;
    background-color: #e9f9fb;
    display: flex;
    gap: 18px;
    font-weight: bold;
    padding: 20px 20px 20px 30px;
    margin: 0 auto 40px;
}
#request .fallfree01 p{
    font-size: 1.6em;
    font-weight: bold;
}

/* ＝＝＝フリーダイヤル下＝＝＝ */
#request .ftellseach02{
    color: var(--main);
	padding: 8% 5% 5%;
    width: 100%;
    margin: 0 auto 40px;
	border-top: 5px dotted;
}
#request .freetell02{
    display: flex;
	padding: 0 8%;
}
#request .freetell02 img{
    width: 75px;
}
#request .freetell02 p{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.7em;
    padding-left: 18px;
}
#request .facc02{
    margin-top: 16px;
    font-size: 1.3em;
    font-weight: bold;
}

#request .title07{
    width: 85%;
    margin: 0 auto;
    font-size: 1.2em;
	text-align: center;
    font-weight: bold;
	color: #fff;
	background-color: var(--blue);
	text-decoration: none;
	padding: 15px;
	border-radius:5px 5px 0 0 ;
}
#request .con_block07_b{
    width: 85%;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: #fff;
	padding: 0 5%;
	border-radius: 0 0 5px 5px;
	display: flex;
}
#request .con_txt07{
    width: 75%;
    margin: 3% 0;
    font-size: 1.2em;
 	transform: rotate(0.05deg);
    text-align: left;
	line-height: 1.5;
	color: var(--blue);
}
#request .po_box{
    position: relative;
}
#request .request_img01{
    position: absolute;
    right: 10%;
	margin: -1.5% 3% 5% 8%;
}


#request .title{
    font-size: 1.6em;
    font-weight: bold;
	color: var(--main);
	text-decoration: none;
	padding-bottom: 20px;
	border-bottom: 4px dotted;
}
#request .con_block{
	text-decoration: none;
	display: flex;
	margin: 8% 0;
}
#request .arrow01{
	padding: 12px 40px;
    font-size: 1.5em;
    color: var(--blue);
}
#request .fbtn01{
    width: 25%;
	padding: 2%;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: var(--blue);
}
#request .fbtn02{
    width: 25%;
	padding: 2%;
	border-radius: 10px;
	color: var(--blue);
	font-weight: bold;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: #fff;
}
#request .fbtn03{
    width: 25%;
	padding: 2%;
	border-radius: 10px;
	color: var(--blue);
	font-weight: bold;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: #fff;
}
#request .con_block01{
	text-decoration: none;
	margin-bottom: 10%;
}
#request .con_txt{
    width: 80%;
    margin: 4% auto;
    font-size: 1.1em;
 	transform: rotate(0.05deg);
    text-align: center;
	line-height: 1.5;
}


/* =================================
【資料請求】のタブレット・スマホ
==================================== */
@media screen and (max-width: 767px){
/* ーーーパンくずリストーーー */
.pankuzu{
    font-size: 1em;
    transform: rotate(0.05deg);
    margin-top: 20px;
}
/* =========見出し========= */
#request .h2line{display: none;}
#request .h2{
    margin: 60px 0 30px 0;
    font-size: 1.8em;
}
#request .h2line_sp{
    width: 70%;
    margin: 0 auto 80px;
}
#request .contents{
    width: 100%;
    margin: 8% auto 15%;
    text-align: left;
}
/* ーーー事前相談ご予約はお電話ーーー */
#request .tellpl01{
    padding: 0 20px 50px 20px;
    background-color: #ffffff;
    border: 1px solid var(--blue);
    border-radius: 0 0 10px 10px;
    width: 100%;
	margin: 0 0 10%;
}
#request .tellpltxt01{
    padding: 20px 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
	line-height: 1.5;
    color: #fff;
	background-color: var(--blue);
    border-radius: 10px 10px 0 0;
}
#request .request_main{
	position: relative;
    max-width: 600px;
    margin: 0 auto;
}
#request .request_img{
	position: absolute;
    left: 5%;
	margin: 5% 3% 1% 0;
}
#request .request_img img{
	width: 80%;
}
/* ＝通話・ご相談無料 即対応＝ */
#request .fcontact01{
    width: 100%;
    max-width: 500px;
    margin: 40px auto 0;
	text-align: center;
}
#request .ftellmetab01{
    display: none;
}
#request .fallfree01{
    width: fit-content;
    color: var(--blue);
    border-radius: 31px;
    background-color: #e9f9fb;
    display: flex;
    gap: 18px;
    font-weight: bold;
    padding: 20px 20px 20px 20px;
    margin: 0;
    margin-left: auto;
}
#request .fallfree01 p{
    font-size: 1.3em;
    font-weight: bold;
}

/* ＝＝＝フリーダイヤル下＝＝＝ */
#request .ftellseach02{
    color: var(--main);
	padding: 5% 0 5%;
    width: 100%;
    margin: 0 auto 40px;
    border-top: none;
}
#request .freetell02{
    display: flex;
    padding: 0;
    width: 350px;
    padding-top: 20px;
    border-top: 5px dotted var(--main);
    margin-left: auto;
}
#request .freetell02 img{
    width: 60px;
}
#request .freetell02 p{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5em;
    padding-left: 18px;
}
#request .facc02{
    width: 350px;
    margin-left: auto;
    font-size: 1.25em;
    font-weight: bold;
}
@media screen and (max-width: 640px){
    #request .fcontact01{
        max-width: 440px;
    }
    #request .request_main {
        max-width: 550px;
    }
    #request .fallfree01 p {
        font-size: 1.1em;
    }
    #request .freetell02 {
        width: 300px;
    }
    #request .freetell02 p {
        font-size: 2em;
    }
    #request .facc02 {
        width: 300px;
        font-size: 1em;
    }
    #request .request_img img {
        width: 73%;
    }
    #request .request_img {
        top: 7%;
    }
}/* 640pxEND */

#request .title07{
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.3em;
	text-align: left;
    font-weight: bold;
	color: #fff;
	background-color: var(--blue);
	text-decoration: none;
	padding: 20px 24%;
	border-radius:5px 5px 0 0 ;
}
#request .con_block07_b{
    width: auto;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: #fff;
	padding: 5%;
	border-radius: 0 0 5px 5px;
}
#request .con_txt07{
    width: 100%;
    margin: 3% 0;
    font-size: 1em;
 	transform: rotate(0.05deg);
    text-align: left;
	line-height: 1.5;
	color: var(--blue);
}
#request .po_box{
    position: relative;
}
#request .request_img01{
	position: absolute;
	top: -14%;
	left: 55%;
}
#request .request_img01 img{
	width: 80px;
}

#request .title{
    font-size: 1.1em;
    font-weight: bold;
	color: var(--main);
	text-decoration: none;
	padding-bottom: 20px;
	border-bottom: 4px dotted;
	text-align: left;
}
#request .con_block{
	text-decoration: none;
	display: flex;
	margin: 8% 0;
}
#request .arrow01{
	padding: 15px 10px;
    font-size: 1.5em;
    color: var(--blue);
}
#request .fbtn01{
    width: 30%;
	padding: 3%;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: var(--blue);
}
#request .fbtn02{
    width: 30%;
	padding: 3%;
	border-radius: 10px;
	color: var(--blue);
	font-weight: bold;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: #fff;
}
#request .fbtn03{
    width: 30%;
	padding: 3%;
	border-radius: 10px;
	color: var(--blue);
	font-weight: bold;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: #fff;
}
#request .con_txt{
    width: 100%;
    margin: 16px auto 20px;
    font-size: 1.1em;
 	transform: rotate(0.05deg);
    text-align: left;
	line-height: 1.8;
}
}/* 767END */

@media screen and (max-width: 550px){
/* ------見出し------ */
#request .h2{
    margin: 50px 0 30px 0;
    font-size: 1.3em;
}
#request .h2line_sp{
    width: 90%;
    margin: 0 auto 60px;
}
#request .request_main {
    max-width: 320px;
}
#request .request_img{
	position: absolute;
    left: -1%;
}
#request .request_img img{
	width: 50%;
}
#request .tellpl01{
    padding: 0 14px 20px 14px;
    background-color: #ffffff;
    border: 1px solid var(--blue);
    border-radius: 0 0 10px 10px;
    width: 100%;
	margin: 0 0 15%;
}
#request .tellpltxt01{
    padding: 10px 0;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
	line-height: 1.5;
    color: #fff;
	background-color: var(--blue);
    border-radius: 10px 10px 0 0;
}
#request .fallfree01{
    width: fit-content;
    color: var(--blue);
    border-radius: 31px;
    background-color: #e9f9fb;
    display: flex;
    gap: 6px;
    font-weight: bold;
    padding: 20px 20px 20px 20px;
}

#request .fallfree01 p{
    font-size: 0.9em;
    font-weight: bold;
}
/* ＝＝＝フリーダイヤル下＝＝＝ */
#request .ftellseach02{
    color: var(--main);
	padding: 5% 0 5%;
    margin: 0 auto 0;
}
#request .freetell02{
    width: 220px;
    display: flex;
	padding: 10px 0 0 0;
}
#request .freetell02 img{
    width: 34px;
}
#request .freetell02 p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    padding-left: 5px;
}
#request .facc02{
    width: auto;
    margin-top: 6%;
    font-size: 1em;
    font-weight: bold;
	padding: 0 0 0 0;
}

/* 大きさ細かく調整 */
#request .title07{
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    font-size: 1em;
	text-align: left;
    font-weight: bold;
	color: #fff;
	background-color: var(--blue);
	text-decoration: none;
	padding: 15px 22%;
	border-radius:5px 5px 0 0 ;
}
#request .request_img01{
	position: absolute;
	top: -10%;
	left: 66%;
    margin: 0;
}
#request .request_img01 img{
	width: 58px;
}
@media screen and (max-width: 400px){
    #request .title07{
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        font-size: 1em;
        text-align: left;
        font-weight: bold;
        color: #fff;
        background-color: var(--blue);
        text-decoration: none;
        padding: 15px 16%;
        border-radius:5px 5px 0 0 ;
    }
    #request .request_img01{
        position: absolute;
        top: -10%;
        left: 68%;
        margin: 0;
    }
    #request .request_img01 img{
        width: 58px;
    }
}/* 440pxEND */

#request .con_block07_b{
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: #fff;
	padding: 5%;
	border-radius: 0 0 5px 5px;
}
#request .con_txt07{
    width: 100%;
    margin: 3% 0;
    font-size: 0.9em;
 	transform: rotate(0.05deg);
    text-align: left;
	line-height: 1.5;
	color: var(--blue);
}

#request .arrow01{
	padding: 10px 5px;
    font-size: 1.2em;
    color: var(--blue);
}

/* 文字の大きさ微調整 */
#request .fbtn01,#request .fbtn02,#request .fbtn03{
    font-size: 0.9em;
}
@media screen and (max-width: 410px){
    #request .fbtn01,#request .fbtn02,#request .fbtn03{
        font-size: 0.8em;
    }
}/* 380pxEND */

#request .fbtn01{
    width: 36%;
    line-height: 20px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: var(--blue);
}
#request .fbtn02{
    width: 36%;
    line-height: 20px;
	border-radius: 10px;
	color: var(--blue);
	font-weight: bold;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: #fff;
}
#request .fbtn03{
    width: 36%;
    line-height: 20px;
	border-radius: 10px;
	color: var(--blue);
	font-weight: bold;
    margin: 0 auto;
    text-align: center;
	border: 1px solid var(--blue);
	background-color: #fff;
}
#request .con_txt{
    width: 100%;
    margin: 16px auto 20px;
    font-size: 1em;
 	transform: rotate(0.05deg);
    text-align: left;
	line-height: 1.8;
}
}/* 550END */
