*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #000;
	width: 100%;
  	min-width: 100%;
  	margin: 0px;
	padding: 0px;
	/*letter-spacing: 0.05em;*/
}


li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,dl,ul,p,dt,dd,li,figure{
  margin: 0;
  padding: 0;
  color: #000;
}


a{
  outline: none;
  text-decoration: none;
}

.dpnn{
	display: none;
}
.pc-bl {
  display: block;
}

.pc-nn,.slick-slide .pc-nn{
  display: none;
}

#top {
	float: right;
	width: 113px;
	clear: right;
}

#txt_link {
	text-align: center;
	clear: left;
	float: left;
	width: 760px;
	margin-top: 15px;
	font-size: 90%;
	line-height: 140%;
	color: #584533;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}



.rd{
	color: #d34254;
}

.gr{
	color: #12844b;
}


body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}




/*ページトップ*/

#pagetop{
  position: fixed;
  bottom: 2%;
  right: 2%;
}

#footer  a:visited {
	color:#666;
}
#footer  a:hover {
	color:#ccc;
}

.txt-s {
	font-size: 70%;
	line-height: 120%;
}
.txt-m {
	font-size: 80%;
	line-height: 140%;
}
.txt-l {
	font-size: 100%;
	line-height: 160%;
}
.ind {
	text-indent: -1em;
	padding-left: 1em;
}

.ind2{
	text-indent: -6em;
	padding-left: 6em;
}

.ind3{
	text-indent: -7em;
	padding-left: 7em;
}

.ind4{
	text-indent: -0.85em;
	padding-left: 0.85em;
}

.ta_c{
	text-align: center;
}

.ta_l{
	text-align: left;
}

.ta_r{
	text-align: right;
}

.mt_10{
	margin-top: 10px;
}

.mt_20{
	margin-top: 20px;
}

.mt_30{
	margin-top: 30px;
}

.mt_50{
	margin-top: 50px;
}

.mt_70{
	margin-top: 70px;
}

.mt_80{
	margin-top: 80px;
}

.mt_100{
	margin-top: 100px;
}

.mt_150{
	margin-top: 150px;
}

