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

ul { padding: 0; margin: 0 0 0 0.6em; }

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.fl-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    height: 100%;
}
.fl-list{
	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
        justify-content: space-between;
}


.koumoku li{
	padding: 0;
	line-height: 180%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
img{border-width: 0px;}
p{
	margin-top: 7px;
	margin-bottom: 7px;

}
p.study_p{
	margin-top: 0px;
	margin-bottom: 7px;
    padding-left: 8px;
    width: 600px;
    color: #000;
	font-size : 14px;
	line-height: 160%;

}

p.eco_p {
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 8px;
	width: 760px;
	color: #000;
	font-size : 14px;
	line-height: 160%;
}
p.philo_p {
	margin-top: 0px;
	margin-bottom: 10px;
    padding-left: 8px;
    width: 780px;
    color: #000;
	font-size : 14px;
	line-height: 140%;
}

.center{ text-align:center;} /* center */
.right{ text-align:right;} /* left */
.left{ text-align:left;} /* right */
.float-right{ float:right;}
.float-left{ float:left;}

/* box-shadowJun52015 technocco */
/*.float_left_img {
	float:left;
	clear: both;
	margin: 0 18px 18px  0;
	padding: 0;
	width: 200px;
	height: auto;
    -webkit-box-shadow: 2px 2px 5px 0 #95949a;
    -moz-box-shadow: 2px 2px 5px 0 #95949a;
    box-shadow: 2px 2px 5px 0 #95949a;
}
*/
/* box-shadowJun52015 technocco */
.float_left_imgiso {
	float:left;
	clear: both;
	margin: 0 18px 0 0;
	padding: 0;
	width: 150px;
	height: auto;
    -webkit-box-shadow: 2px 2px 5px 0 #95949a;
    -moz-box-shadow: 2px 2px 5px 0 #95949a;
    box-shadow: 2px 2px 5px 0 #95949a;
}

.float_left_img img,.float_left_imgiso img {
	margin: 0;
	padding: 0;
    border: none;
   vertical-align: bottom;
}

.float_right_img{
 float:right;
 margin-left:8px;
}


.clr {
	clear: both;
}

.text10-100 { font-size: 10px; line-height: 100%;}
.text12-160 { font-size: 12px; line-height: 160%;}
.text14-160 { font-size: 14px; line-height: 160%;}
.text16-160 { font-size: 16px; line-height: 160%;}
.text18-160 { font-size: 18px; line-height: 160%;}

hr {
	height: 1px; /* height */
	margin-top: 20px;
	margin-bottom: 20px;
   border-width: 1px 0px 0px 0px; /* width */
   border-style: dashed; /* line type */
   border-color: #999999; /* color */
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-family:Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
}
nav {
	width: 900px;
	margin: 0px auto 10px;
	padding: 0px 10px 0px;
}

#container{
	background-color: #fff;
	width: 900px;
	margin: 0px auto 0px;
	padding: 0px 10px 0px;
    position: relative;

}
h1,h4 {
	font-size: 20px;
	font-weight:normal;
	padding: 0 15px;
	margin:15px 0px;
	line-height: 160%;
	color: #000b8c;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000b8c;
}

h2 {
	font-size: 16px;
	line-height: 100%;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
h2.eco_ptitle {
	font-size: 16px;
	line-height: 100%;
	background-image: url(../img/h2.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}

h2.mid {
	font-size: 16px;
	line-height: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 15px;
	padding-left: 120px;

}

h3 {
	font-size: 14px;
	line-height: 100%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

header{
	background-image: url(none);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 0px;
}
#head-area {
    width: 900px;
    margin-top: 55px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#main-contents-area {
	margin-right: 0px;
	margin-left: 0px;
}

#breadcrumb{
	font-size: 12px;
	margin-bottom: 0px;
	width: 880px;
	height: 20px;
}

#breadcrumb #path li{
	float:left;
	line-height:190%;
	list-style-type:none;
	margin-right:15px;
	padding-right:30px;
	background-image: url(../img/pan.png);
	background-repeat: no-repeat;
	background-position: right center;
	height:20px;
}

