@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #FFF;
}
body {
    position: relative;
    left: 0;
}

/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
    position: fixed;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


/*==================================================

header
=================================================*/

header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	background-color: rgba(255,255,255,0);
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 7!important;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#header-inner {
	width: 90%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}

.headerbg {
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
}
.headerbg nav > ul > li > a {
   color: #000;
}

/* cf */

#header-inner:after,#header-logo-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	width: 35%;
	max-width: 307px;
	line-height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
	z-index: 1001!important;
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* header SP */

.header-spmenu {
	width: 36px;
	display: none;
	float: right;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*==================================================

header item add
=================================================*/

#header-option {
	width: 30%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3!important;
}
#header-option img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


/*==================================================

Navi
=================================================*/

/* side menu */

.side-item {
	width: 45px;
	height: 169px;
	position: fixed;
	top: 250px;
	right: 0;
	z-index: 10!important;
}
.side-item img {
	margin-top: 1px;
}

/* header menu */

nav {
	width: 64%;
	float: right;
	position: relative;
	z-index: 1000!important;
}

nav > ul {
	width: 100%;
	position: relative;
	display: table;
}

/* cf */

nav ul:after {
    content:" ";
    display:block;
    clear:both;
}

nav > ul > li {
	width: 25%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

nav > ul > li > a {
	width: 100%;
	display: block;
	font-size: 100%;
	color: #FFF;
	line-height: 160%;
	text-align: center;
	text-decoration: none;
	padding: 30px 5px;
}

/* メインメニューのサブタイトル */

nav > ul > li > a span {
	font-size: 80%;
	color: #007193;
	letter-spacing: 0;
}

/* メインメニューのオーバーカラー */

nav > ul > li > a:hover {
	color: #999;
}

/* メインメニューの背景 オーバー */
.navrollover {
	
}
.navrollover a:hover {
	
}
nav > ul > li > ul {
	width: 120%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	top: 100%;
	right: -20%;
    background-color: rgba(215, 131, 50,0.9);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0;
}

/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	top: 100%;
	right: -10%;
	opacity: 1;
}
nav li ul li a {
	font-size: 90%;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}
nav li:hover ul li a {
	visibility: visible;
	opacity: 1;
}

/* サブメニュー背景設定 */


/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 100%;
	float: none;
	border-bottom: 1px solid #ffc288;
	padding: 0 2px;
}
nav > ul > li > ul li.full {
	width: 100%;
}
nav > ul > li > ul li a {
	width: 100%;
	display: block;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/opt_arrow.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 10px;
}
nav > ul > li > ul li a:hover {
	opacity: 0.6;
}

/*  img */

nav > ul > li > ul li a img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/*==================================================

contents
=================================================*/

#contents {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 5!important;
}
.contents-inner {
	width: 90%;
	max-width: 960px;
	position: relative;
	margin: 0 auto;
}
.dot-item {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../images/dot.png') repeat;
	background-size: auto;
	top: 0;
	left: 0;
	z-index: 1;
}

