@charset "UTF-8";
/*-- core --*/
/*-- base --*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-size: 14px;
  line-height: 1.8;
  min-width: 1200px;
  font-family: ArialMT,'Hiragino Kaku Gothic Pro','Hiragino Kaku Gothic ProN',Meiryo,'MS PGothic',sans-serif;
  -webkit-text-size-adjust: none;
  color: #000;
}

a {
  outline: none;
}
a:link {
  color: #6d8cb2;
  text-decoration: underline;
}
a:visited {
  color: #6d8cb2;
  text-decoration: underline;
}
a:hover {
  color: #6d8cb2;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

li {
  list-style-type: none;
}

input, label, select, textarea {
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

/*-- module --*/
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.bold {
  font-weight: bold;
}

/*-- header --*/
#header {
  padding-bottom: 2px;
  width: 100%;
  min-width: 1200px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  border-top: 24px solid #426699;
  background: url(../img/common/header_bg.png) 0 0 repeat-x;
}
#header .inner {
  margin: 0 auto;
  /*width: 1000px;202210*/
  width: 1210px;
  position: relative;
}
#header .logo {
  position: absolute;
  top: -24px;
  left: -2px;
}
#header nav {
  padding-left: 190px;
}
#header nav ul {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#header nav li {
  width: 210px;
  display: table;
  float: left;
  position: relative;
  border-right: 1px solid #6b7c94;
}
#header nav li:last-child {
  border-right: none;
}
#header nav li.active {
	background: #fff;
}
#header nav li div {
  height: 72px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#header nav li span {
	padding-left: 27px;
	display: inline-block;
	position: relative;
}
#header nav li span:after {
	margin-top: -5px;
	content: '';
	display: block;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../img/common/header_nav_arw.png) 0 0 no-repeat;
}
#header nav li.active span:after {
	transform: rotateZ(180deg);
}
#header .blog {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 2;
}
#header .blog a:hover img {
  opacity: 0.8;
}
#header .info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#header .info a:hover img {
  opacity: 0.8;
}
#header .lang {
	height: 14px;
	overflow: hidden;
	position: absolute;
	top: -19px;
	right: 0;
	font-size: 12px;
	line-height: 14px;
}
#header .lang li {
	float: left;
}
#header .lang li:first-child {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
#header .lang a {
	padding-left: 28px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#header .lang li:nth-of-type(1) a {
	background-image: url(../img/common/header_lang_ja.png);
}
#header .lang li:nth-of-type(2) a {
	background-image: url(../img/common/header_lang_cn.png);
}
#header .menu {
	background: rgba(48, 74, 111, 0.8);
}
#header .menu div {
	display: none;
}
#header .menu ul {
	margin: 0 auto;
	padding: 15px 0 15px 190px;
	width: 1000px;
	overflow: hidden;
}
#header .menu li {
	margin-top: 7px;
	padding: 0 15px;
	/*width: 240px;202210*/
  width: 270px;
	float: left;
	font-size: 14px;
}
#header .menu li:nth-of-type(1),
#header .menu li:nth-of-type(2),
#header .menu li:nth-of-type(3) {
	margin-top: 0;
}
#header .menu li a {
	padding-left: 11px;
	text-decoration: none;
	color: #fff;
	background: url(../img/common/header_menu_icon.png) 0 center no-repeat;
}
#header .menu li a:hover {
	text-decoration: underline;
}

/*-- footer --*/
#footer {
  background: #314b6e;
}
#footer .sitemap {
  background: #eaedf1;
}
#footer .sitemap .inner {
  margin: 0 auto;
  /*width: 1000px;*/
  width: 1440px;
  display: table;
}
#footer .sitemap dl {
  padding: 40px 24px 85px;
  /*width: 25%;*/
  width: 20%;
  display: table-cell;
  border-left: 1px solid #fff;
}
#footer .sitemap dl:last-child {
  border-right: 1px solid #fff;
}
#footer .sitemap dt {
  margin-bottom: 30px;
  text-align: center;
}
#footer .sitemap dt a:hover img {
  opacity: 0.5;
}
#footer .sitemap dd {
  margin-bottom: 7px;
  font-size: 13px;
}
#footer .sitemap dd:last-child {
  margin-bottom: 0;
}
#footer .sitemap dd:before {
  margin-right: 5px;
  content: '▶';
  position: relative;
  top: -2px;
  font-size: 8px;
  color: #9aafc9;
}
#footer .sitemap dd a {
  text-decoration: none;
  color: #000;
}
#footer .sitemap dd a:hover {
  text-decoration: underline;
}
#footer .copyright,
#footer .copyright2 {
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  color: #fff;
}
#footer .copyright2 {
  padding-top: 0;
  font-size: 11px;
}
#footer .address {
  text-align: center;
}
#footer dt.address {
  font-weight: bold;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: #d5dbe4 1px solid;
}
#footer dd.address:before {
  content: '';
}

