@charset "UTF-8";

*{
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	overflow: auto;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

html,
body {
	height: 100vh;
	margin: 0;
}

.wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}


footer {
	height: 40px;
	background: #ddd;
}

main {
	flex: 1;
	background: #fafafa;
	/* overflow: auto; */
}

.clear{
	clear:both;
}


.tb{
	font-weight:bold;
}
.pt20{
	padding-top:20px;
}



/*header============================================*/
header{
	display: flex;
	width: 940px;
	margin: 0px auto;
}

#header_logo{
	width:200px;
	margin-right:20px;
	float:left;
}
#header_logo img{
	width:200px;
}
#header_menu{
	width: 720px;
	display: flex;
	align-items: center;
}


/* nav */

.nav-menu {
	display: flex;
	list-style: none;
	gap: 20px;
	padding: 0;
	align-items: center;
}

.nav-item .menu-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #009999;
	font-weight: bold;
}

.menu-link:hover {
	opacity: 0.7;
}

.jp {
	font-size: 12px;
}

.divider {
	width: 115%;
	height: 1px;
	background-color: #009999;
	margin: 3px 0;
	opacity: 0.5;
}

.en {
	font-size: 10px;
	font-weight: 600;
}

.swiper-button-prev,
.swiper-button-next {
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	outline: none;
	z-index: 10;
}

/* Nút prev: dùng ảnh mũi tên trái */
.swiper-button-prev {
	background-image: url('../images/nav-arrow-prev.png');
	/* left: 10px; */
}

/* Nút next: dùng ảnh mũi tên phải */
.swiper-button-next {
	background-image: url('../images/nav-arrow-next.png');
	/* right: 10px; */
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	/* filter: brightness(1.2); */
	transform: scale(1.1);
	transition: all 0.3s ease;
}

/* Xoá icon mặc định của Swiper */
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: url('../images/nav-icon-inactive.png') no-repeat center center;
	background-size: contain;
	opacity: 1;
	margin: 0 6px;
	border-radius: 0;
	transition: transform 0.3s ease;
}

.swiper-pagination-bullet-active {
	background-image: url('../images/nav-icon-active.png');
	/* transform: scale(1.2); */
}


#headerline{
	height:3px;
	background-color:#41226b;
	clear:both;
}


/*cont_image============================================*/
#cont_image{
	width:1100px;
	height:500px;
	background-image:url(../images/image_top.png);
	margin:0px auto;
}




/*cont_news============================================*/
#cont_news{
	width:890px;
	margin:0px auto;
	padding:26px 35px 0px 35px;
}

#cont_news_left{
	width:74px;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#009d8e;
	padding:5px 0px;
}

#cont_news_right{
	width:797px;
	float:right;
	border-left:1px solid #313131;
	padding:5px 0px 5px 18px;
}

#cont_news_right_box{
	margin-bottom:5px;
}
#cont_news_right_day{
	width:80px;
	float:left;
	margin-right:15px;
	color:#009d8e;
	font-size:14px;
}
#cont_news_right_area{
	width:60px;
	float:left;
	margin-right:10px;
	color:#009d8e;
	font-size:14px;
	text-align:center;
}
#cont_news_right_text{
	width:670px;
	float:right;
	font-size:14px;
}
#cont_news_right_text a{
	color:#009d8e;
}


.newsbox{
    width: 797px;
    height: 384px;
    overflow: auto;
}

/*cont_box============================================*/
#cont_bg{
	background-color:#fbfbfb;
}

#cont_box{
	width:890px;
	margin:0 auto;
	padding:26px 0px 60px 0px;
}
#cont_box h1{
	width:128px;
	height:53px;
	margin:0 auto;
}
#cont_box h2{
	margin-bottom:38px;
}


#cont_corporate_image{
	width:890px;
	height:400px;
	margin:24px 0px 30px 0px;
/*
	background-image:url(../image/img_corporate_top.jpg);
*/
}

#cont_corporate_menu{
	width:890px;
	height:120px;
}
.cont_corporate_menu_box{
	width:200px;
	height:120px;
	float:left;
}
.cont_corporate_menu_space{
	margin-right:30px;
}


a.nav_corporate_message-a{ display:block; background-image:url(../images/button_corporate_message.png); width:200px; height:120px; margin-bottom:0px; float:left;}
a.nav_corporate_message-a:hover{ background-position:top right;}

