@charset "UTF-8";
/* CSS Document */

/* 基本-モバイルファースト ======================================================================================================== */
/* 印刷時の余白幅指定 */
@page {
	margin: 12.7mm 9.7mm;
}
html {
-webkit-font-smoothing: antialiased;
}
body{
	text-align: center;
	width: 100%;
	font-family: sans-serif;
	line-height: 1.8;
	color: #111;
}
body,
table{
	font-size: 12px;
}
input,
textarea{
	font-size: 16px;
}

/* テキスト選択時のハイライト */
::selection {
    background: #DDD;
}
::-moz-selection {
    background: #DDD;
}

a,
a:link,
a:visited {
	color: #111;
}

img{
	vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea{
	background-color: #FFF;
	padding: 5px;
	margin: 0px;
	box-sizing: border-box;
	border: 1px solid #AAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
textarea:hover{
	border: 1px solid #666;
}
input[type="text"]:focus,
input[type="text"]:focus,
input[type="text"]:focus,
textarea:focus{
	background-color: #F3F3F3;
}
input[type="radio"],
input[type="checkbox"],
label:hover{
	cursor: pointer;
}
input[type="radio"],
input[type="checkbox"]{
	-webkit-appearance: none;
	background-color: #FFF;
	background-image: url(../images/check_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	padding: 0 5px 0 0;
	border: solid 1px #CCC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
}
input[type="checkbox"]{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
	background-image: url(../images/check_on.png);
	background-color: #111;
	border: solid 1px #111;
}

.opct{}

/* googleリマーケティングタグの隙間回避 */
iframe[name="google_conversion_frame"] { position:absolute; top: 0; left: 0; }

.mt05{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mr05{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mr30{ margin-right: 30px; }
.mr40{ margin-right: 40px; }
.mb05{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.ml05{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml30{ margin-left: 30px; }
.ml40{ margin-left: 40px; }
.pt05{ padding-top: 5px; }
.pt10{ padding-top: 10px; }
.pt15{ padding-top: 15px; }
.pt20{ padding-top: 20px; }
.pt30{ padding-top: 30px; }
.pt40{ padding-top: 40px; }
.pr05{ padding-right: 5px; }
.pr10{ padding-right: 10px; }
.pr15{ padding-right: 15px; }
.pr20{ padding-right: 20px; }
.pr30{ padding-right: 30px; }
.pr40{ padding-right: 40px; }
.pb05{ padding-bottom: 5px; }
.pb10{ padding-bottom: 10px; }
.pb15{ padding-bottom: 15px; }
.pb20{ padding-bottom: 20px; }
.pb30{ padding-bottom: 30px; }
.pb40{ padding-bottom: 40px; }
.pl05{ padding-left: 5px; }
.pl10{ padding-left: 10px; }
.pl15{ padding-left: 15px; }
.pl20{ padding-left: 20px; }
.pl30{ padding-left: 30px; }
.pl40{ padding-left: 40px; }

.f_right{ float: right; }
.f_left{ float: left; }
.pc_float_none{}
.pc_f_right{}
.pc_f_left{}

.table{ display: table; }
.table_cell{ display: table-cell; }
.pc_display_block{}
.pc_table{}
.pc_table_cell{}

.ta_right{ text-align: right; }
.ta_center{ text-align: center; }
.ta_left{ text-align: left; }

.va_top{ vertical-align: top; }
.va_middle{ vertical-align: middle; }
.va_bottom{ vertical-align: bottom; }

.sp_tel{}

.font10px{ font-size: 10px; }
.font11px{ font-size: 11px; }
.font12px{ font-size: 12px; }
.font14px{ font-size: 14px; }
.font16px{ font-size: 16px; }
.font18px{ font-size: 18px; }
.font20px,
.font22px,
.font24px,
.font26px,
.font28px{ font-size: 20px; }
.font30px{ font-size: 22px; }

.font_bold{ font-weight: bold; }

.clear{
	display: block;
	float: none;
	clear: both;
}

.css_arrow{
position: relative;
display: inline-block;
padding: 0 15px 0 0;
vertical-align: middle;
}
.css_arrow::before{
content: "";
vertical-align: middle;
position: absolute;
top: 0;
bottom: 0;
right: 3px;
margin: auto;
border-top: 1px solid #333;
border-right: 1px solid #333;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.ca_5::before{ 	width: 5px; height: 5px; }
.ca_7::before{ 	width: 7px; height: 7px; }
.ca_10::before{ width: 10px; height: 10px; }
.ca_15::before{ width: 15px; height: 15px; }

/* ヘッダー======================================================================================================== */
h1{
	font-size: 10px;
}
h1 span{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
#header {
	position: relative;
z-index: 1000;
}
#header_logo{
	padding: 10px 0;
}
#header_logo a{
	display: block;
	text-decoration: none;
}
#header_logo img{
	display: inline-block;
	vertical-align: bottom;
	width: 20vw;
}
#header_logo p{
	display: inline-block;
	vertical-align: bottom;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1;
}
#header_logo p span{
	font-size: 5vw;
	line-height: 1;
}

#header_member{
}

#header_right{
}
#header_right #header_minimenu{
}
#header_right #header_tel{
}
#header_right #header_tel img{
}
#header_right #header_tel span{
}



