@charset "UTF-8";

/** 基本スタイル **/
/* ======================================================================================= */
#mainvisual {
  position: relative;
  width: 100%;
  height: 40vw;
  margin: 0 auto 100px auto;
  max-height: 870px;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  background-image: url('../images/mainvisual-bg.png');
  padding-bottom: 100px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-wrapper .txt {
  text-align: center;
  position: absolute;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #333;
  font-weight: 700;
  font-size: 2.35vw;
  letter-spacing: 0;
  opacity: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
}

.swiper-wrapper .txt span {
  position: relative;
  padding: 0.3em;
  background-color: rgba(255,255,255,0.7);
}

/*.swiper-wrapper .txt span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: rgba(255, 255, 255, .75);*
  z-index: -1;
}*/
.swiper-wrapper .sentence span {
  font-size: 1.5vw;
  text-align: left;
  width: 50%;
  max-width: 600px;
  background: rgba(255, 255, 255, .75);

}
.swiper-wrapper .sentence span::after {
  display: none;
}

@media (max-width: 1399px) {
#mainvisual {
    background-image: none;
    padding-bottom: 0px;
}
}

@media (max-width: 767px) {
  .swiper-wrapper .txt {
    /*font-size: 3vw;*/
    right:0;
  }
  /*.swiper-wrapper .txt span {
    padding: 2rem;
  }*/
  .swiper-wrapper .sentence span {
    font-size: 2vw;
  }
  .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,
  .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-size: 30px 30px;
  }
}
@media (max-width: 479px) {
  .swiper-wrapper .txt {
    font-size: 3vw;
    right: 2%;
  }
  /*.swiper-wrapper .txt span {
    padding: 1rem;
  }*/
  .swiper-wrapper .sentence span {
    font-size: 2.5vw;
  }
  .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,
  .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    display: none;
  }
}
.swiper-wrapper .swiper-slide-active .txt {
  opacity: 1;
  animation-name: slidetxtIn;
  -webkit-animation-name: slidetxtIn;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slidetxtIn {
  0% {
    /*left: 10%;*/
    opacity: 0.0;
  }
  100% {
    /*left: 0;*/
    opacity: 1;
  }
}
@-webkit-keyframes slidetxtIn {
  0% {
    /*left: 10%;*/
    opacity: 0.0;
  }
  100% {
    /*left: 0;*/
    opacity: 1;
  }
}



/*common*/
html {
	margin: 0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
	box-sizing: border-box;
	line-height: 2.0;
	position: relative;
}

body.lock {
    position: fixed;
    width: 100%;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	vertical-align: bottom;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
ul,li,dl,dt,dd,ol {
	margin:0;
	padding:0;
	list-style: none;
}
p {margin: 0 0 1em 0;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ins {text-decoration: none;}
em {font-style: normal;}
figure {margin:0; padding: 0;}

a {
	 transition: .3s ease all;
	 text-decoration: none;
}
a:hover { transition: .3s ease all;}

.inner {
    width: 70%;
    min-width: 1380px;
    margin: 0 auto;
}

@media screen and (max-width: 1399px) {
	.inner {
    	width: 90%;
    	min-width: auto;
    	margin: 0 auto;
	}
}

/* --------------------------------------------------------- header */
header {
	width: 100%;
	min-height: 100px;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	align-items: center;
}

header h1 {
	margin-left: 50px;
	white-space: nowrap;
	width:30%;
	line-height: 1.2em;
	max-width: 450px;
}

header h1 a {
	color: #333333;
}

header nav {
	margin-right: 2.5vw;
	max-width: 55%;
	padding: 15px 0;
	}
header nav p {
	margin-bottom: 0;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-top: -20px;
	}
header nav p a {
	background: #535353;
	color: #fff;
	display: block;
	width: 80px;
	text-align: center;
	font-size: 0.75rem;
}

header nav ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
header nav li {
	margin-left: 60px;
}
header nav li a {
	color: #333333;
}
header nav li a:hover {
    opacity: 0.6;
}

#hamburger {
	display: none;
}

.menu-container .menu {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	align-items: center;

}
.hamburger {
	position: absolute;
	top: 50%;
	left: calc(100vw - 80px);
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
}


@media screen and (max-width: 1399px) {
		header h1 {
		margin-left: 25px;
	}
	header nav ul {
		display: none;
	}
	header nav li:last-of-type a {
    background: none;
    padding-left: 0;
}
	header nav li:last-of-type a:after {
    display: none;
}
}
@media screen and (max-width: 479px) {
	header h1 {
		margin-left: 25px;
	}
}

@media screen and (max-width: 1399px) {
	header {
		/*height: 60px;*/
		width: 100%;
		z-index: 100;
        height: auto;
	}
	#hamburger {
		display: block;
		cursor: pointer;
		/*position:absolute;*/
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 99999999999 !important;
		width: 30px;
		height: 26px;
		margin-right: 25px;
    	margin-top: 25px;
	}
	header nav {
		display: none;
	}
	header nav {
		position: fixed;
		left: 0;
		top: 0;
		display: none;
		z-index: 200;
		background-color: rgba(0, 0, 0, 0.7);
		width: 100%;
		height: 100%;
		z-index: 99999999;
		overflow: hidden;
		max-width: initial;
	}
	header nav.open {
		display: block;
	}
	header nav.close {
		display: none;
	}
    header nav ul {
    	display: block;
		height: 100%;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
		margin: 0;
		padding: 80px 10px 0 10px;
		z-index: 200;
    }
	header nav li {
		margin: 0;
	}
	header ul li:first-of-type {
		display: block;
	}
	header nav li:last-child {
		display: block;
		width: 100%;
	}
	header nav li a {
		color: #fff;
		display: block;
		line-height: 4em;
		font-weight: 700;
		width: 100%;
		box-sizing: border-box;
		height: 4em;
		text-align: center;
	}
	header nav ul li a:hover {
		opacity: 0.6;
	}

	/*メニューボタンのエフェクト*/
	.nav-button,
	.nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	.nav-button {
		position: relative;
		width: 30px;
		height: 26px;
	}
	.nav-button span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #000;
		border-radius: 4px;
	}
	.nav-button span:nth-of-type(1) {
		top: 0;
	}
	.nav-button span:nth-of-type(2) {
		top: 11px;
	}
	.nav-button span:nth-of-type(3) {
		bottom: 0;
	}
	.nav-button.active span:nth-of-type(1) {
		-webkit-transform: translateY(16px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
		background-color:#fff;
	}
	.nav-button.active span:nth-of-type(2) {
		opacity: 0;
	}
	.nav-button.active span:nth-of-type(3) {
		-webkit-transform: translateY(-16px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
		background-color:#fff;
	}
}

/* --------------------------------------------------------- banner */
#banner {
	margin-bottom: 60px;
	padding-bottom: 40px;
    padding-top: 60px;
	background: #d8e9f1;
}

#banner .inner {
	width: 60%;
	min-width: 1200px;
    margin: 0 auto;
}

#banner ul {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack:justify;
	-webkit-justify-content: center;
	justify-content:center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#banner ul li {
	margin: 0 10px 20px 10px;
}

@media screen and (max-width: 1399px) {
	#banner {
		margin-bottom: 40px;
		padding:40px 0 20px 0;
}
	#banner .inner {
		width: 90%;
		min-width: auto;
		margin: 0 auto;
	}
	#banner ul {
		margin: 0 auto;
	}
}
@media screen and (max-width: 479px) {
	#banner .inner {
		width: 90%;
		margin: 0 auto;
	}
	#banner ul li {
	width: 100%
}
}

/* --------------------------------------------------------- link */
#link {
	padding-bottom: 40px;
}

#link .inner {
	max-width: 1380px;
	margin: 0 auto;
}

#link ul {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack:justify;
	-webkit-justify-content: center;
	justify-content:center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#link ul li {
	width: 300px;
    height: 60px;
	margin: 0 10px 40px 10px;
}
#link ul li a {
	display: block;
    background-color: #535353;
    color: #fff;
    text-align: center;
    padding: 21px 0;
	transition: .3s ease all;
}
#link ul li a:hover {
	opacity: 0.8;
	transition: .3s ease all;
}

@media screen and (max-width: 1399px) {
	#link {
	padding-bottom: 20px;
}
	#link .inner {
		width: 90%;
        max-width: 640px;
		margin: 0 auto;
	}
	#link li {
		width: 100%;
	}
}
@media screen and (max-width: 767px){
#link .inner {
    width: 90%;
    max-width: 305px;
    margin: 0 auto;
}
}
@media screen and (max-width: 479px) {
	#link .inner {
		width: 90%;
		margin: 0 auto;
	}
}