a.nav_corporate_philosophy-a{ display:block; background-image:url(../images/button_corporate_philosophy.png); width:200px; height:120px; margin-bottom:0px; float:left;}
a.nav_corporate_philosophy-a:hover{ background-position:top right;}

a.nav_corporate_logo-a{ display:block; background-image:url(../images/button_corporate_logo.png); width:200px; height:120px; margin-bottom:0px; float:left;}
a.nav_corporate_logo-a:hover{ background-position:top right;}

a.nav_corporate_company-a{ display:block; background-image:url(../images/button_corporate_company.png); width:200px; height:120px; margin-bottom:0px; float:left;}
a.nav_corporate_company-a:hover{ background-position:top right;}




#cont_box_identity_nav{
	width:352px;
	height:20px;
	margin:-62px 0px 50px 538px;
}
.identity_nav_box{
	width:88px;
	height:20px;
	float:left;
}

a.identity_nav_box_message-a{ display:block; background-image:url(../images/nav_message.png); width:88px; height:20px; margin-bottom:0px; float:left;}
a.identity_nav_box_message-a:hover{ background-position:top right;}

a.identity_nav_box_identity-a{ display:block; background-image:url(../images/nav_identity.png); width:88px; height:20px; margin-bottom:0px; float:left;}
a.identity_nav_box_identity-a:hover{ background-position:top right;}

a.identity_nav_box_logo-a{ display:block; background-image:url(../images/nav_logo.png); width:88px; height:20px; margin-bottom:0px; float:left;}
a.identity_nav_box_logo-a:hover{ background-position:top right;}

a.identity_nav_box_company-a{ display:block; background-image:url(../images/nav_company.png); width:88px; height:20px; margin-bottom:0px; float:left;}
a.identity_nav_box_company-a:hover{ background-position:top right;}







#cont_box_identity{
	width:890px;
	margin:0 auto;
	padding-top:26px;
}
#cont_box_identity h1{
	width:128px;
	height:53px;
	margin:0 auto;
	padding-bottom:30px;
}
#cont_box_identity h2{
	margin-top:30px;
	margin-bottom:38px;
}
#cont_identity_philosophy{
	width:729px;
	height:383px;
	background-image:url(../images/bg_philosophy.png);
	margin:0px  0px 48px 48px;
	padding:102px 0px 0px 56px;
}

#cont_identity_vision{
	width:773px;
	height:275px;
	margin-left:48px;
	background-image:url(../images/bg_vision.png);
}









#cont_logomark_text{
	width:890px;
	padding:50px 0px 166px 0px;
}




#cont_identity_messagetext{
	width:890px;
	padding:32px 0px 46px 0px;
}
.text_messagename{
	float:right;
	margin-bottom:44px;
}





#cont_box_privacy_policy{
	width:890px;
	margin:0 auto;
	padding-top:26px;
}
#cont_box_privacy_policy h1{
	width:270px;
	height:53px;
	margin:0 auto;
	padding-bottom:30px;
}
#cont_box_privacy_policy h2{
	margin-bottom:30px;
}

.cont_box_privacy_policy_text{
	width:790px;
	margin:0px 50px 60px 50px;
	font-size:13px;
}
.cont_box_privacy_policy_text a:link{
	color:#41236b;
}

.privacy_companyname{
	text-align:right;
}






#cont_box_company{
	width:890px;
	padding-bottom:300px;
}
.company_box{
	width:890px;
	margin-bottom:30px;
}
.company_box_l{
	width:120px;
	float:left;
	font-weight:bold;
	margin-right:50px;
}
.company_box_r{
	width:720px;
	float:right;
}
.company_box_r span{
	font-size:11px;
}







#cont_box_auction{
	width:890px;
	margin:0 auto;
	padding-top:26px;
}
#cont_box_auction h1{
	width:275px;
	height:53px;
	margin:0 auto;
	padding-bottom:30px;
}
#cont_box_auction h2{
	margin-bottom:18px;
}

.auctiontop_magin{
	margin-bottom:50px;
}

.cont_box_auction_text{
	width:890px;
	margin-bottom:50px;
}
.cont_box_auction_text span{
	font-size:18px;
}
.auction_imgmargin{
	width:670px;
	height:233px;
	margin:30px 110px 0px 110px;
}
.cont_box_auction_text a:link{
	color:#41236b;
}




