@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

/*メインビジュアル*/
#main_wrap {
  position: relative;
  overflow: hidden;
}
#main_wrap::before{
  content: "";
  width: 90%;
  height: 95%;
  border: 1px solid #FFFFFF;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
#main_wrap h2{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 260px;
    width: 80%;
}
#main_wrap .main_sld{
  overflow: hidden;
}
#main_wrap .main_img{
  width: 100%;
  height: 100dvh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main_img.img01{background-image: url(../images/index/main_img01.jpg);}
.main_img.img02{background-image: url(../images/index/main_img02.jpg);}
.main_img.img03{background-image: url(../images/index/main_img03.jpg);}
.main_img.img04{background-image: url(../images/index/main_img04.jpg);}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 5s linear 0s normal both;
}
@media screen and (max-width: 1000px) {
#main_wrap .main_img{
  width: 100%;
  height: 100dvh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
}
@media screen and (max-width: 768px) {
  #main_wrap::before{
  content: "";
  width: 95%;
  height: 95%;
  border: 1px solid #FFFFFF;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
#main_wrap h2{
      position: absolute; 
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 260px;
    width: 50%;
}
.main_img.img01{background-image: url(../images/index/main_img01_sp.jpg);}
.main_img.img02{background-image: url(../images/index/main_img02_sp.jpg);}
.main_img.img03{background-image: url(../images/index/main_img03_sp.jpg);}
.main_img.img04{background-image: url(../images/index/main_img04_sp.jpg);}
}
@media screen and (max-width: 550px) {
}

/* top_about */
#top_about{
  background-image: url(../images/index/bg_about01.jpg);
  background-size: cover;
  text-align: center;
}
#top_about h2{
  font-family: "BIZ UDMincho", serif;
  font-size: 6.0rem;
  margin-bottom: 60px;
  line-height: 1.5;
}
#top_about p{
line-height: 2.5;
margin-bottom: 60px;
}
#top_about .caption{
line-height: 1;
 font-family: "Cormorant Upright", serif;
 font-weight: 300;
 font-size: 20rem;
 position: relative;
}
#top_about .caption .piano{
position: absolute;
right: -20px;
bottom: -300px;
max-width: 420px;
}
@media screen and (max-width: 1200px) {
    #top_about .caption{
 font-size: 15rem;
}
}
@media screen and (max-width: 991px) {
  #top_about .caption{
 font-size: 10rem;
}
#top_about .caption .piano{
position: absolute;
right: 20px;
bottom: -180px;
max-width: 250px;
}
}
@media screen and (max-width: 768px) {
#top_about h2{
  font-family: "BIZ UDMincho", serif;
  font-size: 2.4rem;
  margin-bottom: 40px;
  line-height: 1.5;
}
#top_about p{
line-height: 2.5;
margin-bottom: 40px;
}
#top_about .caption{
line-height: 1;
 font-family: "Cormorant Upright", serif;
 font-weight: 300;
 font-size: 5rem;
}
#top_about .caption .piano{
position: absolute;
right: 20px;
bottom: -150px;
max-width: 250px;
}
}
@media screen and (max-width: 550px) {
  #top_about .caption .piano{
position: absolute;
right: 20px;
bottom: -120px;
max-width: 150px;
}
}
/* top_guide */
.guide{
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.guide .img,.guide .txt{
width: 45%;
}
.guide p{
  line-height: 2;
  margin-bottom: 100px;
}
#top_news{
  background-color: #C5D0E3;
  color: #081834;
}
@media screen and (max-width: 991px) {
.guide{
  flex-direction: column;
}
.guide .img,.guide .txt{
width: 100%;
}
.guide .img{
width: 100%;
margin-bottom: 20px;
}
.guide p{
  line-height: 3;
  margin-bottom: 40px;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 550px) {
}

/* top_access */
#top_access{
  background-image: url("../images/index/bg_access.jpg");
  background-position: center;
  background-size: cover;
}
#top_access .inner{
  background-color: rgba(8, 24, 52, 0.60);
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

