@charset "UTF-8";
img {
  vertical-align: bottom
}

.btn {
  position: relative;
  display: block;
  max-width: 700px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .btn {
    padding: 0 3%
  }
	
 .logoimg {
	width: 150px;
	padding-top: 8px;
  }
  .kaiba_lead_area img {
	  padding: 0 5%;
	  padding-bottom: 4%;
  }
  .kaiba_lead_area h3 {
	max-width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 3%;
  }
  .kaiba_lead_area h4 {
	max-width: 75%;
    margin: 0 auto;
    margin-top: 1px;
    margin-bottom: -4%;
  }
  .kaiba_lead_area p {
   min-width: 80%;
	}
}

.btn--contact {
  position: relative;
  display: block;
  max-width: 640px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .btn--contact {
    padding: 0 3%
  }
}

.btn--bnr {
  position: relative;
  display: block;
  max-width: 900px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .btn--bnr {
    padding: 0 24px
  }
}

.font-m, .qa__list li.answer .answer__title, .qa__list li.answer p {
  font-family: "M PLUS Rounded 1c", sans-serif
}

.fixed_link {
  position: fixed;
  z-index: 99
}

@media screen and (min-width:769px) {
  .fixed_link {
    width: 200px;
    right: 0;
    top: 45%
  }
}

@media screen and (max-width:768px) {
  .fixed_link {
    bottom: 0;
    width: 20%;
    -webkit-animation: fade_in .5s ease forwards 1.5s;
    animation: fade_in .5s ease forwards 1.5s;
    opacity: 0;
	right: 0;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .fixed_link {
    bottom: 0;
    width: 20%;
    -webkit-animation: fade_in .5s ease forwards 1.5s;
    animation: fade_in .5s ease forwards 1.5s;
    opacity: 0;
	right: 0;
  }
}

.fv {
  background: #C5E5F0;
}

.obi {
  background: #C5E5F0;
}

.obi__btn_list {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  background-color: #FFF;
}

@media screen and (max-width:768px) {
  .character_absolute {
	min-width: 10%;
	margin-bottom: -5px;
  }
 .bajittlimg{
	max-width: 300px;
    margin: 0 auto;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 3%;
    padding-bottom: 1%;
}
  .obi__btn_list {
    flex-flow: column;
    padding: 24px 10%
  }
	/*.block_02_col {
    flex-flow: column;
    padding: 24px 5%;
	}
	/*.block_03_col {
    flex-flow: column;
    padding: 24px 5%;
	}
	.block_03_col_2 {
	min-width:  100%;
	}*/
}

@media screen and (min-width:769px) {
  .obi__btn_list a:first-of-type {
    margin-right: 80px
  }
}

@media screen and (max-width:768px) {
  .obi__btn_list a:first-of-type {
    margin-bottom: 16px
  }
}

.future {
  background: url(../img/derby2021/bg-01.png) repeat-x bottom #71bbea;
  padding-bottom: 100px
}

.swiper-container {
  max-width: 750px;
  margin: 0 auto
}
.top-slider {
  max-width: 1100px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .swiper-container {
    background: #fff
  }
}

.slide__box {
  position: relative;
  max-width: 900px;
  margin: 0 auto
}
.slide__box-top {
  position: relative;
  max-width: 1100px;
  margin: 0 auto
}
@media screen and (max-width:768px) {
  .slide__box {
    padding: 0 48px
  }
}

.swiper-slide dl {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap
}

@media screen and (max-width:768px) {
  .swiper-slide dl {
    flex-flow: column
  }
}

.swiper-slide dl dt {
  width: 50%
}

@media screen and (max-width:768px) {
  .swiper-slide dl dt {
    width: 100%
  }
}

.swiper-slide dl dd {
  width: 50%;
  background: #fff;
  padding: 24px
}

@media screen and (max-width:768px) {
  .swiper-slide dl dd {
    width: 100%
  }
}
/*ヘッダーエリア　ハンバーガーメニュー*/
.header_menu {
 width: 100%;
 height: 85px;
  display: flex;
  justify-content: center;
}
.header_menu_nav {
 width: 1100px;
 height: 85px;
 background-color: #FFF;
}
.logoimg {
 margin-top: 11px;
 margin-left: 12%;
 max-width: 220px;
}
ol, ul {
    list-style:none;
}

header {
    background-color: #FFF;
    /* box-shadow */
    box-shadow:rgba(138, 138, 138, 0.2) 1px 1px 4px 0px;
    -webkit-box-shadow:rgba(138, 138, 138, 0.2) 1px 1px 4px 0px;
    -moz-box-shadow:rgba(138, 138, 138, 0.2) 1px 1px 4px 0px;
	height: 85px;
}
header:after {
    content: '';
    display: table;
    clear: both;
}
header h1 {
    padding-top: 5px;
    font-weight: normal;
    font-size: 11px;
    padding-left: 2%;
    padding-right: 2%;
	display: block;
}
header .logo {
    float: left;
}
 
header .button {
    display: none;
}
 
header .navOpen {
    width: 36px;
    height: 40px;
    float: right;
    margin-top: 7px;
    margin-right: 5%;
    margin-bottom: 5px;
    cursor: pointer;
    background:url(../img/menu.png) no-repeat 0 0;
    background-size: 72px;
}
/*スマホ用メニュー閉じるボタン*/
header .navClose {
    background-position: -36px 0; /*ボタンの画像切り替え*/
}
header .menu-sp {
    clear: both;
    position: relative;
}
header .menu-sp ul {
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.9) ;
    border-bottom: 3px #ccc solid;
	z-index: 10;
}
header .menu-sp li {
    line-height: 1.4;
    border-top: 1px #ccc solid;
	background-color: #1f8c4b;
}
header .menu-sp a {
    color: #FFF;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
	font-weight: bold;
}
 
