@charset "utf-8";

body {
	margin: 0px;
}

p {
	font-size: 18px;
}

.inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 11%;
}

.page_ttl_wrap {
    background: url(../img/for_faq/faq_mv.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
	text-align: center;
}

.page_ttl {
    border-bottom: 3px dashed #FFA89D;
    display: inline-block;
}

/*--------ヘッダー--------*/

.phone_num {
	max-width: 22%;
}

.sp_none {
	display: flex;
	justify-content: space-between;
}


.pc_none {
    display: none;
}

@media screen and (max-width: 768px) {

	.sp_none {
		display: none;
	}
	
	.pc_none {
    display: inline-block;
}
	.logo_sp img {
		max-width: 200px;
	}
	
/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 5;
    right : 13px;
    top   : 5px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
	background: #F78724;
  }
  
  .hamburger.active {
  	background: none;
  }
  
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 3px ;
    border-radius: 10px;
    left    : 6px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
    position: fixed;
    z-index : 3;
    top  : 0;
    left : 0;
    color: #000;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
	align-items: center;
    background: #0693e3;
	display: flex;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-direction: column;
    /*padding-top: 250px;*/
  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-left: 0;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
	
	.denwa {
    position: fixed;
    z-index: 2;
    top: 80px;
    right: 14px;
	 display: inline-block;
}
	
	.denwa img {
		max-width: 41px;
	}
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
	
	.page_ttl_wrap {
    padding: 0px 0px;
}
	
	.page_ttl {
        font-size: 20px;
    }
	
	.page_ttl_wrap {
        padding: 10px 0;
    }
	
	.denwa {
        top: 5px;
        right: 70px;
    }
	
}

/*--------ヘッダー終了--------*/


/*----------セクション１-------*/

.faq {
	margin-top: 150px;
	margin-bottom: 150px;
}

.pink {
	background: #FFA89D;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
}

.question {
	color: #FFA89D;
	margin-right: 10px;
}

.answer {
	color: #FFA89D;
	margin-right: 10px;
}

.mark_flex {
	display: flex;
    align-items: start;
	border-bottom: 1px solid #FFA89D;
	padding-bottom: 30px;
    margin-bottom: 30px;
}

.mark_none {
	border: none;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

.txt_mt {
	margin-top: 70px;
}

.txt_mb {
	margin-bottom: 20px;
}

.pink_line {
  border-bottom: 2px solid #FFA89D;
  padding-bottom: 2px;
  line-height: 35px;
  font-weight: bold;
}

.iryou_wrap_flex {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.iryou {
	background: #F7F2EF;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 50px;
    padding-bottom: 30px;
    padding-top: 0px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.iryou_ttl {
    font-size: 20px;
    text-align: center;
    position: relative;
    top: -20px;
    display: block;
    border: none;
    padding-bottom: 0;
    max-width: 170px;
    height: 60px;
    line-height: 60px;
    background: #FFA89D;
    color: #fff;
    margin: 0 auto;
    border-radius: 100px;
}

.white_back {
	display: inline-block;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
	height: 85px;
    align-content: center;
}

.iryou_bold {
	font-weight: bold;
}

.iryou_flex {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.plus img {
	max-width: 50px;
	margin: 0 10px;
}

.plus_out {
    margin-top: 60px;
}

.park {
	border: 1px solid #FEA89D;
    padding: 20px;
    border-radius: 20px;
    margin-top: 60px;
	font-weight: bold;
	text-align: center;
}

.seido {
	    margin-top: 20px;
	    padding-left: 14px;
}

.seido li {
	font-weight: bold;
	margin-bottom: 15px;
}
/*----------セクション１終了-------*/

/*----------セクション2-------*/




/*----------セクション2終了-------*/


/*----------セクション3-------*/



/*----------セクション3終了-------*/


/*----------セクション4-------*/


/*--------セクション5終了--------*/



@media (max-width: 768px) {

	    .hamburger {
        background: #ffa89d;
    }
	
	    nav.globalMenuSp {
        background: #ffa89d;
    }
	
	.inner {
        padding: 0 4%;
    }
	
	.faq {
    margin-top: 50px;
    margin-bottom: 100px;
}
	
	.iryou_wrap_flex {
	flex-direction: column;
}
	
	.iryou_wrap_flex {
	flex-direction: column;
	margin-bottom: 20px;
}
	
	.iryou_flex {
	flex-direction: column;
	}
	
	
	.plus {
	margin-top: 15px;
    margin-bottom: 15px;
	}
	
	.park {
    border: 1px solid #FEA89D;
    padding: 20px 80px;
	margin-top: 20px;
	}

	.seido {
    margin-top: 20px;
    padding-left: 50px;
}
	
	.iryou {
    padding: 50px;
    padding-bottom: 30px;
    padding-top: 0px;
    margin-top: 40px;
}
	
	    .footer_flex {
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 30px;
    }
	
	.footer_ul {
        column-gap: 20px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        list-style: none;
        padding: 0;
        row-gap: 8px;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
	
	
	.f_bar {
    display: none;
}
	
	.footer_flex .right {
        width: 80%;
        margin: 0 auto;
    }
	
}



