/*# sourceURL=./css/entry.css */
/*@ sourceURL=./css/entry.css */
/*@ sourceURL=./css/entry.css */
@charset "utf-8";
/* ------------------------------------------ */
/* entry CSS */
/* ------------------------------------------ */


#entry main {
/* 	background-color: #e7eaeb; */
}

.h-text {
	display: block;
	line-height: 1.3;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding-bottom: 30px;
	line-height: 1.5;
}

/* sec-titlearea */
.sec-titlearea {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sec-titlearea .sec-title {
    display: block;
    line-height: 1.1;
}

.sec-titlearea .sec-title .title-en {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    line-height: 1.1;
}

.sec-titlearea .sec-title .title-en span {
    display: block;
    line-height: 0.8;
    letter-spacing: 0.17em;
}

.sec-titlearea .sec-title .title-jp {
    display: block;
    line-height: 1.1;
    padding-bottom: 10px;
    border-bottom: 1px solid #231815;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
}

.sec-titlearea .sec-title .title-jp span {
    display: block;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.1em;
}

@media (max-width: 768px) {
    .sec-titlearea .sec-title .title-en {
        padding-bottom: 10px;
    }

    .sec-titlearea .sec-title .title-jp {
        padding-top: 10px;
    }

    .sec-titlearea .sec-title .title-jp span {
        font-size: 17px;
    }
}



.c-header {
}

.c-header .h-text {
    display: block;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.c-header .h-text {
    display: block;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
.c-header .h-text-sub {
    display: block;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.01em;
}



.c-header .change-btnarea {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
}

.c-header .change-btnarea a {
    display: block;
    width: 33%;
    /* max-width: 510px; */
    height: 80px;
    background-color: #36737e;
    margin: 0px 2%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    /* padding: 0px 3%; */
}
.c-header .change-btnarea a:hover {
	opacity: 0.8;
}
.c-header .change-btnarea a .text {
    display: table;
    /* width: 100%; */
    color: #fff;
    text-align: center;
    line-height: 80px;
}

.c-header .change-btnarea a .icon {
    display: block;
    padding-right: 15px;
}

.c-header .change-btnarea a .icon img {
    display: block;
    width: 40px;
    height: auto;
}

@media (max-width: 1280px) {
	.c-header .change-btnarea {
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}
	
	.c-header .change-btnarea a {
	    width: 60%;
	    height: 80px;
	    background-color: #36737e;
	    margin: 0px auto;
	    display: inline-flex;
	    justify-content: center;
	    align-items: center;
	    margin-bottom: 20px;
	}
}


@media (max-width: 991px) {
	.c-header .change-btnarea {
	    flex-wrap: wrap;
	}
	
	.c-header .change-btnarea a {
	    margin: 0 auto 30px;
	}
	
	.c-header .change-btnarea a .text {
	}
	
	.c-header .change-btnarea a .icon {
	}
	
	.c-header .change-btnarea a .icon img {
	}
}

@media (max-width: 768px) {
	.c-header .change-btnarea a {
		width: 100%;
	}
}





.sec-linkbutton {
    width: 100%;
    overflow: hidden;
}

.sec-linkbutton .linkbtn-wrap {
    display: flex;
    width: 106%;
    margin-left: -3%;
    margin-right: -3%;
}

.sec-linkbutton .linkbtn-wrap .link-btn {
    width: 33.33333%;
    width : -webkit-calc(100% / 3);
    width : calc(100% / 3);
    padding: 0px 3%;
    margin-bottom: 20px;
}
@media (max-width: 1300px) {
	.sec-linkbutton .linkbtn-wrap .link-btn .text {
		font-size: 2vw;
	}
}
@media (max-width: 991px) {
	.sec-linkbutton .linkbtn-wrap {
	    display: flex;
	    width: 103%;
	    margin-left: -1.5%;
	    margin-right: -1.5%;
	}
	.sec-linkbutton .linkbtn-wrap .link-btn {
	    width: 33.33333%;
	    width : -webkit-calc(100% / 3);
	    width : calc(100% / 3);
	    padding: 0px 1.5%;
	}
}
@media (max-width: 768px) {
	.sec-linkbutton .linkbtn-wrap {
	    display: block;
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}
	.sec-linkbutton .linkbtn-wrap .link-btn {
	    width: 80%;
	    padding: 0px;
	    margin: 0 auto 20px;
	}
	.sec-linkbutton .linkbtn-wrap .link-btn .text {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.sec-linkbutton .linkbtn-wrap .link-btn {
	    width: 100%;
	}
}




















/* form-wrap */
.form-wrap {
}
#entry .req,
#entry-confirm .req {
    display: inline-table;
    line-height: inherit;
    /* padding: 0 8px; */
    color: #e10113;
    background: none;
}
.form-wrap .h-text {
    display: block;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.form-wrap .line-text {
    display: block;
    background-color: #36737F;
    padding: 20px 50px;
/*     margin-bottom: 30px; */
}
#request-confirm .form-wrap .line-text {
    display: block;
    background-color: #36737F;
    padding: 20px 50px;
    margin-bottom: 30px;
}
.form-wrap .line-text .text {
    display: block;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.01em;
}
@media (max-width: 768px) {
	.form-wrap .line-text {
	    padding: 15px 20px;
	    margin-bottom: 0;
	}
	.form-wrap .line-text .text {
		font-size: 20px;
	}
}

.form-wrap .companyWrap {
    padding: 50px 20px 20px;
    border-bottom: 1px solid #000;
}
.form-wrap .companyWrap:nth-child(3) {
    border-bottom: none;
}
#request-confirm .form-wrap .companyWrap {
    padding: 20px 20px 50px;
}

.form-wrap .companyWrap h4 {
    display: block;
    line-height: 1.1;
    padding-bottom: 30px;
}

.form-wrap .companyWrap h4 .text {
    display: block;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.form-wrap .companyWrap .checkList01 {
    display: flex;
    flex-wrap: wrap;
}

.form-wrap .companyWrap .checkList01 li {
    display: flex;
    align-items: center;
    margin: 0 50px 30px 0;
}

.form-wrap .companyWrap .checkList01 li input {
    width: 20px;
    height: 20px;
}

.form-wrap .companyWrap .checkList01 li label {
    font-size: 20px;
    padding-left: 8px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.01em;
}



.form-set-wrap-tp02 .item-privacy .txt-privacy {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.01em;
	border: 1px solid #000;
	padding: 15px;
	/* width: 100%; */
	height: 150px;
	overflow-y: scroll;
	background-color: #f2f2f2;
	color: #000;
	margin-top: 20px;
}
.form-set-wrap-tp02 .item-privacy .box-chk .checkbox_item {
	display: flex;
	align-items: center;
}
.form-set-wrap-tp02 .item-privacy .box-chk {
    display: block;
    padding-top: 15px;
}

.form-set-wrap-tp02 .item-privacy .box-chk input {
    width: 22px;
    height: 22px;
    display: inline-block;
}
.form-set-wrap-tp02 .item-privacy .box-chk #checkbox {
	display: table;
    margin: 0 auto;
}
.form-set-wrap-tp02 .item-privacy .box-chk #checkbox span {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.3;
    padding-left: 10px;
}
@media (max-width: 768px) {
	.form-set-wrap-tp02 .item-privacy .box-chk #checkbox span {
	    /* font-size: 18px; */
	}
}


