@charset "utf-8";

/*==========================================
 font
===========================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #000D14;
}

/* link */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a { outline: none; text-decoration: none; }
a:link    { color: #000D14; text-decoration: none; }
a:visited { color: #000D14; text-decoration: underline; }
a:hover   { color: #000D14; text-decoration: underline; }
a:active  { color: #000D14; text-decoration: underline; }



/*==========================================
 body
===========================================*/

html {
  background: #FFF;
  overflow: auto;
}
body {
  overflow: hidden;
	min-width: 1100px;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
  body {
  	min-width: auto;
  }
}

/*==========================================
 clearfix
===========================================*/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

/*==========================================
 画像切替
===========================================*/
/* PC、スマートフォン表示分岐 */
.pcView {
  display: block !important;
}
.spView {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pcView {
    display: none !important;
  }
  .spView {
    display: block !important;
  }
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #000;
  color: #fff;
}
header #header {
  position: relative;
}
header #headerLogoArea {
  position: absolute;
  left: 70px;
  top: 24px;
}
header #headerLogoArea h1 img {
  width: 128px;
  height: auto;
}
header #headerGlobalArea {
  position: absolute;
  right: 70px;
  top: 20px;
  width: 430px;
}
header #headerGlobalArea #headerTel {
  /*position: absolute;
  left: 0;
  top: 0;*/
}
header #headerGlobalArea #headerTel a {
  /*padding: 0 0 0 30px;*/
　　padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
header #headerGlobalArea #headerTel a::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon01.svg");
  background-size: 100% 100%;
  content: "";
}
header #headerGlobalArea #headerTel a:hover {
  text-decoration: none;
  opacity: 0.7;
}
header #headerGlobalArea #headerTel p {
  padding: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
header #headerGlobalArea #headerContact {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}
header #headerGlobalArea #headerContact a {
      display: block;
    width: 190px;
    height: 40px;
    padding: 12px 0 0;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    text-align: center;
}
header #headerGlobalArea #headerContact a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  border: SOLID 2PX #fff;
  padding: 10px 0 0;
}

header #headerLogoArea #headerTel {
    margin-top: 14px;
    border-top: solid 1px #666;
    padding-top: 10px;
    text-align: center;
    line-height: 1.2;
}
header #headerLogoArea #headerTel a {
  padding: 0 0 0 6px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #202B46;
  letter-spacing: 0.05em;
}
/*header #headerLogoArea #headerTel a::before {
  position: absolute;
  left: 92px;
  top: 93px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon01.svg");
  background-size: 100% 100%;
  content: "";
}*/
header #headerLogoArea #headerTel a:hover {
  text-decoration: none;
  opacity: 0.7;
}
header #headerLogoArea #headerTel p {
  padding: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #202B46;
}
header #headerLogoArea #headerContact {
  /*display: block;*/
  position: absolute;
  right: 0;
  top: 5px;
}
header #headerLogoArea #headerContact a {
  display: block;
  float: left;
  width: 54px;
  height: 54px;
  padding: 11px 0;
  box-sizing: border-box;
  border-radius: 28px;
  background-color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  margin: -14px 26px 0px 0;
}

header #headerLogoArea #headerContact a.headerphone {
    display: block;
    float: left;
    width: 54px;
    height: 54px;
    padding: 11px 0;
    box-sizing: border-box;
    border-radius: 28px;
    background-color: #000;
    border: 1px solid #fff;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    margin: -14px 14px 0px 0;
}

header #headerLogoArea #headerContact a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  header {
    height: 90px;
  }
  header #header {
    position: relative;
  }
  header #headerLogoArea {
    left: 1%;
    top: 27px;
    width: 98%;
    /*text-align: center;*/
  }
  header #headerLogoArea h1 img {
    width: 124px;
  }
  header #headerGlobalArea {
    position: absolute;
    right: 5%;
    top: 14px;
    width: 153px;
  }
  header #headerGlobalArea #headerTel a {
    /*padding: 0 0 0 20px;font-size: 2.0rem;*/
	  padding: 0;
    font-size: 1.6rem;
    letter-spacing: 0em;
  }
  header #headerGlobalArea #headerTel a::before {
    top: 2px;
    width: 15px;
    height: 15px;
  }
  header #headerGlobalArea #headerTel p {
    padding: 5px 0 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #202B46;
  }
  header #headerGlobalArea #headerContact {
    display: none;
  }
/*  header #headerLogoArea #headerTel a::before {
    left: 78px;
    width: 20px;
    height: 20px;
    top: 95px;
}*/
}


/*==========================================
 フッターのスタイル
===========================================*/
footer {
  width: 100%;
  margin: 50px 0 0;
  background-color: #202B46;
}
footer #footerBody {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 50px;
}
footer #footerBody h1 {
  display: block;
  width: 895px;
  margin: 0 auto;
  padding: 0 0 50px;
}
footer #footerBody h1 img {
  width: 895px;
  height: auto;
}
footer #footerBody p {
  padding: 25px 0 0;
  font-size: 1.2rem;
  line-height: 2.0;
  color: #FFF;
}
footer #footerBody small {
  display: block;
  padding: 50px 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer {
    width: 100%;
    margin: 50px 0 30px;
  }
  footer #footerBody {
    width: 90%;
    padding: 30px 0 50px;
  }
  footer #footerBody h1 {
    width: 100%;
  }
  footer #footerBody h1 img {
    width: 100%;
    height: auto;
  }
}


/*==========================================
 コンテンツのスタイル 共通
===========================================*/
#mainContents {
  padding: 90px 0 0;
  min-height: 500px;
}
#mainContents section.w_full {
  width: 100%;
  margin: 0;
}
#mainContents section.bc_G {
  background-color: #F6F6F6;
}
#mainContents section.bc_Gr {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  #mainContents {
    padding: 90px 0 0;
  }
  #mainContents section.bc_Gr {
    padding: 60px 0 30px;
  }
  #mainContents section.w_3no {
    width: 100%;
    margin: 0;
  }
}



/*==========================================
 共通タイトル
===========================================*/
#mainContents #titleArea {
  display: block;
  position: relative;
  width: 1100px;
  height: 225px;
  margin: 0 auto;
}

/*==========================================
 共通 img
===========================================*/
#mainContents img.img_full {
  width: 100%;
  height: auto;
}

/*==========================================
 共通リンク
===========================================*/
#mainContents .linktyp01 {
}

/*==========================================
 レイアウト
===========================================*/
#mainContents .LayoutTyp01 {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#mainContents .LayoutTyp01 h1 {
  position: absolute;
  z-index: 100;
  left: 120px;
  top: 106px;
  font-size: 3.0rem;
  font-weight: 700;
  color: #202B46;
  line-height: 1.4;
}
#mainContents .LayoutTyp01 h2 {
  position: absolute;
  z-index: 100;
  left: 120px;
  top: 247px;
  font-size: 6.9rem;
  font-weight: 900;
  color: #202B46;
  line-height: 1.2;
}
#mainContents .LayoutTyp01 h2 span {
  font-size: 5.2rem;
}
#mainContents .LayoutTyp01 img#topMvText {
  position: absolute;
  z-index: 100;
  left: 120px;
  top: 472px;
  width: 274px;
  height: auto;
}
#mainContents #topMvArea {
  display: block;
  opacity: 0;
}
#mainContents #topMvArea img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp01 .bx-wrapper {
  max-width: 100% !important;
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
#mainContents .LayoutTyp01_Sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp01 {
    display: none;
  }
  #mainContents .LayoutTyp01_Sp {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #mainContents .LayoutTyp01_Sp h1 {
    position: absolute;
    z-index: 100;
    left: 50px;
    top: 30px;
    font-size: 1.9rem;
    font-weight: 700;
    color: #202B46;
    line-height: 1.4;
  }
  #mainContents .LayoutTyp01_Sp #slide02 h1 {
    color: #FFF;
  }
  #mainContents .LayoutTyp01_Sp h2 {
    position: absolute;
    z-index: 100;
    left: 50px;
    top: 100px;
    font-size: 4.1rem;
    font-weight: 900;
    color: #202B46;
    line-height: 1.2;
  }
  #mainContents .LayoutTyp01_Sp #slide02 h2 {
    color: #FFF;
  }
  #mainContents .LayoutTyp01_Sp h2 span {
    font-size: 3.1rem;
  }
  #mainContents .LayoutTyp01_Sp img.topMvText {
    position: absolute;
    z-index: 100;
    left: 50px;
    top: 372px;
    width: 145px;
    height: auto;
  }
  #mainContents .LayoutTyp01_Sp #topMvArea_Sp {
    display: block;
    opacity: 0;
  }
  #mainContents .LayoutTyp01_Sp #topMvArea_Sp img.slideImg {
    width: 100%;
    height: auto;
  }
  #mainContents .LayoutTyp01_Sp .bx-wrapper {
    max-width: 100% !important;
    margin: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
  }
}