#breadcrumb #path li.active {
background:none;

}

#breadcrumb a{
	color: #000;
	text-decoration: none;
	line-height: 100%;
}

footer{
	width: 100%;
height: auto;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(../img/foot_bg_en.gif) center 0 no-repeat #666 !important;
	display: block;
}
footer a{
	color: #339;
	text-decoration: none;
}
footer li{
	list-style-type: none;
}

#foot{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	padding-top: 180px;
}

#foot_icon img{
	margin:4px;
}

#foot_brand{
	margin-top: 20px;
	text-align: center;
}
#foot_brand img{
	margin:6px;
}

#copyright{
	color: #15A3B9;
	font-size: 11px;
	line-height: 100%;
	text-align: center;
	height: 30px;
	padding-top: 20px;
	width: 900px;
	margin: 0px auto;
}
.foot-menu-cate {
	color: #15A3B9;
	float: left;
	text-align: left;
	padding: 10px 20px 20px;
	margin: 0px 5px;
	line-height: 100%;
}
.foot-menu-cate li{
	line-height: 180%;
}

.foot-menu-cate  a{
	color: #15A3B9;
}
.foot-menu-com-cate {
	color: #15A3B9;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	white-space: nowrap;
}

.foot-menu-com-cate a {
	color: #15A3B9;
}
.foot-menu-etc{
	background-repeat: no-repeat;
	padding-left: 18px;
}


.ft_heading{
	font-weight: bolder;
}
.title1 {
	font-size: 16px;
	line-height: 100%;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img-top/info.gif);
	background-repeat: no-repeat;
}
.title2 {
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	background-repeat: no-repeat;
}
.title3 {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 5px;
}
#goods-menu{
	float: left;
	width: 150px;
	font-size: 14px;
}

#goods-menu li{
	list-style-type: none;
	line-height: 190%;
}
/* goodsarea_background */
#goods-area{
	float: right;
	width: 720px;
}
.csv2table-table-th{
	color: #FFFFFF;
	display: none;
}
dl.list1{
	background:#000b8c;
	border-bottom: 2px solid #FFF;
}
dl.list1 dt {
	text-align: center;
	float: left;
	clear: left;
	width: 140px;
	font-size: 13px;
	font-weight: normal;
	border-top: 2px solid #FFF;
	padding:5px 0 0;
	color: #FFF;

}
dl.list1 dd {
	font-size:13px;
	background-color: #ffffff;
	border-top: 2px solid #FFF;
	margin-left: 140px;
	padding:2px 5px 10px 8px;

}

