@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

.sp_menu {
	display:none;
}

/* !Reseting
---------------------------------------------------------- */

body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width:100%;
    -webkit-overflow-scrolling:touch;
}
.ble{
	font-weight:900;
	}
#wrapper {
	width:100%;
	overflow: hidden;
}
img {
	vertical-align:bottom;
    image-rendering: -webkit-optimize-contrast;
}
.bold {
    font-weight: bold;
}
a{
	color:#1d3994;
	text-decoration:none;
}
a:hover {
	opacity:0.6;
	text-decoration:underline;	
}
section {
    max-width: 100%;
	margin:0px auto;
}
.text-bold {
	font-weight:bold;
}
#dialog_menu,
#sp-menu,
#contents .only_sp,
.only_sp {
	display:none;
}
section p {
  margin: 0 auto;
  font-size: 16px;
  text-align: left;
  line-height: 1.8em;
}

/*==================================
             header
==================================*/
#header {
	margin: auto;
}
#headerIn {
	width:100%;
	margin: auto;
	background:#000;	
}
#headerIn h1  {
	display:inline-block;
	margin: 20px 0 20px 20px;
	vertical-align:top;
}
#headerIn h1 a {
	font-weight:bold;
	text-decoration:none;	
}
.menber_ttl {
  display: inline-block;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin: 35px 10px 0;
}
#footer .menber_ttl {
	display:block;
	margin:0 auto;
	text-align:center;
}
.navi_right {
    display:inline-block;
	float:right;
	margin:20px 10px 0 0;
}
.navi_right ul {
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	margin:0;
}
.navi_right ul li {
	padding:5px 0;
	text-align:center;	
}
.navi_right ul li a {
	padding:0 15px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	vertical-align:-moz-middle-with-baseline;
	border-left:solid #fff 1px;
}
.navi_right ul li a:hover {
	text-decoration:underline;
}
.navi_right ul li:nth-child(1) a {
	border-left:none;
}
section h2 {
	text-align:center;
    font-weight: bold;
    color: #343434;
	font-size:18px;
	margin:0 auto 10px;
	line-height:3em;
}	
section h3 {
	margin:0 auto 20px;	
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #343434;	
}
.navi_page ul {
	text-align: center;
	padding:10px 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin: 0; 
    justify-content: space-around;	
}
.navi_page ul li a {
	display:block;
	width:200px;	
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding:15px 10px;
	border-left: 1px solid #949494;
}
.navi_page ul li p {
	margin:3px auto 0;
	font-size:14px;
	font-weight: bold;
}
.navi_page .company_link a {
	padding:0;
}
.navi_page ul li:last-of-type a {
	border-right:1px solid #000;
}
.navi_page nav li a {
	color:#000;
}
.navi_page nav {
	width:1120px;
	margin:0 auto;
}
.navi_page {
	margin:0 auto;
	border-bottom:1px solid #949494;	
}
.navi_page ul li:first-child a::before {
	content: '\f015';
	left: 0;
	margin: 0 10px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: relative;
	color: #000;
}
.inst_icon {
    margin: 25px 12px 0;
}
/*==================================
           view_more_link
==================================*/
.view_more_link {
	width:200px;
	margin:20px auto;
	background-color:#343434;
}
.view_more_link a {
	display:block;
	padding: 5px 20px 5px 6px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.view_more_link a::after {
    font-family: 'Font Awesome 5 Free';
    content: '\f105';
    color: #fff;
    font-weight: 900;
	float:right;
}

/*==================================
             contents
==================================*/
.home section {
	width:100%;
}
section {
	width:1100px;
	margin:0 auto;
}
.box {
	width:1100px;
	margin:0 auto;
	padding:30px 50px;
	box-sizing:border-box;
}
#contents .contact_tel {
	width:100%;
	margin:0 auto;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
    background-position: 50% 0%;    
}
#contents .contact_tel .dot_bg {
	padding:50px 0;
	background-color: rgba(0,0,0,.3);
	background-image: radial-gradient(#000 35%, transparent 36%), radial-gradient(#000 35%, transparent 36%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
#contents .contact_tel .box {
	width:900px;
	padding:10px;
	margin: 30px auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
}
#main .contact_tel h3 {
	font-size:18px;
	color:#343434;
	text-align:center;
	border:none;
	background:none;
	margin:0 auto;
	padding:0 0 10px;
}
#main .contact_tel p  {
    width: 200px;
    margin:0 auto;
    text-align: center;
	padding: 10px 0;
}
#main .contact_tel p a {
    display: block;
    margin: 10px auto;
    background: linear-gradient(25deg, #603c84, #003884);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 10px 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px; 
}
#main .contact_tel p a:hover {
    text-decoration: none;
}
#main .contact_tel p a::before {
    content: '\f0e0';
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    color: #fff;
}
#formWrap {
	width:800px;
	margin:30px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#formWrap p {
    font-size: 16px;
}
table.formTable{
	width:100%;
	margin:30px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:20px;
}
table.formTable th{
	width:31%;
	text-align:left;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
table.formTable input {
    padding: 5px;
    border: #b5b5b5 solid 2px;
    border-radius: 5px;
}
table.formTable tr {
    border-bottom: #999 solid 1px;
}
.must {
  color: #fff;
  font-size: 11px;
    font-weight: bold;
  margin: 10px;
  background-color: #39188A;
  padding: 4px 6px;
}
.confirm_btn {
    width: 165px;
    margin: 0 auto;
}
.confirm_btn .center {
    display: inline-block;
    text-align: center;
}
.check_area {
    font-size: 16px;
}
.check_inner a {
    text-decoration: underline;
}
#sample_checkbox {
    width: 20px;
    height: 20px;
    margin: 10px 10px 0 0;
}
.private .must {
    display: block;
    width: 26px;
}
#headerIn .nav_login  a {
    display: block;
	margin:0 0 0 10px;
    padding: 8px 38px;
    color: #0f1727;
    text-decoration: none;
	font-size:14px;
    font-weight: bold;
	background-color:#fff;
	border:none;
}
.nav_login a::before {
    content: '\f2f6';
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    color: #000;
}
#headerIn .nav_mail a {
    display: block;
	margin:0 0 0 10px;
    padding: 8px 30px;
    color: #fff;
    text-decoration: none;
	font-size:14px;
    font-weight: bold;
	border:solid 1px #FFFFFF;
}
.ikcs #headerIn .nav_mail a {
    color: #555;
	border:solid 1px #555;
}
.ikcs #headerIn .nav_mail a::before {
	color: #555;
}
#headerIn .nav_mail a::before {
	content: '\f0e0';
	left: 0;
	margin: 0 10px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: relative;
	color: #fff;
}
.top_about p {
	width:1100px;
	margin:0 auto;
	font-size:18px;
	text-align:left;
	line-height:1.8em;
}
.info_box {
    width: 900px;
    margin: 0 auto 20px;
}
.info_box dt , .info_box dd {
    text-align: left;
    margin: 10px 0;
}
.info_box dt {
    padding:5px 0 0;    
}
.info_box dd {
    padding: 0 0 10px;
    border-bottom: 1px solid #B5B5B5;
}
.info_box dd:last-child {
	border: none;
}
.info_box dd a {
    text-decoration: underline;
    font-size: 16px;
}
.top_copy_box p {
    text-align: center;
}
.info_page .copy_box {
    width: 900px;
    margin:30px auto;
    font-size: 16px;
}
.info_page .info_box dt {
    font-size: 18px;
    font-weight: bold;
}
.info_page .info_box dd {
    border-bottom: none;
    line-height: 1.7em;
}
.info_page .top_copy_box {
    margin: 60px auto;
}
.info_page .info_box .day_info {
    font-size: 14px;
    font-weight: 200;
}
.info_img {
    display: block;
    margin: 0 auto;
}
.day_info {
    font-size: 14px;
    font-weight: 200;
}
.copy_box .day_info {
	text-align: left;
}
.link_btn {
	text-align: center;
}
.link_btn a {
	display: block;
	width: 200px;
	margin: 10px auto;
	background: linear-gradient(25deg, #603c84, #003884);
	color: #fff;
    font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 10px 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;	
}
.link_btn a::before {
    display: inline-block;
    content: '\f138';
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    color: #fff;
}
.link_btn a:hover {
	text-decoration:none;
	opacity:0.6;
	color:#fff;
	background-color:#999;   
}
.link_btn a:hover::before {
	color: #fff; 
}
.system_login .link_btn a  {
	padding: 7px 10px 7px 15px;	
}
.login a::before {
	content: '\f2f6';
	left: 0;
	margin: 0 10px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: relative;
	color: #fff;
}
.lgs_product.login a {
	padding: 3px 10px 3px 15px;
	font-size: 14px;
}
.link_btn br {
    display: none;
}

/*==================================
              special
==================================*/

.lgs_product p {
	width: 90%;
	margin: 0 auto;
}
.lgs_product ul {
	width: 90%;
	margin: 30px auto;
}
.lgs_product ul li {
	padding: 0 2%;
	border-bottom: 1px solid #666;
}
.lgs_product ul li:last-child {
	border: none;
}
.lgs_product ul li .lgs_product_list,
.lgs_product ul li img {
	display: inline-block;
	vertical-align: top;
}
.lgs_product_list {
	width: 80%;
	margin: 0 0 0 20px;
}
.lgs_product_list h4 {
    margin: 0 0 10px;
	font-size: 16px;	
	font-weight: bold;
}
.lgs_product_list p {
    width: 100%;
	font-size: 14px;
}
.lgs_product ul li a {
	color: #000;
}
.top_member_box .lgs_product li::before {
	display: none;
}
.lgs_product ul li p {
	vertical-align: top;
	text-align: left;
	font-size: 16px;
}
.lgs_product h3,
.lgs_product_other h3 {
	font-size: 16px;
    background:#000;
	color: #fff;
	padding: 8px;
}
.lgs_product_other {
	margin: 30px auto;
}
.lgs_product_other li {
	margin: 20px ;
	font-size: 16px;
}
.lgs_product_other li a {
	text-decoration: underline;
}
.product_link {
	text-decoration: underline;
	color: #1d3994;
}
.top_member_box {
	padding:50px 0 70px;
	background-color:#efeff0;
}
.lgs_product ul li a {
	display:inline-block;
	margin:20px auto;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.top_member_box li::before {
	display:inline-block;
	content: '\f138';
	left: 0;
	margin: 0 10px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: relative;
	color: #1d3994;
}
.new_item {
	margin: 1px 5px 1px 1px;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: indianred;
	border-radius: 2px;
}
/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background: #000;
	text-decoration: none;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	padding: 13px 20px;
	text-align: center;
	display: block;
	-moz-opacity: 0.5;
	border:#fff solid 1px;
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#pageTop a:before {
    content: "▲";
}

/*==================================
             footer
==================================*/
footer {
	background-color:#000;
}
#copyright {
	margin:30px auto 0;	
}
#copyright p {
	display:block;
	text-align:center;
	color:#FFFFFF;
	margin:50px auto 20px;
	padding:10px;
	font-size:11px;
  	font-family: Verdana, "Droid Sans";		
}
#footerNav ul {
	width:1100px;
	margin:0 auto;
	padding:50px 0 0;
    display: flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
    flex-wrap: wrap;
	justify-content: center;	
}
#footerNav li {
	width:209px;
	margin:10px 0;
	padding:5px;
	text-align:center;
    border-right: 1px solid #fff;	
}
.ikcs #footerNav li {
	width:169px;	
}
#footerNav li:first-of-type,
#footerNav li:nth-of-type(5) {
    border-left: 1px solid #fff;	
}
#footerNav li a {
	color:#fff;
	text-decoration:none;
	font-weight:600;
}
#footerNav li:first-child a::before {
	content: '\f015';
	left: 0;
	margin: 0 10px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: relative;
	color: #fff;
}
#footer p {
	margin:0 auto;
	color:#fff;
}
.footer_logo a img {
	margin:30px auto 10px;
	display:block;
}
.com_add {
	width:0 auto;
	text-align:center;
}
.com_add h4 {
	font-size:22px;
	font-weight:bold;
	color:#fff;
}
#footerNav li:first-of-type, #footerNav li:nth-of-type(9) {
    border-left: 1px solid #fff;
}