#mainContents .LayoutTyp02 {
  position: relative;
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp02 img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp02 .textArea {
  position: absolute;
  left: 50%;
  top: 46px;
  width: 100%;
  margin: 0 0 0 -50%;
  text-align: center;
}
#mainContents .LayoutTyp02 .textArea h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #202B46;
  line-height: 1.6;
}
#mainContents .LayoutTyp02 .textArea p {
  padding: 33px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp02 {
    position: relative;
    width: 100%;
    height: auto;
  }
  #mainContents .LayoutTyp02 .textArea {
    top: 50px;
  }
  #mainContents .LayoutTyp02 .textArea h2 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp02 .textArea p {
    padding: 30px 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
  }
}


#mainContents .LayoutTyp03 {
  width: 100%;
  padding: 50px 0 50px;
}
#mainContents .LayoutTyp03 h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #202B46;
  text-align: center;
}

#mainContents .LayoutTyp03 h3 {
    position: relative;
    width: 1000px;
    margin: 50px auto 0;
    font-size: 2.8rem;
    font-weight: 700;
    color: #202B46;
    text-align: center;
}

#mainContents .LayoutTyp03 p {
  text-align: center;
  margin-top: 20px;
  font-size: 2.6rem;
  line-height: 1.4;
}

#mainContents .LayoutTyp03 span {
  font-size: 1.6rem;
}

.head-border {
    display: flex;
    align-items: center;
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 4px;
    flex-grow: 1;
    background-color: #202B46;
}
 
.head-border:before {
    margin-right: 2rem;
}
 
.head-border:after {
    margin-left: 2rem;
}



.ThanksTxt {
    padding-top: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
}

.b_back {
    display: block;
    width: 543px;
    height: 60px;
    margin: 40px auto 0;
    padding: 18px 0 0;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #202B46;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
}



#mainContents .LayoutTyp03 .columnArea {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
}

#mainContents .LayoutTyp03 .columnArea .columnBox01 {
  width: 100%;
  padding: 0 0 30px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_L {
  position: relative;
  width: 583px;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_L img {
  /*width: 50vw;*/
  float: right;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R {
  width: 583px;
  padding: 20px 30px 0 50px;
  box-sizing: border-box;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R img {
  width: auto;
  height: 24px;
}
.dayTitle {height: 60px !important;}

#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R h4 {
  padding: 18px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #202B46;
}
#mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R p {
  padding: 20px 0 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

#mainContents .LayoutTyp03 .columnArea .columnBox02 {
  width: 100%;
  padding: 0 0 100px;
  display: flex;
  justify-content: space-between;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L {
  width: 583px;
  padding: 58px 100px 0 0;
  box-sizing: border-box;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L img {
  width: auto;
  height: 43px;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L h4 {
  padding: 35px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #202B46;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L p {
  padding: 25px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_R {
  position: relative;
  width: 583px;
}
#mainContents .LayoutTyp03 .columnArea .columnBox02 .column_R img {
  width: 50vw;
  float: left;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp03 {
    padding: 30px 0;
  }
  #mainContents .LayoutTyp03 h2 {
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp03 h3 {
    padding: 10px 0 0;
    font-size: 2.0rem;
    width: 95%;
    line-height: 1.4;
    margin-top: 0;
  }
  #mainContents .LayoutTyp03 p {
    text-align: center;
    margin: 20px 30px;
    font-size: 1.8rem;
    line-height: 1.4;
}
  #mainContents .LayoutTyp03 .columnArea {
    width: 100%;
    padding: 30px 0 0;
  }

  #mainContents .LayoutTyp03 .columnArea .columnBox01 {
    width: 100%;
    padding: 0 0 60px;
    display: block;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01:last-child {
    padding: 0;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_L {
    width: 100%;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_L img {
    /*width: 82vw;*/
    float: left;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R img {
    display: block;
    width: auto;
    height: 18px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R h4 {
    padding: 20px 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox01 .column_R p {
    padding: 25px 0 0;
    font-size: 1.4rem;
  }

  #mainContents .LayoutTyp03 .columnArea .columnBox02 {
    width: 100%;
    padding: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    order: 2;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L img {
    display: block;
    width: auto;
    height: 37px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L h4 {
    padding: 20px 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_L p {
    padding: 25px 0 0;
    font-size: 1.4rem;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_R {
    width: 100%;
    order: 1;
  }
  #mainContents .LayoutTyp03 .columnArea .columnBox02 .column_R img {
    width: 82vw;
    float: right;
  }
  .b_back {
    width: 310px;
}
}


#mainContents .LayoutTyp04 {
  width: 100%;
  padding: 80px 0 0;
}
#mainContents .LayoutTyp04 h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #00B0B9;
  text-align: center;
}
#mainContents .LayoutTyp04 h3 {
  padding: 15px 0 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #202B46;
  text-align: center;
  line-height: 1.4;
}
#mainContents .LayoutTyp04 .columnArea {
  width: 1050px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp04 .columnArea .column {
  width: 300px;
  height: 350px;
  margin: 0 25px 45px;
  padding: 45px 25px 0;
  border: 1px solid #202B46;
  box-sizing: border-box;
}
#mainContents .LayoutTyp04 .columnArea .column img {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto;
}
#mainContents .LayoutTyp04 .columnArea .column h4 {
  padding: 25px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #202B46;
  line-height: 1.4;
}
#mainContents .LayoutTyp04 .columnArea .column p {
  padding: 15px 0 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .LayoutTyp04 .columnArea .column p.right {
  padding: 5px 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.0;
  float: right;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp04 {
    width: 90%;
    margin: 50px auto 0;
    padding: 50px 0 0;
    border-top: 1px solid #202B46;
  }
  #mainContents .LayoutTyp04 h2 {
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp04 h3 {
    padding: 10px 0 0;
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp04 .columnArea {
    width: 100%;
    padding: 30px 0 0;
  }
  #mainContents .LayoutTyp04 .columnArea .column {
    width: 100%;
    height: auto;
    margin: 0 0 25px;
    padding: 20px;
  }
  #mainContents .LayoutTyp04 .columnArea .column h4 {
    padding: 20px 0 0;
    font-size: 1.6rem;
  }
  #mainContents .LayoutTyp04 .columnArea .column p {
    padding: 10px 0 0;
    font-size: 1.4rem;
  }
  #mainContents .LayoutTyp04 .columnArea .column p.right {
    float: right;
  }
}


#mainContents .LayoutTyp05 {
  position: relative;
  width: 100%;
  padding: 130px 0 100px;
}
#mainContents .LayoutTyp05::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50px;
  width: 844px;
  height: 471px;
  margin: 0 0 0 -422px;
  background-image: url("../img/network_bk01.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .LayoutTyp05 h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #00B0B9;
  text-align: center;
}
#mainContents .LayoutTyp05 h3 {
  padding: 15px 0 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #202B46;
  text-align: center;
  line-height: 1.4;
}
#mainContents .LayoutTyp05 p {
  padding: 30px 0 80px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}