.title-style {
	width: 100%;
	font-size: 220%;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
.title-style-m {
	font-size: 150%;
	text-align: center;
	line-height: 100%;
	color: #FFF;
	font-weight: bold;
	background-image: url(../../images/company_05.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ee9801;
	padding: 2%;
}
.title-style-r {
	background-color: #014da5;
}
.title-style-ms {
	font-size: 220%;
	text-align: center;
	line-height: 100%;
	color: #1d2088;
	font-weight: bold;
	padding-bottom: 2%;
}
.title-style-ms span {
	border-bottom: 5px solid #d2ad00;
	padding: 2% 3%;
}
.normal-catch {
	font-size: 280%;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
	color: #1d2088;
	margin: 0 auto 5%;
}
.sub-title {
	font-size: 120%;
	text-align: center;
	margin-top: 5%;
}

/* image */

.contents-header img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* cf */
#contents:after,.contents-inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}

/*==================================================

button
=================================================*/

/* ボタン */

.button {
	width: 200px;
	display: block;
	font-size: 100%;
	color: #021064;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
	border: 3px solid #FFF;
	margin-right: 2px;
	padding: 5px 10px;
}
.button:hover {
	color: #FFF;
	background-color: #FFF;
}
.fa-small {
	font-size: 90%;
	padding-left: 1em;
}
.e-button {
	width: 22%;
	display: block;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border: 2px solid #FFF;
	border-radius: 24px;
	padding: 4px 10px;
}
.e-button:hover {
	color: #2f4ca0;
	opacity: 1;
	background: #FFF;
}
.h-button {
	width: 35%;
	display: block;
	cursor: pointer;
	font-size: 100%;
	line-height: 130%;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background: #999;
	border: 3px solid #999;
	margin: 4% auto 0;
	padding: 2% 12px;
}
.h-button:hover {
	color: #999;
	opacity: 1;
	background: #FFF;
	border: 3px solid #999;
}

[class^="button"] {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*==================================================

table
=================================================*/

.data-tstyle {
	width: 100%;
	max-width: 1000px;
	letter-spacing: 0;
	line-height: 180%;
	margin-top: 5%;
}
.data-tstyle th {
	width: 180px;
	text-align: center;
	font-weight: normal;
	border-bottom: 2px solid #ee9801;
	padding: 12px 24px;
}
.data-tstyle-r th {
	border-bottom: 2px solid #014da5;
}
.data-tstyle th span {
	color: #F00;
}
.data-tstyle td {
	text-align: left;
	border-bottom: 2px solid #CCC;
	padding: 12px 24px;
}
.data-tstyle tr {
	background-color: #F6f6f6;
}
.data-tstyle tr:nth-of-type(odd) {
	background-color: #FFF;
}

.data-tstyle-a {
	width: 100%;
	letter-spacing: 0;
	line-height: 180%;
	margin-top: 5%;
}
.data-tstyle-a th {
	width: 25%;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	background-color: #2f4ca0;
	border-right: 1px solid #FFF;
	padding: 12px;
}
.data-tstyle-a td {
	text-align: center;
	border-bottom: 2px solid #CCC;
	padding: 12px;
}
.data-tstyle-a tr:nth-of-type(odd) {
	background-color: #f6f6f6;
}

.data-tstyle-b {
	width: 100%;
	letter-spacing: 0;
	line-height: 180%;
	margin-top: 5%;
}
.data-tstyle-b th {
	width: 180px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 12px 24px;
}
.data-tstyle-b th span {
	color: #F00;
}
.data-tstyle-b td {
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 12px 24px;
}
.data-tstyle-b tr:nth-of-type(even) {
	background-color: #f6f6f6;
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 56px;
	height: 77px;
	position: fixed;
	right: -56px;
	bottom: 0;
	z-index: 1001!important;
}

#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}
footer {
	width: 100%;
	position: relative;
	color: #FFF;
	background-color: #565656;
	background-image: url(../../images/footer_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 5!important;
	margin: 5% auto 0;
	padding: 30px 0 4%;
}
.footer-inner {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
.footer-logo {
	width: 32%;
	max-width: 307px;
	float: left;
}
.footer-inner .button {
	float: right;
	margin-top: 5px;
}
.footer-inner .button:nth-of-type(1) {
	color: #FFF;
	background-color: #d2ad00;
	border-color: #d2ad00;
}
.footer-inner .button:nth-of-type(2) {
	color: #4a4da0;
	background-color: #FFF;
	border-color: #FFF;
}
.footer-add-menu {
	width: 550px;
	float: right;
}
.footer-add-menu dl {
	width: 40%;
	float: right;
	font-size: 160%;
}
.footer-add-menu dt {
	width: 30%;
	float: left;
	color: #ee7500;
	text-align: right;
	padding-right: 2%;
}
.footer-add-menu dd {
	width: 70%;
	float: right;
	color: #FFF;
}
.footer-add-menu .address {
	width: 50%;
	float: right;
	font-size: 120%;
	text-align: right;
}
.footer-menu {
	width: 100%;
	float: left;
	font-size: 90%;
}
.footer-menu > ul > li {
	width: 25%;
	float: left;
	color: #FFF;
	text-align: center;
	border-right: 3px solid #565656;
	margin-top: 3%;
}

.footer-menu > ul > li > a {
	width: 100%;
	display: block;
	color: #FFF;
	text-decoration: none;
}
.footer-menu > ul > li > a:first-child {
	font-size: 110%;
	line-height: 150%;
	background-color: #ee7500;
	padding: 3% 0;
}
.footer-menu > ul > li > a span {
	width: 100%;
	font-size: 70%;
	display: inline-block;
}
.footer-menu >ul > li > ul {
	margin-top: 8px;
}
.footer-menu >ul > li > ul > li > a {
	width: 100%;
	display: block;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	
}
#copyright {
	width: 100%;
	font-size: 80%;
	text-align: left;
	color: #FFF;
	background: #333;
	padding: 8px 0;
}
#copyright .inner {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
#copyright .inner p.add {
	width: 50%;
	float: left;
}
#copyright .inner p.add a {
	color: #FFF;
	text-decoration: none;
}

#copyright .inner p.copyright {
	width: 50%;
	float: right;
	text-align: right;
}

/* footer img */

#footer-pagetop img,.footer-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}

/* footer cf */

.footer-inner:after,.footer-add-menu:after,.footer-add-menu dl:after,#footer-copy:after,.footer-menu:after,#copyright .inner:after {
    content:" ";
    display:block;
    clear:both;
}


