/*==================================================*/
/*
html {
	visibility: hidden;
}

html.wf-active,
html.wf-inactive,
html.loading-delay {
	visibility: visible;
}
*/

/*==================================================*/

#entry_form ul {
	margin-left: 0px;
}

#entry_form h2 span {
	text-align: center;
	font-size: 27px !important;
	font-weight: bold !important;
	line-height: 37px !important;
	font-family: "NewRodinPro-DB" !important;
	margin-bottom: 30px;
	padding-top: 5px;
}

#entry_form h2 span.sub_name {
	font-size: 15px !important;
	line-height: 25px !important;
	margin-bottom: 10px !important;
	font-weight: normal !important;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width:800px) {
	#entry_form h2 span {
		padding-top: 0px;
		font-size: 20px !important;
		font-weight: bold !important;
		line-height: 33px !important;
		font-family: "NewRodinPro-DB" !important;
		margin-bottom: 15px;
	}
}

/*==================================================*/

.breadCrumb {
 	background-color:transparent;
	padding: 0px 0px 10px;
	margin-bottom: 30px;
}
.breadCrumb__list {
	max-width: 1024px;
	margin: 0 auto;
 	color:#000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.breadCrumb__list a {
 	color:#000;
}
.breadCrumb__list_item {
	margin-right: 1.5em;
	position: relative;
	line-height: 1.1;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
}
.breadCrumb__list_item:after {
	content: '>';
	position: absolute;
	top: 45%;
	right: -1em;
	transform: translateY(-50%);
}
.breadCrumb__list_item:last-child {
	margin-right: 0;
}
.breadCrumb__list_item:last-child:after {
	display: none;
}
@media screen and (max-width: 800px) {
	.breadCrumb {
		font-size: 11px;
	}
}

/*==================================================*/

p.leadS {
    margin-bottom: 30px;
    padding-left: 5px;
    text-align: left;
}

.strongColor {
	color: #34a5bd;
}

.detail,
.block {
    padding-bottom: 50px;
}

ul.checkList li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

.table {
	margin-bottom: 55px;
	border-collapse: separate;
	border-spacing: 3px;
}

.table dl {
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin: -3px 0 0 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.table dl dt,
.table dl dd {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal !important;
}

.table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}

.table th, table.table td,
.table dt, .table dd {
	font-weight: normal;
	text-transform: none;
	line-height: 1.8;
	padding: 18px 20px;
	vertical-align: middle;
}

.table dt,
table.table th {
	width: 200px;
	text-align: center;
	background-color: #1e2f4a;
	color: #fff;
}

.table dd,
table.table td {
	background-color: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 800px) {
	p.leadS {
		font-size: 15px;
	}

	.table {
		margin-bottom: 30px;
	}
	.table dl {
		margin: 7px 0 0 0!important;
		font-size: 22px;
	}
	.table dl,
	.table dl > dt,
	.table dl > dd {
		width: 100%;
		display: block !important;
		font-size: 13px;
		line-height: 1.8;
	}
	.table dl > dt {
		display: block;
		padding: 12px 15px;
		line-height: 1.6;
		margin-top: 2px;
	}
	.table dl > dd {
		line-height: 1.6;
		padding: 12px 15px;
		margin-top: 2px;
		vertical-align: middle;
	}
	.table dl > dt:first-child {
		margin-top: 0;
	}
}

/*==================================================*/

.pageAnchorLinks {
	width: 98%;
	margin: 0 auto;
}

.pageAnchorLinks ul {
	-webkit-display: flex;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;
	-webkit-justify-content: left;
}

.pageAnchorLinks ul li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 15px;
	list-style: none;
}

.pageAnchorLinks ul li:nth-child(3n) {
	margin-right: 0;
}

.pageAnchorLinks ul li a {
	display: table;
	width: 100%;
	height: 50px;
	border-radius: 6px;
	border: 2px solid #192e49;
	font-size: 18px;
	color: #333;
	text-decoration: none !important;
	position: relative;
	background-color: #fff;
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}

.pageAnchorLinks ul li a span.arrow-bottom {
	display: block;
	position: absolute;
	right: 0;
	top: 28%;
	padding: 10px 10px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
}
.pageAnchorLinks ul li a span.arrow-bottom:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 8px #333;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -3px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pageAnchorLinks ul li a span.text {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.pageAnchorLinks ul li a:hover {
	color: #fff;
	background-color: #192e49;
}

.pageAnchorLinks ul li a:hover span.arrow-bottom::before {
  border-left-color: #fff !important;
}


