@charset "UTF-8";
@font-face {
    font-family: "noto-sans-jp";
    src: url("../font_scan/NotoSansJP-Regular.otf") format("opentype");
}

* {
    box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,ul,li {
    margin: 0;
    padding: 0;
}
body {
    color: #333;
}
a {
    text-decoration: none;
}
ul, li {
    list-style: none;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.8em;
}
.clr {clear:both}

body {
    font-family: "noto-sans-jp", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
}

a:hover {
    opacity: 0.7;
}
a.head-contact-btn:hover,
a.price-contact-btn:hover {
    /*transform: translateY(0.1em);
    box-shadow: none;*/
}

.mg-b-20 {margin-bottom:20px !important;}

/* layout */
header {
    z-index: 100;
    position: sticky;
    top: 0;
    background-color: #fff;
    border-bottom: 4px solid #203864;
}
.header-inner {
    display: flex;
    align-items: center;
    width: 1020px;
    margin: 0 auto;
    padding: 3px 0 0;
}

.head {
    padding: 20px 0 15px;
    background-image: url(../img_scan/bg_header_blue.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.head.storage {background-image: url(../img_scan/bg-header-yellow.png) !important;}
.headComment {
    position: relative;
    width: 1020px;
    margin: 0 auto;
}
.headComment h2 {
color:#0071b9;
}
.head-catch {
    margin: 0 0 25px;
    /*background-color: rgb(0, 62, 134, 0.90);*/
    color: #fff;
}
.head-catch-inner {
    position: relative;
    width: 1020px;
    margin: 0 auto;
}
.head-catch-image {
    position: absolute;
    top: 70px;
    right: 10px;
    display: flex;
    align-items: center;
}
    .head-catch-image-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 180px;
        padding: 2px;
        background-color: #fff;
        border-radius: 100px;
    }
    .head-catch-image-item img {
        width: 75%;
        height: 75%;
    }
    .head-catch-image-arrow {
        display: inline-block;
        margin: 0 20px;
        border-left: 35px solid #fff;
        border-top: 24px solid transparent;
        border-bottom: 24px solid transparent;
        content: "";
    }
.head_catch3 {
	margin:0;padding:0;
}
.head_catch3 li {
	margin:0;padding:0;
	display:block;
	width:230px;
	height:155px;
	float:left;
	background-image:url(../img_scan/bg_head_catch3.png);
	background-repeat:no-repeat;
	background-size:cover;
	margin-right:50px;
}
.head_catch3.storage li {background-image:url(../img_scan/bg_head_catch3_st.png) !important;height:130px !important;}
.head_catch3 li.first {
	margin-left:115px;
}
.head_catch3 li.last {
	margin-right:0 !important;
}
.head_catch3 li p {
	margin:0;padding:0;
}
.head_catch3 li p.p1 {
	font-size:40px;
	text-align:center;
	line-height:58px;
	font-weight:bold;
}
.head_catch3.storage li p.p1.s3 {font-size:24px !important;line-height:60px !important;}
.head_catch3 li p.p2 {
	font-size:18px;
	padding:10px 0 0 15px;
	line-height:25px;
	font-weight:bold;
}
.head_catch3 li p.p2 .yellow {
	font-size:26px;
	color:#FFFF00;
}
.header-site-title-sub {font-size:15px;}

.btn_entry {
	display:block;
	width:644px;
	height:103px;
	margin:10px auto 0 auto;
}
.btn_entry a {
	display:block;
	width:644px;
	height:103px;
	background-image:url(../img_scan/bg_btn_entry.png);
	background-repeat:no-repeat;
	background-size:cover;
	font-size:40px;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
	line-height:40px;
	padding:28px 0 0 126px;
	letter-spacing:-0.1em;
}
.btn_entry a:hover {
	opacity:0.8;
}
.btn_entry a p {
	font-size:16px;
	text-align:center;
	letter-spacing:normal;
	color:#e91e77;
	position:absolute;
	top:5px;
	left:30px;
}
.btn_entry a p span.numberpage {
	font-size:30px;
}
.btn_entry2 {position:relative;display:block;width:644px;margin:10px auto 0 auto;}
.btn_entry2 a p {margin:0;padding:0;}
.btn_entry2 a p.moushikomi {position:absolute;top:25px;/*5px;*/left:36px;/*30px;*/font-size:30px;/*16px;*/font-weight:bold;text-align:center;color:#e91e77;}
.btn_entry2 a p span.numberpage {font-size:30px;}
.btn_entry2 a p.toiawase {position:absolute;font-size:40px;font-weight:bold;top:14px;left:180px;color:#FFF;letter-spacing:0.1em;/*left:142px;left:126px;letter-spacing:-0.1em;*/}

.head-appeal {
    position: relative;
    width: 1020px;
    margin: 0 auto;
    padding: 10px 20px 0px;
    background-color: rgba(10,10,10,0.7);
    border-radius: 20px;
    border: 2px solid #fff;
}
    .head-appeal::after {
        position: absolute;
        top: -2px;
        left: calc(50% - 90px);
        display: block;
        width: 180px;
        height: 2px;
        background-color: rgba(40,40,40,1);
        content: "";
    }
.head-btn-area {
    width: 1020px;
    margin: 0 auto;
    padding: 20px 0;
}
.head-circle {
   width: 1020px;
   margin: 0 auto;
}
.head-circle ul {
   margin:0 0 0 115px;padding:0;
}
.head-circle ul li {
   display:block;
   float:left;
}
	.head-circle ul li.c1 {
		width:185px;
		height:185px;
		background-image:url(../img_scan/circle_red.png);
		background-repeat: no-repeat;
		background-size:cover;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		line-height:40px;
		padding:52px 0 0 0;
	}
	.head-circle ul li.c2 {
		width: 48px;
		height: 48px;
		background-image: url(../img_scan/head_top_x.png);
		background-repeat: no-repeat;
		background-size:cover;
		margin:68px 25px 0 25px;
		font-size: 0px;
	}
	.head-circle ul li.c3 {
		width:145px;
		height:145px;
		background-image:url(../img_scan/circle_blue.png);
		background-repeat: no-repeat;
		background-size:cover;
		margin:20px 0 0 0;
		font-size:28px;
		font-weight:bold;
		text-align:center;
		line-height:28px;
		padding:54px 0 0 0;
	}
	.head-circle ul li.c1s {
		width:185px;
		height:185px;
		background-image:url(../img_scan/circle_blue_big.png);
		background-repeat: no-repeat;
		background-size:cover;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		line-height:40px;
		padding:70px 0 0 0;
	}
	.head-circle ul li.c3s {
		width:145px;
		height:145px;
		background-image:url(../img_scan/circle_red_small.png);
		background-repeat: no-repeat;
		background-size:cover;
		margin:20px 0 0 0;
		font-size:28px;
		font-weight:bold;
		text-align:center;
		line-height:28px;
		padding:42px 0 0 0;
	}
.head_woman {
	position: absolute;
	top: -30px;/*-49px;*/
	right: 49px;
}

section {
}
.section-inner {
    width: 1020px;
    margin: 0 auto;
    padding-bottom: 10px;/*40px;*/
}
.section-title-inner {
    width: 100%;
    margin: 25px auto 0 auto;
    background-image:url(../img_scan/h2_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	height:80px;
}
.section-title-inner.storage {background-image:url(../img_scan/h2-bg-yel.png) !important;background-repeat:no-repeat;background-size:cover;}

.section-title-inner h2 {
	
}
.section-title-inner h2 img.point {
	margin:12px 35px 0 16px;
	vertical-align: bottom;
}
.section-inner.nopad {
    padding: 0;
}
.section-inner.center {
    width: 770px;/*750px;*/
    margin: auto;
}
.section-inner-wrap {
	background-color:#4366a1;
	width:100%;
}
.section-inner.bunshohokan {
	background-color:#4366a1;
	width:1020px;
	margin:0 auto;
}
.section-inner.bunshohokan .section-title {
	border:none;
	color:#FFF;
	font-size:36px;
}
.section-inner.bunshohokan p {
	color:#FFF;
	font-size:24px;
}
.section-inner.teiji {
	padding-bottom:0 !important;
}
.section-inner.contact {position:relative;}
	.pmark {position:absolute;right:0px;bottom:0px;}
	.pmark img.pmk{width:260px;height:106px;}
.section-1 {
    background-color: #fff;
    color: #7aa6cd;
}
.section-2 {
    background-color: #eee;
}
.section-3 {
    background-color: #7aa6cd;
    color: #203864;
}
.section-4 {}
.section-4 .section-inner {width:875px;padding-bottom:0;}
.section-4 .c1box {padding:20px 0;}
.section-4 .c2box {padding:20px 0;background-color:#ddd;}
.section-4 .c3box {padding:20px 0;}
.section-4 .c4box {padding:20px 0;background-color:#ddd;}
.section-4 ul.s4 {}
.section-4 ul.c1 {}
.section-4 ul.c2 {}
.section-4 ul.c3 {}
.section-4 ul.c4 li {}
.section-4 ul.s4 li.l_img {}
.section-4 ul.s4 li.l_txt {
	width:620px;/*440px;*/
	font-size:22px;/*20px;*/
	font-weight:bold;
	line-height:2em;
	margin-top:5px;/*25px;*/
	margin-left:55px;
}
.section-4 ul.s4 li.left {float:left;/*margin-left:115px;*/}
.section-4 ul.s4 li.right {float:right;margin-right:115px;}
.section-4 ul.s4 li.l_txt span.blue {color:#0070c0;}
.section-8 {
	background-color: #fff;
}

footer {
    background-color: #003e86;/*#203864;*/
    color: #fff;
}
.footer-inner {
    width: 1020px;
    margin: 0 auto;
    padding: 30px 5px;
}

/* header */
.spbr1 {display:none;}
.spbr2 {display:none;}
.head-catch-opt1 {
    font-size: 18px;
	letter-spacing:-0.14em;/*-0.1em;*/
}
    .head-catch-opt1 .catch-opt1-bold {
        font-size: 40px;/*48px;*/
        font-weight: bold;
    }
    .head-catch-opt1 .catch-opt1-sub {
        font-size: 24px;
    }
.head-catch-opt2 {
    font-size: 26px;
	color:#333;
	margin-left:115px;
}
.head_crown {
	width:65px;
	height:48px;
}
.crown_br {display:none;}
.head-catch-main {
    padding: 0px 0 5px;
    font-size: 60px;
}
.head-catch-sub {
    padding-bottom: 10px;
    font-size: 30px;
}
.header-title-area {
    flex: 1;
}
.header-tel-area {
    /*margin-top: auto;*/
    margin-right: 15px;
    line-height: 1em;
    text-align: right;
}
    .header-tel-area > a {
        display: inline;/*inline-block;*/
    }
.tel-number {
    line-height: 1.2em;
    font-size: 18px;/*22px;*/
    font-weight: bold;
    letter-spacing: 0.16em;
}
_::-webkit-full-page-media, _:future, :root .tel-number {
    letter-spacing: 0.08em;
}
@-moz-document url-prefix(){
	.tel-number {
		letter-spacing: 0.15em;
	}
}
    .tel-number > a {
        overflow: hidden;
        display: inline;/*inline-block;*/
        color: #333;
    }
.tel-reception-time {
	padding-right: 1px;
    font-size: 17px;
    letter-spacing: 0.06em;
	line-height:1.1em;
}
.header-btn-area {
    /*margin-top: auto;*/
}
.site-title-head {
    font-size: 16px;
}
.site-title {
    font-size: 28px;
}
    .site-title > a {
        display: inline-block;
        color: #333;
        /*vertical-align: top;*/
        line-height: 1em;
    }
.site-title-desc {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
}

.appeal-title {
    z-index: 100;
    position: absolute;
    top: -0.9em;
    left: calc(50% - 55px);
    margin-bottom: 10px;
    font-size: 28px;
    color: #fff;
    text-align: center;
}
    .appeal-title > span {
        display: inline-block;
    }
.appeal-list {
    display: flex;
    flex-wrap: wrap;
}
.appeal-list > li {
    display: flex;
    align-items: center;
    /*width: calc(50% - 7px);*/
    width: 50%;
    margin-bottom: 0px;
    padding: 12px 0px 12px 0px;
    /*background-color: #fff;
    border: 2px solid #203864;
    border-radius: 12px;
    color: #203864;*/
    color: #fff;
}
    .appeal-list > li:nth-of-type(odd) {
        padding-right: 10px;
    }
    .appeal-list > li:nth-of-type(even) {
        padding-left: 10px;
    }
    .appeal-list > li:nth-of-type(n+3) {
        border-top: 1px solid #eee;
    }
.appeal-item-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-right: 10px;
}
.appeal-item {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: normal;
}
.appeal-item > span {
    display: block;
    font-size: 20px;
    font-weight: normal;line-height: 1em;
}
.appeal-item-icon {
    width: 180px;
    height: auto;
}
.appeal-item-desc {
    font-size: 14px;
    color: #7aa6cd;
}
.appeal-comment {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

ul.contact-flow {
    display: flex;
    justify-content: center;
}
ul.contact-flow > li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    margin-right: 90px;
    border-radius: 65px;
    border: 1px solid #ED7D31;
    background-color: #fff;
    color: #ED7D31;
    text-align: center;
    line-height: 1.2em;
    font-size: 24px;
}
ul.contact-flow > li:after {
    position: absolute;
    z-index: 10;
    right: -80px;
    display: inline-block;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid transparent;
    border-left: 30px solid #ED7D31;
    content: '';
}
ul.contact-flow > li:last-child {
    margin-right: 0;
}
ul.contact-flow > li:last-child:after {
    display: none;
}
ul.contact-flow .contact-flow-item-small {
    font-size: 18px;
}

/* parts */
.company-logo {
    width: 170px;
    height: auto;
}
.contact-btn {
    position: relative;
    background-color: #ED7D31;
    color: #fff;
    text-align: center;
}
.header-contact-btn {
    display: inline-block;
    margin-right: 10px;
    padding: 12px 22px;
    border-radius: 25px;
}
.head-contact-btn {
    display: block;
    padding: 15px;
    border-radius: 35px;
    font-size: 30px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 2px 0 rgb(0, 0, 0,0.3);
}
.price-contact-btn {
    display: inline-block;
    width: 100%;
    /*max-width: 500px;*/
    padding: 15px;
    border-radius: 35px;
    font-size: 24px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 2px 0 rgb(0, 0, 0,0.3);
}
.contact-click:after {
    position: absolute;
    display: inline-block;
    background-image: url(../img_scan/click.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
}
.head-contact-btn.contact-click:after {
    width: 75px;
    height: 75px;
}
.price-contact-btn.contact-click:after {
    width: 65px;
    height: 65px;
}
.link-btn {
    display: inline-block;
    padding: 12px 15px;
    background-color: #fff;
    border: 1px solid #203864;
    border-radius: 25px;
    color: #203864;
    text-align: center;
}
.break {
    display: inline;
}
.break.pc::before {
    content: "\A";
    white-space: pre;
}

/* contents */
.section-title {
    margin-bottom: 15px;
    padding: 15px 0;
    border-bottom: 2px solid #203864;
    text-align: left;
    font-size: 34px;
}
.section-1 .section-title {
    border-bottom-color: #7aa6cd;
}
.section-3 .section-title {
    border-bottom-color: #203864;
}
/* .section-4 .section-title2 { */
.section-title2 {
	width:1020px;
	height:80px;
	margin:0 auto;
	font-size:40px;
	font-weight:bold;
	color:#FFFFFF;
}
.block-title {
    padding: 35px 0;
    background-color: #DAE3F3;
    text-align: center;
    font-size: 36px;
}
.block-title2 {
    margin: auto;
    padding: 10px 0;
    background-color: #203864;
    color: #fff;
}
.section-subtitle {
    padding: 25px 0;
    text-align: left;/* center; */
    font-size: 30px;
}
    .section-subtitle > span {
        display: inline-block;
    }
.section-subtitle.teiji {
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
.section-subtitle.storage {
	font-size:20px;
	padding:10px 0 !important;
}
.section-subtitle.okigaru {
	font-size:24px;text-align:center;
}

/* nagare */
.nagare_wrap {width:875px;margin:0 auto;}
.textmessage {font-size:20px;font-weight:bold;line-height:2em;text-align:center;}
.nagareh3 {text-align:center;font-size:40px;font-weight:bold;}
.nagarearrow {
	width:871px;height:47px;
	background-image:url(../img_scan/nagarearrow.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.nagare {margin:0;padding:0;}
.nagare li {float:left;}
.nagare .nagare1 {
	width:220px;height:190px;background-color:#0071b9;
	font-size:18px;font-weight:bold;text-align:center;color:#FFF;
}
.nagare .nagare1 img {width:90px;height:98px;display:block;margin:31px auto 15px auto;}
.nagare .nagare2 {width:220px;height:190px;background-color:#43b7ff;margin-left:41px;}
.nagare .nagare2 p {color:#FFF;padding:0;line-height:1.1em;}
.nagare .nagare2 .p1 {font-size:20px;font-weight:bold;margin:20px 0 0 13px;}
.nagare .nagare2 .p2 {font-size:16px;font-weight:bold;margin:0 0 0 13px;}
.nagare .nagare2 .p3 {font-size:28px;font-weight:bold;margin:0 0 0 13px;}
.nagare .nagare2 .p4 {font-size:16px;font-weight:bold;margin:8px 0 0 19px;}
.nagare .nagare3 {width:220px;height:190px;background-color:#c2e6fa;margin-left:41px;}
.nagare .nagare3 .p1 {margin:10px 0 0 41px;/*20px 0 0 41px;*/font-size:28px;font-weight:bold;}
.nagare .nagare3 .p2 {margin:0 0 0 14px;padding:0;}
.nagare .nagare3 .p2 img {vertical-align:baseline;}
.nagare .nagare3 .p2 img.img1 {margin-right:14px;}
.nagare .nagare3 .p2 img.img2 {margin-right:7px;}
.nagare .nagare3 .p3 {margin:10px 0 0 18px;font-size:16px;font-weight:bold;line-height:1.1em;}
.nagare .nagare4 {margin-left:16px;}
.nagare .nagare4 img {width:96px;height:116px;margin-top:50px;}
.nagaredownarrow {margin:10px 0 10px 0;/*10px auto 10px 0;*/width:740px;}
.nagaredownarrow img {width:90px;height:34px;display:block;margin:0 auto;}
.banner_storage_wrap {width:870px;}
.banner_storage {
	display:block;/*margin-left:62px;*/width:870px;height:90px;/*width:741px;height:70px;*/
	background-image:url(../img_scan/banner_haseko_storage.png);
	background-repeat:no-repeat;
	background-size:cover;
	/*line-height:1.1em;*/
	text-align:left;/*center;*/
	padding-left:120px;
}
/*.banner_storage .s1 {font-size:28px;font-weight:bold;color:#FF0;margin-top:10px;display:inline-block;}*/
.banner_storage .s1 {font-size:34px;font-weight:bold;color:#FF0;margin-top:7px;/*10px;*/display:inline-block;line-height:38px;text-align:left;}
.banner_storage .s2 {font-size:20px;font-weight:bold;color:#FFF;margin-top:9px;display:inline-block;}

/* pricemenu */
.section-6-wrap {
	background-image:url(../img_scan/bg_header_blue.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.section-subtitle.option {
	border-radius:15px;
	/*background-color:#0071b9;*/
	font-size:24px;
	font-weight:bold;/*normal;*/
	color:#333;/*#FFF;*/
	width:875px;/*760px;*/
	height:50px;
	margin:20px auto 20px auto;
	line-height:40px;
	padding:6px 0 !important;
	text-align:center;
}

/* system */
.system-area {
    display: flex;
}
.system-desc {
    margin-right: 15px;
}
.system-desc-title {
    margin-bottom: 15px;
    font-size: 28px;
}
.system-image img {
    width: 550px;
}

/* merit */
.section-subtitle.merit {
    padding-top: 10px;
    font-size: 46px;
}
.merit-area {
    display: flex;
    justify-content: center;
    margin: auto;
}
.merit-box {
    width: 360px;
    font-size: 16px;
}
    .merit-box img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
.merit-arrow {
    display: inline-block;
    width: 45px;
    height: 367px;
    margin: 0 15px;
    background-image: url(../img_scan/merit-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.merit-title {
    margin-bottom: 10px;
    font-size: 21px;
    text-align: center;
}

/* plan */
.section-title.plan {
    border-color: #0071b9;/*#fff;*/
    color: #0071b9;/*#fff;*/
}
.plan-list {
    display: flex;
    padding-top: 10px;
}
.plan-list > li {
    width: 50%;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 35px;
}
.plan-list > li:nth-child(1) {
    margin-right: 10px;
}
.plan-list > li:nth-child(2) {
    margin-left: 10px;
}
.plan-title {
    padding-bottom: 10px;
    font-size: 36px;
    color: #203864;
    line-height: 1em;
}
.plan-desc {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #7aa6cd;
    font-size: 18px;
}
.plan-notice {
    font-size: 80%;
}
.plan-item-cost {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.plan-item-icon {
    width: 45px;
    margin-right: 10px;
}
.plan-item-price {
    margin: 0 10px;
    font-size: 40px;
    font-weight: bold;
    color: #f55;
    line-height: 1em;
}

/* option */
.opt-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:645px;
	margin:0 auto;
}
.opt-item {
    display: flex;
    align-items: center;
    width: calc(33% - 10px);/*width: calc(20% - 10px);*/
    padding: 15px;
    border-radius: 10px;
    border: 4px solid #c2e6fa;/*1px solid #7aa6cd;*/
    line-height: 1.3em;
}
/*.opt-item:nth-of-type(n+6) {*/
.opt-item:nth-of-type(n+4) {
    margin-top: 10px;
}
.opt-item-image {
    width: 50px;
    height: 50px;
}
.opt-item-desc {
    padding-left: 10px;
	font-size:18px;
	font-weight:bold;
	color:#0071B9;
}

.contact-title {
    margin-bottom: 10px;
    font-size: 22px;
    color: #C00000;/*#203864;*/
}
.contact-web-btn-area {
    margin-bottom: 30px;
}
.contact-tel-area {
    display: flex;
}
.contact-tel-to {
    font-size: 20px;
}
.contact-tel-number {
    font-size: 28px;/*38px;*/
    font-weight: bold;
    letter-spacing: 0.13em;
    line-height: 1.2em;
}
.contact-tel-uk {
    margin-left: 15px;
}
.contact-tel-uk-head {
    display: inline-block;
    width: 80px;
}

.textmessage2 {font-size:20px;font-weight:bold;line-height:2em;text-align:left;margin-top:0;margin-bottom:0;}
ul.hokan {margin:0 0 0 0;padding:0;width:100%;/*290px;*/}
ul.hokan li {float:left;width:200px;/*145px;*/font-size:20px;font-weight:bold;margin:0 0 5px 0;padding:0;}


/*
.problem-list {
    display: flex;
    justify-content: space-evenly;
    padding-top: 10px;
}
.problem-list > li {
    
}
.problem-item-head {
    text-align: center;
}
.problem-item-icon {
    width: 64px;
    height: 64px;
}
.problem-item-title {
    margin: 15px 0;
    font-size: 28px;
    color: #203864;
}
*/
/*
.feature-list {

}
.feature-list > li {
    display: flex;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #203864;
}
.feature-list > li:last-child {
    margin-bottom: 0;
}
.feature-item-head {
    display: inline-block;
    width: 310px;
    padding: 10px 20px;
    background-color: #fff;
    font-size: 28px;
    color: #203864;
}
.feature-item-desc {
    display: inline-block;
    margin: auto;
    padding: 10px 20px;
    font-size: 30px;
    color: #fff;
}
*/
.security-image {
    display: flex;
}
.security-image > div {
    display: inline-block;
    width: 50%;
    max-width: 510px;
}
.security-image div img {
    width: 100%;
}
.security-image div:first-child {
    padding-right: 10px;
}
.security-image div:last-child {
    padding-left: 10px;
}
.security-image-desc {
    text-align: center;
}
/*
.security-desc {
}
.security-desc .security-desc-title {
    margin: 10px 0;
    padding: 15px 0;
    border-bottom: 2px solid #203864;
    font-size: 26px;
    color: #203864;
}
.security-desc .security-desc-title:nth-of-type(2) {
    padding-top: 10px;
}
*/
.security-point-list {
    display: flex;
    justify-content: space-between;
}
.security-point-list > li {
    width: 33%;
    max-width: 320px;
}
.security-point-list > li > img {
    width: 100%;
}
.security-point-list > li .security-point-title {
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.1em;/*1.5em;*/
    text-align: left;/*center;*/
}
.security-point-list > li .security-point-title2 {
    padding-top: 10px;
    font-size: 20px;
	font-weight:bold;
    line-height: 1.2em;/*1.5em;*/
    text-align: left;/*center;*/
}


.service-point-list {
    display: flex;
    justify-content: space-between;
}
.service-point-list .service-point-item {
    width: 50%;
    max-width: 485px;
}
.service-point-list .service-point-item > img {
    width: 100%;
}
.service-point-list .service-point-item2 {
    width: 33%;
    max-width: 325px;
}
.service-point-list .service-point-item2 > img {
    width: 100%;
}
.service-haiki-head {
    display: flex;
}
.service-haiki-head > * {
    flex-grow: 1;
    max-width: 62%;
}
.service-point-item > p {
    margin-top: 20px;
}
.service-point-item2 > p {
	line-height:1.1em;
    /*margin-top: 20px;*/
}
.service-haiki-head .service-haiki-head-title {
    display: flex;
    padding: 0 10px 0 10px;
    background-color: #DAE3F3;
    color: #203864;
    font-size: 16px;
}
.service-haiki-head .service-haiki-head-title > * {
    margin: auto 0;
}

.use-image {
    width: 100%;
}
/*
.use-desc {
    margin: 15px 0 0;
    text-align: center;
}
.use-desc > p {
    display: inline-block;
    text-align: left;
}

.price-desc {
    margin-bottom: 20px;
    text-align: center;
}
.price-desc > p {
    display: inline-block;
}
.price-point-list {
    display: flex;
    justify-content: center;
    padding: 35px 0;
    text-align: center;
}
.price-point {
    display: flex;
    margin-right: 15px;
    padding: 10px 15px;
    background-color: #5B9BD5;
    border-radius: 10px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}
.price-point:last-child {
    margin-right: 0;
}
.price-point > img {
    width: 38px;
    height: 38px;
    margin-right: 15px;
}
.price-point .price-point-small {
    margin: auto;
    padding-left: 5px;
    font-size: 18px;
}
.price-point-contact-area {
    text-align: center;
}
*/
.copyright {
    text-align: center;
}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: #203864;
    color: #fff;
}
.pagetop::after {
    position: absolute;
    right: 19px;
    top: 23px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(225deg);
    content: '';
}

@media (max-width: 1050px) {
	.headComment {
    	position: relative;
    	width: 100%;
    	margin: 0 auto;
	}
    .header-inner {
        width: 100%;
        padding: 5px 20px;
    }

.head-circle {
   width: 100%;
   margin: 0 auto;
}
.head-circle ul {
   margin:0 0 0 calc(50 / 1020 * 100vw);/*0 0 0 115px;*/padding:0;
}
.head-circle ul li {
   display:block;
   float:left;
}
	.head-circle ul li.c1 {
		width:185px;
		height:185px;
		background-image:url(../img_scan/circle_red.png);
		background-repeat: no-repeat;
		background-size:cover;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		line-height:40px;
		padding:52px 0 0 0;
	}
	.head-circle ul li.c2 {
		width: 48px;
		height: 48px;
		background-image: url(../img_scan/head_top_x.png);
		background-repeat: no-repeat;
		background-size:cover;
		margin:68px 25px 0 25px;
		font-size: 0px;
	}
	.head-circle ul li.c3 {
		width:145px;
		height:145px;
		background-image:url(../img_scan/circle_blue.png);
		background-repeat: no-repeat;
		background-size:cover;
		margin:20px 0 0 0;
		font-size:28px;
		font-weight:bold;
		text-align:center;
		line-height:28px;
		padding:54px 0 0 0;
	}
	.head-circle ul li.c1s {
		width:185px;
		height:185px;
		background-image:url(../img_scan/circle_blue_big.png);
		background-repeat: no-repeat;
		background-size:cover;
		font-size:40px;
		font-weight:bold;
		text-align:center;
		line-height:40px;
		padding:70px 0 0 0;
	}
	.head-circle ul li.c3s {
		width:145px;
		height:145px;
		background-image:url(../img_scan/circle_red_small.png);
		background-repeat: no-repeat;
		background-size:cover;
		margin:20px 0 0 0;
		font-size:28px;
		font-weight:bold;
		text-align:center;
		line-height:28px;
		padding:42px 0 0 0;
	}
	.head_woman {
		position: absolute;
		top: -30px;/*-49px;*/
		right: 49px;
	}

	.head_catch3 {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		width:750px;
		margin: 0 auto;
	}
	.head_catch3 li {
		margin:0;padding:0;
		display:block;
		width:230px;
		height:155px;
		/*float:left;*/
		margin-right:0;/*50px;*/
	}
	.head_catch3 li.first {
		margin-left:0;/*115px;*/
	}
	.head_catch3 li:nth-of-type(n+4) {
    	margin-top: 10px;
	}
	.head-catch-opt2 {
    	font-size: 26px;
		color:#333;
		margin-left:calc(75 / 1020 * 100vw);/*115px;*/
	}

.footer-inner {
        width: 100%;
        padding: 20px 0;
    }
        .copyright {
            font-size: 16px;
        }
    
    /* head */
    .header-title-area {
        
    }
    .head-btn-area {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-title-desc {
        display: none;
    }
    .head-catch {
        margin-bottom: 15px;
    }
    .head-catch-inner {
        width: 100%;
        padding-left: 20px;
    }
        .head-catch-main {
            /*padding: 15px 0;*/
            /*font-size: 36px;*/
        }
        .head-catch-sub {
            font-size: 22px;
        }
        .head-catch-image {
            top: 50px;
            right: 20px;
            /*width: 300px;*/
        }
    .head-appeal {
        width: auto;
        margin: 0 20px;
        padding: 10px 10px;
    }
        .appeal-title {
            font-size: 28px;
        }
        .appeal-item-icon {
            /*width: 46px;
            height: 46px;*/
            width: 150px;
        }
        .appeal-list > li {
            width: calc(50% - 7px);
            padding: 10px;
        }
        .appeal-item {
            /*margin-left: 10px;
            font-size: 30px;*/
        }
        .appeal-item > span {
            /*font-size: 20px;*/
        }

    ul.contact-flow {

    }
        ul.contact-flow > li {
            width: 110px;
            height: 110px;
            margin-right: 70px;
            font-size: 24px;
        }
        ul.contact-flow > li:after {
            right: -60px;
            border-top-width: 12px;
            border-bottom-width: 12px;
            border-right-width: 12px;
            border-left-width: 20px;
        }
        ul.contact-flow .contact-flow-item-small {
            font-size: 16px;
        }
        .appeal-comment {
            margin-top: 3px;
            margin-bottom: 7px;
            font-size: 20px;
        }
        .head-contact-btn {
            padding: 15px;
            font-size: 28px;
        }

    .section-inner {
        width: 100%;
        padding: 0 20px 20px 20px;
    }
    .section-title {
        /*padding: 30px 0;*/
    }
    .section-subtitle {
        padding: 20px 0;
        font-size: 28px;
    }
    .block-title {
        padding: 20px 20px;
        font-size: 24px;
    }
    .block-title2 {
        padding: 10px 20px;
    }

    .section-inner.center {
        width: 100%;
    }
    

    /* system */
    .system-area {
        flex-direction: column;
        max-width: 750px;
        margin: auto;
    }
    .system-image > img {
        width: 100%;
    }

    /* plan */
    .plan-desc {
        font-size: 16px;
    }

    .section-title2 {
		width:100%;
		/*padding: 20px 10px;*/
		font-size: 36px;
		/*height:115px;*/
	}
    .section-title2 img {/*float:left;*/}
	.section-4 .section-inner {width:100%;padding-bottom:0;}
	.section-4 ul.s4 li.l_txt {
		width:565px;/*440px;*/
		font-size:20px;/*20px;*/
		font-weight:bold;
		line-height:1.5em;
		margin-left:10px;
	}

}

@media (max-width: 950px) {
	.head-catch-opt2 {
		margin-top:100px;
	}
	.head_woman {
		top:0;
	}
	.head-catch-image {
        top: 70px;
    }
    .head-catch-image-item {
        width: 120px;
        height: 120px;
    }
    
	.spbr1 {display:inline;}
	.spbr2 {display:none;}
    .head-catch-opt1 {
/*        display: flex;
        align-items: center;*/
		text-align:center;
    }
    .head-catch-opt1 > span > span {
        display: inline-block;
    }
    .head-catch-opt1 .break::before {
/*        content: "\A";
        white-space: pre;*/
    }

    /* plan */
    .plan-list {
        flex-direction: column;
        align-items: center;
        margin: auto;
    }
    .plan-list > li {
        width: 500px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }

    /* merit */
    .merit-area {
        margin: auto;
    }
    .merit-box {
        width: 330px;
    }
    .merit-arrow {
        height: 337px;
    }

    /* option */
    .opt-list {
        /*justify-content: space-around;*/
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
		width:645px;
		margin:0 auto;
    }
    .opt-item {
        /*width: calc(25% - 10px);*/
    	display: flex;
    	align-items: center;
    	width: calc(33% - 10px);/*width: calc(20% - 10px);*/
    	padding: 15px;
    	border-radius: 10px;
    	border: 4px solid #c2e6fa;/*1px solid #7aa6cd;*/
    	line-height: 1.3em;
    }
	/*.opt-item:nth-of-type(n+5) {*/
    .opt-item:nth-of-type(n+4) {
        margin-top: 10px;
    }
	.section-4 .section-inner {width:100%;padding-bottom:0;}
	.textmessage {font-size:20px;font-weight:bold;line-height:1.5em;text-align:left;}
}

@media (max-width: 910px) {
	.section-subtitle.option {width:100%;}
	.head-catch-inner {padding-left:0px;}
	.nagare_wrap {width:calc(850 / 910 * 100vw);}
	.nagarearrow {
		width:calc(855 / 920 * 100vw);height:calc(47 / 920 * 100vw);
		background-size:contain;
	}
	.nagare .nagare2 {margin-left:21px;}
	.nagare .nagare3 {margin-left:21px;}
	.banner_storage_wrap {width:calc(850 / 920 * 100vw);}
	.banner_storage {
		display:block;width:calc(850 / 920 * 100vw);height:calc(85 / 920 * 100vw);
		padding-left:calc(120 / 875 * 100vw);
	}
	.banner_storage .s1 {font-size:calc(30 / 920 * 100vw);font-weight:bold;color:#FF0;margin-top:calc(7 / 920 * 100vw);display:inline-block;line-height:calc(38 / 920 * 100vw);text-align:left;}
}

@media (max-width: 875px) {

.nagare_wrap {width:100%;margin:0 auto;}
.textmessage {font-size:20px;font-weight:bold;line-height:2em;text-align:left;}
.nagareh3 {text-align:center;font-size:calc(40 / 875 * 100vw);font-weight:bold;}
.nagarearrow {
	width:100%;height:calc(47 / 875 * 100vw);
	background-image:url(../img_scan/nagarearrow.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.nagare {margin:0;padding:0;}
.nagare li {float:left;}
.nagare .nagare1 {
	width:calc(205 / 875 * 100vw);height:calc(190 / 875 * 100vw);background-color:#0071b9;
	font-size:14px;font-weight:bold;text-align:center;color:#FFF;
}
.nagare .nagare1 img {width:calc(90 / 875 * 100vw);height:calc(98 / 875 * 100vw);display:block;margin:calc(31 / 875 * 100vw) auto calc(5 / 875 * 100vw) auto;}
.nagare .nagare2 {width:calc(220 / 875 * 100vw);height:calc(190 / 875 * 100vw);background-color:#43b7ff;margin-left:calc(15 / 875 * 100vw);}
.nagare .nagare2 p {color:#FFF;padding:0;line-height:1.1em;}
.nagare .nagare2 .p1 {font-size:calc(20 / 875 * 100vw);font-weight:bold;margin:calc(20 / 875 * 100vw) 0 0 calc(13 / 875 * 100vw);}
.nagare .nagare2 .p2 {font-size:calc(16 / 875 * 100vw);font-weight:bold;margin:0 0 0 calc(13 / 875 * 100vw);}
.nagare .nagare2 .p3 {font-size:calc(28 / 875 * 100vw);font-weight:bold;margin:0 0 0 calc(13 / 875 * 100vw);}
.nagare .nagare2 .p4 {font-size:calc(16 / 875 * 100vw);font-weight:bold;margin:calc(8 / 875 * 100vw) 0 0 calc(19 / 875 * 100vw);}
.nagare .nagare3 {width:calc(220 / 875 * 100vw);height:calc(190 / 875 * 100vw);background-color:#c2e6fa;margin-left:calc(15 / 875 * 100vw);}
.nagare .nagare3 .p1 {margin:calc(7 / 875 * 100vw) 0 0 calc(41 / 875 * 100vw);font-size:calc(28 / 875 * 100vw);font-weight:bold;}
.nagare .nagare3 .p2 {margin:0 0 0 calc(14 / 875 * 100vw);padding:0;}
.nagare .nagare3 .p2 img {vertical-align:baseline;width:calc(55 / 875 * 100vw);}
.nagare .nagare3 .p2 img.img1 {margin-right:calc(14 / 875 * 100vw);}
.nagare .nagare3 .p2 img.img2 {margin-right:calc(7 / 875 * 100vw);}
.nagare .nagare3 .p3 {margin:calc(10 / 875 * 100vw) 0 0 calc(18 / 875 * 100vw);font-size:calc(16 / 875 * 100vw);font-weight:bold;line-height:1.1em;}
.nagare .nagare4 {margin-left:calc(5 / 875 * 100vw);}
.nagare .nagare4 img {width:calc(96 / 875 * 100vw);height:calc(116 / 875 * 100vw);margin-top:calc(50 / 875 * 100vw);}
.nagaredownarrow {margin:10px auto 10px 0;width:calc(740 / 875 * 100vw);}
.nagaredownarrow img {width:calc(90 / 875 * 100vw);height:calc(34 / 875 * 100vw);display:block;margin:0 auto;}

.banner_storage {
	display:block;/*margin-left:62px;*/width:calc(850 / 920 * 100vw);height:calc(90 / 920 * 100vw);/*width:741px;height:70px;*/
	background-image:url(../img_scan/banner_haseko_storage.png);
	background-repeat:no-repeat;
	background-size:cover;
	/*line-height:1.1em;*/
	text-align:left;/*center;*/
	padding-left:calc(120 / 875 * 100vw);
}
/*.banner_storage .s1 {font-size:28px;font-weight:bold;color:#FF0;margin-top:10px;display:inline-block;}*/
.banner_storage .s1 {font-size:calc(30 / 875 * 100vw);font-weight:bold;color:#FF0;margin-top:calc(7 / 875 * 100vw);/*10px;*/display:inline-block;line-height:calc(38 / 875 * 100vw);text-align:left;}
.banner_storage .s2 {font-size:20px;font-weight:bold;color:#FFF;margin-top:9px;display:inline-block;}

ul.hokan {width:100%;}
ul.hokan li {width:50%;font-size:calc(20 / 875 * 100vw);}

}

@media (max-width: 850px) {
    .section-title2 {
		font-size: 33px;
	}
}

@media (max-width: 830px) {
	.section-4 ul.s4 li.l_txt {
		width:505px;/*440px;*/
		font-size:18px;
		font-weight:bold;
		line-height:1.5em;
		margin-left:10px;
	}
}

@media (max-width: 800px) {
    .header-inner {
        height: 100px;/*90px;*/
    }
    .header-title-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .site-title-head > span {
        display: inline-block;
    }
    .site-title {
        font-size: 24px;
        line-height: 1.2em;
    }
        .site-title > a > span {
            display: inline-block;
        }

    .head-appeal {
        margin: 0 10px;
        padding: 15px;
    }
    .head-catch-opt1 {
        width: 70%;
    }

    .head-catch-image {
        top: 0px;
        right: 50px;
        flex-direction: column;
    }
    .head-catch-image-item {
        width: 100px;
        height: 100px;
    }
    .head-catch-image-arrow {
        margin: 10px 0;
        border-top: 20px solid #fff;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: none;
    }

    .head-catch-opt1 {
        width: 100%;
    }
    .head-catch-opt1 .catch-opt1-bold {
        font-size: 38px;/*48px;*/
    }
    .head-catch-opt1 .catch-opt1-sub {
        font-size: 24px;
    }
    .head-catch-opt2 {
        font-size: 24px;
    }

	.head_catch3 {width:530px;}
	.head_catch3 li:nth-of-type(n+3) {
    	margin-top: 10px;
	}

    .section-subtitle {
        font-size: 26px;
    }
	.section-subtitle.storage {
		font-size:18px;
	}
	.section-title-inner h2 img.point {
		margin:12px 25px 0 12px;
	}
    .appeal-list > li {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .appeal-list > li:nth-of-type(n+2) {
        border-top: 1px solid #eee;
    }
    .appeal-item-box {
        width: 100%;
    }
    .appeal-title {
        font-size: 22px;
    }
    .appeal-item {
        font-size: 18px;
    }
    .appeal-item-desc {
        font-size: 16px;
    }
    .appeal-item > span {
        font-size: 16px;
    }

        .appeal-comment {
            margin-top: 3px;
            margin-bottom: 7px;
            font-size: 18px;
        }
        .head-contact-btn {
            padding: 10px;
            font-size: 24px;
        }
        .head-contact-btn.contact-click:after {
            width: 60px;
            height: 60px;
        }

    /* merit */
    .section-subtitle.merit {
        font-size: 32px;
    }
    .merit-area {
        display: flex;
        flex-direction: column;
        max-width: 750px;
    }
    .merit-box {
        display: flex;
        width: 100%;
    }
        .merit-box > div {
            min-width: 120px;
            margin-right: 15px;
        }
        .merit-title {
            font-size: 28px;
            text-align: left;
        }
        .merit-box p {
            font-size: 22px;
        }
    .merit-arrow {
        width: 100%;
        height: 70px;
        transform: rotate(90deg);
    }

	.section-subtitle.option {
		border-radius:15px;
		/*background-color:#0071b9;*/
		font-size:24px;
		font-weight:normal;
		color:#333;/*#FFF;*/
		width:100%;
		height:auto;
		margin:20px auto 20px auto;
		line-height:1.5em;
		padding:6px 0 !important;
	}
	.section-title-inner {
		width: 100%;
		margin: 25px auto 0 auto;
		background-image:url(../img_scan/h2_bg.png);
		background-repeat:no-repeat;
		background-size:cover;
		height:115px;/*80px;*/
	}
	.section-title-inner h2 img.point {
		vertical-align:middle;
	}
	.section-title-inner.storage {background-image:url(../img_scan/h2-bg-yel.png) !important;background-repeat:no-repeat;background-size:cover;}
    .section-title2 {
		width:100%;
		padding: 20px 10px;
		font-size: 26px;
		height:115px;
	}
    .section-title2 img {float:left;}
	.section-subtitle.okigaru {
		font-size:22px;
	}
}
@media (max-width: 790px) {
	.section-inner.contact {}
	.pmark {position:relative;width:260px;margin:5px auto;}
}
@media (max-width: 770px) {
	.section-4 ul.s4 li.l_txt {
		width:450px;
		font-size:16px;
	}
}

@media (max-width: 750px) {
	.head_woman {top:130px;right:calc(200 / 750 * 100vw);/*200px*/}
	.head-catch-opt2 {margin-top:205px;}
}

@media (max-width: 715px) {
	.section-4 ul.s4 li.l_txt {
		font-size:14px;
		width:400px;
	}
	.section-4 ul.s4 li.l_img img {
		width:calc(170 / 715 * 100vw);;
		height:calc(128 / 715 * 100vw);;
	}
}

@media (max-width: 700px) {
    .site-title-head {
        display: none;
    }
    .tel-reception-time {
        display: none;
    }
    .header-btn-area .link-btn {
        display: none;
    }
    .header-btn-area .contact-btn {
        margin-right: 0;
    }

    .section-subtitle {
        font-size: 24px;
    }
	.section-subtitle.storage {
		font-size:18px;
	}

    /* option */
    .opt-list > li {
        width: calc(50% - 10px);
    }
    .opt-item:nth-of-type(n+3) {
        margin-top: 10px;
    }
	.section-4 ul.s4 li.l_txt {
		/*width:100%;
		font-size:16px;*/
		font-size:14px;
		width:400px;
		font-weight:bold;
		line-height:1.5em;
		margin-top:5px;
		margin-left:0;
	}
	.btn_entry2 {position:relative;display:block;width:100%;margin:10px auto 0 auto;}
	.btn_entry2 a img {width:100%;}
	.btn_entry2 a p {margin:0;padding:0;}
	.btn_entry2 a p.moushikomi {position:absolute;top:calc(33 / 650 * 100vw);left:calc(33 / 650 * 100vw);font-size:calc(30 / 650 * 100vw);font-weight:bold;text-align:center;color:#e91e77;line-height:calc(25 / 650 * 100vw);}
	.btn_entry2 a p span.numberpage {font-size:calc(30 / 650 * 100vw);}
	.btn_entry2 a p.toiawase {position:absolute;font-size:calc(40 / 650 * 100vw);font-weight:bold;top:calc(10 / 650 * 100vw);left:calc(160 / 650 * 100vw);color:#FFF;letter-spacing:0.1em;/*left:calc(142 / 650 * 100vw);left:calc(126 / 650 * 100vw);letter-spacing:-0.1em;*/}

}

@media (max-width: 670px) {
	.opt-list {
		width:100%;
	}
}

@media (max-width: 680px) {
    .section-inner {
        width: 100%;
        padding: 0 10px 20px 10px;
    }
}

@media (max-width: 650px) {
    .break.pc {
        display:none;
    }
    .hide-sp {
        display: none;
    }

    .header-inner {
        padding: 0 5px;
    }
    .head {
        padding-top: 20px;
    }
    .site-title {
        font-size: 22px;
    }
    .site-title-head {
        display: none;
    }
        .copyright {
            font-size: 16px;
        }
    .header-title-area > a {
        z-index: 110;
        position: absolute;
        top: 5px;
        right: 150px;
        height: 44px;
    }
    .header-btn-area {
        font-size: 16px;
    }
        .header-contact-btn {
            padding: 20px 10px;
            border-radius: 26px;
        }
        .link-btn {
            padding: 16px 10px;
            border-radius: 26px;
        }
    .header-tel-area {
        margin-top: 20px;/*45px;*/
        margin-right: 25px;
    }
    .header-tel-area .tel-number {
        padding-bottom: 10px;
        font-size: 18px;/*20px;*/
        letter-spacing: 0.08em;
    }
    _::-webkit-full-page-media, _:future, :root .header-tel-area .tel-number {
        letter-spacing: 0em;
        font-size: 18px;
    }
    @-moz-document url-prefix(){
		.header-tel-area .tel-number {
			letter-spacing: 0.05em;
		}
	}
    .header-tel-area .tel-reception-time {
        font-size: 13px;
    }
    _::-webkit-full-page-media, _:future, :root .header-tel-area .tel-reception-time {
        letter-spacing: 0.11em;
    }
    .company-logo {
        width: 140px;
        padding-top: 5px;
    }

    .head-catch {
        margin-bottom: 15px;
    }
    .head-catch-inner {
        width: 100%;
        padding-left: 5px;
    }
        .head-catch-main {
            padding: 10px 0;
            font-size: 44px;
        }
        .head-catch-sub {
            font-size: 18px;
        }
        .head-catch-image {
            right: 20px;
            /*top: 15px;
            right: 10px;
            width: 210px;*/
        }
    .catch-opt1-bold {
        font-size: 18px;
    }
    .head-appeal {
        width: auto;
        margin: 0 5px;
        /*padding: 10px 5px;*/
    }
        .appeal-title {
            font-size: 22px;
        }
        .appeal-item-icon {
            width: 120px;
        }

        .appeal-comment {
            margin-bottom: 7px;
            font-size: 16px;
        }
        .head-contact-btn {
            padding: 10px;
            font-size: 24px;
        }
	.head_woman {
    	right: calc(180 / 650 * 100vw);
	}
    .section-inner {
        width: 100%;
        /*padding: 0 10px 20px 10px;*/
    }
    .section-title {
		width:100%;
        padding: 20px 10px;
        font-size: 26px;
    }
    .section-title2 {
		width:100%;
		padding: 20px 10px;
		font-size: 26px;
		height:115px;
	}
    .section-title2 img {float:left;}
	.section-subtitle {
        padding: 20px 0;
        font-size: 24px;
    }
	.section-subtitle.storage {
		font-size:18px;
	}
    .block-title {
        padding: 20px 0;
        font-size: 26px;
    }
    .block-title2 {
        padding: 10px;
    }

    /* merit */
    .merit-title {
        font-size: 24px;
    }
    .merit-box p {
        font-size: 18px;
    }
    .security-image {
        flex-direction: column;
    }
    .security-image > div {
        width: 100%;
        max-width: 100%;
        padding: 0 !important;
    }
    .security-image div:first-child {
        margin-bottom: 10px;
    }
    .security-image > div p {
    	text-align: center;
    }
	.btn_entry2 {position:relative;display:block;width:100%;margin:10px auto 0 auto;}
	.btn_entry2 a img {width:100%;}
	.btn_entry2 a p {margin:0;padding:0;}
	.btn_entry2 a p.moushikomi {position:absolute;top:calc(33 / 650 * 100vw);left:calc(33 / 650 * 100vw);font-size:calc(30 / 650 * 100vw);font-weight:bold;text-align:center;color:#e91e77;line-height:calc(25 / 650 * 100vw);}
	.btn_entry2 a p span.numberpage {font-size:calc(30 / 650 * 100vw);}
	.btn_entry2 a p.toiawase {position:absolute;font-size:calc(40 / 650 * 100vw);font-weight:bold;top:calc(10 / 650 * 100vw);left:calc(160 / 650 * 100vw);color:#FFF;letter-spacing:0.1em;/*left:calc(142 / 650 * 100vw);left:calc(126 / 650 * 100vw);letter-spacing:-0.1em;*/}

	.opt-list {
		width:100%;
	}
	.head-catch-opt2 {margin:205px auto 0 auto;font-size:calc(24 / 650 * 100vw);}

}

@media (max-width: 570px) {
	.section-4 ul.s4 li.l_img img {
		width:200px;
		height:150px;
	}
	.section-4 ul.s4 li.l_txt {
		width:100%;
		font-size:14px;
	}
}

@media (max-width: 550px) {
    .head {
        padding-top: 10px;
    }
    .head-catch-sub .break.sp::before {
        content: "\A";
        white-space: pre;
    }

	.spbr1 {display:none;}
	.spbr2 {display:inline;}
    .head-catch-opt1 {
        display: block;
        font-weight: normal;
    }
    .head-catch-opt1 .catch-opt1-bold {
        /*display: block;*/
        font-size: 24px;/*16px;*/
        font-weight: bold;/*normal;*/
    }
    .head-catch-opt1 .catch-opt1-sub {
        /*display: block;*/
		font-size: 16px;
    }

	.head_catch3 {width:480px;}
	.head_catch3 li:nth-of-type(n+3) {
    	margin-top: 10px;
	}

    /* plan */
    .plan-list > li {
        width: 100%;
    }

    /* contact */
    .section-inner.contact {
        text-align: center;
    }
    span.break.contact {
        display: inline;
    }
    span.break.contact::before {
        content: "\A";
        white-space: pre;
    }
    .contact-tel-to {
        font-size: 16px;
    }
    .contact-tel-to .break::before {
        content: "\A";
        white-space: pre;
    }
    .contact-tel-area {
        flex-direction: column;
    }
    .contact-tel-uk {
        margin-left: 0;
    }

    .pagetop {
        right: 10px;
        bottom: 10px;
        width: 45px;
        height: 45px;
    }
        .pagetop::after {
            top: 16px;
            right: 13px;
            width: 12px;
            height: 12px;
            border-width: 4px;
        }
    .footer-inner {
        padding-bottom: 55px;
    }
    .copyright {
        padding-left: 10px;
        text-align: left;
    }

    .appeal-item {
        font-size: 19px;
    }
	.btn_entry {
		display:block;
		width:644px;
		height:103px;
		margin:10px auto 0 auto;
	}
	.btn_entry a {
		display:block;
		width:644px;
		height:103px;
		background-image:url(../img_scan/bg_btn_entry.png);
		background-repeat:no-repeat;
		background-size:cover;
		font-size:40px;
		font-weight:bold;
		color:#FFFFFF;
		position:relative;
		line-height:40px;
		padding:28px 0 0 126px;
		letter-spacing:-0.1em;
	}
	.btn_entry a:hover {
		opacity:0.8;
	}
	.btn_entry a p {
		font-size:16px;
		text-align:center;
		letter-spacing:normal;
		color:#e91e77;
		position:absolute;
		top:5px;
		left:30px;
	}
	.btn_entry a p span.numberpage {
		font-size:30px;
	}
.btn_entry2 {position:relative;display:block;width:100%;margin:10px auto 0 auto;}
.btn_entry2 a img {width:100%;}
.btn_entry2 a p {margin:0;padding:0;}
.btn_entry2 a p.moushikomi {position:absolute;top:calc(33 / 650 * 100vw);left:calc(33 / 650 * 100vw);font-size:calc(30 / 650 * 100vw);font-weight:bold;text-align:center;color:#e91e77;line-height:calc(25 / 650 * 100vw);}
.btn_entry2 a p span.numberpage {font-size:calc(30 / 650 * 100vw);}
.btn_entry2 a p.toiawase {position:absolute;font-size:calc(40 / 650 * 100vw);font-weight:bold;top:calc(10 / 650 * 100vw);left:calc(145 / 650 * 100vw);color:#FFF;letter-spacing:0.1em;/*left:calc(142 / 650 * 100vw);left:calc(126 / 650 * 100vw);letter-spacing:-0.1em;*/}
	.section-title-inner h2 img.point {
		margin:12px 10px 0 5px;
	}

}

@media (min-width: 500px) {
    .tel-number > a {
        pointer-events: none;
    }
}

@media (max-width: 500px) {
    .break.sp::before {
        content: "\A";
        white-space: pre;
    }

	.head_woman {left:calc(85 / 500 * 100vw);top:calc(130 / 500 * 100vw);width:calc(340 / 500 * 100vw);height:calc(285 / 500 * 100vw);}
	.head_woman.storage {width:calc(262 / 500 * 100vw);height:calc(283 / 500 * 100vw);}
	.head-circle ul li {
   		display:block;
   		float:left;
	}
	.head-circle ul li.c1 {
		width:calc(185 / 500 * 100vw);/*185px;*/
		height:calc(185 / 500 * 100vw);/*185px;*/
		background-image:url(../img_scan/circle_red.png);
		background-repeat: no-repeat;
		background-size:cover;
		font-size:calc(40 / 500 * 100vw);/*40px;*/
		font-weight:bold;
		text-align:center;
		line-height:calc(40 / 500 * 100vw);/*40px;*/
		padding:calc(52 / 500 * 100vw) 0 0 0;/*52px 0 0 0;*/
	}
	.head-circle ul li.c2 {
		width: calc(48 / 500 * 100vw);/*48px;*/
		height: calc(48 / 500 * 100vw);/*48px;*/
		background-image: url(../img_scan/head_top_x.png);
		background-repeat: no-repeat;
		background-size:cover;
		margin:calc(68 / 500 * 100vw) calc(25 / 500 * 100vw) 0 calc(25 / 500 * 100vw);/*68px 25px 0 25px;*/
		font-size: 0px;
	}
	.head-circle ul li.c3 {
		width:calc(145 / 500 * 100vw);/*145px;*/
		height:calc(145 / 500 * 100vw);/*145px;*/
		background-image:url(../img_scan/circle_blue.png);
		background-repeat: no-repeat;
		background-size:cover;
		margin:calc(20 / 500 * 100vw) 0 0 0;/*20px 0 0 0;*/
		font-size:calc(28 / 500 * 100vw);/*28px;*/
		font-weight:bold;
		text-align:center;
		line-height:calc(28 / 500 * 100vw);/*28px;*/
		padding:calc(54 / 500 * 100vw) 0 0 0;/*54px 0 0 0;*/
	}
	.head-circle ul li.c1s {
		width:calc(185 / 500 * 100vw);/*185px;*/
		height:calc(185 / 500 * 100vw);/*185px;*/
		background-image:url(../img_scan/circle_blue_big.png);
		background-repeat: no-repeat;
		background-size:cover;
		font-size:calc(40 / 500 * 100vw);/*40px;*/
		font-weight:bold;
		text-align:center;
		line-height:calc(40 / 500 * 100vw);/*40px;*/
		padding:calc(70 / 500 * 100vw) 0 0 0;/*70px 0 0 0;*/
	}
	.head-circle ul li.c3s {
		width:calc(145 / 500 * 100vw);/*145px;*/
		height:calc(145 / 500 * 100vw);/*145px;*/
		background-image:url(../img_scan/circle_red_small.png);
		background-repeat: no-repeat;
		background-size:cover;
		margin:calc(20 / 500 * 100vw) 0 0 0;/*20px 0 0 0;*/
		font-size:calc(28 / 500 * 100vw);/*28px;*/
		font-weight:bold;
		text-align:center;
		line-height:calc(28 / 500 * 100vw);/*28px;*/
		padding:calc(42 / 500 * 100vw) 0 0 0;/*42px 0 0 0;*/
	}
    /*.header-inner {
        height: 90px;
        padding: 0 5px 5px 5px;
    }*/
    .header-title-area {
        margin-bottom: 0px;
    }

    .header-tel-area .tel-number {
        padding-top: 2px;
        padding-bottom: 14px;
    }
        .tel-number > a {
            /*padding: 20px 0 5px;*/
            text-decoration: underline;
            font-size: 16px;
        }
        .header-tel-area .tel-reception-time {
            margin-bottom: 7px;
            font-size: 12px;
        }
    .header-tel-area {
        margin-top: 0px;
        margin-right: 10px;
    }
    .header-tel-area > a {
        /*position: fixed;*/
        top: 0px;
        /*left: 5px;*/
        /*padding: 5px 0 12px 0;*/
    }
        .header-tel-area > a > img {
            width: 140px;
        }
    .header-title-area > a {
        top: 0;
        right: 105px;
    }
    .company-logo {
        width: 125px;
        padding-top: 10px;
    }
    .header-contact-btn {
    	padding: 22px 10px;
    	border-radius: 16px;
        font-size: 12px;
    }
    /*.header-btn-area .link-btn {
    	padding: 22px 10px;
    	border-radius: 30px;
        font-size: 12px;
    }*/
    /*.header-tel-area {
        margin-bottom: 8px;
    }*/
	.head_catch3 {width:240px;}
	.head_catch3 li:nth-of-type(n+2) {
    	margin-top: 10px;
	}
	.head_crown {
		width:calc(50 / 500 * 100vw);/*65px;*/
		height:calc(37 / 500 * 100vw);/*48px;*/
	}
	.crown_br {display:none;/*display:inline;*/}

    .site-title {
        display: flex;
        /*height: 44px;*/
        font-size: 22px;
    }
        .site-title > a {
            margin: auto 0;
        }
    .block-title {
        font-size: 22px;
    }
    .section-subtitle {
        font-size: 22px;
    }
	.section-subtitle.storage {
		font-size:16px;
	}
	.section-title2 {padding:20px 5px;}

    .head-catch-image-item {
        width: 70px;
        height: 70px;
    }
    .head-catch-opt2 {
        font-size: calc(20 / 500 * 100vw);/*20px;*/
		margin-top:calc(215 / 500 * 100vw);/*215px;*/
    }
    .head-catch-main {
        font-size: 36px;
    }
    .head-catch-sub {
        padding-top: 10px;
        font-size: 18px;
    }
	.header-site-title-sub {font-size:14px;}

    .appeal-item {
        font-size: 16px;
    }
    /*.appeal-list > li {
        position: relative;
        padding: 10px 5px;
    }
    .appeal-list > li > img {
        position: absolute;
        top: 5px;
        left: 10px;
    }
    .appeal-item {
        margin-left: 5px;
    }
    .appeal-item > span {
        margin-left: 30px;
        margin-bottom: 7px;
    }*/

    /* plan */
    .plan-list > li {
        text-align: center;
    }
    .plan-item-cost {
        flex-direction: column;
    }
    .plan-notice {
        text-align: left;
    }

    /* contact */
    .price-contact-btn {
        padding: 10px;
        font-size: 20px;
    }
    .contact-tel-number > a {
        font-size: 26px;
    }
    .price-contact-btn.contact-click::after {
        top: 20px;
        width: 40px;
        height: 40px;
    }
	.nagare .nagare1 {
		font-size:calc(14 / 500 * 100vw);
	}
	.nagare .nagare3 .p3 {margin:0 0 0 calc(18 / 875 * 100vw);}
}

@media (max-width: 450px) {
	.banner_storage {
		width:calc(870 / 930 * 100vw);height:calc(90 / 930 * 100vw);/*width:741px;height:70px;*/
	}
}

@media (max-width: 440px) {
    /*.appeal-item {
        font-size: 16px;
    }
    .appeal-item > span {
        font-size: 12px;
    }

    .header-btn-area .link-btn {
        display: none;
    }*/
}

@media (max-width: 420px) {

	.head-circle ul {
		margin:0 0 0 0;/*0 0 0 115px;*/padding:0;
	}

    .break.sp-min::before {
        content: "\A";
        white-space: pre;
    }

    .site-title > a {
        /*padding-bottom: 5px;*/
        /*line-height: 1.2em;*/
    }
    .head-catch-main {
        padding: 10px 0 20px;
        font-size: 32px;
    }
    /*.head-catch-sub {
        padding-bottom: 10px;
        font-size: 16px;
    }*/
    /*.head-catch-image {
        top: 20px;
        right: 5px;
        width: 120px;
    }*/
    .head-contact-btn {
        font-size: 22px;
    }
    .head-contact-btn.contact-click:after {
        top: 20px;
        width: 40px;
        height: 40px;
    }
    .header-btn-area .link-btn {
        display: none;
    }
	.header-site-title-sub {font-size:12px;}

    .section-title {
		width:100%;
        font-size: 22px;
    }
    .section-title2 {
		width:100%;
		font-size: 22px;
		height:auto;
	}
    .section-subtitle {
        font-size: 20px;
    }
	.section-subtitle.storage {
		font-size:16px;
	}

    .appeal-title {
        left: calc(50% - 45px);
        font-size: 22px;
    }
    .head-appeal::after {
        left: calc(50% - 70px);
        width: 140px;
    }

    .system-desc-title {
        font-size: 18px;
    }

    .section-subtitle.merit {
        font-size: 26px;
    }
    .section-subtitle.merit > span {
        display: inline;
    }
    .section-subtitle.merit .break::after {
        content: "\A";
        white-space: pre;
    }
    .merit-title {
        font-size: 22px;
    }
    .merit-box {
        flex-direction: column;
        align-items: center;
    }
    .merit-box img {
        max-width: 180px;
    }
    .merit-box > div {
        margin-right: 0;
        text-align: center;
    }
    .merit-box .merit-title {
        text-align: center;
    }
    .merit-box p {
        font-size: 16px;
    }

    .opt-item {
        position: relative;
        flex-direction: column;
        justify-content: center;
    }
    .opt-item-image {
        position: absolute;
        top: 15px;
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    }
    .opt-item-desc {
        margin-top: 35px;
        padding-left: 0;
		font-size:18px;
		font-weight:bold;
		color:#0071B9;
    }
	.section-subtitle.storage {
		font-size:16px;
	}
}

@media (max-width: 380px) {
	.banner_storage_wrap {
    	width:calc(870 / 965 * 100vw);
	}
	.banner_storage {
		width:calc(870 / 965 * 100vw);height:calc(90 / 965 * 100vw);/*width:741px;height:70px;*/
	}
	.banner_storage .s1 {
    	font-size: calc(30 / 960 * 100vw);
	}
	.textmessage {
    	font-size: 16px;
    	line-height: 1.2em;
	}
	.textmessage2 {
    	font-size: 16px;
    	line-height: 1.5em;
	}
	.section-subtitle.option {
		font-size: 16px;
	}
	.security-point-list > li .security-point-title {
		font-size:12px;
	}
	.security-point-list > li .security-point-title2 {
		font-size:14px;
	}

}


@media (max-width: 350px) {
    .header-title-area > a {
        position: static;
    }
    .header-tel-area > a > img {
        width: 100px;
    }
    .header-tel-area {
        display: none;
    }
    .head-catch-main {
        padding-bottom: 10px;
        font-size: 34px;
    }
    .head-catch-sub {
        font-size: 18px;
    }
    .head-catch-sub br {
        display: none;
    }
    .head-catch-image {
        display: none;
    }

    .appeal-list > li {
        flex-direction: column;
        width: 100%;
    }
    .appeal-list > li {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .appeal-item-box {
        margin-bottom: 10px;
    }

    .plan-title {
        font-size: 30px;
    }

	.nagare .nagare1 {width:calc(195 / 880 * 100vw);}
	.nagare .nagare2 {width:calc(215 / 880 * 100vw);}
	.nagare .nagare3 {width:calc(210 / 880 * 100vw);}
	.nagare .nagare3 .p1 {margin:0 0 0 calc(41 / 875 * 100vw);}
	.section-subtitle.okigaru {
		font-size:20px;
	}

}

@media (max-width: 300px) {
	.section-subtitle.okigaru {
		font-size:15px;
	}
	.contact-title {font-size:18px;}
	.pmark {width:200px;}
	.pmark img.pmk {width:200px;height:82px;}
	.head_catch3 {width:100%;}
	.head_catch3 li {width:100%;}
	.head_catch3 li p.p1 {font-size:36px;}
	.head_catch3.storage li p.p1.s3 {font-size:20px !important;}
	.banner_storage_wrap {
    	width:calc(850 / 965 * 100vw);
	}
	.banner_storage {
		width:calc(850 / 965 * 100vw);
	}
}
