/* ----------------------------------------------------------------------
column
---------------------------------------------------------------------- */

.mokuji{
  background:#fff;
  border-radius :8px;
  border:3px solid #a9a9a9;
  margin:20px 20px 50px 20px;
}


.mokuji-title{
  margin: 0px;
  font-size: 25px;
  background: #a9a9a9;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.5em;
}


.point{
  position: relative;
    margin: 2em 0;
    padding: 20px 20px 5px 20px;
    border: solid 3px #0092d8;
    border-radius: 8px;
}


.point_title{
  position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 20px;
    background: #FFF;
    color: #0092d8;
    font-weight: bold;
}


/*引用*/
.column-blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    margin: 15px 10px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}


.column-blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}


.column-blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}


/*見出し3*/
.line{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: #f4f4f4;
  border-left: solid 5px #0092d8;/*左線*/
  font-size:18px
}


table.simple {
  width:500px;
  height:100px;
  border-collapse: collapse;  
}


.kanren{
  position: relative;
  border: solid 2px #f08300;
  background: #fff;
  padding: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 4px gray ;
}


.kanren:after{
   /*タブ*/
  position: absolute;
  content: '関連記事';
  background: #f08300;
  color: #fff;
  left: -2px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  letter-spacing: 0.09em;
  font-size:18px
}


.img-bq {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #f4f4f4;
    color: #555;
}


.img-bq:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    color: #cfcfcf;
    font-size: 100px;
    line-height: 1;
}


/* 吹き出し*/
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 2em 0;
  padding: 7px 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background: #0092DB;
}


.fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0092DB;
}


.fukidashi h2 {
    margin: 10px 0px; 
    padding: 0;
    color: #fff;
    text-align:center;
}

/* 困りごとの吹き出し*/
.fukidashi-flex{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  background: #0092DB  
}


.fukidashi-flex:after{
  content:"";
  position:absolute;
  top: 100%;
  left: 50%;
  margin-left:-15px;
  border: 15px solid transparent;
  border-top: 15px solid #0092DB;
}


/* メリットデメリット*/
.merit {  
  display: block;
  position: relative;
  margin: 0px 10px 0px 30px;
  padding: 10px 0;
  background: #f1f1f1;
}


.ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  font-size: 19px;
  color: white;
  background: #f08300;
}


.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #963415;
}


/* ボタン　*/
.center{
  text-align:center;
}


a.orijinal-btn {
    display: inline-block;
    max-width: 230px;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 16px;
    margin: 20px 20px 60px 20px;
    border: solid 3px #F08300;
    border-radius: 8px;
    position: relative;
    background: #f08300;
}


a.orijinal-btn:hover{
  background: #fff;
  border: solid 3px #f08300;
  color: #f08300;
}


/*左コメント*/
.shisetsu-cmt{
  display: flex;
  align-items: center;  
}


.icon img{
  width: 100px;
  min-width: 100px;
  height: auto;
}


.says-left{
  position: relative;
  display: inline-block;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffe5cc;
  border-radius: 8px;
}


.says-left:before{
  content:"";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffe5cc;
}


.says-left p{
  margin: 0px;
}


/*右コメント*/
.ap-cmt{
  display: flex;
  flex-direction:row-reverse;
  align-items: center;     
}


.says-right{
  position: relative;
  display: inline-block;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 8px;  
}


.says-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}


.says-right p{
  margin: 0px;
}



/*困りごとリスト*/
.komarigoto{
display: flex;
  -webkit-justify-content: center;
  align-items: center;
}    


.komarigoto ul {
  padding: 0.5em 0;
  list-style-type: none;
  border: none;
}


.komarigoto ul li {
  position:relative;
  padding: 0.3em 0 0.3em 2em;
  line-height: 1.5;
  font-size: 20px;
}


.komarigoto ul li:after, .komarigoto ul li:before{
  content:''; 
  position:absolute; 
  top: 7px;
  left: 11px;
  height: 18px;
  width:4px; 
  background:#f08300; 
  border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}


.komarigoto ul li:after {
  top: 14px;
  left: 3px;
  height: 10px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}


/*空き家事例*/
.jirei_oya{
  display: flex;
  justify-content: space-around;
  flex-direction: wrap;
}


.jirei1{
  flex-basis: 50%;
  padding: 20px;
  margin: 10px;
  background: #f1f1f1;
  border-radius: 8px;
}