dl.list2{
	border-bottom:1px solid #FFF;
	background-color:#CCCCCC;
	margint:5px;
}
dl.list2 dt {
	float:left;
	clear: left;
	width:90px;
	font-weight:bold;
	background-color:#E4E4E4;
	border-top:1px solid #FFF;
	padding:5px;
	color: #333333;
}
dl.list2 dd {
	background-color:#ffffff;
	border-top:1px solid #FFF;
	margin-left:100px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
dl.list3{
	border:1px solid #999;
	border-bottom:1px solid #fff;
	margin:5px 10% 10%;
}
dl.list3 dt {
	border-bottom:1px solid #999;
	float:left;
	clear: left;
	width:150px;
	font-weight:bold;
	background-color:#E4E4E4;
	padding:5px;
	color: #333333;
}
dl.list3 dd {
	background-color:#ffffff;
	border-bottom:1px solid #999;
	margin-left:100px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.staff-face{
	font-size: 14px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.faq-q {
	font-weight: bold;
	color: #000000;
	background-color: #E9F5F5;
	line-height: 100%;
	padding: 6px;
}
.faq-a{
	padding-left: 15px;
	font-size: 14px;
	padding-bottom: 10px;
}

.text-area{
	margin-left: 15px;
}
.title4 {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding: 5px;
}

.tbl{
border-collapse: collapse;
}
.tbl th{
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.tbl td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

.tbl-14px{
	border-collapse: collapse;
	font-size: 14px;
	line-height: 120%;
}
.tbl-14px th{
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.tbl-14px td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}
.cs {
margin:0;
padding: 0 0 32px 0;
font-family: georgia,'times new roman',serif;
       font-size:160%;
        font-weight: bold;
        line-height: 1.4;
text-align: left;
}


.hidari p {
margin: 10px 0 0 0;
line-height: 1.4;
}

.text-area span.eco1_2 {/* padding-left: 1.5em; */}

/* headarea & language_switching */
.top_link {width: 344px;margin: 0 auto 0 0;padding: 0;float: left;}
.top_link img {
vertical-align: middle;
border: none;
}

/* language_switching setting */
.lang_switch {/* float: right; *//* margin: 28px 0 0 auto; */padding: 0;display: inline;}

.lang_switch ul {
margin: 0;
padding: 0;
}

.lang_switch ul li {
list-style: none;
margin: 0;
padding: 0;
font-size: 12px;
float: left;
position: relative;
width: 100px;/* first_menu wadth */
height: 20px;/* first_menu height */
line-height: 1.8;
background: #fff;/* first_menu background_color */
color: #000b8c;
text-align: center;
font-family: 'Open Sans', sans-serif;
border-left: solid 1px #ccc;
}

.lang_switch ul li a {
color: #000b8c;
display: block;
text-decoration: none;
}

.lang_switch ul li:hover,.lang_switch ul li a:hover {
background: #ccc;
color: #000;
}

.lang_switch ul li ul {
position: absolute;
top: 20px;
width: 100px;
z-index: 100;
}

.lang_switch ul li ul li {
visibility: hidden;
overflow: hidden;
width: 100px;
height: 0;
background: #fff;
}
.lang_switch ul li ul li:hover,.lang_switch ul li ul li a:hover {
background: #000b8c;
color: #fff;
}

.lang_switch ul li:hover ul li,.lang_switch ul li a:hover ul li {
visibility: visible;
overflow: visible;
height: 20px;
z-index: 10;
border: none;
}

.lang_switch * {
-webkit-transition: 0.2s;
-mos-transition: 0.2s;
-ms-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}

.text-area p img {
	margin-right: 20px;
	vertical-align: bottom;
}

h3 span.superscript {
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	margin-top: 30px;
	vertical-align: super;
	padding-right: 1px;
	padding-left: 1px;
	border-bottom-color: #666666;
}
/* lang_switch */
.lang_switch ul li.other {
margin: 0;
padding: 0;
font-size: 12px;
float: left;
position: relative;
width: 100px;/* first_menu wadth */
height: 20px;/* first_menu height */
line-height: 1.8;
background: #fff;/* first_menu background_color */
color: #000b8c;
text-align: center;
font-family: 'Open Sans', sans-serif;
border-left: solid 1px #ccc;
}

.lang_switch ul li.other a {
color: #000b8c;
display: block;
text-decoration: none;
}

.lang_switch ul li.other:hover {
background: #ccc;
color: #000;
}

.forSP {
  display: none;
}

.forPC {
  display: block;
}


@media (max-width: 768px) {


strong,
h2,
p.title2 ,
.title4,
dl.list2 dt {
    font-weight: bold;
}

.forSP {
  display: block;
}

.forPC {
  display: none;
}

body {
    font-size: 14px;
}

h1 {
    font-size: 16px;
    padding-left: 10px;
}

.top_link.header-logo {
    width: auto;
    height: auto;
    float: none;
}

#head-area .header-logo img {
    width: 70vw;
    max-width: 300px;
    height: auto;
}

#head-area {
    align-items: center;
}


header ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    list-style: none;
}

#container, #foot_brand {
    padding: 0 3%;
    margin: auto;
    box-sizing: border-box;
}

#container img, #foot_brand img {
    max-width: 100%;
    height: auto;
}


header, div#container, #foot_brand ,#foot {
    width: 100%;
}

#head-area {
    width: auto;
    padding: 0 3%;
    margin: 20px auto 20px;
}

