@charset "utf-8";

html{
	background-position: 50% 4px;
	/*background-size: 375px;*/
}

.faq{}
.faq_inner{padding: 95px 0 100px;}

.faq_name{
    padding: 0 0 0 50px;
    margin: 0 0 58px;
}
.faq_list{
    border-top: #EFEFEF solid 2px;
    padding: 44px 0 41px 108px;
}
.faq_list dt{
	font-size: 20px;
	color:  #006747;
	font-weight: 400;
	position:  relative;
	z-index: 1;
	margin: 0 0 11px;
}
.faq_list span{
	position: absolute;
	z-index: 1;
	top: -3px;
	left: -57px;
	font-weight: bold;
	padding: 0 0 0 18px;
}
.faq_list span:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: url(../img/faq/q.svg) 0 0 no-repeat;
	background-size: 100% auto;
	width: 27px;
	height: 21px;
	top: 7px;
	left: 0;
}



.faq_list dd{}


.faq7{}
.faq7 li{
    float:  left;
    width: 13.7%;
    margin: 0 5.63%;
    position: relative;
    z-index: 1;
}
.faq7 p{
	position: absolute;
	z-index: 1;
	bottom: 67px;
	right: -44px;
	font-size: 12px;
	font-weight: 400;
}
.faq7 p:before{
	content: "";
	z-index: 1;
	position: absolute;
	border-left:1px solid #333232;
	border-bottom:1px solid #333232;
	top: -10px;
	bottom: -3px;
	right: 4px;
	left: -11px;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
/*@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {*/
@media screen and (max-width: 1024px) and (orientation: portrait) ,screen and (max-width: 838px) and (orientation: landscape) {
	.faq{}
	.faq_inner{
    padding: 36px 0 15px;
}

	.faq_name{
    width: 43px;
    padding: 0;
    margin: 0 auto 52px;
}
	.faq_list{
    padding: 27px 0 27px 0;
}
	.faq_list dt{
    font-size: 13px;
    padding: 0 0 0 33px;
}
	.faq_list span{
    top: -2px;
    left: 0;
    width: 33px;
    padding: 2px 0 0 10px;
}
	.faq_list span:before{
		width: 17px;
		height: 21px;
		top: 7px;
		left: 0;
	}

	.faq_list dd{}
	.faq_list dd br{
		display: none;
	}


	.faq7{}
	.faq7 li{
    width: 25%;
    margin: 0 12% 46px;
}
	.faq7 p{
    position:  relative;
    bottom:  auto;
    right:  auto;
    text-align: center;
    margin: 12px 0 0;
}
	.faq7 p:before{
    display: none;
}
}
.q_button {
    min-width: 200px;
    max-width: 90%;
    background-color: #535353;
    display: inline-block;
    vertical-align: middle;
    padding: 1.2em 1.3em;
    font-weight: 400;
    font-size: 100%;
    color: #fff !important;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    margin: 5px;
    height: 50px;
}
.q_img {
    min-width: 200px;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    margin: 5px;
    height: auto;
}
.q_button:hover, .q_button:focus { text-decoration:none !important; color:#fff; background-color:#7d7d7d; box-shadow:0 2px 2px rgba(0,0,0,.15) inset; }
.bt_blue{ background:#006747; color:#fff; }
@media screen and (max-width: 1024px) and (orientation: portrait) ,screen and (max-width: 838px) and (orientation: landscape) {
    .q_img {
    max-width: calc(50% - 10px);
}
}