/* グローバルメニュー=============================================== */
#globalMenu{
	display: none;
}
#globalMenu ul li{
	border-top: solid 1px #CCC;
	text-align: center;
	display: block;
	margin-bottom: 0;
}
#globalMenu ul li:first-child{
	border-top: none;
}
#globalMenu ul li > a{
	display: block;
	text-decoration: none;
	padding: 10px;
}
#globalMenu .gm_overmenu{
	display: none;
}
.sp-hamburger {
	display: block;
	text-align: center;
	z-index: 9500;
	position: absolute;
	top: 0px;
	right: 5px;
	box-sizing: border-box;
	width: 50px;
	height: 30px;
	padding: 0 10px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: transparent;
}
.sp-hamburger:hover {
	cursor: pointer;
}
.sp-hamburger::after {
	width: 100%;
	position: absolute;
	top: 30px;
	content: 'メニュー';
	font-size: 10px;
	line-height: 1;
	display: block;
	text-align: center;
	left: 0px;
}
.sp_menu-open.sp-hamburger::after {
	content: '閉じる';
}
.sp-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 0px;
}
.sp-hamburger-icon,
.sp-hamburger-icon:before,
.sp-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sp-hamburger-icon:before,
.sp-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
}
.sp-hamburger-icon:after {
  top: 10px;
}
.sp_menu-open .sp-hamburger-icon {
  background-color: transparent;
}
.sp_menu-open .sp-hamburger-icon:before,
.sp_menu-open .sp-hamburger-icon:after {
  top: 0;
}
.sp_menu-open .sp-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sp_menu-open .sp-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
 

/* コンテンツ======================================================================================================== */
#container {
	padding-bottom: 40px;
	overflow: hidden;
}
#contents {
	padding-top: 20px;
}
.contents_size{
	display: block;
	padding-left: 5vw;
	padding-right: 5vw;
	text-align: left;
}

.page_title{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -10;
}
.page_title::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: -5;
}
.page_title h2{
	font-size: 18px;
	letter-spacing: 0.3em;
}
.page_title h2 img{
	height: 25px;
}

.member_title{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 20px;
    padding-left: 20px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(120deg, #FEE9A0 0%, #DAAF08 2%,#B67B03 15%, #DAAF08 60%, #FEE9A0 85%, #DAAF08 90%, #B67B03 100% 100%);
}

#topic_path{
	font-size: 10px;
	text-align: right;
}
#topic_path a::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
}
.sub_bar{
	text-align: center;
	margin-bottom: 20px;
}
.sub_bar span{
	font-size: 18px;
	letter-spacing: 0.3em;
	display: inline-block;
	border-bottom: solid 3px #111;
}

