@charset "UTF-8";
/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
}

/*=========================================== 
スマホ向けのレイアウトの指定：～960px 
===========================================*/
@media only screen and (min-width: 0px) {
	
#container{
	margin:0 auto;
	width:100%;
	color: rgb(75,75,75);
}

/* メインビジュアル */
.mv_sp img{
	width:100%;
	height:auto;
	display: block;
}
	
.mv{
	display: none;
}

#wrapper{
	margin:0 auto;
	width:100%;
}
	
/* タイトル周り */
.head{
	margin:45px auto 45px;
	width:90%;
}

h2{
	font-size:24px;
	text-align: center;
}

h2 p{
	letter-spacing: 3px;
	line-height: 1.5;
}
	
/*Q&A*/
.QA{
	margin-bottom:10%;
}

.QA_25{
	margin-bottom:45px;
}

.question{
	padding: 0 0 5%;
    font-size: 20px;
}

.question .box_inner{
    width: 90%;
    margin: 0 auto;
    padding-top: 5%;
}

.text_q{
	position: relative;
	padding: 0 0 0 15%;
	line-height: 1.2;
}

.text_q::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    left: 7%;
    width: 15%;
    height: 0;
    padding-top: 15%;
    background: url(../images/q&a_question.png) no-repeat;
    background-size: contain;
}

.answer {
    width: 90%;
	height: auto;
    margin: 2% auto 0;
	color: rgb(102,103,102);
	font-size: 14px; 
	overflow:hidden;
}

.a_icon{
    width: 15%;
    float: left;
    height: 0;
    padding-top: 15%;
    background: url(../images/q&a_answer_sp.png) no-repeat;
    background-size: contain;
}

.answer .box_inner {
    width: 83%;
    float: left;
    margin: 0 0 0 0;
}

.text_a {
    line-height: 1.5;
	text-align: justify;
}

.text_a a{
	border-bottom: 1px solid rgb(0,0,0);
}


/*ページトップ ボタン*/
#page_top{
	color:rgb(220,220,220);
	position:fixed;
	bottom:15px;
	right:15px;
	font-size:1.4rem;
	z-index: 9999;
}

#page_top a{
	background:rgb(100,100,100);
	color:rgb(255,255,255);
	width:50px;
	padding:15px 5px;
	text-align:center;
	display:block;
	border-radius:5px;
}

#page_top a:hover{
	background:rgba(100,100,100,0.7);
}
}

/*=========================================== 
PC向けのレイアウトの指定：961px〜
===========================================*/
@media only screen and (min-width: 960px) {

body{
overflow-x: hidden;
}

#container{
	margin:0 auto;
	max-width:100vw;
}
	
/* メインビジュアル */
.mv{
	width: 100vw;
	height:294px;
	background: url(../images/q&a_mv.jpg) no-repeat center;
	background-size:cover;
	display: block;
}
	
.mv_sp{
	display: none;
}

/* タイトル周り */
.head{
	margin:90px auto 90px;
	width:960px;
}

h2{
	font-size:45px;
}

h2 p{
	letter-spacing: 5px;
}

/*Q&A*/
.QA{
	margin: 0 auto;
	width: 960px;
	margin-bottom:30px;
}
	
.QA_2,.QA_3{
	margin-bottom:80px;
}

.QA_23{
	margin-bottom:90px;
}

.question{
    font-size: 25px;
}

.text_q{
	position: relative;
	padding: 0 0 0 94px;
	line-height: 1.2;
}

.question .box_inner{
    width: 960px;
    padding-top: 2.375%;
}

.text_q::before {
    left: 4%;
    width: 75px;
}


.answer {
    width: 960px;
	font-size: 15px; 
	margin: 0 auto 0;
}

.a_icon{
    width: 75px;
    float: left;
    height: 0;
    padding-top: 15%;
    background: url(../images/q&a_answer.png) no-repeat;
    background-size: contain;
}

.answer .box_inner {
    width: 90%;
    float: left;
    margin: 0 0 0 2%;
}

.text_a{
	padding-top: 10px;
}

span.br{
	display: inline-block;
}

/*ページトップ ボタン*/
#page_top{
	color:rgb(220,220,220);
	position:fixed;
	bottom:30px;
	right:30px;
	font-size:1.8rem;
}

#page_top a{
	background:rgb(100,100,100);
	color:rgb(255,255,255);
	width:120px;
	padding:30px 0;
	text-align:center;
	display:block;
	border-radius:5px;
}

#page_top a:hover{
	background:rgba(100,100,100,0.7);
}
}
