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

/*共通*/
main{
	display: block;
	position: relative;

}
body {
-webkit-text-size-adjust: 100%;
}
.drawer-hamburger{
	display: none;
}

.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.text-wrap{
	display: inline-block;
}

.container{
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
/*header*/
header{ 
	overflow: hidden;
	border-top: 3px solid #1e6cd1;
	position:fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background-color: #fff;
}
/* ==========================
header
============================= */
header .container {
	position: relative;
	height: 140px;
	/*width: 1200px;*/
}

/*nav*/
nav.pc-nav{ 
	overflow: hidden;
	padding: 20px 0;
	background-color: #fff;
}
nav.pc-nav ul{
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	justify-content: center;
	align-items: center;
}
nav.pc-nav li{
	font-size: 110%;
	color: #002777;
	margin: 0 10px;
	text-align: center;
	width: 144px;
	font-weight: bold;
}
nav.pc-nav li:nth-child(1){
	width: 81px;
	text-align: center;
	margin: 0 10px 0 0;
}
nav.pc-nav li:nth-child(2){
	width: 175px;
}
nav.pc-nav li:nth-child(4){
	width: 173px;
	padding-right:20px;
	margin: 0 auto;
}
nav.pc-nav li:nth-child(5){
	margin-left: 20px;
	width: 190px;
	overflow: hidden;
}
nav.pc-nav li:nth-child(6){
	width: 100px;
}
nav.pc-nav li:nth-child(7){
	margin: 0 0 0 10px;
	width: 120px;
}
nav.pc-nav li .small{
	color: #999999;
	font-size: 70%;
}

nav.pc-nav li a{
	color: #34539d;
}
nav.pc-nav li a:hover {
	color: #7fbfff;
	text-shadow: 1px 1px 1px #ccc;
}
nav.pc-nav li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
nav.pc-nav li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  background-image: linear-gradient(120deg, #fffcf8 0%, #ea5404 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.4em;
  background-position: 0px 90%;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
nav.pc-nav li:nth-child(3){
	margin-right: 46px;
	width: 141px;
}
nav.pc-nav li:nth-child(4) a::after{
	position: static;
}
nav.pc-nav li a:hover::after {
  width: 100%;
}
/* ==========================
====== mainvisual ======
============================= */
.mainvisual{
	padding: 145px 0 70px 0;
	text-align: center;
	margin-top: -130px;
}
.mainvisual h2{
	font-size: 210%;
	font-weight: bold;
	text-align: left;
	color: #36549d;
	overflow: hidden;
	width: 1000px;
	margin: auto;
}
/* ==========================
section
============================= */
section{
	padding: 0 0 40px 0;
}

/* ==========================
top-content
============================= */
.top-content{
	margin-top:115px;
	padding: 5% 0;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
}
/* ==========================
mainvisual
============================= */

.mainvisual h2{
	font-size:286%;
	color: #fff;
	font-weight: normal;
	text-align: center;
	letter-spacing: 5px;
	text-shadow: 3px 3px 2px #000;
}
.title-outer{
	display: flex;
	justify-content: center;
}
h3{
	font-size:172%;
	background-image: linear-gradient(120deg, #f39500 0%, #ea5404 100%);
	background-repeat: no-repeat;
	background-size: 100% 3px;
	background-position: 0px 90%;
	color: #003399;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom: 50px;
}
/* page-pankuzu
==================================*/
.pankuzu-outer{
	padding: 10px 0;
}
.page-pankuzu{
	width: 1000px;
	margin: auto;
	overflow: hidden;
	text-align:center;
	position: absolute;
	top: 10px;
}
.page-pankuzu li {
	display: inline-block;
	margin-right: 5px;
	line-height: 1.6em;
	color: #fff;
	text-align: left;
}
.page-pankuzu li:after {
	content: " > ";
}
.page-pankuzu li.pankuzu-last:after {
	content: "";
}
.page-pankuzu a {
	color: #fff;
	margin-right: 5px;
	text-decoration: underline;
}
li.pankuzu-last {
	margin-right: 0;
}

/* ==========================
====== contact_box ======
============================= */
.contact_box h3{
	margin-bottom: 0px;
	font-weight: bold;
}
/* ==========================
contact_box
============================= */
.contact_box{
	/*background: url(../img/contents_bg03.png) no-repeat center bottom;
	margin-top: -10%;
	background-size: cover;*/
	background: none;
	padding: 11% 0 6% 0;
	text-align: center;

}
.contact_box p.txt{
	padding: 30px 0 10px 0;
	border-bottom: 1px dotted #4c4ea3;
	display: inline-block;
	margin-bottom: 10px;
	
}
.contact_box ul{
	width: 700px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* ==========================
====== table ======
============================= */
table{
	width: 720px;
	margin: 0 auto;
	margin-bottom: 50px;
	border-top: 1px solid #8db5e8;
}

table td,table th{
	border: none;
}
table tr{
border-bottom: 1px solid #8db5e8;
}
table th{
	background-color: #c8dcf7;
	color: #000;
	padding: 20px 30px;
	text-align: left;
}

table th:first-child{
	width: 90px;
}
table td{
	background-color: #fff;
	text-align: left;
	padding: 20px 30px;
}
table td:nth-child(even){
	background-color:#fff;
}
td a:link{
	text-decoration: underline;
}
/* ==========================
====== footer ======
============================= */
.top.type_contact{
	text-align: center;
}
.top.type_contact img{
	width: 100%;
	height: auto;
}
.top.type_contact img.company_bg{
	display: none;
}
.top img {
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}
#back-top {
    position: fixed;
    right: 3%;
    bottom: 100px;
    z-index: 2000;
}
#back-top span {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/backTop.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

footer{
	overflow: hidden;
	background-color:#fff;
	padding: 30px 0;
}
.footer{
	overflow: hidden;
}
.print-img{
	display: none;
}
.footer_name{
	font-weight: bold;
	font-size: 115%;
}
.footer_L{
	line-height: 1.8;
	float: left;
}
.footer_R{
	float: right;
	/*width: 470px;*/
}
.footer_R ul{
	float: right;
	width: 205px;
}

.footer_R li{
	padding:0 20px;
	margin: 5px;

}
.footer_R li.large-arrows{
	background: url(../img/arrow_icon01.png) no-repeat left;
	padding:0 20px;
}


.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
background: none;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.type::before{
left: 3px;
width: 4px;
height: 4px;
border-top: 2px solid #1e6cd1;
border-right: 2px solid #1e6cd1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.flow-icon {
	position: relative;
	width: 1000px;
	margin: auto;
	z-index: 9999;
}
.footer_R ul.second_list{
	margin-left: -15px;
	float: left;
}


.footer-small-txt{
	font-size: 86%;
	margin-top: 20px;
}
.copyright{
	clear: both;
	text-align: center;
	overflow: hidden;
	background-color:#1e6cd1;
	color: #fff;
	padding: 20px 0;
}
.copyright img{
	margin-top: 5px;
}
/*--company-list--*/
/* menu-list */
.menu-list{
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0 0 0;
	margin-bottom: 15px;
}
.menu-list a{
	color:#fff;
}


/* button */
.button {
  position: relative;
  display:block;
  width: 230px;
  height: 160px;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  background:#3399fe;
margin: 0 10px;
}
.button:last-child{
	margin-right: 0px;
}
.button img{
	width: 100%;
	sheight: 160px;
}
.button p{
	text-align: center;
	padding: 10px 0;
	padding: 7px 0;
	font-size: 129%;
}
.button:hover {
  color: #fff;
}
.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background:#ee7639;
  transform-origin: left bottom;
  transform: scale(1, 0);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
    .img_box{
      animation: img_box_9955 2.5s linear infinite;
      transform-origin: 80% 20%;
      margin: -1px 0 0 0!important;
    }
     
    @keyframes img_box_9955 {
      0% { transform: translateY(0) }
      33.33333% { transform: translateY(-15px) }
      66.66667% { transform: translateY(10px) }
      100% { transform: translateY(0) }
    }
.print-contact-img,.print-company-img{
	display: none;
}
/* ==========================
contact_box
============================= */
.contact_box{
	background: url(../../common/img/contents_bg03.png) no-repeat center bottom;
	background-size: cover;
	padding: 0 0 6% 0;
	text-align: center;
}
.contact_box p.txt{
	padding: 30px 0 10px 0;
	border-bottom: 1px dotted #4c4ea3;
	display: inline-block;
	margin-bottom: 10px;
}
.contact_box ul{
	width: 700px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media print {
body{
	/*width: 1100px;
	margin: 0 auto;*/
	}
header{
	position: static;
	}
.top-content {
	margin-top: 0px;
	}
.container {
    width: 1000px;
    margin: auto;
    overflow: hidden;
	}
footer {
    height: 170px;
	}
.footer_L {
    line-height: 1.8;
    float: left;
	width: 420px;
    height: 244px;
	position: relative;
	overflow: hidden;
	}
.footer-small-txt {
    font-size: 86%;
    margin-top: 10px;
	position: absolute;
	bottom: 0;
	}
.iso-icon img{
	width: 30%;
	height: auto;
	}
.copyright {
    /*position: relative;*/
    bottom: 0;
	}
.contact-contents ul.right-box{
	height: 114px;
	display: block;
	}
.contact-contents ul.right-box li:first-child{
	float: left;
	margin: 0 10px 10px 0;
	}
.contact-contents ul.right-box li:nth-child(2) {
	margin: 0 0 10px 0;
	float: left;
	}
.contact-contents ul.right-box li:last-child{
	float: left;
	}
.menu-list {
    overflow: hidden;
    margin: 0 auto;
    display: block;
    padding: 15px 0 0 0;
    margin-bottom: 15px;
	}
	.button{
		float: left;
	}
.print-contact-img{
	display:block;
	margin-bottom: 50px;
	}
.contact-contents ul.right-box,.contact-contents ul.left-box,.contact-contents .left-txt,.contact-contents .left-txt .large-txt{
	display: none;
	}
	
.menu-list.company .button,.menu-list.company .button::before,.menu-list.company{
	display: none;
	}
.print-company-img{
	display: block;
	}
}
@page {
  size: A4;
  margin: 5mm 5mm;
}

