+/* float, clear
===============================================================*/
.cf { zoom:1; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

.clear {
	clear: both;
	visibility: visible;
}

/* mainimg
===============================================================*/
.mainimg {
	/*height: 592px;*/

	background:url(../images/membership/img_bg_01.jpg?240723) no-repeat center 0;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	position:relative;
	margin:0 0 60px 0;

}

.mainimg:before {
	content: '';
	display: block;
	padding-top: 30.8333333%;;
}

.mainimg h1 {
	display: block;
    width: 1px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bn {
	width:100%;
	max-width: 960px;
	margin: 0 auto;
	//position:absolute;
	//top: calc(100% - 70px);
	left:0;
}

.bn ul {
	width:960px;
	margin:0 auto 40px;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}

.bn ul li {
	float:left;
	list-style-type:none;
	margin:0 10px 0 0;
}

.bn ul li.end {
	margin:0;
}
.mainimg .info {

}
.mainimg .info dl {
	width: 35%;
	margin: 0 auto;
	background:#FFF;
	padding: 1em;
	box-sizing:border-box;
	//transform: translate(0%, -80%);
	position:absolute;
	top: 57%;
	left: 10%;
	border:1px solid #0d2d92;
}
.mainimg .info dt{
	font-weight:bold;
	margin-bottom: 1em;
}
.mainimg .info dd p {
	margin-top: .5em;
	line-height: 1.5;
	font-size:16px;
}
.mainimg .info dd p a {
	text-decoration:underline;
}
@-webkit-keyframes icon-down {
  0%,
  50%,
  100% {
    top:0;
  }

  25%,
  75% {
    top:10px;
  }
}

@keyframes icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.bn ul li a {
	display:block;
	position:relative;
	top:0;
	left:0;
}

.bn ul li a:hover {
	opacity:1.0;
	-webkit-animation-name: icon-down;
	animation-name: icon-down;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}


/* lead
===============================================================*/
#lead_txt {
  margin: 0 auto;
  display: block;
  width: 630px;
}
.lead {
	margin:0 0 56px 0;
}

.lead h3 {
	width:441px;
	margin:0 auto 16px auto;
	text-align:center;
}

.lead p {
	font-size:18px;
	line-height:30px;
	text-align:center;
}


/* con01
===============================================================*/
.con h2 {
	min-height:100px;
	background-color:#0d2d92;
	margin:0 0 50px 0;
}

.con h2 span {
	display:block;
	width:855px;
	color:#ffffff;
	font-size:26px;
	line-height:38px;
	padding:12px 0 0 105px;
	margin:0 auto;
	position:relative;
	font-weight: bold;
}

.con h2 span.s {
	padding:32px 0 0 105px;
}

.con h2 span img {
	position:absolute;
	top:6px;
	left:0;

    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    opacity: 0;
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
}

.con h2 span img.ap {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
}


.con .inner{
	width:960px;
	margin:0 auto;
}

.con .inner p {
	padding:0;
	margin:0;
}

.con01 {
	margin:0 0 120px 0;
}

.con01 .inner .box1 {
	width:480px;
	float:left;
}

.con01 .inner .box1 .t {
	color:#f06482;
	font-size:20px;
	line-height:28px;
	text-align:center;
	font-weight:bold;
	padding:5px 10px 10px 0;
}

.con01 .inner .box1 .s {
	font-size:11px;
	line-height:16px;
	padding:0 0 15px 0;
}

.con01 .inner .btn {
	padding:0 0 30px 117px;
}


.con01 .inner .box2 {
	width:415px;
	float:right;
}

.con01 .inner .box2 .t {
	color:#f06482;
	font-size:20px;
	line-height:28px;
	text-align:center;
	font-weight:bold;
	padding:30px 0 10px 0;
}

.con01 .inner .bg {
	background-color:#fdecf0;
	border-radius:10px;
	padding:26px;
	clear:both;
}

.con01 .inner .bg ul {
	padding:0;
	margin:0;
}

.con01 .inner .bg ul li {
	font-size: 14px;
	list-style-type:none;
	margin:0 0 0 1em;
	text-indent:-1em;
	line-height: 1.5;
}


/* con02
===============================================================*/
.con02 {
	margin:0 0 120px 0;
}

.con02 h3 {
	height:40px;
	color:#ffffff;
	font-size:22px;
	text-align:center;
	background-color:#32b490;
	margin:0 0 27px 0;
	border-radius:20px;
	font-weight: bold;
}

.con02 .ph_w .ph {
	width:600px;
	float:left;
}

.con02 .ph_w .txt {
	width:330px;
	font-size:16px;
	line-height:30px;
	padding:29px 0 0 0;
	float:right;
}

.con02 .ph_w2 {
	margin:30px 0 54px 15px;
}

.con02 .ph_w2 .box {
	width:270px;
	margin:0 60px 0 0;
	float:left;
}

.con02 .ph_w2 .end {
	margin:0;
}

.con02 .ph_w2 dl dt {
	color:#32b490;
	font-size:18px;
	line-height:20px;
	text-align:center;
	padding:18px 0 5px 0;
	font-weight:bold;
}

.con02 .ph_w2 dl dd {
	font-size:14px;
	line-height:23px;
}


.con02 .bg {
	background-color:#e6f6f2;
	border-radius:10px;
	padding:20px 50px 30px 50px;
	clear:both;
}

.con02 .bg h4 {
	color:#32b490;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height: 1.6;
    margin-bottom: 5px;
}
.con02 .bg p {
	text-align: center;
}
.con02 .bg p a {
    display: inline-block;
}
.con02 .bg p a:hover {
    opacity: 0.7;
}
.con02 .bg p a img {
    margin: 20px auto 0;
}

.con02 .bg .box {
	width:434px;
	float:left;
}

.con02 .bg .box p {
	width:160px;
	float:left;
}

.con02 .bg .box dl {
	width:260px;
	padding:5px 0 0 0;
	float:right;
}

.con02 .bg .box dl dt {
	color:#32b490;
	font-size:18px;
}

.con02 .bg .box dl dd {
	font-size:14px;
	line-height:25px;
}


.con02 .bg .box2 {
	width:390px;
	float:right;
}

.con02 .bg .box2 p {
	width:120px;
	float:left;
}

.con02 .bg .box2 dl {
	width:254px;
	padding:5px 0 0 0;
	float:right;
}

.con02 .bg .box2 dl dt {
	color:#32b490;
	font-size:18px;
}

.con02 .bg .box2 dl dd {
	font-size:14px;
	line-height:25px;
}

.con02 .r {
	text-align:right;
	padding:2px 0 0 0;
}


/* con03
===============================================================*/
.con03 {
	margin:0 0 120px 0;
}

.con03 p {
	width:556px;
	float:left;
}

.con03 dl {
	width:377px;
	float:right;
}

.con03 dl dt {
	color:#f27935;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	margin:0 0 8px 0;
}

.con03 dl dd {
	font-size:16px;
	line-height:25px;
	padding:0 0 3px 0;
}

.con03 dl dd.s {
	font-size:11px;
	line-height:18px;
}


/* con04
===============================================================*/
h2.t2 {
	height:42px;
	background-color:#48aad2;
	color:#ffffff;
	font-size:24px;
	line-height:36px;
	text-align:center;
	padding:8px 0 0 0;
	margin:0;
	font-weight: bold;
}

.nyukai {
	background-color:#f0f0f0;
	padding:40px 0 45px 0;
	margin:0 0 90px 0;
}

.nyukai p.txt {
	width:960px;
	color:#555566;
	font-size:16px;
	line-height:25px;
	padding:0 0 45px 0;
	margin:0 auto;
}

.nyukai p.txt2 {
	width:960px;
	color:#555566;
	font-size:16px;
	line-height:25px;
	text-align:center;
	padding:0 0 5px 0;
	margin:0 auto;
}

.nyukai ul.btn {
	width:590px;
	margin:0 auto 50px auto;
}

.nyukai ul.btn li.l {
	display:block;
	width:290px;
	color:#ffffff;
	font-size:16px;
	float:left;
	list-style-type:none;
}

.nyukai ul.btn li a {
	display:block;
	width:265px;
	height:34px;
	color:#ffffff;
	padding:14px 0 0 25px;
	background:url(../images/membership/bg02.jpg) no-repeat 0 0;
}

.nyukai ul.btn li.r {
	display:block;
	width:290px;
	color:#ffffff;
	font-size:16px;
	float:right;
	list-style-type:none;
}

.nyukai ul.btn li.r a {
	display:block;
	width:255px;
	height:34px;
	color:#ffffff;
	padding:14px 0 0 35px;
	background:url(../images/membership/bg02.jpg) no-repeat 0 0;
}

.nyukai ul.btn li a:hover {
	opacity:0.7;
}

.nyukai .link p {
	text-align:center;
	margin:0;
	font-size:16px;
	line-height:30px;
}

.nyukai .link p a {
	color:#48aad2;
	text-decoration:underline;
}

.nyukai .link p span {
	color:#48aad2;
	padding:0 24px 2px 0;
	background:url(../images/membership/ic04.jpg) no-repeat right 3px;
}


/* more
===============================================================*/
.more {
	width:960px;
	margin:0 auto 80px;
}

.more p.t {
	/*color:#ec5506;*/
	font-size:28px;
	line-height:37px;
	text-align:center;
	font-weight:bold;
//	margin-bottom: 40px;
	margin-bottom: 20px;
}
.more p.note {
	color:#fe0000;
	text-align:center;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 40px;
}
.more .box {
	width:430px;
	border:#e6e8ee 1px solid;
	border-radius:10px;
	padding:30px 20px;
}

.more .box_l {
	float:left;
}

.more .box_r {
	float:right;
}

.more .box p {
	color:#555566;
	font-size:16px;
	line-height:26px;
	margin:0 0 10px 0;
	text-align:center;
}

.more .box p.btn {
	margin:0;
}

.more .box p.btn a:hover {
	display:block;
	opacity:0.7;
}

/*
		Add 180329
=========================================*/
#c02.con02 h3 {
	font-size: 16px;
	background-color: #faaa00;
  padding-top: 12px;
  box-sizing: border-box;
	margin-bottom: 30px;
	font-weight: bold;
}
#c02.con02 .ph_w2 dl dt {
	padding: 18px 0 15px 0;
}

