@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@100;300;400;500;600;700&display=swap");
.Note_Sans_JP {
  font-family: "Noto Sans JP", sans-serif;
}

.Note_Serif_JP {
  font-family: "Noto Serif JP", serif;
}

.zen_kaku_Gothic_New {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.Overpass {
  font-family: "Overpass", sans-serif;
}

.mv_area {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.mv_area .in {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .mv_area .in {
    width: 100%;
    margin: 10px 10px 0 10px;
    height: calc(100vh - 20px);
  }
}
@media screen and (max-width: 640px) {
  .mv_area .in {
    width: calc(100% - 20px);
    margin: 10px;
    height: calc(100vh - 20px);
  }
}
.mv_area .in img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.mv_area .in .mv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.mv_area .in .wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1300px;
  height: 300px;
}
@media print, screen and (min-width: 641px) {
  .mv_area .in .wrap {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .mv_area .in .wrap {
    text-align: center;
  }
}
.mv_area .in .logo img {
  height: auto;
  vertical-align: middle;
}
@media print, screen and (min-width: 641px) {
  .mv_area .in .logo img {
    width: 188px;
  }
}
@media screen and (max-width: 640px) {
  .mv_area .in .logo img {
    display: block;
    width: 100px;
    margin: auto;
  }
}
.mv_area .in .logo svg {
  display: inline-block;
  vertical-align: middle;
  fill: #FFF;
}
@media print, screen and (min-width: 641px) {
  .mv_area .in .logo svg {
    margin-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .mv_area .in .logo svg {
    display: block;
    margin: auto;
    width: auto;
    height: 90px;
    margin-top: 20px;
  }
}
.mv_area .in .mv_txt {
  text-align: left;
}
@media print, screen and (min-width: 641px) {
  .mv_area .in .mv_txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .mv_area .in .mv_txt {
    display: inline-block;
  }
}
.mv_area .in .mv_txt span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #FFF;
  white-space: nowrap;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C8E628), to(#C8E628));
  background-image: -o-linear-gradient(#C8E628 0%, #C8E628 100%);
  background-image: linear-gradient(#C8E628 0%, #C8E628 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
}
@media print, screen and (min-width: 641px) {
  .mv_area .in .mv_txt span {
    font-size: 24px;
    background-size: 0% 4px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  .mv_area .in .mv_txt span {
    font-size: 18px;
    background-size: 0% 2px;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 641px) {
  .mv_area .in .mv_txt span.active {
    background-size: 100% 4px;
  }
}
@media screen and (max-width: 640px) {
  .mv_area .in .mv_txt span.active {
    background-size: 100% 2px;
  }
}
.mv_area .in .sns {
  width: 26px;
  position: absolute;
  right: 40px;
  top: 35%;
}
.mv_area .in .sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mv_area .in .sns ul li {
  width: 26px;
  height: 26px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .mv_area .in .sns ul li {
    margin: 0 15% 0 0;
  }
}
.mv_area .in .sns ul li:last-child {
  margin: 0;
}
.mv_area .in .sns ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.mv_area .in .sns ul li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mv_area .in .sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .mv_area .in .sns {
    width: auto;
    top: 4%;
    right: 80px;
  }
}
.mv_area .in .mv_banner {
  position: absolute;
  width: 450px;
  bottom: 60px;
  right: 10px;
}
.mv_area .in .scrool_down {
  position: absolute;
  width: 64px;
  height: 61px;
  bottom: 0;
  left: calc(50% - 32px);
}
@media screen and (max-width: 640px) {
  .mv_area .in .mv_banner {
    position: absolute;
    width: 64%;
    bottom: 20px;
    right: 0px;
  }
  .mv_area .in .scrool_down {
    position: absolute;
    width: 10px;
    height: auto;
    bottom: 10px;
    left: 20px;
  }
}
.mv_area .news_box {
  width: 720px;
  height: 100px;
  position: absolute;
  left: 10px;
  bottom: 0px;
  border-radius: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mv_area .news_box .th {
  background-color: #28648C;
  width: 110px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  border-radius: 0 0 0 10px;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .mv_area .news_box .th {
    background-color: #28648C;
    width: 22%;
    height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFF;
    border-radius: 0 10px 10px 0;
    font-size: 20px;
    font-size: 4vw;
    font-weight: 700;
  }
}
.mv_area .news_box .td {
  width: calc(100% - 110px);
  background-color: #FFF;
  border-radius: 0 10px 0 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mv_area .news_box .td {
    width: 77%;
    background-color: inherit;
    padding: 3%;
  }
}
.mv_area .news_box .td .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mv_area .news_box .td .col:first-child {
  margin-bottom: 0.16rem;
}
.mv_area .news_box .td .col .date {
  font-size: 14px;
  width: 80px;
  border-right: solid 1px #C8E628;
}
.mv_area .news_box .td .col .title {
  font-size: 14px;
  width: calc(100% - 90px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mv_area .news_box .td .col {
    display: block;
  }
  .mv_area .news_box .td .col .date {
    font-size: 3.4vw;
    width: auto;
    border-right: solid 1px #C8E628;
    display: inline-block;
    padding-right: 1em;
  }
  .mv_area .news_box .td .col .title {
    font-size: 3.4vw;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .mv_area .news_box {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
  }
  .mv_area .news_box .th {
    position: relative;
  }
  .mv_area .news_box .td {
    position: relative;
  }
}

#news_blog {
  padding-top: 100px;
}
@media screen and (max-width: 640px) {
  #news_blog {
    padding-top: 0px;
  }
}
#news_blog .in {
  padding: 80px 0 100px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #news_blog .in {
    padding: 10% 0 12.5%;
  }
}
#news_blog .in:before {
  content: "";
  width: 1300px;
  height: 100%;
  border-radius: 10px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: calc(50% - 650px);
}
@media screen and (max-width: 640px) {
  #news_blog .in:before {
    width: 94%;
    left: 3%;
  }
}
#news_blog .in h2 {
  text-align: center;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #news_blog .in h2 {
    margin-bottom: 9%;
  }
}
#news_blog .in h2 img {
  max-width: 462px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 640px) {
  #news_blog .in h2 img {
    width: 76%;
  }
}
#news_blog .in h2 span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
#news_blog .in h2 span:before {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_l.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -80px;
  top: 5px;
}
#news_blog .in h2 span:after {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_r.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -80px;
  top: 5px;
}
#news_blog .in .slide {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #news_blog .in .slide {
    margin-bottom: 10%;
  }
}
#news_blog .in .slide .slider-pro .sp-slides img {
  width: 100%;
  height: auto;
}
#news_blog .in .slide .slider-pro .sp-slides .date {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  color: #666666;
}
#news_blog .in .slide .slider-pro .sp-slides .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #333333;
}


