@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;
}

img{
	width: 100%;
}
/*==========================================
 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;
}
.spView {
	display: none;
}

@media only screen and (max-width: 767px) {
	.pcView {
		display: none;
	}
	.spView {
		display: block;
	}
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	background-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: 512px;
}
header #headerGlobalArea #headerTel {
	position: absolute;
	left: 0;
	top: 0;
}
header #headerGlobalArea #headerTel a {
	padding: 0 0 0 30px;
	font-size: 2.9rem;
	font-weight: 700;
	color: #202B46;
	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.5rem;
	font-weight: 500;
	color: #202B46;
}
header #headerGlobalArea #headerContact {
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
}
header #headerGlobalArea #headerContact a {
	display: block;
	width: 250px;
	height: 40px;
	padding: 12px 0 0;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #CE3262;
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
}
header #headerGlobalArea #headerContact a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media only screen and (max-width: 767px) {
	header {
		height: 70px;
	}
	header #header {
		position: relative;
		display: flex;
		align-items: center;
		padding: 0 1.5rem;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	header #headerLogoArea {
		position: relative;
		left: auto;
		top: auto;
		width: 100px;
		height: 100%;
	}
	header #headerLogoArea h1 {
		position: relative;
		display: flex;
		align-items: center;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	header #headerLogoArea h1 a {
		display: block;
	}
	header #headerLogoArea h1 img {
		width: 100%
	}
	header #headerGlobalArea {
		position: relative;
		right: auto;
		top: auto;
		flex: 1;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-left: 1.5rem;
		width: auto;
		height: 100%;
		box-sizing: border-box;
	}
	header #headerGlobalArea #headerTel {
		position: relative;
		top: auto;
		left: auto;
	}
	header #headerGlobalArea #headerTel a {
		position: relative;
		display: block;
		margin-right: 1rem;
		padding: 0;
		font-size: 0rem;
		letter-spacing: 0em;
		width: 3.6rem;
		height: 3.6rem;
		border: 1px solid #202B46;
		border-radius: 1.8rem;
	}
	header #headerGlobalArea #headerTel a::before {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 2rem;
		height: 2rem;
	}
	header #headerGlobalArea #headerTel p {
		display: none;
	}
	header #headerGlobalArea #headerContact {
		position: relative;
		top: auto;
		left: auto;
	}
	header #headerGlobalArea #headerContact a {
		width: 170px;
		height: 40px;
		padding: 12px 0 0;
		border-radius: 20px;
		font-size: 1.4rem;
		font-weight: 500;
	}
}
/*==========================================
 フッターのスタイル
===========================================*/
footer {
	width: 100%;
	margin: 50px 0 0;
	background-color: #202B46;
}
footer #footerBody {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}
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;
}

footer a:link{
	color:#fff;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	footer {
		width: 100%;
		margin: 50px 0 0;
	}
	footer #footerBody {
		width: 90%;
		padding: 30px 0 70px;
	}
	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;
	overflow: hidden;
}
#mainContents section.bc_Gr {
	padding: 130px 0;
	background-color: #00B0B9;
}

@media only screen and (max-width: 767px) {
	#mainContents {
		padding: 70px 0 0;
	/*	min-height: 1500px;*/
	}
	#mainContents section.bc_Gr {
		padding: 60px 0;
	}
	#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 {
}
/*==========================================
 レイアウト
===========================================*/

/*mv*/
#mainContents .LayoutTyp01 {
	display: block;
	position: relative;
	width: 100%;
	/*aspect-ratio: 1366 / 560;
	min-height: 560px;*/
	overflow: hidden;
}
#mainContents .LayoutTyp01 h1 {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
/*	display: flex;*/
	justify-content: center;
	align-items: center;
	padding: 1rem 0 1.2rem;
	width: 100%;
	background: rgba(0,0,0,0.60);
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	color: #FFF;
	line-height: 1.4;
}
#mainContents .LayoutTyp01 h1 span {
	font-size: 2.2rem;
	font-weight: normal;
}
#mainContents .LayoutTyp01 h1 span.period {
	font-size: 1.7rem;
	border: 1px #fff solid;
	padding: 0 10px 4px;
	vertical-align: 14%;
	margin-right: 20px;
}
#mainContents .LayoutTyp01 h2 {
	position: absolute;
	z-index: 100;
	right: 150px;
	top: 137px;
	font-size: 5rem;
	font-weight: 700;
	color: #FFF;
	text-shadow: black 0 0 30px;
	letter-spacing: 3px;
	line-height: 1.4;
}
#mainContents .topBanner {
	position: absolute;
	z-index: 100;
	bottom: 50px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.6rem;
	background: #202B46;
	box-shadow: 0 3px 10px rgba(0,0,0,.55);
	text-align: center;
	color: #FFF;
}
#mainContents .topBanner-img {
	aspect-ratio: 4 / 3;
	width: 140px;
}
#mainContents .topBanner-img img {
	object-fit: cover;
	width: 100%;
}
#mainContents .topBanner-txt {
	padding-left: 1.5rem;
}
#mainContents .topBanner h3 {
	margin-bottom: .8rem;
	padding-bottom: .5rem;
	border-bottom: 2px solid rgba(255,255,255,.33);
	font-size: 2.0rem;
	font-weight: bold;
	color: #00B0B9;
}
#mainContents .topBanner h4 {
	font-size: 1.4rem;
	font-weight: bold;
}
#mainContents .topBanner p {
	padding: 1rem;
	font-size: 1.8rem;
}
#mainContents .topBanner span {
	padding: 0 .5rem;
	font-size: 4.2rem;
	font-weight: bold;
}
#mainContents .topBanner .small {
	padding: 0;
	font-size: 1.1rem;
}
#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 #topMvArea_Sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	#mainContents .LayoutTyp01 {
	/*	padding-bottom: 78px;*/
		width: 100%;
		aspect-ratio: auto;
		min-height: auto;
	}
	#mainContents .LayoutTyp01 h1 {
		top: auto;
		bottom: 0px;
		display: block;
		padding: 10px 0;
		background: rgba(0,0,0,.5);
		font-size: 1.8rem;
		text-align: center;
		line-height: 1.3;
	}
	#mainContents .LayoutTyp01 h1 span {
		font-size: 1.6rem;
	}
	#mainContents .LayoutTyp01 h1 span.period {
		font-size: 1.5rem;
		border: none;
		padding: 0;
		vertical-align: 0;
	}
	#mainContents .LayoutTyp01 h2 {
		right: 0;
		top: 50px;
		width: 100%;
		font-size: 3rem;
		text-align: center;
	}
	#mainContents .topBanner {
		bottom: 0;
		right: 0;
		padding: 0;
		width: 100%;
		height: 105px;
		box-shadow: none;
	}
	#mainContents .topBanner-img {
		width: auto;
		height: 105px;
	}
	#mainContents .topBanner-img img {
		height: 100%;
	}
	#mainContents .topBanner-txt {
		padding: 0 .5rem;
		flex: 1;
	}
	#mainContents .topBanner h3 {
		margin-bottom: .6rem;
		padding-bottom: .5rem;
		font-size: 1.5rem;
	}
	#mainContents .topBanner h4 {
		font-size: 1.2rem;
		font-weight: bold;
	}
	#mainContents .topBanner p {
		padding: .5rem 0;
		font-size: 1.3rem;
	}
	#mainContents .topBanner span {
		padding: 0 .5rem;
		font-size: 2.5rem;
		font-weight: bold;
	}
	#mainContents .LayoutTyp01 #topMvArea {
		display: none;
	}
	#mainContents .LayoutTyp01 #topMvArea_Sp {
		display: block;
		opacity: 0;
	}
	#mainContents .LayoutTyp01 #topMvArea_Sp img.slideImg {
		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;
	}
}


