@CHARSET "UTF-8";

header {
	height: 74px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

.header_nav {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0;
}

html, body, button, input, select, textarea {
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	color: #013e75;
}

body {
	letter-spacing: 0.6px;
	color: #000;
	margin: 0;
}

table {
	table-layout: fixed;
	width: 75%;
	text-align: left;
	margin: auto;
	background-color: #FFFFFF;
	padding: 20px;
	border-spacing: 0;
}

tr, th, td{
	height: 2em;
	padding-top: 12px;
}

li, a {
	color: #000;
}

ul {
	overflow:hidden;
	list-style:none;
	margin: 0 auto;
	font-size: 0px;
	padding-inline-start: 0px;
	padding-left: 0;
}

li {
	padding: 4px 0;
	font-size: 15px;
}

footer {
	font-weight: bold;
}

section {
	width: 100%;
	text-align: center;
}

.subtitle--01 {
	font-size : 32px;
	font-weight: bold;
}

.subtitle--02 {
	font-size : 32px;
	font-weight: bold;
	padding-bottom: 35px;
}

.subtitle--03 {
	font-size : 24px;
	font-weight: bold;
}

.subtitle--04 {
	font-size : 28px;
	font-weight: bold;
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
	text-align: center;
}

.subtitle--05 {
	font-size : 24px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
	text-align: center;
	width: 70%;
	margin: 0 auto 35px;
}

.header_div--03 ul li {
	display: inline-block;
	padding: 0px 10px;
}

.header_div--01 {
	display: none;
}

.header_div--02 {
	margin: 0 40px;
	float: left;
}

.header_div--02 img {
	margin: 10px auto 0;
	/* width: 126px; */
	object-fit: cover;
	height: 60px;
}

.header_div--03 {
	margin: 17px 40px 17px 20px;
	float: right;
	display: inline-block;
}

.header_nav li {
	height: 100%;
}

.pc_menu * {
	box-sizing: border-box;
}
.pc_menu li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em;
  padding: 0;
}
.pc_menu a {
  padding: 0.5em 0;
  color: rgba(0, 0, 0);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
.pc_menu a:before,
.pc_menu a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.pc_menu a:before{
  bottom: 3px;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #0B659F;
}
.pc_menu a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffa813;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.pc_menu a:hover:before,
.pc_menu .current a:before {
  opacity: 1;
  width: 100%;
}
.pc_menu a:hover:after,
.pc_menu .current a:after {
  max-width: 100%;
}

.sns_icon {
	display: inline-block;
}

.sns_icon img {
	width: 26px;
	height: auto;
	margin: 0 0 0 20px;
	vertical-align: middle;
}

.facebookLogin,
.facebookLoginRegister {
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  padding: 12px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #1877f2;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  text-align:center;
  text-decoration:none !important;
  width: 224px;
  letter-spacing: 1px! important;
  border-radius: 5px!important;
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
  font-weight: normal;
  display: inline-block;
}

.facebookLogin:before,
.facebookLoginRegister:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0px 0px 0 8px;
	background: url(/icon/social_facebook.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	float: left;
}


#loginDescription {
    padding: 32px;
}

#closeButton {
    border-radius: 16px;
    background: #ffffff;
}

#closeLink {
    position: absolute;
    top: -2%;
    right: -1%;
}

.panel_nav {
	padding: 0 30px 0 40px;
	font-weight: bold;
}
.panel_nav div {
	font-size: 24px;
	text-align: left;
	padding: 20px 0 0 0;
}

.panel_nav li {
	/* margin: 10px 0 0 0; */
	border-bottom: 1px solid #ccc;
	text-align: left;
	line-height: 48px;
	height: 48px;
}

.panel_nav img {
	width: 15px;
	height: auto;
	vertical-align: middle;
	padding: 0 6px 1px 0;
}

.nav_button:after {
	float: right;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: url(/icon/arrow_right_link.svg);
}

.panel_nav a[class="nav_button"] {
	width: 100%;
	display: inline-block;
}

.nav_button:hover {
	background-color: #EEEEEE;
}