/*==================================
         menuToggle
==================================*/

#menuToggle {
	display: block;
	position: absolute;
	top: 35px;
	right: 30px;
	z-index: 100;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 102; /* and place it over the hamburger */
	-webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	z-index: 101;
	transform-origin: 4px 0px;
	-ms-transform-origin: 4px 0px; /* IE 9 */
	-webkit-transform-origin: 4px 0px; /* Safari and Chrome */
	-moz-transform-origin: 4px 0px; /* Firefox */
	-o-transform-origin: 4px 0px; /* Opera */

	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Firefox 4 */
	-moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
	-webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Safari and Chrome */
	-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease; /* Opera */
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Safari and Chrome */
	-moz-transform-origin: 0% 0%; /* Firefox */
	-o-transform-origin: 0% 0%; /* Opera */
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%; /* IE 9 */
	-webkit-transform-origin: 0% 100%; /* Safari and Chrome */
	-moz-transform-origin: 0% 100%; /* Firefox */
	-o-transform-origin: 0% 100%; /* Opera */
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	-moz-transform: rotate(45deg) translate(-2px, -1px); /* Firefox 4 */
	-webkit-transform: rotate(45deg) translate(-2px, -1px); /* Safari and Chrome */
	-o-transform: rotate(45deg) translate(-2px, -1px); /* Opera */
	background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
	-moz-transform: rotate(0deg) scale(0.2, 0.2); /* Firefox 4 */
	-webkit-transform: rotate(0deg) scale(0.2, 0.2); /* Safari and Chrome */
	-o-transform: rotate(0deg) scale(0.2, 0.2); /* Opera */
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
	-moz-transform: rotate(-45deg) translate(0, -1px); /* Firefox 4 */
	-webkit-transform: rotate(-45deg) translate(0, -1px); /* Safari and Chrome */
	-o-transform: rotate(-45deg) translate(0, -1px); /* Opera */
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 0;
    padding: 50px 20px;
    padding-top: 125px;
    right: -100px;
    background: -webkit-linear-gradient(295deg, #603c84, #003884);
    background: -o-linear-gradient(295deg, #603c84, #003884);
    background: linear-gradient(25deg, #603c84, #003884);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%; /* IE 9 */
    -webkit-transform-origin: 0% 0%; /* Safari and Chrome */
    -moz-transform-origin: 0% 0%; /* Firefox */
    -o-transform-origin: 0% 0%; /* Opera */
    transform: translate(100%, 0);
    -moz-transform: translate(100%, 0); /* Firefox 4 */
    -webkit-transform: translate(100%, 0); /* Safari and Chrome */
    -o-transform: translate(100%, 0); /* Opera */
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    -moz-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Firefox 4 */
    -webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Safari and Chrome */
    -o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0); /* Opera */
}

#menu li {
    padding: 10px;
	width:195px;
    font-size: 14px;
    background-size: 7px auto;
	border-bottom:1px solid #fff;
}
#menu li a {
    color: #fff;
    text-decoration: none;
}
#menu li a::before {
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-weight: 900;
    position: relative;
    color:#fff;
}
#menu li a:hover {
	text-decoration:underline;
}
#menu li h4 {
    padding: 10px 0 5px 20px;
    color: #113D96;
    background-image: url(../img/page_top_bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 7px auto;
}
#menu li.business ul li {
    background-image: none;
}
#menu li.business {
    padding: 0;
    background-image: none;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
	transform: scale(1.0, 1.0);
	-ms-transform: scale(1.0, 1.0); /* IE 9 */
	-webkit-transform: scale(1.0, 1.0); /* Safari and Chrome */
	-o-transform: scale(1.0, 1.0); /* Opera */
	-moz-transform: scale(1.0, 1.0); /* Firefox */
	opacity: 1;
}