form{
	margin: 0px;
	padding: 0px;
}
/* 通常テーブルパターン */
table.normal{
	width: 100%;
	border-collapse:collapse;
	border-spacing: 0;
}
table.normal th,
table.normal td{
	border-bottom: 1px solid #DDD;
	box-sizing: border-box;
}
table.normal th{
	padding: 8px 8px 8px 0px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
form table.normal th{
	text-align: left;
	vertical-align: top;
}
table.normal td{
	padding: 8px 0px 8px 8px;
}
table.sp_tableflat{}
form .must{
	display: block;
	background-color: #C00;
	padding: 5px;
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
form .cap{
	font-size: 10px;
	color: #C00;
}
.form_address li{
	margin: 5px 0 0;
}
.form_address li.post{
	margin: 0;
}
form #submit_box{
	margin-top: 30px;
	text-align: center;
}
form #submit_box p{
	margin: 0 0 10px;
}
form #submit_box button{
	font-size: 20px;
	margin: 0 10px;
	padding: 15px 40px;
	cursor:pointer;
	display: inline-block;
	-webkit-appearance: none;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form #submit_box button[type="reset"]{ background-color: #CCC; }
form #submit_box button[type="submit"]{ background-color: #C00; color: #FFF; }
form #submit_box button[type="reset"]:hover{ background-color: #BBB; }
form #submit_box button[type="submit"]:hover{ background-color: #9A0002; }

#thanks_page{
	padding: 60px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#thanks_page #thanks_contact{
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	margin: 30px 0 0;
	border: solid 1px #BBB;
	text-align: left;
}
#thanks_page #thanks_contact address{
	font-style: normal;
	display: block;
	margin: 0 0 0 10px;
}
#thanks_page #thanks_contact address .en{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C00;
}
#thanks_page #thanks_contact address .en span{
	font-size: 20px;
}


/* フッター======================================================================================================== */
#footer {
	background-image: url(../images/border.svg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 30px 0 50px;
}

#fixed_member_box{
	width: 100%;
	display: flex;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
#fixed_member_box p{
	width: 50%;
}
#fixed_member_box p img{
	display: none;
}
#fixed_member_box p a{
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #FFF;
}
#fixed_member_box p#fixed_member_login a{ background-color: #111; }
#fixed_member_box p#fixed_member_new a{ background-color: #ee284d; }

#footer_text_link{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#footer_text_link dl{
	width: 50%;
	margin-top: 20px;
}
#footer_text_link dl:first-child{
	width: 100%;
	margin-top: 0px;
}
#footer_text_link dt{
	font-weight: bold;
}
#footer_text_link dd{
	display: flex;
	flex-wrap: wrap;
}
#footer_text_link dl:first-child ul{
	margin-top: 10px;
	width: 50%;
}
#footer_text_link dl:first-child ul:nth-child(-n+2){
	margin-top: 0px;
}
#footer_text_link li a{
}

#header_logo a{
	display: block;
	text-decoration: none;
}
#footer_logo img{
	display: inline-block;
	vertical-align: bottom;
	width: 20vw;
}
#footer_logo p{
	display: inline-block;
	vertical-align: bottom;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1;
}
#footer_logo p span{
	font-size: 5vw;
	line-height: 1;
}

#footer_tel{
	font-size: 6vw;
	font-weight: bold;
}

#footer_sns,#footer_sns ul li{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
}

#copy_right{
	font-size: 10px;
}