/*Vacation*/
#mainContents .LayoutTyp02 {
	position: relative;
	width: 100%;
	height: 700px;
}
#mainContents .LayoutTyp02 img {
	width: 100%;
	height: 700px;
}
#mainContents .LayoutTyp02 .textArea {
	position: absolute;
	left: 50%;
	top: 50px;
	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: 20px 0 40px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #202B46;
    line-height: 2.0;
}
#mainContents .LayoutTyp02 .videoSize {
	top:0;
	left:0;
	width:650px;
	height:364px;
}

@media only screen and (max-width: 767px) {
	#mainContents .LayoutTyp02 {
		position: relative;
		width: 100%;
		height: auto;
	}
	#mainContents .LayoutTyp02 img {
			height: 544px;
	}
	#mainContents .LayoutTyp02 .textArea {
		top: 50px;
		padding: 0;
		box-sizing: border-box;
	}
	#mainContents .LayoutTyp02 .textArea h2 {
		font-size: 1.9rem;
		font-weight: 900;
		line-height: 1.4;
	}
	#mainContents .LayoutTyp02 .textArea p {
		padding: 20px 0 0;
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1.8;
		text-align: center;
	}
	#mainContents .LayoutTyp02 .videoSize {
		padding-top: 30px;
		width:360px;
		height:200px;
	}
}



/****************************************
   About
****************************************/
.about-block {
  width: 100%;
  padding: 50px 0 50px;
}
.about-block h2 {
  font-size: 3.0rem;
  font-weight: 500;
  color: #CBA158;
  text-align: center;
}

.about-block h3 {
	position: relative;
	width: 1000px;
	margin: 0 auto 0;
	font-size: 2.8rem;
	font-weight: 700;
	color: #202B46;
	text-align: center;
	padding: 15px 0 0;
}

.about-block p {
  text-align: center;
  margin-top: 20px;
  font-size: 2.6rem;
  line-height: 1.4;
}

.about-block span {
  font-size: 1.6rem;
}