/*-- top --*/
.home {
  min-width: 1200px;
}
.home .promotion {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.home .promotion li {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .promotion li:nth-child(1) {
  display: block;
  background-image: url(../img/home/main_img01.jpg);
}
.home .promotion li:nth-child(2) {
  background-image: url(../img/home/main_img02.jpg);
}
.home .promotion li:nth-child(3) {
  background-image: url(../img/home/main_img03.jpg);
}
.home .promotion .inner {
	margin-left: -500px;
	width: 1000px;
	position: absolute;
	top: 0;
	left: 50%;
}
.home .promotion .copy {
  position: absolute;
  top: 300px;
  left: 15px;
}
.home .promotion .serial {
	padding: 20px;
	width: 310px;
/* 	height: 221px; */
	position: absolute;
	top: 234px;
	right: 20px;
	border-radius: 6px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.7);
}
.home .promotion .serial .search:after {
	content: '';
	display: block;
	clear: both;
}
.home .promotion .serial .search .txt {
	margin-bottom: 10px;
}
.home .promotion .serial .search .input {
	margin-bottom: 10px;
	padding: 12px 0 0 66px;
	height: 50px;
	position: relative;
/* 	float: left; */
}
.home .promotion .serial .search .input label {
	width: 60px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #aaa;
	background: #fff;
	background: linear-gradient(to bottom, #fff 0%, #eee 100%);
}
.home .promotion .serial .search .input label:after {
	margin-top: -2px;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	border: 5px solid transparent;
	border-top: 5px solid #555;
}
.home .promotion .serial .search .input select {
	padding-left: 13px;
	width: 60px;
	height: 48px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
}
.home .promotion .serial .search .input input {
/* 	width: 200px; */
/* 	width: 197px; */
	width: 194px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	text-align: center;
	border: 1px solid #aaa;
}
/*
.home .promotion .serial .search .submit {
 	float: right; 
}
 */
.home .promotion .serial .search .submit input {
	padding: 5px;
	width: 270px;
	height: 50px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	border: none;
	color: #fff;
	background: #314b6e;
}
.home #main {
  margin: 0 auto;
  /*width: 1200px;202210*/
  width: 1440px;
  overflow: hidden;
}
.home #main section {
  /*padding: 50px 40px 0;202210*/
  padding: 50px 20px 0;
  /*width: 400px;202210*/
  width: 360px;
  height: 635px;
  float: left;
  position: relative;
  border-right: 1px solid #d5dbe4;
}
.home #main section:last-child {
  border-right: none;
}
.home #main section h3 {
  margin-bottom: 25px;
  text-align: center;
}
.home #main section .btn {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  text-align: center;
}
.home #main section .btn a:hover img {
  opacity: 0.8;
}

/*-- low --*/
.low #content {
  background-position: center 0;
  background-repeat: no-repeat;
}
.low #content .inner {
  margin: 0 auto;
  padding-top: 140px;
  /*width: 1000px;202210*/
  width: 1030px;
  position: relative;
}
.low #content .inner:after {
  content: '';
  display: block;
  clear: both;
}
.low #content .topicpath {
  overflow: hidden;
  position: absolute;
  top: 97px;
  left: 120px;
}
.low #content .topicpath li {
  float: left;
  color: #fff;
}
.low #content .topicpath li:before {
  margin: 0 10px;
  content: '>';
}
.low #content .topicpath li:first-child {
  padding-left: 28px;
  background: url(../img/low/topicpath_home_icon.png) 0 center no-repeat;
}
.low #content .topicpath li:first-child:before {
  display: none;
}
.low #content .topicpath a {
  color: #fff;
}
.low #content header {
  margin-bottom: 60px;
  width: 100%;
  display: table;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.low #content h1 {
  height: 120px;
  display: table-cell;
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
}
.low #content #main {
  padding-bottom: 100px;
  width: 700px;
  min-height: 570px;
  float: left;
}
.low #content #main h2 {
  margin-bottom: 45px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: bold;
  background: url(../img/low/page_tit_icon.png) 0 9px no-repeat;
}
.low #content #side {
  /*width: 240px;*/
  width: 270px;
  float: right;
}
.low #content #side dt {
  margin-bottom: 30px;
  padding-left: 10px;
}
.low #content #side dt a:hover img {
  opacity: 0.5;
}
.low #content #side dd a {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  color: #000;
}
.low #content #side dd a:hover {
  background: #f2f4f6;
}
.low #content #side dd a:before {
  margin-right: 8px;
  content: '▶';
  position: relative;
  top: -2px;
  font-size: 8px;
  color: #9aafc9;
}
.low #content #side .current a {
  background: #f2f4f6;
}
.low #content .return {
  position: absolute;
  bottom: 60px;
  right: 80px;
}

