@charset "utf-8";

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-appearance: none;
}

table {
	width: 100%;
  border-collapse: collapse;
    margin-bottom: 2em;
    margin-top: 2em;
}
th {
	background-color: #66CCFF;
	text-align: center;
	color: #fff;
}
.blues{
	background-color: #00aeac;
}
td{
	text-align: center;
	
}
th, td {
  padding: 0.5em;
  border: 1px solid #ccc;
  
}

.red{
	color: red;
}
p.center{
	font-weight: bold;
	text-align: center;
	color: #00aeac;
	font-size: 50px;
}
p.centertxt{font-weight: bold;text-align: center; color: #00aeac; font-size: 20px; margin: 50px 0;}
.goods input[type="text"], .goods input[type="tel"], .goods input[type="email"], .goods textarea{
	border: solid 1px #00aeac;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
}
select{
	padding: 15px 20px;
	width: 90%;
	border: 1px solid #00aeac;
	position: relative;
	background: transparent;
	margin-right: 10px;
	border-radius: 5px;
}
.sec5 .form input {
    -webkit-appearance: auto;
}
#popup {
  display: none; /* label でコントロールするので input は非表示に */
}
.btn{
	margin-top: 10px;
}
.btn2{
	margin-top: 10px;
	text-align: left;
}
.popup_wrap input {
display: none;
}
.popup_overlay {
display: flex;
justify-content: center;
overflow: auto;
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
transition: opacity 0.5s, transform 0s 0.5s;
transform: scale(0);
}

.popup_trigger {
position: absolute;
width: 100%;
height: 100%;
}



.close_btn {
position: absolute;
top: 10px;
right: 10px;
font-size: 26px;
cursor: pointer;
padding:15px;
background: #66CCFF;
color: #fff;
border-radius:15px;
line-height:14px;
font-weight:bold;
}

.popup_wrap input:checked ~ .popup_overlay {
opacity: 1;
transform: scale(1);
transition: opacity 0.5s;
}

.popup_wrap input:checked ~ .popup_overlay .popup_content{
transform: translateY(50px);
}

.open_btn {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 200px;
height: 30px;

color: #555;
background:fff;
padding: 20px 16px;
border:solid 1px #ccc;
font-weight: bold;
border-radius: 21px;
cursor: pointer;
transition: .3s ease;
}

.open_btn:hover{
background:#66CCFF;
border:solid 1px #66CCFF;
color:#fff;
transition: .3s ease;
}
.inner_txt {
        margin: 0 0 10px;

        text-align: left;
    }
.sec2 .wrap ul li p.small{
	font-size: 15px;
}

    .form_btn {
        position: relative;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 30px;
    margin: 10px auto;
    color: #fff;
    background: #66CCFF;
    padding: 20px 16px;
    border: solid 1px #ccc;
    font-weight: bold;
    border-radius: 21px;
    cursor: pointer;
    transition: .3s ease;
    }

.form_btn:hover{
background:#FF9123;
border:solid 1px #FF9123;
color:#fff;
transition: .3s ease;
}
    .uni_form_btn {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 30px;
    margin: 10px 0;
    color: #fff;
    background: #66CCFF;
    padding: 20px 16px;
    border: solid 1px #ccc;
    font-weight: bold;
    border-radius: 21px;
    cursor: pointer;
    transition: .3s ease;
    }
.uni_form_btn:hover{
background:#FF9123;
border:solid 1px #FF9123;
color:#fff;
transition: .3s ease;
}

.red-zone{
	color: red;
    border: 1px solid red;
    padding: 8px 10px;
	font-size: 17px;
}
.position-kome{
position: absolute;
    bottom: 40px;
    left: 70px;
    font-weight: bold;
    font-size: 15px;
    color: red;
}

