* {
    font-family: Noto Sans JP;
}

.padding-block p {
    font-size: 18px;
}

#wrapper {
    width: 100%;
    padding: 0;
}

.padding-block {
    padding: 30px 0;
}

.padding-block p {
    margin: 1em 0;
}

.center {
    max-width: 1050px;
    margin: auto;
}
	.bana-rtyokin img{
	margin: auto;
		
}
.bg-orange{
    background-color: orange;
}
.lp-main {
    padding-top: 20px;
    background-image: url(lp-img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}

.lp-main img {
    margin: auto;
	padding-top: 3%;
}

.block-contact img {
    margin: 20px auto;
}

.main-bottom {
    padding-bottom: 20px;
    background: linear-gradient(transparent, white);
}

span.h2 {
    display: block;
    margin-bottom: 1em;
    font-size: 38px;
    font-weight: bold;
    color: orange;
    text-align: center;
}

span.sub-h2 {
    display: block;
    padding: 1em 0;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: dimgrey;
    border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    margin: 1em 0;
}

span.h2 span.sub-h2 {
    margin-top: 0.5em;
    margin-bottom: 0;
}

.lp-nayami ul li {
    padding: 1em 0;
    padding-left: 45px;
    color: dimgrey;
    font-size: 18px;
    border-bottom: 1px dotted darkgray;
    background-image: url(lp-img/check.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.center-img img {
    margin: 3em auto;
}

span.center-text {
    font-size: 28px;
    color: orange;
    text-align: center;
    display: block;
    margin: 1em 0;
    font-weight: bold;
}

.back-1 {
    background-color: whitesmoke;
}

.lp-access {
    width: 100%;
    overflow: hidden;
}

.lp-access-float {
    width: 50%;
    float: right;
    padding: 0 10px;
}

table.lp-access-table {
    border-spacing: 2px;
    border-collapse: separate;
}

table.lp-access-table th {
    background-color: orange;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}

table.lp-access-table td {
    border: none;
    font-weight: normal;
    color: dimgray;
    padding: 15px;
    text-align: left;
}

.lp-access-float iframe {
    height: 371px;
    border: 1px solid darkgray !important;
    border-radius: 10px;
    width: 100%;
}

img.img-r {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.q-ablock {
    padding: 15px;
    border-radius: 10px;
    background-color: whitesmoke;
    margin: 1em 0;
}

.q {
    font-size: 25px;
    margin-bottom: 15px;
    padding-left: 45px;
    background-image: url(lp-img/q.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.point {
    margin-bottom: 40px;
}

.point p {
    font-size: 24px;
}

.point-title {
    border: 6px #eaeaea solid;
    background-color: white;
    padding: 10px;
    margin-bottom: 20px;
}

.point-no {
    display: inline-block;
    background-color: orange;
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    border-radius: 10px;
    width: 15%;
}

.point-main {
    display: inline-block;
    padding: 15px;
    font-weight: bold;
    font-size: 24px;
}

.point-float {
    width: 100%;
    overflow: hidden;
}

/*お客様の声CSS開始*/
#voice_wrapper{
    background-color:#f5f5f5; 
    padding:70px 0px 70px 0px;
}
#voice_wrapper h2{
    font-weight:bold;
    max-width: 1020px;
    margin: 0 auto;
    color: #ffa500;
    font-size:2.6em;
    line-height:1.5em;
    text-align:center;
    padding:0px 0px 50px 0px;
    letter-spacing:-0.1px;
}

#voice_wrapper #voice_wrap{
    max-width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}
#voice_wrapper #voice_wrap li.voice_box{
    border:1px solid #ccc;
    padding:0 0px 17px;
    background-color:#fff;
    border-radius:10px;
    font-weight:bold;
    font-size:1.3em;
    line-height:1.5em;
    margin-bottom: 2em;
    color:#555;
    width: 48.5%;
    float: left;
}
#voice_wrapper #voice_wrap li.voice_box:nth-child(even){
    margin-left: 3%
}
#voice_wrapper #voice_wrap li.voice_box p.voice_title{
    background-color:#23ac38;
    color:#FFF;
    font-weight:bold;
    text-align:center;
    font-size:22px;
    line-height:1.5em;
    padding:20px 15px;
    margin: 0;
    border-radius:10px 10px 0px 0px;
}
#voice_wrapper #voice_wrap li.voice_box figure.voice_img {
    border-radius: 0;
    width: 100%;
}
#voice_wrapper #voice_wrap li.voice_box p.voice_text {
    padding: 0 25px;
    margin: 12px 0 0;
}
#voice_wrapper #voice_wrap li.voice_box p.voice_text strong.voice_name{
    display: block;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    line-height: 2em;
    letter-spacing: 0.5px;
}
#voice_wrapper #voice_wrap li.voice_box p.voice_text span.user_voice {
    font-size: 16px;
    font-weight: normal;
    display: block;
    line-height: 1.6em;
    margin-top: 7px;
    margin-bottom: 10px;
}
#voice_wrapper #voice_wrap li.voice_box p.voice_text span.voice_note{
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #888;
    line-height: 1.25em;
}
#voice_wrapper #voice_wrap li.voice_box p.voice_text span.voice_btn{
    display: block;
    max-width: 350px;
    margin: 20px auto 0;
}
#voice_wrapper #voice_wrap li.voice_box p.voice_text span.voice_btn a{
    display: block;
    width: 100%;
    height: auto;
    /* margin: 20px 0 0; */
    max-width: 350px;
    border:1px solid #23ac38;
    background-color:#FFF;
    text-align:center;
    font-size: 18px;
    padding:7px;
    position: relative;
    font-weight: normal;
    text-decoration: none;
    color: #23ac38;
}