/*-- about --*/
.about #content {
  background-image: url(../img/about/content_bg.jpg);
}
.about #content header {
  background-image: url(../img/about/content_header_bg.png);
}
.about.index #main .logo {
  margin-bottom: 40px;
}
.about.index #main .links {
  margin-top: 45px;
  overflow: hidden;
}
.about.index #main .links li {
  margin-right: 20px;
  float: left;
}
.about.index #main .links li:last-child {
  margin-right: 0;
}
.about.index #main .links a:hover img {
  opacity: 0.8;
}
.about.index #main .outline {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #d5dbe4;
}
.about.index #main .outline h3 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	/*text-align: center;*/
}
.about.index #main .outline p {
  margin-left: 15px;
  font-size: 17px;
}
.about.index #main .outline table {
	width: 100%;
	border-top: 1px solid #d5dbe4;
	border-left: 1px solid #d5dbe4;
}
.about.index #main .outline th,
.about.index #main .outline td {
	padding: 7px 10px;
	border-right: 1px solid #d5dbe4;
	border-bottom: 1px solid #d5dbe4;
}
.about.index #main .outline th {
	font-weight: bold;
	text-align: center;
	background: #f2f4f6;
}
.about.zaidan #main .img01 {
  margin: 0 40px 40px 0;
  float: left;
}
.about.zaidan #main .txt01 {
  margin-bottom: 35px;
}
.about.zaidan #main .name {
  text-align: right;
}
.about.zaidan #main .profile {
  margin-top: 50px;
  padding: 30px 40px;
  background: #f2f4f7;
}
.about.zaidan #main .profile dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #314b6e;
}
.about.zaidan #main .profile dd {
  margin-bottom: 10px;
}
.about.zaidan #main .profile dd:last-child {
  margin-bottom: 0;
}
.about.setsuritsu #main .links {
  margin-top: 40px;
  overflow: hidden;
}
.about.setsuritsu #main .links li {
  margin-right: 30px;
  float: left;
}
.about.setsuritsu #main .links li:last-child {
  margin-right: 0;
}
.about.setsuritsu #main .links a:hover img {
  opacity: 0.8;
}
.about.enkaku #main th, .about.enkaku #main td {
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d5dbe4;
}
.about.enkaku #main th {
  padding: 20px 0;
  width: 150px;
}
.about.enkaku #main th span {
  padding: 2px 0;
  width: 120px;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #314b6e;
}
.about.enkaku #main td {
  padding: 22px 0;
}
.about.enkaku #main tr:last-child td {
  padding-bottom: 0;
  font-weight: bold;
  color: #314b6e;
}
.about.zaidan #main #signt {
  font-size: 1.3em;
  font-weight: bold;
}
.about.zaidan #main .rijikai {
  margin-top: 50px;
  padding: 30px 40px;
  background: #f2f4f7;
}
.about.zaidan #main .rijikai dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #314b6e;
}
.about.zaidan #main .rijikai dd:last-child {
  margin-bottom: 0;
}
.about.zaidan #main .profile .gaku{
  margin-bottom: 10px;
}
.about.zaidan #main .profile td {
  vertical-align:top;
}

.about.zaidan #main .profile table, th, td {
    border: none;
}

/*-- label --*/
.label #content {
  background-image: url(../img/label/content_bg.jpg);
}
.label #content header {
  background-image: url(../img/label/content_header_bg.png);
}
.label.index #main .top {
  margin-bottom: 45px;
}
.label.index #main .top .img {
  margin-bottom: 25px;
}
.label.index #main section {
  margin-bottom: 50px;
  padding-top: 40px;
  border-top: 1px solid #d5dbe4;
}
.label.index #main section:last-child {
  margin-bottom: 0;
}
.label.index #main section h3 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.label.index #main section .img {
  margin-bottom: 30px;
  text-align: center;
}
.label.index #main section .txt {
  margin-bottom: 35px;
}
.label.index #main section .btn {
  text-align: center;
}
.label.index #main section .btn a:hover img {
  opacity: 0.8;
}
.label.grading #main .txt01 {
  margin-bottom: 35px;
}
.label.grading #main section {
  margin-bottom: 40px;
  padding: 30px;
  overflow: hidden;
  border: 10px solid #d6dde6;
}
.label.grading #main section .img {
  float: left;
}
.label.grading #main section .txtarea {
  width: 400px;
  float: right;
}
.label.grading #main section .txtarea h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #314b6e;
}
.label.grading #main section .txtarea .star {
  margin-bottom: 5px;
  line-height: 1;
}
.label.grading #main section .txtarea .star span:nth-child(1) {
  font-size: 24px;
  color: #d7b85e;
}
.label.grading #main section .txtarea .star span:nth-child(2) {
  font-weight: bold;
}
.label.grading #main section .txtarea .txt {
  margin-bottom: 15px;
}
.label.grading #main section .txtarea dt {
  font-weight: bold;
}
.label.grading #main section .txtarea dd {
  margin-bottom: 15px;
  font-size: 13px;
}
.label.grading #main section .txtarea dd:last-child {
  margin-bottom: 0;
}
.label.grading #main .labels {
  overflow: hidden;
  margin-bottom: 20px;
}
.label.grading #main .labels.reLabels {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: #ccc 1px dashed;
}
.label.grading #main .labels li {
  margin: 0 20px 20px 0;
  padding: 20px 0;
  width: 220px;
  float: left;
  text-align: center;
  background: #f2f4f6;
}
.label.grading #main .labels li:nth-child(3),
.label.grading #main .labels li:nth-child(6) {
  margin-right: 0;
}
/*
.label.grading #main .labels li:nth-child(4), .label.grading #main .labels li:nth-child(5) {
  margin-bottom: 0;
}
.label.grading #main .labels li:nth-child(4) {
  margin-left: 120px;
}
*/
.label.grading #main .labels .img {
  margin-bottom: 15px;
}
.label.grading #main .labels .name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #314b6e;
}
.label.grading #main .labels .star {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1;
  color: #d7b85e;
}
.label.grading #main .labels .data01 {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
}
.label.grading #main .labels .data02 {
  font-size: 13px;
  line-height: 1.5;
}
.label.grading #main .recycle a {
	padding: 0 50px 0 30px;
	height: 50px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #fff;
	background: #314b6e;
}
.label.grading #main .recycle a:after {
	margin-top: -5px;
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
.label.grading #main .recycle a:hover {
	opacity: 0.8;
}