.about-block .columnArea {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.about-block .columnArea .columnBox01 {
  width: 100%;
  padding: 0 0 30px;
  display: flex;
  justify-content: space-between;
  text-align: left;
	align-items: flex-start;
}
.about-block .columnArea .columnBox01 .column_L {
  position: relative;
  width: 583px;
}
.about-block .columnArea .columnBox01 .column_L img {
  /*width: 50vw;*/
  /* float: right; */
}
.about-block .columnArea .columnBox01 .column_R {
  width: 583px;
  padding: 0 30px 0 50px;
  box-sizing: border-box;
}
.about-block .columnArea .columnBox01 .column_R img {
  width: auto;
  height: 24px;
}
.dayTitle {height: 60px !important;}

.about-block .columnArea .columnBox01 .column_R h4 {
	padding: 0;
	font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #202B46;
}
.about-block .columnArea .columnBox01 .column_R h5 {
  padding: 5px 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #202B46;
}
.about-block .columnArea .columnBox01 .column_R p {
  padding: 0 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
	margin-top: 10px;
}

.about-block .columnArea .columnBox02 {
  width: 100%;
  padding: 0 0 100px;
  display: flex;
  justify-content: space-between;
}
.about-block .columnArea .columnBox02 .column_L {
  width: 583px;
  padding: 58px 100px 0 0;
  box-sizing: border-box;
}
.about-block .columnArea .columnBox02 .column_L img {
  width: auto;
  height: 43px;
}
.about-block .columnArea .columnBox02 .column_L h4 {
  padding: 35px 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #202B46;
}
.about-block .columnArea .columnBox02 .column_L p {
  padding: 25px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.about-block .columnArea .columnBox02 .column_R {
  position: relative;
  width: 583px;
}
.about-block .columnArea .columnBox02 .column_R img {
  width: 50vw;
  float: left;
}
@media only screen and (max-width: 767px) {
  .about-block {
    padding: 30px 0;
  }
  .about-block h2 {
    font-size: 2.0rem;
  }
  .about-block h3 {
    padding: 10px 0 0;
    font-size: 2.0rem;
    width: 95%;
    line-height: 1.4;
    margin-top: 0;
  }
  .about-block p {
    text-align: center;
    margin: 20px 30px;
    font-size: 1.8rem;
    line-height: 1.4;
}
  .about-block .columnArea {
    width: 100%;
    padding: 30px 0 0;
  }

  .about-block .columnArea .columnBox01 {
    width: 100%;
    padding: 0 0 30px;
    display: block;
  }
  .about-block .columnArea .columnBox01:last-child {
    padding: 0;
  }
  .about-block .columnArea .columnBox01 .column_L {
    width: 100%;
  }
  .about-block .columnArea .columnBox01 .column_L img {
    /*width: 82vw;*/
    /* float: left; */
  }
  .about-block .columnArea .columnBox01 .column_R {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .about-block .columnArea .columnBox01 .column_R img {
    display: block;
    width: auto;
    height: 18px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .about-block .columnArea .columnBox01 .column_R h4 {
		padding: 0;
		font-size: 2rem;
		text-align: center;
		margin: 0;
  }
	.about-block .columnArea .columnBox01 .column_R h5 {
    padding: 10px 0 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .about-block .columnArea .columnBox01 .column_R p {
    padding: 0 0 0;
    font-size: 1.4rem;
		margin: 30px 15px 0;
  }

  .about-block .columnArea .columnBox02 {
    width: 100%;
    padding: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .about-block .columnArea .columnBox02 .column_L {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    order: 2;
  }
  .about-block .columnArea .columnBox02 .column_L img {
    display: block;
    width: auto;
    height: 37px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .about-block .columnArea .columnBox02 .column_L h4 {
    padding: 20px 0 0;
    font-size: 1.6rem;
    text-align: center;
  }
  .about-block .columnArea .columnBox02 .column_L p {
    padding: 25px 0 0;
    font-size: 1.4rem;
  }
  .about-block .columnArea .columnBox02 .column_R {
    width: 100%;
    order: 1;
  }
  .about-block .columnArea .columnBox02 .column_R img {
    width: 82vw;
    float: right;
  }
  .b_back {
    width: 310px;
	}
}

.swiper-button-prev svg ,.swiper-button-next svg{
	display: none;
}

/*Global Network*/
#mainContents .LayoutTyp05 {
	position: relative;
	width: 100%;
	padding: 130px 0 100px;
}
#mainContents .LayoutTyp05::before {
	position: absolute;
	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: "";
	mix-blend-mode: multiply;
}
#mainContents .LayoutTyp05 h2 {
	font-size: 3.0rem;
	font-weight: 500;
	color: #00B0B9;
	text-align: center;
}
#mainContents .LayoutTyp05 h3 {
	padding: 15px 0 0;
	font-size: 3rem;
	font-weight: 900;
	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: #333;
	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: 50px 0 5px;
	}
	#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% 30px;
		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;
	}
}


/*Info*/
#mainContents .LayoutTyp06 {
	width: 100%;
    padding: 0;
}
#mainContents .LayoutTyp06 h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #202B46;
  text-align: left;
  line-height: 2;
}
#mainContents .LayoutTyp06 .column01 {
	position: relative;
	width: 1000px;
	margin: 80px auto 0;
	padding-left: 550px;
	min-height: 370px;
	box-sizing: border-box;
}
#mainContents .LayoutTyp06 .column01 p {
	padding: 1rem 0 0;
	font-size: 1.6rem;
	line-height: 1.8
}
#mainContents .LayoutTyp06 .column01 .column-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 370px;
}
#mainContents .LayoutTyp06 .column01 .column-img img {
	width: 100%;
	height: auto;
}
#mainContents .LayoutTyp06 .column01 dl {
	margin-top: 3rem;
}
#mainContents .LayoutTyp06 .column01 dt {
	position: relative;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #202B46;
}
#mainContents .LayoutTyp06 .column01 dt span {
	position: relative;
	padding-right: 1rem;
	background: #FFF;
}
/*#mainContents .LayoutTyp06 .column01 dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	border-top: 1px solid #202B46;
}*/
#mainContents .LayoutTyp06 .column01 dd {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	color: #202B46;
}
#mainContents .LayoutTyp06 .column01 dd a {
	display: inline-block;
	margin-top: 1rem;
	font-weight: normal;
}
#mainContents .LayoutTyp06 .column01 dd a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	#mainContents .LayoutTyp06 {
		padding: 40px 0 40px;
	}
	#mainContents .LayoutTyp06 h2 {
		font-size: 2.0rem;
		text-align: center;
			font-weight: 600;
	}
	#mainContents .LayoutTyp06 .column01 {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		min-height: auto;
	}
	#mainContents .LayoutTyp06 .column01 p {
		padding: 5px 5% 10px;
			font-size: 1.4rem;
			text-align: left;
	}
	#mainContents .LayoutTyp06 .column01 .column-img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	#mainContents .LayoutTyp06 .column01 .column-img img {
		width: 100%;
		height: auto;
	}
	#mainContents .LayoutTyp06 .column01 dl {
		margin-top: 1rem;
	}
	#mainContents .LayoutTyp06 .column01 dt {
		text-align: left;
		padding: 0 5%;
	}
	#mainContents .LayoutTyp06 .column01 dt span {
		padding-right: 0;
	}
	#mainContents .LayoutTyp06 .column01 dt::before {
		content: none;
	}
	#mainContents .LayoutTyp06 .column01 dd {
		padding: 0 5%;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#mainContents .LayoutTyp06 .column01 dd a {
		margin: 0;
		padding-left: 1.5rem;
	}
}


/*benefits*/
#mainContents .LayoutTyp07 {
  width: 100%;
  padding: 10px 0 50px;
	background-color: #f5f1eb;

}
#mainContents .LayoutTyp07 h2 {
  position: relative;
  width: 994px;
  margin: 30px auto 0;
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
	line-height: 1.6;

}

