@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  padding-top: 0px;
  overflow: hidden;
  position: relative;
}
.topslider {
  height: 90vh;
  position: relative;
  width: 100%;
}
.topslider .slideitem {
  height: 90vh;
  width: 100%;
}

.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(83,175,232,0);
}
/*****************************
  メインイメージ切り替え
*****************************/
/* パソコンで見たときは"pcimg"のclassがついた画像が表示される */
.pcmain { display: block !important; }
.spmain { display: none !important; }
 
/* スマートフォンで見たときは"spimg"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pcmain { display: none !important; }
    .spmain { display: block !important; }
}

/*****************************
  top キャッチコピー
*****************************/
.catchcopy{
  position: absolute;
  display: block;
  max-width: 100%;
top: 60%;
left: 15%;
  text-align: left;
  transform: translateY(-50%) translateX(-0%);
  margin: 0;
  padding: 10px 0;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .catchcopy{
    top: 65%;
  }
}
@media screen and (max-width: 767px) {
  .catchcopy{
  display: none;
  }
}
.catchcopy img{
  width: 400px;
  background: rgb(135,107,129,0.4);
  border-radius: 10px;
  margin-top: 30px;
  padding: 10px;
}
@media screen and (max-width: 1300px) {
.catchcopy img{
  width: 350px;
  margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
.catchcopy img{
  display: none;
  }
}

.catchcopy h2{
font-size: 35px;
color: #ffffff;
text-shadow: 1px 1px 3px #846b66;
line-height: 1.2;
margin-bottom: 10px;
}
.catchcopy p{
  font-size: 22px;
  color: #ffffff;
  text-shadow: 1px 1px 3px #846b66;
}
@media screen and (max-width: 820px) {
.catchcopy h2{
font-size: 28px;
margin-bottom: 20px;
}
.catchcopy p{
  font-size: 20px;
  line-height: 1.4;
}
}
@media screen and (max-width: 600px) {
.catchcopy h2{
  font-size: 20px;
  margin-bottom: 20px;
}
.catchcopy p{
  font-size: 16px;
  line-height: 1.4;
}
}
/*****************************
  top キャッチボタン
*****************************/
.catch_btn{
    position: absolute;
    width: 600px;
    max-width: 95%;
    text-align: center;
    color: #fff;
    bottom: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 0;
    z-index: 1;
}

/*****************************
signboard
*****************************/
/* .signboard_item{
    position: absolute;
    width: 500px;
    max-width: 95%;
    text-align: center;
    color: #fff;
    bottom: 10%;
    right: -10%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 0;
    z-index: 1;
} */


/*****************************
  topsec-news
*****************************/
.topsec-news{
  margin: 0;
  padding: 30px 0;
}
.topsec-news input[type="radio"] {
  display: none;
}
.topsec-news .tab_area{
  margin-bottom: 3rem;
}
.topsec-news .tab_area .ftab{
  background: #f0e1db;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: calc(15% - 10px);
}
.topsec-news .tab_area .ftab label{
  cursor: pointer;
  display: block;
  letter-spacing: 1px;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.topsec-news .tab_panel{
  display: none;
}
.topsec-news .tab_area .ftab:hover,
.topsec-news #tnewstab1:checked ~ .tab_area .tnewsftab1{
  background: #583C31;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab2:hover,
.topsec-news #tnewstab2:checked ~ .tab_area .tnewsftab2{
  background: #846b66;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #da637a;
  color: #fff;
}

.topsec-news #tnewstab1:checked ~ .panel_area #tnewspanel1,
.topsec-news #tnewstab2:checked ~ .panel_area #tnewspanel2,
.topsec-news #tnewstab3:checked ~ .panel_area #tnewspanel3{
  display:block;
}