.mt_200{
	margin-top: 200px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

.mb_50{
	margin-bottom: 50px;
}

.mb_100{
	margin-bottom: 50px;
}

.mr_10{
	margin-right: 10px;
}

.mr_20{
	margin-right: 20px;
}

.mr_30{
	margin-right: 30px;
}

.mr_50{
	margin-right: 50px;
}

.mr_100{
	margin-right: 100px;
}

.mr_200{
	margin-right: 200px;
}

.mr_250{
	margin-right: 250px;
}

.mr_280{
	margin-right: 280px;
}

.ml_10{
	margin-left: 10px;
}

.ml_20{
	margin-left: 20px;
}

.ml_30{
	margin-left: 30px;
}

.ml_50{
	margin-left: 50px;
}

.ml_60{
	margin-left: 60px;
}

.ml_100{
	margin-left: 100px;
}

.ml_150{
	margin-left: 100px;
}

.ml_210{
	margin-left: 210px;
}

.ml_300{
	margin-left: 300px;
}

.pt_20{
	padding-top: 20px;
}

.pt_30{
	padding-top: 30px;
}

.pt_50{
	padding-top: 50px;
}

.pt_100{
	padding-top: 100px;
}

.pt_200{
	padding-top: 200px;
}

.pb_20{
	padding-bottom: 20px;
}

.pb_50{
	padding-bottom: 50px;
}

.pb_100{
	padding-bottom: 100px;
}

.pl_20{
	padding-left: 20px;
}

.txt_box{
	padding: 0 15px;
}

.lh-1{
	line-height: 1.5;
}

.big{
	font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.1em;
	line-height: 1;
}

.big2{
	font-size: 1.2em;
	margin-bottom:10px;
}

.big3{
	font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 0.1em;
	line-height: 1;
}
.small{
	font-size: 0.7em;
}

.small2{
	font-size: 0.8em;
}
.mdl {
	font-size: 0.9em;
}


.mb_10{
	padding-bottom: 10px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}

.w-860{
	width: 860px;
	margin: 0 auto;
}

.flex1{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex2{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: auto;
    -webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex3{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex4{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex5{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex6{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.as_c{
	align-self: center;
	-ms-flex-flex-item-align: center;
	-webkit-align-self: center;
}

.jc_c{
	webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
}

.as_fe{
	-ms-flex-item-align: end;
	align-self: flex-end;
}


.p_r{
	position: relative;
}


.p_a{
	position: absolute;
}

.ind{
	text-indent: -1em;
	padding-left: 1em;
}




/*以下個別*/

.cont-box{
	width: 960px;
	margin: 0 auto 0%;
}

header{
    position: relative;
    width: 100%;
    z-index: 10;
    padding: 20px 0px 20px;
    background: #fff;
}

header a{
	text-decoration: none;
}

.top{
	padding: 0 0 30px;
}

header h1{
/*	letter-spacing: 2px;
	width: 270px;
	margin-left: 20px;
	line-height: 1;*/
}

.sp-header-logo{
	width: 280px;
    position: relative;
    margin: 0 auto;
}

.sp-header-img{	
	width: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    /* transform: translateY(50%) translateX(50%); */
    margin: 0;
}
.news-logo {
	width: 145px;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    display: inline-block;
}


.main{
    margin: 0;
	width: 100%;
	height: 800px;
	text-align: center;
	background: #d0e7db;
}
.pc-main {
	width: 980px;
	height: 740px;
	margin: 0 auto;
}
.main p{
	width:900px;
	margin: 0 auto;
	text-align:left;
	text-indent:-1em;
}

#cont1 {
	background: #f26b3a;
	padding: 5% 0 0;
	width: 100%;
}
.cont-inner-box {
	position: relative;
	width: 960px;
    margin: 0 auto;
}

#cont1 h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 800;
	margin-bottom: 2%;
}

#cont1 h2::before,
#cont1 h2::after {
	content: '';
	width: 3px;
	height: 28px;
	background-color: #fff;
}

#cont1 h2::before {
	margin-right: 1rem;
	transform: rotate(-30deg);
}
#cont1 h2::after {
	margin-left: 1rem;
	transform: rotate(30deg);
}
#cont1 .caution{
	margin:10px auto;
	color:#fff;
	text-align:center;
}

/*#cont1 h2:before {
	margin-right: 0.5rem;
	content: '＼';
}

#cont1 h2:after {
	margin-left: 0.5rem;
	content: '／';
}*/

.pit1 {
	width: 7em;
    position: absolute;
    bottom: 0;
    right: -9%;
}
.compensation-box {
	padding: 2%;
    border: solid 2px #fff;
    /* display: table; */
    margin: 0 auto;
    width: 60%;
}
.compensation-box h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 1%;
	font-size: clamp(0.9em,2.5vw,1.2em);
}
.compensation-box li {
	color: #fff;
	margin-bottom: 1%;
	font-size: clamp(0.8em,2vw,1em);
}
.compensation-wrap {
	display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.section-lineup{
	overflow: hidden;
    padding: 60px 0 120px;
    width: 960px;
    margin: 0 auto;
}

.section-lineup .inner{
        width: 100%
  }
	
.section-lineup .lineup{
    position: relative;
  }

.section-lineup .lineup-carousel div{
      /* text-align: center; */
    /*margin-right: 1%;*/
    }

.section-lineup .lineup-carousel img{
      /*display: block;
      margin-bottom: 16px;
      width:100%;*/
}

.lineup-carousel {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.slick-list{
    overflow: visible;
  }
.slick-nav-arrows {
    display: none;
}
.slick-arrow {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.slick-arrow:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next {
    left: 80px;
}
.slick-prev {
    left: 0;
}
.slick-next:before{
    background: url("../img/next.png");
    background-size: contain;
	opacity: 1;
}

.slick-prev:before{
    background: url("../img/prev.png");
    background-size: contain;
	opacity: 1;
}


.slide-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slide-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slide-dots li.slick-active
  button::before {
	color: #000;
	opacity: 1;
}
.slide-dots li button {
  background: transparent;
  border:0;
  font-size: 0pt;
}
.slide-dots li button::before {
	position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #fff;
	opacity: .5;
}








.freedial-wrap {
	width: 500px;
    margin: 20px auto 50px;
	text-align: center;
}
.freedial {
	margin: 0 auto 2%;
    display: block;
    text-align: center;
}
.freedial img {
	width: 13%;
	margin-right: 3%;
	height: auto;
	display: inline-block;
}
.freedial p{
	font-size: 1.8em;
    font-weight: 700;
    color: #c1272d;
	display: inline-block;
}
.f-time {
	font-size: 1em;
	display: inline-block;
    text-align: left;
} 
.f-time-b {
	font-weight: 700;
}


.slide_target {
  pointer-events: none;
}
.accordion {
    margin-top: 5%;
	width: 100%;
}

.accordion-item {
    /*margin-bottom: 0.5rem;*/
}

.accordion-check {
    display: none;
}

.accordion-label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.5rem 0;
    background: #12844B;
    font-size: 1rem;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 800;
	text-align: center;
    line-height: 1.5;
	transition: 0.3s ease-in-out all;
	color: #fff;
}
.accordion-label2 {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.5rem 0;
    background: #12844B;
    font-size: 1rem;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 800;
	text-align: center;
    line-height: 1.5;
	transition: 0.3s ease-in-out all;
	color: #fff;
}
.accordion-label3 {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.5rem 0;
    background: #12844B;
    font-size: 1rem;
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 800;
	text-align: center;
    line-height: 1.5;
	transition: 0.3s ease-in-out all;
	color: #fff;
}

.accordion-label::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    height: 20px;
    width: 20px;
    background: #fff;
    color: #12844B;
    text-align: center;
    line-height: 18px;
    content: '＋';
}
.accordion-label2::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    height: 20px;
    width: 20px;
    background: #fff;
    color: #12844B;
    text-align: center;
    line-height: 18px;
    content: '＋';
}
.accordion-label3::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    height: 20px;
    width: 20px;
    background: #fff;
    color: #12844B;
    text-align: center;
    line-height: 18px;
    content: '＋';
}