.label.kensa-index #main > .txt {
  margin-bottom: 45px;
}
.label.kensa-index #main section {
  margin-bottom: 50px;
}
.label.kensa-index #main section:last-child {
  margin-bottom: 0;
}
.label.kensa-index #main section h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.label.kensa-index #main section:nth-of-type(1) ul {
  margin-bottom: 45px;
  overflow: hidden;
}
.label.kensa-index #main section:nth-of-type(1) ul li {
  margin-right: 20px;
  width: 340px;
  float: left;
}
.label.kensa-index #main section:nth-of-type(1) ul li:last-child {
  margin-right: 0;
}
.label.kensa-index #main section:nth-of-type(1) ul li .img {
  margin-bottom: 10px;
}
.label.kensa-index #main section:nth-of-type(1) ul li .name {
  font-size: 16px;
  font-weight: bold;
}
.label.kensa-index #main section:nth-of-type(1) ul li .name a {
  color: #314b6e;
}
.label.kensa-index #main section:nth-of-type(1) ul li .name.mov a {
  padding-left: 30px;
  background: url(../img/label/kensa/index/video.png) 0 center no-repeat;
}
.label.kensa-index #main section:nth-of-type(1) .btn {
  text-align: center;
}
.label.kensa-index #main section:nth-of-type(1) .btn a:hover img {
  opacity: 0.8;
}
.label.kensa-index #main section:nth-of-type(2) table {
  width: 100%;
  border-top: 1px solid #d5dbe4;
  border-left: 1px solid #d5dbe4;
}
.label.kensa-index #main section:nth-of-type(2) th, .label.kensa-index #main section:nth-of-type(2) td {
  padding: 7px 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d5dbe4;
  border-right: 1px solid #d5dbe4;
}
.label.kensa-index #main section:nth-of-type(2) th {
  width: 250px;
  font-weight: bold;
  background: #f2f4f6;
}
.label.kensa-detail #main .carousel {
  margin: 0 auto 45px;
  width: 640px;
  height: 360px;
  position: relative;
}
.label.kensa-detail #main .carousel.mov {
  margin-bottom: 0;
}
.label.kensa-detail #main .carousel ul {
  width: 640px;
  height: 360px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.label.kensa-detail #main .carousel li {
  position: absolute;
  top: 0;
  left: 640px;
}
.label.kensa-detail #main .carousel li:first-child {
  left: 0;
}
.label.kensa-detail #main .carousel video {
  width: 640px;
  height: 360px;
  display: block;
}
.label.kensa-detail #main .carousel .ctrl {
  position: absolute;
  top: 160px;
  cursor: pointer;
}
.label.kensa-detail #main .carousel .ctrl.prev {
  left: -30px;
}
.label.kensa-detail #main .carousel .ctrl.next {
  right: -30px;
}
.label.kensa-detail #main .notes {
  margin: 10px 0 45px;
  padding-left: 30px;
  font-size: 12px;
}
.label.kensa-detail #main section {
  margin-bottom: 50px;
}
.label.kensa-detail #main section h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.label.kensa-detail #main section .outline {
  margin-bottom: 30px;
  padding: 20px 30px;
  overflow: hidden;
  background: #f2f4f6;
}
.label.kensa-detail #main section .outline:last-child {
  margin-bottom: 0;
}
.label.kensa-detail #main section .outline .img.right {
  padding-top: 5px;
  float: right;
}
.label.kensa-detail #main section .outline .txt.left {
  width: 415px;
  float: left;
}
.label.kensa-detail #main section .outline h4 {
  margin-bottom: 20px;
  font-weight: bold;
}
.label.kensa-detail #main section .outline p {
  margin-bottom: 20px;
  font-size: 13px;
}
.label.kensa-detail #main section .outline p:last-child {
  margin-bottom: 0;
}
.label.kensa-detail #main section .outline dl {
  font-size: 13px;
}
.label.kensa-detail #main section .outline dt {
  font-weight: bold;
}
.label.kensa-detail #main section .outline dd {
  margin-bottom: 20px;
}
.label.kensa-detail #main section .outline dd:last-child {
  margin-bottom: 0;
}
.label.kensa-detail #main section .outline dd p {
  margin-bottom: 15px;
}
.label.kensa-detail #main section .outline dd p:last-child {
  margin-bottom: 0;
}
.label.kensa-detail #main section .outline table {
  margin-bottom: 15px;
  width: 100%;
  border-top: 1px solid #d5dbe4;
  border-left: 1px solid #d5dbe4;
  background: #fff;
}
.label.kensa-detail #main section .outline table:last-child {
  margin-bottom: 0;
}
.label.kensa-detail #main section .outline table th, .label.kensa-detail #main section .outline table td {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d5dbe4;
  border-right: 1px solid #d5dbe4;
}
.label.kensa-detail #main section .outline .table01 th {
  width: 90px;
  text-align: center;
}
.label.kensa-detail #main section .outline .table02 tr:nth-child(1) td:nth-child(1) {
  width: 180px;
}
.label.kensa-detail #main section .outline .table02 tr:nth-child(1) td:nth-child(2) {
  width: 130px;
}
.label.kensa-detail #main section .outline .table03 th, .label.kensa-detail #main section .outline .table03 td {
  text-align: center;
}
.label.kensa-detail #main section .outline .table03 th {
  width: 33.3%;
  font-weight: bold;
}
.label.kensa-detail #main .back {
  text-align: center;
}
.label.kensa-detail #main .back a:hover img {
  opacity: 0.8;
}
.label.allergy #main h2 {
  margin-bottom: 25px !important;
}
.label.allergy #main > .img01 {
  margin-bottom: 30px;
  text-align: center;
}
.label.allergy #main .sek {
  padding: 0 20px;
  margin-bottom: 40px;
}
.label.allergy #main .sek:after {
  content: "";
  display: table;
  clear: both;
}
.label.allergy #main .sek figure {
  float: left;
  padding-right: 20px;
}
.label.allergy #main .sek p {
  padding-top: 30px;
}
.label.allergy #main .detail {
  margin-bottom: 25px;
  padding: 30px;
  padding-left: 0;
  width: 100%;
  display: table;
  overflow: hidden;
  background: #f2f4f6;
}
.label.allergy #main .detail .img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.label.allergy #main .detail dl {
  width: 380px;
  display: table-cell;
}
.label.allergy #main .detail dt {
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #6d8cb2;
}
.label.allergy #main .detail dd {
  margin-bottom: 15px;
  font-size: 13px;
}
.label.allergy #main .detail dd:last-child {
  margin-bottom: 0;
}
.label.allergy #main > .txt01 {
  margin-bottom: 55px;
}
.label.allergy #main section {
  margin-bottom: 60px;
}
.label.allergy #main section:last-child {
  margin-bottom: 0;
}
.label.allergy #main section h3 {
  margin-bottom: 25px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #314b6e;
}
.label.allergy #main section h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.label.allergy #main section:nth-of-type(1) .img01 {
  margin: 25px 0;
}
.label.allergy #main section:nth-of-type(1) .img02, .label.allergy #main section:nth-of-type(1) .img03 {
  margin-top: 30px;
}
.label.allergy #main section:nth-of-type(2) .txt01 {
  margin-bottom: 30px;
}
.label.allergy #main section:nth-of-type(3) .txt01 {
  margin-bottom: 30px;
}
.label.allergy #main section:nth-of-type(4) .txt01 {
  margin-bottom: 30px;
}
.label.allergy #main section:nth-of-type(4) .img01 {
  margin-bottom: 60px;
}
.label.allergy #main section:nth-of-type(4) .img02 {
  margin-bottom: 30px;
}
.label.nintei #main > .txt {
  margin-bottom: 45px;
}
.label.nintei #main .flow {
  margin-bottom: 50px;
}
.label.nintei #main .flow > div {
  overflow: hidden;
}
.label.nintei #main .flow dl {
  overflow: hidden;
  border: 1px solid #314b6e;
  background: #fff;
}
.label.nintei #main .flow dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #314b6e;
}
.label.nintei #main .flow .flow01 {
  padding-bottom: 40px;
  background: url(../img/label/nintei/flow01_bg.png) 0 bottom no-repeat;
}
.label.nintei #main .flow .flow01 dl {
  padding: 10px;
  padding-left: 0;
}
.label.nintei #main .flow .flow01 dt {
  width: 458px;
  height: 40px;
  float: left;
  line-height: 40px;
}
.label.nintei #main .flow .flow01 dd {
  float: right;
}
.label.nintei #main .flow .flow02 {
  padding-bottom: 40px;
  background: url(../img/label/nintei/flow02_bg.png) 0 0 repeat-y;
}
.label.nintei #main .flow .flow02 dl:nth-child(1) {
  padding: 20px 30px;
  width: 460px;
  float: left;
}
.label.nintei #main .flow .flow02 dl:nth-child(1) dt {
  margin-bottom: 15px;
}
.label.nintei #main .flow .flow02 dl:nth-child(1) .mov {
  margin-bottom: 15px;
}
.label.nintei #main .flow .flow02 dl:nth-child(2) {
  padding: 20px;
  width: 210px;
  float: right;
}
.label.nintei #main .flow .flow02 dl:nth-child(2) dt {
  margin-bottom: 15px;
}
.label.nintei #main .flow .flow03 {
  padding-bottom: 50px;
  background: url(../img/label/nintei/flow03_bg.png) 0 bottom no-repeat;
}
.label.nintei #main .flow .flow03 dl {
  padding: 10px;
  padding-left: 0;
  width: 460px;
}
.label.nintei #main .flow .flow03 dl dt {
  width: 168px;
  height: 40px;
  float: left;
  line-height: 40px;
}
.label.nintei #main .flow .flow03 dl dd {
  float: right;
}
.label.nintei #main .flow .flow04 {
  padding-bottom: 50px;
  background: url(../img/label/nintei/flow04_bg.png) center bottom no-repeat;
}
.label.nintei #main .flow .flow04 dl {
  padding: 20px 30px;
}
.label.nintei #main .flow .flow04 dt {
  margin-bottom: 15px;
}
.label.nintei #main .flow .flow04 .txt {
  width: 330px;
  float: left;
}
.label.nintei #main .flow .flow04 .img {
  float: right;
}
.label.nintei #main .flow .flow04 .btn {
  padding-top: 20px;
  clear: both;
  text-align: center;
}
.label.nintei #main .flow .flow05 dl {
  padding: 20px 30px;
}
.label.nintei #main .flow .flow05 dt {
  margin-bottom: 15px;
}
.label.nintei #main .flow .btn a:hover img {
  opacity: 0.8;
}
.label.nintei #main .flow .mov video {
  width: 400px;
  height: 225px;
  display: block;
}
.label.nintei #main section h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.label.shinsei #main h2 {
  margin-bottom: 25px !important;
}
.label.shinsei #main .info {
  margin-bottom: 45px;
  padding: 25px 0 20px;
  text-align: center;
  border: 10px solid #d6dde6;
}
.label.shinsei #main .info p:nth-child(1) {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.label.shinsei #main .info p:nth-child(2) {
  margin-bottom: 10px;
}
.label.shinsei #main .info p:nth-child(2) a:hover img {
  opacity: 0.8;
}
.label.shinsei #main .info p:nth-child(3) {
  font-size: 16px;
  font-weight: bold;
}
.label.shinsei #main .info p:nth-child(3) span {
  font-size: 30px;
  color: #314b6e;
}
.label.shinsei #main .txt01 {
  font-size: 16px;
  font-weight: bold;
}
.label.shinsei #main .txt01 span {
  color: #314b6e;
}
.label.shinsei #main .txt02 {
  margin-bottom: 25px;
}
.label.shinsei #main table {
  margin-bottom: 15px;
  width: 100%;
  border-top: 1px solid #d5dbe4;
  border-left: 1px solid #d5dbe4;
}
.label.shinsei #main table th, .label.shinsei #main table td {
  padding: 7px 10px;
  border-right: 1px solid #d5dbe4;
  border-bottom: 1px solid #d5dbe4;
}
.label.shinsei #main table th {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #6d8cb2;
}
.label.shinsei #main table th:nth-child(1) {
  width: 300px;
}
.label.shinsei #main table th:nth-child(2) {
  width: 220px;
}
.label.shinsei #main table td:nth-child(1) {
  font-weight: bold;
  background: #f2f4f6;
}
.label.shinsei #main table td:nth-child(2) {
  text-align: right;
}
.label.shinsei #main .notes {
  font-size: 13px;
}

