

/*----------------------------------------------------------------------------******************************************************************************PC******************************************************************************----------------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

/*----------------------------------------------------------------------------

******************************************************************************

Layout

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Base === */

body {

}

.layout {

	max-width: 960px;

	margin: 0 auto;

	overflow: hidden;

}

/* ==== Backgraund === */

#wrap {

	background: #fff;

	border-top: 3px solid #021523;

	border-bottom: 1px solid #aaa;

	background: url(../images/common/wrap_bg.jpg) top center;

	box-shadow: inset 0 -4px 6px rgba(0,0,0,0.20);

}

/* ==== Header === */

#hd {

	height: 90px;

	position: relative;

}

header {
    position: relative;
}

header .lang {
    position: absolute;
    top: 30px;
    right: 0;
    border: 1px solid #021523;
    display: flex;
}

header .lang a {
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#021523;
    font-weight: bold;
}

header .lang a.current {
    background: #021523;
    color: #fff;
}


/* ==== Navigation === */

#nav {

	width: 100%;

	overflow: hidden;

}

#nav ul {

}

#nav li {

	float: left;

	width: 100%;

	line-height: 50px;

	border: 1px solid #E0E0E0;

}

#nav li a {

	color: #021523;

	text-decoration: none;

	display: block;

	padding-left: 30px;

	font-size: 14px;

	font-weight: bold;

	text-shadow : 1px 1px 2px rgba(255,255,255,0.8);

	background: url(../images/common/nav_bg.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #D3D3D3), color-stop(0.00, #F2F2F2));

	background: url(../images/common/nav_bg.png) 10px center no-repeat, -webkit-linear-gradient(#F2F2F2, #D3D3D3);

	background: url(../images/common/nav_bg.png) 10px center no-repeat, -moz-linear-gradient(#F2F2F2, #D3D3D3);

	background: url(../images/common/nav_bg.png) 10px center no-repeat, -o-linear-gradient(#F2F2F2, #D3D3D3);

	background: url(../images/common/nav_bg.png) 10px center no-repeat, -ms-linear-gradient(#F2F2F2, #D3D3D3);

	background: url(../images/common/nav_bg.png) 10px center no-repeat, linear-gradient(#F2F2F2, #D3D3D3);

	border: 1px solid rgba(255,255,255,0.8);

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

	box-shadow: 4px 4px 4px rgba(0,0,0,0.20);

}

#nav li a:hover {

	color: #fff;

	text-shadow : 1px 1px 2px rgba(0,0,0,0.8);

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #021523), color-stop(0.00, #021523));

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -webkit-linear-gradient(#021523, #021523);

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -moz-linear-gradient(#021523, #021523);

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -o-linear-gradient(#021523, #021523);

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -ms-linear-gradient(#021523, #021523);

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, linear-gradient(#021523, #021523);

}

nav .current {

	color: #fff!important;

	text-shadow : 1px 1px 2px rgba(0,0,0,0.8)!important;

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #021523), color-stop(0.00, #021523))!important;

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -webkit-linear-gradient(#021523, #021523)!important;

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -moz-linear-gradient(#021523, #021523)!important;

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -o-linear-gradient(#021523, #021523)!important;

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, -ms-linear-gradient(#021523, #021523)!important;

	background: url(../images/common/nav_bg_ov.png) 10px center no-repeat, linear-gradient(#021523, #021523)!important;

}

#nav li:nth-child(n+7) {

	float: left;

	margin-bottom: 4px;

	width: 100%;

	border: none;

	line-height: 0;

}

#nav li:nth-child(n+7) a {

	display: block;

	line-height: 20px;

	width: 100%;

	text-shadow: none;

	text-decoration: none;

	color: #000;

	font-weight: normal;

	padding: 15px 0 15px 30px;

	border: 1px solid #021523;

	border-radius: 3px;

	background: url(../images/common/bnr_bg.png) 8px center no-repeat #fff;

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

}

#nav li:nth-child(n+7) a:hover {

	color: #fff;

	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #021523;

}

#nav li:nth-child(7) {

	margin-top: 20px;

}

#nav .lang {
    display: none;
}

#menu {

	display: none;

}

/* ==== Content === */

#con_bg {

	background: url(../images/common/con_bg.jpg) repeat-x top center;

}

#con {

}

#side {

	width: 23%;

	float: left;

	margin-top: 20px;

}

#main {

	width: 75%;

	max-width: 720px;

	float: right;

	margin-top: 20px;

}

/* ol,ul */

#main ol, #main ul {

	padding: 5px 0px 5px 25px;

}

#main ul {

	list-style-type: disc;

}

#main ol li, #main ul li {

	padding: 5px 0px;

}

/* table */

#main table {

	margin: 10px 0px;

}