.accordion-label:hover,.accordion-label2:hover,.accordion-label3:hover {
	opacity: 0.7;
}

.accordion-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #f9f2ed;
    transition: all .5s;
}

.accordion-check:checked~.accordion-box {
    height: auto;
    opacity: 1;
    padding: 5%;
    border: solid 2px #12844B;
    border-top: none;
    width: 100%;
}

.accordion-check:checked+.accordion-label:after {
    content: '－';
}

.accordion-check:checked+.accordion-label2:after {
    content: '－';
}
.accordion-check:checked+.accordion-label3:after {
    content: '－';
}

.accordion-box li {
	font-size: 0.9em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2%;
    text-align: justify;
}

.car-sec {
	background: #f9f2ed;
	padding: 2%;
	position: relative;
	width: 32%;
	height: 100%;
}
.car-c1 {
	color: #12844B;
}
.car-c2 {
	color: #12844B;
}
.car-c3 {
	color: #12844B;
}
.cat-tit-area {
	display: inline-block;
}
.car-tit1 {
    background: #12844B;
    padding: 3%;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: 5%;
}
.car-tit2 {
    background: #12844B;
    padding: 3%;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 5%;
}
.car-tit3 {
    background: #12844B;
    padding: 3%;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 5%;
}
.car-tit1 img,.car-tit2 img,.car-tit3 img {
	height: 1.2vw;
	width: auto;
}

.car-tit1 h4,.car-tit2 h4,.car-tit3 h4 {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 800;
	padding-left: 10px;
	font-size: 0.95em;
	white-space:nowrap;
	color: #fff;
}

#cont2 {
	background: #FFF7D7;
	width: 100%;
	padding: 140px 0 100px;
}

.btn-copy {
  font-size: 1.2em;
    font-weight: 800;
    /* position: relative; */
    margin-bottom: 0.5em;
    text-align: center;
}

.btn1 {
	font-size: 2rem;
	font-family: "M PLUS Rounded 1c", serif;
    font-weight: 900;
    padding: 1rem 0;
    border-radius: 10px;
	display: block;
	position: relative;
	z-index: 10;
	width: 500px;
    margin: 0 auto 0.2em;
	transition: 0.3s ease-in-out all;
}
.btn1:hover,.btn2:hover,.btn3:hover{
	opacity: 0.5;
}