@media only screen and (max-width: 1024px) {
  .topsec-news .tab_area {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-news .tab_area .ftab{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .topsec-news .t-newsttlbox,
  .topsec-news .tab_area .ftab label{
    font-size: 1.4rem;
  }
  .topsec-news .tab_area .ftab{
    width: calc(33% - 10px);
  }
}

.top_news_box{
  padding: 30px 50px;
  background: #fffbfb;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
.top_news_box{
  padding: unset;
  background: #fff;
  border-radius: 0px;
}
}

/*****************************
  お知らせ一覧
*****************************/
.newslist{
  margin-bottom: 60px;
}
.newslinktab{
  margin-bottom: 5rem;
}
.newslinktab li{
  width: calc(15% - 10px);
}
.newslinktab  a.label{
  background: #f0e1db;
  border-radius: 5px;
  display: block;
  margin-right: 10px;
  opacity: 1 !important;
  padding: .3rem 0;
  position: relative;
  text-align: center;
  color: #583c31;
  letter-spacing: 1px;
}
.newslinktab  a.label:hover,
.newslinktab  a.label.label_cr{
  background: #583C31;
  color: #fff;
}
.newslinktab  a.label.label_cr{
  pointer-events: none;
}
.newslinktab  a.label2:hover,
.newslinktab a.label2.label_cr{
  background: #da637a;
}
.newslinktab  a.label3:hover,
.newslinktab a.label3.label_cr{
  background: #846b66;
}


.newslist li{
  margin-top: 1rem;
}
.newslist a{
  opacity: 1 !important;
  position: relative;
}
.newslist a::before,
.newslist a::after{
  content: "";
  background: #f0e1db;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.newslist a::after{
  background: #da637a;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
.newslist a:hover::after{
  width: 100%;
}
.newslist a .cat,
.singlehead .cat{
  background: #da637a;
  border-radius: 5px;
  color: #fff;
  margin-right: 1rem;
  text-align: center;
  width: 100px;
}
.newslist a .cat-cat01,
.singlehead .cat-cat01{
  background: #da637a;
}
.newslist a .cat-cat02,
.singlehead .cat-cat02{
  background: #846b66;
}
.newslist a .ttl{
  padding: 1rem 0;
}
@media only screen and (max-width: 820px) {
  .newslinktab li{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .newslinktab li{
    width: calc(33% - 10px);
  }
  .newslist a .cat{
    font-size: 1.2rem;
    line-height: 2;
    width: 110px;
  }
  .newslist a .date{
    font-size: 1.4rem;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}
.newsflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.newsimg{
  width: 20%;
  margin-right: 20px;
}
.singlecontent .newsimg{
  width: 600px;
  max-width: 100%;
  margin: 0 auto 20px;
}



.newscont{
  width: 76%;
}
.newsimg img{
  width: 100%;
  object-fit: cover;
  padding: 5px;
  aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 767px) {
  .newsimg{
    margin-right: 10px;
  }
  .newsimg img{
    padding: 0;
    height: auto;
  }
}

.date{
color: #da637a;
font-weight: bold;
letter-spacing: 1px;
}

/*****************************
ボタン
*****************************/
.top_btn {
  margin: 20px 0;
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  margin: 0 auto;
  padding: 5px 30px 5px 2px;
  border: 1px solid #7c6547;
  color: #fff;
  font-size: 1em;
  transition: .6s;
  background: #7c6547;
  border-radius: 50px;
}
.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #da637a;
  color: #fff;
  background: #da637a;
  opacity: 1;
  transition: .6s;
}
.top_btn a::after {
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #da637a;
}
.top_btn a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #da637a;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

/*****************************
about
*****************************/
.about_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.about_flex .left_area{
width: 35%;
padding: 10px;
}
.about_flex .right_area{
width: 65%;
padding: 10px;
}
.about_flex p{
  font-size: 20px;
  color: #da637a;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
.about_flex p{
  font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.about_flex .left_area{
width: 250px;
max-width: 100%;
margin: 0 auto;
}
.about_flex .right_area{
width: 100%;
padding: 10px;
text-align: center;
}
}

/*****************************
access
*****************************/
.access_list{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.access_list .list{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
border-bottom: 1px dashed #e9d1d0;
}
.access_list .list dt{
width: 130px;
padding: 20px 25px 5px 10px;
letter-spacing: 1px;
font-weight: 600;
text-align: justify;
text-align-last: justify;
}
.access_list .list dd{
    width: calc(100% - 150px);
    padding: 20px 10px 5px;
}
@media screen and (max-width: 767px) {
.access_list .list dt{
width: 100%;
padding: 20px 10px 0px;
text-align: left;
text-align-last: unset;
}
.access_list .list dd{
width: 100%;
padding: 5px 10px;
}
}

.access_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.access_flex .left_area{
width: 60%;
padding: 20px;
}
.access_flex .right_area{
width: 40%;
padding: 20px;
}
.access_flex a{
  text-decoration: underline;
  color : #ff4081;
}
@media screen and (max-width: 820px) {
.access_flex .left_area{
width: 100%;
padding: 10px 0;
}
.access_flex .right_area{
width: 100%;
padding: 10px 0;
}
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 80%;
position: relative;
}
@media screen and (max-width: 820px) {
.gmap {
padding-bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
.gmap {
padding-bottom: 100%;
  }
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



.formrun-embed iframe{
  height: 100% !important;
}

.iframe_wrap {
    text-align: center;
    margin-bottom: 100px;
    max-width: 100%;
}
.iframe_wrap img{
  width: 70px;
}
.iframe_wrap iframe {
    width: 80%;
    height: 80vh;
    border-top: 5px solid #eee;
}
@media screen and (max-width: 767px) {
.iframe_wrap iframe {
    width: 100%;
}
}

.main_text{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}



.pink_box{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 30px 20px;
  border: 2px solid #da637a;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  background: #fffbfb;
}
@media screen and (max-width: 767px) {
.pink_box{
  padding: 15px 15px 10px;
}
}
.pink_box .txt_style{
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
.pink_box .txt_style{
  font-size: 16px;
}
}
.pink_box .txt_style::before {
    position: absolute;
    content: "";
    background-color: #da637a;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: -2px;
    top: 5px;
    z-index: 0;
    transform: translate(50%);
}




/*****************************
download
*****************************/
.download_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
.download_flex .left_area{
  width: calc(100% / 2);
  padding: 10px 30px;
  border-right: 2px solid #766042;
}
.download_flex .right_area{
  width: calc(100% / 2);
  padding: 10px 30px;
}
 @media screen and (max-width: 1024px) {
  .download_flex{
  width: 100%;
}
  .download_flex .left_area{
  padding: 10px 10px;
  border-right: 1px solid #766042;
}
.download_flex .right_area{
  padding: 10px 10px 10px 30px;
}
}
  @media screen and (max-width: 767px) {
  .download_flex .left_area{
  width: calc(100% / 1);
  padding: 10px 10px;
  border-right: 0px solid #766042;
}
.download_flex .right_area{
  width: calc(100% / 1);
  padding: 10px 10px;
}
 }


.download_flex .left_area h3{
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  padding-left: 65px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.download_flex .left_area h3{
  font-size: 17px;
  margin-bottom: 20px;
}
}


.download_flex .left_area h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/pdf-icon.webp);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 35px;
  aspect-ratio: 119 / 136;
  left: 0px;
  top: 8px;
  z-index: 0;
  transform: translate(50%);
}
 @media screen and (max-width: 1024px) {
.download_flex .left_area h3::before {
  top: 10px;
}
 }
  @media screen and (max-width: 767px) {
.download_flex .left_area h3::before {
  top: 3px;
}
 }

.download_flex .right_area h3{
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  padding-left: 65px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.download_flex .right_area h3{
  font-size: 17px;
  margin-bottom: 20px;
}
}

.download_flex .right_area h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/pdf-icon.webp);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 35px;
  aspect-ratio: 119 / 136;
  left: 0px;
  top: 8px;
  z-index: 0;
  transform: translate(50%);
}
 @media screen and (max-width: 1024px) {
.download_flex .right_area h3::before {
  top: 10px;
}
 }
 @media screen and (max-width: 767px) {
.download_flex .right_area h3::before {
  top: 3px;
}
 }

 /******************************
  VOICE
******************************/
.voicebox{
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
.voicebox{
  padding: 0;
}
}
.voiceflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
.voiceflex img{
 width: 150px;
}

.voicefbox1{
  width: 150px;
}
.voicefbox2{
   width: calc(100% - 200px);
}
.voicefbox3{
  width: 150px;
}
.voicefbox4{
   width: calc(100% - 200px);
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .re_style{
    flex-direction: column-reverse;
  }

  .voicefbox1 {
    margin: 0 auto;
  }
  .voicefbox2 {
    width: 100%;
    margin: 20px 0;
  }
  .voicefbox3 {
    margin: 0 auto;
  }
  .voicefbox4 {
    width: 100%;
    margin: 10px 0;
  }
}


/* 吹き出し右向き */
.speechBubble {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  padding: 20px 45px;
  border: 1px solid #282828;
  border-radius: 12px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.speechBubble {
  padding: 10px 20px;
}
}

.speechBubble::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #282828;
  translate: 100% -50%;
}
.speechBubble::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 6.9px 0 6.9px 13.8px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}

/* 吹き出し左向き */
.speechBubble2 {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  padding: 20px 45px;
  border: 1px solid #282828;
  border-radius: 12px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.speechBubble2 {
  padding: 10px 20px;
}
}
.speechBubble2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #282828 transparent transparent;
  translate: -100% -50%;
}
.speechBubble2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 6.9px 13.8px 6.9px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}