.jirei2 {  
  flex-basis: 50%;
  padding: 20px;
  margin: 10px;
  border-radius: 8px;
  display: block;
  position: relative;
  background: #f1f1f1;
  box-sizing: border-box;
}


.keiyakuribbon {  
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 20px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 17px;
  background: linear-gradient(#ff785b 0%, #e95738 100%);
  border-radius: 2px 0 0 0;
}


.keiyakuribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #cf4a2d;
  border-right: solid 6px transparent;
}


.keiyakuribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #e95738;
  border-right: 20px solid #e95738;
  border-bottom: 10px solid transparent;
}


.column dt{
  color: #0092d8;
  font-weight: bold;
}


/*コラムの表*/
.column-table{
  border-collapse: collapse;
  border: solid 1px #f08300;
  width: 100%;
  margin-bottom: 30px;
}


.column-table th{
  border: solid 1px #f08300;
  padding: 10px;
  background: linear-gradient(#f08300,#ffa500);
  color: #fff;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: auto;
}


.column-table td{
  border: solid 1px #f08300;
  padding: 10px;
  width: auto;
}  


/* 吹き出しオレンジ*/
.fukidashi-org {
  position: relative;
  display: inline-block;
  margin: 2em 0;
  padding: 7px 10px;
  width: 100%;
  color: #fff;
  font-size: 22px;
  background: #f08300;
}


.fukidashi-org:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f08300;
}


.fukidashi-org h2 {
    margin: 10px 0px; 
    padding: 0;
    color: #fff;
    text-align:center;
}


/* よくあるお問合せ*/
.faq{
  margin: 10px;
  padding: 15px;
  border-bottom:  dotted 2px #dcdcdc; 
}


.faq dt{
  color: #0a98e0;
  font-weight: bold;
}


/* 薄グレーの表*/
.faq-table{
  border-collapse: collapse;
  border: solid 1px #696969;
  width: 100%;
  margin-bottom: 30px;
}


.faq-table th{
  background: #f5f5f5;
  padding: 20px 10px;
  border: solid 1px #696969
}


.faq-table td{
  text-align: center;
  padding: 20px 10px;
  border: solid 1px #696969
}


/* 会社概要の表*/
.gaiyo-table{
  border-collapse: collapse;
  border: solid 1px #696969;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}


.gaiyo-table th{
  background: #f5f5f5;
  padding: 20px 10px;
  border: solid 1px #696969;
}

.gaiyo-table td{
  padding: 20px 10px;
  border: solid 1px #696969;
  text-align: center;
}


/* 薄グレーの表*/
.gray-table{
  border-collapse: collapse;
  border: solid 1px #696969;
  width: 100%;
  margin-bottom: 30px;
}


.gray-table th{
  background: #f5f5f5;
  padding: 20px 10px;
  border: solid 1px #696969
}


.gray-table td{
  text-align: center;
  padding: 20px 10px;
  border: solid 1px #696969
}


/* 引用の表*/
.bq-table{
　width: 100%;
  border-collapse: collapse;
  background: #f5f5f5;
  padding: 20px 10px;
  border: solid 1px #696969
}


.bq-table th{
  background: #c0c0c0;
  padding: 20px 10px;
  border: solid 1px #696969
}


.bq-table td{
  background: #fff;
  text-align: center;
  padding: 20px 10px;
  border: solid 1px #696969 
}


.keisan{
  padding: 30px 20px 10px 20px;
  margin-bottom: 30px;
  background: #fffff0;
  font-size: 1.2em;
  font-weight: bold;
}


/* グレードットの枠*/
.jirei-waku{
  border: dotted 2px #696969;
  padding: 10px 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}


.zeigaku{
  padding: 20px 30px;
  margin-bottom: 30px;
  background-color: #e0edff;
  font-weight: bold;
}


/*問い合わせの流れ*/
.step{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}


.step-text{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  flex-basis: 50%;
  text-align: center;
}


/*.step-text:before{
  content:'';
  position:absolute;
  bottom: 85px;
  display: inline-block;
  width: 40px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f08300;
  border-radius: 8px;
}*/


.step-text2{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  flex-basis: 50%;
  text-align: center;
}


.step-text2:before{
  content:'';
  position:absolute;
  bottom: 115px;
  display: inline-block;
  width: 40px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f08300;
  border-radius: 8px;
}


.step-text3{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  flex-basis: 50%;
  text-align: center;
}


.step-text3:before{
  content:'';
  position:absolute;
  bottom: 145px;
  display: inline-block;
  width: 40px;
  height: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f08300;
  border-radius: 8px;
}

step.img{
  flex-basis: 60%;
}


/*beforeafterタグ*/
.before{
  position: relative;
  padding: 0px;
}
  
  
.before span{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.4em;
  padding: 5px 15px;
  background: #008000;
}


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


/*有効活用のタグ*/
.image-tag{
  position: relative;
  padding: 0px;
}
  
  
.image-tag span{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 5px 15px;
  background: #0092d8;
}


.image-tag img{
  margin-bottom: 30px;
}


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


/*コラム格納ページのタイルレイアウト上段*/
.clm-grid1{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  margin-bottom: 50px;
}
  

.clm-grid1 p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;}