/*-- CILギャランティーラベル > リサイクル羽毛もグレーディング --*/
.label.recycle #main .photos {
  margin-bottom: 20px;
}
.label.recycle #main .ecomark {
  overflow: hidden;
  min-height: 100px;
}
.label.recycle #main .ecomark {
  margin-top: 20px;
}
.label.recycle #main .ecomark img {
  float: right;
  margin-left: 10px;
}

/*-- 羽毛布団リフォームロイヤルウォッシュ --*/
.label.reform #main .label_img{
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.label.reform #main .label_img img{
  margin-left: 15px;
  margin-right: 15px;
}
.label.reform #main .btn{
  text-align: center;
}
.label.reform #main .btn a:hover img {
  opacity: 0.8;
}

/*-- ウクライナ羽毛 --*/
.label.ukraine #main ul{
  display: flex;
  margin: 30px 0 60px 0;
 }
 .label.ukraine #main li{
   list-style: none;
   width: 175px;
 }
 .label.ukraine #main .labels .center{
  text-align: center;
 }
 .label.ukraine #main .labels .info_area{
  background-color: #f2f4f6;
  width: 165px;
  margin: 0 5px;
  padding-bottom: 15px;
 }
 .label.ukraine #main .labels .name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #314b6e;
  padding-top: 15px;
}
.label.ukraine #main .labels .star {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
  color: #d7b85e;
}
.label.ukraine #main .labels .data01 {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
}
.label.ukraine #main .labels .data02 {
  font-size: 13px;
  line-height: 1.5;
}
.label.ukraine #main .labels .no-label .data02{
  color: red;
  text-align: left;
  margin: 0 5px;
  font-size: 0.9em;
}
.label.ukraine #main .labels .no-label .data01{
  text-align: left;
  margin: 0 5px;
  font-size: 0.9em;
  margin-bottom: 1em;
}
.label.ukraine #main .parent{
  position:relative;
  margin-bottom: 100px;
}
.label.ukraine #main .parent .child-left{
  position:absolute;
}
.label.ukraine #main .parent .child-right{
  position:absolute;
  right:0;
}
.label.ukraine #main .txt{
  margin-left: 20px;
  margin-right: 20px;
}