#about_quum .in {
  padding: 100px 0 0;
}
@media screen and (max-width: 640px) {
  #about_quum .in {
    padding: 10% 0 0;
  }
}
#about_quum .in .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #about_quum .in .col2 {
    display: block;
    width: 100%;
    margin: 0 auto 0;
  }
}
#about_quum .in .col2 .col_l {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 32px 0 0;
  background-image: url("../../common/img/bk_about_quum.png");
  background-position: right 75% bottom 32px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #about_quum .in .col2 .col_l {
    width: 100%;
    padding: 0 5%;
    background-image: url("../../common/img/bk_about_quum.png");
    background-position: right -65px bottom;
    background-repeat: no-repeat;
    background-size: 90% auto;
  }
}
#about_quum .in .col2 .col_l .inner {
  max-width: 540px;
}
@media screen and (max-width: 640px) {
  #about_quum .in .col2 .col_l .inner {
    max-width: 100%;
  }
}
#about_quum .in .col2 .col_l .inner h2 {
  text-align: center;
  margin-bottom: 72px;
}
#about_quum .in .col2 .col_l .inner h2 img {
  max-width: 483px;
  margin: 0 auto;
}
#about_quum .in .col2 .col_l .inner h2 span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
#about_quum .in .col2 .col_l .inner h2 span:before {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_l.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -80px;
  top: 5px;
}
#about_quum .in .col2 .col_l .inner h2 span:after {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_r.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -80px;
  top: 5px;
}
@media screen and (max-width: 640px) {
  #about_quum .in .col2 .col_l .inner h2 {
    width: 88%;
    margin: 0 auto 9%;
  }
}
#about_quum .in .col2 .col_l .inner h3 {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 56px;
}
@media screen and (max-width: 640px) {
  #about_quum .in .col2 .col_l .inner h3 {
    font-size: 6.4vw;
    line-height: 2;
    margin-bottom: 7%;
  }
}
#about_quum .in .col2 .col_l .inner p {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #about_quum .in .col2 .col_l .inner p {
    font-size: 4.3vw;
    text-align: left;
    margin-bottom: 16%;
  }
}
@media screen and (max-width: 640px) {
  #about_quum .in .col2 .col_l .inner p img {
    width: 100%;
    height: auto;
  }
}
#about_quum .in .col2 .col_r {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 32px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #about_quum .in .col2 .col_r {
    width: 100%;
    padding: 0 5%;
  }
}
#about_quum .in .col2 .col_r img.img_about_quum {
  max-width: 664px;
}
@media screen and (max-width: 640px) {
  #about_quum .in .col2 .col_r img.img_about_quum {
    width: 100%;
  }
}
#about_quum .in .col2 .col_r img.img_about_quum01 {
  position: absolute;
  left: 32px;
  top: 0;
}
#about_quum .in .col2 .col_r img.img_about_quum02 {
  position: absolute;
  left: 270px;
  top: 375px;
}
#about_quum .in .col2 .col_r img.img_about_quum03 {
  position: absolute;
  left: 32px;
  top: 600px;
}
#about_quum .in .col2 .col_r:after {
  content: "";
  display: block;
  clear: both;
}

#feature {
  width: 100%;
}
#feature .head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #feature .head {
    margin-bottom: 5%;
  }
}
#feature .head .feature_bk {
  width: 100%;
}
#feature .head .feature_tit {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1202px;
}
@media screen and (max-width: 640px) {
  #feature .head .feature_tit {
    max-width: 100%;
  }
}
#feature .head .logo {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  #feature .head .logo {
    width: 50vw;
    height: auto;
  }
}
#feature .head .logo .svgtxt {
  fill: #FFF;
}
#feature .head .logo .svgline {
  fill: none;
  stroke: #FFF;
  stroke-width: 2px;
}
#feature h2 {
  width: 319px;
  margin: -100px auto 80px;
  padding-top: 100px;
  text-align: center;
}
#feature h2 img {
  width: 100%;
  height: auto;
}
#feature h2 span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
#feature h2 span:before {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_l.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -80px;
  top: 5px;
}
#feature h2 span:after {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_r.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -80px;
  top: 5px;
}
@media screen and (max-width: 640px) {
  #feature h2 {
    width: 60%;
    margin: 0 auto 10%;
    padding-top: 0;
  }
}
#feature .col4 {
  width: 1100px;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #feature .col4 {
    width: 100%;
    display: block;
    margin-bottom: 15%;
  }
}
#feature .col4 .col {
  width: 350px;
  border-radius: 6px;
  background-color: #FFF;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 24px 40px;
}
@media screen and (max-width: 640px) {
  #feature .col4 .col {
    width: 90%;
    margin: 0 auto 10%;
    padding: 48px 3% 3%;
  }
}
#feature .col4 .col .num {
  position: absolute;
  left: 24px;
  top: -16px;
}
@media screen and (max-width: 640px) {
  #feature .col4 .col .num {
    left: 10%;
  }
}
#feature .col4 .col .ico {
  width: 103px;
  margin: 0 auto 16px;
}
#feature .col4 .col h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 16px;
}
#feature .col4 .col p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  padding: 0;
  margin: 0;
}

