@charset "shift_jis";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	border-radius: 0;
	/* font-family: 'rustica', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", Helvetica, "HelveticaNeue", Verdana, sans-serif;
	padding: 0;
	margin: 0;
}

html {
	/* letter-spacing: 0.05rem; */
}

main {
	margin: 0% 7%;
}

/*pop*/
.error {
	/* color: #fe1e1e!important; */
}
.error::before {
	/* content: url(../img/error.png); */
}
.default {
}
#popMaster {
	border: solid 1px #bebebe;
	border-radius: 5vw;
	display: block;
	width: 90%;
	text-align: center;
	position: fixed;
	z-index: 9999;
	top: 25%;
	left: 0;
	background-color: #f5f5f5;
	margin: 5%;
}
#popTitle {
	color: #333;
	padding: 5vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 4vw;
}
#popMaster>hr {
	margin: 0 5vw;
	border-color: #c9c9c9;
	border-width: 1vw 0 0 0;
	border-style: solid;
}
#popBody {
	color: #000;
	margin: 5vw 5vw 0 5vw;
	text-align: left;
	font-size: 4vw;
}
#popButton {
	color: #f5f5f5;
	border-radius: 50vw;
	margin: 5vw;
	background-color: #b7b6b6;
	height: 13vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 5vw;
}
*::-webkit-scrollbar {
	display:none;
}

input.error {
	background-color: #fdd !important;
}

select.error {
	background-color: #fdd !important;
}

/* セレクト */
select {
	/* 初期化 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	padding: 0 10px;
	width: 300px;
	position: relative;
}
option[selected][disabled] {
	display: none;
}
.select_img_month,
.select_img_day {
	background-size: 15% 30% !important;
    background-position-x: 87% !important;
    background-position-y: 50% !important;
    background-image: url(../img/icon_allow-select.png);
    background-repeat: no-repeat;
}

article#load {
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	z-index: 2;
}
#load_count {
	width: 100%;
	position: relative;
}

#load_base {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-top: 2vh;
}

.co_red {
	color: #f00;
}

/* タイトル部分 */
.head_area {
	text-align: center;
}

.head_area h1 {
	font-size: 5.5vw;
	background-color: #ECECEC;
	margin: 0 0 3vw 0;
}

.nteam_logo {
	width: 40%;
	margin: 2vh 0;
}

/* お客様情報入力 */
.main_area {
	font-size: 4vw;
}
.main_area .itemName {
	margin: 4% 0 1% 0;
	font-weight: bold;
}
.main_area p {
	font-size: 3vw;
	padding: 0 2%;
}
.main_area .name {
	margin: 1% 0 1% 0;
}
.main_area .itemTitle {
    font-size: 4.2vw;
    font-weight: bold;
}
.main_area .inputArea {
    width: 96%;
    margin: 0% auto;
    padding: 1% 2%;
    line-height: 1.4;
}
.main_area .inputArea input,
.main_area .inputArea select {
	width: 100%;
    padding: 1% 3%;
    border: 2px solid #999;
    border-radius: 6px;
    line-height: 1.4;
    font-size: 4vw;
}
::placeholder {
	color: #d1d0d0;
}
.color_placeholder {
	color: #d1d0d0;
}
.main_area .inputArea .post-num-input {
	width: 40%;
	margin-left: 2%;
}
.main_area .birth input,
.main_area .birth select {
	display: inline-block;
	width: 20%;
	padding: 1% 1%;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus {
	outline: none;
	border: 3px solid #0096c3 !important;
}
span.must {
	font-weight: normal;
	line-height: 1.0;
	padding: 0 1% 1% 1%;
	background: #e40012;
	color: #FFF;
	border-radius: 5px;
	font-size: 4vw;
	margin-left: 4%;
	display: none;
}
/* 住所検索ボタン */
.inputArea button.addSearchB {
	margin: 0 0 0 2%;
	padding: 1% 7%;
	border-radius: 10px;
	background-color: #A7A7A7;
	box-shadow: 3px 3px 5px #ccc;
	border: 2px #A7A7A7 solid;
	font-size: 98%;
	font-weight: bold;
	color: #FFF;
}
.main_area .address-fail {
	font-size: 3.5vw;
    font-weight: bold;
    padding: 0;
}
.inputArea button.chk_post_col {
	background-color: #e40012;
	border: 2px #e40012 solid;
}
/* 登録ボタン */
.nteam_btn_area {
	margin: 10% 23%;
    text-align: center;
    font-weight: bold;
}
.nteam_btn_area .nteam_btn,
.nteam_btn_area .nteam_btn_hidden {
	padding: 4% 0;
    background: #e40012;
    color: #fff;
    font-size: 5vw;
	border-radius: 5vw !important;
    /* background-color: #ef2e2e; */
    box-shadow: 3px 3px 5px #ccc;
}

/* 特定商取引に基づく表示 */
.title_info {
	font-weight: bold;
}
.title_info_text {
	margin: 1% 0 1% 0;
    background-color: #ffffff;
    height: 50vw;
    border: 1px solid #999;
    font-size: 3.5vw;
    overflow-y: scroll;
    padding: 1% 2%;
}

@media screen and (min-width:840px){
	body,
	#header_img {
		width: 600px;
	}
	body {
	    margin-left: auto;
	    margin-right: auto;
	    font-size: 20px !important;
	}
	.head_area h1 {
		font-size: 30px;
	}
	.main_area,
	.main_area .inputArea input, .main_area .inputArea select {
		font-size: 20px;
	}
	.main_area p {
		font-size: 15px;
	}
	.title_info_text {
	    margin: 1% 0 1% 0;
	    background-color: #ffffff;
	    height: 300px;
	    border: 1px solid #999;
	    font-size: 17px;
	    overflow-y: scroll;
	    padding: 1% 2%;
	}
	.nteam_btn_area {
		margin: 30px 65px;
	}
	.nteam_btn_area .nteam_btn, .nteam_btn_area .nteam_btn_hidden {
		padding: 10px 0;
		font-size: 20px;
	}
	.main_area .address-fail {
		font-size: 22px;
	}
    /* エラーモーダル */
    #popMaster {
    	width: 500px;
	    text-align: -webkit-center;
	    height: auto;
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    margin: 0;
    }
    #popTitle,
    .modal_content .head {
    	font-size: 20px;
    	padding: 10px 0;
    }
    .error::before {
		width: 40px;
		height: 40px;
		margin-right: 10px;
    }
    #popMaster>hr {
    	margin: 0 22px;
    	border-width: 3px 0 0 0;
    }
    #popBody {
    	margin: 10px 10px 0 10px;
    	font-size: 20px;
    	text-align: center;
    }
    #popButton {
    	height: auto;
    	border-radius: 10px;
    	font-weight: 100;
    	margin: 30px 80px;
    	font-size: 25px;
    	padding: 5px 0;
    }
    article#load {
    	width: 600px;
    }
}