#mainContents .LayoutTyp05 #networkMvArea {
  width: 1000px;
  margin: 0 auto;
}
#mainContents .LayoutTyp05 #networkMv {
  opacity: 0;
}
#mainContents .LayoutTyp05 .bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
#mainContents .LayoutTyp05 .bx-wrapper .bx-prev {
  left: -40px !important;
  background: url('../img/icon02.svg') no-repeat 0 !important;
}
#mainContents .LayoutTyp05 .bx-wrapper .bx-prev:hover,
#mainContents .LayoutTyp05 .bx-wrapper .bx-prev:focus {
  background-position: 0 0 !important;
}
#mainContents .LayoutTyp05 .bx-wrapper .bx-next {
  right: -40px !important;
  background: url('../img/icon02.svg') no-repeat 0 !important;
  transform: rotate(180deg);
}
#mainContents .LayoutTyp05 .bx-wrapper .bx-next:hover,
#mainContents .LayoutTyp05 .bx-wrapper .bx-next:focus {
  background-position: 0 0 !important;
}
#mainContents .LayoutTyp05 .bx-wrapper .bx-controls-direction a {
  top: 110px !important;
  width: 17px !important;
  height: 32px !important;
  background-position: 0 0 !important;
}
#mainContents .LayoutTyp05 #networkMv .column {
  display: block;
  width: 300px;
}
#mainContents .LayoutTyp05 #networkMv .column a:hover {
  text-decoration: none;
}
#mainContents .LayoutTyp05 #networkMv .column img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp05 #networkMv .column h4 {
  padding: 10px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #00B0B9;
  line-height: 1.4;
  text-align: center;
}
#mainContents .LayoutTyp05 #networkMv .column p {
  padding: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp05 {
    padding: 70px 0 50px;
  }
  #mainContents .LayoutTyp05::before {
    top: 50px;
    width: 335px;
    height: 187px;
    margin: 0 0 0 -167px;
  }
  #mainContents .LayoutTyp05 h2 {
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp05 h3 {
    padding: 10px 0 0;
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp05 p {
    padding: 20px 5% 50px;
    font-size: 1.4rem;
    text-align: left;
  }
  #mainContents .LayoutTyp05 #networkMvArea {
    width: 290px;
    margin: 0 auto;
  }
  #mainContents .LayoutTyp05 .bx-wrapper .bx-prev {
    left: -30px !important;
  }
  #mainContents .LayoutTyp05 .bx-wrapper .bx-next {
    right: -30px !important;
  }
  #mainContents .LayoutTyp05 .bx-wrapper .bx-controls-direction a {
    top: 110px !important;
    width: 9px !important;
    height: 17px !important;
    background-size: 100% 100%!important;
  }
  #mainContents .LayoutTyp05 #networkMv .column {
    width: 290px;
  }
  #mainContents .LayoutTyp05 #networkMv .column h4 {
    padding: 10px 0 0;
    font-size: 1.4rem;
  }
}


#mainContents .LayoutTyp06 {
  width: 100%;
  padding: 80px 0 80px;
}
#mainContents .LayoutTyp06 h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #00B0B9;
  text-align: center;
}
#mainContents .LayoutTyp06 h3 {
  padding: 15px 0 0;
  font-size: 3.5rem;
  font-weight: 700;
  color: #202B46;
  text-align: center;
  line-height: 1.4;
}
#mainContents .LayoutTyp06 .columnBox {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp06 .columnBox .column {
  width: 300px;
}
#mainContents .LayoutTyp06 .columnBox .column img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp06 .columnBox .column h4 {
  padding: 10px 0 0;
  font-size: 1.3rem;
  font-weight: 400;
}
#mainContents .LayoutTyp06 .columnBox .column h5 {
  padding: 15px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp06 .columnBox .column p {
  padding: 15px 0 30px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
#mainContents .LayoutTyp06 .columnBox .column a {
  display: block;
  width: 100%;
  height: 45px;
  padding: 13px 0 0;
  border: 1px solid #00B0B9;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#mainContents .LayoutTyp06 .columnBox .column a:hover {
  text-decoration: none;
  border: 1px solid #BDE5E9;
  background-color: #BDE5E9;
  color: #000D14;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp06 {
    padding: 30px 0 0;
  }
  #mainContents .LayoutTyp06 h2 {
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp06 h3 {
    padding: 10px 0 0;
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp06 .columnBox {
    width: 90%;
    padding: 40px 0 0;
  }
  #mainContents .LayoutTyp06 .columnBox .column {
    width: 100%;
    padding: 0 0 40px;
  }
}


#mainContents .LayoutTyp07 {
  width: 100%;
  padding: 10px 0;
}


#mainContents .LayoutTyp07  .hgv_presents {
    text-align: center;
    margin: 34px 0 42px;
}


#mainContents .LayoutTyp07 h2 {
  position: relative;
  width: 994px;
  margin: 30px auto 0;
  font-size: 3.2rem;
  font-weight: 400;
  color: #202B46;
  text-align: center;

}

.h2-L {
    font-size: 3.6rem;
    line-height: 0.5;
    margin-left: -14px;
}

.h2-span{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    /*line-height: 1.8;*/
/*    margin-left: 152px;*/
    margin-bottom: -18px;
}



/*#mainContents .LayoutTyp07 h2::before {
  position: absolute;
  left: 0;
  top: 30px;
  width: 185px;
  height: 4px;
  background-color: #202B46;
  content: "";
}
#mainContents .LayoutTyp07 h2::after {
  position: absolute;
  right: 0;
  top: 30px;
  width: 185px;
  height: 4px;
  background-color: #202B46;
  content: "";
}
*/

#mainContents .LayoutTyp07 .column01 {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp07 .column01 .column_L {
  width: 300px;
}
#mainContents .LayoutTyp07 .column01 .column_L img {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}
#mainContents .LayoutTyp07 .column01 .column_R {
  width: 430px;
}
#mainContents .LayoutTyp07 .column01 .column_R p {
  padding: 0 0 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
#mainContents .LayoutTyp07 .column01 .column_R p a {
  color: #202B46;
}
#mainContents .LayoutTyp07 .column01 .column_R p a:hover {
  text-decoration: underline;
}
#mainContents .LayoutTyp07 .column01 .link01 {
  margin: 0 0 20px;
}
#mainContents .LayoutTyp07 .column01 .link01 a {
  display: block;
  width: 330px;
  height: 45px;
  padding: 13px 0 0;
  box-sizing: border-box;
  border-radius: 25px;
  background-color: #202B46;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
#mainContents .LayoutTyp07 .column01 .link01 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp07 {
    padding: 10px 0 0;
  }
  #mainContents .LayoutTyp07 h2 {
    font-size: 2.5rem;
    width: 94%;
    line-height: 1.8;
    margin-top: 16px;
  }

  .h2-L {
    margin-left: 0px;
}

  .h2-span{
    font-size: 15px;
    line-height: 3 !important;
    margin-left: 0;
    margin-bottom: 0;
}


  #mainContents .LayoutTyp07 .column01 {
    width: 100%;
    padding: 30px 0 0;
  }
  #mainContents .LayoutTyp07 .column01 .column_L {
    width: 100%;
  }
  #mainContents .LayoutTyp07 .column01 .column_R {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px;
  }
  #mainContents .LayoutTyp07 .column01 .column_R p {
    padding: 0 0 15px;
    font-size: 1.4rem;
  }
  #mainContents .LayoutTyp07 .column01 .link01 {
    margin: 20px 0;
  }
  #mainContents .LayoutTyp07 .column01 .link01 a {
    margin: 0 auto;
  }
}

#mainContents .LayoutTyp07 h3 {
  width: 900px;
  margin: 20px auto;
  padding: 12px 0 17px;
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #202B46;
  color: #fff;
  text-align: center;
}

#mainContents .LayoutTyp07 h3.longtxt {
  position: relative;
  width: 1000px;
  margin: 140px auto 0;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.h3-L {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #202B46;
  margin-bottom: 5px;
  margin-right: 5px;
}

.subH3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 40px 0 -40px;
  }