/*max-1030px*/
@media print, screen and ( min-width: 1030px ) {
	.navDrawr > ul > li.goods-menu {
    display: inline-block;
    position: relative;
    cursor: pointer;

  }
.navDrawr > ul > li.goods-menu {
	border-bottom: 8px solid #e84709;
}

.popup_content {
position: relative;
    align-self: center;
    width: 100%;
    max-width: 1080px;
    height: 730px;
    padding: 60px 40px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
    overflow-y: scroll;
}
	
.custom-select {
	position: relative;
	display: inline-block;
	width: 100%;
}
.custom-select::after {
	content: '▼';
	position: absolute;
	top: 40%;
	right: 4.5em;
	width: 1.6em;
	height: 0.6em;
	transform: translateY(-50%);
	pointer-events: none;
}
	   .sec3 .wrap .goods .goods_table table th.custom-select::after {
        content: '▼';
        position: absolute;
        top: 40%;
        right: 2.5em;
        width: 1.6em;
        height: 0.6em;
        transform: translateY(-50%);
        pointer-events: none;
    }

	h3{
		color: #00aeac;
		font-size: 30px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
.sec1 { background: #FFF;}
.sec1 .wrap { height: 210px; box-sizing: border-box; display: flex; justify-content: center;flex-direction: column;}
.sec1 .wrap h2 { font-size: 45px; font-family: Arial, Helvetica, "sans-serif"; line-height: 45px; font-weight: 600; color: #00aeac; text-align: center; display: inline-block;}
.sec1 .wrap h2 span { font-size: 20px; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; line-height: 40px; display: block;}

	.sec1 .wrap h4{
		text-align: center;
        font-size: 22px;
        padding: 8px;
        width: 35%;
        margin: 0 auto;
        border: 3px solid #66cef6;
        border-radius: 40px;
		margin-top: 15px;
		font-weight: bold;
	}
	.sec1 .wrap h4 .orange{
		color: #f9a70c;
	}
	
.sec2 { background: #f5f5f5; 
	padding: 60px 0 80px;}
.sec2 .wrap { max-width: 1280px; width: 100%; margin: 0 auto;}
	
.sec2 .wrap ul.goodsmenu {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 0;
	justify-content: space-evenly;
	background: #fff;
	margin-bottom: 100px;
	padding-bottom: 90px;
	position: relative;
    }
	.sec2 .wrap ul.goodsmenu::after{
  content:"";
  display: block;
  width:60%;
		
	}
.sec2 .wrap ul.goodsmenu li {
        margin: 70px 0px 20px 0px;
        position: relative;
        width: 26%;
    }
	.sec2 .wrap ul.goodsmenu li img{
		padding-bottom: 20px;
	}
	/*.sec2 .wrap ul.goodsmenu li:before{
		content:"";
		position: absolute;
		background: url(../images/new.png) center no-repeat;
		background-size: contain;
		width: 15px;
		height: 15px;
		right: -22px;
		top: 5px;
		}*/
	.sec2 .wrap h5{
		font-size: 15px;

	}
	.under_btns{
		margin-bottom: 20px;
	}
	    .sec2 .wrap ul li span.kaiin{
        color: #FF9123;
    }
	.sec2 .wrap ul li span.ippan{
        font-size: 20px;
		 color: #000;
    }
	.sec2 .wrap ul li span.box{
        border: 1px solid;
        padding: 5px 10px;
        margin-left: 5px;
    }
	.sec2 .wrap ul li span.box2{
       border: 1px solid;
		padding: 5px 14px;
		margin-right: 10px;
    }
	.sec2 .wrap ul li span.zei{
       font-size: 16px;
    }
    .sec2 .wrap ul li p {
        margin:  0 0;
        color: #000;
        font-size: 20px;
        line-height: 40px;
        font-weight: 700;
		margin-top: 0px;
    }
	.sec2 .wrap ul li p.ttl {
		line-height: 27px;
	}
	.sec2 .inners .wrap {
        max-width: 890px;
        width: 100%;
        margin: 0 auto;
    }
	.sec2 .wrap ul li p.denger{
		font-size: 14px;
		line-height: 35px;
	}
.sec2 .wrap ul li p span.kome{
		font-size: 13px;
	}
.sec2 .wrap ul.jyutyu {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 30px 0px 100px;
		background: #fff;
		margin-bottom: 100px;
		border: 1px solid #75c7e5;
    }
	.sec2 .wrap ul.jyutyu li.jyutyu_ttl{
		padding-left: 30px;
		
	}
		
	.sec2 .wrap ul.jyutyu li.inner_ul{
		display: flex;
		justify-content: center;
		padding-top: 50px;
	}
	.sec2 .wrap ul.jyutyu .txt{
		padding-left: 30px;
		
	}
    .sec2 .contacts p{
        line-height: 0.4em;
    /* width: 630px; */
    margin: 0 auto;
    text-align: center;
    }

	.sec3 .wrap { max-width: 1280px; width: 100%; margin: 0 auto;padding: 120px 0 160px;}
	    .sec3 .wrap .goods {
        padding: 20px 0;
        border-bottom: solid 1px #DCDCDC;
        display: flex;
			justify-content: center;
			width: 1320px;
    }
	    .sec3 .wrap .goods .goods_ttl {
        flex-basis: 330px;
        font-size: 18px;
		margin-top: 13px;
    }
	    .sec3 .wrap .goods .goods_ttl h5 {
        font-size: 17px;
		font-weight: 900;
			display: flex;
        justify-content: space-between;
    }
	.sec3 .wrap .goods .goods_ttl h5 span{
        margin-left: 30px;
    }
	.sec3 .wrap .goods .goods_table {
        flex-basis: calc(52% - 300px);
        margin-left: 40px;
    }
   .sec3 .wrap .goods .goods_table table {
        width: 100%;
        border-collapse: collapse;
        border: none;
        padding: 0 3px;
        font-size: 1.0em;
    }
	.sec3 .wrap .goods .goods_table table th {
        padding: 10px 0;
        text-align: left;
		font-size: 16px;
		font-weight: 500;
    }
	.sec3 .wrap .goods .goods_table table td {
        width: 100px;
        padding: 10px 0;
        text-align: right;
    }
	.sec3 p.intro {
        font-size: 17px;
        line-height: 2em;
        padding-bottom: 50px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #DCDCDC;
    }
	    .goods .goods_table table td input[type="text"] {
        width: 100%;
        margin: 0 0 0 auto;
    }
	 .goods .goods_table table th input[type="text"] {
        width: 100%;
        margin: 0 0 0 auto;
    }

	
.sec4 { background: #66CEF6; padding: 85px 0 160px;}
.sec4 .wrap { max-width: 1280px; width: 100%; margin: 0 auto;}
		    .sec4 .wrap .goods {
        padding: 50px 250px;
        border-bottom: solid 1px #f5f5f5;
        width: 1200px;
        background: #fff;
    }
	    .sec4 .wrap .goods .goods_ttl {
        flex-basis: 350px;
        font-size: 18px;
		margin-top: 13px;
    }
	.sec4 .wrap .goods p{
		margin-top: 20px;
	}
	    .sec4 .wrap .goods .goods_ttl h5 {
        font-size: 18px;
		font-weight: 900;
		display: flex;
        justify-content: flex-start;
		margin-top: 35px;
    }
	.sec4 .wrap .goods .goods_ttl h5 span{
        margin-left: 30px;
    }
	.sec4 .wrap .goods .goods_table {
        flex-basis: calc(52% - 300px);
		margin-bottom: 70px;
    }
   .sec4 .wrap .goods .goods_table table {
        width: 100%;
        border-collapse: collapse;
        border: none;
        padding: 0 3px;
        font-size: 1.0em;
	   margin-top: 1em;
    }
	.sec4 .wrap .goods .goods_table table tr{

	}
	.sec4 .wrap .goods .goods_table table th {
        padding: 10px 0;
        text-align: left;
		font-size: 16px;
		font-weight: 500;
    }
	.sec4 .wrap .goods .goods_table table td {
        width: 100px;
        padding: 10px 0;
        text-align: right;
    }
	.sec4 .wrap .blue_ttl{
		background: #00aeac;
        color: #fff;
        font-weight: bold;
        width: 17%;
        text-align: center;
        padding: 6px 10px;
        font-size: 18px;
        border-radius: 5px;
	}
	.sec4 .wrap .goods p textarea{
        text-align: left;
    }
	
	
	.sec5 .wrap { max-width: 960px; margin: 0 auto;padding: 120px 0 160px;}
	
	  .sec5 .form {
    background: #fff;
    padding-top: 80px;
    margin-bottom: 50px;
  }
  .sec5 .form table {
    width: 100%;
  }
  .sec5 .form table th {
    text-align: left;
    vertical-align: top;
    padding-top: 3em;
    font-size: 17px;
    width: 28%;
	  font-weight: 900;
  }
	.sec5 .form table th span {
        color: #f9a70c;
        font-weight: bold;
        margin-left: 20px;
        padding: 5px;
        border: 1px solid #f9a70c;
    }
  .sec5 .form table td {
    padding-bottom: 2em;
    font-size: 17px;
    text-align: left;
    padding-top: 2em;
  }

  .sec5 .form table td input {
    height: 60px;
    border: none;
    padding: 15px;
    width: 100%;
    border: 1px solid  #00aeac;
    border-radius: 3px;
    margin-bottom: 10px;
  }
	  .sec5 .form table tr td .short input {
    width: 40%;
  }
	.sec5 .form tr {
    border-top: 1px solid #DCDCDC;
}
	.sec5 .form tr td p{
    float: right;
	color: #e32339;
	font-weight: 700;
		width: 55%;
}
	.sec5 .form tr:first-child{
    	
}
	.sec5 .form tr:last-child{
		border-top: none;
        border-bottom: 1px solid #DCDCDC;
	}
	  .sec5 .form table td input[type="radio"]:first-child {
    	margin-left: 20px;
  	}
  .sec5 .form table td input[type="radio"] {
    width: auto;
    border: none;
    vertical-align: middle;
	  margin-left: 20px;
    margin-bottom: 5px;
  }
  .sec5 .form table td.radio label {
    padding-right: 40px;
  }
  .sec5 .form table td.radio {
    font-size: 18.4px;
    font-weight: bold;
  }
  .sec5 .form table td .postalCode {
    position: relative;
  }
  .sec5 .form table td .postalCode span {
    position: absolute;
    content: "";
    top: 16px;
    left: -26px;
  }
  .sec5 .form table td .postalCode input {
    width: 40%;
  }
  .sec5 .form table td.address input {
    margin-bottom: 15px;
  }
  .sec5 .form table td textarea {
    width: 100%;
    border: 1px solid #00aeac;
    padding: 20px;
  }
  .sec5 .form table td select {
    padding: 20px;
    width: 30%;
    border: 1px solid #00aeac;
    position: relative;
    background: transparent;
	  margin-right: 10px;
  }
	.sec5 .center{
		max-width: 750px;
        margin: 0 auto;
		margin-top: 40px;
	}
	.sec5 p{
		font-size: 17px;
        line-height: 2em;
		font-weight: 500;
		
	}
	.sec5 p.intro {
        font-size: 17px;
        line-height: 2em;
        padding-bottom: 50px;
        font-weight: 500;
        display: flex;
        justify-content: center;
		border-bottom: 1px solid #DCDCDC;
    }
	.sec5 .center a {
    color: #1f82be;
    text-decoration: underline;
}
	.sec5 .submitbt {
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
		width: 50%;
}
	.sec5 .submitbt input {
    position: relative;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    width: 18em;
    height: 4em;
    background: #00aeac;
    -webkit-appearance: none;
		font-weight: bold;
}
	.sec5 .submitbt:after {
    position: absolute;
    content: "";
    background: url(../images/goods/shape1.png) no-repeat center / contain;
    width: 13px;
    height: 24px;
    top: 27px;
    right: 35px;
}
	
}


/*769px-1029px*/
@media screen and ( min-width: 769px ) and ( max-width: 1029px ) {

.sec1 { background: #FFF;}
.sec1 .wrap { height: 270px; box-sizing: border-box; display: flex; justify-content: center;flex-direction: column;}
.sec1 .wrap h2 { font-size: 45px; font-family: Arial, Helvetica, "sans-serif"; line-height: 45px; font-weight: 600; color: #00aeac; text-align: center; display: inline-block;}
.sec1 .wrap h2 span { font-size: 20px; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; line-height: 40px; display: block;}

.sec2 { background: #f5f5f5; padding: 85px 0 160px;}
.sec2 .wrap { width: 100%; padding: 0 10px;}
	
	
}



/*768px-min*/
@media only screen and ( max-width: 768px ) {
	.inner_txt {
		width: 90%;
	}
	.popup_content {
    position: relative;
    align-self: center;
    width: 100%;
    max-width: 1090px;
    /*height: 40%;*/
    padding: 30px 30px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    text-align: justify;
    overflow-y: scroll;
}
    p.centertxt{ font-weight: bold;text-align: center;color: #00aeac;font-size: 16px;margin: 0;}
	
	.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    cursor: pointer;
    padding: 7px;
    background: #66CCFF;
    color: #fff;
    border-radius: 15px;
    line-height: 14px;
    font-weight: bold;
}
	select {
    padding: 15px 10px;
}
h3 {
        color: #00aeac;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }
		  .custom-select::after {
        content: '▼';
        position: absolute;
        top: 40%;
	right: 20px;
        width: 1.6em;
        height: 0.6em;
        transform: translateY(-50%);
        pointer-events: none;
    }
    p.center{font-size: 35px;}
.sec1 { background: #FFF;}
.sec1 .wrap {height: 120px;padding-top: 20px; box-sizing: border-box; display: flex; justify-content: center;}
.sec1 .wrap h2 { font-size: 30px; font-family: Arial, Helvetica, "sans-serif"; line-height: 45px; font-weight: 600; color: #00aeac; text-align: center; display: inline-block;}
.sec1 .wrap h2 span { font-size: 15px; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; line-height: 25px; display: block;}

	.sec1 .wrap h4{
		text-align: center;
        font-size: 22px;
        padding: 8px;
        width: 85%;
        margin: 0 auto;
        border: 3px solid #66cef6;
        border-radius: 40px;
		margin-top: 15px;
		font-weight: bold;
	}
	.sec1 .wrap h4 .orange{
		color: #f9a70c;
	}
	
.sec2 { background: #f5f5f5; padding: 50px 0 80px;}
.sec2 .wrap { width: 100%; margin: 0 auto;}
	.sec2 .inners .wrap {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
    }
	    .sec2 .wrap ul li p.denger {
	        font-size: 14px;
	}
.sec2 .wrap ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        padding: 0;
	justify-content: space-evenly;
	background: #fff;
	margin-bottom: 80px;
	        padding-bottom: 80px;
        position: relative;
    }
	.position-kome {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-weight: bold;
    font-size: 15px;
    color: red;
}
.sec2 .wrap ul.goodsmenu li {
		margin: 40px 0px 10px 0px;
        position: relative;
	        width: 80%;
    }
    .sec2 .wrap ul li p {
        margin: 10px 0 0;
        color: #000;
        font-size: 16px;
        line-height: 30px;
        font-weight: 700;

    }
	.sec2 .wrap ul li p span{
		font-size: 15px;
	}
	.sec2 .wrap ul li p span.red-zone{
	color: red;
    border: 1px solid red;
    padding: 8px 4px;
	font-size: 13px;
}
	.sec2 .wrap ul.jyutyu {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 30px 0px 60px;
		background: #fff;
		margin-bottom: 50px;
		border: 1px solid #75c7e5;
		flex-direction: column;
    }
	.sec2 .wrap ul.jyutyu li.jyutyu_ttl{
		padding-left: 30px;
		
	}
	   .sec2 .wrap ul li span.kaiin{
        color: #FF9123;
    }
	.sec2 .wrap ul li span.ippan{
        font-size: 25px;
		 color: #000;
    }
	.sec2 .wrap ul li span.box{
       border: 1px solid;
		padding: 4px 7px;;
		margin-left: 5px;
    }
    .sec2 .wrap ul li span.box2 {
        border: 1px solid;
        padding: 5px 7px;
        margin-right: 10px;
    }
	.sec2 .wrap ul.jyutyu li.inner_ul{
		display: flex;
		justify-content: center;
		padding-top: 50px;
		flex-direction: column;
		padding-bottom: 20px;
	}
	.sec2 .wrap ul.jyutyu .txt{
		padding-left: 30px;
		
	}
		.sec2 .wrap ul.jyutyu .img{
		padding: 0 20px;
	}
	.form_btn {
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
   width: 350px;
    height: 30px;
    margin: 20px auto;
    color: #fff;
    background: #66CCFF;
    padding: 20px 16px;
    border: solid 1px #ccc;
    font-weight: bold;
    border-radius: 21px;
    cursor: pointer;
    transition: .3s ease;
}
	.sec3 .wrap { width: 100%; margin: 0 auto;padding:40px 20px;}
	    .sec3 .wrap .goods {
        padding: 10px 0;
        border-bottom: solid 1px #f5f5f5;
    }
	    .sec3 .wrap .goods .goods_ttl {
        font-size: 16px;
		margin-top: 13px;
    }
	    .sec3 .wrap .goods .goods_ttl h5 {
        font-size: 18px;
		font-weight: 900;
			display: flex;
        justify-content: space-between;
    }
	.sec3 .wrap .goods .goods_ttl h5 span{
        margin-left: 30px;
    }

   .sec3 .wrap .goods .goods_table table {
        width: 100%;
        border-collapse: collapse;
        border: none;
        padding: 0 3px;
        font-size: 1.0em;
    }
	.sec3 .wrap .goods .goods_table table th {
        padding: 10px 0;
        text-align: left;
		font-size: 16px;
		font-weight: 500;
		position: relative;
    }

	.sec3 .wrap .goods .goods_table table td {
        width: 100px;
        padding: 10px 0;
        text-align: right;
    }
	    .goods .goods_table table td input[type="text"] {
        width: 100%;
        margin: 0 0 0 auto;
    }
	 .goods .goods_table table th input[type="text"] {
        width: 100%;
        margin: 0 0 0 auto;
    }
	
	 .sec4 .wrap .goods {
        padding: 20px 10px;
        background: #fff;
    }
	    .sec4 .wrap .goods .goods_ttl {
        flex-basis: 350px;
        font-size: 18px;
		margin-top: 13px;
    }
	.sec4 .wrap .goods p{
		margin-top: 20px;
	}
	    .sec4 .wrap .goods .goods_ttl h5 {
        font-size: 16px;
		font-weight: 900;
		display: flex;
        justify-content: flex-start;
		margin-top: 35px;
    }
	.sec4 .wrap .goods .goods_ttl h5 span{
        margin-left: 25px;
    }
	.sec4 .wrap .goods .goods_table {
        flex-basis: calc(52% - 300px);
		margin-bottom: 70px;
    }
   .sec4 .wrap .goods .goods_table table {
        width: 100%;
        border-collapse: collapse;
        border: none;
        padding: 0 3px;
        font-size: 1.0em;
	   margin-top: 1em;
    }
	.sec4 .wrap .goods .goods_table table tr{

	}
	.sec4 .wrap .goods .goods_table table th {
        padding: 10px 0;
        text-align: left;
		font-size: 16px;
		font-weight: 500;
		position: relative;
    }
	.sec4 .wrap .goods .goods_table table td {
        width: 100px;
        padding: 10px 0;
        text-align: right;
    }
	.sec4 .wrap .blue_ttl{
		background: #00aeac;
        color: #fff;
        font-weight: bold;
        width: 35%;
        text-align: center;
        padding: 6px 10px;
        font-size: 18px;
        border-radius: 5px;
	}
	
		.sec5 .wrap { margin: 0 auto;padding: 20px 20px;}
  .sec5 .form {
    background: #fff;
    margin-bottom: 50px;
  }
  .sec5 .form table {
    width: 100%;
  }
  .sec5 .form table th {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 14px;
    width: 100%;
	display: block;
  }

  .sec5 .form table th span {
    color: #f9a70c;
    border: 1px solid #f9a70c;
    font-size: 14px;
    padding: 2px;
    margin-left: 30px;
  }
  .sec5 .form table td {
    padding: 0 0 20px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
	display: block;
  }

  .sec5 .form table td input {
    width: 100%;
    border: 1px solid #00aeac;
    padding: 20px;
	  margin-bottom: 10px;
  }
  .sec5 .form table td.radio {

  }
    .sec5 .form table td input[type="radio"] {
        width: auto;
        border: none;
        vertical-align: middle;
        margin-left: 20px;
        margin-bottom: 5px;
    }
  .sec5 .form table td.radio label {
	display: inline-block;
	width: 83%;
  }
  .sec5 .form table td.radio {
    font-size: 18.4px;
    font-weight: bold;
  }
  .sec5 .form table td .postalCode {
    position: relative;
  }
  .sec5 .form table td .postalCode span {
    position: absolute;
    content: "";
    top: 16px;
    left: -26px;
  }
  .sec5 .form table td .postalCode input {
    width: 40%;
  }
  .sec5 .form table td.address input {
    margin-bottom: 15px;
  }
  .sec5 .form table td textarea {
    width: 100%;
    border: 1px solid #00aeac;
    padding: 20px;
  }
  .sec5 .form table td select {
    padding: 20px;
    width: 81%;
    border: 1px solid #00aeac;
    position: relative;
    background: transparent;
	  margin-bottom: 10px;
  }
  .sec5 .form table td.birth {
    font-size: 17px;
    font-weight: bold;
    position: relative;
  }
  .sec5 .form table td.birth > div {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .sec5 .form table td.birth > div:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 75px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    z-index: -1;
  }
  .sec5 .form table td.birth span {
    margin-right: 20px;
  }
  .sec5 .submit {
    display: block;
    position: relative;
    transition: 0.3s;
    margin-top: 20px;
  }
  .sec4 .submit:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .sec5 .submit:hover {
    opacity: 0.8;
  }
.sec5 .submit input {
        cursor: pointer;
        background: #3399cc;
        width: 100%;
        height: 60px;
        color: #fff;
        border: none;
        font-weight: bold;
    }

  .sec5 .center a {
    text-decoration: underline;
  }
	.sec5 p{
		font-size: 17px;
        line-height: 2em;
		font-weight: 500;
		
	}
	.sec5 p.intro {
        font-size: 17px;
        line-height: 2em;
        padding-bottom: 50px;
        font-weight: 500;
        display: flex;
        justify-content: center;
		border-bottom: 1px solid #DCDCDC;
    }
	.sec5 .center a {
    color: #1f82be;
    text-decoration: underline;
}
	.sec5 .submitbt {
    text-align: center;
    position: relative;
}
	.sec5 .submitbt input {
    position: relative;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    width: 15em;
        height: 3em;
    background: #00aeac;
    -webkit-appearance: none;
		font-weight: bold;
}
	.sec5 .submitbt:after {
    position: absolute;
    content: "";
    background: url(../images/goods/shape1.png) no-repeat center / contain;
    width: 13px;
    height: 20px;
        top: 20px;
        right: 45px;
}

	
}