#top_access .inner h3{
  font-size: 6.0rem;
  margin-bottom: 0;
  line-height: 1.5;
}
#top_access .inner h3 span{
  font-size: 3.6rem;
  margin-right: 20px;
}
#top_access .inner address{
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 100px;
}
.bt_map{
  background-color: #FFFFFF;
  color: #081834;
  display: block;
  padding: 0.7em 1em;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 50px;
  text-align: center;
}
.bt_map::before{
content: "";
width: 73px;
height: 110px;
background-size: contain;
background-image: url("../images/ico_pin.svg");
position: absolute;
left: 30px;
bottom: 10px;
background-repeat: no-repeat;
background-position: center;
}
.bt_map:hover{
    transform: translateY(3px);
  box-shadow: 3px 3px 0px 0px #000000;

}
.bt_resv{
  background-color: #081834;
  color: #081834;
  display: block;
  padding: 0.7em 1em;
  background-color: #F1C715;
  position: relative;
  border-radius: 50px;
  text-align: center;
}
.bt_resv::before{
content: "";
width: 30px;
height: 30px;
background-image: url("../images/ico_check.svg");
background-size: contain;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.bt_resv:hover{
    transform: translateY(3px);
  box-shadow: 3px 3px 0px 0px #000000;

}
.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #top_access .inner h3{
  font-size: 4rem;
}
#top_access .inner h3 span{
  font-size: 2rem;
}
#top_access .inner address{
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 40px;
}
.bt_map::before{
content: "";
width: 50px;
height: 80px;
background-size: contain;
background-image: url("../images/ico_pin.svg");
position: absolute;
left: 30px;
bottom: 10px;
}
.bt_resv::before{
content: "";
width: 20px;
height: 20px;
background-image: url("../images/ico_check.svg");
    top: 50%;
    left: 20px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  margin: 0 auto 60px;
  width: fit-content;
}

.ttl_en {
  display: block;
  font-size: 6.0rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: "Cormorant Upright", serif;
}

.ttl_jp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  white-space: nowrap;
}

.ttl_jp::before,
.ttl_jp::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}
.ttl.navy{
 color: #081834;
}
.ttl.navy .ttl_jp::before,.ttl.navy .ttl_jp::after{
  background-color: #081834;
}
.ttl_jp02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  white-space: nowrap;
}
.ttl02{
  font-family: "BIZ UDMincho", serif;
  font-size: 4.8rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
.single hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #000000;
}
.base_list li {
  margin-bottom: 30px;
}
.base_list li:last-child {
  margin-bottom: 0;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius20 {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
  .ttl{
    margin-bottom: 40px;

}
.ttl_en {
  display: block;
  font-size: 2.8rem;
}

.ttl_jp {
  font-size: 1.6rem;
}
.ttl_jp02 {
  font-size: 2.6rem;
}
.ttl02{
  font-family: "BIZ UDMincho", serif;
  font-size: 2.0rem;
}
.page_ttl{
  font-size: 2.8rem;
  margin-bottom: 40px;
}
  .img_radius20 {
    border-radius: 10px;
  }
}
@media screen and (max-width: 550px) {

}
/*-------------------------------------*/
/*	下層ページ	*/
/*-------------------------------------*/

#sub_img{
position: relative;
width: 100%;
height: 745px;
background-image: url("../images/page/sub_img.jpg");
background-position: center;
background-size: cover;
}

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

}
@media screen and (max-width: 768px) {
#sub_img{
width: 100%;
height: 400px;
}
}
@media screen and (max-width: 550px) {

}


/*-------------------------------------*/
/*	guide	*/
/*-------------------------------------*/
#price{
  background-color: #C5D0E3;
  color: #081834;
}
.price_box{
  background-color: #081834;
  padding: 30px;
  border-radius: 20px;
  color: #FFFFFF;
}
.price_box hr{
  margin-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #FFFFFF;
}
.price_box h3 img{
  vertical-align: middle;
  margin-right: 10px;
}
.price_box h3{
  font-size: 3.6rem;
}
.price_box ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  line-height: 1.5;
}
.price_box ul li:last-child{
  margin-bottom: 10px;
}
.price_box ul li span{
  width: 30%;
}
.price_box p span{
  font-size: 3.6rem;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
    .price_box{
  padding: 20px;
}
  .price_box h3{
  font-size: 2.4rem;
}
.price_box p span{
  font-size: 2.0rem;
}
}
@media screen and (max-width: 550px) {
}