#list {
  width: 100%;
  margin: -100px auto 96px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-image: url("../../common/img/cars_bk.png");
  background-repeat: no-repeat;
  background-position: left -200px top 80px;
}
@media screen and (max-width: 640px) {
  #list {
    background-size: 100% auto;
    background-position: left -180px top 80px;
    padding: 13% 0;
    margin-bottom: 12%;
  }
}
#list .cmnTit01 {
  width: 156px;
}
@media print, screen and (min-width: 641px) {
  #list .cmnTit01 {
    margin-left: calc(50% - 335px);
  }
}
@media screen and (max-width: 640px) {
  #list .cmnTit01 {
    width: 71%;
  }
}
#list h2 {
  width: 116px;
  margin-left: calc(50% - 315px);
  margin-bottom: 104px;
  text-align: center;
}
#list h2 img {
  width: 116px;
  height: auto;
  margin: 0 auto 0;
  display: block;
}
@media screen and (max-width: 640px) {
  #list h2 img {
    width: 40%;
    margin: 0 32% 3% 5%;
  }
}
#list h2 span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
@media screen and (max-width: 640px) {
  #list h2 span {
    font-size: 4vw;
    margin-right: 53%;
  }
}
#list h2 span:before {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_l.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -80px;
  top: 5px;
}
#list h2 span:after {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_r.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -80px;
  top: 5px;
}
@media screen and (max-width: 640px) {
  #list h2 {
    width: 54.8%;
    margin: 0 auto 20%;
  }
}
#list .outer {
  width: 1100px;
  margin: 0 auto 0;
}
@media screen and (max-width: 640px) {
  #list .outer {
    width: 90%;
  }
}
#list .outer:before {
  content: "";
  position: absolute;
  width: 1240px;
  height: calc(100% - 80px);
  background-color: #28648C;
  border-radius: 6px;
  top: 80px;
  left: 50%;
}
@media screen and (max-width: 640px) {
  #list .outer:before {
    width: 80%;
    height: calc(100% - 2.85rem);
    left: 68%;
    top: 0.9rem;
  }
}
#list .outer .list_detail {
  width: 100%;
  position: relative;
  border-radius: 6px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 64px;
}
#list .outer .list_detail:nth-child(2) .col2 .ph {
  text-align: center;
}
/* #list .outer .list_detail:nth-child(2) .col2 .ph img {
  width: 80%;
  margin: 0 auto;
} */
@media screen and (max-width: 640px) {
  #list .outer .list_detail:nth-child(2) .col2 .ph img {
    margin: 0 auto -10%;
  }
}
#list .outer .list_detail:nth-child(3) .col2 .ph {
  text-align: center;
}
/* #list .outer .list_detail:nth-child(3) .col2 .ph img {
  width: 80%;
  margin: 0 auto;
} */
@media screen and (max-width: 640px) {
  #list .outer .list_detail:nth-child(3) .col2 .ph img {
    margin: 0 auto -10%;
  }
}
#list .outer .list_detail .name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  padding: 8px 16px;
  background-color: #C8E628;
  display: inline-block;
  position: absolute;
  left: 16px;
  top: -24px;
  z-index: 0;
}
#list .outer .list_detail .name:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 0px;
  z-index: -1;
  top: 0;
  right: -30px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .name {
    font-size: 3.6vw;
    z-index: 10;
    padding: 8px 16px 8px 16px;
  }
}
#list .outer .list_detail .name.car01 {
  background-color: #F1AF2D;
}
#list .outer .list_detail .name.car01:after {
  border: 23px solid #F1AF2D;
  border-right-color: transparent;
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .name.car01:after {
    border: 18px solid #F1AF2D;
    border-right-color: transparent;
    right: -20px;
  }
}
#list .outer .list_detail .name.car02 {
  background-color: #3E9FAB;
}
#list .outer .list_detail .name.car02:after {
  border: 23px solid #3E9FAB;
  border-right-color: transparent;
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .name.car02:after {
    border: 18px solid #3E9FAB;
    border-right-color: transparent;
    right: -20px;
  }
}
#list .outer .list_detail .name.car03 {
  background-color: #E35514;
}
#list .outer .list_detail .name.car03:after {
  border: 23px solid #E35514;
  border-right-color: transparent;
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .name.car03:after {
    border: 18px solid #E35514;
    border-right-color: transparent;
    right: -20px;
  }
}
#list .outer .list_detail .num {
  position: absolute;
  left: -40px;
  top: 0;
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .num {
    left: 4%;
    top: 10%;
    width: 5%;
  }
  #list .outer .list_detail .num img {
    width: 100%;
    height: auto;
  }
}
#list .outer .list_detail .col2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .col2 {
    display: block;
  }
}
#list .outer .list_detail .col2 .ph {
  width: 555px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5.55rem;
  height: 3.3rem;
}
#list .outer .list_detail .col2 .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .col2 .ph img {
    margin: 0 auto -5%;
  }
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .col2 .ph {
    width: 90%;
    margin: 10% 0% 0 10%;
    height: auto;
  }
}
#list .outer .list_detail .col2 .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 555px);
  padding: 40px 60px 50px 0;
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .col2 .col {
    width: 100%;
    padding: 0% 8% 5% 5%;
  }
}
#list .outer .list_detail .col2 .col h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  border-bottom: solid 2px #C8E628;
  padding: 0 0 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .col2 .col h3 {
    font-size: 4.8vw;
    margin-bottom: 2%;
  }
}
#list .outer .list_detail .col2 .col.car01 h3 {
  border-bottom: solid 2px #F1AF2D;
}
#list .outer .list_detail .col2 .col.car01 .btn {
  background-color: #F1AF2D;
}
#list .outer .list_detail .col2 .col.car01 .btn a {
  color: #FFF;
}
#list .outer .list_detail .col2 .col.car01 .btn a:after {
  background-image: url("../../common/img/arrow_w.png");
}
#list .outer .list_detail .col2 .col.car02 h3 {
  border-bottom: solid 2px #3E9FAB;
}
#list .outer .list_detail .col2 .col.car02 .btn {
  background-color: #3E9FAB;
}
#list .outer .list_detail .col2 .col.car02 .btn a {
  color: #FFF;
}
#list .outer .list_detail .col2 .col.car02 .btn a:after {
  background-image: url("../../common/img/arrow_w.png");
}
#list .outer .list_detail .col2 .col.car03 h3 {
  border-bottom: solid 2px #E35514;
}
#list .outer .list_detail .col2 .col.car03 .btn {
  background-color: #E35514;
}
#list .outer .list_detail .col2 .col.car03 .btn a {
  color: #FFF;
}
#list .outer .list_detail .col2 .col.car03 .btn a:after {
  background-image: url("../../common/img/arrow_w.png");
}
#list .outer .list_detail .col2 .col .detail {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .col2 .col .detail {
    font-size: 3.5vw;
  }
}
#list .outer .list_detail .col2 .col .detail .tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}
#list .outer .list_detail .col2 .col .detail .tr .th {
  width: 70px;
}
#list .outer .list_detail .col2 .col .detail .tr .td {
  width: calc(100% - 78px);
}
@media screen and (max-width: 640px) {
  #list .outer .list_detail .col2 .col .detail .tr {
    margin-bottom: 3%;
  }
}
#list .outer .btn.ichiran {
  margin-left: calc(50% - 290px);
}
@media screen and (max-width: 640px) {
  #list .outer .btn.ichiran {
    margin-left: 50%;
  }
}