/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
 
@media only screen and (min-width: 768px) {
    /* ヘッダーエリア*/
    header {
        min-width: 100%;
		height: 85px;
    }
    header #header-area {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    header h1 {
        text-align: right;
    }
    header .logo {
        width: auto;
    }
    /*PC用ヘッダーボタン*/
    header .button {
        float: right;
        display: block;
        margin-top: 25px;
		margin-right: 4%;
    }
    header .button ul {
    }
    header .button li {
        float: right;
        font-size: 15px;
        line-height: 1.4;
		font-weight: bold;
    }
    header .button a {
        /*margin-left: 10px;*/
        margin-right: 20px;
        padding-top: 5px;
        padding-bottom: 7px;
        /*padding-left: 17px;
        padding-right: 10px;*/
        display: inline-block;
        /*border-radius: 5px;
        border: 1px solid #999;
        color: #666;*/
        /*background: url(../img/arrow1.png) no-repeat 6px center;*/
        background-size: 6px;
    }
    header .button a:hover {
        opacity: 0.7;
    }
    /*スマホ用メニューボタン非表示*/
    header .navOpen {
        display: none;
    }
}
/*ヘッダーエリア　ハンバーガーメニュー　ここまで*/

/*キャンペーンエリアPC*/
@media only screen and (min-width: 768px) {
	
.block_03 {
	max-width: 1100px;
	margin: 0 auto;
  	background-color: #71bbea;
	padding-bottom: 60px;
	padding-top: 20px;
}
.block_03 h2 {
	text-align: center;
	font-size: 24pt;
	font-weight: 700;
	padding-top: 35px;
	padding-bottom: 35px;
}
.block_03 h2 img {
	position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 7%;
    padding-right: 7%;
}
.block_03 h3 {
	text-align: center;
	max-width: 80%;
	font-size: 13pt;
	color: #fff;
	line-height: 1.6;
	margin: 0 auto;
}
.block_03_col_0 {
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
    justify-content: center;
    padding: 24px 0;
	width: 100%;
}
.block_03_col_0_2 {
    padding: 24px 2%;
	max-width: 100%;
}
.block_03_col {
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
    justify-content: left;
    padding: 24px 0;
	width: 100%;
	margin-left: 8%;
}
.block_03_col_2 {
    padding: 24px 2%;
	max-width: 28%;
}
.block_03 p {
	max-width: 100%;
	font-size: 10pt;
	color: #fff;
	margin-top: 2%;
	margin-bottom: 5%;
	line-height: 1.2;
}
.block_03 p span{
	display: inline-block;
	width: 45px;
	font-size: 10pt;
	color: #fff;
	margin-top: 2%;
	line-height: 1.6;
}
/*キャンペーンエリアPC　ここまで*/
}
/*キャンペーンエリアSP*/
@media only screen and (max-width: 768px) {
.block_03 {
	max-width: 1100px;
	margin: 0 auto;
  	background-color: #71bbea;
	padding-bottom: 60px;
	padding-top: 20px;
}
.block_03 h2 {
	text-align: center;
	font-size: 24pt;
	font-weight: 700;
	padding-top: 35px;
	padding-bottom: 35px;
}
.block_03 h2 img {
	position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 7%;
    padding-right: 7%;
}
.block_03 h3 {
	text-align: center;
	max-width: 80%;
	font-size: 13pt;
	color: #fff;
	line-height: 1.6;
	margin: 0 auto;
}
.block_03_col_0 {
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
    justify-content: center;
    padding: 5px 0;
	width: 100%;
}
.block_03_col_0_2 {
    padding: 24px 2%;
	max-width: 100%;
}
.block_03_col {
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
    justify-content: center;
    padding: 24px 0;
	width: 100%;
}
.block_03_col_2 {
    padding: 10px 2%;
	max-width: 48%;
}
.block_03 p {
	max-width: 100%;
	font-size: 8pt;
	color: #fff;
	margin-top: 2%;
	margin-bottom: 5%;
	line-height: 1.2;
}
.block_03 p span{
	display: inline-block;
	width: 26px;
	font-size: 8pt;
	color: #fff;
	margin-top: 2%;
	line-height: 1.6;
}
}
/*キャンペーンエリアSP　ここまで*/