/*==================================================

size m
=================================================*/

@media only screen and (min-width:1px) and (max-width: 860px) {
	
	nav > ul > li > a {
		font-size: 80%;
	}
	
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		background-image: none;
		background-color: rgba(255, 255, 255, 1);
		top: 0;
		padding-top: 0;
	}
	#header-inner {
		
	}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	#header-logo {
		width: 50%;
		max-width: 180px;
		position: relative;
		line-height: 70%;
		float: left;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		padding: 6px 0;
	}
	#header-sub {
		width: 100%;
		max-width: 150px;
		line-height: 100%;
		position: relative;
		float: none;
	}
	
	.headerbg {
		background-color: rgba(255, 255, 255, 0.9);
	}
	
	/*==================================================
	
	Navi
	=================================================*/
	
	
	nav {
		/* モバイルメニュー幅 */
		width: 240px;
		height: 100%;
		position: fixed;
		background-color: #ee7601;
		background-image: url(../../images/navi_icon_26.png);
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: contain;
		top: 0;
		right: -240px;
		margin-top: 0;
		padding: 0;
		z-index: 1003!important;
	}
	
	nav > ul {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		padding: 0;
		overflow: hidden;
	}
	nav > ul > li {
		width: 100%;
		display: block;
		border-bottom: 1px solid #ee9801;
	}

	nav > ul > li > a {
		width: 100%;
		display: block;
		font-size: 100%;
		color: #FFF;
		background-image: none;
		padding: 5% 0;
	}
	nav > ul > li:nth-of-type(1) > a {
		background-image: none;
	}
	
	/* メインメニューのサブタイトル */

	nav > ul > li > a span {
		font-size: 80%;
		color: #CCC;
		letter-spacing: 0;
	}

	/* メインメニューのオーバーカラー */

	nav > ul > li > a:hover {
		
	}
	nav > ul > li > ul {
		width: 100%;
		position: relative;
		background-color: #666;
		visibility: visible;
		opacity: 1;
		transition: 0s;
		left: 0;
		padding: 0;
	}
	
	/* サブメニュー表示設定 */

	nav li:hover ul {
		visibility: visible;
		top: 100%;
		right: 0;
		opacity: 1;
	}
	nav li ul li a {
		visibility: visible;
		opacity: 1;
		transition: 0s;
	}
	nav li:hover ul li a {
		visibility: visible;
		opacity: 1;
	}

	/* サブメニュー背景消去 */

	nav > ul > li:nth-of-type(2) > ul,nav > ul > li:nth-of-type(3) > ul,nav > ul > li:nth-of-type(4) > ul,nav > ul > li:nth-of-type(5) > ul {
		background-image: none;
	}

	/* サブメニュー詳細設定 */

	nav > ul > li > ul li {
		width: 100%;
		float: none;
		border-top: 1px solid #999;
		border-bottom: 0;
		padding: 0;
	}
	nav > ul > li > ul li a {
		width: 100%;
		display: block;
		font-size: 90%;
		color: #FFF;
		text-align: left;
		text-decoration: none;
		padding: 3%;
	}

	/*  img */

	nav > ul > li > ul li a img {
		display: none;
	}
	
	.close-button {
		width: 30%;
		cursor: pointer;
		text-align: center;
		color: #FFF;
		border: none;
		margin: 20px auto;
		padding: 8px;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
	.contents-l {
		width: 100%;
		background-image: none;
	}
	.title-style {
		font-size: 150%;
	}
	.title-style-m {
		font-size: 120%;
		padding: 3%;
	}
	.title-style-ms {
		font-size: 180%;
	}
	.normal-catch {
		font-size: 200%;
	}
	.e-button {
		width: 100%;
	}
	.h-button {
		width: 100%;
		font-size: 120%;
		padding: 3% 12px;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle-a th {
		font-size: 80%;
		padding: 8px;
	}
	.data-tstyle-a td {
		font-size: 80%;
		padding: 8px;
	}
	
	/*==================================================
	
	footer
	=================================================*/
	
	.pagetop {
		width: 56px;
		height: 77px;
		position: fixed;
		right: -56px;
		bottom: 100px;
		z-index: 1001!important;
	}
	footer {
		width: 100%;
		position: relative;
		color: #FFF;
		z-index: 5!important;
		background-size: 50%;
		margin: 5% auto 0;
		padding: 20px 0 4%;
	}
	.footer-logo {
		width: 100%;
		max-width: 307px;
		float: none;
		margin: 0 auto 15px;
	}
	.footer-inner .button {
		float: none;
		margin: 2% auto 0;
	}
	.footer-add-menu {
		width: 100%;
		float: none;
	}
	.footer-add-menu dl {
		width: 100%;
		float: none;
		font-size: 140%;
		margin: 0 auto;
	}
	.footer-add-menu dt {
		width: 40%;
		float: left;
		font-family: 'Merriweather Sans', sans-serif;
		color: #ee7500;
		text-align: right;
		padding: 1% 2%;
	}
	.footer-add-menu dd {
		width: 60%;
		float: left;
		color: #FFF;
		padding: 1% 2%;
	}
	.footer-add-menu .address {
		width: 100%;
		float: none;
		font-size: 100%;
		text-align: center;
		margin-top: 2%;
	}
	.footer-menu {
		width: 100%;
		float: left;
		font-size: 90%;
	}
	.footer-menu > ul > li {
		width: 50%;
		float: left;
		color: #FFF;
		text-align: center;
		border-right: 3px solid #565656;
		margin-top: 3%;
	}
	
	#copyright .inner p.add {
		width: 100%;
		float: none;
		text-align: center;
	}
	#copyright .inner p.copyright {
		width: 100%;
		float: none;
		text-align: center;
	}
}