#mainContents .LayoutTyp07 h4 {
    FONT-VARIANT: JIS04;
    position: relative;
    margin: 10px auto 30px;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: left;
}

#mainContents .LayoutTyp07 .text-simple  {
    width: 800px;
    margin: 40px auto 0;
}

#mainContents .LayoutTyp07 .text-simple p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.6;
}

#mainContents .LayoutTyp07 .text-simple a {
    text-decoration: underline;
}

.plan-text {    
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
}
.text-center {    
    text-align: center;
}

#mainContents .LayoutTyp07 .column02 {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp07 .column02 .column {
  position: relative;
  width: 210px;
}
#mainContents .LayoutTyp07 .column02 .column::after {
  position: absolute;
  right: -43px;
  top: 74px;
  width: 27px;
  height: 23px;
  background-image: url("../img/icon03.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .LayoutTyp07 .column02 .column:nth-child(2)::after {
  display: block;
}
#mainContents .LayoutTyp07 .column02 .column:nth-child(4)::after {
  display: none;
}
#mainContents .LayoutTyp07 .column02 .column img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp07 .column02 .column h4 {
  padding: 15px 0 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #202B46;
  text-align: center;
}
#mainContents .LayoutTyp07 .column02 .column p {
  padding: 10px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp07 h3 {
    width: 95%;
    margin: 40px auto 0;
    font-size: 2.0rem;
    line-height: 1.2;
  }
  #mainContents .LayoutTyp07 h3::before {
    top: 11px;
    width: auto;
  }
  #mainContents .LayoutTyp07 h3::after {
    top: 11px;
    width: auto;
  }
  #mainContents .LayoutTyp07 h3.longtxt {
    position: relative;
    width: 100%;
    margin: -38px auto 0;
    font-size: 2.4rem;
}
  #mainContents .LayoutTyp07 h4 {
    margin: 20px auto 0;
}
  #mainContents .LayoutTyp07 .column02 {
    width: 90%;
    padding: 30px 0 0;
  }
  #mainContents .LayoutTyp07 .column02 .column {
    width: 43%;
    padding: 0 0 30px;
  }
  #mainContents .LayoutTyp07 .column02 .column::after {
    right: -38px;
    top: 52px;
  }
  #mainContents .LayoutTyp07 .column02 .column:nth-child(2)::after {
    display: none;
  }
  #mainContents .LayoutTyp07 .column02 .column h4 {
    padding: 10px 0 0;
  }
  #mainContents .LayoutTyp07 .column02 .column p {
    font-size: 1.3rem;
  }
  #mainContents .LayoutTyp07 h4 {
    font-size: 2.6rem;
    line-height: 1.4;
}
#mainContents .LayoutTyp07 .text-simple {
    width: 100%;
    margin: 40px auto 0;
}
#mainContents .LayoutTyp07 .text-simple p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px;
}

#mainContents .LayoutTyp07 .text-simple strong.deadline {
    text-align: center;
    display: block;
    font-size: 1.9rem;
}

}


#mainContents .LayoutTyp07 .column03 {
  position: relative;
  width: 1000px;
  margin: 40px auto 0;
  border: 3px solid #202B46;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp07 .column03::after {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 1.3rem;
  font-weight: 400;
  content: "※写真はイメージです。";
}
#mainContents .LayoutTyp07 .column03 .column_L {
  width: 449px;
  padding: 25px 15px;
  box-sizing: border-box;
}
#mainContents .LayoutTyp07 .column03 .column_L a:hover {
  text-decoration: none;
}
#mainContents .LayoutTyp07 .column03 .column_L h4 {
  position: relative;
  margin: 0 0 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #202B46;
  text-align: center;
}
#mainContents .LayoutTyp07 .column03 .column_L h4::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #202B46;
  content: "";
}
#mainContents .LayoutTyp07 .column03 .column_L h5 {
  padding: 0 0 0 20px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #202B46;
}
#mainContents .LayoutTyp07 .column03 .column_L p {
  padding: 5px 0 0 20px;
  font-size: 3.7rem;
  font-weight: 700;
  color: #00B0B9;
}
#mainContents .LayoutTyp07 .column03 .column_L p.small {
  padding: 15px 0 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000D14;
  line-height: 1.6;
}
#mainContents .LayoutTyp07 .column03 .column_R {
  width: 545px;
}
#mainContents .LayoutTyp07 .column03 .column_R img {
  width: 545px;
  height: 227px;
  vertical-align: top;
}

#mainContents .LayoutTyp07 .link02 {
  width: 100%;
  padding: 30px 0 0;
}
#mainContents .LayoutTyp07 .link02 p {
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
#mainContents .LayoutTyp07 .link02 a {
  display: block;
  width: 500px;
  height: 60px;
  margin: 30px auto 0;
  padding: 18px 0 0;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #202B46;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}

.bt-comment { color: #fff !important;
    font-size: 1.6rem !important;}

#mainContents .LayoutTyp07 .link02 a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp07 .column03 {
    width: 90%;
    margin: 30px auto 0;
  }
  #mainContents .LayoutTyp07 .column03::after {
    left: 0;
    font-size: 1.2rem;
  }
  #mainContents .LayoutTyp07 .column03 .column_L {
    width: 100%;
    padding: 20px 10px 10px;
  }
  #mainContents .LayoutTyp07 .column03 .column_L h4 {
    margin: 0 0 20px;
    font-size: 2.0rem;
  }
  #mainContents .LayoutTyp07 .column03 .column_L h5 {
    padding: 0;
    font-size: 2.0rem;
    text-align: center;
  }
  #mainContents .LayoutTyp07 .column03 .column_L p {
    padding: 10px 0 0 0;
    font-size: 2.9rem;
    text-align: center;
    line-height: 1.2;
  }
  #mainContents .LayoutTyp07 .column03 .column_L p.small {
    padding: 15px 0 0 0;
    font-size: 1.2rem;
    text-align: left;
  }
  #mainContents .LayoutTyp07 .column03 .column_R {
    width: 100%;
  }
  #mainContents .LayoutTyp07 .column03 .column_R img {
    width: 100%;
    height: auto;
  }

  #mainContents .LayoutTyp07 .link02 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  #mainContents .LayoutTyp07 .link02 p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
    margin: 0 18px 26px;
  }
  #mainContents .LayoutTyp07 .link02 a {
    width: 320px;
    height: 48px;
    margin: 12px auto 0;
    border-radius: 40px;
    font-size: 1.5rem;
  }
  .bt-comment {
    font-size: 1.2rem !important;
}

 #mainContents .LayoutTyp07 .link02-padding a {
    padding: 14px 0 0;
  }
}


#mainContents .LayoutTyp08 {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 30px 50px;
  box-sizing: border-box;
  background-color: #DAF4F5;
  text-align: center;
}
#mainContents .LayoutTyp08 h2 {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 100;
}
/*#mainContents .LayoutTyp08 h2::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #202B46;
  content: "";
}*/
#mainContents .LayoutTyp08 a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
#mainContents .LayoutTyp08 a::before {
  position: absolute;
  left: -50px;
  top: 20px;
  width: 42px;
  height: 42px;
  background-image: url("../img/icon01.svg");
  background-size: 100% 100%;
  content: "";
}
#mainContents .LayoutTyp08 a:hover {
  text-decoration: none;
  opacity: 0.7;
}


#mainContents .LayoutTyp08 .buttonToForm {
    display: block;
    width: 500px;
    height: 60px;
    margin: 20px auto 0;
    padding: 18px 0 0;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #202B46;
    font-size: 2.2rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background-image: none !important;
}

#mainContents .LayoutTyp08 .buttonToForm::before {
  background-image: none;
}

#mainContents .LayoutTyp08 .simpleLink {
    font-size: 14px;
    background-image: none !important;
}

#mainContents .LayoutTyp08 .simpleLink::before {
  background-image: none;
}


#mainContents .LayoutTyp08 h3 {
  padding: 20px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}