.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: 140px;
  height: 4px;
  background-color: #202B46;
  content: "";
}
#mainContents .LayoutTyp07 h2::after {
  position: absolute;
  right: 0;
  top: 30px;
  width: 140px;
  height: 4px;
  background-color: #202B46;
  content: "";
} */


#mainContents .LayoutTyp07 .column01 {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mainContents .LayoutTyp07 .column01 .column_L {
  width: 500px;
}
#mainContents .LayoutTyp07 .column01 .column_L img {
  width: 100%;
  height: auto;
}
#mainContents .LayoutTyp07 .column01 .column_R {
  width: 454px;
  margin: -5px 0 0;
}
#mainContents .LayoutTyp07 .column01 .column_R p {
  padding: 0 0 25px;
  font-size: 1.6rem;
  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: 2rem;
    width: 94%;
    line-height: 1.6;
    margin-top: 16px;
  }

  /* #mainContents .LayoutTyp07 h2::before {
		display: none;
	}
	#mainContents .LayoutTyp07 h2::after {
		display: none;
	} */

  .h2-L {
    margin-left: 0px;
	}

  .h2-span{
    font-size: 15px;
    line-height: 3 !important;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 7px;
    border-bottom: 2px dotted #202B46;
	}


  #mainContents .LayoutTyp07 .column01 {
    width: 100%;
    padding: 30px 0 0;
  }
  #mainContents .LayoutTyp07 .column01 .column_L {
    width: 100%;
    order: 2;
  }
  #mainContents .LayoutTyp07 .column01 .column_R {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px;
    order: 1;
  }
  #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 {
  position: relative;
  width: 1000px;
  margin: 50px auto 0;
  font-size: 2.8rem;
  font-weight: 700;
  color: #202B46;
  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 {
    position: relative;
    margin: 40px auto 0;
    font-size: 2.8rem;
    font-weight: 700;
    color: #202B46;
    text-align: center;
}

.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 .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: 80px 0 0;
}
#mainContents .LayoutTyp07 .link02 p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
#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;
}

#mainContents .LayoutTyp07 .condition {
  width: 100%;
  padding: 30px 0 0;
}
#mainContents .LayoutTyp07 .condition p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}
#mainContents .LayoutTyp07 .condition span {
  color: #00b0b9;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
}
#mainContents .LayoutTyp07 .condition a {
  color: #00b0b9;
}

.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: left;
    line-height: 1.4;
    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 .LayoutTyp07 .condition p {
		padding: 0 2%;
		font-size: 1.4rem;
		text-align: left;
	}
}