.always {
  width: 1100px;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .always {
    width: 100%;
    display: block;
    margin-bottom: 10%;
  }
}
.always .in {
  width: 880px;
  height: 384px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  border-radius: 10px;
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  .always .in {
    width: 90%;
    height: auto;
    margin: 0 auto 0;
    padding: 2px;
  }
  .always .in img {
    width: 100%;
    height: auto;
    margin-bottom: 7%;
  }
}
.always .in h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .always .in h2 img {
    width: 90%;
    display: block;
    margin: 0 auto 5%;
  }
}
.always .in h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .always .in h3 {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 4.8vw;
  }
}
.always .in p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-right: 190px;
}
@media screen and (max-width: 640px) {
  .always .in p {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 4vw;
    padding: 0;
  }
}
.always .ph_r {
  width: 440px;
  margin-left: -240px;
}
@media screen and (max-width: 640px) {
  .always .ph_r {
    width: 100%;
    margin: 0;
  }
}
#price_area {
  width: 100%;
  padding: 120px 0 120px;
  background-image: url("../../common/img/price_area_bk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 640px) {
  #price_area {
    padding: 15% 0 15%;
  }
}
#price_area .in {
  width: 1100px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #price_area .in {
    width: 90%;
    display: block;
  }
}
#price_area .in .price {
  width: 530px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 56px 20px 64px;
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  #price_area .in .price {
    width: 100%;
    padding: 10% 5% 8%;
    border-radius: 10px;
    margin-bottom: 5%;
  }
}
#price_area .in .price svg {
  display: block;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  #price_area .in .price svg {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #price_area .in .price svg {
    width: auto;
    height: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #price_area .in .price svg [data-svgtextanimation01-line] {
    stroke-width: 2.5;
  }
}
#price_area .in .price h2 {
  width: 110px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #price_area .in .price h2 {
    width: 25%;
    margin-bottom: 5%;
  }
}
#price_area .in .price h2 img {
  width: 100%;
  margin: 0 auto 0;
}
#price_area .in .price h2 span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
@media screen and (max-width: 640px) {
  #price_area .in .price h2 span {
    font-size: 4vw;
  }
}
#price_area .in .price .ph {
  width: 100%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 640px) {
  #price_area .in .price .ph {
    margin-bottom: 4%;
  }
}
#price_area .in .price .ph img {
  width: 100%;
  height: auto;
}
#price_area .in .price h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  #price_area .in .price h3 {
    font-size: 4.8vw;
    margin-bottom: 4%;
  }
}
#price_area .in .price p {
  width: 90%;
  margin: 0 auto 0;
  font-size: 16px;
  font-weight: 300;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  #price_area .in .price p {
    font-size: 3.6vw;
    margin-bottom: 4%;
  }
}
#price_area .in .option {
  width: 530px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 56px 20px 64px;
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  #price_area .in .option {
    width: 100%;
    padding: 10% 5% 8%;
    border-radius: 10px;
  }
}
#price_area .in .option svg {
  display: block;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  #price_area .in .option svg {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #price_area .in .option svg {
    width: auto;
    height: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #price_area .in .option svg [data-svgtextanimation01-line] {
    stroke-width: 2.5;
  }
}
#price_area .in .option h2 {
  width: 161px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #price_area .in .option h2 {
    width: 33.7%;
    margin-bottom: 5%;
  }
}
#price_area .in .option h2 img {
  width: 100%;
  margin: 0 auto 0;
}
#price_area .in .option h2 span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
@media screen and (max-width: 640px) {
  #price_area .in .option h2 span {
    font-size: 4vw;
  }
}
#price_area .in .option .ph {
  width: 100%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 640px) {
  #price_area .in .option .ph {
    margin-bottom: 4%;
  }
}
#price_area .in .option .ph img {
  width: 100%;
  height: auto;
}
#price_area .in .option h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  #price_area .in .option h3 {
    font-size: 4.8vw;
    margin-bottom: 4%;
  }
}
#price_area .in .option p {
  width: 90%;
  margin: 0 auto 0;
  font-size: 16px;
  font-weight: 300;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  #price_area .in .option p {
    font-size: 3.6vw;
    margin-bottom: 4%;
  }
}
#guide {
  padding: 120px 0 64px;
  background-color: #F2F2F2;
  position: relative;
}
@media screen and (max-width: 640px) {
  #guide {
    padding: 15% 0 8%;
  }
}
#guide:before {
  content: "";
  width: 13rem;
  height: calc(100% - 184px);
  margin: 120px auto 64px;
  border-radius: 10px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  #guide:before {
    width: 90%;
    height: 85%;
    margin: 15% 0 8%;
    left: 5%;
    -webkit-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}