/*コラム格納ページのタイルレイアウト下段*/
.clm-grid2{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
}


.clm-grid2 p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;}

  
.new-item,
.old-item{
  box-shadow: 0px 0px 6px gray; 
}
  
 
.new-item p,
.old-item p{
  padding: 0px 15px;
} 

 
/*コラム新着記事*/
.new-item{
  position: relative;
  padding: 0px;  
}


/*newタグ*/
.new-item span{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f08300;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
}


/*コラムup日*/  
.release {
    font-size: 0.8em;
    text-align: end;
    padding: 0px 15px 10px 0px;
}


.teian{
  display: flex;
  align-items: center;
}


.hikaku{
  position: relative;
  padding: 0px;  
}


.hikaku-tag{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #0092d8;
  color: #fff;
  padding: 5px 20px;
}


.hikaku-text{
  margin-left:15px;
}


.yajirushi{
  position: relative;
  padding: 0px;
}


.yajirushi p{
  position: absolute;
  top: 120px;
  left: 13px;
  color: red;
  font-size: 1.3em;
  font-weight: bold;
}


/*cssgrid 2カラム*/
.grid-2{
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  margin-bottom: 50px;
}


.clm-footer{
    display: flex;
    justify-content: center;
    border-top: dotted 2px #a9a9a9;
}

/*コラムページのリンク下線なくす*/
.new-item a,
.old-item a{
    text-decoration: none;
}



/*監修・執筆者*/
.flex2{
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 10px;
}


.photo-text{
   padding-left: 20px;
}


/*月極更新の料金表*/
.tsukigime-table{
  border-collapse: collapse;
  border: solid 1px #f08300;
  width: 100%;
  margin-bottom: 30px;
}