/**************************************************
　　　　　　************ 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;}

.perks300m {
	width: 994px;
	margin: 30px auto 0;
	text-align: center;
}

.phone_enq {
	color: #ffffff;
	background-color: #202B46;
	font-size: 2.4rem;
	line-height: 1.4;
	padding: 6px 0;
}

.present300m {
	color: #CC0000;
	font-weight: 600;
	font-size: 3.6rem;
	border: solid 6px #202B46;
	line-height: 1.4;
}

.present300m span {
	color: #202B46;
	font-weight: 500;
}

.N300m {
	color: #CC0000 !important;
	font-weight: 600 !important;
	font-size: 6rem !important;
}

.perks1 {
	float: left;
	background-color: #00b0b9;
	color: #ffffff;
	padding: 10px;
	display: block;
	width: 45%;
}

.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: 20px;
}

.perks_title {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.4;
	padding: 0 !important;
	text-align: left;
}

.perks_title_l {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	padding: 0 !important;
	text-align: left;
}

.perks_title_span {
	font-weight: 200 !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: 90px 5px 0;
}

.plus img {
	height: 34px;
}

.perks2 {
	float: left;
	background-color: #00b0b9;
	color: #ffffff;
	padding: 10px;
	display: block;
	width: 45%;
}

.perks_figuer {
	font-size: 46px !important;
	font-weight: 600 !important;
}
.perks_figuer span {
	font-size: 6rem;
	margin-bottom: 20px;
}

.perks_photo_notes {
	clear: both;
	text-align: right;
	padding: 8px 15px 0 0;
	font-size: 13px;
}

.perks20000m {
	width: 994px;
	margin: 30px auto 0;
	text-align: center;
	color: #ffffff;
}

.Contract-closed {
	background-color: #CC0000;
	font-size: 2.2rem;
	line-height: 1.4;
	padding: 10px 0;
}

.present20000m {
	background-color: #df7576;
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 1.4;
	padding-bottom: 10px;
}

.present20000m span {
  font-weight: 500;
}

.N20000m {
	font-weight: 600 !important;
	font-size: 6rem !important;
}


@media only screen and (max-width: 767px) {
	.addition {
		padding: 0px 10px 5px;
		text-align: center;
		height: 100%;
		width: 94%;
		margin: 30px auto 0;
	}
	.container {
		padding-left: 0;
	}
	.perks_bounus {
		width: 94%;
		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;
	}
	.phone_enq {
		margin-top: 20px;
		font-size: 2rem;
	}
	.perks300m {
		width: 94%;
		margin: 0 auto 0;
		text-align: center;
	}

	.present300m {
		font-size: 2.6rem;
	}

	.present300m span {
		font-weight: 600 !important;
	}

	.N300m {
		font-size: 4.4rem !important;
	}


	.perks20000m {
		width: 100%;
		margin: 30px auto 0;
		text-align: center;
		color: #ffffff;
	}

	.perks_photo {
		float: left;
		font-size: 19px;
		font-weight: bold;
		margin: 0 10px 10px 0;
		height: 61px;
	}

	.perks_photo img {
		width: 111px;
		margin-right: 0px;
	}

	.perks1 {
		float: none;
		width: 94%;
		min-height: 0;
		margin: 0 auto;
		max-width: 500px;
	}
	.perks2 {
		float: none;
		width: 94%;
		min-height: 0;
		margin: 0 auto;
		max-width: 500px;
		padding-bottom: 20px;
	}

	.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_number {
		padding: 10px 0;
	}
	.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: 42px !important;
	}
}




/*flow*/
#mainContents .LayoutTyp08 {
	width: 100%;
	padding: 100px 0;
}
#mainContents .LayoutTyp08 h2 {
	font-size: 3rem;
	font-weight: 500;
	color: #202B46;
	text-align: center;
}
#mainContents .LayoutTyp08 .column01 {
	width: 1000px;
	margin: 0 auto;
	padding: 46px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#mainContents .LayoutTyp08 .column01 .column {
	position: relative;
	width: 210px;
	padding: 0;
}
#mainContents .LayoutTyp08 .column01 .column::after {
	position: absolute;
	right: -43px;
	top: 6px;
	width: 46px;
	height: 180px;
	background-image: url(../img/icon03.svg);
	background-repeat: no-repeat;
	content: "";
}
#mainContents .LayoutTyp08 .column01 .column:nth-child(2)::after {
	display: block;
}
#mainContents .LayoutTyp08 .column01 .column:nth-child(4)::after {
	display: none;
}
#mainContents .LayoutTyp08 .column01 .column div {
	position: relative;
	width: 100%;
}
#mainContents .LayoutTyp08 .column01 .column img {
	width: 100%;
	height: auto;
}
#mainContents .LayoutTyp08 .column01 .column h4 {
	width: 100%;
	padding: 0.8rem;
	font-size: 2.6rem;
	font-weight: 500;
	color: #202B46;
	text-align: center;
}
#mainContents .LayoutTyp08 .column01 .column p {
	padding: 10px 0 0;
	font-size: 2rem;
	font-weight: 200;
	text-align: center;
	line-height: 1.6;
}
#mainContents .LayoutTyp08 .link02 {
	width: 100%;
	padding: 30px 0 0;
}
#mainContents .LayoutTyp08 .link02 p {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.8;
}
#mainContents .LayoutTyp08 .link02 a {
	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;
	text-align: center;
}
#mainContents .LayoutTyp08 .link02 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#mainContents .LayoutTyp08 .thanks {
	width: 100%;
	padding: 40px 0 0;
	text-align: center;
	font-size: 1.6rem;
}
#mainContents .LayoutTyp08 .thanks p {
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: center;
}
#mainContents .LayoutTyp08 .thanks a {
	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;
	text-align: center;
}
#mainContents .LayoutTyp08 .thanks a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#mainContents .LayoutTyp08 .banner {
	margin: 80px auto 0;
	width: 700px;
}
#mainContents .LayoutTyp08 .banner .inner {
	display: block;
	margin: 0 auto 1.5rem;
	padding: 1.6rem 2.5rem;
	width: 100%;
	height: 170px;
	border: 3px solid #202B46;
	background-image: url("../img/info_online.jpg");
	background-size: cover;
	background-position: bottom right;
	box-sizing: border-box;
	cursor: pointer;
}
#mainContents .LayoutTyp08 .banner .inner:hover {
	opacity: .8;
	text-decoration: none;
}
#mainContents .LayoutTyp08 .banner .inner h3 {
	display: flex;
	align-items: center;
	margin-bottom: 1.6rem;
	font-size: 2.2rem;
	color: #202B46;
	font-weight: bold;
}
#mainContents .LayoutTyp08 .banner .inner h3 span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
	padding: 0 1rem;
	height: 30px;
	border-radius: 15px;
	background: #FFF;
	font-size: 1.6rem;
	color: #00B0B9;
}
#mainContents .LayoutTyp08 .banner .inner p {
	font-size: 1.4rem;
	color: #202B46;
	line-height: 1.8;
	font-weight: bold;
}
#mainContents .LayoutTyp08 .banner .inner + p {
	font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
	#mainContents .LayoutTyp08 {
		width: 100%;
		padding: 0 20px 50px;
		box-sizing: border-box;
	}
	#mainContents .LayoutTyp08 h2 {
		font-size: 2.0rem;
		text-align: center;
		font-weight: 600;
	}
	#mainContents .LayoutTyp08 .column01 {
		width: 100%;
		padding: 20px 0 0;
	}
	#mainContents .LayoutTyp08 .column01 .column {
		width: calc(50% - 2.5rem);
	}
	#mainContents .LayoutTyp08 .column01 .column::after {
		top: 15px;
		width: 37px;
		height: 80px;
		background-image: url(../img/icon03_sp.svg);
		background-repeat: no-repeat;
		content: "";
	}
	#mainContents .LayoutTyp08 .column01 .column:nth-child(2)::after {
		display: none;
	}
	#mainContents .LayoutTyp08 .column01 .column:nth-child(4)::after {
		display: none;
	}
	#mainContents .LayoutTyp08 .column01 .column h4 {
		font-weight: 500;
	}
	#mainContents .LayoutTyp08 .column01 .column p {
		padding: 5px 0 15px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#mainContents .LayoutTyp08 .link02 {
		width: 90%;
		margin: 0 auto 0;
		padding: 30px 0 0;
	}
	#mainContents .LayoutTyp08 .link02 p {
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.4;
		padding: 0;
	}
	#mainContents .LayoutTyp08 .link02 a {
		width: 300px;
		height: 63px;
		margin: 20px auto 0;
		padding: 9px 0 0;
		border-radius: 40px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#mainContents .LayoutTyp08 .link02 a span {
		display: inline!important;
	}
	#mainContents .LayoutTyp08 .thanks a {
		display: block;
		width: 300px;
		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;
		text-align: center;
	}
	#mainContents .LayoutTyp08 .banner {
		margin: 50px auto 0;
		width: 100%;
	}
	#mainContents .LayoutTyp08 .banner .inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto 1.5rem;
		padding: 1rem 1.5rem;
		width: 100%;
		height: 120px;
		border: 2px solid #202B46;
		background-image: url("../img/info_online_sp.jpg");
	}
	#mainContents .LayoutTyp08 .banner .inner h3 {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: .6rem;
		font-size: 1.4rem;
	}
	#mainContents .LayoutTyp08 .banner .inner h3 span {
		margin-right: 0;
		margin-bottom: .5rem;
		height: 25px;
		border-radius: 13px;
		font-size: 1.2rem;
	}
	#mainContents .LayoutTyp08 .banner .inner p {
		font-size: 1.2rem;
		color: #333;
		line-height: 1.4;
		font-weight: 400;
	}
	#mainContents .LayoutTyp08 .banner .inner + p {
		line-height: 1.4;
	}
}


