
/* -----------------------------------------------------------------------------------------------
	Other 
-------------------------------------------------------------------------------------------------- */

/* -----------------  common_document ----------------- */


.common_document h4 {
    color:#000000;
	padding:0;
	text-align:left;
	font-size:1.8rem;
	font-weight:bold;
	border-bottom:none;
}


/* 9-6 faq (faq inquiry) */
.faq_block {
	border:1px solid #bbb;
	margin-bottom:30px;
	padding:25px 20px 20px 20px;
	border-radius: 8px; 
}


.faq {
    padding-bottom: 20px;
	border-bottom: 1px dotted #999;
    margin: 30px 0;
}
.faq:last-child {
	border-bottom:none;
}
.faq dt {
	font-size: 2.4rem;
    font-weight: bold;
	color: #000000;
    margin-bottom: 15px;
    line-height: 1.5;
}
.faq dt:before {
	content:"Q.";
	font-size: 2.4rem;
	font-weight:bold;
	margin-right:6px;
}
.faq dd {
   font-size: 1.7rem;
    line-height: 1.75;
    margin: 0 36px; 
}
.faq dd:before {
	content:"A";
	font-size: 1.8rem;
	font-weight:bold;
	margin-right:6px;
	padding:2px 3px 1px 3px;
	border-radius: 4px;
	background: #666666;
	color:#fff;
}



/* -----------------  about ----------------- */

.about_title {
    text-align: center;
}
.about_title img {
    width: 100%;
    max-width: 507px;
}
.about_lead {
    background: #f0f0f0;
    padding: 15px 24px;
    margin: 40px 20px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.about_box {
    width: 50%;
    float: left;
    padding: 0 25px;
    margin-bottom: 20px;
}
.about_box img {
    width: 100%;
}

.about_section {
    clear: both;
    margin: 10px 0 30px 0;
}

/* members/add */


.memberAddflow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 3px solid #222222;
    background: #222222;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 5px;
}
.memberAddflow_li {
    flex: 0 1 auto;
    color: #ffffff;
    width: 25%;
    text-align: center;
    padding: 15px;
    list-style: none;
}
.memberAddflow_active {
    background: #ffff66;
    color: #000000;
    border-radius: 8px;
}

#member_add_password {
    
    display: none;
    background: #ffcccc;
	border-radius: 6px;
    padding: 10px 20px;
    font-size: 1.8rem;
}
#member_add_password span {
    color: #ff0000;
    font-weight: bold;
}
.member_add_password_info {
    margin: 10px;
    padding: 8px 20px;
    border: 1px dotted #f00;
    background: #ffffff;
    line-height: 1.5;
}
#member_kaiinkiyaku {
    margin: 50px 0;
    padding: 15px;
    border: 1px solid #888;
    overflow: scroll;
    height: 300px;
}



.search_each {
    width: 90%;
    margin: 10px auto 30px auto;
    padding-bottom: 10px;
    border-bottom: 1px dotted #888888;
}
.search_title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 8px;
}
.search_title a {
    color: #990000;
}
.search_lead {
    font-size: 1.5rem;
    line-height: 1.5;
}

.search_block {
    padding: 0 10%;
    margin-bottom: 30px;
}
.seach_phrase_wide {
    width: 70%!important;
    display: inline-block;
}
.btn_search {
    width: 25%;
    display: inline-block;
    padding: 4px 10px;
    background: #888888;
    color:#ffffff;
}
/* 
<input type="text" name="seach_phrase_wide" placeholder="検索" style="height:40px;" class="seach_phrase_wide" value="北海道"/>
                        <div class='btn btn_submit btn_search'>検索</div>
*/ 




@media screen and (max-width: 480px) {
    .memberAddflow {
        display: block;
        margin-bottom: 20px;
    }
    .memberAddflow_li {
        flex:none;
        width: 100%;
        padding: 2px;
    }
}
