@charset "utf-8";
/* よくある質問 */

.Page h4 {
    padding: 0;
}

.Page .box {
	width: 100%;
}

.Page .tab {
    list-style: none;
    justify-content: center;
    display: flex;
}

.Page .tab li {
	margin-right: 10px;
	background: #efefef;
 list-style-type: none;
}

.Page .tab li.current {
	background: #265280;
}


.Page .tab li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    text-align: center;
    line-height: 1.4em;
}

.Page .tab li.current a {
	color: #fff;
}

.Page .tabContents {
	clear: both;
	display: none;
	padding: 10px;
}

.Page .tabContents.current {
	display: block;
}

/*----------------------------------------------------------- 768px  */
@media screen and (max-width: 768px) {

.Page .tab {
    list-style: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.Page .tab li {
    width: calc( 100% / 2 - 30px );
    margin: 5px;
}
}
/*-----------------------------------------------------------  smartphone */
@media screen and (max-width: 480px) {
h4.wpsm_panel-title {}
}