@charset "utf-8";

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
}

@media only screen and (max-width:650px) {
.contents_h{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    z-index: -2;
    position: relative;
    background-image: url(../images/h_bg_faq.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.page_tit{
    position: absolute;
    color: #fff;
    text-shadow: 0 0 15px #555;
    font-size: 125%;
    text-align: right;
    width: 80%;
    height: auto;
    top: 120px;
    border: 0px solid #FF0004;
    margin-left: 10%;
    margin-right: 10%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
}

@media only screen and (min-width:650px) { 
.contents_h{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 350px;
    z-index: -2;
    position: relative;
    background-image: url(../images/h_bg_faq.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.page_tit{
    /*要素の配置*/
    position: absolute;
    /*見た目の調整*/
    color: #fff;
    text-shadow: 0 0 15px #555;
    font-size: 175%;
    text-align: right;
    width: 80%;
    height: auto;
    top: 208px;
    border: 0px solid #FF0004;
    margin-left: 10%;
    margin-right: 10%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
	





 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.con_01 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    float: left;
}
.con_01_waku {
    width: 100%;
    float: right;
    margin-top: 15px;
}
}

@media only screen and (min-width:421px)  and (max-width:650px){
.con_01 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 50px;
    float: left;
}
.con_01_waku {
    width: 100%;
    float: right;
    margin-top: 15px;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.con_01 {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 50px;
    float: left;
}
.con_01_waku {
    width: 100%;
    float: right;
    margin-top: 15px;
}
}

@media only screen and (min-width:851px)  and (max-width:1200px){
.con_01 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 50px;
    float: left;
    text-align: center;
}
.con_01_waku {
    width: 100%;
    float: right;
    margin-top: 15px;
}
}

@media only screen and (min-width:1200px) { 
.con_01 {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0px;
    padding-top: 120px;
    float: left;
}
.con_01_waku {
    width: 76%;
    float: right;
    margin-top: 15px;
}
}

.contents_01 {
    width: 100%;
    float: left;
    height: auto;
}


 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　枠組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　FAQ本体 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　FAQ本体 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　FAQ本体 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.parenthesis_l {
    position: relative;
    width: 98%;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: left;
    float: left;
    margin-bottom: 40px;
}
.parenthesis_r {
    position: relative;
    width: 98%;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: left;
    float: left;
    margin-bottom: 40px;
}
.faq_q {
    text-align: left;
    font-size: 55%;
    margin-bottom: 10px;
    line-height: 30px;
    padding-bottom: 3px;
    margin-left: 10px;
    margin-right: 5px;
    color: #333333;
 }
.mida {
    font-size: 250%;
    float: left;
    width: 100%;
    color: #333333;
    padding-bottom: 5px;
    font-family: "Times New Roman", Times, serif;
}
 }


@media only screen and (min-width:420px)  and (max-width:650px){
.parenthesis_l {
    position: relative;
    width: 95%;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    margin-left: 10px;
    clear: left;
    float: left;
    margin-bottom: 50px;
}
.parenthesis_r {
    position: relative;
    width: 95%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    margin-left: 10px;
    clear: left;
    float: left;
    margin-bottom: 70px;
}
.faq_q {
    text-align: left;
    font-size: 55%;
    margin-bottom: 10px;
    line-height: 30px;
    padding-bottom: 3px;
    margin-left: 10px;
    margin-right: 5px;
    color: #333333;
    font-weight: bold;
 }
.mida {
    font-size: 250%;
    float: left;
    width: 100%;
    color: #333333;
    padding-bottom: 5px;
    font-family: "Times New Roman", Times, serif;
    margin-left: 6px;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.parenthesis_l {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    clear: left;
    float: left;
    margin-bottom: 50px;
}
.parenthesis_r {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    clear: left;
    float: left;
    margin-bottom: 70px;
}
.faq_q {
    text-align: left;
    font-size: 60%;
    margin-bottom: 10px;
    line-height: 30px;
    padding-bottom: 3px;
    min-height: 0px;
    margin-left: 10px;
    margin-right: 5px;
    color: #333333;
    font-weight: bold;
}
.waku {
    float: right;
    width: 80%;
    margin-right: 10%;
}
.mida {
    font-size: 250%;
    float: left;
    width: 100%;
    color: #333333;
    padding-bottom: 5px;
    font-family: "Times New Roman", Times, serif;
}
}

@media only screen and (min-width:851px)  and (max-width:1200px){
.parenthesis_l {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    float: left;
    margin-bottom: 50px;
}
.parenthesis_r {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    float: right;
    margin-bottom: 50px;
}
.faq_q {
    text-align: left;
    font-size: 60%;
    margin-bottom: 10px;
    line-height: 30px;
    padding-bottom: 3px;
    margin-left: 10px;
    margin-right: 5px;
    color: #333333;
    font-weight: bold;
}
.waku {
    float: right;
    width: 83%;
    margin-right: 10%;
    margin-top: -20px;
}
.mida {
    font-size: 250%;
    float: left;
    width: 100%;
    color: #333333;
    padding-bottom: 5px;
    font-family: "Times New Roman", Times, serif;
}
}


@media only screen and (min-width:1201px) {
.faq {
    width: 1200px;
    float: left;
    margin-top: 30px;
    height: auto;
    padding-bottom: 0px;
    margin-bottom: 100px;
}
.parenthesis_l {
    position: relative;
    width: 700px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-bottom: 80px;
}
.parenthesis_r {
    position: relative;
    width: 700px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    float: right;
    margin-bottom: 80px;
}
.faq_q {
    text-align: left;
    font-size: 60%;
    margin-bottom: 10px;
    padding-bottom: 3px;
    min-height: 0px;
    margin-left: 10px;
    margin-right: 50px;
    color: #333333;
    font-weight: bold;
}
.waku {
    float: right;
    width: 80%;
}
.mida {
    font-size: 250%;
    float: left;
    width: auto;
    color: #333333;
    padding-bottom: 5px;
    margin-bottom: 50px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    border-bottom: 1px dotted #333333;
    clear: left;
    margin-right: 50%;
}
}

.faq_box {
    width: 100%;
    height: auto;
    float: left;
}



.q {
    width: 100%;
    height: auto;
    font-family: 'Anton', sans-serif;
    font-size: 230%;
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #006DD9;
    text-align: left;
    margin-right: 30px;
    line-height: 27px;
}

.a {
    width: 23px;
    height: auto;
    font-family: 'Anton', sans-serif;
    font-size: 230%;
    float: left;
    clear: left;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-right: 20px;
    color: #D90000;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　テキスト設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.text01 {
    width: 100%;
    float: left;
    line-height: 29px;
    font-size: 100%;
    margin-top: 0px;
    color: #333333;
    margin-left: 0px;
    clear: left;
    height: auto;
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　FAQ本体 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　FAQ本体 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　FAQ本体 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　括弧 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　括弧 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　括弧 ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.parenthesis_l::before {
  left: 0;

}
.parenthesis_l::after {
  right: 0;

}
.parenthesis_r::before,
.parenthesis_r::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
}
.parenthesis_r::before {
  left: 0;
}
.parenthesis_r::after {
  right: 0;
}
}

@media only screen and (min-width:420px) {
.parenthesis_l::before, .parenthesis_l::after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
}
.parenthesis_l::before {
	border-left: solid 2px #999999;
	border-top: solid 2px #999999;
	top: 0;
	left: 0;
}
.parenthesis_l::after {
	border-right: solid 2px #999999;
	border-bottom: solid 2px #999999;
	bottom: 0;
	right: 0;
}

.parenthesis_r::before,
.parenthesis_r::after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
}
.parenthesis_r::before {
	border-left: solid 2px #999999;
	border-top: solid 2px #999999;
	top: 0;
	left: 0;
}
.parenthesis_r::after {
	border-right: solid 2px #999999;
	border-bottom: solid 2px #999999;
	bottom: 0;
	right: 0;
}
}

 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　括弧 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　括弧 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
 /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　括弧 ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