@media screen and (min-width: 1024px) {
	.con01 .inner .btn a:hover {
		display:block;
		opacity:0.7;
	}

}

div.body-wrapper {
	border: none;
	position:relative;
	margin-top:0!important;
	padding-top:40px;
}
#c01 .btn a .g-ico.g-blank, #c03 .btn a .g-ico.g-blank,
 .nyukai .btn a .g-ico.g-blank, .nyukai .link a .g-ico.g-blank,
 #c05 .btn a .g-ico.g-blank {
	display: none !important;
}

.con#c03 h3 {
	margin: 30px 0 30px !important;
	padding-top: 9px;
  box-sizing: border-box;
}
#c04.t2 {
	margin-bottom: 0 !important;
}

/* re-design utix part */
header a:hover, footer a:hover, .lg-breadcrumb.g-breadcrumb a:hover {
	color: #0c0d6a;
	opacity: 1;
}
/*240726’Ç‹L*/
.g-header-spot-btn {
	display:none!important;
}
.more .box {
margin: 0 auto;
}
.more .box_r {
	float:none;
}

.info_txt {
	position:absolute;
	background:#fe0000;
	color:#FFF;
	text-align:center;
	z-index:5;
	top: 0;
	width: 100%;
	padding: .5em;
	box-sizing:border-box;
	font-size: 18px;
}

.info_txt br{
	display:none;
}
  @media screen and (max-width: 1400px) {
  .mainimg .info dl{
width: 100%;
    max-width: 960px;
    left: 50%;
    transform: translateX(-50%);
    }
    .mainimg{
    margin-bottom: 30px!important;
  }
  }
  .info02 {
  	display:table;
  	border: 1px solid #0d2d92;
  	padding: 1em;
  	background:#f7f8fb;
  	margin: 0 auto 60px;
  }
  .info02 a {
    text-decoration: underline;
}