.wh{
	color: #fff;
}
.btn-rd {
	color: #fff;
    background-color: #12844B;
    /*border: solid 5px #000;*/
	text-align: center;
}
.btn-bdb {
	border-bottom: 8px solid #005B2B;
}
.btn-bdb2 {
	border-bottom: 8px solid #992A08;
}
.btn-bdb3 {
	border-bottom: 6px solid #005B2B;
}

.pit2 {
	width: 10%;
    position: absolute;
    top: -67px;
    left: 235px;
}

.check {
	width: 12%;
    position: absolute;
    top: -52px;
    right: 210px;
}

#cont2 p {
	font-weight: 700;
}
#cont2 .caution-list {
	font-weight: 500;
    font-size: 0.9em;
    text-align: justify;
    width: 680px;
    margin: 5% auto 0;
}


#cont3 {
	background: #f9f8f7;
	width: 100%;
	padding: 100px 0 100px;
}

.btn-copy2 {
	font-size: 1em;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .5em;
    text-align: center;
}
.btn-copy3 {
  font-size: 1em;
  font-weight: 800;
  position: relative;
  margin-bottom: .5em;
  text-align: center;
	margin-top: 60px;
}

.btn-copy2::before,
.btn-copy2::after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #000;
}

.btn-copy2::before {
	margin-right: 0.5rem;
	transform: rotate(-30deg);
}
.btn-copy2::after {
	margin-left: 0.5rem;
	transform: rotate(30deg);
}

/*.btn-copy2:before {
  margin-right: 0.5rem;
  content: '＼';
}

.btn-copy2:after {
  margin-left: 0.5rem;
  content: '／';
}*/
.btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 1rem 0rem;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    background: #F15A24;
    color: #fff;
    transition: 0.3s ease-in-out all;
    width: 500px;
    margin: 0 auto;
}
a.btn2:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
}
.cont-box2 {
    width: 82%;
    margin: 0 auto 0%;
}

.btn3 {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 800;
    padding: 0.3rem 0rem;
    line-height: 1.2em;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    background: #F15A24;
    color: #fff;
    margin-bottom: 2em;
	transition: 0.3s ease-in-out all;
	width: 500px;
    margin: 0 auto;
}
a.btn3:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
}

.linebtn {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 1rem 0rem;
    line-height: 1.2em;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    background: #06c755;
    color: #fff;
    width: 320px;
    margin: 0 auto;
    transition: 0.3s ease-in-out all;
}
.linebtn:hover {
	opacity: 0.7;
}
#cont4 {
	background: #fff7d7;
	width: 100%;
	padding: 100px 0 100px;
}
.cont4-copy {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.1em;
	font-weight: 800;
}

.cont4-copy::before,
.cont4-copy::after {
	content: '';
	width: 2px;
	height: 50px;
	background-color: #000;
}

.cont4-copy::before {
	margin-right: 1em;
	transform: rotate(-30deg);
}
.cont4-copy::after {
	margin-left: 1em;
	transform: rotate(30deg);
}

#cont5 {
	background: #12844b;
	width: 100%;
	padding: 100px 0 100px;
}
.cont-box-inner {
	border-radius: 10px;
	background: #fff;
	padding: 3%;
	width: 960px;
	margin: 0 auto;
}
.line-btn-area {
	text-align: center;
    width: 50%;
    margin: 3% auto 0;
}
#cont5 h3 {
	width: 60%;
	margin: 0 auto;
}
#cont5 h4 {
	font-weight: 800;
    margin: 3% 0 2%;
    font-size: 1.5em;
    line-height: 1.5;
}
.cont-box-inner2 {
	background: #fff7d7;
	padding: 2% 3%;
	border-radius: 10px;
	width: 100%;
    margin: 2% auto 0;
	display:flex;
	justify-content:space-between;
	gap:10px;
}
.cont-box-inner2 div.l{
	width:74%;
}
.cont-box-inner2 div.l p{
	width:100%!important;
	margin:10px;
	font-weight:normal!important;
}
.cont-box-inner2 div.l p span{
	font-weight:bold;
}
.cont-box-inner2 div.r{
	width:24%;
}

#cont5 p {
	text-align: center;
}