/*-- comfort --*/
.comfort #content {
  background-image: url(../img/comfort/content_bg.jpg);
}
.comfort #content header {
  background-image: url(../img/comfort/content_header_bg.png);
}
.comfort.index #main .txt01 {
  margin-bottom: 35px;
}
.comfort.index #main .txt02 {
  margin-bottom: 35px;
  padding: 25px 0;
  overflow: hidden;
  background: #f2f4f6;
}
.comfort.index #main .txt02 .img {
  padding-left: 15px;
  width: 245px;
  float: left;
  text-align: center;
}
.comfort.index #main .txt02 .img figcaption {
  margin-top: 10px;
  font-size: 13px;
}
.comfort.index #main .txt02 dl {
  padding-right: 35px;
  width: 455px;
  float: right;
}
.comfort.index #main .txt02 dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #314b6e;
}
.comfort.index #main .txt03 {
  margin-bottom: 45px;
}
.comfort.index #main .anchor {
  margin-bottom: 55px;
  overflow: hidden;
}
.comfort.index #main .anchor li {
  margin-right: 10px;
  float: left;
}
.comfort.index #main .anchor li:last-child {
  margin-right: 0;
}
.comfort.index #main .anchor a:hover img {
  opacity: 0.7;
}
.comfort.index #main section {
  margin-bottom: 35px;
  padding-bottom: 35px;
  padding-left: 200px;
  border-bottom: 1px solid #d5dbe4;
  background-position: 0 7px;
  background-repeat: no-repeat;
}
.comfort.index #main section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comfort.index #main section:nth-of-type(1) {
  background-image: url(../img/comfort/index/sec01_bg.png);
}
.comfort.index #main section:nth-of-type(2) {
  background-image: url(../img/comfort/index/sec02_bg.png);
}
.comfort.index #main section:nth-of-type(3) {
  background-image: url(../img/comfort/index/sec03_bg.png);
}
.comfort.index #main section:nth-of-type(4) {
  background-image: url(../img/comfort/index/sec04_bg.png);
}
.comfort.index #main section:nth-of-type(5) {
  background-image: url(../img/comfort/index/sec05_bg.png);
}
.comfort.index #main h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #314b6e;
}