#guide .in {
  padding: 80px 0 100px;
  background-image: url("../../common/img/guide_bk.png");
  background-size: 1581px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 640px) {
  #guide .in {
    padding: 10% 0 12%;
    background-size: 100% auto;
    background-position: top 1.8rem center;
  }
}
#guide .in h2 {
  width: 212px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #guide .in h2 {
    width: 41.6%;
    margin-bottom: 5%;
  }
}
#guide .in h2 img {
  width: 100%;
  margin: 0 auto 0;
}
#guide .in h2 span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
@media screen and (max-width: 640px) {
  #guide .in h2 span {
    font-size: 3.8vw;
  }
}
#guide .in h2 span:before {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_l.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -80px;
  top: 5px;
}
#guide .in h2 span:after {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_r.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -80px;
  top: 5px;
}
#guide .in p.read {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
  #guide .in p.read {
    width: 80%;
    margin: 0 auto 8%;
    font-size: 4vw;
    text-align: left;
  }
}
#guide .in .col3 {
  width: 1100px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 641px) {
  #guide .in .col3.ver2 {
    width: 735px;
  }
}
@media screen and (max-width: 640px) {
  #guide .in .col3 {
    width: 80%;
    margin: 0 auto 0;
    display: block;
  }
}
#guide .in .col3 .col {
  width: 340px;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  #guide .in .col3 .col {
    width: 100%;
  }
}
#guide .in .col3 .col a {
  width: 100%;
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  #guide .in .col3 .col a {
    height: auto;
    padding: 10% 0;
  }
}
#guide .in .col3 .col a:before {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #C1DF28;
  position: absolute;
  top: calc(50% - 18px);
  right: 16px;
}
#guide .in .col3 .col a:after {
  content: "";
  width: 14px;
  height: 100%;
  background-image: url(../../common/img/arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 26px;
}
#guide .in .col3 .col a h3 {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #guide .in .col3 .col a h3 {
    width: 65%;
    margin: 0 auto 0;
  }
}
#guide .in .col3 .col a h3 img {
  margin: 0 auto 0;
}
#guide .in .col3 .col a h3 span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  #guide .in .col3 .col a h3 span {
    font-size: 3.6vw;
  }
}
#guide .in .col3 .col:nth-child(1) {
  background-color: #28648C;
}
@media screen and (max-width: 640px) {
  #guide .in .col3 .col:nth-child(1) {
    margin-bottom: 5%;
  }
}
#guide .in .col3 .col:nth-child(1) a h3 img {
  display: block;
  width: 90px;
}
@media screen and (max-width: 640px) {
  #guide .in .col3 .col:nth-child(1) a h3 img {
    width: 38%;
  }
}
#guide .in .col3 .col:nth-child(2) {
  background-color: #67A3B7;
}
@media screen and (max-width: 640px) {
  #guide .in .col3 .col:nth-child(2) {
    margin-bottom: 5%;
  }
}
#guide .in .col3 .col:nth-child(2) a h3 img {
  display: block;
  width: 193px;
}
@media screen and (max-width: 640px) {
  #guide .in .col3 .col:nth-child(2) a h3 img {
    width: 90%;
  }
}
#guide .in .col3 .col:nth-child(3) {
  background-color: #507FBE;
}
#guide .in .col3 .col:nth-child(3) a h3 img {
  display: block;
  width: 101px;
}
@media screen and (max-width: 640px) {
  #guide .in .col3 .col:nth-child(3) a h3 img {
    width: 40%;
  }
}