#main table th, #main table td {

	padding: 5px;

}

/* img */

#main img {

	max-width: 100%

}

#main a img {

	display: inline-block;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

#main a img:hover, .shrink:focus, .shrink:active {

	-webkit-transform: scale(0.9);

	transform: scale(0.9);

}

.index_contents {
    padding: 10px 30px 30px 30px;
    background: linear-gradient(to bottom, #8e98a0 0%,#ced8e0 75%,#e7eaec 100%);
    margin-bottom: 20px;
}

.index_contents h2 {
    background: none;
    border: none;
    border-bottom: 10px solid #021523;
    color: #021523;
    font-weight: bold;
    text-shadow: none;
    margin: 10px 20px 20px 10px;
}

/* ==== Footer === */

#ft {

	margin-top: 20px;

	padding-top: 25px;

	padding-bottom: 25px;

	text-align: center;

	color: #fff;

	background: #021523;

}

/*----------------------------------------------------------------------------

******************************************************************************

Head

******************************************************************************

----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

}

h1 {

	position: absolute;

	top: 15px;

	left: 0px;

	line-height: 1.0em;

}

h1 a {

	color: #000!important;

	text-decoration: none;

}

h1 span {

	display: block;

	font-size: 0.5em;
    
    line-height: 1.5em;
    
    padding-top: 5px;
}

h2 {

	color: #fff;

	border: 1px solid #021523;

	font-size: 34px;

	font-weight: normal;

	text-shadow : 0px 0px 5px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	height: 80px;

	padding: 0.9em 0 0.0em 0.5em;

	background: url(../images/i_img.jpg);

}

#sidenav h2 {

	color: #fff;

	border: 1px solid #021523;

	text-align: center;

	font-size: 16px;

	font-weight: bold;

	padding: 10px;

	height: 50px;

	text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	background: url(../images/nav_bag.png) top center #021523;

}

h3:before {

	content: '■';

	color: #021523;

	margin-right: 10px;

}

h3 {

	margin: 0.8em 0 0.4em 0;

	font-size: 1.4em;

	font-weight: normal;

	height: 40px;

	padding: 0.6em 0 0.0em 0.4em;

	border: 1px solid #E0E0E0;

	content: '■';

	background: -webkit-linear-gradient(#F2F2F2, #D3D3D3);

	background: -moz-linear-gradient(#F2F2F2, #D3D3D3);

	background: -o-linear-gradient(#F2F2F2, #D3D3D3);

	background: -ms-linear-gradient(#F2F2F2, #D3D3D3);

	background: linear-gradient(#F2F2F2, #D3D3D3);

}

h4 {

	font-size: 1.2em;

	font-weight: normal;

	padding: 0.0em 0 0.0em 0.4em;

	border-left: 5px double #021523;

	margin: 0.6em 0 0.4em 0;

}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {

	margin: 0;

	padding: 0;

	background: none;

	border: none;

}

/*----------------------------------------------------------------------------

******************************************************************************

Original

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Index === */

#i_img {
	box-shadow: inset 0 0 20px rgba(0,0,0,0.50);

}

#i_img img {

	width: 960px;

	display: block;

	margin: 0 auto;

}

.slider01 {
    position: relative;
}
.slider01 span {
    position: absolute;
    top: 3rem;
    left: 1.5rem;
    font-size: 2.5rem;
    color: #fff;
    font-family: "sans-serif";
}


#i_main {

	width: 75%;

	max-width: 720px;

	float: right;

	margin-top: 20px;

}

#i_news {

	height: 300px;

	overflow: auto;

	border: none;

}

#i_news table {

}

#i_news table td {

	vertical-align: top;

	font-size: 0.8em;

	padding: 10px;

}

#i_news table tr {

	border-bottom: 1px dotted #CCC;

}

#i_news table td.date {

	width: 125px;

	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;

	padding-left: 20px;

}