#mainContents .LayoutTyp08 p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp08 {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
  #mainContents .LayoutTyp08 h2 {
    margin: 0 0 20px;
    font-size: 2.0rem;
    line-height: 1.4;
  }
  #mainContents .LayoutTyp08 a {
   /* font-size: 2.5rem;*/
	  font-size: 18px;
  }
  #mainContents .LayoutTyp08 a::before {
    left: -27px;
    top: 9px;
    width: 23px;
    height: 23px;
  }
  #mainContents .LayoutTyp08 h3 {
    padding: 20px 0 0;
    font-size: 1.4rem;
  }
  #mainContents .LayoutTyp08 .buttonToForm {
    width: 100%;
    padding: 7px 0 0;
    font-size: 1.8rem;
    line-height: 1.2;
}
}

#mainContents .personal_info {
    margin-top: 40px !important;
    border: solid 1px #000;
    border-radius: 6px;
    padding: 20px;
}

#mainContents .personal_info h2 {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #202B46 !important;
    text-align: left !important;
}

#mainContents .personal_info p {
    padding: 10px 0 0 !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    text-align: left !important;
    line-height: 1.6 !important;
}

#mainContents .LayoutTyp09 {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 50px;
}
#mainContents .LayoutTyp09 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #202B46;
  text-align: center;
  line-height: 1.4;
}
#mainContents .LayoutTyp09 p {
  padding: 30px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}
#mainContents .LayoutTyp09 p.small {
  padding: 10px 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}

#mainContents .LayoutTyp11 {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 50px;
}
#mainContents .LayoutTyp11 .titleArea {
  padding: 0 0 30px;
}
#mainContents .LayoutTyp11 h2 {
  padding: 0 0 10px;
  border-bottom: 1px solid #53565a;
  font-size: 2.2rem;
  font-weight: 400;
}
#mainContents .LayoutTyp11 p.small {
  padding: 10px 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea {
  width: 100%;
}
#mainContents .LayoutTyp11 .formArea .formTyp01 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .LayoutTyp11 .formArea .formTyp01 h3 {
  position: relative;
  display: inline;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea .formTyp01 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
  background: #dd0088;
  padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .LayoutTyp11 .formArea .formTyp01 a {
  font-weight: 700;
  color: #dd0088;
  text-decoration: underline;
}
#mainContents .LayoutTyp11 .formArea .formTyp01 a:hover {
  opacity: 0.8;
}
#mainContents .LayoutTyp11 .formArea .formTyp01 .radioBox {
  padding: 10px 0 0;
  font-size: 1.6rem;
}
#mainContents .LayoutTyp11 .formArea .formTyp01 .radioBox label {
  padding: 0 20px 0 0;
}
#mainContents .LayoutTyp11 .formArea .formTyp01 .radioBox input[type="radio"] {
  margin: -3px 5px 0 0;
}

#mainContents .LayoutTyp11 .formArea .formTyp02 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .LayoutTyp11 .formArea .formTyp02 h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea .formTyp02 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
  background: #dd0088;
  padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .LayoutTyp11 .formArea .formTyp02 p.small {
  padding: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox .column {
  width: 352px;
}
#mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox input[type="text"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
#mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox input[type="email"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
#mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox input[type="tel"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
#mainContents .LayoutTyp11 .formArea .formTyp03 {
  width: 100%;
  padding: 0 0 40px;
}
#mainContents .LayoutTyp11 .formArea .formTyp03 h3 {
  display: inline;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea .formTyp03 .textBox {
  padding: 10px 0 0;
  font-size: 1.6rem;
}
#mainContents .LayoutTyp11 .formArea .formTyp03 .textBox textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 130px;
  padding: 10px;
  border: 1px solid #000D14;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

#mainContents .LayoutTyp11 .formArea .formTyp04 {
  width: 304px;
  margin: 0 auto;
  padding: 50px 0 0;
}

#mainContents .LayoutTyp11 .formArea .formTyp05 {
  width: 430px;
  margin: 0 auto;
  padding: 20px 0 0;
}
#mainContents .LayoutTyp11 .formArea .formTyp05 input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  background-color: #dd0088;
  border: none;
  border-radius: 30px;
  font-size: 2.2rem;
  color: #FFF;
  cursor: pointer;
}

#mainContents .LayoutTyp11 .formArea .formTyp05 input[type="submit"]:disabled {
  background-color: #dd0088;
}

#mainContents .LayoutTyp11 .formArea .formTyp06 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .LayoutTyp11 .formArea .formTyp06 h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea .formTyp06 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
  background: #dd0088;
  padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .LayoutTyp11 .formArea .formTyp06 .inputBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp11 .formArea .formTyp06 .inputBox .column {
  width: 352px;
}
#mainContents .LayoutTyp11 .formArea .formTyp06 .inputBox .column.typ01 {
  position: relative;
  width: 330px;
}
/*#mainContents .LayoutTyp11 .formArea .formTyp06 .inputBox .column.typ01::before {
  position: absolute;
  right: -35px;
  top: 16px;
  font-size: 1.6rem;
  color: #333;
  content: "―";
}*/
#mainContents .LayoutTyp11 .formArea .formTyp06 .inputBox .column input[type="text"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}


#mainContents .LayoutTyp11 .formArea .formTyp07 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .LayoutTyp11 .formArea .formTyp07 h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea .formTyp07 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
  background: #dd0088;
  padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .LayoutTyp11 .formArea .formTyp07 p.small {
  padding: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox .column {
  width: 230px;
}
#mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox input[type="text"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}


#mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox.typ02 {
  width: 100%;
  padding: 0 0 20px;
  display: flex;
  justify-content :flex-start;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox.typ02 .column {
  position: relative;
  width: 100px;
  margin: 0 30px 0 0;
}
/*#mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox.typ02 .column:nth-child(1):before {
  position: absolute;
  right: -23px;
  top: 16px;
  font-size: 1.6rem;
  color: #333;
  content: "―";
}*/
#mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox.typ02 input[type="text"] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

#mainContents .LayoutTyp11 .formArea .formTyp08 {
  width: 100%;
  padding: 0 0 50px;
}
#mainContents .LayoutTyp11 .formArea .formTyp08 h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea .formTyp08 h3.required::after{
  position: absolute;
  right: -40px;
  bottom: 2px;
  background: #dd0088;
  padding: 2px 6px;
  font-size: 0.9rem;;
  vertical-align: bottom;
  color: #fff;
  border-radius: 3px;
  margin-left: 2px;
  content: "必須";
}
#mainContents .LayoutTyp11 .formArea .formTyp08 p.small {
  padding: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea .formTyp08 .inputBox {
  width: 100%;
}
#mainContents .LayoutTyp11 .formArea .formTyp08 .inputBox .column {
  width: 100%;
}
#mainContents .LayoutTyp11 .formArea .formTyp08 .inputBox select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #000D14;
  background-color: #FFF;
  background-image: url("../img/icon04.svg");
  background-size: 16px 11px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  box-sizing: border-box;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #333;
}

#mainContents .LayoutTyp11 .formArea .formTyp09 {
  width: 100%;
  padding: 40px 0 0;
  line-height: 1.6;
}
#mainContents .LayoutTyp11 .formArea .formTyp09 a {
  font-weight: 700;
  color: #dd0088;
  text-decoration: underline;
}
#mainContents .LayoutTyp11 .formArea .formTyp09 a:hover {
  opacity: 0.8;
}
#mainContents .LayoutTyp11 .formArea .formTyp09 .checkBox {
  padding: 10px 0 0;
  font-size: 1.6rem;
}
#mainContents .LayoutTyp11 .formArea .formTyp09 .checkBox label {
  display: block;
  padding: 0 0 20px 0;
}
#mainContents .LayoutTyp11 .formArea .formTyp09 .checkBox input[type="checkbox"] {
  margin: -3px 5px 0 0;
}
#mainContents .LayoutTyp11 .formArea .formTyp09 a {
  font-weight: 700;
  color: #dd0088;
  text-decoration: underline;
}
#mainContents .LayoutTyp11 .formArea .formTyp09 a:hover {
  opacity: 0.8;
}