#cont_box_password{
	width:890px;
	margin:0 auto;
	padding-top:26px;
}
#cont_box_password h1{
	width:232px;
	height:53px;
	margin:0 auto;
	padding-bottom:30px;
}
#cont_box_password_toptext{
	width:890px;
	text-align:center;
	margin:0px 0px 120px 0px;
}

.cont_box_password_text{
	width:890px;
	padding-bottom:100px;
	font-size:14px;
}





#cont_box_recruit{
	width:890px;
	margin:0 auto;
	padding-top:26px;
}
#cont_box_recruit h1{
	width:127px;
	height:53px;
	margin:0 auto;
	padding-bottom:30px;
}
#cont_box_recruit h2{
	margin-bottom:18px;
}

#cont_box_recruit_toptext{
	width:890px;
	text-align:center;
	font-size:18px;
	margin:0px 0px 80px 0px;
}

.cont_box_recruit_text{
	width:890px;
	margin-bottom:50px;
	font-size:14px;
}
.cont_box_recruit_text span{
	font-size:18px;
}
.cont_box_recruit_text a:link{
	color:#41236b;
}



#recruit_box_l{
	width:426px;
	margin-right:38px;
	float:left;
}
#recruit_box_r{
	width:426px;
	float:right;
}
.recruit_box_center{
	width:426px;
	margin:0px 232px;
}
.recruit_box_center_b{
	width:890px;
}

.recruit_table_head{
	width:426px;
	background-color:#009d8d;
	border-left:1px solid #009d8d;
	padding:5px 0px;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	font-weight:normal;
}
.recruit_table_bg{
	background-color:#d4ece8;
}
.recruit_table_left{
	width:75px;
	padding:20px 0px;
	text-align:center;
	border-left:1px solid #009d8d;
}
.recruit_table_right{
	width:288px;
	padding:20px 30px;
	border-left:1px solid #009d8d;
	border-right:1px solid #009d8d;
}
.recruit_table_bottom{
	border-bottom:1px solid #009d8d;
}




.recruit_table_head_b{
	width:890px;
	background-color:#009d8d;
	border-left:1px solid #009d8d;
	padding:5px 0px;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	font-weight:normal;
}
.recruit_table_bg_b{
	background-color:#d4ece8;
}
.recruit_table_left_b{
	width:159px;
	padding:20px 0px;
	text-align:center;
	border-left:1px solid #009d8d;
}
.recruit_table_right_b{
	width:668px;
	padding:20px 30px;
	border-left:1px solid #009d8d;
	border-right:1px solid #009d8d;
}
.recruit_table_bottom_b{
	border-bottom:1px solid #009d8d;
}









#cont_box_login{
	width:890px;
	margin:0 auto;
	padding:26px 0px 300px 0px;
}
#cont_box_login h1{
	width:183px;
	height:53px;
	margin:0 auto;
	padding-bottom:30px;
}

#login_box{
	width:340px;
	padding:124px 220px 112px 140px;
	background-color:#e0f1ee;
	margin:0 auto;
}

.login_box_left{
	width:82px;
	height:30px;
	line-height:30px;
	float:left;
	margin-right:10px;
	text-align:right;
	font-size:14px;
}
.login_box_right{
	width:248px;
	height:30px;
	float:right;
	text-align:right;
	font-size:13px;
}
.login_box_button{
	width:248px;
	height:42px;
	float:right;
}
.login_box_bottom{
	margin-bottom:30px;
}


.login_form_text{
	width:246px;
	height:28px;
	border:1px solid #000000;
	background-color:#ffffff;
}
#login_box a:link{
	color:#41236b;
}







#cont_box_faq{
	width:890px;
	margin:0 auto;
	padding-top:26px;
}
#cont_box_faq h1{
	width:183px;
	height:53px;
	margin:0 auto;
	padding-bottom:30px;
}

#cont_faq_all{
	width:890px;
	border-top:1px solid #009d8d;
	margin-bottom:80px;
}