/*==================================================

size s
==================================================*/

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	

	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle {
		width: 100%;
		border-top: none;
	}
	.data-tstyle th {
		width: 100%;
		display: block;
		color: #FFF;
		background: #565656;
		border-right: none;
		border-bottom: none;
		padding: 10px 0;
	}
	.data-tstyle th.no-data {
		height: 1px;
		background: #DDD;
		padding: 0;
	}
	.data-tstyle td {
		width: 100%;
		display: block;
		background: #FFF;
		border-bottom: none;
		padding: 10px;
	}
	.data-tstyle tr:nth-of-type(even) {
		background: #FFF;
	}
	.data-tstyle td ul li {
		display: inline;
	}
	.data-tstyle td ul li:after {
		content: "、";
	}
	.data-tstyle td ul li:nth-last-of-type(1):after {
		content: none;
	}
	.data-tstyle-s td {
		padding: 10px;
	}
	
	.data-tstyle-b th {
		width: 100%;
		display: block;
		background: #CCC;
		text-align: center;
		border-bottom: none;
		padding: 10px 0;
	}
	.data-tstyle-b td {
		width: 100%;
		display: block;
		background: #FFF;
		border-bottom: none;
		padding: 10px;
	}
	.data-tstyle-b tr:nth-of-type(even) {
		background: #FFF;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	.e-button {
		font-size: 100%;
	}
	.h-button {
		font-size: 100%;
	}
	.title-style br {
		display: none;
	}
	
	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	.footer-menu > ul > li {
		width: 100%;
	}
	.footer-menu >ul > li > ul > li {
		width: 50%;
		float: left;
		text-align: center;
		text-decoration: none;
		background-color: #666;
	}
	.footer-menu >ul > li > ul > li > a {
		text-align: center;
		border: 1px solid #565656;
		padding: 8px;
	}
	.footer-menu >ul > li > ul:after {
		content:" ";
		display:block;
		clear:both;
	}

}

@media only screen and (min-width:1px) and (max-width: 375px) {
	
	
	/*==================================================
	
	header
	==================================================*/
	
	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	
	
}

@media only screen and (min-width:1px) and (max-width: 320px) {
	
	
	/*==================================================
	
	header
	================================================*/
	
	
	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	
	
	/*==================================================
	
	contents
	==================================================*/
	

	
	/*==================================================
	
	footer
	==================================================*/

	
}