#cont5 .cont-box-inner2 p {
	width: 67%;
	font-weight: 700;
	text-align: left;
	font-size: 1em;
}


#cont6 {
	background: #fff;
	width: 100%;
	padding: 100px 0 100px;
}

#cont6 h3 {
	font-weight: 800;
	border-bottom: solid 1px #000;
	padding-bottom: 2%;
	margin-bottom: 0;
	font-size: 1.5em;
}

#cont6 .caution-list {
    font-weight: 500;
    font-size: 1em;
	line-height: 1.5;
    margin-top: 3%;
    text-align: justify;
}
#cont6 li {
	margin-bottom: 2%;
}
#cont6 .caution-list a {
	text-decoration: underline;
	color: blue;
	transition: 0.3s ease-in-out all;
}
#cont6 .caution-list a:hover {
	opacity: 0.5;
}
#cont7 {
	background: #f6f6f6;
	width: 100%;
	padding: 100px 0 100px;
}

#cont7 h3 {
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 4%;
	font-size: 1.5em;
}
#cont7 h4 {
	font-size: clamp(15px, 2vw, 1.2em);
    margin: 6% 0 1%;
    white-space: nowrap;
}
#cont7 p {
	font-size: 1em;
    margin-bottom: 1em;
    text-align: justify;
    line-height: 1.5;
}



footer{
	background: #F15A24;
	width: 100%;
	padding: 100px 0 80px;
}
.ft-wrap {
	font-size: 1em;
    margin: 0 auto;
    display: table;
	text-align: center;
}
.ft-wrap dl,dt,dd {
	color: #fff;
}
.ft-wrap dl {
	margin-bottom: 8%;
	text-align: left;
}
.ft-wrap dd {
	margin-bottom: 2%;
}
.ft-wrap p {
	color: #fff;
	margin-bottom: 2%;
}
.ft-wrap a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	transition: 0.3s ease-in-out all;
}
.ft-wrap a:hover {
	opacity: 0.5;
}
footer figure {
	width: 60%;
	margin: 10% auto 5%;
}
.ft-link-wrap {
	display: inline-block;
	margin: 0 auto;
}


address{
	font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.125rem);
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	font-style: normal;
	color: #000;
}

#sp-fixed-menu{
	position: sticky;
    bottom: 0;
    left: 0;
    z-index: 9999;
	background: #12844B;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#sp-fixed-menu img {
	width: 16%;
	height: 100%;
}
.sp-fixed-inner {
	width: 400px;
	margin: 0 auto;
	padding: 20px 0;
	align-items: center;
}
.fixed-btn-area {
	width: 80%;
}
.fixed-btn-copy {
    font-size: 1em;
    font-weight: 800;
    /* position: relative; */
    margin-bottom: 0.5em;
    text-align: center;
	color: #fff;
}

.fixed-btn1 {
	font-size: 1.5rem;
	font-family: "M PLUS Rounded 1c", serif;
    font-weight: 900;
    padding: 0.2rem 0 0.2rem;
    border-radius: 10px;
	display: block;
	position: relative;
	z-index: 10;
	transition: 0.3s ease-in-out all;
}
.fixed-btn1:hover {
	opacity: 0.7;
}
.fixed-btn-rd {
	color: #12844B;
    background-color: #fff;
	text-align: center;
}



#pagetop{
	width: 70px;
}

.brsp {
    display: none;
}

@media screen and (max-width:767px){
	.btn1:hover,.btn2:hover,.btn3:hover,.accordion-label:hover,.accordion-label2:hover,.accordion-label3:hover,.linebtn:hover,#cont6 .caution-list a:hover,.ft-wrap a:hover,.fixed-btn1:hover {
    opacity: 1;
  }
	.sp-bl,.slick-slide .sp-bl{
		display: block;
	}

	.sp-nn{
		display: none!important;
	}

.brsp {
    display: block;
}
	img{
		width: 100%;
	}

	.sp-img{
		width: 100%;
	}


	.main img{
		width: 100%;
	}
	.main p{
		width:90%;
		margin: 0 auto 0 2.0em;
		padding-bottom:10px;
		font-size:12px;
	}

	.pc-main{
		display: none;
	}
	
	.header-logo img,.rec-area .txt p,.yuugu > p,.health > div,.ft-logo{
		width: 100%;
	}

