@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/*{
  transition: all 0.3s;
}
*/
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  line-height: 1;
}

body {
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", "Meiryo", sans-serif;
  line-height: 1.6;
  color: #3f3f3f;
  letter-spacing: 1px;
}


ol,
ul {
  list-style: none;
  /* display: flex; */
  justify-content: center;
}

/*
li:nth-child(2) {
  margin: 0 10px;
}*/
.container {
  margin: 0 auto;
  overflow: hidden;
  text-align: right;
  display: flex;
  padding-left: 50%;
  justify-content: space-between;

  height: 80px;
}

@media screen and (max-width: 768px) {
  .container {
    /*display: none; */
    padding: o 10px;
    height: auto;
    text-align: right;
    margin-top: -6%;
  }
}

.top-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-banner li {
  width: calc(100%/2);
  /*←画像を横に2つ並べる場合*/
  padding: 0 5px;
  /*←画像の左右に5pxの余白を入れる場合*/
  box-sizing: border-box;
}

.top-banner li img {
  max-width: 100%;
  /*画像のはみだしを防ぐ*/
  height: auto;
  /*画像の縦横比を維持 */

}

.top-banner li:nth-child(1) {
  margin: 3% 0;
}

@media screen and (max-width: 768px) {
  /*  .top-banner {
    display: none;
} */

  .top-banner li {
    width: 100%;
  }
}

.containerTbl {
  clear: both;

}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.containerTbl .info-table {
  width: 78%;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .containerTbl .info-table {
    width: 100%;
  }
}

.containerTbl .info-table th {
  background-color: #F9F9F9;
  color: #666;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 20px 0 20px 40px;
  width: 25%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E3E3E3;
}

@media screen and (max-width: 768px) {
  .containerTbl .info-table th {
    width: 100%;
    display: block;
    padding: 10px 20px;
    margin-left: 0;
  }
}

/*.containerTbl .info-table th,*/
.containerTbl .info-table td {
  padding: 20px 50px;
  font-size: 16px;
  color: #666;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E3E3E3;
  width: 75%;
}

@media screen and (max-width: 768px) {
  .containerTbl .info-table td {
    width: 100%;
    display: block;
    padding: 20px 25px;
    margin-left: 0;
  }
}

/*
.containerTbl .info-table .info-icon {
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5cqmax;
  margin-left: 20px;
}*/
.containerTbl .info-table .iconMap {
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: 6% 60%;
  background-image: url(../img/school/map.svg);
  background-size: 30px 30px;
}

@media screen and (max-width: 768px) {
  .containerTbl .info-table .iconMap {
    padding-left: 50px;
    background-position: 3% 70%;
  }
}

.containerTbl .info-table .iconTel {
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: 8% 50%;
  background-image: url(../img/school/tel.svg);
  background-size: 30px 25px;
}

@media screen and (max-width: 768px) {
  .containerTbl .info-table .iconTel {
    padding-left: 45px;
    background-position: 3% 70%;
  }
}

.containerTbl .info-table .iconTrain {
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: 8% 50%;
  background-image: url(../img/school/train.svg);
  background-size: 30px 30px;
}

@media screen and (max-width: 768px) {
  .containerTbl .info-table .iconTrain {
    padding-left: 50px;
    background-position: 3% 70%;
  }
}

.containerTbl .info-table .iconTime {
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: 8% 50%;
  background-image: url(../img/school/time.svg);
  background-size: 30px 30px;
}

@media screen and (max-width: 768px) {
  .containerTbl .info-table .iconTime {
    padding-left: 50px;
    background-position: 3% 70%;
  }
}

.containerTbl .info-table .iconClose {
  padding-left: 80px;
  background-repeat: no-repeat;
  background-position: 8% 70%;
  background-image: url(../img/school/close.svg);
  background-size: 50px 40px;
}