/*add*/
#mainContents .LayoutTyp09 {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 50px;
	box-sizing: border-box;
	text-align: center;
	/* background-image: url(../img/download_bg.webp);
  background-size: cover; */
	background-color: #F5F1EB;
}
#mainContents .LayoutTyp09 .whiteBK {
	width: 1000px;
	padding: 30px 0;
	/* background-color: #ffffff; */
	margin: 0 auto;
}
#mainContents .LayoutTyp09 h2 {
	position: relative;
	margin: 0 0 20px;
	font-size: 3rem;
	font-weight: 600;
	color: #202B46;
	border: 3px solid #202B46;
	display: inline-block;
	padding: 7px 50px;
}
#mainContents .LayoutTyp09 h2 span {
	padding: .5rem 1.5rem;
	border: 1px solid #FFF;
}
#mainContents .LayoutTyp09 hr {
	border: none;
	border-bottom: 3px solid #999;
	width: 860px;
	margin: 0 auto;
}
#mainContents .LayoutTyp09 a {
	position: relative;
	font-size: 5.0rem;
	font-weight: 700;
	color: #202B46;
	display: block;
	width: 430px;
	text-align: center;
  margin: 0 auto;
}
#mainContents .LayoutTyp09 a::before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 42px;
	height: 42px;
	background-image: url("../img/icon05.svg");
	background-size: 100% 100%;
	content: "";
}
#mainContents .LayoutTyp09 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#mainContents .LayoutTyp09 h3 {
	padding: 20px 0 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	color: #202B46;
}
#mainContents .LayoutTyp09 p {
	margin: 20px 0;
	font-size: 2rem;
	line-height: 1.6;
	color: #202B46;
}

@media only screen and (max-width: 767px) {
	#mainContents .LayoutTyp09 {
		width: 100%;
		margin: 0 auto;
		padding: 30px 20px 20px;
		box-sizing: border-box;
	}
	#mainContents .LayoutTyp09 .whiteBK {
		width: 100%;
		padding: 30px 0;
	}
	#mainContents .LayoutTyp09 hr {
		border: none;
		border-bottom: 2px solid #999;
		width: 300px;
	}
	#mainContents .LayoutTyp09 h2 {
		margin: 0 0 15px;
		font-size: 2rem;
		line-height: 0.4;
		padding: 15px 30px;
	}
	#mainContents .LayoutTyp09 a {
		font-size: 3.6rem;
		padding-left: 4rem;
		width: 75%;
	}
	#mainContents .LayoutTyp09 a::before {
		left: 0;
		top: 50%;
		transform: translateY(-40%);
		width: 3.5rem;
		height: 3.5rem;
	}
	#mainContents .LayoutTyp09 h3 {
		padding: 10px 0 0;
		font-size: 1.6rem;
		font-weight: bold;
	}
	#mainContents .LayoutTyp09 p {
		margin: 20px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}


/*Owners*/
#mainContents .LayoutTyp10 {
	width: 100%;
	height: 600px !important;
	overflow: hidden;
	padding: 40px 0;
}
#mainContents .LayoutTyp10 h2 {
	font-size: 3.0rem;
	font-weight: 500;
	color: #00B0B9;
	text-align: center;
}
#mainContents .LayoutTyp10 h3 {
	padding: 15px 0 0;
	font-size: 3rem;
	font-weight: 700;
	color: #202B46;
	text-align: center;
	line-height: 1.4;
}
#mainContents .LayoutTyp10 .ownersVoicesArea {
	margin: 50px auto 0;
	width: 1000px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
#mainContents .LayoutTyp10 .column {
	display: flex;
	width: 100%;
	height: 410px;
	background: #FFF;
}
#mainContents .LayoutTyp10 .imgWrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 300px;
}
#mainContents .LayoutTyp10 .imgWrap img {
	object-fit: cover;
	width: 300px;
	height: 200px;
}
#mainContents .LayoutTyp10 .column .imgWrap.img03 img {
	object-fit: cover;
	width: 300px;
	height: 410px;
}
#mainContents .LayoutTyp10 .txtWrap {
	flex: 1;
	padding: 4rem;
}
#mainContents .LayoutTyp10 h4 {
	font-size: 1.8rem;
	font-weight: normal;
}
#mainContents .LayoutTyp10 ul {
	display: flex;
	margin: 2rem 0 3rem;
	list-style: none;
}
#mainContents .LayoutTyp10 li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.5rem;
	padding: 0 1.5rem;
	border: 1px solid #707070;
	border-radius: 15px;
	height: 30px;
	font-size: 1.3rem;
	font-weight: 500;
	box-sizing: border-box;
}
#mainContents .LayoutTyp10 h5 {
	margin-bottom: 2rem;
	font-size: 2.1rem;
	color: #00B0B9;
	font-weight: bold;
}
#mainContents .LayoutTyp10 p {
	font-size: 1.4rem;
	line-height: 1.8;
}
#mainContents .LayoutTyp10 p .pcView {
	display: inline;
}
#mainContents .LayoutTyp10 p .spView {
	display: none;
}
#mainContents .LayoutTyp10 .txtWrap a {
	display: none;
}
#mainContents .LayoutTyp10 .bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
}
#mainContents .LayoutTyp10 .bx-wrapper .bx-prev {
	left: -40px !important;
	background: url('../img/icon02.svg') no-repeat 0 !important;
}
#mainContents .LayoutTyp10 .bx-wrapper .bx-prev:hover, #mainContents .LayoutTyp10 .bx-wrapper .bx-prev:focus {
	background-position: 0 0 !important;
}
#mainContents .LayoutTyp10 .bx-wrapper .bx-next {
	right: -40px !important;
	background: url('../img/icon02.svg') no-repeat 0 !important;
	transform: rotate(180deg);
}
#mainContents .LayoutTyp10 .bx-wrapper .bx-next:hover, #mainContents .LayoutTyp10 .bx-wrapper .bx-next:focus {
	background-position: 0 0 !important;
}
#mainContents .LayoutTyp10 .bx-wrapper .bx-controls-direction a {
	top: 205px !important;
	width: 17px !important;
	height: 32px !important;
	background-position: 0 0 !important;
}

