@charset "utf-8";
/*
.thirdbox .p05{background-color: #c29313;}
*/
.bgcolorlistbox{background-color: #f7f6f2;padding: 40px auto;}
.bgcolorlistbox .border_short{padding-top: 40px !important;}


.boxwhois{margin: 50px 0;color: #7a6a56;width: 100%;}
.boxwhois .detailname{margin-bottom: 30px;display: -webkit-flex;display: flex;}
.boxwhois .detailname .whichi{font-weight: 900;background-color: #f9f8f7;padding: 5px 20px;margin-right: 15px;font-size: 1.7rem;}
.boxwhois .detailname .name{font-size: 1.3rem;border-bottom: 1px solid #7a6a56;-webkit-flex-grow: 1;flex-grow: 1;position: relative;}
.boxwhois .detailname .name .namein{position: absolute;bottom: 0;left: 5px;}
.boxwhois .detailname input{border: 1px solid #fff;padding-left: 5em;}

.boxwhois.person2 .name{margin-right: 10px;}

@media screen and (min-width: 769px) {
.wnew.sp_pd .flexonlydiv{flex-wrap:nowrap;}
.wnew.sp_pd .flexonlydiv .text{-webkit-flex-grow: 1;flex-grow: 1;margin-left: 10px;}

}


@media screen and (max-width: 768px) {
.wnew.sp_pd .flexonlydiv .ph{text-align: center;margin-bottom: 5px;}

}
@media screen and (max-width: 500px) {

.boxwhois .detailname{-webkit-flex-direction: column;flex-direction: column;}

}