#bnr {

	margin-top: 20px;

	width: 100%;

	max-width: 220px;

	float: right;

}

#bnr ul {

}

#bnr li {

	float: left;

	margin-bottom: 4px;

	width: 100%;

}

#bnr li a {

	display: block;

	width: 100%;

	text-decoration: none;

	color: #000;

	padding: 15px 0 15px 30px;

	border: 1px solid #021523;

	border-radius: 3px;

	background: url(../images/common/bnr_bg.png) 8px center no-repeat;

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

}

#bnr li a:hover {

	color: #fff;

	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #021523;

}

/*----pagetop----*/

#page-top {

	position: fixed;

	bottom: 5px;

	right: 20px;

	font-size: 77%;

}

#page-top a {

	background: #021523;

	border: #fff 1px solid;

	text-decoration: none;

	color: #fff;

	width: 120px;

	padding: 20px 0;

	text-align: center;

	display: block;

	border-radius: 5px;

}

#page-top a:hover {

	text-decoration: none;

}

.overview_table tr {
    border-bottom: 1px solid #ccc;
}

.overview_table th {
    width: 10%;
    vertical-align: top;
}



}



/*----------------------------------------------------------------------------******************************************************************************スマートフォン******************************************************************************----------------------------------------------------------------------------*/

@media screen and (max-width:769px) {

/*----------------------------------------------------------------------------

******************************************************************************

Layout

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Base === */

body {

	background: url(../images/body_bg.jpg);

}

.layout {

	width: 100%;

	overflow: hidden;

}

/* ==== Backgraund === */

#wrap {

	background: #fff;

	border-top: 3px solid #021523;

}

/* ==== Header === */

#hd {

	height: 100px;

	position: relative;

	background: url(../images/hd_bg.jpg) no-repeat;

}

header .lang {
    display: none;
}

/* ==== Navigation === */

#nav {

	position: fixed;

	top: 0px;

	right: -200px;

	height: 100%;

	z-index: 100;

	width: 200px;

	overflow-x: none;

	overflow-y: auto;

	font-size: 16px;

	background: #333;

	color: #fff;

	-webkit-box-shadow: inset 0 0 5px 5px #222;

	-moz-box-shadow: inset 0 0 5px 5px #222;

	box-shadow: inset 0 0 5px 5px #222;

}

#nav ul {

	display: block;

	margin: 0 0 15px;

	padding: 0;

	border-top: 1px solid #1a1a1a;

	border-bottom: 1px solid #4d4d4d

}

#nav ul li {

	display: block;

	margin: 0;

	line-height: 48px;

	border-top: 1px solid #4d4d4d;

	border-bottom: 1px solid #1a1a1a

}

#nav ul li img {

	max-width: 100%;

	margin: 0 auto;

	padding: 10px 0;

}

#nav ul li:hover {

	border-top: none;

	line-height: 49px

}

#nav ul li:hover>a {

	-webkit-box-shadow: inset 0 0 15px 3px #222;

	-moz-box-shadow: inset 0 0 15px 3px #222;

	box-shadow: inset 0 0 15px 3px #222

}

#nav ul li a {

	padding: 0 15px;

	display: block;

	text-decoration: none;

	color: #fff;

	text-shadow: 2px 2px 0 rgba(0,0,0,1.0);

    font-size: 0.9rem;

}


#nav ul li ul {

	border-bottom: none;

	margin: 0

}

#nav ul li ul li {

	line-height: 40px;

	font-size: 13px

}

#nav ul li ul li:last-child {

	border-bottom: none

}

#nav li:nth-child(n+7) a {

	background: url(../images/common/bnr_bg_hover.png) 18px center no-repeat;

	padding-left: 40px;

}

#nav .lang {
    display: flex;
    justify-content: center;
}

#nav .lang a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    background: #777;
}

#nav .lang .current {
    background: #000!important;
}





#menu {

	cursor: pointer;

	position: fixed;

	top: 10px;

	right: 10px;

	z-index: 1000;

}

/* ==== Content === */

#con_bg {

}

#con {

}

#sidenav {

	width: 220px;

	float: left;

	margin-top: 20px;

	border: 1px solid #021523;

	display: none;

}

#main {

	width: 100%;

	margin-top: 20px;

}

/* ol,ul */

#main ol, #main ul {

	padding: 5px 0px 5px 25px;

}

