* {
    font-family: Noto Sans JP;
}

.padding-block p {
    font-size: 18px;
}

#wrapper {
    width: 100%;
    padding: 0;
}

.padding-block {
    padding: 80px 0;
}

.padding-block p {
    margin: 1em 0;
}

.center {
    max-width: 1050px;
    margin: auto;
}

.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 {
    background-color: orange;
}

.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(../../images-lp/check.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left center;
	
}
.lp-nayami{
	overflow:hidden;
}

.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: 47%;
    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%;
	box-sizing: border-box;
}

img.img-r {
    float: right;
    margin-left: 7em;
    margin-bottom: 1em;
	width:25%;
}

.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;
    line-height: 45px;
}

.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;
}
.point-imgs02{
	float:left;
}
.point-float02{
	display: flex;
    justify-content: space-between;
}
.point-float02 .point-text2{
	width: 65%;
}
/*お客様の声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;
}
.lp-main-images{
	text-align:center;
	background-color: #fff2e7;
}
.center-img{
	text-align:center;
}
.lp-nayami ul li{
	text-align: start;
	list-style: none;
}
.point-text2{
	float: right;
}
.lp-access-table tbody{
	line-height: 250%;
}
/*お客様の声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: 90%;
    font-size: 18px;
    margin: auto;
    }

    .point-main {
        display: block;
        font-size: 18px;
		   text-align: center;
    }

    .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;
    }
    /*お客様の声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終了*/
	.sp{
	}
	.point-float p{
		width: 90%;
   		margin: auto;
	}
	.point-imgs{
		text-align: center;
	}
	.block-contact img {
    margin: 5px auto;
}
	.incho-img{
		text-align: center;
	}
	.point-imgs02{
	float:left;
}
.point-float02{
	display: block;
	width: 90%;
    margin: auto;
}
.point-float02 .point-text2{
	width: 100%;
}
}