.voice_pink p{
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  padding-left: 35px;
  color: #da637a;
  position: relative;
  display: inline-block;
  text-align: left;
}
.voice_pink p::before {
    position: absolute;
    content: "";
    background-color: #da637a;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 5px;
    top: 4px;
    z-index: 0;
    transform: translate(50%);
}

.bg_light_pink{
  background: #fffbfb;
}

.top_flow_area{
  background: #fff;
  padding: 50px 50px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 767px) {
.top_flow_area{
padding: 20px 20px;
}
}


.top_flow_style {
    padding: 35px 50px;
    background: rgb(255, 255, 255, 1);
    border-radius: 20px;
    margin-bottom: 60px;
}
.dotted01 {
    background-image: linear-gradient(to right, #da637a 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.flow_flex_text {
    width: 100%;
    padding: 10px 0 30px;
    margin-bottom: 30px;
}
.flow_flex_text h3 {
  font-size: 24px;
  color: #da637a;
}
.flow_flex_text .step_text{
  position: relative;
    font-size: 24px;
    color: #583C31;
    top: -10px;
    left: 0;
    text-shadow: 1px 1px 0px #eee;
    line-height: 1;
}
.flow_flex_text .step_text span {
    font-size: 34px;
    margin-left: 3px;
}

@media screen and (max-width: 767px) {
.flow_flex_text h3 {
  font-size: 18px;
}
.flow_flex_text p {
    font-size: 14px;
}
.flow_flex_text .step_text{
    font-size: 20px;
}
.flow_flex_text .step_text span {
    font-size: 24px;
    margin-left: 3px;
}

}


/*****************************
point
*****************************/
.point_flex_01{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
}
.point_flex_01 .left_area{
  width: 45%;
padding: 10px 20px;
}
.point_flex_01 .right_area{
  width: 55%;
  padding: 10px;
}
 @media screen and (max-width: 1024px) {
.point_flex_01 .left_area{
    width: 40%;
    padding: 10px 10px;
}
.point_flex_01 .right_area{
  width: 60%;
  padding: 10px;
}
}
@media screen and (max-width: 820px) {
.point_flex_01 .left_area{
  width: 450px;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 10px;
}
.point_flex_01 .right_area{
  width: 100%;
  padding: 10px;
}
}

.point_flex_02{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
margin-bottom: 30px;
}
.point_flex_02 .left_area{
  width: 55%;
  padding: 10px;
}
.point_flex_02 .right_area{
  width: 45%;
padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
.point_flex_02 .left_area{
  width: 60%;
  padding: 10px;
}
.point_flex_02 .right_area{
  width: 40%;
  padding: 10px 10px;
}
}
@media screen and (max-width: 820px) {
.point_flex_02{
  flex-direction: column-reverse;
}
.point_flex_02 .left_area{
  width: 100%;
  padding: 10px;
}
.point_flex_02 .right_area{
  width: 450px;
  max-width: 90%;
  margin: 0 auto;
  padding: 10px 10px;

}
}

.point_flex_01 h3,.point_flex_02 h3{
  font-size: 22px;
  background-image: linear-gradient(to right, #DEA5C5 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 10px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.point_flex_01 h3,.point_flex_02 h3{
  font-size: 18px;
  line-height: 1.8;
}
.point_flex_01 p,.point_flex_02 p{
font-size: 15px;
line-height: 1.6;
}
}

.point_box{
    background: #F7F1EC;
    padding: 15px 30px;
    width: 95%;
    margin: 20px auto 10px;
    border-radius: 10px;
}
 @media screen and (max-width: 767px) {
.point_box{
    padding: 15px 20px;
    width: 100%;
}
}

.point_box h4{
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  padding-left: 26px;
  position: relative;
}

.point_box h4::before {
    position: absolute;
    content: "";
    background-color: #7C6547;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    left: -10px;
    top: 8px;
    z-index: 0;
    transform: translate(50%);
}

.point_box ul li{
  background: #fff;
  border-radius: 30px;
line-height: 1.4;
  padding: 10px 30px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
 @media screen and (max-width: 767px) {
.point_box ul li{
  padding: 10px 20px;
}
 }