#main ul {

	list-style-type: disc;

}

#main ol li, #main ul li {

	padding: 5px 0px;

}

/* table */

#main table {

	margin: 10px 0px;

}

#main table th, #main table td {

	padding: 5px;

}

/* img */

#main img {

	max-width: 100%;

	display: block;

	margin: 5px auto;

	float: none;

}

#main a img {

	display: inline-block;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

#main a img:hover, .shrink:focus, .shrink:active {

	-webkit-transform: scale(0.9);

	transform: scale(0.9);

}

.index_contents {
    padding: 10px 30px 30px 30px;
    background: linear-gradient(to bottom, #8e98a0 0%,#ced8e0 75%,#e7eaec 100%);
    margin-bottom: 20px;
}

.index_contents h2 {
    background: none;
    border: none;
    border-bottom: 10px solid #021523;
    color: #021523;
    font-weight: bold;
    text-shadow: none;
    margin: 10px 20px 20px 10px;
}

/* ==== Footer === */

#ft {

	margin-top: 0px;

	padding-top: 25px;

	padding-bottom: 25px;

	text-align: center;

	color: #fff;

	background: #021523;

}

/*----------------------------------------------------------------------------

******************************************************************************

Head

******************************************************************************

----------------------------------------------------------------------------*/





h1, h2, h3, h4, h5, h6 {

}

h1 {

	position: absolute;

	top: 15px;

	left: 10px;

	line-height: 1.0em;

}

h1 a {

	color: #000!important;

	text-decoration: none;

}

h1 span {

	display: block;

	font-size: 0.45em;
    line-height: 1.3em;
    padding-top: 5px;
}

h2 {

	color: #fff;

	border: 1px solid #021523;

	font-size: 30px;

	font-weight: normal;

	text-shadow : 0px 0px 5px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	height: 80px;

	padding: 0.9em 0 0.0em 0.5em;

	background: url(../images/i_img.jpg);

}

#sidenav h2 {

	color: #fff;

	border: 1px solid #021523;

	text-align: center;

	font-size: 16px;

	font-weight: bold;

	padding: 10px;

	height: 50px;

	text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	background: url(../images/nav_bag.png) top center #021523;

}

h3:before {

	content: '■';

	color: #021523;

	margin-right: 10px;

}

h3 {

	margin: 0.8em 0 0.4em 0;

	font-size: 1.4em;

	font-weight: normal;

	height: 40px;

	padding: 0.6em 0 0.0em 0.4em;

	border: 1px solid #E0E0E0;

	content: '■';

	background: -webkit-linear-gradient(#F2F2F2, #D3D3D3);

	background: -moz-linear-gradient(#F2F2F2, #D3D3D3);

	background: -o-linear-gradient(#F2F2F2, #D3D3D3);

	background: -ms-linear-gradient(#F2F2F2, #D3D3D3);

	background: linear-gradient(#F2F2F2, #D3D3D3);

}

h4 {

	font-size: 1.2em;

	font-weight: normal;

	padding: 0.0em 0 0.0em 0.4em;

	border-left: 5px double #021523;

	margin: 0.6em 0 0.4em 0;

}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {

	margin: 0;

	padding: 0;

	background: none;

	border: none;

}

/*----------------------------------------------------------------------------

******************************************************************************

Original

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Index === */

#i_img {

}

#i_img img {

	width: 100%;

}

#i_main {

	width: 100%;

	margin-top: 20px;

}

.slider01 {
    position: relative;
}
.slider01 span {
    position: absolute;
    top: 3rem;
    left: 1.5rem;
    font-size: 2rem;
    color: #fff;
    font-family: "sans-serif";
}


#i_news {

	height: 300px;

	overflow: auto;

	border: none;

}

#i_news table {

}

#i_news table td {

	vertical-align: top;

	font-size: 0.9em;

	padding: 10px;

	display: block;

}

#i_news table tr {

	border-bottom: 1px dotted #CCC;

}

#i_news table td.date {

	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;

	padding-left: 20px;

}

/*----pagetop----*/

#page-top {

	width: 100%;

}

#page-top a {

	background: #666;

	border: none;

	text-decoration: none;

	color: #fff;

	width: 100%;

	padding: 20px 0;

	text-align: center;

	display: block;

}

#page-top a:hover {

	text-decoration: none;

}

}