.cont-box{
	width: 90%;
	margin: 0 auto 0%;
}

header{
    position: relative;
    width: 100%;
    z-index: 10;
    padding: 4vw 0px 3vw;
    background: #fff;
}

header a{
	text-decoration: none;
}

.top{
	padding: 0 0 30px;
}

header h1{
/*	letter-spacing: 2px;
	width: 270px;
	margin-left: 20px;
	line-height: 1;*/
}

.sp-header-logo{
	width: 42%;
    position: relative;
    margin: 0 auto;
}

.sp-header-img{	
	width: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    /* transform: translateY(50%) translateX(50%); */
    margin: 0;
}
.news-logo {
	width: 20%;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    display: inline-block;
}


.main{
    margin: 0;
	height: auto;
}


#cont1 {
	padding: 5% 0 0;
	width: 100%;
}
.cont-inner-box {
	position: relative;
	width: 100%;
}

#cont1 h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-weight: 800;
	margin-bottom: 2%;
}

#cont1 h2::before,
#cont1 h2::after {
	content: '';
	width: 3px;
	height: 28px;
	background-color: #fff;
}

#cont1 h2::before {
	margin-right: 1rem;
	transform: rotate(-30deg);
}
#cont1 h2::after {
	margin-left: 1rem;
	transform: rotate(30deg);
}


/*#cont1 h2:before {
	margin-right: 0.5rem;
	content: '＼';
}

#cont1 h2:after {
	margin-left: 0.5rem;
	content: '／';
}*/

.pit1 {
	width: 20%;
	position: absolute;
	bottom: 0;
	right: 4%;
}
.compensation-box {
	padding: 2%;
	border: solid 2px #fff;
	width: 100%;
}
.compensation-wrap {
    display: block;
}


.section-lineup{
	overflow: hidden;
	padding:10% 0 120px;
	width: 100%;
}

.section-lineup .inner{
    /* margin: 0 auto; */
    width: 90%;
    /* padding-left: 4rem; */
    /* padding-right: 0; */
    margin-left: 5%;
  }
	
.section-lineup .lineup{
    position: relative;
  }
	
.section-lineup .lineup-carousel div{
      /* text-align: center; */
    /*margin-right: 1%;*/
    }

.section-lineup .lineup-carousel img{
      /*display: block;
      margin-bottom: 16px;
      width:100%;*/
}

.lineup-carousel {
	display: block;
}
	
.slick-list{
    overflow: visible;
  }
.slick-nav-arrows {
    position: relative;
    top: 60px;
    left: 0;
	display: block;
}
.slick-arrow {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.slick-arrow:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next {
    left: 80px;
}
.slick-prev {
    left: 0;
}
.slick-next:before{
    background: url("../img/next.png");
    background-size: contain;
	opacity: 1;
}

.slick-prev:before{
    background: url("../img/prev.png");
    background-size: contain;
	opacity: 1;
}


.slide-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slide-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slide-dots li.slick-active
  button::before {
	color: #000;
	opacity: 1;
}
.slide-dots li button {
  background: transparent;
  border:0;
  font-size: 0pt;
}
.slide-dots li button::before {
	position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #fff;
	opacity: .5;
}



.freedial-wrap {
	margin: 2% auto 0;
	width: 100%;
	text-align: left;
}
.freedial {
	margin: 0 auto 2%;
    display: block;
    text-align: center;
}
.freedial img {
	width: 20%;
	margin-right: 3%;
	height: auto;
	display: inline-block;
}
.freedial p{
	font-size: 1.8em;
    font-weight: 700;
    color: #c1272d;
	display: inline-block;
}
.f-time {
	font-size: 0.9em;
} 
.f-time-b {
	font-weight: 700;
}


.slide_target {
  pointer-events: none;
}
.accordion {
    margin-top: 5%;
	width: 100%;
}

.accordion-item {
    /*margin-bottom: 0.5rem;*/
}

.accordion-check {
    display: none;
}

.accordion-label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.5rem 0;
    font-size: 1rem;
	font-weight: 800;
	text-align: center;
    line-height: 1.5;
}
.accordion-label2 {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.5rem 0;
    font-size: 1rem;
	font-weight: 800;
	text-align: center;
    line-height: 1.5;
}
.accordion-label3 {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.5rem 0;
    font-size: 1rem;
	font-weight: 800;
	text-align: center;
    line-height: 1.5;
}