#humberger-menu {
	top:0px;
	right:10px;
	z-index:99999;
	transition : .3s;
	-moz-transition: .3s; /* Firefox 4 */
	-webkit-transition: .3s; /* Safari and Chrome */
	-o-transition: .3s; /* Opera */
}

.hum-show {
	position: fixed;
	width: 100%;
	opacity:0.4;
}
/*==================================
         menuToggle End
==================================*/

/*==================================
            facility
==================================*/
.facility_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1100px;
	margin:0 auto;
}
.facility_list ul li {
	margin:10px auto 30px;
	width:500px;	
}
.facility_list h4 {
	margin:0 auto 15px;
	font-size:20px;
	font-weight:bold;
	text-align:left;
}
.facility_list table {
	margin:20px auto;
	width:500px;
  	border-collapse: collapse;	
}
.facility_list table th,
.facility_list table td {
	font-size:14px;
	padding:10px;
	text-align:center;
}
.facility_list table th {
    background-color: #f2f2f2;
	color:#000;
	font-weight:bold;
	width:170px;
}
.facility_list table td {
	width:290px;	
}
.facility_list table tr {
    border-bottom: solid 1px #bfbfbf;
}
.facility_list table tr:first-of-type {
    border-top: solid 1px #bfbfbf;
}
.new_facility {
	width:1100px;
	margin:0 auto 40px;
	padding:0 0 50px;
	border-bottom:#000 dotted 1px;
}
.new_facility:last-of-type {
	border-bottom:none;
}
.new_facility table,
.new_facility p {
	display:inline-block;
	vertical-align:top;
}
.new_facility table {
	margin:0 20px;
}
.new_facility ul {
    display: inline-block;
    margin: 0 auto 50px;
}
.new_facility ul li {
	display:inline-block;
	margin:10px;
}
.new_facility ul li img {
	width:100%;
	height:auto;
}