/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){
img {
	max-width: 100%;
	/* height: auto; */
	width /***/: auto;
}

.zoomtext{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	margin:15px 0 0;
	color:#2963A2;
}	
	
.pc_only{ display: none; }
.sp_only{ }

.sp_float_reset{ float: none; }
.sp_block{ display: block; }

.mt50,.mt60,.mt70,.mt80,.mt90{ margin-top: 40px; } .mt100,.mt150{ margin-top: 60px; }
.mr50,.mr60,.mr70,.mr80,.mr90{ margin-right: 40px; } .mr100,.mr150{ margin-right: 60px; }
.mb50,.mb60,.mb70,.mb80,.mb90{ margin-bottom: 40px; } .mb100,.mb150{ margin-bottom: 60px; }
.ml50,.ml60,.ml70,.ml80,.ml90{ margin-left: 40px; } .ml100,.ml150{ margin-left: 60px; }

.pt30,.pt40,.pt50,.pt60{ padding-top: 20px; }
.pr30,.pr40,.pr50,.pr60{ padding-right: 20px; }
.pb30,.pb40,.pb50,.pb60{ padding-bottom: 20px; }
.pl30,.pl40,.pl50,.pl60{ padding-left: 20px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	width: 100%;
}
.form_sp_half{
	display: flex;
	justify-content: space-between;
}
.form_sp_half input{
	width: 49%;
}
input.form_sp_90{
	width: 90%;
}
.form_address li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form_address li.post{
	display: block;
}
.form_address li span{
	width: 5em;
}
.form_address li select,
.form_address li input{
	flex: 1;
	text-align: left;
}

input.input_sp_auto{
	width: auto !important;
}
form #submit_box button{
	padding: 15px 30px;
	margin: 0 5px;
}

.sp_tableflat th,
.sp_tableflat td{
	display: block;
}
.sp_tableflat th{
	border-bottom: none !important;
	padding: 8px 0px 0px !important;
	text-align: left !important;
}
.sp_tableflat td{
	padding: 0px 0px 8px !important;
}
	
#footer_text_link li{
	margin-bottom: 3% !important;
	}



#header_member3{
	/* border: solid 2px #111; */
	padding: 10px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	justify-content: space-around;
	flex-wrap: wrap;
}

.header_member3_inner1{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.header_member3_inner2{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

#header_member3 .num{
}
#header_member3 .num dt{
	display: inline-block;
	vertical-align: middle;
	border-left: solid 1px #111;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
#header_member3 .num dt:first-child{
	border-left: none;
	padding: 0px;
	margin: 0px;
}
#header_member3 .num dd{
	display: inline-block;
	vertical-align: middle;
}
#header_member3 .num dd span{
	font-size: 20px;
	font-weight: bold;
}
#header_member3 .num dd.header_name span{
	font-size: 14px;
}
#header_member3 .num dd.header_num_member span{
	color: #ee284d;
}
#header_member3 .btn{
	margin: 0 0 0 10px;
}
#header_member3 .btn a{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
}
#header_member3 .btn#header_member_login a{ background-color: #111; }
#header_member3 .btn#header_member_new a{ background-color: #ee284d; }
#header_member3 .btn#header_member_login a:hover{ background-color: #145499; }
#header_member3 .btn#header_member_new a:hover{ background-color: #D80050; }


}



/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
html,body{
	height: 100%;
}

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight:500;
	min-width: 1020px;
}
/* IEで游ゴシックはバグるのでメイリオに */
_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
}
body,
table,
input,
textarea{
	font-size: 14px;
}
a,
a:link,
a:visited {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover {
	color: #666;
}
a:active {
	color: #FC0;
}
.opct a:hover,
a.opct:hover,
a:hover img.opct{
	opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
}

.pc_only{ }
.sp_only{ display: none; }

.sp_tel:visited,
.sp_tel:link,
.sp_tel{	pointer-events: none; text-decoration: none; }

.pc_float_none{ float: none; }
.pc_f_right{ float: right; }
.pc_f_left{ float: left; }

.pc_display_block{ display: block; }
.pc_table{ display: table; }
.pc_table_cell{ display: table-cell; }

.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt70{ margin-top: 70px; }
.mt80{ margin-top: 80px; }
.mt90{ margin-top: 90px; }
.mt100{ margin-top: 100px; }
.mt150{ margin-top: 150px; }

.mr50{ margin-right: 50px; }
.mr60{ margin-right: 60px; }
.mr70{ margin-right: 70px; }
.mr80{ margin-right: 80px; }
.mr90{ margin-right: 90px; }
.mr100{ margin-right: 100px; }
.mr150{ margin-right: 150px; }

.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; } 
.mb70{ margin-bottom: 70px; } 
.mb80{ margin-bottom: 80px; } 
.mb90{ margin-bottom: 90px; } 
.mb100{ margin-bottom: 100px; } 
.mb150{ margin-bottom: 150px; } 