#column {
  width: 100%;
  background-image: url("../../common/img/column_bk.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (max-width: 640px) {
  #column {
    background-image: url("../../common/img/column_bk_sp.png");
  }
}
#column .in {
  width: 1100px;
  margin: 0 auto 0;
  padding: 160px 0 0;
}
@media screen and (max-width: 640px) {
  #column .in {
    width: 100%;
    padding: 1.5rem 0 0;
  }
}
#column .in h2 {
  width: 280px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #column .in h2 {
    width: 48%;
    margin: 0 auto 5%;
  }
}
#column .in h2 img {
  width: 100%;
  margin: 0 auto 0;
}
#column .in h2 span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
@media screen and (max-width: 640px) {
  #column .in h2 span {
    font-size: 3.8vw;
  }
}
#column .in h2 span:before {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_l.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -80px;
  top: 5px;
}
#column .in h2 span:after {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_r.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -80px;
  top: 5px;
}
#column .in .column_detail {
  width: 1100px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail {
    width: 90%;
    margin: 0 auto 3%;
    display: block;
  }
}
#column .in .column_detail .col_l {
  width: 600px;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_l {
    width: 100%;
    margin-bottom: 10%;
  }
}
#column .in .column_detail .col_l .col .ph {
  width: 600px;
  height: 440px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_l .col .ph {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
}
#column .in .column_detail .col_l .col .ph .of {
	width: 100%;
	height: 100%;
}
/* #column .in .column_detail .col_l .col .ph img {
  width: 100%;
  height: auto;
} */
#column .in .column_detail .col_l .col .ph .head {
  width: 320px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #85B5C5;
  border-radius: 0 10px 0 0;
  position: absolute;
  left: 0;
  bottom: -20px;
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_l .col .ph .head {
    width: 70%;
    padding: 3% 0 0;
  }
}
#column .in .column_detail .col_l .col .ph .head .cat {
  /* width: 90px; */
  width: auto;
  padding: 0 16px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #28648C;
  border-radius: 4px;
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_l .col .ph .head .cat {
    /* width: 60px; */
    line-height: 24px;
    font-size: 3.4vw;
  }
}
#column .in .column_detail .col_l .col .ph .head .date {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  color: #3E3A39;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_l .col .ph .head .date {
    font-size: 3.6vw;
  }
}
#column .in .column_detail .col_l .col .txt .title {
  padding-right: 56px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_l .col .txt .title {
    padding-right: 0;
    font-size: 4.2vw;
  }
}
#column .in .column_detail .col_r {
  width: 430px;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_r {
    width: 100%;
  }
}
#column .in .column_detail .col_r .col {
    width: 100%;
}
@media screen and (min-width: 641px) {
	#column .in .column_detail .col_r .col {
		height: 140px;
	}
	#column .in .column_detail .col_r .col + .col {
		margin-top: 60px;
	}
}
#column .in .column_detail .col_r .col > a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
#column .in .column_detail .col_r .col .ph {
  width: 180px;
  height: 140px;
  border-radius: 4px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_r .col .ph {
    width: 43%;
    height: auto;
    margin-bottom: 10%;
  }
}
/* #column .in .column_detail .col_r .col .ph img {
  width: 100%;
  /* height: auto;
} */
#column .in .column_detail .col_r .col .txt {
  width: 220px;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_r .col .txt {
    width: 52%;
  }
}
#column .in .column_detail .col_r .col .txt .head {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_r .col .txt .head {
    flex-wrap: wrap;
    margin-bottom: 4%;
  }
}
#column .in .column_detail .col_r .col .txt .head .cat {
  /* width: 90px; */
  width: auto;
  min-width: 90px;
  box-sizing: border-box;
  padding: 0 8px;
  line-height: 30px;
  color: #FFF;
  font-size: 14px;
  background-color: #28648C;
  border-radius: 4px;
  margin-right: 16px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_r .col .txt .head .cat {
    /* width: 60px; */
    line-height: 24px;
    font-size: 3.4vw;
	margin-bottom: 4%;
  }
}
#column .in .column_detail .col_r .col .txt .head .date {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  color: #3E3A39;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_r .col .txt .head .date {
    font-size: 3.6vw;
  }
}
#column .in .column_detail .col_r .col .txt .title {
  font-size: 15px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
@media screen and (max-width: 640px) {
  #column .in .column_detail .col_r .col .txt .title {
    font-size: 3.2vw;
  }
}
#column .in .banner_area {
  width: 1000px;
  margin: 0 auto 0;
  padding: 96px 0 96px;
}
@media screen and (max-width: 640px) {
  #column .in .banner_area {
    width: 90%;
    padding: 12% 0;
  }
}
#column .in .banner_area .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #column .in .banner_area .col2 {
    display: block;
  }
}
#column .in .banner_area .col2 .col {
  width: 470px;
}
@media screen and (max-width: 640px) {
  #column .in .banner_area .col2 .col {
    width: 100%;
    margin-bottom: 5%;
  }
}
#column .in .banner_area .col2 .col a img {
  width: 100%;
  height: auto;
}

#access {
  width: 100%;
  margin: 0 auto 0;
  border-radius: 10px;
  padding: 184px 0 96px;
  position: relative;
  background-image: url("../../common/img/access_bk.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (max-width: 640px) {
  #access {
    width: 100%;
    margin: 0 auto 0;
    background-image: url("../../common/img/access_bk_sp.png");
    padding: 23% 0 20%;
  }
}
#access:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #85B5C5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#access:after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
#access h2 {
  width: 267px;
  margin: 0 auto 80px;
  text-align: center;
}
#access h2 img {
  width: 100%;
  margin: 0 auto 0;
}
@media screen and (max-width: 640px) {
  #access h2 {
    width: 43.5%;
    margin: 0 auto 12%;
  }
}
#access h2 span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}
@media screen and (max-width: 640px) {
  #access h2 span {
    font-size: 3.8vw;
  }
}
#access h2 span:before {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_l.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -80px;
  top: 5px;
}
#access h2 span:after {
  content: "";
  width: 72px;
  height: 18px;
  background-image: url("../../common/img/tit_r.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -80px;
  top: 5px;
}
#access .col3 {
  width: 1300px;
  width: calc((1300px / 3) * 2);
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #access .col3 {
    width: 90%;
    margin: 0 auto 15%;
    display: block;
  }
}
#access .col3 .col {
  width: 260px;
}
@media screen and (max-width: 640px) {
  #access .col3 .col {
    width: 100%;
    padding-bottom: 8%;
    margin: 0 auto 12%;
    border-bottom: solid 1px #333;
  }
}
#access .col3 .col h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #access .col3 .col h3 {
    font-size: 4.2vw;
    margin: 0 0 4%;
  }
}
#access .col3 .col .gmap {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #access .col3 .col .gmap {
    margin-bottom: 4%;
  }
}
#access .col3 .col .gmap iframe {
  width: 100%;
  height: 254px;
}
#access .col3 .col .add {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 640px) {
  #access .col3 .col .add {
    font-size: 3.5vw;
  }
}
#access .rent_service {
  width: 680px;
  margin: 0 auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #access .rent_service {
    width: 90%;
  }
}
#access .rent_service .tit {
  width: 100%;
  height: 50px;
  border-radius: 10px 10px 0 0;
  background-color: #F1AF2D;
  border: solid 2px #F1AF2D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #access .rent_service .tit {
    font-size: 4.2vw;
  }
}
#access .rent_service .txt_area {
  border-radius: 0 0 10px 10px;
  background-color: #FFF;
  border: solid 2px #F1AF2D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 150px 24px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #333;
  background-image: url("../../common/img/ico_rent.png");
  background-repeat: no-repeat;
  background-size: 102px auto;
  background-position: right 40px center;
}
@media screen and (max-width: 640px) {
  #access .rent_service .txt_area {
    font-size: 4vw;
    text-align: center;
    padding: 8% 3% 80px 3%;
    background-size: auto 40px;
    background-position: center bottom 16px;
  }
}
#access .rent_service .txt_area span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #access .rent_service .txt_area span {
    font-size: 3.4vw;
  }
}