header .zdo_drawer_menu {
  position: fixed;
  right: 4%;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
  z-index: 999;
  /* width: 80px; */
  /* height: 80px; */
  /* background: rgba(56,70,118,0.9); */
}

header .zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}

header .zdo_drawer_menu a:visited {
  color: inherit;
}

header .zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

header .zdo_drawer_menu .zdo_drawer_button {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 1001;
    color: #000B8C;
    box-sizing: content-box;
    background-color: transparent;
    display: block;
    border: none;
    outline: none;
    align-items: unset;
    padding: 0;
}

header .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  /* width: 50px; */
  /* margin-left: 4px; */
  /* background: #fff; */
}

header .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(10px) rotate(-20deg);
}

header .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  opacity: 0;
}

header .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
 -webkit-transform: translateY(-20px) rotate(45deg);
 transform: translateY(-10px) rotate(20deg);
 top: 40px;
}

header .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

header .zdo_drawer_menu .zdo_drawer_bar {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
 position: absolute;
 left: 0;
 width: 40px;
 margin: auto;
 height: 2px;
 background-color: #000B8C;
 border-radius: 15px;
}

header .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar1 {
  top: 19px;
}

header .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar2 {
  top: 30px;
}

header .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar3 {
	top: 37px;
	opacity: 0;
}

header .zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

header .zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 60%;
  height: 100%;
  transition: all 0.2s;
  transform: translate(550px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 20vw 8vw 0 10vw;
}

header .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

header .zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

ul.zdo_drawer_nav.nav-list a:hover {
    color: #9EDBF0;
}

ul.zdo_drawer_nav.nav-list a {
    display: block;
    font-size: 16px;
    padding: 3vw 0 3vw 2vw;
    color: #000B8C;
    font-weight: bold;
}

/*+++ Default Navigation CSS +++*/
header .zdo_drawer_menu .zdo_drawer_nav {
  /* padding: 110px 40px 0  65px; */
}

.zdo_drawer_menu .zdo_drawer_nav.nav-list li + li {
    border-top: solid 1px #9EDBF0;
}


.zdo_drawer_menu .zdo_drawer_button:before {
    content: "MENU";
    position: absolute;
    top: 0;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: auto;
}


.zdo_drawer_menu .zdo_drawer_nav_wrapper .sub-menu {
    color: #fff;
    font-size: 18px;
}


/*+++ Default Button Color +++*/
/*btnã®CSSã‚’ãƒªã‚»ãƒƒãƒˆ*/
.zdo_drawer_menu .zdo_drawer_button.active {
  /* color: #fff; */
  /* display: block; */
  /* border: none; */
  /* outline: none; */
  background: none;
}

  .menu:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    content: '>';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

.menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#breadcrumb {
    width: 100%;
    display: inline-block;
}

#copyright {
    width: auto;
    font-size: 10px;
}

footer {
    background: url(../img/foot_bg_sp.png) no-repeat right top !important;
    background-size: cover !important;
}

div#foot_brand a {
    width: 15%;
    display: inline-block;
    margin: 0 2%;
}

div#foot_brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

footer .sp-foot-menu {
    justify-content: center;
}

footer .sp-foot-menu a {
    color: #31B0C5;
    display: inline-block;
}

footer .sp-foot-menu li + li:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #31B0C5;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

#foot {
    padding-top: 150px;
}

dl.list1 {
    background: none;
    border: none;
}

dl.list1 dt {
    float: none;
    width: 100%;
    display: block;
    border: none;
    background: #000b8c;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
}

dl.list1 dd {
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px 10px 20px;
    font-size: 14px;
    box-sizing: border-box;
}

dl.list3 {
    background: none;
    border: none;
}

dl.list3 dt {
    float: none;
    width: 100%;
    display: block;
    border: none;
    background: #c4c4c4;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
}

dl.list3 dd {
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px 10px 20px;
    font-size: 14px;
    box-sizing: border-box;
}
p.philo_p {
    width: auto;
}

p.study_p {
    width: auto;
    padding-left: 0;
}

p.eco_p {
    width: auto;
}

}