/* --------------------------------------------------------- footer */
footer {
    width: 100%;
    background-color: #e5e5e5;
}

footer section {
	width: 100%;
	max-width: 1380px;
    margin: 0 auto;
    padding: 60px 0;
    color: #333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    box-direction: reverse;
    box-orient: horizontal;
    flex-direction: row-reverse;
}

footer section ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*padding-left: 5%;*/
	width: 70%;
}

footer section li {
    margin: 0 0 10px 40px;
    line-height: 1.5em;
}

footer section ul li a {
	color:#333;
}

footer section ul li a:hover {
	opacity: 0.6;
}

footer div {
	/* white-space: nowrap; */
	width: 30%;
}



footer p {
    text-align: center;
    margin: 0;
    line-height: 100px;
    color: #333;
    background-color: #fff;
}
@media screen and (max-width: 1399px) {
	footer section {
		width: 90%;
		min-width: auto;
		margin: 0 auto;
		padding-top: 40px;
    	padding-bottom: 40px;
		display: flex;
	}
}

@media screen and (max-width: 999px) {
	footer section {
		width: 70%;
		min-width: auto;
		margin: 0 auto;
		padding-top: 40px;
    	padding-bottom: 40px;
		display: block;
	}
	footer section div {
		text-align: center;
		width: 100%;
    	margin: 0 auto;
	}
	footer section ul {
		padding-left: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-around;
        justify-content: space-around;
		margin-bottom: 40px;
		width: 100%;
	}
    footer section ul li {
        width: 45%;
        text-align: center;
        border: solid 1px #333;
        margin: 0 0 25px 0;
        padding: 15px 0;
    }
    /*footer section ul li:nth-of-type(2n) {
        margin-left: 5%;
    }*/
	footer p {
		height: 50px;
		line-height: 50px;
	}

}
@media screen and (max-width: 767px) {
	footer section {
		width: 60%;
		min-width: auto;
		margin: 0 auto;
		padding-top: 40px;
    	padding-bottom: 40px;
		display: block;
	}
	footer section div {
		text-align: center;
	}
	footer section ul {
		padding-left: 0;
        display: block;
        margin-bottom: 40px;
	}
    footer section ul li {
        width: 100%;
        text-align: center;
        border: solid 1px #333;
        margin: 0 0 25px 0;
        padding: 15px 0;
    }
    /*footer section ul li:nth-of-type(2n) {
        margin-left: 0;
    }*/
	footer p {
		height: 50px;
		line-height: 50px;
	}

}
@media screen and (max-width: 479px) {

}

/* --------------------------------------------------------- pagetop */
.pagetop {
	position: fixed;
    right: 50px;
    bottom: 15px;
    z-index: 70;
}

.pagetop a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1399px){
.pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 70;
}
}

@media screen and (max-width: 1199px) {
	.pagetop {
		width:40px;
		height: 40px;
		position: fixed;
		right: 15px;
		bottom: 5px;
		z-index: 70;
	}
}



/* --------------------------------------------------------- main */
@media screen and (max-width: 1399px) {
	#main {
		width :100vw;
	}
}
/* --------------------------------------------------------- mainvisual */
@media screen and (max-width: 767px) {
.swiper-container-fade .swiper-slide {
	width: 100vw !important;
}
}




/* --------------------------------------------------------- 下層 */
/* --------------------------------------------------------- subvisual */
article#undermain{
  position: relative;
  margin-bottom: 90px;
}
article#undermain section.caption{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color:rgba(255,255,255,0.7);
  z-index: 999999;
  padding: 0.3em;
}

article#undermain section.caption h2{
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #333333;
}



article#undermain img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 0 50%;
  font-family:'object-fit:cover; object-position:0 50%;';
}




/*
   ===================================================================================
   ------------------------------------- contents ------------------------------------
   ===================================================================================
*/

main > article {
	overflow: hidden;
}


/*
   ===================================================================================
   -------------------------------------- parts --------------------------------------
   ===================================================================================
*/
main h2 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #45A1CF;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 500;
	letter-spacing: 10px;
	position: relative;
}
main h2:after {
	content: "";
	width: 100px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #007AB7;
}

main h3 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #629dbc;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 500;
	position: relative;
}
main h3:after {
	content: "";
	width: 76px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 2px dotted #007AB7;
}

main h4 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #a7d1e7;
	text-align: center;
	margin-bottom: 1em;
	font-weight: 700;
}

main hr.space {
	border: 0;
	height: 1px;
	margin-bottom: 50px;
}

/* --------------------------------------------------------- paragraph */
.paragraph-left {
	text-align: left;
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
}
.paragraph-center {
	text-align: center;
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
}
.paragraph-right {
	text-align: right;
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
}

@media screen and (max-width: 1399px) {
	.paragraph-left {
    	width: 90%;
    	min-width: auto;
	}
	.paragraph-center {
    	width: 90%;
    	min-width: auto;
	}
	.paragraph-right {
    	width: 90%;
    	min-width: auto;
	}
}


/* --------------------------------------------------------- blockquote */
blockquote {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width:70%;
	min-width: 1380px;
	margin:0 auto;
}
@media screen and (max-width: 1399px) {
	blockquote {
    	width: 90%;
    	min-width: auto;
    	margin: 0 auto;
    }
}

/* ---------------------------------------------------------------- hr */
hr {
	border: 0;
	border-bottom: 1px solid #757575;
	width:70%;
	min-width: 1380px;
	margin:0 auto;
}
@media screen and (max-width: 1399px) {
	hr {
    	width: 90%;
    	min-width: auto;
    	margin: 0 auto;
    }
}


/* -------------------------------------------------------------- list */
.list {
	width:70%;
	min-width: 1380px;
	margin:0 auto;
	box-sizing: border-box;
	background: #d8e9f1;
}
.list li {
	box-sizing: border-box;
	padding: 30px 40px;
	position: relative;
	border-bottom: 1px solid #333333;
}
.list li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #333;
}
.list li a {
	color: #333;
	text-decoration: underline;
}
.list li a:hover {
	color: #333;
	text-decoration: none;
}
@media screen and (max-width: 1399px) {
	.list {
    	width: 90%;
    	min-width: auto;
    	margin: 0 auto;
	}
}

/* -------------------------------------------------------------- table.vl2 */
table.hl2 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
table.hl2 th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
    width: calc(100% / 2);
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #333;
}
table.hl2 th:first-of-type {
	border-right: 1px solid #333;
}
table.hl2 td {
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #333;
	line-height: 1.5em;
}
table.hl2 tr td:first-of-type {
	border-right: 1px solid #333;
}

@media screen and (max-width: 1399px) {
	table.hl2 {
		width:90%;
		min-width: auto;
		margin:0 auto 2em auto;
	}
}

/* -------------------------------------------------------------- table.hl3 */
table.hl3 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.hl3 th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
    width: calc(100% / 3);
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #333;
}

table.hl3 td {
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	table.hl3 {
		width:90%;
		min-width: auto;
		margin:0 auto 2em auto;
	}
}

/* -------------------------------------------------------------- table.hl4 */
table.hl4 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.hl4 th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width: 25%;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
}
table.hl4 td {
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	.scroll {
		overflow: auto;
		white-space: nowrap;
		width:90%;
		margin: 0 auto;
	}
	table.hl4 {
		width:1380px;
		min-width: auto;
		margin:0 auto 2em auto;
	}
	table.hl4 th {
        width: calc(100% / 4);
	}
}

/* -------------------------------------------------------------- table.hl5 */
table.hl5 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.hl5 th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width: 20%;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
}
table.hl5 td {
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	.scroll {
		overflow: auto;
		white-space: nowrap;
		width:90%;
		margin: 0 auto;
	}
	table.hl5 {
		width:1380px;
		min-width: auto;
		margin:0 auto 2em auto;
	}
	table.hl5 th {
        width: calc(100% / 5);
	}
}

/* -------------------------------------------------------------- table.hl6 */
table.hl6 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.hl6 th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width: calc(100% / 6);
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
}
table.hl6 td {
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	.scroll {
		overflow: auto;
		white-space: nowrap;
		width:90%;
		margin: 0 auto;
	}
	table.hl6 {
		width:1380px;
		min-width: auto;
		margin:0 auto 2em auto;
	}
	table.hl6 th {
        width: calc(100% / 6);
	}
}

/* -------------------------------------------------------------- table.vl2 */
table.vl2 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.vl2 th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width: 300px;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
table.vl2 td {
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	table.vl2 {
		width:90%;
		min-width: auto;
		margin:0 auto 2em auto;
	}
}
@media screen and (max-width: 999px) {
    	table.vl2 th {
		display: block;
		width: 100%;
	}
	table.vl2 td {
		display: block;
		width: 100%;
	}
}