.faq_box{
	width:890px;
	border-bottom:1px solid #009d8d;
	padding:14px 0px;
}
.faq_box_q{
	width:890px;
}
.faq_box_q h2{
	width:855px;
	height:26px;
	padding-left:35px;
	background-image:url(../images/icon-Q.png);
	background-repeat:no-repeat;
	font-size:14px;
	color:#009d8e;
	line-height:26px;
}
.faq_box_q h3{
	width:855px;
	height:26px;
	padding-left:35px;
	background-image:url(../images/icon-Q.png);
	background-repeat:no-repeat;
	font-size:14px;
	color:#009d8e;
	line-height:26px;
}


.faq_box_a{
	width:854px;
	background-image:url(../images/bg-faq.png);
	background-repeat:no-repeat;
	padding:20px 0px 0px 36px;
	margin-top:6px;
}
.faq_box_a_icon{
	width:26px;
	height:26px;
	background-image:url(../images/icon-A.png);
	float: left;
}
.faq_box_a_text{
	width:818px;
	padding-left:10px;
	float:right;
}

.faq_box_a_text ol{
	padding-left:20px;
}





#faq-block{
	width:890px;
	margin-bottom:80px;
}
#faq-block ol{
	padding-left:20px;
}

.single-faq{
	width:890px;
	padding:18px 0px 5px 0px;
	border-bottom:1px solid #009d8d;
}

.faq-question{
	width:855px;
	height:26px;
	padding-left:35px;
	background-image:url(../images/icon-Q.png);
	background-repeat:no-repeat;
	color:#009d8e;
	line-height:26px;
}


.faq-answer{
	width:820px;
	background-image:url(../images/bg-faq.png);
	background-repeat:no-repeat;
	padding:16px 0px 0px 70px;
	margin-top:6px;
}




.faq_upicon{
	width:34px;
	height:15px;
	margin-left: 786px;
	background-image:url(../images/icon-triangle-top.png);
}
.faq_upicon a:link{
	display:block;
	width:34px;
	height:15px;
}


#faq-nav{
	width:890px;
	margin-bottom:40px;
}
#faq-nav ul{
}
#faq-nav ul li{
	background-image:url(../images/icon-triangle-right.png);
	background-repeat:no-repeat;
	padding-left:12px;
}
#faq-nav ul li a:link{
	color:#20a193;
	text-decoration:none;
	border-bottom:1px black dotted;
}
#faq-nav ul li a:visited{
	color:#20a193;
	text-decoration:none;
	border-bottom:1px black dotted;
}



#faq-block01{
	margin-bottom:70px;
}
#faq-block01 span{
	color:#20a193;
	font-size:20px;
}

#faq-block02{
	margin-bottom:70px;
}
#faq-block02 span{
	color:#20a193;
	font-size:20px;
}

#faq-block03{
}
#faq-block03 span{
	color:#20a193;
	font-size:20px;
}











#cont_box_admission{
	width:890px;
	margin:0 auto;
	padding-top:26px;
}
#cont_box_admission h1{
	width:127px;
	height:53px;
	margin:0 auto;
	padding-bottom:30px;
}
#cont_box_admission h2{
	margin-bottom:18px;
}

#cont_box_admission_text{
	width:890px;
	margin-bottom:50px;
	text-align:center;
}
#cont_box_admission_text span{
	font-size:16px;
	color:#009d8e;
}
#cont_box_admission_text ul{
	text-align:left;
	margin-left:240px;
	font-size:14px;
	padding:10px 0px;
}
#cont_box_admission_text ul li{
	padding:3px 0px;
}

#mirive_admission{
	width:890px;
	height:60px;
	margin:30px 0px 70px 0px;
	background-color:#41226b;
	text-align:center;
	line-height:60px;
	color:#ffffff;
	font-size:15px;
}