#mainContents .LayoutTyp11 .text01 p {
  padding: 30px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}

#mainContents .LayoutTyp11 .privacyBox {
  width: 100%;
  padding: 20px 0 0;
  border: 1px solid #54575A;
}
#mainContents .LayoutTyp11 .privacyBox p {
  padding: 0 20px 20px;
  font-size: 1.3rem;
  line-height: 1.6;
}
#mainContents .LayoutTyp11 .privacyBox p a {
  font-weight: 700;
  color: #00B0B9;
}
#mainContents .LayoutTyp11 .privacyBox p a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #mainContents .LayoutTyp11 {
    width: 100%;
    padding: 40px 0 30px;
  }
  #mainContents .LayoutTyp11 h2 {
    font-size: 1.6rem;
  }
  #mainContents .LayoutTyp11 p.small {
    font-size: 1.2rem;
    text-align: left;
  }
  #mainContents .LayoutTyp11 .formArea {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp01 {
    padding: 0 0 20px;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp01 h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp01 h3.required::after{
    bottom: 0px;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp01 .radioBox {
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp01 .radioBox label {
    width: 50%;
    padding: 0 0 15px;
  }

  #mainContents .LayoutTyp11 .formArea .formTyp02 {
    padding: 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox .column {
    width: 100%;
    padding: 0 0 20px;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp02 h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp02 h3.pcView {
    display: none;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp02 h3.required::after{
    bottom: 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox input[type="text"] {
    height: 45px;
    font-size: 1.4rem;
  }

 #mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox input[type="email"] {
    height: 45px;
    font-size: 1.4rem;
  }
#mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox input[type="tel"] {
    height: 45px;
    font-size: 1.4rem;
  }

  #mainContents .LayoutTyp11 .formArea .formTyp03 {
    padding: 0 0 20px;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp03 h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp03 .textBox {
    font-size: 1.3rem;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp03 .textBox textarea {
    height: 120px;
    font-size: 1.3rem;
  }

  #mainContents .LayoutTyp11 .text01 p {
    font-size: 1.2rem;
    text-align: center;
  }

  #mainContents .LayoutTyp11 .formArea .formTyp05 {
    width: 300px;
    padding: 20px 0 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp05 input[type="submit"] {
    height: 50px;
    font-size: 1.4rem;
  }




  #mainContents .LayoutTyp11 .formArea .formTyp06 {
    padding: 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp06 h3 {
    display: inline;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp06 h3.required::after{
    bottom: 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp06 .inputBox .column {
    width: 100%;
    padding: 10px 0 20px;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp06 .inputBox .column.typ01::before {
    right: 26px;
    top: 23px;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp06 .inputBox .column:nth-child(2) {
    padding: 0 0 20px;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp06 .inputBox .column input[type="text"] {
    height: 45px;
    font-size: 1.4rem;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp06 .inputBox .column:nth-child(1) input[type="text"] {
    width: 280px;
  }
  
  
  #mainContents .LayoutTyp11 .formArea .formTyp07 {
    padding: 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp07 h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp07 h3.required::after{
    bottom: 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp07 p.small {
    font-size: 1.2rem;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox {
    padding: 0 0 20px;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox .column {
    width: 100%;
    padding: 10px 0 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox input[type="text"] {
    height: 45px;
    font-size: 1.4rem;
  }
  
  
  #mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox.typ02 {
    padding: 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox.typ02 .column {
    margin: 0 30px 0 0;
    padding: 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp07 .inputBox.typ02 input[type="text"] {
    height: 45px;
    font-size: 1.4rem;
  }
  
  #mainContents .LayoutTyp11 .formArea .formTyp08 {
    padding: 0 0 20px;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp08 h3 {
    display: inline;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp08 h3.required::after{
    bottom: 0;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp08 p.small {
    font-size: 1.2rem;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp08 .inputBox {
    font-size: 1.2rem;
  }
  #mainContents .LayoutTyp11 .formArea .formTyp08 .inputBox select {
    height: 45px;
    margin: 10px 0 0;
    font-size: 1.3rem;
  }

  #mainContents .LayoutTyp11 .formArea .formTyp09 .checkBox {
    font-size: 1.4rem;
  }
}


#overlay {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
#popUpArea {
  display: none;
  position: fixed;
  z-index: 1200;
  left: 50%;
  top: 60%;
  width: 1000px;
  height: 600px;
  margin: -300px 0 0 -500px;
  box-sizing: border-box;
  background-color: #FFF;
  overflow-y: scroll;
}
#popUpArea #scrollArea {
  padding: 50px 50px 0;
  height: auto;
}
#popUpArea #scrollArea h2 {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 10px 0 12px;
  box-sizing: border-box;
  background-color: #00B0B9;
  font-size:2.2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
#popUpArea #scrollArea p {
  padding: 0 0 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#popUpArea #scrollArea p a {
  color: #202B46;
}
#popUpArea #scrollArea p a:hover {
  text-decoration: underline;
}

#popUpArea #scrollArea .P-List {
    margin-left: 1em;
    text-indent: -1em;
    padding-bottom: 0px;
}

a#popUpClose {
  display: none;
  position: fixed;
  z-index: 1300;
  left: 50%;
  top: 60%;
  margin: -364px -2px 0 445px;
  width: 54px;
  height: 54px;
}
a#popUpClose img {
  width: 54px;
  height: 54px;
}
a#popUpClose2 {
  display: none;
  position: fixed;
  z-index: 1300;
  left: 50%;
  top: 60%;
  margin: -364px -2px 0 445px;
  width: 54px;
  height: 54px;
}
a#popUpClose2 img {
  width: 54px;
  height: 54px;
}
@media only screen and (max-width: 767px) {
  #popUpArea {
    width: 90vw;
    height: 70vh;
    margin: -44vh 0 0 -45vw;
  }
  #popUpArea #scrollArea {
    padding: 20px 20px 0;
  }
  #popUpArea #scrollArea h2 {
    /*height: 30px;*/
    margin: 0 0 10px;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #popUpArea #scrollArea p {
    padding: 0 0 20px;
  }
  a#popUpClose {
    left: auto;
    right: 5%;
    top: 12%;
    margin: 0;
    width: 20px;
    height: 20px;
  }
  a#popUpClose img {
    width: 20px;
    height: 20px;
  }
  a#popUpClose2 {
    left: auto;
    right: 5%;
    top: 12%;
    margin: 0;
    width: 20px;
    height: 20px;
  }
  a#popUpClose2 img {
    width: 20px;
    height: 20px;
  }
}

#popUpArea2 {
  display: none;
  position: fixed;
  z-index: 1200;
  left: 50%;
  top: 60%;
  width: 1000px;
  height: 414px;
  margin: -300px 0 0 -500px;
  box-sizing: border-box;
  background-color: #FFF;
  overflow-y: scroll;
}
#popUpArea2 #scrollArea {
  padding: 50px 50px 0;
  height: auto;
}
#popUpArea2 #scrollArea h2 {
  width: 100%;
  height: 45px;
  margin: 0 0 20px;
  padding: 11px 0 0;
  box-sizing: border-box;
  background-color: #00B0B9;
  font-size:2.2rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
#popUpArea2 #scrollArea p {
  padding: 0 0 30px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#popUpArea2 #scrollArea p a {
  color: #202B46;
}
#popUpArea2 #scrollArea p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #popUpArea2 {
    width: 90vw;
    height: 64vh;
    margin: -32vh 0 0 -45vw;
  }
  #popUpArea2 #scrollArea {
    padding: 20px 20px 0;
  }
  #popUpArea2 #scrollArea h2 {
    height: 30px;
    margin: 0 0 10px;
    padding: 8px 0 0;
    font-size: 1.6rem;
  }
  #popUpArea2 #scrollArea p {
    padding: 0 0 20px;
  }
}