/* -------------------------------------------------------------- table.vl3 */
table.vl3 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.vl3 th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width: 300px;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
table.vl3 td {
	box-sizing: border-box;
	padding: 20px;
	width: calc((100% - 300px) / 2);
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	table.vl3 {
		width:90%;
		min-width: auto;
		margin:0 auto 2em auto;
	}
}
@media screen and (max-width: 999px) {
    table.vl3 th {
		display: block;
		width: 100%;
	}
	table.vl3 td {
		display: block;
		width: 100%;
		border-right: 1px solid #333;
	}
}

/* -------------------------------------------------------------- table.vl4 */
table.vl4 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.vl4 th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width: 300px;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
table.vl4 td {
	box-sizing: border-box;
	padding: 20px;
	width: calc((100% - 300px) / 3);
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	table.vl4 {
		width:100%;
		min-width: auto;
		margin:0 auto 2em auto;
	}
}
@media screen and (max-width:999px) {
    table.vl4 th {
		display: block;
		width: 100%;
	}
	table.vl4 td {
		display: block;
		width: 100%;
		border-right: 1px solid #333;
	}
}

/* -------------------------------------------------------------- table.vl5 */
table.vl5 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.vl5 th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width: 300px;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
table.vl5 td {
	box-sizing: border-box;
	padding: 20px;
	width: calc((100% - 300px) / 4);
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	table.vl5 {
		width:100%;
		min-width: auto;
		margin:0 auto 2em auto;
	}
}
@media screen and (max-width:999px) {
    table.vl5 th {
		display: block;
		width: 100%;
	}
	table.vl5 td {
		display: block;
		width: 100%;
		border-right: 1px solid #333;
	}
}

/* -------------------------------------------------------------- table.vl6 */
table.vl6 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
table.vl6 th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width: 300px;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
table.vl6 td {
	box-sizing: border-box;
	padding: 20px;
	width: calc((100% - 300px) / 5);
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	table.vl6 {
		width:100%;
		min-width: auto;
		margin:0 auto 2em auto;
	}
}
@media screen and (max-width:999px) {
    table.vl6 th {
		display: block;
		width: 100%;
	}
	table.vl6 td {
		display: block;
		width: 100%;
		border-right: 1px solid #333;
	}
}