/* pageAnchorLinks */
@media screen and (max-width: 800px) {
  .pageAnchorLinks ul {
  }

  .pageAnchorLinks ul li {
    width: 48%;
    margin-bottom: 15px;
    box-sizing: border-box;
  }

  .pageAnchorLinks ul li:nth-child(odd) {
  	margin-right: 4%;
  }

  .pageAnchorLinks ul li:nth-child(even) {
  	margin-right: 0;
  }

  .pageAnchorLinks ul li a {
    font-size: 12px;
  }

  .pageAnchorLinks ul li a:hover {
  	color: #192e49;
  	background-color: #fff;
  }

  .pageAnchorLinks ul li a:hover span.arrow-bottom::before {
    border-left-color: #192e49 !important;
  }

  .pageAnchorLinks ul li a span.arrow-bottom:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #333;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -1px;
    -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
  }
}

/*==================================================*/

h4 {
	border-left: 5px solid #192e49;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 2rem;
	font-family: "NewRodinPro-DB";
}

h4 span {
	display: none;
}

h4 p {
	display: block;
	border-bottom: 1px solid #192e49;
	padding: .3rem 0 .3rem 0;
	margin-left: .8rem;
	color: #192e49;
}

h5.ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
	background-image: url(../img/egg_heading.png);
	background-repeat: no-repeat;
	background-size: auto 19px;
	background-position: left 1px;
	line-height: 22px;
	min-height: 22px;
	padding-left: 25px;
}

.pagination {
	margin-bottom: 55px;
}

.entry_btn{
	text-align: center;
	margin-top: .8rem;
    width: 400px;
    margin: 0 auto;
	}
.entry_btn .btnGreen,
.entry_btn .btnGrey,
.btn_s_navy{
	display: block;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

.entry_btn .btnGreen,
.entry_btn .btnGrey{
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	border: none;
	outline: none;
	box-shadow: .2rem .4rem 0 #1e2f4a;
	margin-top: 2rem;
	}

.entry_btn .btnGreen{
	background: #5db3c7;
	}

.entry_btn .btnGreen a {
	display: block;
	padding: 1rem 5rem;
	}

.entry_btn .btnGrey{
	background: #c1c1c1;
	padding: 1rem 5rem;
	}

.entry_btn .btnGreen:hover {
	animation: gradient 10s ease infinite;
	box-shadow: 0 0 0 #1e2f4a;
	cursor: pointer;
	}

@keyframes gradient{
	background-position: 100% 0;
	}

.entry_btn .btnGreen {
	display: none;
}

.entry_btn .btnGrey,
.entry_btn .btnGrey span {
}

.message {
	color #999;
	padding-top: 10px;
}

.entry_btn .btnGreen a {
	color: #fff;
	text-decoration: none;
}


@media screen and (max-width:500px) {
	.entry_btn .btnGreen,
	.entry_btn .btnGrey {
		font-size: 1rem;
	}
	.entry_btn {
		width: auto;
	}

	.entry_btn .btnGreen a {
		display: block;
		padding: .8rem 1rem;
		}
	
	.entry_btn .btnGrey{
		background: #c1c1c1;
		padding: .8rem 1rem;
		}

}

/*==================================================*/

#contacts .lineBox {
}

#contacts .lineBox .body {
	padding: 0px 40px 20px;
}

#contacts div.line {
	display: none;
}

#contacts h5.ttl {
	margin-bottom: 15px;
}

#contacts p.addressee {
	padding-left: 10px;
	margin-bottom: 15px;
}

#contacts .info dl {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 16px;
	display: table;
	padding: 0px 0 0px;
	width: 100%;
}

#contacts .info dl dt {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	padding: 4px 0 4px 10px;
}

#contacts .info dl dd {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	padding: 4px 0 4px 1em;
}

#contacts .info dl dd a {
	color: #466ca9;
	text-decoration: underline;
}

#contacts .info dl dd a:hover {
	text-decoration: none;
}

#contacts p.att {
	font-size: 14px;
	margin-top: 15px;
}

@media screen and (max-width:800px) {
	#contacts .lineBox .body {
		padding: 0px 5px 10px;
	}

	#contacts .info {
		margin-bottom: 0px;
	}
	#contacts .info dl {
		margin-bottom: 5px;
	}
	#contacts .info dl dt,
	#contacts .info dl dd {
		display: block;
		font-size: 13px;
		padding-left: 10px;
	}
	#contacts .info dl dd {
		font-weight: normal;
	}
	#contacts .addressee,
	#contacts .att {
		font-size: 13px !important;
	}
}

/*==================================================*/

img.page {
	display: block;
	width: 90%;
	margin: 0 auto 30px;
}

div.mov {
	position: relative;
	width: 560px;
	height: 315px;
	margin: 0 auto 30px;
}

div.mov:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

iframe.youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 619px) {
	img.page {
		width: 100%;
		margin: 0 auto 20px;
	}

	div.mov {
		width: 100%;
		height: auto;
	}
}