/****************************************

   common cookie

****************************************/
#notification {
  position: fixed;
  bottom: 0px;
  z-index: 200;
  width: 100%;
}
#notification .notice {
  color: #fff;
  width:100%;
  background-color:#000D14;
  padding:20px 50px;
  box-sizing: border-box;
  font-size: 1.4rem;
}
#notification .notice a {
  color: #f4da40;
}
#notification .agreeBtn {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 50px;
  display: block;
  width: 90px;
  text-align: center;
  float: right;
  margin-left: 5px;
}
#notification .closeBtn {
  color: #fff;
  display: block;
  text-align: center;
  float: right;
  margin: -15px 0 10px 10px;
  font-size: 3.0rem;
  font-weight: bold;
  padding: 0;
}
#notification .alert {
  margin-bottom: 0;
  border-radius: 0;
}
#notification .cookie {
  margin-top: 2px;
  bottom:0;
}
@media screen and (max-width: 767px) {
  #notification {
    position: fixed;
    bottom: 0px;
    z-index: 200;
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #notification .notice {
    color: #fff;
    width:100%;
    background-color:#000D14;
    padding:10px 10px;
    font-size: 12px;
  }
  #notification .notice a {
    color: #f4da40;
    font-size: 14px;
  }
}



/**************************************************
　　　　　　************ Jalux JT ************
***************************************************/

.white {
    color: #ffffff !important;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.top-hero {
  background-color:#202B46;
  overflow: auto;
}

.img-hero {
  width:100%;
  text-align: center;
}

.text-hero {
  float: left;
  width:36%;
  padding: 5% 0 0 2%;
}

.text-hero a {
  text-decoration: none;
}

.text-hero a:hover {
  text-decoration: none;
}

.text-hero h1 {
  margin: 32px 0 32px 20px;
  line-height: 1.2;
  font-size: 58px;
  font-weight: 900;
  }

.lead-hero-large {
  margin-left: 20px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 100;
  letter-spacing: 1px;
}

.lead-hero {
  margin-left: 20px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 100;
  letter-spacing: 1px;
}

.vacations-logo {
  text-align: right;
  right: 0;
}

.vacations-img {
  width: 250px;
}

.period-hero {
  margin: 12px auto 18px;
  color: #fff;
  font-size: 20px;
}
.period-hero span {
  font-size: 38px;
  font-weight: 600;
}
.period-text {
  background-color: #d0dfe6;
  color: #202B46;
  font-size: 20px;
  padding: 14px;
  margin: 0;
  font-weight: 500;
}

.point-num {
    font-size: 26px;
}

.point-itro {
  border: solid 2px #202B46;
  padding: 20px;
}

.point-itro p {
    padding:5px 0 20px 0;
}

.point-itro span{
  padding-top: 5px;
  font-weight: bold;
}

.point-icons {
  width: 100%;
  padding: 20px 40px;
}

.point-single-icon {
  width: 25%;
  float: left;
  padding-bottom: 20px 10px 60px 10px;
}

.owner-ref-perks {
    background-color: #dff5f6;
    padding: 20px 40px 40px;
    margin-bottom: 20px;
}

.point-example {
  border: solid 2px #202B46;
  width: 100%;
  max-width:846px ;
  margin: 0 auto;
  text-align: center;
  overflow: auto;
}

.point-text { 
  border-top: 2px solid #202B46;
    margin: 0 10px;
    text-align: center;
  }

.point-text p { 
  width: 82%;
  margin: auto;
}

.total {
  font-size: 32px;
    font-weight: 900;
    color: #202B46;
    float: left;
  }

.i-coini {
  float: left;margin-bottom: 18px;
    margin-top: -12px;margin-left: 10px;
    margin-right: 10px;
    font-size: 40px;
  }

.point-10k {
  font-size: 36px;
  font-weight: 900;
  color: #202B46;
  float: left;
}
.point-equal {
    font-size: 38px;
    font-weight: 900;
    color: #202B46;
    float: left;margin-left: 10px;
    margin-right: 10px;
}

.point-doller {
    font-size: 36px;
    font-weight: 900;
    color: #e10054;
    float: left;
}

.tel-box {
  background-color: #fff;
    margin: 30px 10px;
    padding: 20px 30px 10px;
    color: #202B46;
    font-weight: bold;
    overflow: auto;
    line-height: 1.6;
    text-align: center;
    font-size: 18px;
}
.tel-text {font-size: 46px;}

.tel-main {font-size: 46px;}

.about-tour {

    padding: 20px;
    overflow: auto;
    line-height: 1.6;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
}

.bottom-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #53565a;
}

.about-tour p {
  padding: 0;
}

.about-tour img {
width: 100%;
/*max-width: 370px;*/
margin-bottom: 20px;
}

.about-tour-left {float: left;width:40%;}
.about-tour-right {float: left;width:60%;padding-left: 20px;}

.qr-code {
  width: 100%;
  max-width: 100px;
  float: right;
}

.notes {
  text-align: left;
  padding:0 !important;
  margin: 0;
  padding-left:1em;
  text-indent:-1em;
  font-size: 90%;
}

.perks-title {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}


.perks-note {
    font-size: 12px;
    padding-left: 20px !important;
}

.perks-sp {
  padding: 0 0;
}

.conditions {
    margin: 0;
}

.btn-primary-top {
  color: #202B46;
  background-color: #ffffff;
  border-radius: 22px;
  width: 100%;
  font-weight: bold;
  margin: 40px 0 20px 20px;
  text-align: center;
}

