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

/* z-index

9999	nav ul li ul.sub

*/

/* -------------------------------------------------------- html &amp; body */

html {
	height: 100%;
	background: #fff;
}

body
{
	/* min-width: 1200px; */
	/* background: #f0f0f0; */
	height: 100%;
	width: 100%;
	/* overflow-x: hidden; */
	box-sizing: border-box;
	background: #fff;
}

div.wrapper {
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 70px; /* */
}

div.inner
{
	min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- header */

header
{
	width: 100%;
	position: fixed;
	z-index: 9999;
	background: #fff;
}
header > div.inner
{
    overflow: hidden;
    max-height: 100px;
    padding: 1em 0 0;
}

header div.logo a
{
    display: block;

    padding: 0;

    color: #003e6c;
}
header div.logo a img
{
    display: block;

    width: 270px; /* */
    height: 50px; /* */
	
	transition: all 0.4s ease 0s;
	max-width: 270px; /* */
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- nav */

header div.menuButton
{
    display: none;
}
nav
{
    /* background: #ffffff; */
    position: relative;
    height: 100%;
}

nav ul
{
    display: table;
    width: 100%;
    height: 100%;
}

nav ul li
{
    position: relative;
    display: table-cell;
    /* height: 80px; */
    vertical-align: middle;
}

nav > div.inner > ul > li > a::after
{
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    content: '';
    transition: all .1s ease-in-out;
    background: #003e6c;
}

nav > div.inner > ul > li > a:hover::after
{
    left: 0;
    width: 100%;
}

nav ul li a
{
    font-size: 1.6rem;
    line-height: 1.2;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    text-align: center;
    color: #333;
}

nav ul li a.current
{
	color: #44aeeb;
}

nav ul li a.current:after
{
	position: absolute;
	content: "";
	bottom: 0;
	width: 25%;
	height: 3px;
	left: 50%;
	background: #44aeeb;
	-webkit-transform: translate(-50%, 0);	
	transform: translate(-50%, 0);
}

nav ul li a:hover
{
	color: #44aeeb;
    /* color: #848484; */
    /* color: #fff;
    background: #ff8cb3; */
}

nav ul li a::after
{
	position: absolute;
	content: "";
	bottom: 0;
	width: 0;
	height: 3px;
	left: 50%;
	background: #44aeeb;
	-webkit-transform: translate(-50%, 0);	
	transform: translate(-50%, 0);
    transition: all .1s ease-in-out;
}

nav ul li a:hover::after
{
	position: absolute;
	content: "";
	bottom: 0;
	width: 25%;
	height: 3px;
	left: 50%;
	background: #44aeeb;
	-webkit-transform: translate(-50%, 0);	
	transform: translate(-50%, 0);
}

nav ul li:first-child a::before
{
    /* position: absolute;
    top: 1.2em;
    left: 0;

    width: 1px;
    height: 15px;

    content: '';

    background: #e9e9e9; */
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ common */

img {
	max-width: 100%;
	height: auto;
}

a
{
    outline: none;
}

a.arrow {
	position: relative;
	padding: 0 0 0 1em;
	color: #343434;
	vertical-align: middle;
	text-decoration: none;
}

a.arrow::before {
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 3px;
	content: "";	
	border-top: 1px solid #343434;
	border-right: 1px solid #343434;


	
	-webkit-transform: translate(0, -50%) rotate(45deg);	
	transform: translate(0, -50%) rotate(45deg);	
	
    transition: all .2s ease-in;
}


a:focus,
*:focus
{
    outline: none;
}
.default
{
    display: inline-block;
}
.responsive
{
    display: none;
}

/* 
	centering position: absolute;
	
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
*/

.fs1 { font-size: 0.8rem !important; }
.fs2 { font-size: 1.0rem !important; }
.fs3 { font-size: 1.2rem !important; }
.fs4 { font-size: 1.3rem !important; }
.fs5 { font-size: 1.4rem !important; }
.fs6 { font-size: 1.8rem !important; }
.fs7 { font-size: 2.4rem !important; }
.fs8 { font-size: 3.6rem !important; }
.fs9 { font-size: 4.8rem !important; }

.w5 { width: 5% !important; }
.w10 { width: 10% !important; }
.w15 { width: 15% !important; }
.w16 { width: 16% !important; }
.w20 { width: 20% !important; }
.w22 { width: 22% !important; }
.w24 { width: 24% !important; }
.w25 { width: 25% !important; }
.w28 { width: 28% !important; }
.w29 { width: 29% !important; }
.w30 { width: 30% !important; }
.w32 { width: 32% !important; }
.w38 { width: 38% !important; }
.w40 { width: 40% !important; }
.w45 { width: 45% !important; }
.w49 { width: 49% !important; }
.w50 { width: 50% !important; }
.w51 { width: 51% !important; }
.w55 { width: 55% !important; }
.w60 { width: 60% !important; }
.w65 { width: 65% !important; }
.w68 { width: 68% !important; }
.w70 { width: 70% !important; }
.w72 { width: 72% !important; }
.w75 { width: 75% !important; }
.w76 { width: 76% !important; }
.w78 { width: 78% !important; }
.w80 { width: 80% !important; }
.w84 { width: 84% !important; }
.w85 { width: 85% !important; }
.w90 { width: 90% !important; }
.w95 { width: 95% !important; }
.w100 { width: 100% !important; }

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.vt {
	vertical-align: top !important;
}
.vm {
	vertical-align: middle !important;
}

.vb {
	vertical-align: bottom !important;
}

.m_o0 { margin-top: 0 !important; }
.m_o1 { margin-top: 1% !important; }
.m_o2 { margin-top: 2% !important; }
.m_o4 { margin-top: 4% !important; }

.m_l0 { margin-left: 0 !important; }
.m_l1 { margin-left: 1% !important; }
.m_l2 { margin-left: 2% !important; }
.m_l4 { margin-left: 4% !important; }

.m_r0 { margin-right: 0 !important; }
.m_r1 { margin-right: 1% !important; }
.m_r2 { margin-right: 2% !important; }
.m_r4 { margin-right: 4% !important; }

.m_u0 { margin-bottom: 0 !important; }
.m_u5 { margin-bottom: 5px !important; }
.m_u10 { margin-bottom: 10px !important; }
.m_u20 { margin-bottom: 20px !important; }
.m_u30 { margin-bottom: 30px !important; }
.m_u40 { margin-bottom: 40px !important; }
.m_u50 { margin-bottom: 50px !important; }
.m_u60 { margin-bottom: 60px !important; }
.m_u80 { margin-bottom: 80px !important; }
.m_u100 { margin-bottom: 100px !important; }

.p_o0 { padding-top: 0 !important; }
.p_o1 { padding-top: 1% !important; }
.p_o2 { padding-top: 2% !important; }
.p_o4 { padding-top: 4% !important; }

.p_l0 { padding-left: 0 !important; }
.p_l1 { padding-left: 1% !important; }
.p_l2 { padding-left: 2% !important; }
.p_l4 { padding-left: 4% !important; }

.p_r0 { padding-right: 0 !important; }
.p_r1 { padding-right: 1% !important; }
.p_r2 { padding-right: 2% !important; }
.p_r4 { padding-right: 4% !important; }

.p_u0 { padding-bottom: 0 !important; }
.p_u5 { padding-bottom: 5px !important; }
.p_u10 { padding-bottom: 10px !important; }
.p_u20 { padding-bottom: 20px !important; }
.p_u30 { padding-bottom: 30px !important; }
.p_u40 { padding-bottom: 40px !important; }
.p_u50 { padding-bottom: 50px !important; }
.p_u60 { padding-bottom: 60px !important; }
.p_u80 { padding-bottom: 80px !important; }
.p_u100 { padding-bottom: 100px !important; }

.fl {
	float: left;
}

.fr {
	float: right;
}

.center {
	margin-right: auto;
	margin-left: auto;
}


/* 中央揃え */

.outbox {
	position: relative;
}

.outbox .inbox {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);	
	transform: translate(-50%, -50%);
}

/* @end */

.caption {
	color:;
	font-size:;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- column Layout */

ul.column2, 
ul.column3, 
ul.column4, 
ul.column5, 
ul.column6, 
ul.column7, 
ul.column8, 
ul.column9 {
	margin: 0;
} 

ul.column2 li::before, 
ul.column3 li::before, 
ul.column4 li::before, 
ul.column5 li::before, 
ul.column6 li::before, 
ul.column7 li::before, 
ul.column8 li::before, 
ul.column9 li::before {
    background: none;
    border-radius: 0;
    content: "";
    height: 0;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    transition: none;
    width: 0;
}

ul.column2 li, 
ul.column3 li, 
ul.column4 li, 
ul.column5 li, 
ul.column6 li, 
ul.column7 li, 
ul.column8 li, 
ul.column9 li {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
	margin-bottom: 2.87%;
}

/* .column2 */
ul.column2 li {  width: 48.56%;  margin-right: 2.88%;}
ul.column2 li:nth-child(2n) {  margin-right: 0;}
/* .column3 */
ul.column3 li {  width: 31.42%;  margin-right: 2.87%;}
ul.column3 li:nth-child(3n) {  margin-right: 0;}
/* .column4 */
ul.column4 li {  width: 22.84%;  margin-right: 2.88%;}
ul.column4 li:nth-child(4n) {  margin-right: 0;}
/* .column5 */
ul.column5 li {  width: 17.68%;  margin-right: 2.9%;}
ul.column5 li:nth-child(5n) {  margin-right: 0;}
/* .column6 */
ul.column6 li {  width: 14.25%;  margin-right: 2.9%;}
ul.column6 li:nth-child(6n) {  margin-right: 0;}
/* .column7 */
ul.column7 li{  width: 11.8%;  margin-right: 2.9%;}
ul.column7 li:nth-child(7n) {  margin-right: 0;}
/* .column8 */
ul.column8 li {  width: 9.98%;  margin-right: 2.88%;}
ul.column8 li:nth-child(8n) {  margin-right: 0;}
/* .column9 */
ul.column9 li {  width: 8.56%;  margin-right: 2.87%;}
ul.column9 li:nth-child(9n) {  margin-right: 0;}

/* @end column Layout */

/*
p {
	margin: 1em 0;
}
*/

.wrap {
	overflow: hidden;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- .btn */	
/* .btn .default */

.btn {
	background: #44aeeb;
	display: block;
	padding: 0.5em 1em;
	/* border-radius: 5px; */
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	transition: all 0.1s ease-in-out;
	
	cursor: pointer;
	
	/* border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2; */
	
	color: #fff;
    position: relative;
    z-index: 2;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	
	border: none;
    

}


.btn.inline {
	display: inline-block;
}

/* btn color */
.btn.default {
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: #eee;	
    color: #111;
}
.btn.red {
	/* background: -moz-linear-gradient(top,#ff5a5f 0%,#ff5a5f);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5a5f), to(#ff5a5f)); */
    background: #fff;
	border: 2px solid #ff2255;
	color: #ff2255;
}
.btn.red:hover {
    background: #ff2255;
	color: #fff;
}

.btn.purple {
	background: -moz-linear-gradient(top,#6f5499 0%,#6f5499);
    background: -webkit-gradient(linear, left top, left bottom, from(#6f5499), to(#6f5499));
    background: #cf8ae5;
	color: #fff;
}
.btn.blue {
	/* background: -moz-linear-gradient(top,#337ab7 0%,#337ab7);
    background: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#337ab7));
    background: #4b8efa;
	color: #fff; */
}
.btn.green {
	background: -moz-linear-gradient(top,#30a6b1 0%,#30a6b1);
    background: -webkit-gradient(linear, left top, left bottom, from(#30a6b1), to(#30a6b1));
    background: #6dcc54;
	color: #fff;
}
.btn.yellow {
	background: -moz-linear-gradient(top,#faee2b 0%,#faee2b);
    background: -webkit-gradient(linear, left top, left bottom, from(#faee2b), to(#faee2b));
    background: #f7cf4b;
	color: #666;
}
.btn.orange {
	background: -moz-linear-gradient(top,#f89406 0%,#f89406);
    background: -webkit-gradient(linear, left top, left bottom, from(#f89406), to(#f89406));
    background: #ffa244;
	color: #fff;
}





.btn:hover {
  background-color: #fff;
  border-color: #44aeeb;
  color: #44aeeb;
}

.btn::before,
.btn::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #44aeeb;
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;

}

.btn::before {
  right: 0;
}

.btn::after {
  left: 0;
}

.btn:hover::before,
.btn:hover::after {
  width: 0;
  background-color: #44aeeb;
}


.btn:hover {
	 /* filter: brightness(85%);
 	 -moz-filter: brightness(85%);
	 -webkit-filter: brightness(85%); */
}

a.btn:hover {
	text-decoration: none !important;
}

p {
	margin: 1em 0;
	/* line-height: 2; */
}

h3 {
	font-size: 2.5rem;
	line-height: 1.5;
    font-weight: bold;
	padding: 0.5em 0; 
    margin: 2em 0 0.5em;
	display: block;
	position: relative;
}

/* h3:before {
	content: "";
	width: 5px;
	height: 1em;
	background: #ff2255;
	position: absolute;
		
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);	
	transform: translate(0, -50%);
} */

h3:first-child {
    margin: 1em 0 1em;
}

h4 {
	font-size: 2.1rem;
	font-weight: bold;
	margin: 2em 0 1em;
	border-bottom: 3px solid #f0f0f0;
}

h3 + h4 {
    margin: 1em 0 1em;
}

h5 {
	font-size: 1.8rem;
	margin: 1em 0 0.5em;
	display: inline-block;
	/* border-bottom: 3px solid #fe5700; */
}

h4 + h5 {
	margin: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ ul */

ul.deco-list {
	margin: 10px 0 20px;
	padding: 0;
}

ul.deco-list li {
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
}

ul.deco-list li::before {
    background: #ccc none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    margin-right: 0.5em;
    position: absolute;
    top: 10px;
    transition: all 0.3s ease-out 0s;
    width: 8px;
}

ul.deco-list li.list-unstyled {
	list-style: none;
	background: none;
	padding: 0;
}

ul.deco-list li ul li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0 0 0 15px;
}


ul.deco-list.inline {
	margin: 0;
}

ul.deco-list.inline li {
	display: block;
	white-space: nowrap;
	float: left;
	padding-right: 0.5em;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ol.deco-list */

ol.deco-list {
	/* margin: 10px 0 20px 20px;
	padding: 0; */
	counter-reset: number;
	list-style: none;
	margin:0;
	padding:0;	
}

ol.deco-list li {
	margin: 0;
	padding: 0 0 1em;
	/* padding: 0; */	
}

ol.deco-list>li>ol>li {
	padding: 0 0 0 2em;
	text-indent: -1em;
}

ol.deco-list li:before{
	counter-increment: number;
	content: counter(number);
	
	background: #ccc;
	display: inline-block;
	width: 1em;
	height: 1em;
	text-align: center;
	/* border-radius: 50%; */
	color: #fff;
	margin-right: .3em;
	line-height: 1em;
	padding: 0.1em;	
}

ol.deco-list>li>ol>li:before {
	counter-increment: number;
	content: counter(number)".";	
	margin-right: 0em;
	background: none;
	color: #ba9975;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ table.deco-tb */

table.deco-tb {
    text-align: left;
    vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #f0f0f0;
	/* border-top: 3px solid #ccc; */
	border-left: none;
	border-right: none;
	
	background: #fff;
}

table.deco-tb th {
    border: 1px solid #44aeeb;
	border-left: none;
	border-right: none;
    padding: 0.8em 0.5em;
    text-align: left;
    /* vertical-align: middle; */
	/* background: #eee; */
	/* color: #ffffff; */
	
}

table.deco-tb td {
    border: 1px solid #f0f0f0;
	border-left: none;
	border-right: none;
    padding: 0.8em 0.5em;
    /* vertical-align: top; */
}

/* */

table.deco-tb.plain {
	border: none;
	background: none;
}

table.deco-tb.plain th {
    border: none;
    padding: 0.4em 0.2em;
	text-align: left;
}

table.deco-tb.plain td {
    border: none;
    padding: 0.4em 0.2em;
	text-align: left;
}




table.deco-tb.supplier {border: 1px solid #ddd;
	border-left: none;
	border-right: none;}
table.deco-tb.supplier th {border: 1px solid #ddd;
	border-left: none;
	border-right: none;}
table.deco-tb.supplier td {border: 1px solid #ddd;
	border-left: none;
	border-right: none;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ .deco-box */

.deco-box {
	background: #f1f1ed;
	padding: 1em 2em;
	border: 1px solid #f1f1ed;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ form.form */


.form {
}

.form .line {
	display: inline;
	margin: 0;
}

.form th {
	/* min-width: 200px; */
}

.form td.sub {
	/* background: #eee; */
	/* width: 110px; */
	vertical-align: middle;
}

.alert {
	color: #ff100a;
}

label,
.postalcode {
	white-space: nowrap;
}

.form input[type="text"],
.form textarea {
	border-radius: 5px;
	border: none;
	border: 1px solid #ccc;
	background: #f9f9f9;
	transition: all 0.2s ease-in-out;
	padding: 0.5em;
	box-sizing: border-box;
}

input[type="text"]:focus,
textarea:focus {
	background: #ffffff;
	outline: none;
	border: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.form input[type="text"].err,
.form textarea.err
{
    border: 1px solid #a94442;
    background: #ffeeef;
}

input[type="text"]:focus,
textarea:focus
{
    border: none;
    border: 1px solid #eee;
    outline: none;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
}

input[type="text"].err:focus,
textarea.err:focus
{
    border: none;
    border: 1px solid #eee;
    outline: none;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(169, 68, 66, .075);
}

input[type="text"]:active,
textarea:active {
	background: #ffffff;		
	outline: none;
	border: none;
	border: 1px solid #ccc;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

input[type="text"]::-moz-focus-inner,
textarea::-moz-focus-inner
{
    padding: 0;
    border: 0;
}

/* placeholder color */

::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
:-moz-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
}
:placeholder-shown {
	color: #ccc
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ select */

.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 38px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 0 0.5em;
	cursor: pointer;
	background: #fff;
}

.form select.err
{
    border: 1px solid #a94442;
    background: #ffeeef;
}


.form select::-ms-expand {
	display: none;
}

.form select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.form select.err:focus
{
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(169, 68, 66, .2);

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.form div.selectWrap {
	position: relative;
	/* width: 50%; */
	height: 38px;
	display: inline-block;
}

.form div.selectWrap::after {
	position: absolute;
	top: 55%;
	right: 10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-top: 4px solid #888;
}

/* ----------------------------------------------------------------------------------------------- */

.form label:hover {
	color: #2b91fc;
}

/* ----------------------------------------------------------------------------------------------- radio checkbox */

.form input[type=radio],
.form input[type=checkbox] {
	/* display: none; */
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form .radio,
.form .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 6px 12px 6px 42px;
	border-radius: 4px;
	/* background-color: #f6f7f8; */
	vertical-align: middle;
	cursor: pointer;
	content: "1";
}

.form .radio.err,
.form .checkbox.err {
	/* background-color: #ffeeef; */
}

.form .radio:hover,
.form .checkbox:hover {
  /* background-color: #d7e5ed; */
}

.form .radio:hover:after,
.form .checkbox:hover:after {
  border-color: #0073aa;
}

.form .radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  content: '';
}

.form .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 4px;
  content: '';
}

.form .radio:before {
  /* -webkit-transition: opacity 0.2s linear; */
  /* transition: opacity 0.2s linear; */
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  top: 65%;
  left: 25px;
  display: block;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #0073aa;
  content: '';
  opacity: 1;
}

.form input[type=radio]:checked + .radio:before {
  opacity: 1;
  top: 50%;
  left: 20px;  
  width: 10px;
  height: 10px;
}

.form .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0073aa;
  border-bottom: 3px solid #0073aa;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);  
  transform: rotate(45deg);
}

.form input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- print */
@media print {
	div.tabContents div.content {
		display: block;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section common */




section
{	
	padding: 60px 0;
	position: relative;
}

section div.title div.en 
{
	text-align: center;
	
}

section div.title div.en img
{
	width: 300px;
	height: 60px;	
}

section div.title div.ja
{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

section div.headline h2
{	
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
}

section div.wrap
{	
	max-width: 600px;
	padding: 3em;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}


























/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.mainVisual */

section.mainVisual {
	position: relative;
	height: 100%;
	padding-bottom: 0;
}

section.mainVisual:after {
	position: absolute;
	bottom: -40px;
	height: 40%;
	background: #f1f1ed;
	content: "";
	left: 0;
	/* width: 110%; */
	/* left: -5%; */
	z-index: 0;
	display: block;
	/* transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg); */
	
	/* -webkit-animation: 0.5s ease 0.4s normal both 1 running drawLines;
	animation: 0.5s ease 0.4s normal both 1 running drawLines; */
	
	width: 100%;
}

/*
  -webkit-animation: 1s ease 0.3s normal both 1 running show;
*/

@-webkit-keyframes drawLines {
	0% {
		width: 0;
	}
	50% {
	}
	100% {
		width: 110%;
	}
}

@keyframes drawLines {
	0% {
		width: 0;
	}
	50% {
	}
	100% {
		width: 110%;
	}
}



section.mainVisual>div.clearfix{
	position: relative;
	z-index: 1;
}


section.mainVisual div.titleWrap {
	
	width: 40%;
	float: left;
	position: relative;
	z-index: 1;
}

section.mainVisual div.titleWrap div.copies {
	padding: 3em;
	box-sizing: border-box;
	text-align: left;
	position: absolute;


}





section.mainVisual div.title div.en {
	text-align: left;
	margin-bottom: 1em;
}

section.mainVisual div.title div.en img {
	width: 20vw;
	height: auto;
}

section.mainVisual div.title div.ja h2 {
	font-size: 4.0vw;
	text-align: left;
	line-height: 1.3;
	margin-bottom: 1em;
	white-space: nowrap;
}



section.mainVisual div.visual {
	float: right;
	width: 58%;
	position: relative;
	z-index: 0;
}

section.mainVisual div.description {
	font-size: 1.8rem;
	/* color: #333; */
	font-weight: normal;
	/* font-weight: bold; */
	color: #000;
	white-space: nowrap;
}

section.mainVisual {
	position: relative;
	height: 100%;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.introduction */

section.introduction
{	
	padding-top: 120px;	
}

section.introduction div.photo+div.description {
	padding: 0 3em;
	font-size: 1.7rem;
}

section.introduction div.photo
{	
	height: 400px;
	overflow: hidden;
}

section.introduction div.photo {
	background: url(../img/introduction_photo.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}

/* our mission */

section.introduction div.ourmission {
	padding: 60px 0 20px;
	background: #44aeeb;
}

section.introduction div.ourmission div.fl,
section.introduction div.ourmission div.fr {
	width: 46.66%;
	margin-bottom: 40px;
}

section.introduction div.ourmission div.fl img,
section.introduction div.ourmission div.fr img {
	width: 100%;
	display: block;
}

section.introduction div.ourmission div.fr.description {
	background: #fff;
	color: #333;
	box-sizing: border-box;
	padding: 20px 40px;
	position: relative;
}

section.introduction div.ourmission div.fr.description div.en {
	width: 200px;
	height: 40px;
	position: absolute;
	top: -1em;
	left: 30px;
}

section.introduction div.ourmission div.fr.description div.en img {
	width: 200px;
	height: 40px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section. vision */

section.vision {
	padding-bottom: 20px;
	
}

section.vision div.description {
	/* padding: 0 1em; */
}

section.vision div.boxWrap {
	position: relative;
	max-height: 300px;
	margin-bottom: 60px;
}

/* section.vision div.boxWrap:nth-child(1) {
	background: url(../img/vision_photo_01.jpg);
	background-size: cover;
	background-position: left top;
	height: 300px;
	margin-bottom: 60px;	
}

section.vision div.boxWrap:nth-child(2) {
	background: url(../img/vision_photo_02.jpg);
	background-size: cover;
	background-position: left top;
	height: 300px;
	margin-bottom: 60px;	
}

section.vision div.boxWrap:nth-child(3) {
	background: url(../img/vision_photo_03.jpg);
	background-size: cover;
	background-position: left top;
	height: 300px;
	margin-bottom: 60px;	
} */


section.vision div.boxWrap div.box {
	background: #f1f1ed;
	height: 300px;
	width: 400px;
	display: block;
	position: absolute;
	padding: 60px 40px 40px;
	box-sizing: border-box;	
}

section.vision div.boxWrap:nth-child(1) div.box {
	top: 0;
	left: 0;
}

section.vision div.boxWrap:nth-child(2) div.box {
	top: 0;
	left: 33.33%;
}

section.vision div.boxWrap:nth-child(3) div.box {
	top: 0;
	right: 0;
}

section.vision div.boxWrap div.box div.number {
	position: absolute;
	left: 40px;
	top: -1em;
}

section.vision div.boxWrap div.box div.number img {
	width: 300px;
	height: 60px;
}

section.vision div.boxWrap div.box div.head {
	font-size: 2.0rem;
	font-weight: bold;
}

section.vision img.thumbnail {
	display: block;
	max-width: 1200px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.greeting */

section.greeting {
	
}

section.greeting div.inner {
	width: 780px;	
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.interview */

section.interview {
	text-align: center;
}

section.interview div.box {
	width: 42%;
	/* float: left; */
	margin-right: 2%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

section.interview div.box:last-child {
	margin-right: 0;
}

section.interview div.box div.label {
	background: #44aeeb;
	color: #fff;
	padding: 0.1em 1em;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

section.interview div.box div.thumbnail img {
	display: block;
}

section.interview div.box div.head {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 0.5em 0 0;
	margin-bottom: 40px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.overview */

section.overview {
	background: #f1f1ed;	
}

section.overview div.contentsWrap,
div.contentsWrap {
	background: #fff;	
	/* max-width: 50%; */
	padding: 40px 80px;
	margin: 0 auto;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.topics */

section.topics {
}

section.topics ul li a div.entry {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    padding: 1em 0;
}

section.topics ul li:first-child a div.entry {
    border-top: 1px solid #e9e9e9;
}

section.topics ul li a div.entry div.wrap {
    max-width: inherit;
    padding: 0;
	float: left;
}

section.topics ul li a div.entry div.new {
	float: left;
	background: #44aeeb;
	color: #fff;
	padding: 0 0.5em;
	font-size: 1.3rem;
	vertical-align: middle;
	
	margin-right: 1em;
}

section.topics ul li a div.entry div.update {
    color: #ccc;
    float: left;    
    font-size: 1.4rem;
    padding-right: 1em;
}

section.topics ul li a div.entry div.headline {
	float: left;
}

section.topics ul li a div.entry div.headline h2 {
	font-weight: bold;
	overflow: hidden;
	font-size: 1.7rem;
	text-align: left;
}

section.topics ul li a div.entry div.headline:hover h2 {
    text-decoration: underline;
	color: #44aeeb;
}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.overview */


div#map_customize {
	width: 100%;
	height: 300px;
}

div.google-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 300px;
    position: relative;
}

div.google-map iframe {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}











/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- pageTop */

div.pageTop
{
    position: fixed;
    z-index: 500;
    right: 0;
    bottom: 0;

    display: block;

    width: 70px;
    height: 70px;
}

div.pageTop a {
    
    font-weight: bold;

    position: relative;

    display: block;

    width: 70px;
    height: 70px;

    text-align: center;
    text-align: center;

    color: #fff;
    background: #44aeeb;
}

div.pageTop a::before
{
    position: absolute;
    top: 30px;
    left: 30px;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
    transition: all .2s ease-in-out 0s;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background-size: 45px 45px;
}

div.pageTop a:hover
{
    opacity: .8;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ footer */

footer {
	padding: 40px 0 0;
}

footer div.logo
{
	margin-bottom: 20px!important;
}

footer div.logo a
{
    display: block;

    padding: 0;

    color: #003e6c;
}

footer div.logo a img
{
    display: block;

    /*width: 270px;*/
    height: 50px; /* */
	
	transition: all 0.4s ease 0s;
	max-width: 270px; /* */
}

footer div.copyright {
	color: #fff;
	background: #44aeeb;
	text-align: center;
}























































/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.contents */



section.contents {
	overflow: hidden;

}

section.contents.deco-bg {
	background: #f1f1ed;
}

section.contents div.inner {
	padding: 0 2em;
	box-sizing: border-box;
}

section.contents div.article {
	position: relative;
}

section.contents div.article img {
	display: block;
}

section.contents div.article>div {
	position: relative;
	z-index: 1;
}

section.contents div.article div.photo {
	position: relative;
}

section.contents div.article div.photo img {
	position: relative;
	z-index: 1;
}

section.contents div.article div.photo:after {
	position: absolute;
	bottom: -40px;
	height: 15%;
	background: #f1f1ed;
	content: "";
	width: 120%;
	left: -10%;
	z-index: 0;
	/* transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg); */
	transform: skew(-45deg,0);
	-webkit-transform: skew(-45deg,0);
}


/* section.contents div.article:nth-child(2n):after {
	position: absolute;
	bottom: -40px;
	height: 15%;
	background: #f1f1ed;
	content: "";
	width: 55%;
	right: 0;
	z-index: 0;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: skew(-45deg,0);
	-webkit-transform: skew(-45deg,0);
} */


section.contents div.title {
	text-align: center;
	margin-bottom: 40px;
	
}

section.contents div.title div.en img {
	width: 300px;	
}

section.contents div.title div.ja {
	font-size: 2.0rem;	
}

section.contents h2 {
	font-size: 3.0rem;
	line-height: 1.5;
    font-weight: bold;
	padding: 1em 0 0.5em 0; 
    margin: 2em 0 0.5em;
	display: inline-block;
	position: relative;
	
	/* color: #44aeeb; */
}

section.contents h2:before {
	position: absolute;
	width: 100px;
	height: 2px;
	background: #44aeeb; 
	left: 0;
	top: 0;
	z-index: 2000;
	display: block;
	content: "";
	/* transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%); */
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

@media print {
	body {
		width: 1200px;
	}
	
	header {
		display: none;
	}
	
	section.contents {
	    	overflow: auto !important;
		height: 5000px !important;
	}
	
	.fancybox-outer {
		width: 100% !important;
		height: 5000px !important;
	}
	
	.fancybox-inner {
		overflow: auto !important;
		width: 100% !important;
		height: 5000px !important;
	}
	
	 
	.fancybox-wrap {
		width: 100% !important;
		position: relative !important;
		height: 5000px !important;
	}
	
	
	div.overlayWrap {
		position: relative !important;
		top: 0 !important;
		/* display: none !important; */
		
	}
	
	 
	.fancybox-image,
	.fancybox-iframe {
		height: 5000px !important;
	}
	
	
	
	
}




.recruit a:hover {
	opacity: .7;
}
.sp {
	display: none;
}