@media only screen and (max-width: 600px) {
.block_02_col {
    display: flex;
    justify-content: left;
    padding: 24px 0;
    flex-wrap: wrap;
    margin-right: 3%;*/
}
.block_02_col_2 {
    flex-flow: column;
    padding: 24px 2%;
    flex-wrap: wrap;
    min-width: 100%;
}
}

/*キャラクター*/
.character h1 {
    position: relative;
	margin: 0 auto;
}

.character_absolute {
    position: absolute;
	max-width: 15%;
    right: 5%;
    bottom: -30%;
}

/*リード部分*/
.lead_area {
	background-color: white;
	text-align: center;
}
.lead_area h2 {
	padding-top: 4%;
	padding-bottom: 2%;
}
.lead_area h2 img {
	position: relative;
    max-width: 550px;
    margin: 0 auto;
    padding-left: 8%;
    padding-right: 8%;
}
.lead_area p {
	max-width: 85%;
	/*font-size: 1.6rem;
	line-height: 1.6;*/
	padding-bottom: 3%;
	margin: 0 auto;
}
.baji_pc_font {
	font-size: 1.6rem;
	line-height: 1.6;
}
.baji_sp_font {
	font-size: 1.4rem;
	line-height: 1.4;
}
.baji_logo_pc {
	max-width: 380px;
    /*margin: 0 auto;
	margin-top: 0px;
	margin-left: 10px;*/
    padding-left: 4%;
    /*padding-right: 8%;
    padding-bottom: 1.5%;*/
	display: block;
}
.bajittlimg_pc {
	max-width: 700px;
    margin: 0 auto;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 3%;
    padding-bottom: 1.5%;
	display: block;
}
.baji_logo_sp {
	max-width: 260px;
	margin: 0 auto;
	padding-left: 3%;
	padding-top: 5%;
	display: block;
}
.bajittlimg_sp {
	max-width: 300px;
	margin: 0 auto;
	padding-left: 8%;
	padding-right: 8%;
	padding-top: 1%;
	padding-bottom: 3%;
	display: block;
}

.lead_area_about {
	background-color: white;
	text-align: center;
	padding-bottom: 500px;
}
.lead_area_about h2 {
	font-size: 14pt;
	font-weight: 700;
	padding-top: 60px;
	padding-bottom: 35px;
}
.lead_area_about h2 img {
	position: relative;
    max-width: 550px;
    margin: 0 auto;
    padding-left: 8%;
    padding-right: 8%;
}
.lead_area_about p {
	max-width: 80%;
	font-size: 12pt;
	line-height: 1.6;
	padding-bottom: 35px;
	margin: 0 auto;
}
.lead_area_about table {
	width: 90%;
	font-size: 13pt;
	line-height: 1.5;
	border-collapse: collapse;
	padding-bottom: 35px;
	margin: 0 auto;
}
.lead_area_about table th {
	width: 18%;
	font-weight: 800;
	background-color: #D7D0BA;
	border: 4px solid #fff;
	text-align: center;
	vertical-align: middle;
}
.lead_area_about table td {
	max-width: 82%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #E8E4D8;
	border: 4px solid #fff;
	text-align: left;
}

/*ブロック部分*/
.block_01 {
	max-width: 1100px;
	margin: 0 auto;
  	background-color: #71bbea;
	padding-bottom: 60px;
	padding-top: 20px;
}
.block_01 h2 {
	text-align: center;
	font-size: 24pt;
	font-weight: 700;
	padding-top: 35px;
	padding-bottom: 35px;
}
.block_01 h2 img {
	position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 7%;
    padding-right: 7%;
}
.block_01 h3 {
	text-align: center;
	max-width: 80%;
	font-size: 13pt;
	color: #fff;
	line-height: 1.6;
	margin: 0 auto;
}