@media screen and (max-width: 768px) {
  .containerTbl .info-table .iconClose {
    padding-left: 60px;
    background-position: 2% 80%;
  }
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

a img {
  border: none;
  overflow: hidden;
}

/*
a img:hover{
  transform: scale(1.1,1.1);
}
a:hover img{
 transform: scale(1.1,1.1); 
}
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  /* object-fit:cover; */
}


.header {
  border-top: 4px solid #f39700;
  height: auto;
  padding-bottom: 5px;
}

/*
.header .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-left: 50%;
  height: 80px;
}
  */
h1 {
  font-family: sans-serif;
  position: absolute;
  top: 1%;
  right: 1%;
  color: #ccc;
  font-size: xx-small;
  padding-bottom: 2%;
}

@media screen and (max-width: 768px) {
  h1 {
    display: none;
  }
}

.descript {
  font-size: x-small;
  color: #999;
  text-align: center;
  padding: 0 20px;
}

.descript .left-text {
  text-align: left;
  display: inline-block;
}

.logo {
  top: 5%;
  max-width: 20%;
  padding-top: 10px;
  position: relative;
  text-align: left;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .logo {
    max-width: 38%;
    position: relative;
    z-index: 130;
    height: 50px;
    left: 0;
  }

  /*
	.logo::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: url(../../assets/img/central_golf-school_logo.svg) no-repeat center/contain;
	  opacity: 0;
	  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
	  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
	}*/
}

.header .logo a:hover {
  opacity: 0.5;
}

.logo img {
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
  object-fit: cover;
}

.inner {
  /* width: 960px;
 width: 1200px;*/
  width: 78%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}


.innerNews {
  width: 60%;
  /*margin: 20px;*/
  margin: 0 auto;
  overflow: hidden;
  /*background-color: #f0ecec; */
  padding: 20px 60px;

  border: 2px solid #f0ecec;
  border-radius: 5px;


}

@media screen and (max-width: 768px) {
  .innerNews {
    width: 90%;
    padding: 15px 10px;
  }
}

.menu-trigger {
  display: none;
}

.sec {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .sec {
    padding: 30px 0 0 0;
  }
}

.main {
  width: 690px;
  float: left;
  margin-right: 40px;
}

.sidebar {
  width: 230px;
  float: left;
}

.title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  color: #666666;
  font-weight: 500;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN", sans-serif;
}

.title span {
  font-size: 32px;
  color: #f39700;
  font-weight: 600;
  font-family: "Helvetica", "Arial", sans-serif;
}

@media screen and (max-width: 768px) {
  .title span {
    font-size: 28px;
  }
}

.news_des {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666666;
  font-weight: 500;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN", sans-serif;
}

@media screen and (max-width: 768px) {
  .news_des {
    font-size: 16px;
  }
}

.inner .status {
  margin: 0 auto;
  border-radius: 30px;
  border-color: #f39700;
  border: thin solid;
  width: 480px;
  text-align: center;
  font-weight: 600;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 22px;
  color: #f39700;
  background-color: #fff;
  padding: 20px 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .inner .status {
    width: 70%;
    padding: 10px;
  }
}

.btnWrap {
  margin-top: 20px;
  text-align: center;
}

.btn {
  display: inline-block;
  color: #666;
  height: 55px;
  min-width: 280px;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 15px 20px 10px;
}

.footer {
  margin-top: 80px;
  text-align: center;
}

.footNav {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.footNav a {
  border-right: 1px solid #666;
  line-height: 1;
  padding-right: 10px;
  font-size: 14px;
}

.footNav a:last-child {
  border-right: 0;
}

.copy {
  padding: 8px 0;
  background-color: #06365e;
  color: #fff;
  font-size: 11px;
}

.pageTop {
  display: none;
  position: fixed;
  right: 3vw;
  font-size: 50px;
  z-index: 20;
  bottom: 100px;
  color: #f39700;
}

.container_lineup {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  display: block；
}



.lineupArea {
  display: flex;
  margin: 0 auto;
  width: 60%;
  padding-right: 0;
  height: auto;
  margin-bottom: 5px;
  width: calc((80%-10px) / 5);
  /* flex-wrap: wrap; */
  /* flex-wrap:wrap;これを指定する 
  
  justify-content:space-between;　*/
}

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

  /* .lineup {
    width: calc((0%-10px) / 3);
}*/
  .lineupArea {
    width: 100%;
    flex-direction: row;
    padding: 0 15px;
    margin-bottom: 0;
  }
}