.ml50{ margin-left: 50px; }
.ml60{ margin-left: 60px; }
.ml70{ margin-left: 70px; }
.ml80{ margin-left: 80px; }
.ml90{ margin-left: 90px; }
.ml100{ margin-left: 100px; }
.ml150{ margin-left: 150px; }

.pt50{ padding-top: 50px; }
.pt60{ padding-top: 60px; }

.pr50{ padding-right: 50px; }
.pr60{ padding-right: 60px; }

.pb50{ padding-bottom: 50px; }
.pb60{ padding-bottom: 60px; } 

.pl50{ padding-left: 50px; }
.pl60{ padding-left: 60px; }

.font20px{ font-size: 20px; }
.font22px{ font-size: 22px; }
.font24px{ font-size: 24px; }
.font26px{ font-size: 26px; }
.font28px{ font-size: 28px; }
.font30px{ font-size: 30px; }

/* ヘッダー */
h1 .contents_size{
	text-align: right;
}
#header_inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 20px;
}
#header_logo{
	padding: 0;
}
#header_logo img{
	width: auto;
}
#header_logo p{
	font-size: 14px;
}
#header_logo p span{
	font-size: 24px;
}

#header_member{
	border: solid 2px #111;
	padding: 10px;
	display: flex;
	align-items: center;
	border-radius: 5px;
}

#header_member .num{
}
#header_member .num dt{
	display: inline-block;
	vertical-align: middle;
	border-left: solid 1px #111;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
#header_member .num dt:first-child{
	border-left: none;
	padding: 0px;
	margin: 0px;
}
#header_member .num dd{
	display: inline-block;
	vertical-align: middle;
}
#header_member .num dd span{
	font-size: 20px;
	font-weight: bold;
}
#header_member .num dd.header_name span{
	font-size: 14px;
}
#header_member .num dd.header_num_member span{
	color: #ee284d;
}
#header_member .btn{
	margin: 0 0 0 10px;
}
#header_member .btn a{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
}
#header_member .btn#header_member_login a{ background-color: #111; }
#header_member .btn#header_member_new a{ background-color: #ee284d; }
#header_member .btn#header_member_login a:hover{ background-color: #145499; }
#header_member .btn#header_member_new a:hover{ background-color: #D80050; }

#header_right{
	text-align: right;
}
#header_right #header_minimenu li{
	display: inline-block;
	font-size: 10px;
	margin: 0 0 0 20px;
}
#header_right #header_tel{
}
#header_right #header_tel img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#header_right #header_tel span{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
}
#header_right p{
font-size: 12px;
}

#header_member2{
	border: solid 2px #111;
	padding: 10px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	justify-content: space-around;
}

.header_member2_inner{
	display: flex;
	align-items: center;
}

#header_member2 .num{
}
#header_member2 .num dt{
	display: inline-block;
	vertical-align: middle;
	border-left: solid 1px #111;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
#header_member2 .num dt:first-child{
	border-left: none;
	padding: 0px;
	margin: 0px;
}
#header_member2 .num dd{
	display: inline-block;
	vertical-align: middle;
}
#header_member2 .num dd span{
	font-size: 20px;
	font-weight: bold;
}
#header_member2 .num dd.header_name span{
	font-size: 14px;
}
#header_member2 .num dd.header_num_member span{
	color: #ee284d;
}
#header_member2 .btn{
	margin: 0 0 0 10px;
}
#header_member2 .btn a{
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
}
#header_member2 .btn#header_member_login a{ background-color: #111; }
#header_member2 .btn#header_member_new a{ background-color: #ee284d; }
#header_member2 .btn#header_member_login a:hover{ background-color: #145499; }
#header_member2 .btn#header_member_new a:hover{ background-color: #D80050; }