.accordion-label::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    content: '＋';
}
.accordion-label2::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    content: '＋';
}
.accordion-label3::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    content: '＋';
}

.accordion-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #efefef;
    transition: all .5s;
}

.accordion-check:checked~.accordion-box {
    height: auto;
    opacity: 1;
    padding: 5%;
    border: solid 2px #12844B;
    border-top: none;
    width: 100%;
}

.accordion-check:checked+.accordion-label:after {
    content: '－';
}

.accordion-check:checked+.accordion-label2:after {
    content: '－';
}
.accordion-check:checked+.accordion-label3:after {
    content: '－';
}

.accordion-box li {
	font-size: 0.8em;
	font-weight: 700;
    line-height: 1.5;
	margin-bottom: 2%;
}

.car-sec {
	background: #f9f2ed;
	position: relative;
	margin-right: 1%;
}
.cat-tit-area {
	display: inline-block;
}
.car-tit1 {
    padding: 3%;
    display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.car-tit2 {
    padding: 3%;
    display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.car-tit3 {
    padding: 3%;
    display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.car-tit1 img,.car-tit2 img,.car-tit3 img {
	height: 5.5vw;
	width: auto;
}

.car-tit1 h4,.car-tit2 h4,.car-tit3 h4 {
	font-weight: 800;
	padding-left: 10px;
	font-size: clamp(0.875rem, 0.25rem + 2.67vw, 2.25rem);
	white-space:nowrap;
}

#cont2 {
	width: 100%;
	padding: 17vw 0 7vw;
}

.btn-copy {
  font-size: 1.1rem;
    font-weight: 800;
    /* position: relative; */
    margin-bottom: 0.2em;
    text-align: center;
}

.btn1 {
	font-size: 1.6rem;
    font-weight: 800;
    padding: 0.5rem 0 0.5rem;
    border-radius: 10px;
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
    margin: 0 auto 0.2em;
}
.btn-rd {
	color: #fff;
	text-align: center;
}
.btn-bdb {
}

.pit2 {
	width: 20%;
    position: absolute;
    top: -50px;
    left: -5px;
}

.check {
	width: 25%;
    position: absolute;
    top: -42px;
    right: 1rem;
}

#cont2 p {
	font-weight: 700;
}
#cont2 .caution-list {
	font-weight: 500;
    font-size: 0.8em;
    margin-top: 5%;
    text-align: justify;
	width: 100%;
}


#cont3 {
	background: #f9f8f7;
	width: 100%;
	padding: 10vw 0 1vw;
}

.btn-copy2 {
	font-size: 0.9rem;
	font-weight: 800;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: .2em;
	text-align: center;
}
.btn-copy3 {
  font-size: 0.9rem;
  font-weight: 800;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
	margin-top: 2em;
}

.btn-copy2::before,
.btn-copy2::after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #000;
}

.btn-copy2::before {
	margin-right: 0.5rem;
	transform: rotate(-30deg);
}
.btn-copy2::after {
	margin-left: 0.5rem;
	transform: rotate(30deg);
}

/*.btn-copy2:before {
  margin-right: 0.5rem;
  content: '＼';
}

.btn-copy2:after {
  margin-left: 0.5rem;
  content: '／';
}*/
.btn2 {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 0.8rem 0rem;
    position: relative;
    z-index: 10;
    color: #fff;
	width: 100%;
}
a.btn2:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
}
.cont-box2 {
    width: 82%;
    margin: 0 auto 0%;
}
.btn3 {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 0.3rem 0rem;
    line-height: 1.2em;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    margin-bottom: 2em;
	width: 100%;
}
a.btn3:after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
}

.linebtn {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 800;
    padding: 0.3rem 0rem;
    line-height: 1.2em;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    background: #06c755;
    color: #fff;
    margin-bottom: 2em;
	width: 100%;
}

#cont4 {
	background: #fff7d7;
	width: 100%;
	padding: 10vw 0 1vw;
}
.cont4-copy {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.1em;
	font-weight: 800;
}

