@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
html{
	
	height: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a{
	outline: none;
}
img{
	width: 100%;
}
.main_box{
	max-width: 1000px;
	margin: auto;
	padding: 1rem 0;
}
.container{
	display: inline-block;
	width: 100%;
}
.left{
	float: left;
	width: 50%;
}
.right{
	float: right;
	width: 50%;
}
#wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}
span.anchorlink {
	position: relative;
	top: -120px;
	display: block;
}
*:before,
*:after {
	font-family: "Font Awesome 5 free";
	font-weight: bold;
}
/* ==========================================================
 * reset
 * ========================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,th,dt {
	font-weight: 400;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ol,ul {
	list-style-type: none;
}

/* ==========================================================
 * common
 * ========================================================*/
html {
	font: 62.5%;
}
body {
	font-size: 1rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	line-height: normal;
	color: #000000;
	background: #fff;
}
img {
	vertical-align: top;
	width: 100%;
}
p {
	letter-spacing: 1px;
	text-align: justify;
}
*::selection {
	background: #81bb0d;
	color: #d0ff00;
}
*::-moz-selection {
	background: #81bb0d;
	color: #d0ff00;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: calc(50% - 1px);
}
.center {
	margin: 0 auto !important;
}
.te_left {
	text-align: left !important;
}
.te_right {
	text-align: right !important;
}
.te_center {
	text-align: center !important;
}
.serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E","ＭＳ 明朝", sans-serif;
}
.sans {
	font-family: 'Noto sans-serif JP',sans-serif;
}
.block {
	display: block !important;
}
.inline {
	display: inline !important;
}
.inline-b {
	display: inline-block !important;
}
.flex {
	display: flex !important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.noborder {
	border: none !important;
}
.nobg {
	background: none !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
small {
	font-size: 90%;
	font-weight: normal;
}
strong {
	font-size: 110%;
	font-weight: bold;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
/* ie lt 8 */
	-ms-filter: alpha(opacity=80);
/* ie 8 */
	-moz-opacity: 0.8;
/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;
/* Safari 1.x */
}
a img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.button {
	width: 200px;
	margin: 2rem auto;
	border: 1px solid #777;
	padding: 0.5rem 1rem;
	text-align: center;
	font-size: 1.1rem;
	font-family: "Noto Sans JP", sans-serif;
	transition: 0.2s;
	display: block;
	color: #fff;
	letter-spacing: 1px;
	background: #777;
}
.button:hover {
	background: #efefef;
	color: #777;
}
span.anchorlink {
	position: relative;
	top: -160px;
	display: block;
}
.b{
	font-weight: bold;
}
.black{
	color: #000;
}
.red{
	color: #dc1f3f;
}
.green{
	color: #02908e;
}
.gray{
	color: #888;
}
.button.orange {
	background: #ef6854;
	border: 1px solid #ef6854;
}
.button.orange:hover {
	background: #fff;
	border: 1px solid #ef6854;
	color: #ef6854;
}


.underline{
display: inline-block;
border-bottom: 2px solid #ee848c;
color: #ee848c;
font-weight: bold;
}




.small{
	font-size: 80%;
}
.w-600 {
	max-width: 600px;
	margin: auto;
}
.w-700 {
	max-width: 700px;
	margin: auto;
	display: block;
}
/* ==========================================================
 * size
 * ========================================================*/
.w1 {
	width: 8.3333%
}
.w2 {
	width: 16.6666%
}
.w3 {
	width: 25%
}
.w4 {
	width: 33.3333%
}
.w5 {
	width: 41.6666%
}
.w6 {
	width: 50%
}
.w7 {
	width: 58.3333%
}
.w8 {
	width: 66.6666%
}
.w9 {
	width: 75%
}
.w10 {
	width: 83.333%
}
.w11 {
	width: 91.6666%
}
.w12 {
	width: 100%
}
/* ==========================================================
 * section
 * ========================================================*/
section {
	padding: 2rem 0;
	min-width: 1000px;
}
section:last-child {
	padding-bottom: 5rem;
}
/* ==========================================================
 * header
 * ========================================================*/
.header_bg {
	z-index: 1000;
	position: fixed;
	width: 100%;
}
header.cd-morph-dropdown {
	padding: 0;
	overflow: hidden;
	font-family: "Times New Roman", Times, "serif";
}
header > div.right {
	width: 100%;
}
header > div.right > div {
	overflow: hidden;
}
header > div.right div a {
	padding: 0.25rem 0;
	display: block;
}
header > div.right div .left {
	max-width: 170px;
}
header > div.right div .left a {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E","ＭＳ 明朝", sans-serif;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 3px;
	transition: 0.2s;
	line-height: 1rem;
	padding: 0.2rem 0 0.5rem 1rem;
}
header > div.right div .left a:hover {
	color: #aaa;
}
header > div.right div .right {
	width: 80%;
}
header > div.right div .right ul {
	display: flex;
}
header > div.right div .right li>a {
	line-height: normal;
	color: #638fbd;
	font-size: 1rem;
	font-weight: 500;
	margin: -0.2rem auto;
	transition: 0.2s;
	padding: 1rem 0 1.5rem;
	width: 100%;
}
header > div.right div .right li>a:hover {
	background: #fff;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
header > div.right div .right li:nth-child(6)>a {
	background: #638fbd;
	color: #fff;
}
header > div.right div .main-nav>ul>li:last-child>a {
	background: #aaa;
	color: #fff;
}
header .main-nav {
	margin-top: 0.2rem;
}
header .main-nav > ul > li {
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	float: left;
	width: 20%;
}
header .main-nav span {
	font-family: "Marck Script";
	font-weight: normal;
	display: block;
	font-size: 0.5rem;
	margin-top: -0.1rem;
	letter-spacing: 0;
}
header .main-nav > ul > li{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}
header h1 {
	font-size: 1.8rem;
	margin-top: 0.5rem;
	color: #888;
}
header h1 span {
	font-size: 0.5rem;
	display: block;
	line-height: 1.8rem;
}

header{
	margin: 0;
    padding: 0;
    position: relative;
    z-index: 999999999;
}

header .logo{
	    position: absolute;
    top: 20px;
    left: 30px;
	opacity:1;

}
header .logo.fix{
	position: fixed;
}
header .logo .st0{
-webkit-transition: ease .5s;
	transition: ease .5s;
	fill:#000;
}
/* ==========================================================
 * #top-head
 * ========================================================*/
#top-head {
	position: fixed;
    width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
}
kari{
	background: rgba(255, 255, 255, 0); /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 1%,rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 1%,rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(255, 255, 255, 0)',GradientType=0 ); /* IE6-9 */
}
/* transition */
#top-head,
#top-head:after{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px 1px #7f7f7f;
}
#top-head.fixed .logo {
	height: 70px;
}
#top-head.fixed:after {
	width: 100%;
	margin-top: 20px;
}
/* ==========================================================
 * accbox 
 * ========================================================*/
