/* ####################################################
	inquiry
#################################################### */
.inquiry__wrap{
	max-width: 870px;
	width: 100%;
	margin: 0 auto;
}
.inquiry__wrap__wrap h2 {
    font-size: 2.0rem;
    font-weight: 700; /* --font-weight-noto-bold */
    margin: 0 0 10px 0;
}

.inquiry__wrap ul.notes__box{
    margin-bottom: 60px;
}

.inquiry__wrap .sendmail{
	display: block;
    width: 425px;
    line-height: 60px;
    border: 1px solid #b6b6b6; /* --color-border-default */
    text-align: center;
	background-image: url(../__common_img/right-arrow_icon.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 15px;
	transition: 0.3s;
    margin: 0 auto;
    color: #38383A;
}
.inquiry__wrap .sendmail:hover{
    cursor: pointer;
	opacity: 1;
	color: #fff;
	background-color: #4C4948; /* --color-accent */
	background-image: url(../__common_img/right-arrow_icon_hover.svg);
}
.inquiry__wrap div iframe{
	width: 100%;
    height: 540px;
	margin: 0 0 30px 0;
}
#inquiry table{
	width: 100%;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #AF843E !important;

}
#inquiry table tbody tr{
    border-bottom: 1px solid #b6b6b6; /* --color-border-default */
}
#inquiry table tbody tr:last-child{
    border-bottom: 1px solid #AF843E; /* --color-accent */
}
#inquiry table tbody tr th{
	width: 35%;
    text-align: left;
    font-weight: 700; /* --font-weight-noto-bold */
}
#inquiry table tbody tr td{
    padding-top: 20px;
    padding-bottom: 20px;
	line-height: 28px;
	font-size: 1.5rem;
	font-weight: 400; /* --font-weight-noto-regular */
}
#inquiry table tbody tr:last-child td{
    padding-bottom: 60px;
}
#inquiry table tbody tr td span{
	color: #AF843E; /* --color-accent */
}

#inquiry table tbody tr td:last-child{
    width: 40%;
}

#inquiry table:last-child tbody tr td:last-child{
    width: 65%;
}
#inquiry table input,
#inquiry table textarea{
    padding: 5px;
    border: 1px solid #ddd;
}
#name-sei,#name-mei,
#name-sei-furi,#name-mei-furi{
    width: 8rem;
}

#tell{
    width: 14rem;
}

#mail,#mail_check,#comment{
    width: 100%;
}

.inquiry__box--privacy{
    margin-bottom: 60px;
}

.inquiry__box--privacy > h2{
    border-bottom: 1px solid #b6b6b6; /* --color-border-default */
    padding-bottom: 5px;
}

.inquiry__box--privacy > p{
    font-size: 1.5rem;
}


.segment__box {
	overflow: hidden;
	width: 80%;
	margin: 0;
	text-align: center;
    float: left;
}
.segment__box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.segment__box select::-ms-expand {
    display: none;
}
.segment__box {
	position: relative;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #ffffff;
}
.segment__box::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.segment__box select {
	padding: 8px 38px 8px 8px;
	color: #333;
}
table:last-child .required{
    float: left;
    padding: 5px;
    display: block;
}


ul.notes__box {
    padding: 3rem;
    line-height: 1.6;
    background-color: var( --color-bg);
}
ul.notes__box li{
    padding: 3px 0;
}
ul.notes__box .notice--red{
    color: #AF843E; /* --color-accent */
}


.inquiry__box--privacy{
    border: 1px solid #ddd;
    padding: 3rem;
}

.inquiry__box--privacy h2{
    margin-bottom: 1.6rem;
}

.inquiry__box--privacy h3{
    margin-bottom: 1.2rem;
}

.inquiry__box--privacy p{
    margin-bottom: 1rem;
}

.inquiry__box--privacy p:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    h2{
        margin-bottom: 20px;
    }
	.inquiry__area{
		margin: 0 0 90px 0;
	}
	.inquiry__wrap{
		padding: 0 5.025%;
	}
    #inquiry table {
        margin-bottom: 40px;
    }
	#inquiry table tbody tr th{
	    display: block;
        width: auto;
	}
    #inquiry table tbody tr td{
	    display: block;
        width: 100%;
        float: left;
        text-indent: 0;
        padding-bottom: 0;
        line-height: 1.8;
        padding-top: 5px;
}
    #inquiry table tbody tr td:last-child {
    width: 100%;
        padding-bottom: 20px;
}
    #inquiry table tbody tr:last-child td:first-child {
    padding-bottom: 0;
}
    #inquiry table tbody tr:last-child td {
    padding-bottom: 20px;
}
.segment__box {
    margin-top: 10px;
}
    
    
    #inquiry table:last-child tbody tr td:last-child {
    width: 100%;
}
    #inquiry table textarea#comment,
#inquiry table textarea#mail,
    #inquiry table textarea#mail_check,{
    width: 100%;
}
    #inquiry table textarea#comment{
        margin: 20px 0;
    }.inquiry__wrap .sendmail{
    max-width: 100%;
    }.inquiry__box--privacy{
        padding: 2rem;
        line-height: 1.4
    }
    .inquiry__box--privacy h2{
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 414px){
	.inquiry__area{
	    margin: 60px 0 40px 0;
	}
	.inquiry__wrap a{
		margin: 0 0 20px 0;
		line-height: 50px;
	}
	.inquiry__wrap div iframe{
		height: 240px;
		margin: 0 0 45px 0;
	}
    .inquiry__wrap .sendmail {
    text-align: center;
    background-position: center right 15px;
    background-size: auto;
}
    table:last-child .required {
    padding: 10px;
}
}

@media only screen and (max-width: 375px){
	.inquiry__area{
		margin: 60px 0 30px 0;
	}
	.inquiry__wrap div iframe{
		height: 180px;
	}
}