.offer-detail {background-color: #CCEFE7;padding: 16px 10px;text-align: center;}
.offer-title {font-size: 22px;line-height: 1.6;font-weight: 100 !important;}
.offer-price {font-size: 32px;font-weight: 600;}
.offer-taxinc {font-size: 14px;}
.offer-period {font-size: 18px;line-height: 1.6;}

.about-plan {text-align: center;margin: 30px 10px 0;line-height: 1.8;color: #202B46;}
.about-plan-title {font-size: 22px !important;}
.about-plan  p {font-size: 16px;}


@media screen and (min-width:1690px) {

  .text-hero {
  padding: 4% 2%;
}

.text-hero h1 {
  font-size: 68px;
  }

.lead-hero {
  font-size: 34px;
}

.period-hero {
    font-size: 23px;
    line-height: 1.3;
  }
 
}

@media screen and (max-width:1420px) {

  .text-hero {
  padding: 3% 0 0 4%;
}

.text-hero h1 {
  font-size: 46px;
  }

.lead-hero {
  font-size: 22px;
}

.lead-hero-large {
  margin-bottom: 20px;
  font-size: 22px;
}

.vacations-img {
  width: 125px;
}
 
}

@media screen and (max-width:1165px) {

  .text-hero {
  padding: 4% 0 0 3%;
}

.text-hero h1 {
  font-size: 40px;
  }

.lead-hero {
  font-size: 16px;
}

.lead-hero-large {
  margin-bottom: 18px;
  font-size: 22px;
}

 
}

@media screen and (max-width:991px) {
.tel-text {font-size: 32px;}
.tel-main {font-size: 46px;}
.br991 {display: block;}
.point-text p { 
  width: 100%;
}

.btn-primary-top {
  margin: 5px 0 9px 20px;
}

}

@media screen and (min-width:992px) {
.br991 {display: none;}
}





@media screen and (max-width: 768px) {
  .img-hero {
  width:100%;
}

.text-hero {
  width:96%;
    flex-flow: row-reverse;
    text-align: center;
}

.text-hero h1 {
  margin: 26px 0 26px 0;
  line-height: 1.3;
  font-size: 43px;
  font-weight: 900;
  }

.lead-hero {
  margin-left: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 100;
  letter-spacing: 1px;
}

.vacations-logo {
  text-align: center;
}


.period-hero {
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.6;
}
.period-text {
  font-size: 15px;
}


  .pcOnly {
    display: none;
  }

  .spOnly {
    display: inline-block;
  }

.MainText {
    padding: 5px;
}

.perks-title, .perks-note {
    padding-left: 0px;
}


  .point-single-icon {
  width: 50%;
  margin-bottom: 16px;
}

.br745 {display: none;}

.point-example h3 {
  font-size: 20px;
    line-height: 1.4;
  }

  .total {
    font-size: 24px;
}

  .point-10k {
    font-size: 24px;
}

  .point-doller {
    font-size: 24px;
    margin: 0 0 20px 20px;
}

.point-text p {
    width: 100%;
}

.point-equal {
    font-size: 26px;
    margin-left: 0;
    margin-right: 0;
}

.about-tour-left {float: left;width:100%;/*min-width: 400px;*/text-align: center;}
.about-tour-right {float: left;width:100%;text-align: left;padding:10px 20px 20px;}
.text-center-sp {text-align: center;}

.tel-text {font-size: 26px;}
.tel-main {font-size: 38px;}


.btn-primary-top {
    color: #202B46;
    background-color: #ffffff;
    border-radius: 22px;
    width: 260px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
}

.form-ank {
   display: block;
   margin-top:-150px !important;
   padding-top:150px;
}

}

@media screen and (max-width: 610px) {
.point-text {
    margin: 0 auto;
    text-align: center;
    width: 310px;
}
.conditions {
    margin: 0 20px;
}
.perks-sp {
  padding: 0 10px;
}


}

@media screen and (max-width: 590px) {
.br-sp {display: block;}
.spOnly590  {display: block;}
.pcOnly590  {display: none;}
.tel-box {
    text-align: center;
    font-size: 16px;
    padding: 20px ;
}
.qr-code {
  margin: 20px auto;
  float: none;
}
.tel-text {font-size: 20px;}

.about-tour-left {
   /* min-width: 360px;*/
}

.about-tour {
   padding: 0px;

}

.owner-ref-perks {
    padding: 20px 10px 40px;
}

}

@media screen and (min-width: 591px) {
.br-sp {display: none;}
.spOnly590  {display: none;}
.pcOnly590  {display: block;}
}

.fal, .far {
    font-family: "Font Awesome 5 Pro";
    font-size: 48px;
    color:#202B46 !important;
}

.vacation-ownership {font-size: 24px;
    line-height: 1.4;}

.vacation-ownership-h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 16px;
  font-weight: 900;
}

.ownership-text {
  padding-left: 0;
  margin-left: 0 !important;
  font-size: 16px;
  text-align: left;
}

.e-bold {font-weight: 900 !important;}


.btn {
    font-size: 18px !important;
    padding: 10px;
}

.btn-primary {
  color: #fff;
  background-color: #00B0B9;
  border-radius: 22px;
  width: 100%;
  max-width: 240px;
}


.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover,  .btn-primary-top:hover  {
    background-color: #BDE5E9;
    border-color: #BDE5E9;
    text-decoration: none;
}

.arrow {
    background-color: #fff;
    padding: 1px 6px;
    color: #00B0B9;
    border-radius: 100px;
    margin-left: 10px;
    margin-right: -10px;
}

.perks-img {
    width: 100%;
    max-width: 1000px;
}


/**************************************************
　　　　　　************ Perks ************
***************************************************/

.addition {
    padding: 0px 10px 5px;
    text-align: center;
    height: 100%;
    width: 1000px;
    margin: 40px auto 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.perks_bounus {
  border: solid 6px #202B46;
  display: block;
  width: 980px;
  margin: 36px auto 0;
  padding: 10px 0;
  font-size: 24px;
  line-height: 1.2; 
  overflow: auto;
  color: #202B46;
}

.perks_bounus_firsttime {
    background-color: #00B0B7;
    color: #ffffff;
    padding: 22px 100px;
    font-size: 18px;
    font-weight: 200;
}

.perks_bounus_HG_Gift {
    font-size: 18px;
    line-height: 1;
}

.perks_bounus_D_coupon {
    font-size: 22px;
}

.perks_bounus_amount {
    font-size: 66px;
    font-weight: 600;
}

.perks_bounus_mile {
    font-size: 28px;
}

.perks_bounus_b {
    font-size: 32px;
}

.perks_bounus_footnote {
    margin-top: -5px !important;
    font-size: 14px !important;
    color: #000000;
}

.perks_bounus_text {
  display: block;
  margin: auto;
  /*width: 800px;*/
}

.perks_bounus_text p {
  display: block;
  float: left;
  font-size: 18px;
  margin: 8px 20px;
  line-height: 0.8;
}

.mar-left {margin-left: 40px;}

.perks1 {
    float: left;
    border: solid 6px #202B46;
    padding: 10px;
    display: block;
    width: 424px;
}

.perks_number  {
    text-align: center;
    background-color: #202B46;
    margin: -10px -10px 10px -10px;
    padding: 2px 0 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}
.perks_main {
    /*padding: 0 20px;*/
}

.perks_photo {
    float: left;
    padding: 0;
}

.perks_photo img {
    width: 150px;
    margin-right: 10px;
}

.perks_title {
    color: #202B46;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    padding: 0 !important;
    text-align: left;
}

.perks_title_l {
    color: #202B46;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    padding: 0 !important;
    text-align: left;
}

.perks_title_span {
    font-weight: 200 !important;
    color: #202B46 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
}

.mar_bottoms {
    margin-bottom: 120px;
}

.perks_num {
    width: 68px;
    margin: -23px 20px 70px -16px;
}

.perks_img {
    width: 100%;
    /*max-width: 440px;*/
}

.plus {
    float: left;
    position: relative;
    z-index: 6;
    text-align: center;
    margin: 80px 5px 0;
}

.plus img {
    height: 50px;
}


.perks2 {
    float: left;
    border: solid 6px #202B46;
    padding: 10px;
    display: block;
    width: 424px;
}

.perks_figuer {
    font-size: 46px !important;
    color: #00b0b9 !important;
    font-weight: 600 !important;
}



@media only screen and (max-width: 767px) {
.addition {
    padding: 0px 10px 5px;
    text-align: center;
    height: 100%;
    width: 94%;
    margin: 60px auto 0;
}
.container {
/*    padding-right: 30px;*/
    padding-left: 0;
}
.perks_bounus {
    width: 91%;
    border: solid 6px #202B46;
    text-align: center;
    padding: 0 8px 20px;
    margin: 20px auto 0;
}

.perks_bounus_firsttime {
    FONT-WEIGHT: 200;
    margin: 10px !important;
    font-size: 22px !important;
    line-height: 1.2;
    padding: 14px 0;
}
.perks_bounus_HG_Gift {
    font-size: 22px;
}
.perks_bounus_D_coupon {
    font-size: 25px;
}
.perks_bounus_footnote {
    margin: 12px !important;
}
.perks_bounus_text {
  width: 100%;
}
.perks_bounus_text p {
  float: none;
  margin: 0;
  line-height: 1;
}
.perks_bounus_amount {
    font-size: 43px;
}
.perks_bounus_mile {
    font-size: 22px;
}
.perks_bounus_b {
    font-size: 22px;
}
.mar-left {
    margin-left: 0;
}

.perks_photo {
    float: left;
    font-size: 19px;
    font-weight: bold;
    margin: 0 10px 10px 0;
    height: 61px;
}
.perks_photo img {
    width: 100px;
    margin-right: 0px;
}
.perks1 {
    float: none;
    width: 91%;
    min-height: 0;
    margin: 0 auto;
    max-width: 500px;
}
.perks2 {
    float: none;
    width: 91%;
    min-height: 0;
    margin: 0 auto;
    max-width: 500px;
}
.plus {
    float: none;
    position: relative;
    z-index: 6;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.plus img {
    width: 76px;
    margin-bottom: 10px;
}
.perks_num {
    width: 68px;
    margin-bottom: 0px;
}
.perks_img {
    margin-top: 10px;
}
.perks_title {
    font-size: 22px;
}
.perks_title_l {
    line-height: 1;
}
.perks_title_span {
    font-size: 20px !important;
}
.perks_figuer {
    font-size: 44px !important;
}
}