/* NEW-入会のご案内ver2 */
h2.heading_h2 {
    font-size: 19px;
    color: #009d8e;
    letter-spacing: 2.0px;
    display: block;
    border-bottom: 1px solid #009d8e;
    margin-bottom: 18px;
    padding-bottom: 1px;
}
h2.heading_h2_center {
    text-align: center;
}
h2.heading_h2_center span {
    font-size: 20px;
    color: #009d8e;
    letter-spacing: 2.0px;
    display: inline-block;
    border-bottom: 2px solid #009d8e;
    margin: 0 auto 50px!important;
    padding: 0 25px 1px;
}
#cont_box_admission_text2{
	width:100%;
	margin-bottom:50px;
}
#cont_box_admission_text2 p{
	margin-bottom:25px;
}
.cont_box_admission_table{
	margin-bottom:50px;
}
.table-g {
    /*margin-bottom:50px;*/
}
.table-admission-price {}
.table-bg-gray {
    background: #dcdcdc;
}
.table-g tr th,
.table-g tr td {
    vertical-align: middle;
    padding: 20px;
    border: 1px solid #ccc;
}
.table-g th {
    min-width: 170px;
    /* width: 140px; */
}
.table-g th.w24 {
    width: 24%;
}
.table-g th.w33 {
    width: 33.33333333%;
}
.table-g th.w34 {
    width: 34%;
}
.table-g th.w38 {
    width: 38%;
}
.table-g th.w42 {
    width: 42%;
}
.table-admission-price th {
    text-align: center;
}
.tx-c {
    text-align: center;
}
.tx-r {
    text-align: right;
}
.tx-l {
    text-align: left;
}
.td-div {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.red {
    color: red;
}
.admission_account {
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 10px auto 0;
}
.admission_account span {
    padding-right: 20px;
}
.cont_box_admission_flow {
    display: flex;
    justify-content: space-between;
    margin-bottom:100px;
    margin-top:25px;
}
.abdf_boxes {
    width: 45%;
}
.abdf_ttl {
    /*color: #009c8c;*/
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.abdf_ttl.purple {
    /*color: #41226b;*/
}
.abdf_box {
    background-color: #009c8c;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    position: relative;
}
.abdf_box.gray {
    background-color: #ccc;
    color: #333333;
}
.abdf_box.purple {
    background-color: #41226b;
}
.abdf_box::after {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.abdf_box.purple::after {
    border-color: #ccc transparent transparent transparent;
}
.abdf_box.lastbox {
    margin-bottom: 0;
}
.abdf_box.lastbox::after {
    border: none;
}
a.abdf_box {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #00685e;
    transition: all 0.3s;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
a.abdf_box:after {
    border-radius: 0;
    color: #009c8c;
    text-decoration: none;
    bottom: -30px;
}
a.abdf_box:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #00b3a1;
    border-bottom: 5px solid #005f56;
}
a.abdf_box.purple {
    background-color: #41226b;
    border-bottom: 5px solid #271540;
}
a.abdf_box.purple:hover {
    background-color: #6333a6;
}
a.abdf_box:hover:after {
    border-color: #ccc transparent transparent transparent;
    background-color: transparent;
}
a.abdf_box.purple:hover:after {
    border-color: #ccc transparent transparent transparent;
    background-color: transparent;
}
a.abdf_box span {
    color: #fff200;
}




.admission_flow_box{
	width:890px;
	height:212px;
	background-image:url(../images/bg_admission_flow.png);
	background-repeat:no-repeat;
	margin-bottom:30px;
}
.admission_flow_box_title{
	width:890px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#ffffff;
}
.admission_flow_box_text_a{
	width:890px;
	text-align:center;
	padding:30px 0px 56px;
}
.admission_flow_box_text_b{
	width:890px;
	text-align:center;
}








#cont_box_news{
	width:890px;
	margin:0 auto;
	padding-top:26px;
}
#cont_box_news h1{
	width:117px;
	height:53px;
	margin:0 auto;
	padding-bottom:30px;
}
#cont_box_news h2{
	border-bottom:1px solid #009d8d;
	font-size:18px;
	color:#009d8d;
	margin-bottom:18px;
}
.cont_box_news_text{
	width:890px;
	margin-bottom:50px;
	font-size:14px;
}
#cont_box_news span{
	font-size:13px;
	float:right;
	padding-top:8px;
	font-weight:normal;
}










#cont_box_contact{
	width:890px;
	margin:0 auto;
	padding-top:26px;
}
#cont_box_contact h1{
	width:183px;
	height:53px;
	margin:0 auto;
	padding-bottom:30px;
}

.cont_box_contact_line{
	border-bottom:1px solid #009d8d;
	margin:26px 0px;
}


#cont_box_contact_button{
	width:240px;
	height:44px;
	margin:0px 30px 60px 0px;
	line-height:44px;
	text-align:center;
	font-size:15px;
}
.cont_box_contact_button-a{
	display:block;
	width:240px;
	height:44px;
	background-color:#41226b;
}
#cont_box_contact_button a:link{
	color:#ffffff;
	text-decoration:none;
}





