@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}

body{
	font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    xoverflow: hidden;
	}

ul {
	list-style: none;
	}

a {
	text-decoration: none;
	color: #ffffff;
	}

.f-jfsans {font-family: 'Josefin Sans', sans-serif;}
.f-n-serif {font-family: 'Noto Serif JP', serif;}


/*----------------------------------
header
----------------------------------*/

header{
	background: url(../img/bg-header.png);
	background-size: cover;
	width: 100%;
	height: 60px;
	color: #fff;
	}
header h1 {
	width: 1040px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 60px;
	}

.nav-wrap {
	width: 100%;
	margin: 10px auto 30px;
	padding: 0 0 16px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-bottom: 2px solid #ccc;
	}
ul.page-indicatior {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 1040px;
	margin: 0 auto;
	}
	ul.page-indicatior li{
		padding: 0 2em 0 0;
		color: #ccc;
		}
		ul.page-indicatior li.active{
			color: #000;
			font-weight: bold;
			}


ul.item-wrap {
	width: 1040px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	ul.item-wrap li{
		width: 50%;
		margin: 0 auto 60px;
		text-align: left;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		}
		.ph-wrap {
			width: 30%;
			text-align: center;
			}
			.ph-wrap img {
				width: 50%;
				display: block;
				margin: 0 auto;
				}
				img.cbs-cut {
					width: 60px !important;
					}

		.input-sec {
			width: 70%;
			}
			.input-sec h2 {
				font-size: 18px;
				color: #007fe4;
				}
			.input-sec input.wide {
				border: none;
				border: 1px solid #ccc;
				font-family: 'Noto Sans JP', sans-serif;
				font-size: 14px;
				line-height: 1.6em;
				width: 50%;
				margin: 8px 10px 8px 0;
				padding: 0 0 0 .5em;
				}
				.input-sec span {
					display: inline-block;
					width: 6em;
					padding-right: 1em; 
					text-align: right;
					}
					.input-sec p{
						text-align: right;
						padding-right: 6em;
						}

.checkbox-list{
	margin: 30px 0 0 63px;
	}

.checkbox-list li{
	width: 100% !important;
	margin: 16px 0 !important;
	text-align: left; 
    }
    .checkbox-list li img{
    	xheight: 30px !important;
    	}
.radio-test {
    display: none;
    }
	.radio-test + span {
	    cursor: pointer;
	    display: inline-block;
	    margin: 0 3px 6px;
	    padding: 0 0 0 30px;
	    position: relative;
	    }

	.radio-test + span::before {
	    -webkit-transform: translateY(-50%);
	    background: #fff;
	    border: 1px solid rgba(0, 0, 0, 0.16);
	    border-radius: 2px;
	    content: "";
	    display: block;
	    height: 16px;
	    left: 0;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 16px;
	    }

	.radio-test + span::after {
	    -webkit-transform: translateY(-50%);
	    background: #007fe4;
	    border: 1px solid transparent;
	    border-radius: 2px;
	    content: "";
	    height: 8px;
	    left: 2px;
	    opacity: 0;
	    padding: 2px;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    transition: all 0.3s ease 0s;
	    width: 8px;
	    }

	.radio-test:checked + span::after {
	    opacity: 1;
	    }


.sub-wraps {
	width: 1040px;
	margin: 20px auto 160px;
	}
.sub-wraps h3,
.sub-title {
	padding: 8px 0;
	border-bottom: 2px solid #ccc;
	width: 1040px;
	margin: 20px auto;
	}
.sub-wraps h4 {
	margin: 0 0 16px;
	padding: 8px 0;
	border-bottom: 2px solid #ccc;
	}

.material-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px auto 60px;
	}

.material-list li {
	width: 25% !important;
	padding-left: 2em; 
	}

.submitbtn {
    background: transparent;
    font-size: 16px;
    line-height: 2.4em;
    display: block;
    color: #000;
    padding: 0 20px;
    letter-spacing: 3px;
    text-indent: 3px;
    border: 1px solid #000 !important;
    width: 16em;
    margin: 80px auto;
    text-align: center;
    }


.customer-info {
	font-family: 'Noto Sans JP', sans-serif;
	border-collapse: collapse;
	width: 70%;
	margin: 60px auto 60px;
	padding: 46px 50px;
	border-radius: 10px;
	border: 2px solid #ccc;
	display: block;
	}
.customer-info th{
	width: 30%;
	font-size: 16px;
	line-height: 56px;
	text-align: left;
	}
.customer-info td{
	font-size: 12px;
	line-height: 56px;
	}
input.w70,
.customer-info textarea {
	width: 100%;
	font-size: 14px;
	line-height: 2.6em;
	border: 1px solid #ccc;
	padding: 0px 10px;
	}
.customer-info textarea {
	height: 10em;
	line-height: 1.6em;
	border: none;
	border: 1px solid #ccc;
	margin: 2em 0 0;
	padding: 16px 10px;
	}
	.nobd {
		border: none !important;
		}


p.txtcnt,
div.txtcnt {
	width: 1040px;
	margin: 30px auto 60px;
	text-align: center;
	}