.tsukigime-table th{
  border: solid 1px #f08300;
  padding: 10px;
  background: linear-gradient(#f08300,#ffa500);
  color: #fff;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: auto;
}


.tsukigime-table td{
  border: solid 1px #f08300;
  padding: 10px;
  width: auto;
}  


.tsukigime-table tr:nth-child(odd){
  background-color: #fffff0;
}


.mokuji a{
  text-decoration: none;
}


/*青の表*/
.column-table2{
  border: solid 1px #fff;
  width:100%;
  }

.column-table2 th{
  background: #0092d8;
  padding: 20px 10px;
  color: #fff;
  border: solid 2px #fff;  
  }

.column-table2 td{
  background: #f5f5f5;
  padding: 20px 10px; 
  border: solid 2px #fff;  
  }

.column-table1{
  border: solid 1px #fff;
  width: 100%;
  margin-bottom: 30px;  
}


.column-table1 th{
    width: auto;
    background: #f08300;
    color: #fff;
    border: solid 2px #fff;
    font-size: 1.2em;
    padding: 10px;
  }


.column-table1 td{
  background: #f5f5f5;
  border: solid 2px #fff;
  padding: 10px;
}


.column-table3{
  border: solid 1px #fff;
  width: 100%;
  margin-bottom: 30px;
  }


.column-table3 th{
  width: auto;
  background: #0092d8;
  color: #fff;
  border: solid 2px #fff;
  font-size: 1.2em;
  padding: 10px;
  }
  
  
.column-table3 td{
  background: #f5f5f5;
  border: solid 2px #fff;
  padding: 10px;
  width: auto;
  }


.column-table3 tr:nth-child(odd) td {
  background: #fff;
}



/*google マイビジネスの写真*/
.gmb_photo{
    max-width: 500px;
    padding-bottom: 20px;
    margin: 0 auto;
}


/*toppage下の画像とテキスト*/

.merit-background{
  position: relative; 
  }


.top-text{
  position:absolute;
  top: 20px;
  left:20px 
  }

/*LP*/
.LP-komarigoto{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0px auto 60px;
    background-image: url(https://www.applepark.jp/wp-content/uploads/2020/06/困りごと.png);
    background-repeat: no-repeat;
    background-size: cover; 
  }


.pachiLP-komarigoto{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0px auto 60px;
    background-image: url(https://www.applepark.jp/wp-content/uploads/2021/08/アミューズメントLP_素材1.png);
    background-repeat: no-repeat;
    background-size: cover; 
  }

.LP-komarigoto ul{
    font-size: 1.7em;
    font-weight: bold;
    line-height: 2;
    list-style: none;
    margin-top: 400px;
}

.pachiLP-komarigoto ul{
    font-size: 1.7em;
    font-weight: bold;
    line-height: 2;
    list-style: none;
    margin-top: 400px;
}

.kaiketsu p{
    font-size: 2.1em;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 0px;
}


.kaiketsu{
    margin: 0 -300%;
    padding: 0 300%;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background: #ebf6f7;
}


.section-title{
   background: #0092DB;
   font-weight: bold;
   font-size: 2em;
   color: #fff;
   text-align: center;
   padding: 17px 300%;
   margin: 30px -300%;
}


.faq dt:before{
  content:'Q:';
  color: #0092DB;
  font-weight: bold;
}


.faq dd:before{
  content:'A:';
  color: #dc143c;
  font-weight: bold;
}


.LP-merit{
  display: flex;
  justify-content:flex-start;
  align-items: center;
}


.merit-number{
  font-size: 8em;
  font-weight: bold;
  color: F08300;
  background: -webkit-linear-gradient(top, #FFB76B 0%, #FFA73D 50%, #FF7C00 51%, #FF7F04 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-basis: 15%;
}


.merit-text{
  font-weight:  bold;
  font-size: 2.5em;
  margin-bottom: 0px;
}


.flex-photo{
   display: flex;
   justify-content: space-around;
   margin: 30px 90px;
}


.review-photo{
  position:relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 90px;
}

.jirei-grid{
  display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.LP-jireiphoto{
    text-align: center;
}

.LP-liner{
  background:linear-gradient(transparent 50%, #FFFF00 0%);
}


.review-comment{
  position: absolute;
  left: 53%;
  font-size: 1.5em;
  font-weight: bold;
}

.LP-chusyajyou p{
  font-size: 1.2en;
}


.qa-owner dt{
  color: #0092d8;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0px;
}


.qa-owner dd{
  font-size:1.2em;
  margin-bottom: 60px;
}


.section-title1{
  position: relative;
}


.ap-fukidashi{
  position: absolute;
  top: -70%;
  left: 5%;
}


.kaisetsu-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
}


.kaisetsu-text{
   font-size: 1.2em;
   padding: 20px;
   flex-basis: 80%;
}


.LP-reason{
  background-image: url(https://www.applepark.jp/wp-content/uploads/2020/06/305749_m.jpg);
  margin: 0 -300%;
  padding: 60px 300%;
}

.reason-grid{
  display:grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}


.reason-box{
  border: solid 2px #007bbb;
  border-radius: 8px;
  background: #fff;
}

.reason-title{
  font-weight: bold;
  font-size:1.5em;
  color: #fff;
  background: #007BBC;
  padding: 5px 10px;
}


.reason-box p{
  font-size:1.2em;
  padding: 0px 20px;
}


.reason-photo{
    position: absolute;
    width: 30%;
    left: 65%;
    top: -5.8%;
}


.shiryo-seikyu{
   display: flex;
    justify-content: center;
    margin-top: 30px;
}


.LP-step{
 display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 30px;
}

.LP-step-text{
  position: relative;
    display: inline-block;
    margin-bottom: 1em;
    flex-basis: 50%;
    text-align: center;
}


.LP-step-text p{
    font-weight: bold;
}



.LP-step-text:before{
  content: '';
    position: absolute;
    top: 50px;
    display: inline-block;
    width: 100px;
    height: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f08300;
    border-radius: 8px;
}


a.LP-btn {
    font-size: 2em;
    padding: 20px 40px;
    margin: 30px auto 100px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    position: relative;
    background: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 6px 0px #9ea1a3;
}


a.LP-btn:active{
   /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
}

a.LP-btn:hover{
 /*マウスホバー時*/
  color: #fff;/*色変えない、白のまま*/
}


.LP-main{
  position: relative;
  background-image: url(https://www.applepark.jp/wp-content/uploads/2020/06/main_background.jpg);     
  background-size: cover;
  margin: 0 -100%;
  padding: 0 100%;
}


.flex2-photo{
  margin-right: 20px;
}


.LP-kaisetsu{
  background: #ebf6f7;
  margin: 0 -100%;
  padding: 0 100%;
}


.LP-mainbtn{
  position: absolute;
    top: 88%;
    left: 57%; 
    border-bottom: solid 4px #eb6238;
    display: inline-block;
    max-width: 230px;
    font-size: 1.2em; 
    color: #fff;
    text-decoration: none;
    font-weight: bold;
     padding: 10px; 
    margin: 0px;
    border-radius: 8px;
    background: #f08300; 
}


.kaiketsu-yajirushi{
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}


.review-comment{
   width: 380px;
}


.owner-name{
   font-size: 0.6em;
   text-align: right;
}


.hoken-tbl2{
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border: solid 1px #dcdcdc;
}


.hoken-tbl2 .table-label{
  width: 30%;
  background:#add8e6;
  border-bottom: solid 1px #dcdcdc;
  font-weight: bold;
  padding: 10px;
  }
  
  
.hoken-tbl2 td{
  border-bottom: solid 1px #dcdcdc;
  padding: 10px;
  }


.hoken-tbl2 th{
  background: #0092d8;
  color: #fff;
  padding: 10px;
  }


.geo-table{
  border: solid 1px #fff;
  width: 100%;
  margin-bottom: 30px;
  }


.geo-table th{
  width: 30%;
  background: #0092d8;
  color: #fff;
  border: solid 2px #fff;
  font-size: 1.2em;
  padding: 10px;
  }
  
  
.geo-table td{
  background: #f5f5f5;
  border: solid 2px #fff;
  padding: 10px;
  width: auto;
  font-size: 1.2em;
  }


.ap-fukidashi2{
  position: absolute;
  top: -80%;
  left: 5%;
}


.geo-table tr:nth-child(odd) td {
  background: #fff;
}


.wp_dl_oya{
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
  align-items: center;
}




.wp_dl_manga{
  flex-basis: 30%;
}


.wp_dl_checklist{
  flex-basis: 60%;
}


.manga_checklist{
  font-size: 1.2em;
  list-style: none;
  background: #fffacd;
  padding: 20px;
}


.manga_checklist li{
  margin-bottom: 10px;
}


.saiyo-section{
  text-align: center;
  margin-bottom: 60px;
}


.saiyo-section .text{
  position: relative;
  display: inline-block;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #05a;
}

.saiyo-section .text::after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #05a;
}

.ruby{
  margin: 10px 0px 30px 0px;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.45em;
}


.jigyonaiyo{
  display: flex;
}


.jigyonaiyo .container{
  font-size: 1.2em;
  font-weight: bold;
  border: solid 0.5px #dcdcdc;
  padding: 10px;
  max-width: 350px;
}

.jigyonaiyo .about-container{
  font-size: 1em;
  border: solid 0.5px #dcdcdc;
  padding: 10px;
  text-align: left;
  
}


/*スライドショー*/
section {
 
}

.slide-container {
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 20px;
}

.carousel {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.carousel > input {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.carousel > input:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -500%;
}
.carousel > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -400%;
}
.carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -300%;
}
.carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -200%;
}
.carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -100%;
}
.carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: 0%;
}
.carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}
.carousel > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel__slides {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
}

.carousel__slide {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-out;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
}
.carousel__slide figure {
  display: flex;
  margin: 0;
}
.carousel__slide div {
  position: relative;
  width: 100%;
}
.carousel__slide div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.carousel__slide div > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__slide img {
  display: block;
  flex: 1 1 auto;
  object-fit: cover;
}
.carousel__slide figcaption {
  align-self: flex-end;
  padding: 20px 20px 0 20px;
  flex: 0 0 auto;
  width: 25%;
  min-width: 150px;
}
.carousel__slide .credit {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.carousel__slide.scrollable {
  overflow-y: scroll;
}

.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px;
}
.carousel__slides + .carousel__thumbnails {
  margin-top: 20px;
  list-style: none;
}
.carousel__thumbnails li {
  flex: 1 1 auto;
  max-width: calc((100% / 6) - 20px);
  margin: 0 10px;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails label {
  display: block;
  position: relative;
}
.carousel__thumbnails label:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.carousel__thumbnails label > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.carousel__thumbnails label:hover, .carousel__thumbnails label:focus {
  cursor: pointer;
}
.carousel__thumbnails label:hover img, .carousel__thumbnails label:focus img {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


a.saiyo-btn {
    font-size: 1.5em;
    padding: 20px 40px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    position: relative;
    background: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 6px 0px #9ea1a3;
}


a.saiyo-btn:active{
   /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
}

a.saiyo-btn:hover{
 /*マウスホバー時*/
  color: #fff;/*色変えない、白のまま*/
}


.saiyo-message{
  font-weight: bold;
}

/*スマホ表示*/
@media only screen and (max-width: 480px) {
  .jirei_oya,
  .komarigoto,
  .step,
  .beforeafter,
  .teian,
  .grid-2{
    flex-direction: column;
    justify-content: center; 
   }


  .yajirushi img{
    transform: rotate(90deg);
   }
  

  .faq-table tr,
  .faq-table th,
  .faq-table td,
  .gaiyo-table tr,
  .gaiyo-table th,
  .gaiyo-table td,
  .column-table1 th,
  .column-table1 td{
    display: block;
    width: auto;
　}


  .clm-grid1,
  .clm-grid2{
    grid-template-columns: 1fr 1fr;
  }

 
  .LP-main{
    position: relative;
    background-image: url(https://www.applepark.jp/wp-content/uploads/2020/06/main_background.jpg);    
    background-size: cover;
    margin:0px;
    padding:0px;
  }


  .section-title{
    background: #0092DB;
    font-weight: bold;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin: 0px;  
}

  .kaiketsu{
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background: #ebf6f7;
    margin: 0px;
    padding: 0px;
  }

  .LP-reason{
  background-image: url(https://www.applepark.jp/wp-content/uploads/2020/06/305749_m.jpg);
    margin: 0px;
    padding: 30px 0px;
}
.LP-kaisetsu{
  background: #ebf6f7;
  margin: 0px;
  padding: 0px;
}


.flex2{
   flex-direction: column;
}


.flex2-photo{
   margin: 0px;
   width: 40%;  
}


.review-photo{
    margin: 10px;
    flex-direction: column;
}


.review-photo img{
  margin: 0px;
}


.review-comment{
    top: 330px;
    left: 0px;
}


.LP-mainbtn{
    padding: 0px 10px;
    top: 93%;
    left: 50%;
    font-size: 0.8em;
    font-weight: unset;
}


.LP-komarigoto{
   background-size: contain;
}


.pachiLP-komarigoto{
   background-size: contain;
}


.LP-komarigoto ul{
  font-size: 1.2em;
    margin: 130px 40px 30px 60px;
    font-weight: unset;
}


.pachiLP-komarigoto ul{
  font-size: 1.2em;
    margin: 130px 40px 30px 60px;
    font-weight: unset;
}

.kaiketsu p{
  font-size: 1.8em;
  padding-top: 50px;
}


.kaiketsu-yajirushi{
  width: 150px;
}

a.LP-btn{
  font-size: 1.5em;
}


.ap-fukidashi{
  width: 70%;
  top:-90%;
}


.ap-fukidashi2{
  position: absolute;
  top: -65%;
  left: 5%;
  width:75%;
}

.merit-number{
  font-size: 6em;
}


.merit-text{
  font-size: 1.8em;
  margin: 0px;
}

.reason-photo img{
 position: absolute;
  top: 48px;
}


.flex-photo{
  flex-direction: column;
  margin: 0px;
}


.reason-photo{
   width: 40%;
    left: 32%;
    top: -5.8%;
    display: none;
}


.reason-box{
  margin: 0px 20px;
}


.LP-jireiphoto{
  margin-top: 20px;
}


.review-photo img{
  margin: 5px auto 10px;
}


.review-comment{
   top: 55%;
    width: 300px;
    left: 8%;
}


.LP-step{
  flex-direction: column;
 }



.LP-step-text p{
  font-weight: unset;
}


.shiryo-seikyu img{
  width: 50px;
  height: 50px;
}


.wp_dl_oya{
  flex-direction: column;
  align-content:space-around;
  padding: 20px;
}


.saiyo-message{
  font-weight: bold;
  text-align: left;
}

.jigyonaiyo{
  flex-direction: column;
  justify-content: center;
}

.carousel__slide figure {
    display: flex;
    margin: 0;
    flex-direction: column;
}

.carousel__slide figcaption {
    width: 100%;
    padding: 0px;
}