/* ---------------------------------------------------------- img-txt-h1-left */
.img-txt-h1-left {
	width: 55%;
	min-width: 1100px;
	margin: 0 auto 80px auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	box-direction : reverse;
	box-orient : horizontal;
	flex-direction : row-reverse;
	align-items: center;
}
.img-txt-h1-left dt {
	width: 38%;
	margin: 0 5% 0 0;
}
.img-txt-h1-left dd {
	width: 57%;
}
.img-txt-h1-left dd em {
	font-weight: 500;
	color: #629dbc;
	display: block;
}
@media screen and (max-width: 1399px) {
	.img-txt-h1-left {
		display: block;
		min-width: auto;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.img-txt-h1-left dt {
		width: 100%;
		margin: 0;
	}
	.img-txt-h1-left dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
}

/* ---------------------------------------------------------- img-txt-h2-left */
.img-txt-h2-left {
	width:70%;
	min-width: 1380px;
	margin:0 auto 80px auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.img-txt-h2-left dl {
	width: 48.5%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	box-direction : reverse;
	box-orient : horizontal;
	flex-direction : row-reverse;
	align-items: center;
}
.img-txt-h2-left dt {
	width: 38%;
}
.img-txt-h2-left dd {
	width: 56%;
}
.img-txt-h2-left dd em {
	font-weight: 500;
	color: #629dbc;
	display: block;
}
@media screen and (max-width: 1399px) {
	.img-txt-h2-left {
		/*display: block;*/
		min-width: auto;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.img-txt-h2-left dl {
		display: block;
		width: 45%;
		margin: 0 0 2em 0;
	}
	.img-txt-h2-left dt {
		width: 100%;
	}
	.img-txt-h2-left dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
}
@media screen and (max-width: 999px) {
	.img-txt-h2-left {
		display: block;
		min-width: auto;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.img-txt-h2-left dl {
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	.img-txt-h2-left dt {
		width: 100%;
	}
	.img-txt-h2-left dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
}

/* ---------------------------------------------------------- img-txt-h3-left */
.img-txt-h3-left {
	width:70%;
	min-width: 1380px;
	margin:0 auto 80px auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.img-txt-h3-left dl {
	width: 31.4%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	box-direction : reverse;
	box-orient : horizontal;
	flex-direction : row-reverse;
	align-items: center;
}
.img-txt-h3-left dt {
	width: 50%;
}
.img-txt-h3-left dd {
	width: 45%;
}
.img-txt-h3-left dd em {
	font-weight: 500;
	color: #629dbc;
	display: block;
}
@media screen and (max-width: 1399px) {
	.img-txt-h3-left {
		/*display: block;*/
		min-width: auto;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.img-txt-h3-left dl {
		display: block;
		width: 30%;
		margin: 0 0 2em 0;
	}
	.img-txt-h3-left dt {
		width: 100%;
	}
	.img-txt-h3-left dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
}
@media screen and (max-width: 999px) {
	.img-txt-h3-left {
		display: block;
		min-width: auto;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.img-txt-h3-left dl {
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	.img-txt-h3-left dt {
		width: 100%;
	}
	.img-txt-h3-left dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
}


/* ---------------------------------------------------------- img-txt-h1-right */
.img-txt-h1-right {
	width: 55%;
	min-width: 1100px;
	margin: 0 auto 80px auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	align-items: center;
}
.img-txt-h1-right dt {
	width: 38%;
	margin: 0 0 0 5%;
}
.img-txt-h1-right dd {
	width: 57%;
}
.img-txt-h1-right dd em {
	font-weight: 500;
	color: #629dbc;
	display: block;
}
@media screen and (max-width: 1399px) {
	.img-txt-h1-right {
		display: block;
		min-width: auto;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.img-txt-h1-right dt {
		width: 100%;
		margin: 0;
	}
	.img-txt-h1-right dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
}

/* ---------------------------------------------------------- img-txt-h2-left */
.img-txt-h2-right {
	width:70%;
	min-width: 1380px;
	margin:0 auto 80px auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.img-txt-h2-right dl {
	width: 48.5%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	align-items: center;
}
.img-txt-h2-right dt {
	width: 38%;
}
.img-txt-h2-right dd {
	width: 56%;
}
.img-txt-h2-right dd em {
	font-weight: 500;
	color: #629dbc;
	display: block;
}
@media screen and (max-width: 1399px) {
	.img-txt-h2-right {
		/*display: block;*/
		min-width: auto;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.img-txt-h2-right dl {
		display: block;
		width: 45%;
		margin: 0 0 2em 0;
	}
	.img-txt-h2-right dt {
		width: 100%;
	}
	.img-txt-h2-right dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
}
@media screen and (max-width: 999px) {
	.img-txt-h2-right {
		display: block;
		min-width: auto;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.img-txt-h2-right dl {
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	.img-txt-h2-right dt {
		width: 100%;
	}
	.img-txt-h2-right dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
}


/* ---------------------------------------------------------- img-txt-h3-left */
.img-txt-h3-right {
	width:70%;
	min-width: 1380px;
	margin:0 auto 80px auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.img-txt-h3-right dl {
	width: 31.4%;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	align-items: center;
}
.img-txt-h3-right dt {
	width: 50%;
}
.img-txt-h3-right dd {
	width: 45%;
}
.img-txt-h3-right dd em {
	font-weight: 500;
	color: #629dbc;
	display: block;
}
@media screen and (max-width: 1399px) {
	.img-txt-h3-right {
		/*display: block;*/
		min-width: auto;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.img-txt-h3-right dl {
		display: block;
		width: 30%;
		margin: 0 0 2em 0;
	}
	.img-txt-h3-right dt {
		width: 100%;
	}
	.img-txt-h3-right dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
}
@media screen and (max-width: 999px) {
	.img-txt-h3-right {
		display: block;
		min-width: auto;
		width: 90%;
		margin: 0 auto 80px auto;
	}
	.img-txt-h3-right dl {
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	.img-txt-h3-right dt {
		width: 100%;
	}
	.img-txt-h3-right dd {
		width: 100%;
		margin: 0 0 1em 0;
	}
}



/* ---------------------------------------------------------- btn-left */
p.btn-left {
	width:70%;
	min-width: 1380px;
	margin:0 auto;
    margin: 0 auto 2em auto;
}
p.btn-left a {
	display: block;
	text-align: center;
	width: 305px;
	height: 60px;
	margin: 0 auto 0 0;
	line-height: 60px;
	color: #fff;
	background-color: #5a5a5a;
	border: 1px solid #5a5a5a;
}
p.btn-left a:hover {
	color: #333;
	border: 1px solid #333;
	background-color: transparent;
}

@media screen and (max-width: 1399px) {
	p.btn-left {
		width: 90%;
		min-width: auto;
	}
	p.btn-left a {
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}
}

/* ---------------------------------------------------------- btn-center */
p.btn-center {
	width:70%;
	min-width: 1380px;
	margin:0 auto;
    margin: 0 auto 2em auto;
}
p.btn-center a {
	display: block;
	text-align: center;
	width: 305px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	color: #fff;
	background-color: #5a5a5a;
	border: 1px solid #5a5a5a;
}
p.btn-center a:hover {
	color: #333;
	border: 1px solid #333;
	background-color: transparent;
}

@media screen and (max-width: 1399px) {
	p.btn-center {
		width: 90%;
		min-width: auto;
	}
	p.btn-center a {
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}
}
/* ---------------------------------------------------------- btn-right */
p.btn-right {
	width:70%;
	min-width: 1380px;
	margin:0 auto;
    margin: 0 auto 2em auto;
}
p.btn-right a {
	display: block;
	text-align: center;
	width: 305px;
	height: 60px;
	margin: 0 0 0 auto;
	line-height: 60px;
	color: #fff;
	background-color: #5a5a5a;
	border: 1px solid #5a5a5a;
}
p.btn-right a:hover {
	color: #333;
	border: 1px solid #333;
	background-color: transparent;
}

@media screen and (max-width: 1399px) {
	p.btn-right {
		width: 90%;
		min-width: auto;
	}
	p.btn-right a {
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}
}

/* ---------------------------------------------------------- txt-link-left */
.txt-link-left {
	text-align: left;
	width:70%;
	min-width: 1380px;
	margin:0 auto;
}
.txt-link-left a {
	color: #063231;
	text-decoration: underline;
	margin-right: 1em;
}
.txt-link-left a:hover {
	color: #444;
	text-decoration: none;
}

@media screen and (max-width: 1399px) {
	.txt-link-left {
		width: 90%;
		min-width: auto;
	}
}

@media screen and (max-width: 479px) {
	.txt-link-left {
		text-align: center;
	}
}

/* ---------------------------------------------------------- txt-link-center */
.txt-link-center {
	text-align: center;
	width:70%;
	min-width: 1380px;
	margin:0 auto;
}
.txt-link-center a {
	color: #063231;
	text-decoration: underline;
}
.txt-link-center a:hover {
	color: #444;
	text-decoration: none;
}

@media screen and (max-width: 1399px) {
	.txt-link-center {
		width: 90%;
		min-width: auto;
	}
}

@media screen and (max-width: 479px) {
	.txt-link-center {
		text-align: center;
	}
}

/* ---------------------------------------------------------- txt-link-right */
.txt-link-right {
	text-align: right;
	width:70%;
	min-width: 1380px;
	margin:0 auto;
}
.txt-link-right a {
	color: #063231;
	text-decoration: underline;
}
.txt-link-right a:hover {
	color: #444;
	text-decoration: none;
}

@media screen and (max-width: 1399px) {
	.txt-link-right {
		width: 90%;
		min-width: auto;
	}
}

@media screen and (max-width: 479px) {
	.txt-link-right {
		text-align: center;
	}
}


/* ---------------------------------------------------------- txt-link-list */
p.txt-link-left.txt-link-list a{
  display: inline-block;
  margin-right: 1em;
}

p.txt-link-center.txt-link-list a{
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

p.txt-link-right.txt-link-list a{
  display: inline-block;
  margin-left: 1em;
}

@media screen and (max-width: 479px) {
  p.txt-link-left.txt-link-list a{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  p.txt-link-center.txt-link-list a{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  p.txt-link-right.txt-link-list a{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}


/* ---------------------------------------------------------- btn-background */
.btn-background {
	background-image: center top no-repeat;
	height: 180px;
	position: relative;
}
.btn-background p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.btn-background p a {
	display: block;
	color: #333;
	width: 305px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(255,255,255,0.6);
}
.btn-background p a:hover {
	background: rgba(255,255,255,1);
}
@media screen and (max-width: 479px) {
	.btn-background {
		height: 230px;
	}
	.btn-background p {
		width: 80%;
	}
	.btn-background p a {
		width: 100%;
	}
}





/* --------------------------------------------------------- img-text1 */
.img-text1 {
	background: #d8e9f1;
	padding-bottom: 120px;
	position: relative;
}
.img-text1:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 100px;
	display: block;
	top: 0;
	left: 0;
}
.img-text1 a {
	width:50%;
	min-width: 1000px;
	margin:0 auto;
	display: block;
	color: #444;
	background: #fff;
	padding-bottom: 25px;
}
.img-text1 figure {
	margin: 0 0 25px 0;
	position: relative;
	transition: .3s ease all;
}
.img-text1 a:hover figure {
	opacity: 0.8;
	transition: .3s ease all;
}
.img-text1 h3 {
	text-align: left;
	margin: 0 25px 0 25px;
}
.img-text1 h3:after {
	border-bottom: 0;
}
.img-text1 p {
	margin: 0 25px 0 25px;
}
.img-text1 a.no-link:hover figure {
	opacity: unset;
	transition: unset;
}
@media screen and (max-width: 1399px) {
	.img-text1 {
		min-width: auto;
		padding: 5vw 0;
	}
	.img-text1:before {
		background: transparent;
	}
	.img-text1 a {
		min-width: 90%;
		margin: 0 auto;
	}
}

/* --------------------------------------------------------- img-text2 */
.img-text2 {
	width: 70%;
	min-width: 1380px;
	margin:0 auto;
}
.img-text2 ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 0 -500%;
    padding: 0 500%;
	background: #d8e9f1;
    padding-bottom: 120px;
	position: relative;
	z-index: 1;
}
.img-text2 ul:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.img-text2 ul li {
	width: 660px;
	z-index: 3;
	position: relative;
	background-color: #fff;
}
.img-text2 ul a figure {
	transition: .3s ease all;
}
.img-text2 ul a:hover figure {
	opacity: 0.8;
	transition: .3s ease all;
}
.img-text2 em {
	display: block;
	color: #629dbc;
	padding: 25px 25px 0 25px;
}
.img-text2 span {
	color: #333333;
	display: block;
	padding: 0 25px 25px 25px;
}

@media screen and (max-width: 1399px) {
	.img-text2 {
		width: 100%;
		min-width: auto;
		margin: 0;
	}
	.img-text2 ul {
		width: 90%;
		padding: 5%;
		margin: 0;
	}
	.img-text2 ul:before {
    	background: none;
	}
	.img-text2 ul li {
		width: 45%;
	}
	/*.img-text2 ul li:first-of-type {
		margin-bottom: 40px;
	}*/
	.img-text2 ul li figure img {
		width: 100%;
	}
}
@media screen and (max-width: 999px) {
	.img-text2 {
		width: 100%;
		min-width: auto;
		margin: 0;
	}
	.img-text2 ul {
		width: 90%;
		padding: 5%;
		margin: 0;
	}
	.img-text2 ul:before {
    	background: none;
	}
	.img-text2 ul li {
		width: 100%;
	}
	.img-text2 ul li:first-of-type {
		margin-bottom: 40px;
	}
	.img-text2 ul li figure img {
		width: 100%;
	}
}

/*-----------------------------------------------img-text3*/
.img-text3 {
	width: 70%;
	min-width: 1380px;
	margin:0 auto;
}
.img-text3 ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	margin: 0 -500%;
    padding: 0 500%;
	background: #d8e9f1;
    padding-bottom: 120px;
	position: relative;
	z-index: 1;
}
.img-text3 ul:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.img-text3 ul li {
	width: 440px;
	z-index: 3;
	position: relative;
	background-color: #fff;
}
.img-text3 ul a figure {
	transition: .3s ease all;
}
.img-text3 ul a:hover figure {
	opacity: 0.8;
	transition: .3s ease all;
}
.img-text3 em {
	display: block;
	color: #629dbc;
	padding: 25px 25px 0 25px;
}
.img-text3 span {
	color: #333333;
	display: block;
	padding: 0 25px 25px 25px;
}
@media screen and (max-width: 1399px) {
	.img-text3 {
		width: 100%;
		min-width: auto;
		margin: 0 auto;
	}
	.img-text3 ul {
		width: 90%;
		padding: 5%;
		margin: 0;
	}
	.img-text3 ul:before {
    	background: none;
	}
	.img-text3 ul li {
		width: 32%;
	}
}

@media screen and (max-width: 999px) {
	.img-text3 {
		width: 100%;
		min-width: auto;
		margin: 0 auto;
	}
	.img-text3 ul {
		display: block;
		width: 90%;
		padding: 5%;
		margin: 0;
	}
	.img-text3 ul:before {
    	background: none;
	}
	.img-text3 ul li {
		width: 100%;
		margin-bottom: 40px;
	}
}

/* --------------------------------------------------------- img-text4 */
.img-text4 {
	width: 70%;
	min-width: 1380px;
	margin:0 auto;
}
.img-text4 ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	margin: 0 -500%;
    padding: 0 500%;
	background: #d8e9f1;
    padding-bottom: 120px;
	position: relative;
	z-index: 1;
}
.img-text4 ul:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.img-text4 ul li {
	width: 22.8%;
	z-index: 3;
	position: relative;
	background-color: #fff;
}
.img-text4 ul a figure {
	transition: .3s ease all;
}
.img-text4 ul a:hover figure {
	opacity: 0.8;
	transition: .3s ease all;
}
.img-text4 em {
	display: block;
	color: #629dbc;
	padding: 15px 25px 0 25px;
}
.img-text4 span {
	color: #333333;
	display: block;
	line-height: 1.5em;
	padding: 0 25px 25px 25px;
}

@media screen and (max-width: 1399px) {
	.img-text4 {
    	width: 100%;
    	min-width: auto;
    	margin: 0;
	}
	.img-text4 ul {
		width: 90%;
		/*display: block;*/
		padding: 5%;
		margin: 0;
	}
	.img-text4 ul:before {
		background: transparent;
	}
	.img-text4 ul li {
		width: 24%;
	}
	.img-text4 li figure {
		width: 100%;
		margin: 0 auto;
	}
	.img-text4 li em,
	.img-text4 li span {
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 999px) {
	.img-text4 {
    	width: 100%;
    	min-width: auto;
    	margin: 0;
	}
	.img-text4 ul {
		width: 90%;
		display: block;
		padding: 5%;
		margin: 0;
	}
	.img-text4 ul:before {
		background: transparent;
	}
	.img-text4 ul li {
		width: 100%;
		margin: 0 auto 40px auto;
	}
	.img-text4 li figure {
		width: 100%;
		margin: 0 auto;
	}
	.img-text4 li em,
	.img-text4 li span {
		margin: 0 auto;
		display: block;
	}
}


/* --------------------------------------------------------- img-text-in1 */
.img-text-in1 {
	width:40%;
	min-width: 800px;
	margin:0 auto;
	position: relative;
}
.img-text-in1 a {
	color: #444;
}
.img-text-in1 figure {
	margin: 0 0 20px 0;
	transition: .3s ease all;
}
.img-text-in1 a:hover figure {
	opacity: 0.8;
	transition: .3s ease all;
}
.img-text-in1 div {
	position: absolute;
	width: 100%;
	height: 40%;
	padding: 20px;
	box-sizing: border-box;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	overflow: hidden;
}
.img-text-in1 h3 {
	text-align: left;
	margin-bottom: 0;
	color: #fff;
}
.img-text-in1 h3:after {
	border: 0;
}
.img-text-in1 p {
	color: #fff;
}
.img-text-in1 a.no-link:hover figure {
	opacity: unset;
	transition: unset;
}
@media screen and (max-width: 1399px) {
	.img-text-in1 {
		width: 90%;
		min-width: auto;
	}
	.img-text-in1 div {
		position: inherit;
		transform: translate(0,0);
		background: none;
		width: 100%;
		padding: 0;
	}
	.img-text-in1 h3 {
		color: #333;
		text-align: left;
	}
	.img-text-in1 p {
		color: #333;
	}
}

/* --------------------------------------------------------- img-text-in2 */
.img-text-in2 {
	width:70%;
	min-width: 1380px;
	margin:0 auto;
}
.img-text-in2 ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.img-text-in2 li {
	width: 47%;
	position: relative;
}
.img-text-in2 li a {
	display: block;
	color: #fff;
}
.img-text-in2 figure {
	position: relative;
}
.img-text-in2 a figure {
	transition:.3s ease all;
}
.img-text-in2 a:hover figure {
	opacity: 0.8;
	transition:.3s ease all;
}
.img-text-in2 ins {
	position: absolute;
	width: 100%;
	height: 40%;
	overflow: hidden;
	bottom: 0;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.4);
}
.img-text-in2 em {
	display: block;
	color: #fff;
}
.img-text-in2 span {
	color: #fff;
}
@media screen and (max-width: 1399px) {
	.img-text-in2 {
    	width: 90%;
    	min-width: auto;
    	margin: 0 auto;
	}
	.img-text-in2 ul {
		/*display: block;*/
		padding: 0;
	}
	.img-text-in2 li {
		width: 45%;
		margin: 0 0 40px 0;
	}
	.img-text-in2 li figure {
		width: 100%;
		/*max-width: 650px;*/
		margin: 0 auto;
	}
	.img-text-in2 ins {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0,0);
		background: transparent;
	}
	.img-text-in2 li em {
		width: 100%;
		/*max-width: 650px;*/
		margin: 0 auto;
		display: block;
		color: #629dbc;
		text-align: left;
	}
	.img-text-in2 li span {
		width: 100%;
		/*max-width: 650px;*/
		margin: 0 auto;
		display: block;
		color: #444;
	}
}
@media screen and (max-width: 999px) {
	.img-text-in2 {
    	width: 90%;
    	min-width: auto;
    	margin: 0 auto;
	}
	.img-text-in2 ul {
		display: block;
		padding: 0;
	}
	.img-text-in2 li {
		width: 100%;
		margin: 0 auto 40px auto;
	}
	.img-text-in2 li figure {
		width: 100%;
		/*max-width: 650px;*/
		margin: 0 auto;
	}
	.img-text-in2 ins {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0,0);
		background: transparent;
	}
	.img-text-in2 li em {
		width: 100%;
		/*max-width: 650px;*/
		margin: 0 auto;
		display: block;
		color: #629dbc;
		text-align: left;
	}
	.img-text-in2 li span {
		width: 100%;
		/*max-width: 650px;*/
		margin: 0 auto;
		display: block;
		color: #444;
	}

}

/* --------------------------------------------------------- img-text-in3 */
.img-text-in3 {
	width:70%;
	min-width: 1380px;
	margin:0 auto;
}
.img-text-in3 ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.img-text-in3 li {
	width: 31.4%;
	position: relative;
}
.img-text-in3 li a {
	display: block;
}
.img-text-in3 figure {
	position: relative;
}
.img-text-in3 a figure {
	transition:.3s ease all;
}
.img-text-in3 a:hover figure {
	opacity: 0.8;
	transition:.3s ease all;
}
.img-text-in3 ins {
	position: absolute;
	width: 100%;
	height: 38%;
	overflow: hidden;
	bottom: 0;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.4);
}
.img-text-in3 em {
	display: block;
	color: #fff;
}
.img-text-in3 span {
	color: #fff;
}

@media screen and (max-width: 1399px) {
	.img-text-in3 {
    	width: 90%;
    	min-width: auto;
    	margin: 0 auto;
	}
	.img-text-in3 ul {
		/*display: block;*/
		padding: 0;
	}
	.img-text-in3 li {
		width: 30%;
		margin: 0 0 40px 0;
		padding-bottom: 40px;
	}
	.img-text-in3 li figure {
		width: 100%;
		margin: 0 auto 25px auto;
	}
	.img-text-in3 li ins {
		position: inherit;
		display: block;
		top: 0;
		left: 0;
		transform: translate(0,0);
		background: transparent;
		height: auto;
		padding: 0;
	}
	.img-text-in3 li em {
		width: 100%;
		margin: 0 auto;
		display: block;
		color: #629dbc;
	}
	.img-text-in3 li span {
		width: 100%;
		margin: 0 auto;
		display: block;
		color: #333;
	}
}
@media screen and (max-width: 999px) {
	.img-text-in3 {
    	width: 90%;
    	min-width: auto;
    	margin: 0 auto;
	}
	.img-text-in3 ul {
		display: block;
		padding: 0;
	}
	.img-text-in3 li {
		width: 100%;
		margin: 0 auto 40px auto;
		padding-bottom: 40px;
	}
	.img-text-in3 li figure {
		width: 100%;
		margin: 0 auto 25px auto;
	}
	.img-text-in3 li ins {
		position: inherit;
		display: block;
		top: 0;
		left: 0;
		transform: translate(0,0);
		background: transparent;
		height: auto;
		padding: 0;
	}
	.img-text-in3 li em {
		width: 100%;
		margin: 0 auto;
		display: block;
		color: #629dbc;
	}
	.img-text-in3 li span {
		width: 100%;
		margin: 0 auto;
		display: block;
		color: #333;
	}
}

/* --------------------------------------------------------- img-text-in4 */
.img-text-in4 {
	width:70%;
	min-width: 1380px;
	margin:0 auto;
}
.img-text-in4 ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
}
.img-text-in4 li {
	width: 22.8%;
	position: relative;
}
.img-text-in4 li a {
	display: block;
	color: #555;
}
.img-text-in4 figure {
	position: relative;
}
.img-text-in4 a figure {
	transition:.3s ease all;
}
.img-text-in4 a:hover figure {
	opacity: 0.8;
	transition:.3s ease all;
}
.img-text-in4 ins {
	position: absolute;
	width: 100%;
	height: 54%;
	overflow: hidden;
	bottom: 0;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.4);
}
.img-text-in4 em {
	display: block;
	color: #fff;
}
.img-text-in4 span {
	color: #fff;
}
@media screen and (max-width: 1399px) {
	.img-text-in4 {
    	width: 90%;
    	min-width: auto;
    	margin: 0 auto;
	}
	.img-text-in4 ul {
		/*display: block;*/
		padding: 0;
        display:-ms-flexbox;
        display:-webkit-flex;
        display: flex;
        -ms-flex-pack:justify;
        -webkit-justify-content: space-between;
        justify-content:space-between;
	}
	.img-text-in4 li {
		width: 24%;
		padding-bottom: 40px;
	}
	.img-text-in4 li figure {
		width: 100%;
		margin: 0 auto 25px auto;
	}
	.img-text-in4 li ins {
		position: inherit;
		display: block;
		padding: 0;
		height: auto;
		top: 0;
		left: 0;
		transform: translate(0,0);
		background: transparent;
	}
	.img-text-in4 li em {
		width: 100%;
		margin: 0 auto;
		display: block;
		color: #629dbc;
	}
	.img-text-in4 li span {
		width: 100%;
		margin: 0 auto;
		display: block;
		color: #333;
	}
}
@media screen and (max-width: 999px) {
	.img-text-in4 {
    	width: 90%;
    	min-width: auto;
    	margin: 0 auto;
	}
	.img-text-in4 ul {
		display: block;
		padding: 0;
	}
	.img-text-in4 li {
		width: 100%;
		margin: 0 auto 40px auto;
		padding-bottom: 40px;
	}
	.img-text-in4 li figure {
		width: 100%;
		margin: 0 auto 25px auto;
	}
	.img-text-in4 li ins {
		position: inherit;
		display: block;
		padding: 0;
		height: auto;
		top: 0;
		left: 0;
		transform: translate(0,0);
		background: transparent;
	}
	.img-text-in4 li em {
		width: 100%;
		margin: 0 auto;
		display: block;
		color: #629dbc;
	}
	.img-text-in4 li span {
		width: 100%;
		margin: 0 auto;
		display: block;
		color: #333;
	}
}

/* ---------------------------------------------------------- large-img */
.large-img {
	height: 500px;
	background: center top no-repeat;
}
@media screen and (max-width: 1399px) {
	.large-img {
		height: 250px;
	}
}
/* ---------------------------------------------------------- btn-img */
.btn-img {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
}
.btn-img li {
	width: 50%;
}
.btn-img li a {
	display: block;
	position: relative;
}
.btn-img li a img {
	transition: .3s ease all;
}
.btn-img li a:hover img {
	opacity: 0.8;
	transition: .3s ease all;
}
.btn-img li em {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 3;
}


/* ---------------------------------------------------------- greeting */

.greeting dl {
	width: 100%;
	max-width: 1380px;
	margin:0 auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	box-direction : reverse;
	box-orient : horizontal;
	flex-direction : row-reverse;
	align-items: center;
}
.greeting dt {
	width: 52%;
}
.greeting dd {
	width: 46%;
}

.greeting dd em {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	color: #629dbc;
}
.greeting dd span {
	display: block;
	padding-top: 1em;
	text-align: right;
}
.greeting dd span ins {
	margin-right: 3em;
}

@media screen and (max-width: 1399px) {
	.greeting dl {
		width: 90%;
		min-width: auto;
		margin: 0 auto;
		display: block;
	}
	.greeting dd {
		width:100%;
		margin-bottom: 30px;
	}
	.greeting dd em {
		margin-bottom: 30px;
	}
	.greeting dt {
		width: 100%;
	}
	.greeting dt figure img {
		width: 100%;
	}
}

/* ---------------------------------------------------------- greeting2 */
.greeting2 {
	position: relative;
}
.greeting2 dl {
	width:70%;
	min-width: 1380px;
	margin:0 auto;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	align-items: center;
}
.greeting2 dt {
	width: 52%;
}
.greeting2 dd {
	width: 42%;
}
.greeting2 dd em {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	color: #629dbc;
}
.greeting2 dd span {
	display: block;
	padding-top: 1em;
	text-align: right;
}
.greeting2 dd span ins {
	margin-right: 3em;
}

@media screen and (max-width: 1399px) {
	.greeting2 {
		overflow: hidden;
	}
	.greeting2:before {
		display: none;
	}
	.greeting2 dl {
		display: block;
		width: 90%;
		min-width: auto;
		margin: 0 auto;
	}
	.greeting2 dd {
		width: 100%;
		margin-bottom: 30px;
	}
	.greeting2 dd em {
		margin-bottom: 30px;
	}
	.greeting2 dt {
		width: 100%;
	}
	.greeting2 dt:after {
		background-color: transparent;
	}
}


/* -------------------------------------------------------------- company */
table.company {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
table.company th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width: 300px;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
table.company td {
	box-sizing: border-box;
	padding: 20px;
	width: calc((100% - 300px) / 2);
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	table.company {
		width:90%;
		min-width: auto;
		margin:0 auto 2em auto;
		border-right: none;
	}
}
@media screen and (max-width:999px ) {
    table.company th {
		display: block;
		width: 100%;
	}
	table.company td {
		display: block;
		width: 100%;
	}
}

/* -------------------------------------------------------------- office */
.office h3 {
	width:70%;
	min-width: 1380px;
	margin:0 auto 1em auto;
	font-weight: 500;
	text-align: left;
}
.office h3:after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 3px solid #629dbc;
}
.office ul {
	width:70%;
	min-width: 1380px;
	margin:0 auto;
	box-sizing: border-box;
}
.office li {
	box-sizing: border-box;
	padding: 0 0 0 1em;
	position: relative;
}
.office li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #333;
}
.office li a {
	color: #333;
	text-decoration: underline;
}
.office li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1399px) {
	.office h3 {
		min-width: 90%;
	}
	.office ul {
		width: 90%;
		min-width: auto;
		margin: 0 auto;
	}
}

/* -------------------------------------------------------------- recruit */
table.recruit {
	width:70%;
	min-width: 1380px;
	margin:0 auto 2em auto;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
table.recruit th {
	background-color: #d8e9f1;
	box-sizing: border-box;
	padding: 20px;
	width: 300px;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
table.recruit td {
	box-sizing: border-box;
	padding: 20px;
	width: calc((100% - 300px) / 2);
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 1.5em;
}
@media screen and (max-width: 1399px) {
	table.recruit {
		width:90%;
		min-width: auto;
		margin:0 auto 2em auto;
		border-right: none;
	}
}
@media screen and (max-width:999px ) {
    table.recruit th {
		display: block;
		width: 100%;
	}
	table.recruit td {
		display: block;
		width: 100%;
	}
}

/* --------------------------------------------------------- news */

main div#news{
	min-width: 1200px;
    margin: 0 auto;
    width: 60%;
  }

  main div#news h2{
   text-align: center;
  }

  main div#news table{
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
  }

  main div#news table tr{
	border-bottom: 1px solid #dcdcdc;
  }

  main div#news table tr th{
	padding: 16px 55px 16px 0;
	font-size: 0.75em;
    color: #949494;
  }
  main div#news table tr td{
	padding: 16px 0 16px 0;
  }

  main div#news a{
	color:#333333;
  }

  main div#news a:hover{
	color:#333333;
	opacity: 0.6;
  }


@media screen and (max-width: 1399px) {
	main div#news {
		width: 90%;
		min-width: auto;
		margin: 0 auto;
	}

	main div#news table tr th{
		display: block;
		width: 100%;
		text-align: left;
		padding-bottom: 0;
	  }

	  main div#news table tr td{
		display: block;
		width: 100%;
		padding-top: 0;
	  }
}

@media screen and (max-width: 479px) {

}

/* -------------------------------------------------------------- local-navi */
#local-navi02 {
	/*width:60%;
	min-width: 1200px;*/
    max-width: 1360px;
	margin: 0 auto 120px auto;
}
#local-navi02 ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 -8px;
}
#local-navi02 li {
	width: 16.6%;
	height: 50px;
	text-align: center;
}
#local-navi02 li a {
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #a5a5a5;
	color: #696969;
	position: relative;
	line-height: 1.5em;
}
#local-navi02 li a:hover {
	background: #007AB7;
	color: #fff;
	border: 1px solid #007AB7;
}
#local-navi02 li a:after {
	/*content: url(../images/icon-local-navi.png);*/
	position: absolute;
	top: 50%;
	right: 7px;
	width: 9px;
	height: 13px;
	transform: translateY( calc(-50% - 4px));
}
#local-navi02 li span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#local-navi02 img {
	vertical-align: top;
}