#panel-btn{
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
#panel-btn:hover{
  background: #fafafa;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  z-index: 90;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #000000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #000000;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#nav-content {
	display: none;
	position: absolute;
	overflow: auto;
	top: 73px;
	left: 0;
	z-index: 80;
	width: 100%;
	height: 336px;
	background: #fff;
	border-radius: 2px;
}

.contact a {
    background: #0B659F;
    color: #fff!important;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 154px;
    -webkit-transition: .4s;
    transition: .4s;
    display:inline-block;
}

.contact a:before {
	display: none;
}


.contact a:hover {
	background: #000;
}

.map {
	color: white!important;
	background: #6b6b6b;
	margin-left: 30px;
	padding: 4px 24px;
	font-size: 12px;
	border-radius: 3px;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.fb_icon {
	vertical-align: bottom;
}

ul li:hover {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #000;
}

section .subtitle {
}

section .subtitle span {
	display: inline-block;
}

.dotMark {
	list-style:disc;
	padding-left: 20px;
}

.imgDescription {
	margin-top: 20px;
}

.explanation {
	text-align:left;
	padding-bottom: 40px;
}

.hiddenItem,
.success,
.error {
	display: none;
}

.success,
.error {
	padding: 0 10px;
}

.table--type01 {
	max-width: 1024px;
}

.table--type01 th {
	width: 40%;
}

.table--type01 td {
	width: 60%;
}

.breadcrumbs {
	margin: 10px auto 0;
	font-weight: bold;
}

.breadcrumbs ul {
	font-size: 13px;
	padding-left: 32px;
}

.breadcrumbs ul li {
	margin: 0 10px 0 0;
	font-size: 13px;
	float: left;
}

.breadcrumbs ul li:first-child::before {
	padding: 0 3px 0 0;
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
}

.breadcrumbs ul li::before {
	padding: 0 10px 0 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url('/icon/indicator.gif') center center no-repeat;
}

.modal{
	z-index: 100;
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    display: flex;
    height: 500px;
    min-width: 660px;
}

#loginArea,
#registerArea {
	width: 50%;
}

.login #loginArea,
.login #registerArea {
	width: 100%;
    display: inline-block;
}

#loginArea + #registerArea {
	border-left: solid 1px;
}

.login #registerArea {
	border: none!important;
}

#buttonArea p {
	font-weight: bold;
	text-align: left;
}

#buttonArea {
	height: 70%;
	display: block;
	width: 100%;
}

.login #buttonArea {
	display: block;
    width: 100%;
    margin: auto;
}

#loginArea #buttonArea {
	height: 180px;
}

#loginArea #buttonArea {
	height: 180px;
}

#registerArea #buttonArea {
	height: 320px;
}

#buttonArea .fb_icon {
	display: inline;
	vertical-align: middle;
}

.footer_nav {
	padding: 32px;
	display: flex;
	background: #e6e6e6;
	justify-content: center;
}

.footer_nav ul {
	margin: 0;
	display: flex
}

.footer_nav li {
	margin: 0 16px;
	font-size: 12px;
}


.member br {
	display: none;
}

.free {
	background: #545454;
	color: #FFFFFF;
}

.paid {
	background: #FF5C5C;
	color: #FFFFFF;
}

@media screen and (max-width: 1344px) {
	.header_div--01 {
		margin: 0 0 0 52px;
		float: left;
		display: block;
	}

	.header_div--03 {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.footer_nav {
		display: block;
	    position: relative;
	    padding: 0;
	}
	
	.footer_nav ul {
		display: inline;
		letter-spacing: -.5em;
	}
	
	.footer_nav li {
		position: relative;
		width: 50%;
		height: 5em;
		padding: 0;
		margin: 0;
		display: inline-block;
		border-bottom: 1px solid #aaaaaa;
		vertical-align: top;
		letter-spacing: normal;
		font-size: 16px;
	}
	
	.footer_nav span {
		position: absolute;
	    display: block;
	    top: 50%;
	    left: 0;
	    padding-left: 6.67vw;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
    }
	.footer_nav:after {
	    content: "";
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 50%;
	    width: 0;
	    height: 100%;
	    border-left: 1px solid #aaaaaa;
	}
}