/*
Theme Name: jda01_child
Template: jda01
*/

#header{
	background: #000000;
}
.txt-center{
	text-align: center;
}
.txt-orange{
	color: #ed6103;
}
.txt-red{
	color: #e60033;
}
.txt-bold{
	font-weight: bold;
}
a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.post_content a {
	text-decoration: underline;
}
.post_content table{
	margin: 0;
}
.table{
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
}
.table-wrap {
	overflow-x: scroll;
	overflow: auto;
  white-space: nowrap;
	margin: 0 0 1.2rem;
}
.table-wrap::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.table-wrap::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.table-wrap::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.table th,.table td {
/*  border: 2px solid #eee; */
  padding: 6px 8px;
}

.pc_logo_text{
	color: #fff;
}
#header_social_link a{
	color: #fff;
}
#header_social_link a:hover{
	color: #ed6103;
}
#menu_button:before{
	color: #fff;
}
.widget_headline{
	background: #000;
}
#footer_button a{
	background-color: #ed6103;
}
.head2_title{
	text-align: center;
	font-size: 2.4rem !important;
	font-weight: 500;
	color: #58330d;
	line-height: 1.6;
}
.head3_title{
	text-align: center;
	font-size: 1.8rem !important;
	font-weight: 500;
	line-height: 1.6;
}
.fixed_list dl{
	width: 90%;
	margin: 0 auto;
}
.fixed_list dt{
	float: left;
}
.fixed_list dd{
	margin-left: 100px;
}

@media screen and (min-width:600px){
	.qa_form dd{
		margin-left: 120px;
	}
	.ap_form dd{
		margin-left: 170px;
	}
	.qa_form dt, .ap_form dt{
		float: left;
	}
}
/* box */
.custom_box{
    margin:2em 0 3rem;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.custom_box:before, .custom_box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.custom_box:before {left: 10px;}
.custom_box:after {right: 10px;}
.custom_box p {
    margin: 0;
    padding: 0;
		text-align: center;
}
/* wpforms */
/* クレジットカード入力エリアのフォント調整 */
.wpforms-form input, .wpforms-field-stripe-credit-card input {
    font-family: "Arial";
}
/* フォームをセンタリング */
.wpforms-container.wpf-center {
	margin: 0 auto !important;
	max-width: 500px;
}
.jdaform_h3 {
	padding: 0.5rem !important;
	margin-top: 1.8rem !important;
	/* color: #ed6103; */
	color: #494949;
	background: #fff !important;
	border-left: solid 5px #ffaf58 !important;
}
.jdaform_h3:first-child {
	margin-top: 0 !important;
}
.jdaform_h3 h3 {
	font-size: 1.2rem !important;
}
.jdaform_ttl {
	font-size: 1.6rem !important;
}