#local-navi {
	/*width:60%;
	min-width: 1200px;*/
    max-width: 1360px;
	margin: 0 auto 120px auto;
}
#local-navi ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 -8px;
}
#local-navi li {
	width: 16.6%;
	height: 70px;
	text-align: center;
}
#local-navi li a {
	display: block;
	width: 100%;
	height: 70px;
	background: #fff;
	border: 1px solid #333;
	color: #696969;
	position: relative;
	line-height: 1.5em;
}
#local-navi li a:hover {
	background: #007AB7;
	color: #fff;
	border: 1px solid #007AB7;
}
#local-navi li a:after {
	/*content: url(../images/icon-local-navi.png);*/
	position: absolute;
	top: 50%;
	right: 7px;
	width: 9px;
	height: 13px;
	transform: translateY( calc(-50% - 4px));
}
#local-navi li span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#local-navi img {
	vertical-align: top;
}

@media screen and (max-width: 1399px) {
	#local-navi02 {
		width: 90%;
		min-width: auto;
		margin: 0 auto 100px auto;
	}
	#local-navi02 li {
		width: 33%;
	}
	#local-navi {
		width: 90%;
		min-width: auto;
		margin: 0 auto 100px auto;
	}
	#local-navi li {
		width: 33%;
	}
}
@media screen and (max-width: 767px) {
	#local-navi02 li {
		width: 100%;
	}
	#local-navi02 li a {
		width: 100%;
	}
	#local-navi li {
		width: 100%;
	}
	#local-navi li a {
		width: 100%;
	}
}