#cont_box_contact_button_send{
	width:240px;
	height:44px;
	margin-bottom:370px;
}

#cont_box_contact_text{
	width:890px;
	margin-bottom:80px;
}

#cont_box_contact_text h2{
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
}




#cont_box_contact th{
	width:160px;
	text-align:left;
	padding:10px 0px;
	font-size:15px;
}
.contact_form_textarea_title{
	line-height:145px;
}

.contact_form_text{
	width:306px;
	height:24px;
}

.contact_form_textarea{
	width:564px;
	height:145px;
	margin-top:18px;
}

/*venue ============================================*/
.documents{
	margin:70px 0;
}
.documents .set{
	width:500px;
	height:50px;
	box-sizing:border-box;
	display:flex;
	border:1px solid #179c8d;
	background:#fff;
	padding:10px;
	margin:0 auto 20px auto;
	position:relative;
}
.documents .set a:link{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	text-indent:-999px;
}
.documents .set a:hover {
    background:#179c8d;
    opacity:0.2;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
    -ms-transition:0.8s;
    transition:0.8s;
}
.documents .set .title{
	width:320px;
	font-size:16px;
	line-height:30px;
}
.documents .set .download{
	width:180px;
	display:flex;
	border-left:1px solid #179c8d;
}
.documents .set .download .icon{
	width:45px;
	height:30px;
	text-align:right;
	margin-right:10px;
}
.documents .set .download .icon img{
	height:30px;
}
.documents .set .download .text{
	width:125px;
	font-size:16px;
	color:#179c8d;
	line-height:30px;
}

/*venue ============================================*/
.contbox_venue{
	margin-bottom:30px;
}
.contbox_venue .title{
	margin-bottom:20px;
}
.contbox_venue .set{
	width:890px;
	display:flex;
}
.contbox_venue .set .text{
	width:560px;
	padding:0 30px 0 0;
}
.contbox_venue .set .image{
	width:300px;
	height:230px;
	position:relative;
}
.contbox_venue .set .image img{
	width:100%;
	height:230px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate3d(-50%, -50%, 0);
	transform:translate3d(-50%, -50%, 0);
	-ms-transform:translate(-50%, -50%, 0);
	object-fit:cover;
}
.contbox_venue .set .text .btn_access a:link{
	display:inline-block;
	padding:10px 30px;
	margin-top:20px;
	border:1px solid #009d8d;
	color:#009d8d;
	text-decoration:none;
}
.contbox_venue .set .text .btn_access a:visited{
	color:#009d8d;
}
.contbox_venue .set .text .btn_access a:hover{
	background:#009d8d;
	color:#fff;
}
.contbox_venue .map-text{
	margin-top:20px;
}
.contbox_venue .map-text p{
    margin-bottom:20px;
}


/*top_mainbox ============================================*/
.top_mainbox{
	width:950px;
	display:flex;
	margin:0 auto;
}
.top_mainbox .top_slide{
	width:750px;
	max-height: 340px;
}
.top_mainbox .top_login{
	width:200px;
	text-align:center;
	background:#fff;
	border: 1px solid #009d8e;
}
.top_mainbox .top_login .title{
	background:#009d8e;
	color:#fff;
	padding:20px 0;
	font-size:18px;
	margin-bottom:30px;
}
.top_mainbox .top_login .top_login-btn{
	margin:20px 0;
}
.top_mainbox .top_login .top_login-btn a:link{
	width:80%;
	margin:0 auto;
	text-decoration:none;
	padding:20px 0;
	display:block;
	background:#3cb5ef;
	border-radius:5px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
.top_mainbox .top_login .top_login-btn a:visited{
	color:#fff;
	background:#3cb5ef;
}
.top_mainbox .top_login .top_login-btn a:hover{
	opacity:0.7;
}

.wpcf7-confirm{
	display:block;
	width:240px;
	height:44px;
	margin:0px 30px 60px 0px;
	line-height:44px;
	text-align:center;
	font-size:15px;
	background-color:#41226b;
	color:#ffffff;
	border:0;
}
.wpcf7-confirm a:link{
	color:#ffffff;
	text-decoration:none;
}


.wpcf7-submit{
	display:block;
	width:240px;
	height:44px;
	margin:0px 30px 60px 0px;
	line-height:44px;
	text-align:center;
	font-size:15px;
	background-color:#41226b;
	color:#ffffff;
	border:0;
}
.wpcf7-submit a:link{
	color:#ffffff;
	text-decoration:none;
}



.wpcf7-back{
	display:block;
	width:240px;
	height:44px;
	margin:0px 30px 60px 0px;
	line-height:44px;
	text-align:center;
	font-size:15px;
	background-color:#41226b;
	color:#ffffff;
	border:0;
}
.wpcf7-back a:link{
	color:#ffffff;
	text-decoration:none;
}






#contact_formbox{
	width:890px;
	position: relative;
}
#wpcf7-f10-p42-o1 .pull{
	height:36px;
	padding:0 0 8px 0;
	width:306px;
	border:1px solid #cccccc;
	font-size:14px;
}
#wpcf7-f10-p42-o1 .con{
	height:24px;
	padding:0 0 8px 0;
	width:306px;
	border:1px solid #cccccc;
	font-size:14px;
}
#wpcf7-f10-p42-o1 .mess{
	height:145px;
	padding:0 0 15px 0;
	width:564px;
	border:0;
	font-size:14px;
	overflow-y:auto;
	_overflow-y:hidden;
	border:1px solid #cccccc;
}
.space{
	heigh:10px;
	margin-bottom:8px;
}