.block_02 {
	max-width: 1100px;
	margin: 0 auto;
  	background-color: #9FCDEB;
	padding-bottom: 60px;
	padding-top: 20px;
}

.block_02 h2 {
	text-align: center;
	font-size: 24pt;
	font-weight: 700;
	padding-top: 35px;
	padding-bottom: 35px;
}
.block_02 h2 img {
	position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 7%;
    padding-right: 7%;
}
.block_02 h3 {
	text-align: center;
	max-width: 80%;
	font-size: 13pt;
	color: #fff;
	line-height: 1.6;
	margin: 0 auto;
}

.block_02_col {
    display: flex;
    justify-content: left;
    padding: 24px 0;
    flex-wrap: wrap;
    margin-left: 3%;
}
.block_02_col_2 {
    /*flex-flow: column;*/
    padding: 24px 2%;
    flex-wrap: wrap;
    max-width: 32%;
}

.block_02 p {
	max-width: 100%;
	font-size: 11pt;
	color: #fff;
	margin-top: 2%;
	line-height: 1.2;
}
.block_02 p span{
	display: inline-block;
	width: 40px;
	font-size: 10pt;
	color: #fff;
	margin-top: 2%;
	line-height: 1.6;
}

/*地方競馬本文*/
.kaiba_lead_area {
	background-color: #C5E5F0;
}
.kaiba_lead_area h2 {
	font-size: 14pt;
	font-weight: 700;
	padding-top: 40px;
	padding-bottom: 35px;
	text-align: center;
	display: block;
}
.kaiba_lead_area h2 img {
	position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-left: 8%;
    padding-right: 8%;
	padding-bottom: 0%;
}
.kaiba_lead_area h3 {
	position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 8%;
    padding-right: 8%;
	padding-top: 2%;
	padding-bottom: 3%;
}
.kaiba_lead_area h4 {
	font-size: 14pt;
	font-weight: 800;
	padding-bottom: 35px;
	text-align: center;
}
.kaiba_lead_area p {
	max-width: 63%;
	font-size: 12pt;
	line-height: 1.8;
	padding-bottom: 35px;
	margin: 0 auto;
}
.kaiba_lead_area p span {
	color: #FF7600;
	font-weight: 600;
}
.kaiba_lead_area img {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 3%;
}
.keiba_chart {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 3%;
}

.swiper-slide__content__inner {
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-slide__title {
  color: #eb6d56;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700
}

.swiper-slide__text {
  margin-top: 16px;
  line-height: 1.8;
  font-size: 13px
}

.swiper-button-next, .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: #fffffd;
  background-image: none
}
@media screen and (max-width:768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px
  }
}

.swiper-button-next:focus, .swiper-button-prev:focus {
  outline: 0
}

@media screen and (max-width:768px) {
  .swiper-button-next {
    right: 8px
  }
}

.swiper-button-next span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 10px solid #71bbea;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent
}

@media screen and (max-width:768px) {
  .swiper-button-prev {
    left: 8px
  }
}

.swiper-button-prev span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 10px solid #71bbea;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent
}
.link_btn_area{
 width: 82%;
 margin-top: 5%;
 text-align: center;
 background-color: #dacca4;
 margin-left: auto;
 margin-right: auto;
}
/*スマホ1列 
.link_btn_box{
 display: flex;
 flex-wrap:wrap;
justify-content: center;
text-align: center;	
}
.link_btn_box img{
  margin: 6px 6px;
  max-width:210px;
}*/
/*4列固定*/ 
.link_btn_box{
 display: flex;
 justify-content: space-between;
}
.link_btn_box img{
  margin: 6px 6px;
  max-width:210px;
}
.campaign {
  background: #dacca4;
}
.campaign2 {
  background: #FFF;
}
/*お問い合わせボックス*/
.inquiry_area{
 width: 100%;
 margin-top: 5%;
 padding-bottom: 5%;
 text-align: center;
}
.inquiry_box{
 width: 82%;
 height: 100px;
 background-color: #FFF;
 border-radius:10px;
 text-align: center;
 font-size: 2rem;
 margin-left: auto;
 margin-right: auto;
}
.inquiry_box p{
 width: 80%;
 height: 111px;
 text-align: center;
 vertical-align: middle;
 font-size: 2rem;
 padding-top: 3.2rem;
 margin-left: auto;
 margin-right: auto;
}
.inquiry_box p a{
 text-decoration: underline;
 color: #2B35EF;
}
.note {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 2;
  padding: 80px 0 64px;
  max-width: 950px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .note {
    padding: 40px 32px 40px;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.6
  }
}