#voice_wrapper #voice_wrap li.voice_box p.voice_text span.voice_btn a:before{
    border-left: 2px solid #23ac38;
    border-top: 2px solid #23ac38;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    top: 45%;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 6px;    
}
#voice_wrapper #voice_wrap li.voice_box p.voice_text span.voice_btn a:hover{
    background: #23ac38;
    color: #fff;
}
#voice_wrapper #voice_wrap li.voice_box p.voice_text span.voice_btn a:hover:before{
    border-color: #23ac38;
}
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    background-image: none;
    background-size: 700px;
}

/*20210625追記*/

.footer_sns {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_sns.sns_contact li {
    width: 50%;
    margin-bottom: 2%;
}
.footer_sns li {
    width: 49%;
    text-align: center;
}
.footer_sns.sns_contact li img {
    backface-visibility: hidden;
}
.oto_kaku　{
	position: relative;
    width: 100%;
    text-align: center;
    margin: 70px auto 50px;
	display: block;
    font-size: 38px;
    font-weight: bold;
    color: orange ;
}
.kakuin_otoiawase{
	width: 60%;
    padding-top: 10px;
	margin: auto;
}
#footer ul.menu {
    width: 660px;
    margin: 50px auto 17px;
    float: right;
}

.logo {
    width: auto;
    height: auto;
    margin: 0;
    float: left;
    margin-top: 30px;
}

/*お客様の声CSS終了*/
@media all and (max-width: 780px) {
    div#wrapper {
        padding: 0;
    }

    .center {
        padding: 0 5%;
    }

    .padding-block {
        padding: 20px 0;
    }

    span.h2 {
        font-size: 24px;
    }

    span.sub-h2 {
        font-size: 18px;
    }

    .lp-main {
        padding-top: 0;
    }

    .lp-nayami img.img-r {
        display: none;
    }

    img.img-r {
        float: none;
        width: 60%;
        margin: auto;
        margin-bottom: 1em;
    }

    span.center-text {
        text-align: left;
        font-size: 21px;
    }
    
    span.center-text br {
        display: none;
    }

    .lp-access-float {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }

    img.img-l {
        width: 60%;
    }

    .point-no {
        display: block;
        width: 100%;
        font-size: 18px;
    }

    .point-main {
        display: block;
        font-size: 18px;
    }

    .point p {
        font-size: 18px;
    }

    .lp-access-float {
        padding: 0;
    }

    .lp-access-float table, .lp-access-float th, .lp-access-float td, .lp-access-float tbody, .lp-access-float tr {
        display: block;
        text-align: left;
    }
	.footer_sns.sns_contact .oto_001{
		width: 40%;
	}
	.footer_sns.sns_contact .oto_002{
		width: 40%;
	}
	.footer_sns.sns_contact .oto_003{
		width: 40%;
	}
	.footer_sns.sns_contact .oto_004{
		width: 40%;
	}
	.footer_sns.sns_contact .oto_005{
		width: 40%;
	}
	.footer_sns.sns_contact .oto_006{
		width: 40%;
	}
	.footer_sns {
    justify-content: space-evenly;
}
    /*お客様の声CSS開始*/
    #voice_wrapper h2 {
        font-size: 24px;
    }
    #voice_wrapper #voice_wrap {
        padding: 0 15px;
    }
    #voice_wrapper #voice_wrap li.voice_box {
        width: 100%;
        margin: 0 0 10px;
    }
    #voice_wrapper #voice_wrap li.voice_box:nth-child(even) {
        margin: 0 0 10px;
    }
    #voice_wrapper #voice_wrap li.voice_box p.voice_title {
        font-size: 18px;
    }
    /*お客様の声CSS終了*/

.footer_sns.sns_contact li {
    width: 100%;
    margin-bottom: 2%;
}
	.footer_sns.sns_contact li img{
		margin: auto;
}
	.kakuin_otoiawase{
width: 90%;
    margin: auto;
    padding: 0;
	}
	.logo img{
		margin: auto;
	}
	.footer-popup ul li:first-child{
		background-color: none !important;
		width: 100% !important;
		text-align: center !important;
	}
	.bana-rtyokin img{
	margin: auto;
		width: 90%
}
.bg-orange{
    background-color: orange;
}
}