.lineup {
  position: relative;
  width: 40%;
  /*width:  calc((40%-10px) / 5 ); 
   width:  calc((40%-10px) / 5 ); width: 40%; */
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.lineup:nth-child(5n) {
  margin-right: 0;
}

/*
.lineup:nth-child(3n){
  margin-right: 0;
}
*/
.lineupCap {
  width: 100%;
  height: 100%;
}

.lineupCap img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.lineupInfo {
  position: absolute;
  top: 0;
  background-color: rgba(245, 122, 32, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: all 0.5s;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .lineupInfo {
    display: none;
  }

}

.lineup:hover .lineupInfo {
  opacity: 1;
  top: 0;
  width: 100%;
  height: 100%;
}

.lineupInfoInner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .lineupInfoInner {
    position: absolute;
    top: 2%;
    left: 1%;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(-8%, -8%);
  }
}

.lineupTitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.lineupText {
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
}


.keyVisual {
  position: relative;
  height: 600px;
  width: 100%;
  /* background: url(../../assets/img/school/kv-ichigao.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.keyVisualUnder {
  height: 260px;
  margin-bottom: 50px;
}

.keyCatch {
  position: absolute;
  text-shadow: #000 2px 0 10px;
  color: #fff;
  font-size: 56px;
  line-height: 1.25;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .keyCatch {
    font-size: 30px;
    line-height: 1.25;
  }
}

/*左からラインアニメ*/
[data-aos=line-1]::before {
  content: "";
  height: 21%;
  width: 0;
  background: #e8e8e8;
  position: absolute;
  top: 63%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

[data-aos=line-1].aos-animate::before {
  width: 100vw;
}

[data-aos=line-2]::before {
  content: "";
  height: 18%;
  width: 0;
  background: #e8e8e8;
  position: absolute;
  top: 71.5%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

[data-aos=line-2a].aos-animate::before {
  width: 100vw;
}

[data-aos=line-2a]::before {
  content: "";
  height: 18%;
  width: 0;
  background: #e8e8e8;
  position: absolute;
  top: 71.5%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
}

[data-aos=line-2a].aos-animate::before {
  width: 100vw;
}

[data-aos=line-3] {
  position: relative;
  z-index: 5;
}

[data-aos=line-3]::before {
  content: "";
  height: 68%;
  width: 0;
  background: #fcc87c;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 2s;
  transition: 2s;

}

@media screen and (max-width: 767px) {
  [data-aos=line-3]::before {
    top: 10%;
    height: 3rem;
    -webkit-transition: 1s;
    transition: 1s;
    padding-bottom: 20ox;
    margin-bottom: 10px;
  }
}

[data-aos=line-3].aos-animate::before {
  width: 100vw;
}

@media screen and (max-width: 767px) {
  [data-aos=line-3].aos-animate::before {
    width: 95vw;
  }
}

/*左からラインアニメ終了*/
/*体験レッスン*/
.trial {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  vertical-align: middle;
  margin: 30px 0 40px;
  font-weight: 600;
}

.trial2 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  vertical-align: middle;
  margin: 30px 0 40px;
  font-weight: 600;
}

.free-red {
  font-size: 2.5rem;
  text-align: center;
  color: red;
  padding: 0;
  font-weight: 700;
  vertical-align: middle;
  margin: 30px 0 40px;

}

@media screen and (max-width: 767px) {
  .free-red {
    font-size: 1.75rem;
  }

  .trial2 {
    font-size: 1rem;
  }
}

.sec secNews .innerNews .news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
  display: block;


}

.sec secNews .innerNews .news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #fff;
  padding: 20px 20px;
}

.sec secNews .innerNews .news-list .item:first-child a {
  border-top: 1px solid #fff;
}

.sec secNews .innerNews .news-list .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 20px;
}