.cont4-copy::before,
.cont4-copy::after {
	content: '';
	width: 2px;
	height: 50px;
	background-color: #000;
}

.cont4-copy::before {
	margin-right: 1em;
	transform: rotate(-30deg);
}
.cont4-copy::after {
	margin-left: 1em;
	transform: rotate(30deg);
}

#cont5 {
	background: #12844b;
	width: 100%;
	padding: 8vw 0 8vw;
}
.cont-box-inner {
	border-radius: 10px;
	background: #fff;
	padding: 5%;
	width: 90%;
	margin: 0 auto;
}
.line-btn-area {
	text-align: center;
    width: 50%;
    margin: 3% auto 7vw;
}
#cont5 h3 {
	width: 100%;
	margin: 0 auto;
}
#cont5 h4 {
	font-weight: 800;
    margin: 5% 0 4%;
    font-size: 1.2em;
    line-height: 1.5;
}
.cont-box-inner2 {
	background: #fff7d7;
	padding: 2% 5%;
	border-radius: 10px;
	margin-top: 5%;
	width: 100%;
	flex-wrap:wrap;
	item-align:center;
}
.cont-box-inner2 img {
	width: 100%;
	height: auto;
}
.cont-box-inner2 div.l{
	width:auto;
}
.cont-box-inner2 div.l p{
	margin: 0;
}
.cont-box-inner2 div.r{
	width:50%;
	margin: auto;
}


#cont5 p {
	text-align: justify;
}

#cont5 .cont-box-inner2 p {
	width: 67%;
	font-weight: 700;
	text-align: justify;
	font-size: 0.8em;
}


#cont6 {
	background: #fff;
	width: 100%;
	padding: 8vw 0 8vw;
}

#cont6 h3 {
	font-weight: 800;
	border-bottom: solid 1px #000;
	padding-bottom: 2%;
	margin-bottom: 0;
	font-size: 1.2em;

}

#cont6 .caution-list {
    font-weight: 500;
    font-size: 0.8em;
    margin-top: 3%;
    text-align: justify;
}
#cont6 li {
	margin-bottom: 2%;
}
#cont6 .caution-list a {
	text-decoration: underline;
	color: blue;
}

#cont7 {
	background: #f6f6f6;
	width: 100%;
	padding: 8vw 0 5vw;
}

#cont7 h3 {
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 4%;
	font-size: 1.15em;
}
#cont7 h4 {
	font-size: clamp(15px, 2vw, 1.2em);
    margin: 6% 0 1%;
    white-space: nowrap;
}
#cont7 p {
	font-size: 0.9em;
	margin-bottom: 1em;
	text-align: justify;
}



footer{
	width: 100%;
	padding: 8vw 0 4vw;
}
.ft-wrap {
	font-size: 0.8em;
    margin: 0 auto;
    width: 90%;
}
.ft-wrap dl,dt,dd {
	color: #fff;
}
.ft-wrap dl {
	margin-bottom: 8%;
}
.ft-wrap dd {
	margin-bottom: 5%;
}
.ft-wrap p {
	color: #fff;
	margin-bottom: 5%;
}
.ft-wrap a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

footer figure {
	width: 60%;
	margin: 10% auto 5%;
}

address{
	font-size: clamp(0.625rem, 0.398rem + 1.14vw, 1.125rem);
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	font-style: normal;
	color: #000;
}

#sp-fixed-menu{
	position: sticky;
    bottom: 0;
    left: 0;
    z-index: 9999;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#sp-fixed-menu img {
	width: 15%;
	height: 100%;
}
.sp-fixed-inner {
	width: 90%;
	margin: 0 auto;
	padding: 3vw 0;
	align-items: center;
}
.fixed-btn-area {
	width: 80%;
}
.fixed-btn-copy {
  font-size: 0.85rem;
    font-weight: 800;
    /* position: relative; */
    margin-bottom: 0.2em;
    text-align: center;
}

.fixed-btn1 {
	font-size: 1.3rem;
    padding: 0.25rem 0 0.25rem 0;
	display: block;
	position: relative;
	z-index: 10;
}
.fixed-btn-rd {
	text-align: center;
}
.btn-bdb3 {
	border-bottom: 5px solid #005B2B;
}


#pagetop{
	width: 70px;
}
}