@charset "utf-8";

/* 汎用 */
a:hover img { opacity: 0.6; filter: alpha(opacity=60); -moz-opacity: 0.6; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.st { font-weight: bold; }
.fl { float: left; }
.fr { float: right; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.white_txt { color: #fff; }
.flex { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
.flex_no_justify { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.f_min { font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
.f_times { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }
.f_arial { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.fit_img { display: flex; justify-content: center; align-items: center; /*IE用*/ flex-direction: column; }
.fit_img img { max-width: 100%; max-height: 100%; width: auto; height: auto; }

.inner {
	margin: 0 auto;
	width: 1270px;
}
@media only screen and (max-width: 768px) {
.inner {
	width: 100%;
}
}
/* TOP */
.mv {
	margin: 0 auto;
	padding: 106px 0 0;
	width: 100%;
	height: 718px;
	background: url("../images/top/bg_mv.jpg") no-repeat center;
	box-sizing: border-box;
}
.mv .main_copy {
	margin: 0 auto;
	width: 943px;
	position: relative;
}
.mv .main_copy span {
	/* width: 217px;
	position: absolute;
	right: -133px;
	bottom: -68px; */
	position: fixed;
	bottom: 0;
	right: 0;
	padding-right: 2%;
	z-index: 999;
}
@media only screen and (max-width: 768px) {
.mv {
	padding: 0;
	width: 100%;
	height: auto;
	background: none;
}
.mv .main_copy {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.mv .main_copy img {
	width: 100%;
}
.mv .main_copy span {
	display: none;
}
}

.top_osusume {
	margin: 0 auto;
	padding: 94px 0 0;
	width: 100%;
	box-sizing: border-box;
}
.top_osusume .osusume_tit {
	margin: 0 auto 56px;
	width: 660px;
}
.top_osusume .osusume_list {
	margin: 0 auto 76px;
	width: 800px;
}
.top_osusume .osusume_list li {
	width: 353px;
}
.top_osusume .osusume_list li img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
.top_osusume {
	padding: 10vw 0 0;
	height: auto;
}
.top_osusume .osusume_tit {
	margin: 0 auto 6.4vw;
	width: 87.466vw;
}
.top_osusume .osusume_list {
	margin: 0 auto;
	width: 61.466vw;
}
.top_osusume .osusume_list li {
	margin-bottom: 6.166vw;
	width: 100%;
}
}

.tppricelistbx{
    width: 1200px;
    margin: 0 auto 20% auto;
}

.tppriceti{
    width: 100%;
}

.tppriceti dl{
    width: 100%;
    font-weight: bold;
}

.tppriceti dt{
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.tpbgblue dt{
    color: #6d8cc7;
}

.tpbgpink dt{
    color: #e38ca0;
}

.tppriceti dd{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 85px;
    border-radius: 8px;
}

.tpbgblue dd{
    background: #6d8cc7;
}

.tpbgpink dd{
    background: #e38ca0;
}

.tpbggreen dt{
    color: #4AADA1;
}

.tpbggreen dd{
    background: #4AADA1;
}


.tppricebx{
    width: 100%;
    border: 3px solid #6d8cc7;
    box-sizing: border-box;
    margin-top: 17px;
    border-radius: 8px;
    padding: 40px 40px 22px 40px;
    display: flex;
    margin-bottom: 45px;
}

.tppricebx ul{
    width: 445px;
    margin-left: 90px;
    margin-top: 30px;
}

.tppricebx li img{
    width: 100%;
}

.tppricebx dl{
    width: 476px;
    margin-left: 109px;
}

.tppricebx dt{
    font-size: 24px;
    font-weight: bold;
    color: #1d274b;
    margin-bottom: 10px;
}

.tppricebx dd a{
    transition: 0.5s;
}

.tppricebx dd a:hover{
    opacity: 0.7;
}

.tppricebx dd img{
    width: 100%;
}

.tppricebxb{
    width: 100%;
    border: 3px solid #e38ca0;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 17px;
    padding: 20px 36px 20px 23px;
    display: flex;
    margin-bottom: 45px;
}

.tppriceinl{
    width: 620px;
    height: 180px;
}

.tppriceinl dl{
    display: flex;
}

.tppriceinl dt{
    width: 180px;
    margin-right: 30px;
}

.tppriceinl dt img{
    width: 100%;
}

.tppriceinl dd{
    width: 410px;
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
}

.tppriceinl dd img{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.tppriceinr{
    width: 521px;
}

.tppriceinr dl{
    width: 479px;
    margin-left: 42px;
}

.tppriceinr dt{
    font-size: 24px;
    font-weight: bold;
    color: #1d274b;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.tppriceinr dd a{
    transition: 0.5s;
}

.tppriceinr dd a:hover{
    opacity: 0.7;
}

.tppriceinr dd img{
    width: 100%;
}

dl.tptricetp{
    margin-top: 20px;
}

.tppricegrybx{
    width: 1134px;
    background: #f1f1f1;
    padding: 26px 33px;
}

.tppricegrybx ul{
    width: 100%;
}

.tppricegrybx li{
    font-size: 19px;
    line-height: 28px;
    color: #1d274b;
}



.top_promise {
	margin: 0 auto;
	padding: 88px 0 180px;
	width: 100%;
	background: url("../images/top/bg_promise.png") no-repeat center bottom;
	box-sizing: border-box;
	position: relative;
}
.top_promise .promise_tit {
	margin: 0 auto;
	width: 925px;
	position: absolute;
	left: 0;
	right: 0;
	top: -166px;
}
.top_promise .promise_tit img {
	width: 100%;
}
.top_promise .promise_list {
	margin: 0 auto;
	width: 1195px;
}
.top_promise .promise_list li {
	width: 382px;
	background: #F9F7EA;
	border-radius: 0 0 10px 10px;
}
.top_promise .promise_list li .promise_copy {
	height: 85px;
}
.top_promise .promise_list li .promise_copy img {
	width: 100%;
}
.top_promise .promise_list li .in {
	padding: 30px 10px;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.02em;
}
.top_promise .promise_list li .in .in_copy {
	padding: 0 0 14px;
	font-size: 29px;
	line-height: 42px;
	text-align: center;
	letter-spacing: 0.04em;
}
.top_promise .promise_list li .in .in_text {
	margin: 0 20px;
	padding: 17px 0 0;
	border-top: 1px dashed #929292;
}
@media only screen and (max-width: 768px) {
.top_promise {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: url("../images/top/sp/bg_promise.png") no-repeat center bottom;
	background-size: 100% auto;
}
.top_promise .promise_tit {
	margin-bottom: 7.333vw;
	width: 100%;
	position: static;
}
.top_promise .promise_list {
	padding: 0 9.466vw;
	width: 100%;
	box-sizing: border-box;
}
.top_promise .promise_list li {
	margin-bottom: 13.333vw;
	width: 100%;
}
.top_promise .promise_list li .promise_copy {
	height: auto;
}
.top_promise .promise_list li .in {
	padding: 6.666vw;
	font-size: 3.6vw;
	line-height: 5.333vw;
}
.top_promise .promise_list li .in .in_copy {
	padding: 0 0 3.333vw;
	font-size: 6.133vw;
	line-height: 8.933vw;
	letter-spacing: 0;
}
.top_promise .promise_list li .in .in_text {
	margin: 0;
	padding: 3.333vw 0 0;
}
}

.top_news {
	margin: 0 auto;
	padding: 70px 0 50px;
	width: 100%;
	background: #F3F3F3;
}
.top_news .inner {
	margin: 0 auto;
	width: 1192px;
}
.top_news .inner .news_tit {
	padding: 0 0 0 39px;
	width: 34px;
}
.top_news .inner .news_list {
	width: 1072px;
}
.top_news .inner .news_list dl {
	margin-bottom: 20px;
	padding: 15px 34px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	background: #fff;
	box-shadow: 0 0 6px #ccc;
	border-radius: 5px;
}
.top_news .inner .news_list dt {
	padding: 5px 0;
	width: 150px;
	color: #d74a38;
	border-right: 1px solid #CECECE;
}
.top_news .inner .news_list dd {
	padding: 5px 0;
	width: 843px;
    font-weight: bold;
    font-size: 18px;
}
.top_news .inner .news_list dd a {
	text-decoration: none;
}
.top_news .inner .news_list dd a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 768px) {
.top_news {
	padding: 7.866vw 0 7.2vw;
}
.top_news .inner {
	width: 100%;
}
.top_news .inner .news_tit {
	padding: 0 0 0 4.8%;
	width: 7%;
}
.top_news .inner .news_list {
	width: 86.974%;
}
.top_news .inner .news_list dl {
	margin-bottom: 2.666vw;
	padding: 2.933vw 6.266vw;
	font-size: 3.6vw;
	box-shadow: 0 0 6px #ccc;
	border-radius: 5px 0 0 5px;
}
.top_news .inner .news_list dt {
	display: block;
	margin-bottom: 2vw;
	padding: 5px 0;
	width: auto/*31.666vw*/;
	color: #d74a38;
	border-right: 1px solid #CECECE;
}
.top_news .inner .news_list dd {
	padding:0;
	width: 100%;
}
}

.top_life {
	margin: 0 auto;
	padding: 0 0 80px;
	width: 100%;
	background: url("../images/top/bg_life.jpg") repeat-x;
	min-height: 460px;
}
.top_life .inner {
	margin: 0 auto;
	width: 1192px;
	position: relative;
}
.top_life .inner .life_tit {
	display: block;
	padding: 32px 0 50px;
	text-align: right;
}
.top_life .inner .life_box {
	padding: 0 0 0 371px;
}
.top_life .inner .life_box li {
	margin-bottom: 24px;
	width: 187px;
	height: 187px;
	overflow: hidden;
	position: relative;
}
.top_life .inner .life_box li img {
	width: 100%;
}
.top_life .inner .life_box li .caption {
	padding: 70px 0 0 46px;
	font-size: 21px;
	line-height: 25px;
	color: #fff;
}
.top_life .inner .life_box li .mask {
	width: 100%;
	height: 100%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition: all 0.2s ease;
}
.top_life .inner .life_box li:hover .mask {
	opacity: 1;	/* マスクを表示する */
}
.top_life .inner .life_btn {
	width: 344px;
	position: absolute;
	left: 0;
	top: 109px;
}
.top_life .inner .life_btn img {
	width: 100%;
}
.top_life .inner .life_text {
	width: 344px;
	font-size: 19px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 470px;
}
.top_life .inner .life_note {
	color: #a0a0a1;
	font-size: 14px;
	line-height: 1;
	text-align: right;
}
@media only screen and (max-width: 768px) {
.top_life {
	margin: 0 auto;
	padding: 0 0 12.533vw;
	width: 100%;
	background: url("../images/top/sp/bg_life.jpg") repeat-x;
	background-size: 100% auto;
}
.top_life .inner {
	padding: 0 3.466vw;
	width: 100%;
	box-sizing: border-box;
}
.top_life .inner .life_tit {
	padding: 5.066vw 0 5.6vw;
}
.top_life .inner .life_box {
	padding: 0 0 0 49.333vw;
}
.top_life .inner .life_box li {
	margin-bottom: 24px;
	width: 46.951%;
	height: auto;
}
.top_life .inner .life_btn {
	width: 45.333vw;
	position: absolute;
	left: 3.466vw;
	top: 13.466vw;
}
.top_life .inner .life_text {
	width: 100%;
	font-size: 3.4vw;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 0;
	top: 66vw;
}
.top_life .inner .life_note {
	display: none;
}
    
    .tppricelistbx{
        width: 85%;
        margin: auto;
    }    
    
    .tppriceti dt{
        font-size: 3.6vw;
    }
    
    .tppriceti dd{
        font-size: 4vw;
        line-height: 8vw;
    }
    
    .tppricebx{
        width: 100%;
        padding: 40px 5%;
        display: block;
    }
    
    .tppricebxb{
        padding: 4vw 5%;
        display: block;
    }
    
    .tppricebx ul{
        width: 100%;
        margin: 0;
    }
    
    .tppricebx li{
        width: 70%;
        margin: auto;
    }
    
    .tppricebx dl{
        width: 100%;
        margin: 40px 0 0 0;
    }
    
    .tppricebx dt{
        text-align: center;
    }
    
    .tppricebx dd{
        width: 70%;
        margin: auto;
    }
    
    .tppriceinl{
        width: 100%;
        display: block;
    }
    
    .tppriceinl dt{
        width: 25%;
        margin-right: 5%;
    }
    
    .tppriceinl dd{
        width: 70%;
        margin-top: 1vw;
        font-size: 4vw;
    }
    
    .tppriceinl dd img{
        margin-top: 2vw;
    }
    
    .tppricebxb{
        width: 100%;
    }
    
    .tppriceinr{
        width: 100%;
    }
    
    .tppriceinr dl{
        width: 100%;
        margin-left: 0;
    }
    
    .tppriceinr dd{
        width: 70%;
        margin: auto;
    }
    
    .tppricegrybx{
        width: 90%;
        padding: 26px 5%;
        margin-bottom: 60px;
    }
    
}

@media only screen and (max-width: 480px){
    .tppriceinl{
        height: auto;
    }
    
    .tppriceinr dd{
        width: 100%;
    }
    
    .tppriceinr dt{
        font-size: 4vw;
        margin: 15px 0;
    }
    
    .tppricegrybx li{
        font-size: 3.5vw;
    }
    
    .tppricebx dt{
        text-align: left;
        font-size: 4vw;
    }
    
    .tppricebx dd{
        width: 100%;
    }
    
    dl.tptricetp{
        margin-top: 0;
    }
}

.top_used {
	margin: 0 auto;
	padding: 0 0 278px;
	width: 100%;
	background: #fff url("../images/top/bg_used.jpg") no-repeat center bottom;
}
.top_used .inner {
	margin: 0 auto;
	width: 1270px;
}
.top_used .inner .box {
	margin-bottom: 120px;
	padding: 14px 40px 36px;
	box-shadow: 0 0 15px #ddd;
	border-radius: 0 0 15px 15px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
}
.top_used .inner .used_header {
	width: 1300px;
	position: absolute;
	left: -15px;
	top: -66px;
}
.top_used .inner .used_tit {
	margin-bottom: 65px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.12em;
	text-align: center;
}
.top_used .inner .used_tit span {
	display: block;
	line-height: 0.8;
}
.top_used .inner .box_left {
	float: left;
	padding: 0 0 42px;
	width: 389px;
	font-size: 17px;
	font-weight: bold;
	line-height: 27px;
}
.top_used .inner .box_left .used_ico {
	margin: 0 auto 25px;
	width: 142px;
}
.top_used .inner .box_left .used_ico img {
	width: 100%;
}
.top_used .inner .box_left .used_img {
	padding: 75px 0 0;
}
.top_used .inner .box_left .used_img img {
	width: 100%;
}
.top_used .inner .box_right {
	float: right;
	width: 758px;
	font-size: 17px;
	font-weight: bold;
	line-height: 27px;
}
.top_used .inner .box_right .used_img02 {
	margin-bottom: 30px;
}
.top_used .inner .box_right .used_img02 img {
	width: 100%;
}
.top_used .inner .used_owner {
	margin-bottom: 20px;
	padding: 0 0 10px;
	font-size: 32px;
	line-height: 44px;
	border-bottom: 1px dashed #939393;
}
.top_used .inner .used_list {
	padding: 26px 0 0;
	width: 100%;
	border-top: 1px solid #D1D1D1;
	clear: both;
}
.top_used .inner .used_list li {
	padding: 13px 0;
	width: 580px;
	border-bottom: 1px solid #D1D1D1;
}
.top_used .inner .used_list li:last-of-type,
.top_used .inner .used_list li:nth-last-child(2){
	border-bottom: none;
}
.top_used .inner .used_list li dl {
	width: 100%;
	align-items: center;
}
.top_used .inner .used_list li:nth-of-type(4) dl {
	align-items: flex-start;
}
.top_used .inner .used_list li dl dt {
	width: 142px;
}
.top_used .inner .used_list li dl dd {
	width: 412px;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}
.top_used .inner .used_list li dl dd span {
	display: block;
	font-size: 26px;
	line-height: 52px;
	letter-spacing: 0.12em;
}
.top_used .inner .used_box {
	padding: 0 60px 0 700px;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}
.top_used .inner .used_box span {
	display: block;
	padding: 0 0 25px;
	font-size: 36px;
	line-height: 52px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.top_used {
	margin: 0 auto;
	padding: 0 0 90vw;
	width: 100%;
	background: url("../images/top/sp/bg_used.jpg") no-repeat center bottom, url("../images/top/sp/bg_used02.jpg") no-repeat center top;
	background-size: 100% auto, 100% auto;
	min-height: initial;
}
.top_used .inner {
	padding: 0 2vw;
	width: 100%;
	box-sizing: border-box;
}
.top_used .inner .box {
	margin-bottom: 13.666vw;
	padding: 4vw;
	border-radius: 15px;
}
.top_used .inner .used_header {
	display: none;
}
.top_used .inner .used_tit {
	margin-bottom: 65px;
	font-size: 4.8vw;
}
.top_used .inner .used_tit span {
	margin: 0 auto;
	width: 28.666vw;
}
.top_used .inner .box_left {
	float: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 42px;
	width: 100%;
	font-size: 3.6vw;
	line-height: 5.733vw;
}
.top_used .inner .box_left .used_ico {
	margin: 0;
	width: 21.580%;
}
.top_used .inner .box_left div {
	width: 72.492%;
}
.top_used .inner .box_left .used_img {
	display: none;
}
.top_used .inner .box_right {
	float: none;
	margin-bottom: 5vw;
	width: 100%;
	font-size: 3.6vw;
	line-height: 5.733vw;
}
.top_used .inner .box_right .used_img02 {
	margin-bottom: 4vw;
}
.top_used .inner .used_owner {
	margin-bottom: 20px;
	padding: 0 0 10px;
	font-size: 4.8vw;
	line-height: 5.866vw;
	border-bottom: 1px dashed #939393;
}
.top_used .inner .used_list {
	padding: 4vw 0 0;
	width: 100%;
}
.top_used .inner .used_list li {
	padding: 6vw 0;
	width: 100%;
}
.top_used .inner .used_list li dl dt {
	width: 21.515%;
}
.top_used .inner .used_list li dl dd {
	width: 72.424%;
	font-size: 3.6vw;
	line-height: 5.733vw;
}
.top_used .inner .used_list li dl dd span {
	display: block;
	margin-bottom: 2vw;
	padding: 0 0 2vw;
	font-size: 4.8vw;
	line-height: 1;
	border-bottom: 1px dashed #939393;
}
.top_used .inner .used_box {
	padding: 0 7.2vw;
	font-size: 3.6vw;
	line-height: 5.733vw;
}
.top_used .inner .used_box span {
	display: block;
	padding: 0 0 6.666vw;
	font-size: 4.8vw;
	line-height: 1;
}
}

.top_merit {
	margin: 0 auto;
	padding: 96px 0 45px;
	width: 100%;
	background: url("../images/top/bg_merit.png") no-repeat center bottom;
	box-sizing: border-box;
	position: relative;
}
.top_merit .merit_tit {
	margin: 0 auto;
	width: 925px;
	position: absolute;
	left: 0;
	right: 0;
	top: -165px;
}
.top_merit .merit_list {
	margin: 0 auto 45px;
	width: 1195px;
}
.top_merit .merit_list li {
	width: 382px;
	background: #F9F7EA;
	border-radius: 0 0 10px 10px;
}
.top_merit .merit_list li .merit_copy {
	height: 85px;
}
.top_merit .merit_list li .merit_copy img {
	width: 100%;
}
.top_merit .merit_list li .in {
	padding: 30px 10px;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.02em;
}
.top_merit .merit_list li .in .in_copy {
	padding: 0 0 14px;
	font-size: 29px;
	line-height: 42px;
	text-align: center;
	letter-spacing: 0.04em;
}
.top_merit .merit_list li:nth-of-type(2) .in .in_copy {
	letter-spacing: -0.06em;
}
.top_merit .merit_list li .in .in_photo {
	margin: 0 auto 20px;
	width: 319px;
}
.top_merit .merit_list li .in .in_photo img {
	width: 100%;
}
.top_merit .merit_list li .in .in_text {
	margin: 0 20px;
	padding: 17px 0 0;
	border-top: 1px dashed #929292;
}
.top_merit .point_list {
	margin: 0 auto 85px;
	width: 1195px;
}
.top_merit .point_list li {
	width: 228px;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.02em;
}
.top_merit .point_list li .point_img {
	margin-bottom: 10px;
}
.top_merit .point_list li .point_img img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
.top_merit {
	padding: 0 0 45px;
	width: 100%;
}
.top_merit .merit_tit {
	margin-bottom: 4vw;
	width: 100%;
	position: static;
}
.top_merit .merit_list {
	margin: 0 auto 45px;
	padding: 0 10.266vw;
	width: 100%;
	box-sizing: border-box;
}
.top_merit .merit_list li {
	margin-bottom: 6.666vw;
	width: 100%;
}
.top_merit .merit_list li .merit_copy {
	height: auto;
}
.top_merit .merit_list li .in {
	padding: 6.666vw 1vw;
	font-size: 3.2vw;
	line-height: 5.2vw;
}
.top_merit .merit_list li .in .in_copy {
	padding: 0 0 2vw;
	font-size: 6.1vw;
	line-height: 8.8vw;
	text-align: center;
	letter-spacing: 0;
}
.top_merit .merit_list li .in .in_photo {
	margin: 0 auto 3vw;
	width: 90%;
}
.top_merit .merit_list li .in .in_photo img {
	width: 100%;
}
.top_merit .merit_list li .in .in_text {
	margin: 0 auto;
	padding: 3vw 0 0;
	width: 90%;
}
.top_merit .point_list {
	margin: 0 auto 6.666vw;
	width: 100%;
	justify-content: center;
}
.top_merit .point_list li {
	margin: 0 1.5vw;
	width: 43.885%;
}
.top_merit .point_list li .point_img {
	margin-bottom: 2.4vw;
}
}

/*　下層共通 */

.main_tit {
	margin: 0 auto;
	width: 100%;
	height: 373px;
	background-repeat:  no-repeat;
	background-position: center;
}
.category_tit {
	margin: 0 auto;
	padding: 146px 0 0;
	width: 1190px;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 0.8;
	vertical-align: middle;
}
.category_tit span {
	display: block;
	padding: 0 0 0 5px;
}
@media only screen and (max-width: 768px) {
.main_tit {
	height: 33.866vw;
	background-size: 100% auto;
}
.category_tit {
	padding: 11.666vw 0 0 5vw;
	width: 100%;
	font-size: 5.333vw;
	box-sizing: border-box;
}
.category_tit span {
	padding: 3vw 0 0 1vw;
	width: auto;
}
}

/*　ご利用者のよくある質問 */
.main_tit.faq {
	background-image: url("../images/faq/bg_tit.png");
}
.faqArea {
	padding: 0 0 160px;
}
.faqArea .anchor_menu {
	margin-bottom: 80px;
	padding: 30px 40px;
	background: #F9F7EA;
	border-radius: 10px;
}
.faqArea .anchor_menu li {
	padding: 0 0 0 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
	background: url("../images/icon/ico09.png") no-repeat left center;
}
.faqArea .anchor_menu li a {
	text-decoration: underline;
}
.faqArea .anchor_menu li a:hover {
	text-decoration: none;
}
.faqArea .faq_tit {
	margin-bottom: 50px;
	color: #71aba0;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
}
.faqArea .faq_tit span {
	padding: 0 17px;
	font-size: 18px;
	vertical-align: middle;
}
.faqArea .faq_category_tit {
	margin-bottom: 25px;
	padding: 0 0 0 25px;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
}
.faqArea .faq {
	margin-bottom: 70px;
}
.faqArea .faq dt {
	padding: 20px 30px;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	border: 2px solid #4AADA1;
	border-radius: 6px;
	background: #F9F7EA;
}
.faqArea .faq dd {
	margin-bottom: 30px;
	padding: 20px 0 0 32px;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}
@media only screen and (max-width: 768px) {
.main_tit.faq {
	background-image: url("../images/faq/sp/bg_tit.png");
}
.faqArea {
	padding: 0 4vw;
}
.faqArea .anchor_menu {
	margin-bottom: 8vw;
	padding: 4vw 4vw 2vw;
}
.faqArea .anchor_menu li {
	margin-bottom: 4vw;
	padding: 0 0 0 15px;
	font-size: 5vw;
}
.faqArea .faq_tit {
	margin-bottom: 6vw;
	color: #71aba0;
	font-size: 5vw;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
}
.faqArea .faq_tit span {
	padding: 0 3vw;
	font-size: 3.2vw;
	vertical-align: middle;
}
.faqArea .faq_category_tit {
	margin-bottom: 3vw;
	padding: 0;
	font-size: 4.2vw;
}
.faqArea .faq {
	margin-bottom: 10vw;
}
.faqArea .faq dt {
	padding: 3vw 4vw;
	font-size: 5vw;
}
.faqArea .faq dd {
	margin-bottom: 4vw;
	padding: 3vw 4vw 3vw 6vw;
	font-size: 3.2vw;
	line-height: 25px;
}
}

/*　サービスご利用の流れ */
.main_tit.flow {
	background-image: url("../images/flow/bg_tit.png");
}
.flowArea {
	padding: 0 0 30px;
}
.flowArea .flow {
	margin-bottom: 55px;
	align-items: center;
}
.flowArea .flow dt {
	width: 221px;
	position: relative;
}
.flowArea .flow dt span {
	margin: 0 auto;
	width: 44px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -21px;
}
.flowArea .flow dd {
	width: 638px;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}
.flowArea .flow dd span {
	display: block;
	padding: 0 0 20px;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
}
@media only screen and (max-width: 768px) {
.main_tit.flow {
	background-image: url("../images/flow/sp/bg_tit.png");
}
.flowArea {
	padding: 0 4vw;
}
.flowArea .flow {
	margin-bottom: 7vw;
	align-items: flex-start;
}
.flowArea .flow dt {
	width: 35%;
}
.flowArea .flow dt span {
	width: 7vw;
	bottom: -2vw;
}
.flowArea .flow dd {
	padding: 2vw 0 0;
	width: 60%;
	font-size: 3.4vw;
	font-weight: bold;
	line-height: 25px;
}
.flowArea .flow dd span {
	display: block;
	padding: 0 0 2.0vw;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1;
}
}

/*　みんなのレンタルライフ */
.main_tit.life {
	background-image: url("../images/life/bg_tit.png");
}
.lifeArea {
	padding: 0 0 80px;
}
.lifeArea .life_tit {
	padding: 20px 64px;
	color: #fff;
	font-size: 31px;
	line-height: 45px;
	letter-spacing: 0.02em;
	background: #1D274B;
	position: relative;
}
.lifeArea .life_tit span {
	width: 201px;
	position: absolute;
	right: 27px;
	top: 17px;
}
.lifeArea .life_box {
	padding: 38px 38px 1px;
	background: #F0F5FF;
}
.lifeArea .life_box .life_menu {
	padding: 0 0 45px;
}
.lifeArea .life_box .life_menu li {
	float: left;
	margin: 0 35px 9px 0;
	padding: 0 0 0 15px;
	background: url("../images/icon/ico10.png") no-repeat left center;
}
.lifeArea .life_box .life_menu li:nth-of-type(3) {
	float: none;
}
.lifeArea .life_box .life_menu li a {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.lifeArea .life_box .life_menu li a:hover {
	color: #768bc4;
	border-bottom: 1px solid #768bc4;
}
.lifeArea .life_box .life_menu li a.current {
	color: #768bc4;
	border-bottom: 1px solid #768bc4;
}
.lifeArea .life_box dl.life {
	padding: 28px 0;
	border-bottom: 1px dashed #909090;
}
.lifeArea .life_box dl:last-of-type.life {
	margin-bottom: 55px;
}
.lifeArea .life_box dl.life dt {
	width: 258px;
}
.lifeArea .life_box dl.life dt img {
	width: 100%;
}
.lifeArea .life_box dl.life dd {
	width: auto/*525px*/;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.02em;
}
.lifeArea .life_box dl.life dd .cate {
	margin-bottom: 15px;
	font-size: 24px;
	    margin-top: 1em;
	line-height: 1;
}
.lifeArea .life_box dl.life dd .txt_link_more a {
	text-decoration: underline;
}
.lifeArea .life_box dl.life dd .txt_link_more a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
.main_tit.life {
	background-image: url("../images/life/sp/bg_tit.png");
}
.lifeArea {
	padding: 0;
}
.lifeArea .life_tit {
	padding: 4vw;
	font-size: 5.333vw;
	line-height: 8.133vw;
	letter-spacing: 0.14em;
}
.lifeArea .life_tit span {
	width: 33.333vw;
	position: absolute;
	right: 3vw;
	top: 13.2vw;
}
.lifeArea .life_box {
	padding: 13.333vw 4vw 1vw 5vw;
	background: #F0F5FF;
}
.lifeArea .life_box .life_menu {
	padding: 0 0 8vw;
}
.lifeArea .life_box .life_menu li {
	margin: 0 0 9px 0;
	padding: 0 0 0 5vw;
	width: 50%;
	background: url("../images/icon/ico10.png") no-repeat left center;
	box-sizing: border-box;
}
.lifeArea .life_box .life_menu li:nth-of-type(3) {
	float: left;
}
.lifeArea .life_box .life_menu li a {
	font-size: 4.266vw;
}
.lifeArea .life_box dl.life {
	padding: 4vw 0;
}
.lifeArea .life_box dl:last-of-type.life {
	margin-bottom: 6vw;
}
.lifeArea .life_box dl.life dt {
	width: 38.109%;
	margin: auto;
}
.lifeArea .life_box dl.life dd {
/*	width: 57.163%;*/
	font-size: 3.6vw;
	line-height: 5.333vw;
}
.lifeArea .life_box dl.life dd .cate {
	margin-bottom: 15px;
	font-size: 4.266vw;
	line-height: 6.666vw;
}
.lifeArea .life_box dl.life dd .txt_link_more a {
	text-decoration: underline;
}
.lifeArea .life_box dl.life dd .txt_link_more a:hover {
	text-decoration: none;
}
}

/*　送料と支払い方法 */
.main_tit.guide {
	background-image: url("../images/guide/bg_tit.png");
}
.guideArea {
	padding: 0 0 80px;
}
.guideArea .box {
	padding: 40px 43px;
	background: #F9F7EA;
}
.guideArea .guide_tit {
	margin-bottom: 35px;
	color: #768bc4;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.042em;
}
.guideArea .guide_tit.c_brown {
	margin-top: 90px;
	color: #b79d6c;
}
.guideArea .guide_tit span {
	display: inline-block;
	padding: 0 10px;
	font-size: 18px;
	vertical-align: middle;
}
.guideArea .delivery_fee {
	margin-bottom: 40px;
	padding: 20px 0;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	border-bottom: 1px solid #6D8CC7;
	border-top: 1px solid #6D8CC7;
}
.guideArea .delivery_fee .c_blue {
	color: #768bc4;
}
.guideArea .delivery_fee .f_58 {
	font-size: 58px;
}
.guideArea .area_map {
	margin-bottom: 35px;
}
.guideArea .area_map img {
	width: 100%;
}
.guideArea .area {
	margin-bottom: 35px;
	font-weight: bold;
}
.guideArea .area dt {
	margin-bottom: 15px;
	padding: 10px 0 10px 26px;
	color: #6D8CC7;
	font-size: 27px;
	line-height: 1;
	letter-spacing: 0.04em;
	border-left: 12px solid #6D8CC7;
}
.guideArea .area dd {
	padding: 0 0 0 40px;
	font-size: 17px;
	line-height: 25px;
}
.guideArea .pay {
	margin-bottom: 45px;
	padding: 25px 85px;
	border-bottom: 1px solid #C29E6A;
	border-top: 1px solid #C29E6A;
	align-items: center;
}
.guideArea .pay dt {
	width: 133px;
}
.guideArea .pay dd {
	width: 450px;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: 0.04em;
}
.guideArea .bank_txt {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.02em;
}
.guideArea .bank_txt p {
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
.main_tit.guide {
	background-image: url("../images/guide/sp/bg_tit.png");
}
.guideArea {
	padding: 0 4vw 10vw;
}
.guideArea .box {
	padding: 4vw;
}
.guideArea .guide_tit {
	margin-bottom: 5vw;
	font-size: 6vw;
}
.guideArea .guide_tit.c_brown {
	margin-top: 8vw;
}
.guideArea .guide_tit span {
	font-size: 2.6vw;
}
.guideArea .delivery_fee {
	margin-bottom: 5vw;
	font-size: 5vw;
}
.guideArea .delivery_fee .f_58 {
	font-size: 8vw;
}
.guideArea .area_map {
	margin-bottom: 7vw;
}
.guideArea .area {
	margin-bottom: 4vw;
	font-weight: bold;
}
.guideArea .area dt {
	margin-bottom: 15px;
	padding: 2vw 0 2vw 4vw;
	color: #6D8CC7;
	font-size: 5vw;
	line-height: 1;
	letter-spacing: 0.04em;
	border-left: 6px solid #6D8CC7;
}
.guideArea .area dd {
	padding: 0 0 0 5vw;
	font-size: 3.6vw;
}
.guideArea .pay {
	margin-bottom: 5vw;
	padding: 4vw 0;
	border-bottom: 1px solid #C29E6A;
	border-top: 1px solid #C29E6A;
	align-items: center;
}
.guideArea .pay dt {
	width: 30%;
}
.guideArea .pay dd {
	width: 65%;
	font-size: 5vw;
	font-weight: bold;
	line-height: 6vw;
	letter-spacing: 0.04em;
}
.guideArea .bank_txt {
	font-size: 3.6vw;
}
.guideArea .bank_txt p {
	margin-bottom: 4vw;
}
}

/*　選ばれる5つのポイント */
.main_tit.point {
	background-image: url("../images/point/bg_tit.png");
}
.pointArea {
	padding: 0 0 125px;
}
.pointArea .point {
	margin-bottom: 39px;
	padding: 0 0 39px;
	align-items: center;
	border-bottom: 1px solid #D1D1D1;
}
.pointArea .point:last-of-type {
	margin-bottom: 0;
	padding: 0;
	border-bottom: none;
}
.pointArea .point dt {
	width: 230px;
}
.pointArea .point dt img {
	width: 100%;
}
.pointArea .point dd {
	width: 644px;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}
.pointArea .point dd .point_copy {
	margin-bottom: 15px;
	font-size: 27px;
}
.pointArea .point:first-of-type dd .point_copy {
	color: #ce8b9e;
}
.pointArea .point:nth-of-type(2) dd .point_copy {
	color: #97a736;
}
.pointArea .point:nth-of-type(3) dd .point_copy {
	color: #768bc4;
}
.pointArea .point:nth-of-type(4) dd .point_copy {
	color: #71aba0;
}
.pointArea .point:nth-of-type(5) dd .point_copy {
	color: #b79d6c;
}
@media only screen and (max-width: 768px) {
.main_tit.point {
	background-image: url("../images/point/sp/bg_tit.png");
}
.pointArea {
	padding: 0 4vw;
}
.pointArea .point {
	margin-bottom: 5.333vw;
	padding: 0 0 5.333vw;
	align-items: flex-start;
	border-bottom: 1px solid #D1D1D1;
}
.pointArea .point:last-of-type {
	padding: 0 0 5.333vw;
}
.pointArea .point dt {
	width: 35%;
}
.pointArea .point dd {
	width: 60%;
	font-size: 3.6vw;
	font-weight: bold;
	line-height: 6vw;
}
.pointArea .point dd .point_copy {
	margin-bottom: 15px;
	font-size: 4.6vw;
}
}

/*　サービスの内容 */
.main_tit.service {
	background-image: url("../images/service/bg_tit.png");
}
.serviceArea {
	padding: 0;
}
.serviceArea .main_copy {
	padding: 280px 35px 75px;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 0.02em;
	background: url("../images/service/bg_main_copy.png") no-repeat center top;
}
.serviceArea .service_tit {
	margin-bottom: 35px;
	color: #768bc4;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.042em;
}
.serviceArea .service_tit.c_blue {
	color: #768bc4;
}
.serviceArea .service_tit.c_pink {
	color: #ce8b9e;
}
.serviceArea .service_tit span {
	display: inline-block;
	padding: 0 10px;
	font-size: 18px;
	vertical-align: middle;
}
.serviceArea .service_list,
.serviceArea .service_list02,
.serviceArea .service_list03 {
	margin-bottom: 75px;
}
.serviceArea .service_list li,
.serviceArea .service_list02 li,
.serviceArea .service_list03 li {
	margin-bottom: 25px;
	padding: 25px 22px;
	border: 2px solid #4AADA1;
	border-radius: 6px;
	background: #F9F7EA;
	align-items: center;
}
.serviceArea .service_list02 li {
	border: 2px solid #768bc4;
}
.serviceArea .service_list03 li {
	border: 2px solid #ce8b9e;
}
.serviceArea .service_list li .service_icon,
.serviceArea .service_list02 li .service_icon,
.serviceArea .service_list03 li .service_icon {
	width: 142px;
}
.serviceArea .service_list li .service_text {
	width: 666px;
	font-size: 27px;
	font-weight: bold;
	line-height: 53px;
	letter-spacing: 0.05em;
}
.serviceArea .service_list02 li .service_text,
.serviceArea .service_list03 li .service_text {
	width: 666px;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.02em;
}
.serviceArea .service_list li .service_text span.c_green {
	color: #71aba0;
}
.serviceArea .service_list li .service_text span.f_large {
	font-size: 50px;
}
.serviceArea .service_list li .service_text span.f_small {
	display: block;
	font-size: 17px;
	line-height: 1;
}
.serviceArea .service_list02 li .service_text span.c_blue {
	display: block;
	padding: 0 0 20px;
	color: #768bc4;
	font-size: 27px;
}
.serviceArea .service_list03 li .service_text span.c_pink {
	display: block;
	padding: 0 0 20px;
	color: #ce8b9e;
	font-size: 27px;
}
@media only screen and (max-width: 768px) {
.main_tit.service {
	background-image: url("../images/service/sp/bg_tit.png");
}
.serviceArea {
	padding: 0;
}
.serviceArea .main_copy {
	padding: 30vw 6vw 8vw;
	font-size: 4vw;
	line-height: 6vw;
	background-size: 100% auto;
}
.serviceArea .service_tit {
	margin-bottom: 4vw5px;
	font-size: 5vw;
}
.serviceArea .service_tit span {
	font-size: 3vw;
}
.serviceArea .service_list,
.serviceArea .service_list02,
.serviceArea .service_list03 {
	margin-bottom: 12vw;
	padding: 0 4vw;
}
.serviceArea .service_list li,
.serviceArea .service_list02 li,
.serviceArea .service_list03 li {
	margin-bottom: 3.6vw;
	padding: 4vw;
	align-items: flex-start;
}
.serviceArea .service_list li .service_icon,
.serviceArea .service_list02 li .service_icon,
.serviceArea .service_list03 li .service_icon {
	width: 32%;
}
.serviceArea .service_list li .service_text {
	width: 65%;
	font-size: 3.8vw;
	line-height: 5vw;
}
.serviceArea .service_list02 li .service_text,
.serviceArea .service_list03 li .service_text {
	width: 65%;
	font-size: 3.8vw;
	line-height: 5vw;
}
.serviceArea .service_list li .service_text span.f_large {
	font-size: 5.6vw;
	line-height: 8.0vw;
}
.serviceArea .service_list li .service_text span.f_small {
	display: block;
	font-size: 3.0vw;
	line-height: 1;
}
.serviceArea .service_list02 li .service_text span.c_blue {
	font-size: 5.2vw;
	line-height: 8.0vw;
}
.serviceArea .service_list03 li .service_text span.c_pink {
	font-size: 5.2vw;
	line-height: 8.0vw;
}
}

/*　ログイン・無料新規登録 */
.main_tit.login {
	background-image: url("../images/contact/bg_tit.png");
}
.loginArea {
	padding: 0 0 60px;
}
.loginArea .login_tit {
	margin-bottom: 35px;
	color: #71aba0;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.04em;
}
.loginArea .login_tit span {
	display: inline-block;
	padding: 0 10px;
	font-size: 18px;
	vertical-align: middle;
}
.loginArea .login_box {
	padding: 40px 43px 120px;
	background: #F9F7EA;
}
.loginArea .login_box .login_txt {
	padding: 24px 0 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.02em;
	border-top: 1px solid #71aba0;
}
.loginArea .login_box .login_txt a {
	color: #6db1d4;
	text-decoration: underline;
}
.loginArea .login_box .login_txt a:hover {
	text-decoration: none;
}
.loginArea .login_box .login_item {
	margin-bottom: 18px;
	padding: 10px 0 10px 27px;
	color: #71aba0;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.04em;
	border-left: 12px solid #71aba0;
}
.loginArea .login_box .login_input {
	margin-bottom: 40px;
}
.loginArea .login_box input[type="email"],
.loginArea .login_box input[type="password"] {
	padding: 20px 35px;
	width: 100%;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.04em;
	border: 1px solid #CDCDCD;
	border-radius: 6px;
	box-sizing: border-box;
}
.loginArea .login_box .login_memory {
	margin-bottom: 40px;
	margin-top: -20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 0.02em;
	text-align: center;
}
.loginArea .login_box button.login,
.loginArea .login_box button.entry {
	display: block;
	margin: 0 auto 150px;
	padding: 17px 0 15px;
	width: 270px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	box-shadow: 0 6px #D2D2D2;
	border-radius: 10px;
	border: none;
	background: #4AADA1 url("../images/icon/ico01.png") no-repeat 93% center;
	background-size: 10% auto;
	cursor: pointer;
}
.loginArea .login_box button.entry {
	margin: 0 auto;
}
.loginArea .login_box button.login:hover,
.loginArea .login_box button.entry:hover { opacity: 0.6; filter: alpha(opacity=60); -moz-opacity: 0.6; }
@media only screen and (max-width: 768px) {
.main_tit.login {
	background-image: url("../images/contact/sp/bg_tit.png");
}
.loginArea {
	padding: 0 4vw 10vw;
}
.loginArea .login_tit {
	margin-bottom: 4vw;
	font-size: 4.6vw;
	letter-spacing: -0.04em;
}
.loginArea .login_tit span {
	margin: 0;
	font-size: 3vw;
}
.loginArea .login_box {
	padding: 4vw 4vw 8vw;
}
.loginArea .login_box .login_txt {
	padding: 2vw 0 4vw;
	font-size: 3.6vw;
}
.loginArea .login_box .login_item {
	margin-bottom: 3vw;
	padding: 2vw 0 2vw 3vw;
	font-size: 4.6vw;
	border-left: 6px solid #71aba0;
}
.loginArea .login_box .login_input {
	margin-bottom: 4vw;
}
.loginArea .login_box input[type="email"],
.loginArea .login_box input[type="password"] {
	padding: 4vw 2vw;
	font-size: 4.6vw;
}
.loginArea .login_box .login_memory {
	margin-bottom: 5vw;
	margin-top: 2vw;
	font-size: 3.2vw;
}
.loginArea .login_box button.login,
.loginArea .login_box button.entry {
	display: block;
	margin: 0 auto 10vw;
	padding: 17px 0 15px;
	width: 90%;
	color: #fff;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	box-shadow: 0 6px #D2D2D2;
	border-radius: 10px;
	border: none;
	background: #4AADA1 url("../images/icon/ico01.png") no-repeat 93% center;
	background-size: 8% auto;
	cursor: pointer;
}
.loginArea .login_box button.entry {
	margin: 0 auto;
}
}

/*　レンタル商品一覧 */
.main_tit.item {
	background-image: url("../images/item/bg_tit.png");
}
.itemArea {
	padding: 0 0 50px;
}
.itemArea .item_menu {
	padding: 0 0 30px;
}
.itemArea .item_menu li {
	margin-bottom: 15px;
	width: 288px;
}
.itemArea .item_menu li:first-of-type,
.itemArea .item_menu li:nth-of-type(2) {
	width: 440px;
}
.itemArea .item_menu li a {
	display: block;
	padding: 18px 0;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	background: #fff;
	border: 2px solid #4AADA1;
	border-radius: 10px;
}
.itemArea .item_menu li a:hover {
	background: #4AADA1;
}
.itemArea .item_menu li a.current {
	background: #4AADA1;
}
.itemArea .item_box {
	margin-bottom: 46px;
	padding: 55px 20px 82px;
	font-size: 20px;
	font-weight: bold;
	line-height: 29px;
	background: #F3F3F3 url("../images/item/bg_box.jpg") no-repeat center top;
}
.itemArea .item_box .item_copy {
	margin-bottom: 40px;
	color: #768bc4;
	font-size: 30px;
	line-height: 1;
	text-align: center;
}
.itemArea .item_box .item_copy.c_pink {
	color: #ce8b9e;
}
.itemArea .item_box .item_price {
	margin-bottom: 15px;
	line-height: 1;
}
.itemArea .item_box .item_price02 {
	margin-bottom: 45px;
	line-height: 1;
}
.itemArea .item_box .item_notes {
	margin-bottom: 17px;
	padding: 0 0 0 44px;
}
.itemArea .item_box .item_option_txt {
	margin-bottom: 25px;
	padding: 15px 0;
	font-size: 29px;
	text-align: center;
	border: 3px solid #6D8CC7;
	border-radius: 5px;
	background: #fff;
}
.itemArea .item_box .item_option_txt.c_pink {
	border: 3px solid #E38CA0;
}
.itemArea .item_box .item_option_txt span {
	color: #6D8CC7;
}
.itemArea .item_box .item_option_txt.c_pink span {
	color: #E38CA0;
}
.itemArea .item_box .item_txt {
	margin-bottom: 25px;
}
.itemArea .item_box .item_h_appliance {
	margin-bottom: 25px;
	padding: 22px 17px;
	background: #fff;
}
.itemArea .item_box .item_h_appliance .appliance_item {
	margin-bottom: 20px;
	padding: 7px 0 7px 16px;
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.04em;
	border-left: 12px solid #71aba0;
}
.itemArea .item_box .item_h_appliance .appliance_inner {
}
.itemArea .item_box .item_h_appliance .appliance_img {
	width: 325px;
}
.itemArea .item_box .item_h_appliance .appliance_img img {
	width: 100%;
}
.itemArea .item_box .item_h_appliance .appliance_thumb {
	padding: 14px 0 0;
}
.itemArea .item_box .item_h_appliance .appliance_thumb li {
	width: 123px;
}
.itemArea .item_box .item_h_appliance .appliance_txt {
	display: flex;
	flex-direction: column;
	width: 450px;
	font-size: 17px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0.02em;
}
.itemArea .item_box .item_h_appliance .appliance_txt .products_num {
	padding: 0 0 10px;
	border-bottom: 1px solid #3C3C3C;
}
.itemArea .item_box .item_h_appliance .appliance_txt .products_size {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #3C3C3C;
}
.itemArea .item_box .item_h_appliance .appliance_txt .products_size p {
	margin: 0 0 0 16px;
	text-indent: -16px;
}
.itemArea .item_box .item_h_appliance .appliance_txt .products_select {
	padding: 20px 25px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	background: #545454;
	border-radius: 5px;
	margin-top: auto;
}
.btn_course_entry {
	margin: 0 auto;
	width: 712px;
	box-shadow: 0 6px #D2D2D2;
	border-radius: 10px;
	background: #4AADA1 url("../images/icon/ico11.png") no-repeat 93% center;
}
.btn_course_entry a {
	display: block;
	padding: 20px 0 18px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
}
.btn_course_entry:hover { opacity: 0.6; filter: alpha(opacity=60); -moz-opacity: 0.6; }

.products_select input[type="checkbox"]:checked,
.products_select input[type="checkbox"]:not(:checked) {
  display: none;
}
.products_select input[type="checkbox"]:checked + label,
.products_select input[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
}
.products_select input[type="checkbox"]:checked + label:before,
.products_select input[type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #ccc;
	background: linear-gradient(#FDFDFD, #DADADA);
	border-radius: 3px;
}
.products_select input[type="checkbox"]:checked + label:after,
.products_select input[type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #000;
  position: absolute;
  top: 3px;
  left: 3px;
}
.products_select input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.products_select input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/*　item2020.0616修正 */

.itemtptitle{
    width: 100%;
}

.itemtptitle dl{
    width: 100%;
}

.itemtptitle dt{
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #768bc4;
    position: relative;
}

.itemtptitle dt {
	margin-bottom: 35px;
	color: #768bc4;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.042em;
}
.itemtptitle dt span {
	display: inline-block;
	padding: 0 10px;
	font-size: 18px;
	vertical-align: middle;
}

.itemtptitle dd{
    width: 100%;
    font-size: 19px;
    line-height: 28px;
    color: #252b4b;
    text-align: center;
    margin: 20px 0 30px 0;
}

.itemcttitle{
    width: 100%;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}

.itemcttitle li{
    font-size: 33px;
    line-height: 75px;
    color: #ffffff;
}

.itemctblue{
    background: #768bc4;
}

.itemctpink{
    background: #ce8b9e;
}

.itemctgreen{
    background: #4AADA1;
}

.itemctwhbx{
    width: 100%;
}

.itemctwhin{
    width: 100%;
    display: flex;
}

.itemctl{
    width: 48%;
    margin-right: 3%;
}

.itemctl li img{
    width: 100%;
}

.itemctr{
    width: 49%;
}

.itemctr dl{
    width: 100%;
}

.heightbxitem{
    height: 38px;
}

.itemctr dt{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
}

.itemctr dt img{
    width: 100%;
    padding-bottom: 10px;
}

.itemctr dd{
    width: 98%;
    padding: 30px 1%;
    font-size: 22px;
    line-height: 40px;
    color: #252b4b;
    font-weight: bold;
    margin-top: 10px;
    border-top: 3px dotted #cccccc;
}

.itemctr ul{
    width: 90%;
    padding: 0 5%;
    background: #555555;
    line-height: 67px;
    border-radius: 5px;
}

.itemctr li{
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
}

.itemctr li input[type=checkbox] + label:before{
    width: 25px;
    height: 25px;
    background: #f0f0f0;
    border: 1px solid #000;
    border-radius: 3px;
    margin-right: 25px;
}


.itemctkome{
    width: 100%;
    font-size: 19px;
    line-height: 28px;
    color: #252b4b;
    margin-top: 22px;
}

.itemcttpno{
    padding-top: 0;
}



@media only screen and (max-width: 768px) {
.main_tit.item {
	background-image: url("../images/item/sp/bg_tit.png");
}
.itemArea {
	padding: 0 4vw;
}
.itemArea .item_menu {
	padding: 0 0 6vw;
}
.itemArea .item_menu li {
	width: 49%;
}
.itemArea .item_menu li:first-of-type,
.itemArea .item_menu li:nth-of-type(2) {
	width: 49%;
}
.itemArea .item_menu li a {
	padding: 4vw 0;
	font-size: 5vw;
}
.itemArea .item_box {
	margin-bottom: 46px;
	padding: 10vw 2.0vw 6vw;
	font-size: 3.6vw;
	line-height: 5.2vw;
	background-size: 100% auto;
}
.itemArea .item_box .item_copy {
	margin-bottom: 6vw;
	font-size: 6vw;
	line-height: 8vw;
}
.itemArea .item_box .item_price02 {
	margin-bottom: 6vw;
	line-height: 1;
}
.itemArea .item_box .item_notes {
	margin-bottom: 17px;
	padding: 0 0 0 4vw;
}
.itemArea .item_box .item_option_txt {
	margin-bottom: 2vw;
	padding: 15px 0;
	font-size: 5.4vw;
	line-height: 6.5vw;
}
.itemArea .item_box .item_h_appliance {
	padding: 4vw;
}
.itemArea .item_box .item_h_appliance .appliance_item {
	margin-bottom: 2.666vw;
	padding: 1vw 0 1vw 3vw;
	font-size: 5.2vw;
	border-left: 6px solid #71aba0;
}
.itemArea .item_box .item_h_appliance .appliance_img {
	width: 100%;
}
.itemArea .item_box .item_h_appliance .appliance_thumb {
	padding: 14px 0 0;
}
.itemArea .item_box .item_h_appliance .appliance_thumb li {
	margin-bottom: 4vw;
	width: 48%;
}
.itemArea .item_box .item_h_appliance .appliance_txt {
	width: 100%;
	font-size: 4vw;
}
.itemArea .item_box .item_h_appliance .appliance_txt .products_select {
	margin-top: 5vw;
	padding: 3vw;
	color: #fff;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	background: #545454;
	border-radius: 5px;
}
.btn_course_entry {
	width: 100%;
	background: #4AADA1 url("../images/icon/ico11.png") no-repeat 97% center;
	background-size: 6% auto;
}
.btn_course_entry a {
	font-size: 4vw;
}
    .itemctr dt{
        font-size: 3vw;
    }
    
    .itemctr dd{
        font-size: 2.5vw;
    }
    
    
    
}

@media only screen and (max-width: 480px) {
    
    .itemtptitle{
        padding-top: 40px;
    }   
    
    .itemtptitle dt{
        font-size: 6vw;
    }
    
    .itemtptitle dt span{
        font-size: 4vw;
    }
    
    .itemcttitle li{
        font-size: 6vw;
        line-height: 12vw;
    }
    
    .itemctwhin{
        display: block;
    }
    
    .itemctl{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .itemctr{
        width: 100%;
    }
    
    .itemctr ul{
        line-height: 12vw;
    }
    
    .itemctr dt{
        font-size: 6vw;
    }
    
    .itemctr dd{
        font-size: 5vw;
        line-height: 8vw;
    }
    
    .heightbxitem{
        height: 0;
    }
    
    .itemctr li input[type=checkbox] + label:before {
        width: 15px;
        height: 15px;
    }
    
    
}

/*　ユーザー登録 */
.main_tit.user_regi {
	background-image: url("../images/login_and_new/bg_tit.png");
    height: 195px;
    background-repeat: initial;
    background-position: initial;
}
.main_tit.user_regi .category_tit{
	color:#252b4b;
	padding: 60px 0 0;
	font-size: 40px;
}

main.user_regi form .contactInner{
}

main.user_regi form .contactInner dl{
	display: table;
	padding-bottom: 23px;
}

main.user_regi form .contactInner dt{
	display: table-cell;
	width:264px;
	vertical-align: middle;
}

main.user_regi form .contactInner dd{
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 23px;
	width: 935px;
	color:#4c4c4c;
	position: relative;
}

main.user_regi form .contactInner dt span{
	font-size:18px;
	color:#71aba0;
	padding-left: 1em;
	border-left:6px solid #71aba0;
}
main.user_regi form .contactInner dt span.enable{
    border: 0;
	margin-left: 1em;
    background: #e54167;
    padding: 0 0.25em;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
}
main.user_regi form .contactInner dt span.disable{
    border: 0;
    margin-left: 1em;
    background: #3159c6;
    padding: 0 0.25em;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
}
main.user_regi form .contactInner dt span .row2{
	display: inline;
	border-left:6px solid #ffffff;
	padding: 0;
}

main.user_regi form .contactInner dd input[type="email"]{
	padding: 1em 2em;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 10px;
}

main.user_regi form .contactInner dd input[type="password"]{
	padding: 1em 2em;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 10px;
}

main.user_regi form .contactInner dd input[type="text"]{
	padding: 1em 2em;
    width: 370px;
    border: 1px solid #dadada;
    border-radius: 10px;
}

main.user_regi form .contactInner dd div{
	display: inline-block;
}

main.user_regi form .contactInner dd select{
	padding: 1em 2em;
	width: 200px!important;
	border-radius: 10px;
    border: 1px solid #dadada;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	background: url(../images/login_and_new/select_arrow.png) right 0.5rem bottom 50% no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main.user_regi form .contactInner dd .radio-input{
  display: none;
}

main.user_regi form .contactInner dd .radio-input + label{
  padding-left: 1.5em/*2.25em*/;
  position:relative;
  margin-right: 1em/*1.75em*/;
}

main.user_regi form .contactInner dd .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 4px solid #dadada;
  border-radius: 50%;
}

main.user_regi form .contactInner dd .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 5.5%;
  width: 15px;
  height: 15px;
  background: #71aba0;
  border-radius: 50%;
}

main.user_regi form .contactInner dl.radiodl{
	padding: 2em 0 3em;
}

main.user_regi form .contactInner dd .last_name{
	padding: 1em 2em;
    width: 320px!important;
    border: 1px solid #dadada;
    border-radius: 10px;
    margin-right: 18px;
}

main.user_regi form .contactInner dd .first_name,
main.user_regi form .contactInner dd .mei-kana
{
	padding: 1em 2em;
    width: 320px!important;
    border: 1px solid #dadada;
    border-radius: 10px;
}

main.user_regi form .contactInner dd .last_name,
main.user_regi form .contactInner dd .sei-kana{
	padding: 1em 2em;
    width: 320px!important;
    border: 1px solid #dadada;
    border-radius: 10px;
    margin-right: 18px;
}

main.user_regi form .contactInner dd .unit{
	margin: 0 0.75em 0 1em;
}

.btn_submit{
    width: 270px;
    box-shadow: 0 6px #D2D2D2;
    border-radius: 10px;
    background: #4AADA1 url(../images/icon/ico01.png) no-repeat 93% center;
    margin:115px auto;
}

.btn_submit button{
	background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 100%;
    font-size:23px;
    font-weight: 600;
    color:#FFFFFF;
    padding:0.75em 0;
}

.btn_submit :hover{
	opacity: 0.7;
}

::placeholder{
  color: #acabab;
  font-size: 16px;
  letter-spacing: 0.33;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2.99;
}

@media only screen and (max-width: 768px) {
	.main_tit.user_regi .category_tit {
		padding: 7.888vw 0 0 5vw;
		width: 100%;
		font-size: 8.333vw;
		box-sizing: border-box;
		min-height: 100px;
	}

	.main_tit.user_regi .category_tit span{
		    width: 40%;
	}

	.main_tit.user_regi{
		height: 30.866vw;
    	background-size: 100% auto;
    }

	main.user_regi {
    	width:100%;
	}

	main.user_regi form .contactInner{
    	padding: 0 4vw 10vw;
	}

	main.user_regi form .contactInner dl,
	main.user_regi form .contactInner dl dt,
	main.user_regi form .contactInner dl dd {
	    display: block;
	    width:100%;
	}

	main.user_regi form .contactInner dd{
		margin-top: 1em;
	}

	main.user_regi form .contactInner dd input[type="email"],
	main.user_regi form .contactInner dd input[type="password"],
	main.user_regi form .contactInner dd input[type="text"]{
		width: 90%;
		padding: 2.5vw 4.6vw;
		line-height: 2em;
		font-size: 4vw;
	}

	main.user_regi form .contactInner dd .last_name,
	main.user_regi form .contactInner dd .first_name,
	main.user_regi form .contactInner dd .sei-kana,
	main.user_regi form .contactInner dd .mei-kana{
		width:35%!important;
		display: inline-block;
	}

	main.user_regi form .contactInner dd .last_name, main.user_regi form .contactInner dd .sei-kana{
		margin-right: 1.25em;
	}

	main.user_regi form .contactInner dd div{
		display: block;
	}

	main.user_regi form .contactInner dd select{
		width:35%!important;
		min-width: 200px;
		font-size:3vw;
	}

	main.user_regi form .contactInner dd select.js-changeMonth{
		margin-top: 1.5em;
	}

	main.user_regi form .contactInner dd select.js-changeDay{
		margin-top: 1.5em;
	}

	main.user_regi form .contactInner dd .unit{
		display: inline-block;
	}

	.btn_submit{
		width:45%;
		min-width: 200px;
	}

	.btn_submit button{
		font-size:5.5vw;
	}

	::placeholder{
  		font-size:3vw;
	}

}

/*　ショッピングカート */
.main_tit.shopping_cart {
	background-image: url("../images/cart/bg_tit.png");
    height: 195px;
    background-repeat: initial;
    background-position: initial;
}
.main_tit.shopping_cart .category_tit{
	color:#252b4b;
	padding: 60px 0 0;
	font-size: 40px;
}

div.shopping_cart .step3{
	width:380px;
	margin-left: auto;
}

div.shopping_cart .step3 ul{
	text-align: center;
}

div.shopping_cart .step3 ul li span{
	display: block;
}

div.shopping_cart .step3 ul li.active{
	color:#768bc4;
}

div.shopping_cart .step3 ul li{
	display: inline-block;
	line-height: 3;
	color:#d6d6d6;
}

div.shopping_cart section .cart_tit{
	font-size:25px;
	margin-bottom: 0.5em;
}

div.shopping_cart section.s02 .cart_tit{
	margin-top: 100px;
}

div.shopping_cart section .cartbox{
	width: 100%;
	background:#f3f3f3;
}

div.shopping_cart section .cartbox .cartbox_inner{
	padding:33px 37px;
}

div.shopping_cart section .cartbox .course_box {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

div.shopping_cart section .cartbox .thead{
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #bdbdbd;
}

div.shopping_cart section .cartbox .cart_delbtn{
	position: absolute;
	top:50%;
	right:0%;
	transform: translate(0%, -50%);
    display: inline-block;
    cursor: pointer;
}

div.shopping_cart section .cartbox .cart_delbtn:hover{
	opacity: 0.7;
}


div.shopping_cart section .cartbox .tbody h4{
	margin:1em 0;
	font-size: 18px;
}

div.shopping_cart section .cartbox .tbody ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}

div.shopping_cart section .cartbox .tbody li{
	width: 31.33%;
	display: table;
    margin: 10px 1%;
}

div.shopping_cart section .cartbox .tbody li .item_img{
	display: table-cell;
	width:50%;
	height: auto;
	vertical-align: middle;
	border: 1.5px solid #cccccc;
}

div.shopping_cart section .cartbox .tbody li .item_name{
	margin-bottom: 10px;
	padding-left: 23px;
	padding-right: 23px;
}

.tbody .del_btn{
    margin-left: 20px;
    background: #ffffff;
}

div.shopping_cart section .cartbox .tbody li .product_select{
	border-radius: 5px;
	font-size: 18px;
	width: 80px;
}

div.shopping_cart section .cartbox .tbody li .del_btn {
    margin-left: 20px;
    background: #d96262;
    border: none;
    color: #FFFFFF;
    border-radius: 5px;
    font-weight: 400;
    width: 60px;
    border: 2px solid #222222;
}

div.shopping_cart section .cartbox .tbody li .del_btn:hover {
	opacity: 0.7;
	cursor: pointer;
}



div.shopping_cart section .cartbox .thead .course_tit {
    width: 250px;
    color: #fff;
    padding: 20px 0 18px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
}

div.shopping_cart section .cartbox .thead .course_tit.bg_blue {
    background: #6D8CC7;
}

div.shopping_cart section .cartbox .thead .course_tit.bg_pink {
    background: #E38CA0;
}

div.shopping_cart section .cartbox .thead .course_tit.typ_a {
    background: #FFBE11;
}

div.shopping_cart section .cartbox .thead .course_tit.typ_b {
    background: #60CBA3;
}

div.shopping_cart section .cartbox .thead .course_tit.typ_c {
    background: #D2A2CF;
}

.bg_ygreen{
    background: #97a736;
}

.bg_bluegreen{
    background: #4AADA1;
}

.bg_yelow{
    background: #FFBE11;
}

div.shopping_cart section .cartbox .thead .course_price {
    margin:0 2em;
    width: 295px;
    padding-top: 0.1em;
}

div.shopping_cart section .cartbox .thead select {
    padding: 1em 2em;
    width: 200px!important;
    border-radius: 10px;
    border: 1px solid #dadada;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background: url(../images/login_and_new/select_arrow.png) right 0.5rem bottom 50% no-repeat #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.shopping_cart section .cartbox .tfoot {
	border-top: 2px solid #bdbdbd;
	margin-top:20px;
}

div.shopping_cart section .cartbox .tfoot .tfoot_total{
	font-size: 22px;
	font-weight: bold;
	padding:1.75em 0 0.25em 0;
	text-align: right;
}

div.shopping_cart section .cartbox .tfoot .tfoot_total .total_title{
	margin-right: 4em;
}

div.shopping_cart .total_box{
	font-size: 30px;
	font-weight: bold;
	padding:0.25em 0 1.5em 0;
	text-align: right;
}

div.shopping_cart .total_box .total_title{
	margin-right: 4em;
}

div.shopping_cart .btn_submit{
	margin-top: 0;
	width:455px;
	font-size:23px;
}

div.shopping_cart .emptybox ul{
	margin-bottom: 5em;
}

div.shopping_cart .emptybox ul li{
	margin: 1em 0;
	font-size:18px;
	color:#1b1b1b;
	font-weight: bold;
}
div.shopping_cart .emptybox .emptybox_inner{
	text-align: center;
	font-size:30px;
	font-weight: bold;
	color:#555555;
	padding:2.25em 0;
	width: 100%;
    background: #f3f3f3;
}


@media only screen and (max-width: 768px) {
	.main_tit.shopping_cart .category_tit {
		padding: 7.888vw 0 0 5vw;
		width: 100%;
		font-size: 6vw;
		box-sizing: border-box;
		min-height: 100px;
	}

	.main_tit.shopping_cart .category_tit span{
		    width: 40%;
	}

	.main_tit.shopping_cart{
		height: 30.866vw;
    	background-size: 100% auto;
    }

	div.shopping_cart {
    	width:100%;
	}

	div.shopping_cart form .contactInner{
    	padding: 0 4vw 10vw;
	}

	div.shopping_cart .step3{
		margin:0 auto;
		width: 52.5%;
		min-width: 280px;
	}

	div.shopping_cart .step3 ul li{
		width:20%;
		font-size: 1.8vw;
	}

	div.shopping_cart .cartArea{
		margin:0 auto;
		width: 95%;
	}

	div.shopping_cart section .cartbox .cartbox_inner{
		padding: 4.2vw 4vw;
	}

	div.shopping_cart section .cartbox .thead{
		padding-bottom: 2.5vw;
	}

	div.shopping_cart section .cartbox .course_box{
		width:100%;
	}

	div.shopping_cart section .cartbox .thead .course_tit{
		width:29%;
		font-size: 3.2vw;
		min-width: 100px;
	}

	div.shopping_cart section .cartbox .thead .course_price{
		width:40%;
	}

	div.shopping_cart section .cartbox .thead .course_notes{
		display: block;
		margin-top: 1em;
		width:29%;
		min-width: 100px;
	}

	div.shopping_cart section .cartbox .thead select{
		width:100%!important;
	}

	div.shopping_cart section .cartbox .cart_delbtn{
		font-size: 2.5vw;
	}

	div.shopping_cart section .cart_tit{
		font-size: 5.1vw;
	}

	div.shopping_cart section .cartbox .tbody h4{
		font-size: 3.7vw;
	}

	div.shopping_cart section .cartbox .tbody li{
		width: 50%;
		font-size: 2.1vw;
	}

	div.shopping_cart section .cartbox .tbody li .item_img{
		width:27.5%;
	}

	div.shopping_cart section .cartbox .tbody li .item_img img{
		width:100%;
	}

	div.shopping_cart section .cartbox .tfoot .tfoot_total{
		font-size:3.28vw;
	}

	div.shopping_cart .total_box{
		width:100%;
		font-size:4.18vw;
	}

	div.shopping_cart .btn_submit{
		width: 81.333vw;
	}

	div.shopping_cart .btn_submit button{
		font-size:4vw;
	}

	div.shopping_cart .emptybox{
		width:95%;
		margin:0 auto;
	}

	div.shopping_cart .emptybox .emptybox_inner{
		font-size: 4.8vw;
	}

	div.shopping_cart .emptybox ul li{
		font-size: 2.8vw;
	}
}

@media only screen and (max-width: 414px) {
	div.shopping_cart section .cartbox .tbody li{
		width:100%;
	}

	div.shopping_cart section .cartbox .tbody li .item_name{
		font-size:3.2vw;
	}
    
    div.shopping_cart section .cartbox .thead .course_tit{
        width: 100%;
        font-size: 5vw;
    }
    
    div.shopping_cart section .cartbox .thead .course_price{
        width: 100%;
        margin-top: 20px;
    }
    
    div.shopping_cart .total_box{
        font-size: 7vw;
    }
    
    div.shopping_cart .total_box .total_title{
        margin-right: 0;
    }
    
}

/* LINE@ の削除に合わせて、空のflexアイテムを追加 */

.contact_menu::after{
	content:"";
	display: block;
	width:30%;
}

/*　ショッピングカート - お客様情報入力*/

div.shopping_cart.customer_info_edit .cartArea>form {
    margin-top: 3em;
}

div.shopping_cart.customer_info_edit dd input[type="text"] {
    padding: 1em 2em;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 10px;
    box-sizing: border-box;
}

div.shopping_cart.customer_info_edit dd select {
    padding: 1em 2em;
    width: 200px!important;
    border-radius: 10px;
    border: 1px solid #dadada;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background: url(../images/cart/select_arrow.png) right 0.5rem bottom 50% no-repeat;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.shopping_cart.customer_info_edit dd .radio-input{
  display: none;
}

div.shopping_cart.customer_info_edit dd .radio-input + label{
  padding-left: 2.25em;
  position:relative;
  margin-right: 1.75em;
}

div.shopping_cart.customer_info_edit dd .radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 4px solid #dadada;
  border-radius: 50%;
}

div.shopping_cart.customer_info_edit dd .radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 5.5%;
  width: 12.5px;
  height: 12.5px;
  background: #71aba0;
  border-radius: 50%;
}

div.shopping_cart.customer_info_edit dd label.input_date_item {
    position: relative;
    display: inline-block;
    width: 185px;
    padding-bottom: 23px;
}

div.shopping_cart.customer_info_edit dd label.input_date_item::before {
    position: absolute;
    content: "";
    top: 10%;
    right: -43px;
    width: 36px;
    height: 36px;
    background-color: #768bc4;
    background-image: url(../images/cart/ico_cal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    border-radius: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  position: absolute;
  right: -43px;
  top: 0px;
  padding: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

div.shopping_cart.customer_info_edit dd label.input_date_item input[type="date"] {
    width:70%;
    padding: 1em 2em;
    border-radius: 10px;
    border: 1px solid #dadada;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  color:#4c4c4c;
  font-size:20px;
  vertical-align: middle;
}

input[type=checkbox] + label:before {
  content: "\f096";
  color: #ccc;
} /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */
input[type=checkbox]:checked + label:before { content: "\f046"; color: #71aba0; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 10px; } /* allow space for check mark */

input[type=checkbox] + label {
	position:relative;
}
input[type=checkbox]:checked + label:after{
	content:"";
	display:block;
	position:absolute;
}
input[type=checkbox]:checked + label:after{
    border-left: 4px solid #71aba0;
    border-bottom: 4px solid #71aba0;
    width: 14px;
    height: 6px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:0;
	top:3px;
}

.main_tit.item+article input[type=checkbox]:checked + label:after{
	left:5px;
	top:6px;
}

.itemArea input[type=checkbox] + label:before {
	content: "";
}

div.shopping_cart.customer_info_edit dd textarea {
    width: 100%;
    height: 300px;
    padding: 1em;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    resize: none;
    vertical-align: top;
    box-sizing: border-box;
}

div.shopping_cart.customer_info_edit .btn_area {
	text-align: center;
}

div.shopping_cart.customer_info_edit .btn_area a.next_btn,
div.shopping_cart.customer_info_edit .btn_area input[type="submit"] {
    display: inline-block;
    margin: 0 auto 50px;
    padding: 17px 0 15px;
    width: 270px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-shadow: 0 6px #D2D2D2;
    border-radius: 10px;
    border: none;
    background: #4AADA1 url(../images/icon/ico01.png) no-repeat 93% center;
    background-size: 10% auto;
    cursor: pointer;
}

div.shopping_cart.customer_info_edit .btn_area a.next_btn:hover,
div.shopping_cart.customer_info_edit .btn_area input[type="submit"]:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

div.shopping_cart.customer_info_edit dl{
	display: table;
	padding-bottom: 23px;
	width: 100%;
}

div.shopping_cart.customer_info_edit dt{
	display: table-cell;
	width:29.4%;
	vertical-align: middle;
}

div.shopping_cart.customer_info_edit .hope{
	margin-top: 23px;
}

div.shopping_cart.customer_info_edit .hope dt{
	vertical-align: top;
}

div.shopping_cart.customer_info_edit dd{
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 23px;
	width: 70.6%;
	color:#4c4c4c;
	position: relative;
}

div.shopping_cart.customer_info_edit dt span{
	font-size:18px;
	color:#71aba0;
	padding-left: 1em;
	border-left:6px solid #71aba0;
}

div.shopping_cart.customer_info_edit dt span .row2{
	display: block;
	border-left:6px solid #ffffff;
}

div.shopping_cart.customer_info_edit .btn_area{
	margin:50px 0;
}

div.shopping_cart.customer_info_edit .btn_area .submit_btn{
	display: inline-block;
    margin: 0 auto 150px;
    padding: 17px 0 15px;
    width: 240px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-shadow: 0 6px #D2D2D2;
    border-radius: 10px;
    border: none;
    background: #4AADA1 url(../images/icon/ico01.png) no-repeat 93% center;
    background-size: 10% auto;
    cursor: pointer;
}

div.shopping_cart.customer_info_edit .btn_area .submit_btn:hover{ opacity: 0.6; filter: alpha(opacity=60); -moz-opacity: 0.6; }

div.shopping_cart.customer_info_edit .btn_area .clear_btn{
    display: inline-block;
    margin: 0 auto 150px;
    padding: 17px 0 15px;
    width: 240px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-shadow: 0 6px #A3A3A3;
    border-radius: 10px;
    border: none;
    background: #D2D2D2 url(../images/icon/ico01_back.png) no-repeat 7% center;
    background-size: 10% auto;
    cursor: pointer;
}

div.shopping_cart.customer_info_edit .btn_area .clear_btn:hover{ opacity: 0.6; filter: alpha(opacity=60); -moz-opacity: 0.6; }

@media only screen and (max-width: 768px) {
	div.shopping_cart.customer_info_edit dl,
	div.shopping_cart.customer_info_edit dl dt,
	div.shopping_cart.customer_info_edit dl dd {
	    display: block;
	    width:100%;
	}

	div.shopping_cart.customer_info_edit dd{
		margin-top: 1em;
	}

	div.shopping_cart.customer_info_edit dl,
	div.shopping_cart.customer_info_edit dl dt,
	div.shopping_cart.customer_info_edit dl dd {
	    display: block;
	    width:100%;
	}

	div.shopping_cart.customer_info_edit dd{
		margin-top: 1em;
	}
}

/*お問合せ 送信完了画面*/
.contact.sent section h2{
	margin-bottom: 1em;
}

.contact.sent .btn_more{
	margin-top: 50px;
    width: 300px;
}

@media only screen and (max-width: 414px) {
	main.user_regi form .contactInner dd .radio-input + label::before{
		width: 3vw;
		height: 3vw;
		border: 0.8vw solid #dadada;
	}
	main.user_regi form .contactInner dd .radio-input:checked + label::after{
		width: 2.5vw;
		height: 2.5vw;
		top: 0.9vw;
		left: 1.1vw;
	}
}

/*プライバシーポリシー*/

.privacypolicybx{
   width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 20px 3%;
    box-sizing: border-box;
}

.prvyplcyti{
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.prvyplcyin{
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 26px;
}

h3.agreement_tit{
    color: #768bc4;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 1em;
}


.main_tit.agreement{
background-image: url(../images/cart/bg_tit.png);
    height: 175px;
    background-repeat: initial;
    background-position: initial;
}

h2.agreement_tit{
    color: #252b4b;
    padding: 60px 0 0;
    font-size: 40px;
    width: 1190px;
    margin: 0 auto;
}



@media only screen and (max-width: 768px){
    h2.agreement_tit{
        width: 95%;
        font-size: 3vw;
    }
    
    .main_tit.agreement{
        height: 20vw;
    }
}

@media only screen and (max-width: 480px){

    h2.agreement_tit{
        font-size: 4vw;
        padding: 7vw 0 0 0;
    }
}


#selected_items_label{
	display: none;
}

@media only screen and (max-width: 768px){
	#selected_items_label{
		display: block;
	}
}
/*20200728*/
@media only screen and (max-width: 480px){
  input[type=checkbox]:checked + label:after {
    width: 9px;
    height: 4px;
    left: 2px;
    top: 6px;
  }
  .login_memory input[type=checkbox]:checked + label:after {
    top: 0;
  }

}