@media only screen and (max-width: 767px) {
	#mainContents .LayoutTyp10 {
		padding: 40px 20px;
		box-sizing: border-box;
		height: auto !important;
	}
	#mainContents .LayoutTyp10 h2 {
		font-size: 2rem;
	}
	#mainContents .LayoutTyp10 h3 {
		padding: 10px 0 0;
		font-size: 2rem;
	}
	#mainContents .LayoutTyp10 .ownersVoicesArea {
		margin: 20px auto 0;
		width: 100%;
		background: #FFF;
		box-shadow: 0 3px 6px rgba(0,0,0,.16);
	}
	#mainContents .LayoutTyp10 .column {
		flex-direction: column;
		height: auto;
	}
	#mainContents .LayoutTyp10 .imgWrap {
		width: 100%;
	}
	#mainContents .LayoutTyp10 .imgWrap img {
		object-fit: cover;
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
	}
	#mainContents .LayoutTyp10 .imgWrap img.pcView {
		display: none!important;
	}
	#mainContents .LayoutTyp10 .column .imgWrap.img03 img {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
	}
	#mainContents .LayoutTyp10 .txtWrap {
		flex: 1;
		padding: 2rem;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	#mainContents .LayoutTyp10 h4 {
		font-size: 1.4rem;
		text-align: center;
	}
	#mainContents .LayoutTyp10 ul {
		justify-content: center;
		margin: 1.5rem 0 2rem;
	}
	#mainContents .LayoutTyp10 li {
		margin: 0 .5rem;
		padding: 0 .8rem;
		border-radius: 13px;
		height: 26px;
		font-size: 1rem;
	}
	#mainContents .LayoutTyp10 h5 {
		margin-bottom: 1rem;
		font-size: 1.8rem;
		text-align: center;
		line-height: 1.6;
	}
	#mainContents .LayoutTyp10 p {
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.8;
	}
	#mainContents .LayoutTyp10 p .spView {
		display: inline;
	}
	#mainContents .LayoutTyp10 p .pcView {
		display: none;
	}
	#mainContents .LayoutTyp10 .txtWrap a {
		display: inline-flex;
		margin: 1rem auto 0;
		padding: 1rem;
		font-size: 1.4rem;
	}
	#mainContents .LayoutTyp10 .txtWrap a:hover {
		text-decoration: none;
	}
	#mainContents .LayoutTyp10 .txtWrap a.ownersClose {
		justify-content: center;
	}
	#mainContents .LayoutTyp10 .txtWrap a.ownersClose img {
		margin-left: .5rem;
		width: 1.5rem;
	}
}


/*form*/
#mainContents .LayoutTyp11 {
	width: 1000px;
	margin: 0 auto;
	padding: 130px 0 50px;
}
#mainContents .LayoutTyp11 .tab-ttl {
	padding: 0;
	font-size: 2rem;
	font-weight: 900;
	color: #202B46;
	text-align: center;
}
#mainContents .LayoutTyp11 .tab-area {
	display: flex;
	justify-content: center;
	margin: 5rem 0 7rem;
	border-bottom: 2px solid #202B46;
}
#mainContents .LayoutTyp11 .tab {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 14px;
	width: 250px;
	height: 50px;
	border-radius: 6px 6px 0 0;
	background: #DDE0E2;
	font-size: 2.2rem;
	cursor: pointer;
}
#mainContents .LayoutTyp11 .tab.active {
	background: #202B46;
	color: #FFF;
}
#mainContents .LayoutTyp11 .panel {
	display: none;
	margin: 0 auto;
	width: 737px;
}
#mainContents .LayoutTyp11 .panelblock {
	margin: 0 auto;
	width: 737px;
}
#mainContents .LayoutTyp11 .panel.active {
  display: block;
}
#mainContents .LayoutTyp11 h2 {
	font-size: 3.5rem;
	font-weight: 700;
	color: #202B46;
	text-align: center;
}
#mainContents .LayoutTyp11 p {
	padding: 30px 0 0;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.8;
}
#mainContents .LayoutTyp11 p.small {
	padding: 5px 0 0;
	font-size: 1.3rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.4;
}
#mainContents .LayoutTyp11 .formArea {
	width: 100%;
	padding: 60px 0 0;
}
#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 a {
	color: #202B46;
}
#mainContents .LayoutTyp11 .formArea .formTyp01 h3.required::after {
	position: absolute;
	right: -40px;
	bottom: 2px;
	background: #cb4e78;
	padding: 2px 6px;
	font-size: 0.9rem;
	vertical-align: bottom;
	color: #fff;
	border-radius: 3px;
	margin-left: 2px;
	content: "必須";
}
#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 .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 .column 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 .inputBox .column h3.required::after {
	position: absolute;
	right: -40px;
	bottom: 2px;
	background: #cb4e78;
	padding: 2px 6px;
	font-size: 0.9rem;
	;
	vertical-align: bottom;
	color: #fff;
	border-radius: 3px;
	margin-left: 2px;
	content: "必須";
}
#mainContents .LayoutTyp11 .formArea .formTyp02 .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;
	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: 500px;
	margin: 0 auto;
	padding: 50px 0 0;
}
#mainContents .LayoutTyp11 .formArea .formTyp05 input[type="submit"] {
	-webkit-appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	background-color: #CE3262;
	border: none;
	border-radius: 30px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	line-height: 1;
}
#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;
}