/*
   ===================================================================================
   ------------------------------------- form ------------------------------------
   ===================================================================================
*/
#form {
	margin-bottom: 120px;
}
#form dl {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	padding: 20px 0;
	border-bottom: 1px dotted #007AB7;
}
#form dl:first-of-type {
	border-top: 1px dotted #007AB7;
}
#form dt {
	width: 380px;
    box-sizing: border-box;
    padding: 22px 140px 22px 12px;
	line-height: 1em;
	word-wrap: break-word;
}
#form dd {
	width: calc(100% - 310px);
	box-sizing: border-box;
}
#form dd input,
#form dd select,
#form dd textarea {
	color: #777;
	border: 1px solid #555;
	box-sizing: border-box;
}
#form dd input,
#form dd select {
	line-height: 58px;
	height: 58px;
	padding: 0 18px;
}

#form dd ins {
    display: block;
    padding-top: 1em;
    color: red;
}

#form dd textarea {
	height: 134px;
	line-height: 2em;
	padding: 18px;
}

#form dl.required dt {
	position: relative;
}
#form dl.required dt:after {
	content: "必須";
	width: 90px;
	height: 30px;
	line-height: 30px;
	color: #e60012;
	text-align: center;
	position: absolute;
	top: 14px;
	right: 26px;
	border: 1px solid #e60012;
}
#form dl.name01 dd input {
	/*width: 1000px;*/
    width: calc(100% - 10px);
}
#form dl.name02 dd {
	padding: 0 0 0 26px;
}
#form dl.name02 dd span {
	margin: 0 18px 0 0;
}
#form dl.name02 dd input {
	width: 430px;
}
#form dl.name02 dd input:first-of-type {
	margin: 0 20px 0 0;
}
#form dl.furigana01 dd input {
	/*width: 1000px;*/
    width: calc(100% - 10px);
}
#form dl.furigana02 dd {
	padding: 0 0 0 10px;
}
#form dl.furigana02 dd span {
	margin: 0 18px 0 0;
}
#form dl.furigana02 dd input {
	width: 430px;
}
#form dl.furigana02 dd input:first-of-type {
	margin: 0 20px 0 0;
}
#form dl.mail01 dd input {
	width: calc(100% - 10px);
}
#form dl.mail02 dd input {
	width: calc(100% - 10px);
}
#form dl.phone01 dd input {
	/*width: 1000px;*/
    width: calc(100% - 10px);
}
#form dl.phone02 dd input {
	width: 190px;
}
#form dl.phone02 dd span {
	margin: 0 19px;
}
#form dl.zip01 dd input {
	/*width: 1000px;*/
    width: calc(100% - 10px);
}
#form dl.zip02 dd input {
	width: 190px;
}
#form dl.zip02 dd span {
	margin: 0 19px;
}
#form dl.pref dd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 190px;
	background: url(../images/icon-select.png) no-repeat;
	background-position : right 13px center;
}
#form dl.pref dd select::-ms-expand {
    display: none;
}
#form dl.address dd input {
	width: calc(100% - 10px);
}
#form dl.url dd input {
	width: calc(100% - 10px);
}
#form .sentence {
	padding: 90px 0;
	border-bottom: 1px dotted #007AB7;
}
#form dl.text-1line dd input {
	width: calc(100% - 10px);
}
#form dl.text-multi dd textarea {
	width: calc(100% - 10px);
    resize: vertical;
}