.sec secNews .innerNews .news-list .item .title {
  margin: 0;
  width: 100%;
}

.sec secNews .innerNews .news-list .item a:hover .title {
  color: #00F;
}

/*続きを読む*/
.read-more-1 {
  position: relative;

  width: 60%;

  margin: 0 auto;
  overflow: hidden;
  padding: 20px 80px;
  border: 2px solid #f0ecec;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .read-more-1 {
    width: 100%;
    padding: 15px 20px;

  }
}

.read-more-1 ul {
  position: relative;
  max-height: 180px;
  /* 開く前に見せたい高さを指定 */
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.read-more-1:has(:checked) ul {
  max-height: 100vh;
}

.read-more-1 ul::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
  content: '';
}

.read-more-1:has(:checked) ul::after {
  content: none;
}

.read-more-1 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #43a7f8;
  font-size: .8em;
}

.read-more-1 label:hover {
  color: #f39700;
  text-decoration: underline;
  cursor: pointer;
}

.read-more-1:has(:checked) label {
  display: none;
}

.read-more-1 label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #b6bdc3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.read-more-1 input {
  display: none;
}

/*続きを読む終了*/



.sec secMap {
  margin: 0 auto;
  height: 450px;

}

@media screen and (max-width: 767px) {
  .sec secMap {
    margin-bottom: 0;
    padding: 0;
    height: 700px;
  }
}

@media screen and (max-width: 767px) {
  .sec secNews .innerNews .news-list .item a {
    flex-wrap: wrap;
  }

  .sec secNews .innerNews .news-list .item .date {
    min-width: 100px;
  }

  .sec secNews .innerNews .news-list .item .title {
    margin-top: 10px;
    margin-bottom: 0;
    padding:0;
  }
}

/* 装飾 */

* {
  box-sizing: border-box;
}

/*
a{
  text-decoration: none;
}
body{
  margin: 20px;
}
*/

/*Sidebar*/
.sidebarTitle {
  background-color: #f39700;
  padding: 10px;
  color: #fff;
}

.sidebarList {
  border: 1px solid #ccc;
}

.sidebarList a {
  border-bottom: 1px solid #ccc;
  position: relative;
  display: block;
  padding: 10px;
  color: #666;
  font-size: 14px;
}

.sidebarList a:last-child {
  border-bottom: none;
}

/*newsページ*/
.newsTitle {
  font-size: 24px;
  font-weight: 600;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN", sans-serif;
}

.newsDate {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.newsCap {
  margin-bottom: 40px;
}

.newsCap img {
  width: 100%;
}

.newsText {
  line-height: 2;
  text-align: justify;
  color: #666;
}

.newsListUnder .newsLinkCap {
  width: 120px;
  height: 60px;
}


.page-numbers {
  margin-top: 30px;
}

.page-numbers {
  display: inline-block;
  padding: 14px 16px;
  background-color: #f5f5f5;
  line-height: 1;
  color: #333;
}

.page-numbers.current {
  background-color: #f39700;
  color: #fff;
}

.pageNumbers {
  margin-top: 30px;
}

.pageNumbers a {
  display: inline-block;
  padding: 14px 16px;
  background-color: #f5f5f5;
  line-height: 1;
  color: #333;
}

.pageNumbers a.current {
  background-color: #f39700;
  color: #fff;
}

/*footer*/
.l-footer {
  background: #e8e8e8;
  position: relative;
  padding: 4rem 0 2rem;
}

.l-footer__wrap {
  max-width: 70rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .l-footer {
    height: 125px;
    padding: 10px 0 20px;
    margin-top: -25%;
  }
}

.l-footer__btn {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 5rem;
  z-index: 90;
}

@media screen and (max-width: 768px) {
  .l-footer__btn {
    width: 5rem;
    bottom: 3%;
    display: none;
  }
}

.l-footer__logo {
  display: block;
  max-width: 12rem;
}

@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin: auto;
    max-width: 10rem;
  }
}