.note p {
  position: relative;
  padding-left: 16px
}

.note p::before {
  content: "・";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0
}

.note p a {
  color: #000;
  text-decoration: underline
}

.footer {
  max-width: 1100px; 
  margin: 0 auto;
  background: #fff;
  padding: 5px 0 48px;
  text-align: center;
}
.footer img {
	width: 200px;
	margin-top: 15px;
}

@media screen and (max-width:768px) {
  .footer {
    padding: 5px 0 40px
  }
}

.footer__bnr {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 600px;
  margin: 0 auto;
  flex-flow: wrap
}

@media screen and (max-width:768px) {
  .footer__bnr {
    width: 90%;
    justify-content: space-around
  }
}

.footer__bnr p {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 30%
}

@media screen and (max-width:768px) {
  .footer__bnr p {
    width: 40%
  }
  .footer__bnr p:last-of-type {
    margin-top: 0px
  }
}

.footer__copy {
  margin-top: 15px;
  text-align: center;
  color: #555;
  font-size: 1.4rem
}

@media screen and (max-width:768px) {
  .footer__copy {
	font-size: 1.2rem;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 5%;
  }
}

.qa__list {
  position: relative;
  margin: 0 auto;
  max-width: 700px
}

@media screen and (min-width:1025px) {
  .qa__list:nth-of-type(1)::after {
    content: "";
    display: block;
    width: 90px;
    height: 100px;
    background: url(../img/derby2021/bg-03.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 250px;
    right: -200px
  }
  .qa__list:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 90px;
    height: 100px;
    background: url(../img/derby2021/bg-03.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 150px;
    right: -200px
  }
	/*お問い合わせボックスSP用*/
  .inquiry_area_sp {
    display: none;
  }
  .inquiry_box_sp {
    display: none;
  }
  .inquiry_box_sp p {
    display: none;
  }
  .inquiry_box_sp p a {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .qa__list {
    padding: 0 16px
  }
}

.qa__list li {
  position: relative
}

.qa__list li.question {
  width: 100%;
  padding-top: 22.2897%;
  margin-top: 24px
}

@media screen and (min-width:769px) {
  .qa__list li.question--01 {
    background: url(../img/derby2021/ac-01.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--01.active {
    background: url(../img/derby2021/ac-01-on.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--02 {
    background: url(../img/derby2021/ac-02.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--02.active {
    background: url(../img/derby2021/ac-02-on.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--03 {
    background: url(../img/derby2021/ac-03.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--03.active {
    background: url(../img/derby2021/ac-03-on.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--04 {
    background: url(../img/derby2021/ac-04.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--04.active {
    background: url(../img/derby2021/ac-04-on.png) no-repeat center top;
    background-size: cover
  }
	
	/*お問い合わせボックスSP用*/
  .inquiry_area_sp {
    display: none;
  }
  .inquiry_box_sp {
    display: none;
  }
  .inquiry_box_sp p {
    display: none;
  }
  .inquiry_box_sp p a {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .qa__list li.question {
    padding-top: 23.5783%
  }
  .qa__list li.question--01 {
    background: url(../img/sp/ac-01.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--01.active {
    background: url(../img/sp/ac-01-on.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--02 {
    background: url(../img/sp/ac-02.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--02.active {
    background: url(../img/sp/ac-02-on.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--03 {
    background: url(../img/sp/ac-03.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--03.active {
    background: url(../img/sp/ac-03-on.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--04 {
    background: url(../img/sp/ac-04.png) no-repeat center top;
    background-size: cover
  }
  .qa__list li.question--04.active {
    background: url(../img/sp/ac-04-on.png) no-repeat center top;
    background-size: cover
  }
}

.qa__list li.question:hover {
  cursor: pointer
}

.qa__list li.question.active::after {
  transform: rotate(370deg);
  top: 42px
}

@media screen and (max-width:768px) {
  .qa__list li.question.active::after {
    top: 39px
  }
}

.qa__list li.answer {
  padding: 24px;
  border: 2px solid #fff;
  border-top: none;
  line-height: 1.8;
  display: none;
  color: #fff;
  font-weight: 700
}

.qa__list li.answer .answer__title {
  font-size: 24px;
  font-weight: 700
}

.qa__list li.answer p {
  font-size: 16px
}

.mob-box {
  max-width: 82%;
  margin: auto;
	padding-top: 2%;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