#form dl.radio-button dd input {
	display: none;
}
#form dl.radio-button dd label:focus,
#form dl.radio-button dd label:hover,
#form dl.radio-button dd label:active,
#form dl.radio-button dd input:checked + label {
	color: #444;
}
#form dl.radio-button dd label:focus:before,
#form dl.radio-button dd label:hover:before,
#form dl.radio-button dd label:active:before,
#form dl.radio-button dd input:checked + label:before {
	background: #e2e2e2;
}
#form dl.radio-button dd label {
	line-height: 1;
	position: relative;
	overflow: hidden;
	padding: 0 35px 0 35px;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#form dl.radio-button dd label:before {
	position: absolute;
	top: 50%;
	left: 9px;
	width: 15px;
	height: 15px;
	content: '';
	border-radius: 50%;
	transform: translateY(-50%);
	border: 1px solid #333333;
}
#form dl.radio-button dd input:checked + label:after {
	background: #604626;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 15px;
	height: 15px;
	content: "";
	border-radius: 50%;
	transform: translateY(-50%) scale(0.5);
}
#form dl.check-box dd input {
	display: none;
}
#form dl.check-box dd label:focus,
#form dl.check-box dd label:hover,
#form dl.check-box dd label:active,
#form dl.check-box dd input:checked + label {
	color: #444;
}
#form dl.check-box dd label:focus:before,
#form dl.check-box dd label:hover:before,
#form dl.check-box dd label:active:before,
#form dl.check-box dd input:checked + label:before {
	background: #e2e2e2;
}
#form dl.check-box dd label {
	position: relative;
	overflow: hidden;
	padding: 0 35px 0 35px;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}
#form dl.check-box dd label:before {
	position: absolute;
	top: 50%;
	left: 9px;
	width: 15px;
	height: 15px;
	content: '';
	transform: translateY(-50%);
	border: 1px solid #333333;
}
#form dl.check-box dd input:checked + label:after {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 15px;
	height: 13px;
	content: "";
	background: url(../images/icon-check.png) center center no-repeat;
	transform: translateY(-50%);
}
#form dl.select-box dd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 425px;
	background: url(../images/icon-select.png) no-repeat;
	background-position : right 13px center;
}

#form dl.select-box dd select::-ms-expand {
    display: none;
}

#form section.policy {
	margin-top: 90px;
}

#form section.policy p {
	background-color: #d8e9f1;
	padding: 50px;
	margin: 20px 0 0 0;
}
#form section.policy p.center {
	text-align: center;
	margin: 0;
	padding-top: 20px;
	background: none;
}

#form section.policy input {
	display: none;
}
#form section.policy label:focus,
#form section.policy label:hover,
#form section.policy label:active,
#form section.policy input:checked + label {
	color: #444;
}
#form section.policy label:focus:before,
#form section.policy label:hover:before,
#form section.policy label:active:before,
#form section.policy input:checked + label:before {
	background: #fff;
}
#form section.policy label {
	position: relative;
	overflow: hidden;
	padding: 0 35px 0 35px;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}
#form section.policy label:before {
	position: absolute;
	top: 50%;
	left: 9px;
	width: 15px;
	height: 15px;
	content: '';
	background-color: #fff;
	transform: translateY(-50%);
	border: 1px solid #333333;
}
#form section.policy input:checked + label:after {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 15px;
	height: 13px;
	content: "";
	background: url(../images/icon-check.png) center center no-repeat;
	transform: translateY(-50%);
}