/*-- info --*/
.info #content {
  background-image: url(../img/info/content_bg.jpg);
}
.info #content header {
  background-image: url(../img/info/content_header_bg.png);
}
.info #content #main {
  width: 100%;
  float: none;
}
.info #content #main table {
  margin-bottom: 40px;
  width: 100%;
}
.info #content #main th, .info #content #main td {
  padding-bottom: 25px;
  text-align: left;
  vertical-align: top;
}
.info #content #main tr:last-child th, .info #content #main tr:last-child td {
  padding-bottom: 0;
}
.info #content #main th {
  padding: 5px 0 25px;
  padding-left: 42px;
  width: 290px;
  font-weight: bold;
  background: url(../img/info/required_icon.png) 0 7px no-repeat;
}
.info #content #main input {
  padding: 5px;
}
.info #content #main .w80 {
  width: 80px;
}
.info #content #main .w300 {
  width: 300px;
}
.info #content #main .w530 {
  width: 530px;
}
.info #content #main textarea {
  padding: 5px;
  width: 710px;
  max-width: 710px;
  height: 170px;
}
.info #content #main .check {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
.info #content #main .btn {
  padding-left: 227px;
  overflow: hidden;
}
.info #content #main .btn li {
  margin-right: 30px;
  width: 250px;
  float: left;
}
.info #content #main .btn li input {
  width: 250px;
  height: 50px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  border: none;
  color: #fff;
}
.info #content #main .btn li a {
  width: 250px;
  height: 50px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.info #content #main .btn li:nth-child(1) input, .info #content #main .btn li:nth-child(1) a {
  background: #b2b2b2;
}
.info #content #main .btn li:nth-child(2) input, .info #content #main .btn li:nth-child(2) a {
  background: #314b6e;
}
.info #content #main .confirm th, .info #content #main .confirm td {
  padding-top: 5px;
  padding-bottom: 25px;
}
.info #content #main .confirm tr:last-child th, .info #content #main .confirm tr:last-child td {
  padding-bottom: 0;
}
.info #content #main .thanks p:nth-child(1) {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