/*--=============アコーディオン=============--*/
/*ラベル*/
.accbox label {
	display: block;
	cursor :pointer;
	transition: all 0.5s;
}

/*チェックは隠す*/
.accbox input {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 5px;
	/*background: #fff5eb;*/
	opacity: 1;
}

.accbox .accshow p {
	margin: 15px 10px
}
/* ==========================================================
 * table_box
 * ========================================================*/
.table_box {
	clear: both;
	max-width: 800px;
	margin: 2rem auto 0;
}

table.table01 tbody tr:first-child td{
	border-top: #6978c5 solid 1px;
	border-right: #6978c5 solid 1px;
}

table.table01 {
	width:100%;
	border-right:#6978c5 solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#6978c5;
	color:#FFF;
	padding: 1rem;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#6978c5 solid 1px;
}
table.table01 tbody th {
	background:#6978c5;
	color:#FFF;
	padding: 1rem 0;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
	border-left: 1px solid;
}
table.table01 tbody tr:last-child th {
	border-bottom: solid 1px;
	width: 20%;
}
table.table01 tbody td {
	background:#FFF;
	padding: 0.7rem;
	border-left: #6978c5 solid 1px;
	border-bottom: #6978c5 solid 1px;
	vertical-align:middle;
	color: #555;
}
table.table01 tbody td p {
	color: #b9442a;
	font-size: 0.95rem;
	line-height: 1.5rem;
}
/*--------------------------
レスポンシブ
-------------------------*/
@media screen and (max-width: 767px) {
	table.table01 thead {
		display:none;
	}
	table.table01 tbody tr　{
		margin-bottom: 2rem
	}
	table.table01 tbody th {
		display:block;
	}
	table.table01 tbody td {
		display:block;
	}
	table.table01 tbody tr:last-child th {
		width: 100%;
	}
	table.table01 tbody td::before {
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
		width: 35%;
	}
	table.table01 tbody td p {
		padding-left:6em;
	}
	table.table01 tbody tr:nth-child(even) td:nth-child(odd) {
		background: #fff;
	}
		table.table01 tbody td:nth-child(even) {
		background: #eee;
	}

}
/* ==========================================================
 * footer
 * ========================================================*/
footer{
	color: #fff;
	font-family: "Times New Roman", Times, "serif";
}
footer ul {
	margin: 0 1.5rem 2rem;
}
footer .f_nav>ul>li {
	padding: 1rem 0.2rem 0;
	color: #fff;
	width: 33.333%;
	line-height: 1.5rem;
}
footer li span {
	font-size: 0.5rem;
	display: block;
}
footer li a {
	color: #fff;
}
footer li:first-child{
    text-align: center;
}
footer li > dl dt,
footer li li {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.1rem;
}
footer li > dl dt a,
footer li li a {
	color: #c5a773;
}
footer dt {
	margin-bottom: 0.2rem;
}
footer dd {
	margin-left: 1rem;
	font-size: 0.9rem;
	padding-left: 0.5rem;
	border-left: 1px solid #eee;
	line-height: 1.5rem;
}
footer dd.under {
	padding-left: 1.5rem;
}
footer .f_nav {
	border-bottom: 1px solid;
	margin-bottom: 1.5rem;
}
footer .footerBlock>ul.flex>* {
	width: 25%;
}

/* ====== footerBlock =====*/
footer{
	margin: 0;
	padding: 37px 50px 25px;
	background: #0a3c71;
	position: relative;
	z-index: 2;
}
footer .footerBlock{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
footer .footerBlock .logo{
	text-align: center;
	line-height: 0;
	margin: 0 0 30px;
}
footer .footerBlock .logo img{
	    height: 50px;
    width: auto;
    opacity: 0.7;
}

/* =========================================================
 * IE10～11に対応
 * =========================================================*/
@media all and (-ms-high-contrast: none){
	.sec1 .prev-arrow {
		padding: 0.7rem 0rem 0.3rem 1.1rem;
	}
	.sec1 .next-arrow {
		padding: 0.7rem 1.1rem 0.3rem 0rem;
	}
}
@media print, screen and (max-width: 1000px) {
	.main_box {
		padding: 1rem 0.5rem;
	}
}