/*top_button============================================*/
#top_button{
	width:35px;
	height:44px;
	margin-bottom:18px;
	float:right;
}



/*footer============================================*/
footer{
	height:50px;
	background-color:#41226b;
	float: left;
}
#footer_cont{
	width:960px;
	height:32px;
	margin: 0px auto;
	color:#ffffff;
	padding-top:18px;
}

#footer_menu{
	float:left;
	font-size:12px;
	display: flex;
	gap: 20px;
}
#footer_menu a:link{
	color:#ffffff;
	text-decoration:none;
}
#footer_menu a:visited{
	color:#ffffff;
	text-decoration:none;
}
#footer_address{
	float:right;
	font-size:10px;
}

footer ul{
	font-size:12px;
}
footer ul li{
	float:left;
	padding-right:30px;
}

.wpcf7c-btn-back {
        float:left;
}

.wpcf7c-btn-confirm{
        float:left;
}

.wpcf7-submit{
        float:left;
}

.float-clear{
        clear:both;
}


/*入会資料請求ページ Contact Form 7カスタマイズ============================================*/
/*スマホ*/
@media(max-width:500px){
#documents_request .inquiry th,
#documents_request .inquiry td {
    display:block!important;
    width:100%!important;
    border-top:none!important;
    -webkit-box-sizing:border-box!important;
    -moz-box-sizing:border-box!important;
    box-sizing:border-box!important;
}
#documents_request .inquiry tr:first-child th{
    border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */
#documents_request .inquiry .haveto,
#documents_request .inquiry .any {
    /*font-size:10px;*/
}}
/*見出し欄*/
#documents_request .inquiry {
    margin-bottom: 1.2em;
    width: 100%;
}
#documents_request .inquiry th{
    text-align:left;
    /*font-size:14px;*/
    color:#444;
    /*padding-right:5px;*/
    width:30%;
    background:#f7f7f7;
    border:solid 1px #d7d7d7;
}
#documents_request th {
    width:30%;
    text-align: left;
    padding: 10px;
    font-size: inherit;
}
/*通常欄*/
#documents_request .inquiry td{
    /*font-size:13px;*/
    border:solid 1px #d7d7d7;
	padding: 10px;
}
#documents_request .inquiry td input{
    height: 24px;
    padding: 8px;
    width: 60%;
    border: 1px solid #cccccc;
    font-size: 14px;
}
#documents_request .inquiry td input[type="checkbox"]{
    height: inherit;
    padding: inherit;
    width: auto;
    border: 1px solid #cccccc;
    font-size: 14px;
}
#documents_request .inquiry td .zip input{
    /*width: 40%;*/
}
#documents_request .inquiry td .pref input{
    width: 90%;
}
#documents_request .privacy-check {
    margin: 0 auto 26px;
    text-align: center;
}
#documents_request .ebase-submit input[type="submit"]{
    margin: 0 auto;
    display: block;
    float: none;
}