@media only screen and (max-width: 767px) {
	#mainContents .LayoutTyp11 {
		width: 90%;
		padding: 70px 0 20px;
	}
	#mainContents .LayoutTyp11 .tab-ttl {
		line-height: 1.6;
	}
	#mainContents .LayoutTyp11 .tab-area {
		margin: 2.5rem 0 4rem;
	}
	#mainContents .LayoutTyp11 .tab {
		margin: 0 8px;
		width: 140px;
		height: 40px;
		font-size: 1.6rem;
	}
	#mainContents .LayoutTyp11 .panel {
		width: 100%;
	}
	#mainContents .LayoutTyp11 .panelblock {
		width: 100%;
	}
	#mainContents .LayoutTyp11 .panel.active {
		display: block;
	}
	#mainContents .LayoutTyp11 h2 {
		margin-bottom: 2.5rem;
		font-size: 2.2rem;
	}
	#mainContents .LayoutTyp11 p {
		padding: 0;
		font-size: 1.3rem;
		text-align: left;
		font-weight: bold;
	}
	#mainContents .LayoutTyp11 p.small {
		font-size: 1.2rem;
		text-align: left;
	}
	#mainContents .LayoutTyp11 .formArea {
		padding: 40px 0 0;
	}
	#mainContents .LayoutTyp11 .formArea .formTyp01 {
		padding: 0 0 30px;
	}
	#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: 100%;
		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 .inputBox .column h3 {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	#mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox .column h3.pcView {
		display: none;
	}
	#mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox .column h3.required::after {
		bottom: 0;
	}
	#mainContents .LayoutTyp11 .formArea .formTyp02 .inputBox .column input[type="text"] {
		height: 45px;
		font-size: 1.3rem;
	}
	#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 .formArea .formTyp04 {
		padding: 20px 0 0;
	}
	#mainContents .LayoutTyp11 .text01 p {
		text-align: center;
	}
	#mainContents .LayoutTyp11 .formArea .formTyp05 {
		width: 300px;
		padding: 30px 0 0;
	}
	#mainContents .LayoutTyp11 .formArea .formTyp05 input[type="submit"] {
		height: 50px;
		font-size: 1.8rem;
	}
}
#overlay {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
}
#popUpArea {
	display: none;
	position: fixed;
	z-index: 200;
	left: 55%;
	top: 60%;
	width: 900px;
	height: 500px;
	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: 45px;
	margin: 0 0 20px;
	padding: 11px 0 0;
	box-sizing: border-box;
	background-color: #202B46;
	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;
}
a#popUpClose {
	display: none;
	position: fixed;
	z-index: 300;
	left: 50%;
	top: 60%;
	margin: -364px -2px 0 445px;
	width: 50px;
	height: 50px;
}
a#popUpClose img {
	width: 50px;
	height: 50px;
}
.popup_owners {
	display: none;
}

@media only screen and (max-width: 767px) {
	#popUpArea {
		width: 90vw;
		height: 64vh;
		margin: -39vh 0 0 -45vw;
		left: 50%;
		top: 58%;
	}
	#popUpArea #scrollArea {
		padding: 20px 20px 0;
	}
	#popUpArea #scrollArea h2 {
		height: auto;
		margin: 0 0 10px;
		padding: 8px 0;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	#popUpArea #scrollArea p {
		padding: 0 0 20px;
	}
	a#popUpClose {
		left: auto;
		right: 5%;
		top: 13vh;
		margin: 0;
		width: 20px;
		height: 20px;
	}
	a#popUpClose img {
		width: 20px;
		height: 20px;
	}
}

/* add 202411 */
sup{
	font-size: 0.5em;
	vertical-align: text-top;
}

.perks20000m p{
	font-size: 1.6rem;
	color: #000;
	text-align: left;
	padding: 10px 0 0;
}

/*kahaku*/
.LayoutTyp12 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background-color: #202B46;
}

.kahaku_wrapper{
	max-width: 1000px;
	padding: 0 0;
	margin: 0 auto;
	color: #fff;
}
.kahaku_wrapper h3{
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

.kahaku_column{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 40px auto 0;
	gap: 40px;
}

.kahaku_img{
	width: 50%;
}

.kahaku_txt{
	width: 50%;	
}

.kahaku_column img{
	width: 100%;
}

.kahaku_column p{
	font-size: 1.4rem;
	line-height: 1.8;
}

.kahaku_explain{
	margin: 50px 0 0;
}


@media only screen and (max-width: 767px) {

	.LayoutTyp12 {
		box-sizing: border-box;
	}

	.kahaku_wrapper{
		max-width: 100%;
		padding: 0 0;
		margin: 0 auto;
		color: #fff;
	}

	.kahaku_wrapper h3 {
		padding: 0 0 0;
		font-size: 2rem;
		font-weight: 600;
		line-height: 1.6;
	}

	.kahaku_column {
    display: flex;
		flex-direction: row;
		align-items: center;
    justify-content: space-between;
    margin: 20px auto 0;
    gap: 15px;
	}

	.kahaku_column p {
    font-size: 1.2rem;
    line-height: 1.8;
	}

	.kahaku_img {
		width: 55%;
	}

	.kahaku_img img{
		width: 100%;
	}

	.kahaku_txt {
		width: 45%;
		padding-right: 20px;
	}

	.kahaku_txt img{
		width: 70%;
	}

	.kahaku_txt p{
		line-height: 1.6;
		margin: 0 0 10px;
	}

	.kahaku_txt p:last-child{
		margin: 0 0;
	}

	.kahaku_txt p:first-child{
		text-align: center;
	}

	.kahaku_explain{
    margin: 20px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0 20px;
	}
}