#header_right{
	text-align: right;
}
#header_right #header_minimenu li{
	display: inline-block;
	font-size: 10px;
	margin: 0 0 0 20px;
}
#header_right #header_tel{
}
#header_right #header_tel img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#header_right #header_tel span{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
}

.zoomtext{
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	color: #145499;
}

/* グローバルメニュー */
#globalMenu{
	display: block;
}
#globalMenu ul{
	display: table;
	width: 100%;
	position: relative;
}
#globalMenu ul li{
	border-top: none;
	display: table-cell;
	vertical-align: middle;
	width: 14.28%;
}
#globalMenu ul li:hover{
	background-color: #FFF;
}
#globalMenu ul li > a{
	padding: 0;
	line-height: 60px;
}
#globalMenu ul li > a:hover{
	color: #111;
}
#globalMenu .gm_overmenu{
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 9999;
}
#globalMenu .gm_overmenu_inner{
	display: flex;
	align-items: center;
	background-color: #FFF;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}
#globalMenu .gm_overmenu .gmom_title{
	width: 200px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 30px 0 0;
}
#globalMenu .gm_overmenu .gmom_inner{
	text-align: left;
	display: flex;
	flex: 1;
	padding: 0 0 0 30px;
	border-left: solid 2px #111;
}
#globalMenu .gm_overmenu .gmom_inner dl{
	width: 25%;
}
#globalMenu .gm_overmenu .gmom_inner dt{
	font-weight: bold;
}
#globalMenu .gm_overmenu .gmom_inner dd{
	margin: 5px 0 0;
}
#globalMenu .gm_overmenu .gmom_inner dd a{
	display: block;
	position: relative;
}
#globalMenu .gm_overmenu .gmom_inner dd a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	transform: rotate(45deg);
}

/* コンテンツ */
#container {
	padding-bottom: 80px;
}
#contents {
	padding-top: 340px;
}
.contents_size{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.page_title{
	display: block;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
}
.page_title h2{
	font-size: 30px;
	padding: 250px 0 0;
}
.page_title h2 img{
	height: auto;
}

.member_title{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 60px;
    padding-left: 60px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(60deg, #B67B03 0%, #DAAF08 50%, #FEE9A0 80%, #DAAF08 85%, #B67B03 90% 100%);
}

.sub_bar{
	margin-bottom: 40px;
}
.sub_bar span{
	font-size: 26px;
}

#thanks_page{
	font-size: 18px;
	padding: 150px 0;
}
#thanks_page #thanks_contact address .en span{
	font-size: 24px;
}


/* フッター */
#footer {
	padding: 60px 0 40px;
}

#fixed_member_box{
	display: block;
	width: auto;
	height: 282px;
	position: fixed;
	top: 140px;
}
#fixed_member_box p{
	width: 60px;
	text-align: left;
}
#fixed_member_box p#fixed_member_login{
	margin-bottom: 10px;
}
#fixed_member_box p a{
	width: 50px;
	margin: 0 0 0 auto;
	text-align: center;
	padding: 20px 0px;
	border-radius: 5px 0 0 5px;
}
#fixed_member_box p a:hover{
	width: 60px;
}
#fixed_member_box p img{
	display: block;
	margin: 0 auto;
}
#fixed_member_box p span{
	display: none;
}

#footer_text_link dl{
	width: 200px;
	margin-top: 0px;
}
#footer_text_link dl:first-child{
	width: 800px;
}
#footer_text_link dl:first-child ul{
	margin-top: 0px;
	width: 180px;
}

#footer_text_link dl:first-child ul:first-child{
	margin-top: 0px;
	width: 230px;
}

#footer_company{
	margin: 0 0 20px;
}
#footer_logo{
	display: inline-block; 
	vertical-align: bottom;
	margin: 0 30px 0 0;
}
#footer_logo img{
	width: auto;
}
#footer_logo p{
	font-size: 14px;
}
#footer_logo p span{
	font-size: 24px;
}
#footer_tel{
	display: inline-block; 
	vertical-align: bottom;
	font-size: 30px;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_tel + p{
font-size: 12px;
margin: 10px 0;
}


}

