@charset "UTF-8";
/* CSS Document */

/* ***************************************************************** */
/*               HEADER  LAYOUT                           */
/* ***************************************************************** */


header.head {
	display: none;
	width: auto;
	height: 50px;
	margin: 0;
	float: right;
	z-index: 999999;
}

header.head .pc_menu { display: block; }

header.head .pc_menu ul {
	float: right;
	height: 100px;
	width: auto;
	margin: 0;
}

header.head .pc_menu ul li { float: left; }

header.head.scroll-nav {
	width: 100%;
	height: 90px;
	background-color: #FFF;
	top:0;
	position: fixed;
	display: block;
}

/* ****** FRONT PAGE ******* */
nav.top {
	width: 100%;
	height: 300px;
	margin: 0;
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	z-index: 99999;
}

nav.top .logo {
	width: 290px;
	height: 100px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url("../images/top/logo_bg.webp");
	background-repeat: no-repeat;
	background-position: top right;
}

nav.top .logo a { font-size: 17px;font-weight: 700;color: #00719d; }
nav.top .logo a span { font-size: 12px;font-weight: 400;color: #000;letter-spacing: 0.1em; }
nav.top .logo dl { margin: 25px 0 0 20px;float: left; }
nav.top .logo dt { width: 41px;margin: 0;float: left; }
nav.top .logo dd { float: left;margin: 5px 0 0; }

nav.top .head_bar {
	float: right;
	margin: 8px 10px 0 0;
	width: 140px;
	height: 60px;
}

nav.top .head_bar a {
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #F38F1E;
	line-height: 60px;
	margin: 0;
	padding: 0 1em;
	border-radius: 5px;
	transition:all .5s ease;
}

nav.top ul { float: right;margin: 20px 30px 0 0;padding: 0 5px; }

nav.top li { float: left;margin: 0; }
nav.top li a {
	min-width: 80px;
	color: #FFF;
	padding: 0 0.5em;
	margin: 0;
	text-decoration: none;
	display: block;
	font-weight: 400;
	line-height: 60px;
	transition:all .5s ease;
	background-color: #00719d;
	text-align: center;
}

nav.top li a:hover {
	background-color: #FFF;
	color: #0060AF;
	border-radius: 25px;
}

/* ****** COMMON PAGE ******* */
nav.common {
	width: 100%;
	height: 100px;
	margin: 0;
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	z-index: 99999;
	background-color: #FFF;
}

nav.common .logo {
	width: 30.5%;
	height: 100px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

nav.common .logo a { font-size: 17px;font-weight: 700;color: #00719d; }
nav.common .logo a span { font-size: 12px;font-weight: 400;color: #000;letter-spacing: 0.1em; }
nav.common .logo dl { margin: 25px 0 0 20px;float: left; }
nav.common .logo dt { width: 41px;margin: 0;float: left; }
nav.common .logo dd { float: left;margin: 5px 0 0; }

nav.common .head_bar {
	float: right;
	margin: 8px 10px 0 0;
	width: 140px;
	height: 60px;
}

nav.common .head_bar a {
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #F38F1E;
	line-height: 60px;
	margin: 0;
	padding: 0 1em;
	border-radius: 5px;
	transition:all .5s ease;
}

nav.common ul {
	top:15px;
	right: 20px;
	position: absolute;
	margin: 0;
	padding: 0 5px;
	z-index: 99;
}

nav.common li { float: left;margin: 0; }
nav.common li a {
	min-width: 80px;
	color: #FFF;
	padding: 0 0.5em;
	margin: 0;
	text-decoration: none;
	display: block;
	font-weight: 400;
	line-height: 60px;
	transition:all .5s ease;
	background-color: #00719d;
	text-align: center;
}

nav.common li a:hover {
	background-color: #FFF;
	color: #0060AF;
	border-radius: 25px;
}

/*               MAIN  LAYOUT                     */

nav.common .main {
	width: 100%;
	height: 280px;
	margin: 150px 0 0;
	z-index: -1;
	background-image: url("../images/common/main_bg.jpg");
	background-repeat: no-repeat;
}

nav.common .main .filter {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:rgba(8,50,174,0.6);
}

nav.common .main h1 {
	width: auto;
	color: #FFF;
	font-size: 200%;
	font-weight: 700;
	margin: 40px 0 0;
	padding: 10px 0 0 3vw;
	float: left;
	line-height: 1.7em;
}

nav.common .main h1 span {
	font-size: 60%;
	margin-left: 65px;
}

nav.common .main .photo {
	width: 70%;
	height: 380px;
	margin: -170px 0 0;
	background-image: url("../images/common/main_img.jpg");
	background-position: right;
	float: right;
}


.head {
	width: 100%;
	height: 100px;
	margin: 0;
	float: left;
	z-index: 9999;
	background-color: rgba(255,255,255,1.00);
	display: block;
	position:fixed;
}

.logo {
	width: 290px;
	height: 100px;
	margin: 5px 0 0 20px;
}

.logo a { font-size: 17px;font-weight: 800;color: #00719d; }
.logo a span { font-size: 12px;font-weight: 400;color: #000;letter-spacing: 0.1em; }
.logo dl { margin: 10px 0 0 20px;float: left; }
.logo dt { width: 41px;margin: 0;float: left; }
.logo dd { float: left;margin: 5px 0 0; }


/* ***************************************************************** */
/*                PANKUZU  LAYOUT                     */
/* ***************************************************************** */

.pan_list {
	margin: 50px 0 50px 5%;
	float: left;
	color: #999999;
}

.pan_list a {
	color: #999999;
}


/* ***************************************************************** */
/*               READ MORE  LAYOUT                     */
/* ***************************************************************** */

.readmore {
	width: 250px;
	height: 50px;
	margin: 0 auto;
}

.readmore.col-white {
	background-image: url("../images/common/btm_arr_w.webp");
}

.button{
  width:250px;
  height:50px;
  border:1px solid #264077;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0;
  background-color: #FFF;
}

.button.col-white {  border:1px solid #FFF; }

.button a{
	font-size:14px;
	font-weight: 700;
	color:#00719d;
	text-decoration:none;
	line-height:50px;
	transition:all .5s ease;
	z-index:2;
	position:relative;
	background-image: url("../images/common/btm_arr.webp");
	background-position: center right 10px;
	background-repeat: no-repeat;
	width: 100%;
	display: block;
}

.button.col-white a{  color:#FFF; }

.eff{
  width:250px;
  height:50px;
  left:-250px;
  background:#00719d;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}

.button.col-white .eff{
  background:#FFF;
}

.button:hover .eff{
  left:0;
}
.button:hover a{
  color:#fff;
  background-image: url("../images/common/btm_arr_w.webp");
}

.button.col-white:hover a{
  color:#264077;
}

/* ***************************************************************** */
/*               CONTENTS  LAYOUT                       */
/* ***************************************************************** */

.contents {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 0;
}

.contents.common {
	margin: 500px 0 0;
	padding: 0;
	float: left;
	z-index: 0;
}

.content-flame table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.content-flame table tr.end { height: 25px; }
.content-flame table tr.mid { border-bottom: #C8C6C6 1px solid;border-top: #C8C6C6 1px solid; }
.content-flame table td.left { width: 25px;border-right: #C8C6C6 1px solid; }
.content-flame table td.right { width: 25px;border-left: #C8C6C6 1px solid; }

/* ************  PAGE-TITLE RAYOUT  ****************** */

.page-title {
	width: 100%;
	margin: 200px 0 100px;
	float: left;
}

.page-title h1 {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	font-family: 'notoBL';
	font-weight: bolder;
	font-style: bolder;
	text-align: center;
	font-size: 50px;
	text-align: center;
	line-height: 40px;
}

.page-title h1 span { font-size: 24px; }

.page-title table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.page-title table tr.end { height: 25px; }
.page-title table tr.mid { border-bottom: #C8C6C6 1px solid;border-top: #C8C6C6 1px solid; }
.page-title table td.left { width: 25px;border-right: #C8C6C6 1px solid; }
.page-title table td.right { width: 25px;border-left: #C8C6C6 1px solid; }

/* ************  BANNER RAYOUT  ****************** */

.contents .banner {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.contents .banner .block {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.contents .banner .block .banner-button {
	width: 450px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(38,64,119,0.2);
	border: #264077 1px solid;
	box-sizing: border-box;
	text-align: center;
	position:relative;
	overflow:hidden;
	background-image: url("../images/common/banner-arr.png");
	background-position: right 50px center;
	background-repeat: no-repeat;
	background-size: 7px;
}

.contents .banner .block .banner-button a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color:#264077;
	display: block;
	padding: 30px 0 0;
	font-size: 28px;
	transition:all .5s ease;
	z-index:2;
	position:relative;
}

.contents .banner .block .banner-button a span {
	font-size: 18px;
}

.contents .banner .block .banner-button .efect {
  width:450px;
  height:100px;
  left:-450px;
  background:#264077;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}

.contents .banner .block .banner-button:hover .efect{
  left:0;
  background-image: url("../images/common/banner-arr-w.png");
  background-position: right 50px center;
  background-repeat: no-repeat;
  background-size: 7px;
}

.contents .banner .block .banner-button:hover a{
  color:#fff;
}


/* ***************************************************************** */
/*               FOOTER LAYOUT                            */
/* ***************************************************************** */

.footer {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #adadad;
	color: #FFF;
}

.footer .foot-wrapper {
	width: 90%;
	margin: 0 5%;
	padding: 0;
	float: left;
}


.footer .foot-wrapper .address {
	margin: 50px 0 0 50px;
	float: left;
	line-height: 1.7em;
}

.footer .foot-wrapper .address br.mb { display: none; }

.footer .foot-wrapper .address p {
	font-weight: 600;
	font-size: 110%;
	line-height: 1.5em;
	border-bottom: #FFF 1px solid;
	padding-left: 1em;
}

.footer .foot-wrapper nav.foot {
	width: 100%;
	display: table;
	margin: 50px 0;
	padding: 0;
	float: left;
	text-align: center;
}

.footer .foot-wrapper nav.foot ul {
	width: auto;
	margin: 0 auto;
	padding: 0;
	float: none;
	display: inline-block;
}

.footer .foot-wrapper nav.foot li {
	width: auto;
	margin: 0 10px;
	padding: 0;
	float: left;
	letter-spacing: 0;
}

.footer .foot-wrapper nav.foot li a {
	color: #FFF;
	transition:all .5s ease;
}

.footer .foot-wrapper nav.foot li a:hover {
	color: #3A3C7E;
}

.footer .copyright {
	width: 98%;
	height: 45px;
	margin: 0 2% 0 0;
	padding: 0;
	float: left;
	line-height: 45px;
	text-align: right;
}