.p_header_area .in {
  padding: 200px 0 96px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p_header_area .in {
    padding: 100px 0 12%;
    font-size: 5.8vw;
  }
}

.calender .in .col2 {
  width: 1000px;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .calender .in .col2 {
    width: 90%;
    margin: 0 auto 10%;
    display: block;
  }
}
.calender .in .col2 .col_l {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .calender .in .col2 .col_l {
    width: 100%;
    margin-bottom: 4%;
  }
}
.calender .in .col2 .col_l .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 120px;
  color: #333;
}
@media screen and (max-width: 640px) {
  .calender .in .col2 .col_l .inner {
    padding: 0;
  }
}
.calender .in .col2 .col_l .inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .calender .in .col2 .col_l .inner h2 {
    font-size: 4.2vw;
    margin-bottom: 4%;
  }
}
.calender .in .col2 .col_l .inner h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .calender .in .col2 .col_l .inner h3 {
    font-size: 3.6vw;
  }
}
.calender .in .col2 .col_r {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .calender .in .col2 .col_r {
    width: 100%;
  }
}
.calender .in .col2 .col_r iframe {
  width: 100%;
  max-width: 500px;
  height: 500px;
}

@media screen and (max-width: 640px) {
  .form_area {
    width: 90%;
    margin: 0 auto 0;
  }
}
.form_area h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .form_area h2 {
    font-size: 5.8vw;
    margin-bottom: 4%;
  }
}
.form_area h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .form_area h3 {
    font-size: 3.6vw;
    margin-bottom: 4%;
  }
}
.entry_form {
  max-width: 900px;
  margin: 0 auto 80px;
  border-spacing: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.entry_form .tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0;
  border-bottom: solid 1px #d9d9d9;
}

.entry_form .tr .th {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5% 0 0;
  text-align: left;
  vertical-align: top;
  position: relative;
}

.entry_form .tr .th span {
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 13.5px;
  background-color: #C8E628;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 1px 8px;
}

.entry_form .tr .th.required span:after {
  display: inline-block;
  position: absolute;
  content: "＊";
  padding: 0 8px;
  color: #ea571a;
  top: 0;
  right: -2.5rem;
  font-size: 12px;
}

.entry_form .tr .td {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.entry_form .tr:last-child .th {
  border-bottom: none;
}

.entry_form .tr:last-child .td {
  border-bottom: none;
}

.entry_form .tr .td input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #F1F4F8;
}
.entry_form .tr .td .col2_error {width: 100%;display: flex;justify-content: space-between;}
.entry_form .tr .td .col2_error .error {width: 48%;display: inline-block;}
.entry_form .tr .td .col2_error .error + .error {width: 48%;margin-left: 4%;}
.entry_form .tr .td input[type=text] {
  width: 100%;
}

.entry_form .tr .td input[type=text]:last-child {
  margin-bottom: 0;
}

.entry_form .tr .td input.p-postal-code {
  width: 20%;
}

.entry_form .tr .td input.name_box {
  width: 48%;float: left;
}
.entry_form .tr .td input.name_box2 {
  width: 48%;margin-left: 4%;float: left;
}

.entry_form .tr .td input[type=tel] {
  width: 50%;
}

.entry_form .tr .td input[type=radio] {
  width: auto;
}

.entry_form .tr .td input[type=checkbox] {
  width: auto;
  padding: 0;
}

.entry_form .tr .td input[size="10"] {
  width: 20%;
  display: inline-block;
}

.entry_form .tr .td textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  background-color: #ededed;
  border: none;
}

.entry_form .tr .td select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #F1F4F8;
}

.entry_form .tr .td input[name=departure] {
  width: 70%;
}

.entry_form .tr .td select[name=departuretime] {
  width: 26%;
  margin-left: 3%;
}

.entry_form .tr .td input[name=arrival] {
  width: 70%;
}

.entry_form .tr .td select[name=arrivaltime] {
  width: 26%;
  margin-left: 3%;
}

.entry_form .tr .td .mwform-radio-field {
  width: auto;
  margin-right: 1em;
}

.entry_form .tr .td.select_shop .mwform-radio-field {
  margin-right: 1em;
}

.entry_form .tr .td.select_shop .mwform-radio-field:nth-child(4) {
  display: block;
}

.entry_form .tr .td .mwform-checkbox-field {
  width: 100%;
  display: block;
}