/*-- CILギャランティーラベル > シリアルNo. --*/
body.serial #main .lead {
	margin-bottom: 3em;
}
body.serial #main .search {
	margin: 0 auto;
	width: 380px;
}
body.serial #main .search:after {
	content: '';
	display: block;
	clear: both;
}
body.serial #main .search .txt {
	padding: 12px 0 0 66px;
	width: 270px;
	height: 50px;
	position: relative;
	float: left;
}
body.serial #main .search .txt label {
	width: 60px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #aaa;
	background: #fff;
	background: linear-gradient(to bottom, #fff 0%, #eee 100%);
}
body.serial #main .search .txt label:after {
	margin-top: -2px;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	border: 5px solid transparent;
	border-top: 5px solid #555;
}
body.serial #main .search .txt select {
	padding-left: 13px;
	width: 60px;
	height: 48px;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
}
body.serial #main .search .txt input {
	width: 194px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	text-align: center;
	border: 1px solid #aaa;
}
body.serial #main .search .submit {
	float: right;
}
body.serial #main .search .submit input {
	padding: 5px;
	width: 100px;
	height: 50px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	border: none;
	color: #fff;
	background: #314b6e;
}
body.serial #main table {
	margin-bottom: 2em;
	width: 100%;
	border-top: 1px solid #d5dbe4;
	border-left: 1px solid #d5dbe4;
}
body.serial #main th,
body.serial #main td {
	padding: 7px 10px;
	border-right: 1px solid #d5dbe4;
	border-bottom: 1px solid #d5dbe4;
}
body.serial #main th {
	width: 170px;
	font-weight: bold;
	text-align: center;
	background: #f2f4f6;
}
/*
body.serial #main td {
}
*/
body.serial #main td a {
	width: 250px;
	height: 50px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #314b6e;
}
body.serial #main .error p:nth-of-type(2) {
	margin: 25px 0;
	padding: 5px 10px;
	display: inline-block;
	font-size: 18px;
	background: #ccd7e4;
}
body.serial #main .error p:nth-of-type(3) {
	margin-bottom: 95px;
}
body.serial #main .back {
	text-align: center;
}
body.serial #main .back a {
	width: 250px;
	height: 50px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	background: #314b6e;
}

/*-- blue earth --*/
.blue #content {
  background-image: url(../img/blueearth/blue_bg.jpg);
}
.blue #content header {
  background-image: url(../img/blueearth/blue_header_bg.png);
}
.blue #main .logo {
  margin-bottom: 40px;
}
.blue.index #main .links {
  margin-top: 45px;
  overflow: hidden;
}
.blue.index #main .links li {
  margin-right: 20px;
  float: left;
}
.blue.index #main .links li:last-child {
  margin-right: 0;
}
.blue.index #main .links a:hover img {
  opacity: 0.8;
}

.blue #content #main .top .img_top{
  text-align: left;
  margin-left: 25px;
  margin-top: 70px;
  margin-bottom: 100px;
}
.blue #content #main .top .btn{
  text-align: center;
  margin-top: 80px;
}
.blue #content #main .top .img{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px
}
.blue #content #main .top .img2, .blue #content #main .top .img3{
  text-align: center;
}
.blue #content #main .top .img4{
  text-align: center;
  margin-top: 100px;
}
.blue #content #main .top .img5{
  text-align: center;
  margin-top: 70px;
}

.blue #content #main .top .img6{
  text-align: center;
  margin-bottom: 70px;
  margin-top: 70px;
}
.blue #content #main .top .img7{
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
}
.blue #content #main .top .img8{
  text-align: center;
  margin-top: 70px;
}
.blue #content #main .syobun_grp .img9{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.blue #content #main .top .img10{
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px
}
.blue #content #main .top .img11{
  text-align: center;
  margin-top: 60px;
}
.blue #content #main .top .img12{
  margin-bottom: 80px;
  margin-top: 80px;
}
.blue #content #main .top h3{
  font-size: 1.1rem;
  color: #274668;
  margin-bottom: 10px;
}
.blue #content #main .top .com001{
  margin-top: 15px;
}
.blue #content #main .top .com002{
  text-align: center;
  margin-top: 15px;
  font-size: 1.1em;
}
.blue #content #main .top ol{
  position: relative;
  margin: 0;
  padding: 0;
}
.blue #content #main .top ol li{
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em
}
.blue #content #main .top ol li span{
  position: absolute;
  left: 0;
  margin: 0;
}
.blue #content #main .top .saiteki_img01{
  text-align: right;
  margin-bottom: 55px;
}
.blue #content #main section .saiteki_img02{
  text-align: right;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: -20px;
}
.blue #content #main section h4{
  margin-bottom: 15px;
  margin-top: 50px;
}
.blue #content #main section .saiteki_list01{
  margin-left: 25px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.blue #content #main .sakugen_txt1{
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 40px;
}
.blue #content #main .sakugen_txt2{
  margin-top: 50px;
}
.blue #content #main .top .reform_txt1{
  text-align: right;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 0.9em;
}
.blue #content #main section .rai{
  float: left;
  line-height: 2em;
  width: 3rem;
}
.blue #content #main .syobun_grp{
  margin-top: 55px;
}
.blue #content #main .syobun_grp .syobun_com1{
  float: left;
}
.blue #content #main .syobun_grp .syobun_com2{
  text-align: center;
}
.blue #content #main .syobun_grp .title01, .blue #content #main .top .title01{
  color: #274668;
  font-size: 1.2em;
  font-weight: 600;
}
#content #main .top .title01{
  margin-top: 60px;
  margin-bottom: 20px;
}
.blue #content #main .syobun_grp .clear{
  clear:both;
  margin-bottom: 15px;
}
.blue #content #main b{
  color: #e10012;
}
.blue #content #main .font_color_g{
  color: #6d6e71;
}
.blue #content #main .cleaning div{
  margin-top: 1em;
  margin-bottom: 1em;
}
.blue #content #main .top .reform_area1{
  margin-left: 100px;
}