#form section.policy_link {
	margin-top: 25px 50px;
}

#form section.policy_link p {
	background-color: #d8e9f1;
	padding: 25px 50px;
	margin: 20px 0 0 0;
	text-align: center;
}

#form section.policy_link p.center {
	text-align: center;
	margin: 0;
	padding-top: 20px;
	background: none;
}

#form section.policy_link input {
	display: none;
}
#form section.policy_link label:focus,
#form section.policy_link label:hover,
#form section.policy_link label:active,
#form section.policy_link input:checked + label {
	color: #444;
}
#form section.policy_link label:focus:before,
#form section.policy_link label:hover:before,
#form section.policy_link label:active:before,
#form section.policy_link input:checked + label:before {
	background: #fff;
}
#form section.policy_link label {
	position: relative;
	overflow: hidden;
	padding: 0 35px 0 35px;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}
#form section.policy_link label:before {
	position: absolute;
	top: 50%;
	left: 9px;
	width: 15px;
	height: 15px;
	content: '';
	background-color: #fff;
	transform: translateY(-50%);
	border: 1px solid #333333;
}
#form section.policy_link input:checked + label:after {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 15px;
	height: 13px;
	content: "";
	background: url(../images/icon-check.png) center center no-repeat;
	transform: translateY(-50%);
}

#form .form-button {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-direction : reverse;
	box-orient : horizontal;
	flex-direction : row-reverse;
}
#form .form-button input {
	display: block;
	width: 280px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background-color: #555;
	border: 1px solid #555;
	margin: 0 15px;
	cursor: pointer;
	transition: .3s ease all;
}
#form .form-button input:hover {
	background-color: transparent;
	color: #444;
	transition: .3s ease all;
}
section.form-check {
    width: 1380px;
    margin: 50px auto 0 auto;
    text-align: center;
}

section.form-check ul{
  width: 70%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}

section.form-check ul li{
  width: 280px;
}

section.form-check ul li:last-child{
  margin-left: 5%;
}

section.form-check ul li input[type="button"]{
  width: 100%;
  background-color: #555;
	border: 1px solid #555;
	margin: 0 15px;
	cursor: pointer;
	transition: .3s ease all;
	color: #fff;
	line-height: 70px;
}

section.form-check ul li input[type="button"]:hover{
  background-color: transparent;
	color: #444;
	transition: .3s ease all;
}

@media screen and (max-width: 1399px) {
	section.form-check {
		width: 100%;
	}
    #form dl.name02 dd input {
    width: 190px;
}
    #form dl.furigana02 dd input {
    width: 190px;
}
    #form dl.phone02 dd input {
    width: 140px;
}
    #form dl.zip02 dd input {
    width: 140px;
}
}

@media screen and (max-width: 999px) {
	#form dl {
		display: block;
	}
	#form dt {
		width: 100%;
    	padding: 22px 140px 20px 0;
	}
	#form dd {
		width: 100%;
		padding: 0 0 22px 0;
	}
	#form dl.required dt:after {
		right: 0;
	}
	#form dd input,
	#form dd select {
		line-height: 2em;
		padding: 5px;
		height: auto;
	}


	#form dl.name01 dd input {
		width: 100%;
	}
	#form dl.name02 dd {
		padding: 0 0 22px 0;
	}
	#form dl.name02 dd input {
		width: calc(50% - 57px);
	}
	#form dl.name02 dd input:first-of-type {
		margin: 0 20px 0 0;
	}
	#form dl.name02 dd span {
		display: inline-block;
		width: 32px;
		margin: 0 10px 0 0;
	}
	#form dl.furigana01 dd input {
		width: 100%;
	}
	#form dl.furigana02 dd {
		padding: 0 0 22px 0;
	}
	#form dl.furigana02 dd input {
		width: calc(50% - 57px);
	}
	#form dl.furigana02 dd span {
		margin: 0 10px 0 0;
	}
	#form dl.mail01 dd input {
		width: 100%;
	}
	#form dl.mail02 dd input {
		width: 100%;
	}
	#form dl.phone01 dd input {
		width: 100%;
	}
	#form dl.phone02 dd input {
		width: calc(33.3% - 20px);
	}
	#form dl.phone02 dd span {
		margin: 0 10px;
	}
	#form dl.zip01 dd input {
		width: 100%;
	}
	#form dl.zip02 dd input {
		width: calc(50% - 14px);
	}
	#form dl.zip02 dd span {
		margin: 0 10px;
	}
	#form dl.pref dd select {
		width: 100%;
	}
	#form dl.address dd input {
		width: 100%;
	}
	#form dl.url dd input {
		width: 100%;
	}
	#form .sentence {
		padding: 60px 0;
	}
	#form dl.text-1line dd input {
		width: 100%;
	}
	#form dl.text-multi dd textarea {
		width: 100%;
	}
	#form dl.radio-button dd label {
		line-height: 24px;
	}
	#form dl.check-box dd label {
		line-height: 24px;
		margin: 0 0 10px 0;
	}
	#form dl.select-box dd select {
		width: 100%;
	}
    section.form-check ul{
		width: 100%;
	}

	section.form-check ul li input[type="button"]{
		margin: 0;
	}
}

@media screen and (max-width: 479px) {
	#form section.policy {
		padding: 0px;
	}
	#form section.policy label {
		padding-right: 0px;
	}
	#form section.policy p {
		padding: 35px;
	}
	#form section.policy p.center {
		padding-right: 0px;
    	padding-left: 0px;
	}
	#form section.policy_link label {
		padding-right: 0px;
	}
	#form section.policy_link p {
		padding-right: 35px;
    	padding-left: 35px;
	}
	#form section.policy_link p.center {
		padding-left: 0px;
    	padding-right: 0px;
	}
	#form .form-button {
		display: block;
	}
	#form .form-button input {
		width: 100%;
		margin: 0 0 20px 0;
	}
    section.form-check ul{
		display: block;
	}

	section.form-check ul li{
		width: 100%;
	}

	section.form-check ul li:last-child{
		margin-left: 0;
	}

	#form .form-check input{
		margin: 0 0 20px 0;
	}

	section.form-check{
		margin: 0;
	}
}


/*

/*
   ===================================================================================
   ------------------------------------- sitemap -------------------------------------
   ===================================================================================
*/
#sitemap {
	width:70%;
	min-width: 1380px;
	margin:0 auto 190px auto;
}
#sitemap li {
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px solid #333333;
}
#sitemap li.nolink {
	padding: 20px 0 0 36px;
}
#sitemap li a {
	color: #333333;
	padding: 20px 40px;
	display: block;
	position: relative;
}
#sitemap li a:hover {
	opacity:0.6;
}
#sitemap li a:after {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/icon-local-navi.png) no-repeat;
	transition: .3s ease all;
}
#sitemap li a:hover:after {
	right: 0;
	transition: .3s ease all;
}
#sitemap li li {
	border-bottom: 1px dotted #333333;
}
#sitemap li li:last-of-type {
	border-bottom: 0;
}

#sitemap li li a {
	color: #444;
	padding: 20px 36px;
	display: block;
	position: relative;
}
#sitemap li.nolink li a {
	padding: 10px 0 10px 36px;
	margin: 10px 0 0 0 ;
}

#sitemap li.nolink li a:after {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/icon-local-navi2.png) no-repeat;
	transition: .3s ease all;
}

#sitemap li ul ul {
	margin-left: 36px;
}
#sitemap li li li {
	font-weight: normal;
	border-bottom: 1px dotted #333333;
}
#sitemap li.nolink li li:last-of-type {
	border-bottom: 0;
}
#sitemap li.nolink li li a {
	color: #444;
	padding: 10px 16px 10px 35px;
	margin: 0 ;
}

#sitemap li.nolink li li a:after {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	content: "";
	width: 15px;
	height: 15px;
	background: url(../images/icon-local-navi3.png) no-repeat;
	transition: .3s ease all;
}

@media screen and (max-width: 1399px) {
	#sitemap {
		width: 90%;
		min-width: auto;
	}
	#sitemap li {
		padding: 20px;
	}
	#sitemap li.nolink {
    	padding: 20px 0 0 20px;
	}
	#sitemap li a {
		padding: 40px;
	}
	#sitemap li.nolink li a {
   		padding: 10px 0 10px 40px;
   	}
   	#sitemap li ul ul {
    	margin-left: 20px;
	}
	#sitemap li li li:last-of-type {
		margin-bottom: -20px;
	}
}
@media screen and (max-width: 479px) {
	#sitemap li {
		padding: 20px 0;
	}
}
