@charset "utf-8";
/* CSS Document */
.new_mainimage_sabu_fq {
    background-image: url("../img/fq/kv_fq01.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.fq_sec1 .fq_h2 {
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    text-align: left;
    padding-bottom: 30px;
}
.fq_mail_sec1 .fq_h2 {
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    text-align: left;
    padding-bottom: 30px;
}
.fq_mail_sec2 .fq_h2 {
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    text-align: left;
    padding-bottom: 30px;
}
.fq_mail_sec3 .fq_h2 {
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    text-align: left;
    padding-bottom: 30px;
}
.fq_mail_sec4 .fq_h2 {
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    text-align: left;
    padding-bottom: 30px;
}
.fq_mail_sec5 .fq_h2 {
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    text-align: left;
    padding-bottom: 30px;
}
.fq_h4 {
    text-decoration: underline;
    font-size: 20px;
    color: #47afc7;
    font-weight: lighter;
}
.fq_h4-02 {
    font-size: 30px;
    color: #0086cd;
    font-weight: bold;
}
.color_blue-green {
    color: #47afc7;
    font-weight: bold;
}
.color_blue-green2 {
    color: #47afc7;
}
.color_blue-red {
    color: #eb5602;
}
section .fq_area-box a {
    color: #eb5602;
}

/*アコーディオン*/
.jquery1 {
	background: linear-gradient(transparent 60%, #ff6 60%);
	margin-bottom: 0px;
	margin-top: 0px;
}
.fq_h2 {
	padding-top: 0;
}
.fq_bt01 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	margin-top: 40px;
}
.fq_bt01 {
	border-radius: 6px;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	display: block;
	letter-spacing: 0.05em;/*文字間の調整*/
	background-color: #c0c0c0;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
.fq_area-box {
    margin-bottom: 80px;
}
.fq_area-box_tebl {
	margin-top: 50px;
    margin-bottom: 50px;
}
/*アコーディオンここから*/
.p-accordion {
	max-width: 100%;
	margin-inline: auto;
}
.p-accordion-desc {
    font-size: 15px;
    font-weight: 700;
    margin-top: 40px;
}

.p-accordion__head_cdt-arrange {
	cursor: pointer;
	background-color: #00a7ea;/*青色*/
	display: block;
	color: white;
	padding: 15px 20px;
	margin-top: 40px;
	border-radius: 10px;
}
.p-accordion__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-accordion__icon {
  display: block;
  position: relative;
  width: 24px;
  transition: transform 0.25s;
}
.p-accordion__icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.p-accordion__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}
.p-accordion__icon:before {
  left: 0;
  transform: rotate(45deg);
}
.p-accordion__icon:after {
  right: 0;
  transform: rotate(-45deg);
}
.p-accordion__input input[name=p-accordion__block] {
  display: none;
}
.p-accordion__input .p-accordion__block {
  cursor: pointer;
}
.p-accordion__input .p-accordion__content {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0.5;
  background-color: #fff;
  transition: padding 0.25s ease, opacity 0.3s ease 0s;
}
/*青色*/
.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head_cdt-arrange > .p-accordion__head-inner .p-accordion__icon {
  transform: rotate(-180deg);
}
/*青色*/
.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head_cdt-arrange + .p-accordion__content {
  /*開閉時*/
  height: auto;
  opacity: 1;
  padding: 20px;
}
/*アコーディオンここまで*/
/*ここから　fq_mail*/
.fq_text01 {
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 60px;
    margin-top: 40px;
}
.fq_text02 {
    font-size: 16px;
    line-height: 2em;
    font-weight: lighter;
    margin-bottom: 20px;
}
.fq_rink-box {
    width: 200px;
    margin-bottom: 40px;
}
.fq_rink-box a {
    font-size: 15px;
}
.fq_rink-box-text a {
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}
.fq_rink-box-text:hover a {
    color: #eb5602;
}
/*↓バナーにマウスが乗った時うすくなる*/
.fq_rink-box:hover img {
  opacity: 0.6; filter: brightness(110%);
}
.fq_rink-area {
    display: flex; /* 横並び */
    flex-wrap: wrap; /*　折り返しあり */
    justify-content: space-between;
    padding-bottom: 50px;
}
.fq_rink-area::after{
    content: "";
    display: block;
    width: 200px;
}
.fq_mail_sec3 {
    padding-top: 60px;  
}
.fq_mail_sec4 {
    padding-top: 60px;  
}
.fq_mail_sec5 {
    padding-top: 60px;  
}
/*h3ここから*/
.new_fq_h3_titl {
    font-size: 25px;
    font-weight: bold;
    color: #3048ac;
}
.new_fq_h3_titl-area {
    margin-bottom: 50px;
    padding-top: 40px;
}
.new_fq_h3_border-area {
    display: flex;
}
.new_fq_h3_border01 {
    border-bottom: 3px solid #47afc7;
    width: 10%;
    text-align: left;
}
.new_fq_h3_border02 {
    border-bottom: 3px solid #c0c0c0;
    width: 90%;
    text-align: right;
}
/*h3ここまで*/

/*ここからボタン*/
a.new_btn_02 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #ff9600;
    background: #ff9600;
    color: #fff;
    transition: 0.5s;
    border-radius: 10px;
    font-size: 15px;
    width: 300px;
}
a.new_btn_02:hover {
    color: #ff9600;
    background: #fff;
}
.new_fq_btn-area {
    padding-bottom: 20px;
    padding-top: 20px;
}

/*ボタンここまで*/



@media screen and (max-width:767px) {
/*767*/
/*fq メイン画像*/
.new_mainimage_sabu_fq {
    background-image: url("../img/fq/kv_fq01_sp.jpg");
    background-position: center top;
    background-size: cover;
    height: 300px;
}
.fq_sec1,
.fq_sec2, 
.fq_sec3,
.fq_sec4,
.fq_sec5,
.fq_sec6,
.fq_sec7,
.fq_sec8,
.fq_sec9,
.fq_sec10 {
    width: 100%;
}
.fq_sec1 .fq_h2 {
    text-align: center;
}
.fq_mail_sec1 .fq_h2 {
    text-align: center;
} 
.fq_mail_sec2 .fq_h2 {
    text-align: center;
}
.fq_mail_sec3 .fq_h2 {
    text-align: center;
}
.fq_mail_sec4 .fq_h2 {
    text-align: center;
}
.fq_mail_sec5 .fq_h2 {
    text-align: center;
}
.fq_h4 {
    padding-bottom: 20px;
}
.fq_h4-02 {
    text-align: center;
} 
.fq_box {
    width: 100%;
}
    
.fq_sec1 .fq_h2 {
    padding-bottom: 0px;
}
.p-accordion__icon {
    width: 10px;/*不具合対策*/
    margin-left: 20px;/*不具合対策*/
}
.fq_rink-area { 
    display: block;
}
.fq_box a {
    text-align: center;
}
.fq_h4-02 {
    font-size: 16px;
}
/*h3線ここから*/
.new_fq_h3_border01 {
    border-bottom: 3px solid #47afc7;
    width: 40%;
    text-align: left;
}
.new_fq_h3_border02 {
    border-bottom: 3px solid #c0c0c0;
    width: 60%;
    text-align: right;
}
/*h3線ここまで*/
.fq_text01 {
    padding-bottom: 0px;
}
/*ボタン*/
a.new_btn_02 {
    width: 100%;
}
/*ボタンここまで*/
    
}