.l-footer p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer p {
    position: static;
    margin-top: 3%;
  }
}

/*footer終わり*/


.p-campaign h2 {
  margin-top: -1%;
}

.p-campaign__btn {
  padding: 2% 0 2%;
  background: #fff6d2;
  /* margin-top: -6.55%; */
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-campaign__btn {
    display: none;
  }
}

.p-campaign__btn a {
  display: block;
  max-width: 55%;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-campaign__btn a:hover {
  opacity: 0.5;
}

/*SPのみ表示*/
.sp-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-btn {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;

  }

  .sp-btn img {
    max-width: 100%;
  }
}

/*SPのみ表示終わり*/
/*
  .box-007 {
    width: 60%;
    margin: 0 auto;
    border: 2px solid #fdbebf8;
    border-radius: 5px;
    background: #dbebf8;
    color: #333333;
    text-align: center;
    line-height: 2;
    padding:  0 20px 20px 20px; 
    
}

.box-007 div {
    display: inline-flex;
   
    column-gap: 4px;
    position: relative;
    top: -25px;
   /* left: 10px; */
/*
    margin: 10px 10px;
    padding: 15px;
    background: #fff;
    color: #9bb1c2;
    font-weight: 600;
    font-size: 1rem;
    vertical-align: top;
    widty: 100%;
    
} 
@media screen and (max-width: 767px) {
  .box-007 {
    max-width: 100%;
    padding: 0;
   /* margin: 0 10px 0 10px; */
/*
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }
  .box-007 div {
    font-size: 1rem;
    vertical-align: top;
    line-height: 1.5;
    top: -15px;
    /*padding: 8px 15px; */
/*
    padding: 0;
  }

}

.box-007 div::before {
    max-width: 100%;
    height: auto;
    content: '';
    background: #dbebf8;
}

.box-007 p {
    margin: 0;
    padding: 0 1em 0 1em;
    text-align: center;
}*/
/*料金終わり*/

.br-sp {
  display: none;
}

@media (max-width: 600px) {
  .br-sp {
    display: block;
  }
}

/* スマホだけ改行。ここまで*/




.box-012 p {
  margin: 0;
  padding: 1em 1.5em;
  color: #999;
  text-align: center;
  background-color: #fff;
  border: 3px solid ＃dbebf8;
  border-radius: 5px;
  background: #fff;
}

.container_box {
  margin: 0 auto;
}

.box-008 {
  max-width: 750px;
  margin: 0 auto;
  border: 2px solid #6bd3ff;
  border-radius: 5px;
  color: #999999;
  margin-top: 30px;
}

.box-008 div {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  position: relative;
  top: -13px;
  left: 10px;
  margin: 0 7px;
  padding: 0 8px;
  background: #fff;
  color: #6bd3ff;
  font-weight: 600;
  vertical-align: top;
  font-size: 1.5rem;
}

.box-008 div::before {
  width: 22px;
  height: 22px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z' fill='%236bd3ff'%3E%3C/path%3E%3C/svg%3E");
}

.box-008 p {
  margin: 0;
  padding: 0 10px 45px 10px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75;
}

.text101 {
  padding: 5px;
  border-radius: 5px;
  font-size: 1.25rem;
  background-color: #6bd3ff;
  color: #fff;
}

.text101-left {
  padding: 5px;
  border-radius: 5px;
  font-size: 1.25rem;
  background-color: #6bd3ff;
  color: #fff;
  margin-left: 15px;
}

.text101gley {
  padding: 5px;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1;
  background-color: #999;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .container_box {
    padding: 0 15px;
    ;
  }

  .box-008 {
    max-width: 100%;
  }

  .text101-left {
    margin-left: 0;
  }

  .box-008 p {
    font-size: 0.75rem;
  }

  .box-008 p img {
    width: 70px;

  }
}

/*料金終わり*/