.sec-form .form-wrap .form-inner .form-set-wrap-tp02 {
	width: 100%;
	margin: 0 auto;
}

.sec-form .form-terms {
}
.sec-form .form-terms .terms-wrap {
	background-color: #fff;
	padding: 30px 0 50px;
}
.sec-form .form-terms .terms-wrap .c-ttl {
	display: block;
	text-align: center;
}
.sec-form .form-terms .terms-wrap .c-ttl .text {
	display: block;
	letter-spacing: 0.01em;
	line-height: 1.1;
}
.sec-form .form-terms .terms-wrap .c-textbox {
	display: block;
	width: 85%;
	margin: 0 auto;
	height: 180px;
	overflow-y: scroll;
}
.sec-form .form-terms .terms-wrap .c-textbox .text {
	display: block;
	letter-spacing: 0.01em;
	line-height: 1.7;
}









/* sec-contents */
#sec-contents {
    background-color: #ebe6df;
}

#sec-contents .sec-title {
    display: block;
    line-height: 1.1;
    text-align: center;
}

#sec-contents .sec-title .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.1em;
}

#sec-contents .item-wrap {
	display: flex;
}
#sec-contents .item-wrap .ban-box {
	display: block;
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	padding: 0 2.5%;
    padding-bottom: 20px;
}
#sec-contents .item-wrap .ban-box a {
	display: block;
}
#sec-contents .item-wrap .ban-box a img {
	display: block;
}

@media (max-width: 480px) {
	#sec-contents .item-wrap {
		display: block;
	}
	#sec-contents .item-wrap .ban-box {
		display: block;
		width : 100% ;
		padding: 0;
	    padding-bottom: 20px;
	}
}