.point_box h3{
  margin-top: 20px;
  line-height: 1.5;
  font-size: 3.6rem;
  text-align: center;
}
.point_box h3 span{
  display: block;
  font-size: 2.4rem;
}
.main_contents{
  background-color: #C5D0E3;
  padding: 60px 60px;
  border-radius: 40px;
  color:#081834;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .point_box h3{
  font-size: 2.4rem;
}
.point_box h3 span{
  display: block;
  font-size: 1.6rem;
}
.main_contents{
  background-color: #C5D0E3;
  padding: 40px 40px;
  border-radius: 40px;
  color:#081834;
}
}
@media screen and (max-width: 550px) {
  .main_contents{
  background-color: #C5D0E3;
  padding: 40px 20px;
  border-radius: 10px;
}
}
/*-------------------------------------*/
/*	privacy	*/
/*-------------------------------------*/
#privacy p.txt{
  font-size: 1.8rem;
}
#privacy p.txt span{
  font-weight: 700;
  font-size: 2.4rem;
  display: block;
  padding: 40px 0;
}
/*-------------------------------------*/
/*	お知らせ一覧	*/
/*-------------------------------------*/
/*一覧*/
.news_list {
  padding: 0;
  max-width: 640px;
  margin: 0 auto 40px auto;
}
.news_list li{
  border-bottom:1px solid  #FFFFFF;
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
}
.news_list .item .date {
  margin: 0;
  min-width: 150px;
  color: #FFFFFF;
	line-height: 2;
  padding-top: 0.5em;
  padding-right: 15px;
  padding-left: 20px;
  position: relative;
}
.news_list .item .date::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #FFFFFF;
  border-right: 0;
  position: absolute;
  left: 0;
  top: 1.2em;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
	line-height: 1.5;
}
.news_list .item .title a{
   display: block;
	  padding: 0.5em;
    text-decoration: none;
    color: #FFFFFF;
}
.news_list .item .title a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .news_list li{
  }
  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
.news_list .item .title a{
   display: block;
  }
}
@media screen and (max-width: 550px) {}

/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
/*　新着　*/
#news .caption{
  font-weight: 400;
  margin-bottom: 10px;

}
#single .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
/*-------------------------------------*/
/*	ブログ	*/
/*-------------------------------------*/
#news{
  background-color: #C5D0E3;
}
.item_box{
  margin-bottom: 40px;
  position: relative;
  display: block;
}
.item_box .cat_label{
position: absolute;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.4);
color: #081834;
z-index: 1;
font-size: 1.4rem;
padding: 0.5em;
}
.item_box p{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 1.2rem;
}
.item_box p .date{
  color: #081834;
}
.item_box h3{
  color: #081834;
  font-weight:  700;
  margin-top: 15px;
  font-size: 2.0rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .item_box p .date{
  font-size: 1.2rem;
}
  .item_box h3{
  font-weight:  700;
  margin-top: 10px;
  font-size: 1.6rem;
}
.item_box .cat_label{
font-size: 1.2rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/

/* カテゴリーラベル */
.cat {
  letter-spacing: 0.05em;
  color: #000000!important;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 1.4rem;
  line-height: 1;
  background: #FFFFFF;
  border: 1px solid #000;
	border-radius: 50px;
}
a.cat:hover {
  color: #FFFFFF !important;
  background: #000;
}







/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #081834;
  border-top: 1px solid #081834;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #081834;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #000000 !important;
  background: #FFFFFF;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #000000;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #000000;
  color: #FFFFFF;
  background: #000000;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000000 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #000000;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #000000;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.bg_contact{
  background-color: #FFFFFF;
  color: #000000;
  padding: 100px 40px;
}

.form_area{
}
.form_area table{
  width: 100%;
}
.form_area table th{
  vertical-align: top;
  line-height: 1.5;
  width: 25%;
}
.form_area table th,.form_area table td{
  padding: 1.5em 0.5em;
}
.privacy_link a{
  color: #2C93C9;
  text-decoration: underline;
}
.privacy_link a::before{
  content: "";
   display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
    border-width: 10px 0px 10px 20px;
    border-color: transparent transparent transparent #2C93C9;
    margin-right: 10px;
  
}
.submit_btn_wrap {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  max-width: 560px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em;
  line-height: 1;
  text-decoration: none !important;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  font-size: 2.4rem;
  background: #6EB24A;
  color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 5px 5px 0px 0px #223817;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border: none;
}
.submit_btn:hover {
  opacity: 1 !important;
  transform: translateY(2px);
  box-shadow: 3px 3px 0px 0px #223817;
}
.back_btn {
  width: 100%;
  height: 35px;
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  font-size: 100%;
  text-align: center;
  background: #AAAAAA;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
}
.back_btn:hover {
  color: #AAAAAA;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #707070;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.7em;
  margin: 0;
  background-color: #FFF;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
	margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
	display: block;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
  .bg_contact{
    padding: 40px 20px;
  }
  .privacy_link a::before{
    border-width: 5px 0px 5px 10px;
}
  .form_area table{
    width: 100%;
  }
  .form_area table th{
    width: 100%;
    display: block;
    padding: 1em 0 0 0;
    border-bottom: none;
  }
  .form_area table td{
    width: 100%;
    display: block;
    padding: 1em 0;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}