.entry_form .tr p.rem {
  font-size: 16px;
  color: #E85F6C;
  padding: 0 15px;
}

.p-postal-code {
  margin-bottom: 5px;
}

.entry_form .tr .td span label {
  margin: 0;
  padding: 10px 0;
}

.entry_form .tr .td.select_shop .pickup-op input[name=select_space] {
  pointer-events: none;
  background-color: #ccc;
  margin-top: 8px;
}
.entry_form .tr .td.select_shop .pickup-op.active input[name=select_space] {
  pointer-events: all;
  background-color: #F1F4F8;
}

.entry_form .tr .td .mwform-checkbox-field {
  width: 100%;
  display: block;
}

.mw_wp_form .entry_form .horizontal-item {
  padding: 10px 0 0;
  display: inline-block;
}

.mw_wp_form .entry_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

.policy_check {
  max-width: 700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px;
  margin: 0 auto 0;
  background-color: #F1F4F8;
}

.policy_check .check_acc {
  text-align: center;
  margin-bottom: 40px;
}

.policy_check .check_acc .check_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.policy_check .check_acc .check_col span.txt {
  margin-left: -1em;
}

.policy_check .check_acc .check_col span a {
  text-decoration: underline;
}

.policy_check .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.policy_check .btn_area .btn_submit {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 60%;
}

.policy_check .btn_area .btn_submit input[type=submit] {
  width: 100%;
  height: 72px;
  padding: 0 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto 0;
  border: none;
  cursor: pointer;
  background: #C8E628;
}

.policy_check .btn_area .btn_submit input[type=submit]:hover {
  opacity: 0.8;
}

.policy_check .btn_area .btn_submit input[type=submit][disabled] {
  background: #cccccc;
  color: #999999;
  cursor: none;
}

.policy_check .btn_area .btn_back {
  position: relative;
  margin-right: 3%;
  width: 48.5%;
}

.policy_check .btn_area .btn_back input[name=submitBack] {
  width: 100%;
  height: 72px;
  padding: 0 72px 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background-color: #86a22f;
  color: #FFF;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #FFF;
  margin: 0 auto 0;
  cursor: pointer;
  border-radius: 8px;
}

.policy_check .btn_area .btn_back input[name=submitBack]:hover {
  opacity: 0.8;
}

.policy_check .btn_area .btn_back:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 20px;
  width: 64px;
  border-top: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.policy_check .btn_area .btn_back:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 10px;
  border-style: solid;
  border-width: 10px 10px 0 0px;
  border-color: transparent #fff transparent transparent;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.policy_check .btn_area .btn_back:hover:before {
  left: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 1px solid #FFF;
}

.policy_check .btn_area .btn_back:hover:after {
  rleft: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-color: transparent #FFF transparent transparent;
}

.mw_wp_form_confirm .confirm-show {
  display: block;
}

.mw_wp_form_confirm .input-show {
  display: none;
}

.mw_wp_form_input .confirm-show {
  display: none;
}

.mw_wp_form_input .input-show {
  display: block;
}

.form_area .in .thanks {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 40px 0;
}

.form_area .in .btn {
  width: 300px;
  height: 72px;
  padding: 0 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto 40px;
  border: none;
  cursor: pointer;
  background: #C8E628;
}

.form_area .in .btn a {
  color: #FFF;
}

.policy_check .mwform-checkbox-field-text {
  font-size: 16px;
}

.policy_check .remark {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 640px) {
  .entry_form {
    max-width: 100%;
    margin: 0 auto 10%;
    border-spacing: 0;
    font-size: 3.6vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
  }

  .entry_form .tr {
    width: 100%;
    display: block;
    padding: 4% 0;
    border-bottom: solid 1px #d9d9d9;
  }

  .entry_form .tr .th {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2% 0 2% 0;
    text-align: left;
    vertical-align: top;
    position: relative;
  }

  .entry_form .tr .th span {
    display: inline-block;
    position: relative;
    margin-left: 3%;
    right: 0%;
    top: 0px;
    background-color: #6EDE86;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    padding: 1px 8px;
  }

  .entry_form .tr .td {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }

  .entry_form .tr .td input.p-postal-code {
    width: 30%;
  }

  .policy_check {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6%;
    margin: 0 auto 0;
    background-color: #F1F4F8;
  }

  .policy_check .check_acc .check_col span {
    font-size: 3.4vw;
  }

  .policy_check .check_acc .check_col span.txt {
    margin-top: 1em;
  }
}

@media screen and (max-width: 640px) {
  .entry_form .tr .td input,
  .entry_form .tr .td textarea,
  .entry_form .tr .td option,
  .entry_form .tr .td select {
    font-size: 16px;
  }
}

.entry_form .tr .td input[name="departure"],
.entry_form .tr .td input[name="arrival"] {
  border: 1px solid #888;
}

.entry_form .tr .td select[name="departuretime"],
.entry_form .tr .td select[name="arrivaltime"] {
  border: 1px solid #888;
}


@media screen and (max-width: 640px){
  .entry_form .tr .td input[name="departure"],
  .entry_form .tr .td input[name="arrival"] {
    width: 100%;
    border: 1px solid #888;
  }
  
  .entry_form .tr .td select[name="departuretime"],
  .entry_form .tr .td select[name="arrivaltime"] {
    width: 100%;
    border: 1px solid #888;
    margin-top: 5px;
    margin-left: 0;
  }
}

.entry_form .tr .td .op_tit {
  margin-top: 20px;
}
.entry_form .tr .td .op_tit.first {
  margin-top: 20px;
}
.entry_form .tr .td .op_box {
  line-height: 3;
  font-weight: normal;
}
.entry_form .tr .td .op_box select {
  border: 1px solid #333;
}