/*横の行とテーブル全体*/
#documents_request .entry-content .inquiry tr,.entry-content table{
    border:solid 1px #d7d7d7;
}
#documents_request .inquiry td .your-name-sei .form-control,
#documents_request .inquiry td .your-name-mei .form-control{
    width: 30%;
    display: inline-block;
}
#documents_request .inquiry td .your-name-sei .form-control {
    margin-right: 2em;
}
#documents_request .inquiry td .first label {
    margin-right: 1em;
}
#documents_request .inquiry td .first label input,
#documents_request .inquiry td .last label input {
    margin-right: 0.2em;
}
#documents_request .inquiry td input.form-control::placeholder {
    color: #AAAAAA;
}
#documents_request .inquiry td select.wpcf7-select {
	 height: 40px;
    padding: 8px;
    width: 30%;
    border: 1px solid #cccccc;
    font-size: 14px;
}
#documents_request .inquiry td textarea.wpcf7-textarea.content {
    width: 100%;
    height: 400px;
}
/*必須の調整*/
#documents_request .haveto{
    font-size:9px;
    padding:5px;
    background:#ff9393;
    color:#fff;
    border-radius:2px;
    margin-left:5px;
    position:relative;
    bottom:1px;
}
/*任意の調整*/
#documents_request .any{
    font-size:9px;
    padding:5px;
    background:#93c9ff;
    color:#fff;
    border-radius:2px;
    margin-left:5px;
    position:relative;
    bottom:1px;
}
/*ラジオボタンを縦並び指定*/
#documents_request .verticallist .wpcf7-list-item{
    display:block;
}
#documents_request .wpcf7-acceptance .wpcf7-list-item {
    margin: 0 0 0 0.1em;
}
/*送信ボタンのデザイン変更*/
#formbtn{
    /*display: inline-block;
    padding:1em;
    margin-top:30px;
    font-size:18px;
    font-weight:bold;
    border-radius: 0;
    background-color:#67d407;
    border: solid 1px #67d407;
    color: #fff;
    width: 50%;*/
}
#formbtn:hover {
    /*color: #fff !important;
    background-color:#4BC600 !important;
    border-color: #4BC600 !important;*/
}
#documents_request .wpcf7-form .btn.btn-primary {
    color: #fff;
    background-color: #5a6268;
    border: 1px solid #5a6268;
    display: block;
    margin: 0 auto;
}
#documents_request .wpcf7-form .btn-primary.disabled,
#documents_request .wpcf7-form .btn-primary:disabled {
    color: #fff;
    background-color: #848F97;
    border: 1px solid #848F97;
}
#documents_request .wpcf7-form .wpcf7-back {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #5a6268;
    border: 1px solid #5a6268;
    padding: .375rem .75rem;
    color: #fff;
    font-size: 1rem;
}
/*エラーメッセージ*/
/*送信成功*/
#documents_request div.wpcf7-mail-sent-ok {
    background:#d5edda !important;
    color:#185626 !important;
    border:1px solid #c4e5cc !important;
    padding:10px !important;
}
/*送信NG*/
#documents_request div.wpcf7-validation-errors,
#documents_request div.wpcf7-acceptance-missing {
    background:#f7d7da !important;
    color:#711d26 !important;
    border:1px solid #f4c6cb !important;
    padding:10px !important;
}
/*送信失敗*/
#documents_request div.wpcf7-mail-sent-ng {
    background:#f7d7da !important;
    color:#711d26 !important;
    border:1px solid #f4c6cb !important;
    padding:10px !important;
}
/*スパムなどで送信ブロックされた場合*/
#documents_request div.wpcf7-response-output,
#documents_request div.wpcf7-spam-blocked {
    background:#fff2cf !important;
    color:#846314 !important;
    border:1px solid #feedbd !important;
    padding:10px !important;
}
#documents_request .post-name-consultation .entry-body,
#documents_request .post-name-contact .entry-body {
    border-bottom: none;
}
#documents_request .wpcf7 form.failed .wpcf7-response-output {
    display: block !important;
    background:#f7d7da !important;
    color:#711d26 !important;
    border:1px solid #f4c6cb !important;
    padding:10px !important;
}

/* Chromeでスライダー画像がぼやける対策 ============================================*/
.easingslider-image {
    image-rendering: -webkit-optimize-contrast !important;
}
