@charset "utf-8";


@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f13 { font-size:100%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }

 
.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}


.B	{ font-weight:bold !important; }
.blue	{ color:#2c8ed2 !important; }
.gray	{ color:#777 !important; }
.red	{ color:#ee0000 !important; }
.pink	{ color:#c339be !important; }
.white	{ color:#fff !important; }

.U	{ text-decoration: underline; }

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.contents {
width: 96%;
padding: 0px 0 30px 0;
margin-right: auto;
margin-left : auto;
}


@media (min-width: 992px) {
.contents {
    max-width: 960px;
	padding: 0px 0 100px 0;
  }
}

@media (min-width: 1200px) {
.contents {
    max-width: 1100px;
	padding: 0px 0 100px 0;
  }
}

p {
	line-height: 180%;   
  }
@media screen and (max-width:770px){
p{
	font-size: 16px;
}
}

h2.basis {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ced8e1;
	color: #111111;
	padding-top: 33px;
	padding-bottom: 33px;
	font-size: 28px;
	margin-top: -20px;
	margin-bottom: 20px;
}

h3.basis {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ced8e1;
	color: #111111;
	padding-top: 33px;
	padding-bottom: 23px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #0c3669;
	margin-top: -20px;
	margin-bottom: 5px;
}
h4.basis {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ced8e1;
	color: #111111;
	padding-top: 33px;
	padding-bottom: 33px;
	font-size: 28px;
	margin-top: -20px;
	margin-bottom: 20px;
}
h5.basis {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ced8e1;
	background-color: #f6f6f6;
	color: #4d545a;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left:14px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2.section01 {
	background-image: url(../images/section01_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section02 {
	background-image: url(../images/section02_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section03 {
	background-image: url(../images/section03_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section04 {
	background-image: url(../images/section04_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section05 {
	background-image: url(../images/section05_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section06 {
	background-image: url(../images/section06_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section07 {
	background-image: url(../images/section07_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section08 {
	background-image: url(../images/section08_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

 @media (max-width: 770px) {
h2.basis {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -10px;
	margin-bottom: 20px;
}
h4.basis {
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -10px;
	margin-bottom: 20px;
}
h5.basis {
	font-size: 18px;
}
h2.section01 {
	background-image: url(../images/section01_bgs.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section02 {
	background-image: url(../images/section02_bgs.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section03 {
	background-image: url(../images/section03_bgs.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section04 {
	background-image: url(../images/section04_bgs.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section05 {
	background-image: url(../images/section05_bgs.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section06 {
	background-image: url(../images/section06_bgs.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section07 {
	background-image: url(../images/section07_bgs.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h2.section08 {
	background-image: url(../images/section08_bgs.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
}


.sec_wrap {
	width: 100%;
	min-width: 1100px;
	padding: 70px 0 70px 0;
	margin: 0 auto;
	position: relative;
	background: #FFF;
	z-index: 3;
}
.sec_wrap.border {
	border-top: #DDD 1px solid;
}
.sec_wrap.border_b {
	border-bottom: #DDD 1px solid;
	padding: 30px 0 70px 0;
}
.bg {
	background: #EEE;
}


@media screen and (max-width:1100px){
	.wrap {
		width: 100%;
		min-width: 100%;
		overflow: hidden;
	}
	.contents_wrap{
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
		padding: 0 0 20px 0;
		position: relative;
	}
	#page_front .contents_wrap{
		padding: 0;
	}
}

.sec {
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

.area2 {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.second_area {
	margin-top: 100px;
}

.sec_box {
	width: 1000px;
	margin: 0 auto 30px;
	padding: 40px;
	background: #FFF;
	overflow: hidden;
}

.sec_wrap.redline {
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	z-index: 4;
	background: #EEE;
}
.sec_wrap.redline::before {
	display: block;
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	width: 130%;
	height: 200px;
	margin: 0 0 0 -15%;
	background: #EEE;
	transform-origin: center top;
	transform: rotate(-3deg);
	z-index: 3;
}
.sec_wrap.redline::after {
	display: block;
	content: "";
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	width: 130%;
	height: 200px;
	margin: 0 0 0 -15%;
	background: #EC3A25;
	transform-origin: center top;
	transform: rotate(3deg);
	z-index: 2;
}
.sec_wrap.redline .line_inner {
	position: relative;
	padding: 20px 0;
	background: #EEE;
	z-index: 4;
}

.btnBox{
    margin: 0 auto;
    background-color: #1464ac;
    border-radius: 5px;
}
 
.btnBox > a{
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.btnBox > a:hover{
    background-color: #2c88d9;
    border-radius: 5px;
}

.btnBox2{
	width: auto;
    margin: 0 auto;
    background-color: #13538c;
    border-radius: 10px;
}
 
.btnBox2 > a{
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

ul.listbotan {
	margin-top: 50px;
    width: 100%;
    display:table;
    table-layout:fixed;
}
ul.listbotan li {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    background-color:#13538c;
    border-left:3px solid white;
}
ul.listbotan li:first-child {
    border:none;
}
ul.listbotan li a {
    display:block;
	width: 100%;
	padding: 30px;
    text-decoration:none;
    color:white;
}

.page_navi {
	padding: 30px 0 30px 0;
	text-align: center;
	background-color: #13538c;
}
.page_navi li {
	display: inline-block;
	line-height: 1.8;
	padding: 0 25px;
	vertical-align: top;
}
.page_navi li a {
	color: #FFF;
}

.page_navi li:first-child::before {
	display: none;
}

.page_navi2 {
	padding: 15px 0 15px 0;
	margin-bottom: 0px;
	text-align: center;
	background-color: #038848;
}
.page_navi2 li {
	display: inline-block;
	line-height: 1.8;
	padding: 0 25px;
	vertical-align: top;
}
.page_navi2 li a {
	color: #FFF;
}

.page_navi2 li:first-child::before {
	display: none;
}

.main_title {
	padding: 30px 0 30px 0;
	text-align: center;
	background-color: #13538c;
}
.main_title li {
	display: inline-block;
	line-height: 1.8;
	padding: 0 25px;
	vertical-align: top;
	color: #FFF;
	font-size: 1.3em;
}
.main_title li:first-child::before {
	display: none;
}

@media screen and (max-width:1100px){
	.sec_wrap {
		width: 100%;
		min-width: 100%;
		padding: 60px 0;
		margin: 0 auto;
		position: relative;
	}
	.sec_wrap.border_b {
		padding: 10px 0 10px 0;
	}
	.sec {
		width: 100%;
		padding-top: 0px;
		margin: 20px auto 20px auto;
	}
	.area2 {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}
	.second_area {
		margin-top: 50px;
	}
	.sec_box {
		width: 100%;
		margin: 0 auto 30px;
		padding: 20px;
	}
	.page_navi {
		padding: 15px 20px 15px 20px;
		text-align: left;
	}
	.page_navi li {
		padding: 0 15px 0 15px;
		margin: 0 0px 0px 0;
	}
	.page_navi2 {
		padding: 15px 20px 15px 20px;
		text-align: left;
	}
	.page_navi2 li {
		padding: 0 15px 0 15px;
		margin: 0 0px 0px 0;
	}
	.main_title {
		padding: 15px 20px 15px 20px;
		text-align: center;
	}
	.main_title li {
		padding: 0 15px 0 15px;
		margin: 0 0px 0px 0;
		font-size: 0.9em;
	}
}

/* リンク
---------------------------------------------------------------------------- */
a.arrow {
	position: relative;
}
.arrow::before{
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/* 下層タイトル
---------------------------------------------------------------------------- */
.title_wrap {
	width: 100%;
	height: 150px;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	background-image: url(../images/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.title_wrap2 {
	width: 100%;
	height: 150px;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	background-image: url(../images/bg_title2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.title_wrap3 {
	width: 100%;
	height: 150px;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	background-image: url(../images/bg_title3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.title_wrap4 {
	width: 100%;
	height: 150px;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	background-image: url(../images/bg_title4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.title_wrap5 {
	width: 100%;
	height: 150px;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	background-image: url(../images/bg_titleeco.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.title_wrap6 {
	width: 100%;
	height: 150px;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	background-image: url(../images/bg_title5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.title_area {
	width: 100%;
	max-width: 1100px;
	height: 167px;
	margin: 0 auto;
	position: relative;
}
.title_area::after {
	content: "";
	display: block;
	width: 415px;
	height: 143px;
	background: url(img/common/ink_title.png) no-repeat 0 0;
	background-size: 415px;
	position: absolute;
	right: -120px;
	top: 0;
	z-index: -1;
}
.page_title {
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	font-size: 28px;
	line-height: 1.8;
	font-weight: bold;
	z-index: 2;
}
.page_titleimg {
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	z-index: 2;
}
.page_title_sub {
	height: 32px;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	z-index: 2;
}
.title_bg {
	font-family: 'Helvetica', sans-serif, Verdana, Geneva, sans-serif;
	font-size: 100px;
	color: #c6d3de;
	line-height: 150px;
	text-align: center;
	position: absolute;
	font-weight:100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	pointer-events:none;
	letter-spacing: normal;
}

.title_wrap_teamwear {
	width: 100%;
	height: 500px;
	text-align: center;
	background: #FFF url(img/teamwear_order/bg_teamwear_order.jpg) repeat-x center 0 ;
	position: relative;
	z-index: 2;
}
.title_wrap_teamwear .title_area {
	width: 1100px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
.title_wrap_teamwear .title_area::after {
	display: none;
}
.title_wrap_teamwear .page_title {
	width: 957px;
	height: 101px;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	z-index: 2;
}


@media screen and (max-width:640px){
	.title_wrap {
		width: 100%;
		height: 70px;
		background-image: url(../images/bg_titlesp.jpg);
	}
	.title_wrap2 {
		width: 100%;
		height: 70px;
		background-image: url(../images/bg_title2sp.jpg);
	}
	.title_wrap3 {
		width: 100%;
		height: 70px;
		background-image: url(../images/bg_title3sp.jpg);
	}
	.title_wrap4 {
		width: 100%;
		height: 70px;
		background-image: url(../images/bg_title4sp.jpg);
	}
	.title_wrap5 {
		width: 100%;
		height: 70px;
		background-image: url(../images/bg_titleeco.jpg);
	}
	.title_wrap6 {
		width: 100%;
		height: 70px;
		background-image: url(../images/bg_title5sp.jpg);
	}
	.title_area {
		width: 100%;
		height: 70px;
		padding: 0 15px;
		overflow: hidden;
	}
	.title_area::after {
		width: 272px;
		height: 94px;
		background-size: 75%;
		position: absolute;
		right: -140px;
		top: 0;
	}
	.page_title {
		height: 21px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0 15px;
		margin: auto;
		font-size: 15px;
		line-height: 1.4;
	}
	.page_titleimg {
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 20px 65px;
		margin: auto;
	}
	.page_title_sub {
		height: 20px;
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		font-size: 11px;
	}
	.title_bg {
		font-size: 40px;
		line-height: 70px;
		word-wrap: nowrap;
	}
	.title_wrap_teamwear {
		width: 100%;
		height: 200px;
		text-align: center;
		background: #FFF url(img/teamwear_order/bg_teamwear_order.jpg) repeat-x center 0;
		background-size: 800px;
		position: relative;
		z-index: 2;
	}
	.title_wrap_teamwear .title_area {
		width: 100%;
		height: 200px;
	}
	.title_wrap_teamwear .title_area::after {
		display: none;
	}
	.title_wrap_teamwear .page_title {
		width: 300px;
		height: 30px;
	}

}


.crumb {
	width: 100%;
	height: 32px;
	margin: -1px auto 0px auto;
	background: #ced8e1;
	position: relative;
	z-index: 2;
}
.crumb ul {
	width: 96%;
	margin: 0 auto;
}
.crumb li {
	display: inline;
	font-size: 11px;
	line-height: 1.8;
	text-align: left;
	margin: 0 2px 0 0;
	position: relative;
}
.crumb li::after {
	position: relative;
	display: inline-block;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	margin: 0 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: none;
}
.crumb li:last-child::after {
	display: none;
}
@media (min-width: 769px) {
	.crumb {
		width: 100%;
		padding: 0 15px;
		margin: 0 auto 0px auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: auto;
	}

	.crumb ul {
		width: 100%;
	}
	.crumb li {
		font-size: 11px;
		margin: 0 2px 0 0;
	}
}
@media (min-width: 770px) {
.crumb ul {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
.crumb ul {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
.crumb ul {
    max-width: 1100px;
  }
}


/* 画像可変
---------------------------------------------------------------------------- */

p.resizeimage {
	margin-bottom: 0px;
}
p.resizeimage img {
	width: 100%;
}
p.resizeimage2 {
	margin-bottom: 20px;
}
p.resizeimage2 img {
	width: 95%;
}

@media (max-width: 640px) {
p.resizeimage {
	margin-bottom: 0px;
}
p.resizeimage2 {
	margin-bottom: 20px;
}
p.resizeimage2 img {
	width: 100%;
}
}

p.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

p.adjustment {
	margin-bottom: 50px;
}


@media (max-width: 640px) {
p.adjustment {
	margin-bottom: 30px;
}
}

.pointer { cursor: pointer; }


/* マウスホバー
---------------------------------------------------------------------------- */

figure {
  position: relative;
  overflow: hidden;

}
figcaption {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
}
figure:hover figcaption {
  bottom: 0;
}
figcaption2 {
  position: absolute;
  bottom: -33px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 33px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
}
figure:hover figcaption2 {
  bottom: 0;
}



/* テーブル
---------------------------------------------------------------------------- */
.sdgs_table {
	width: 100%;
	margin: 0 auto 30px auto;
}
.sdgs_table th {
	width: 350px;
	background: none;
	border: none;
	color: #666;
	border-bottom: #ced8e1 1px solid;
	padding: 25px 30px;
	font-weight: normal;
	line-height: 0;
}
.sdgs_table td {
	width: auto;
	background: none;
	border: none;
	border-bottom: #ced8e1 1px solid;
	padding: 25px 10px;
	text-align: left;
	font-weight: normal;
	line-height: 0;
}

.news_table {
	width: 100%;
	margin: 0 auto 30px auto;
}
.news_table th {
	width: 200px;
	background: none;
	border: none;
	color: #666;
	border-bottom: #ced8e1 1px solid;
	padding: 25px 30px;
	font-weight: normal;
	line-height: 0;
}
.news_table td {
	width: auto;
	background: none;
	border: none;
	border-bottom: #ced8e1 1px solid;
	padding: 25px 10px;
	text-align: left;
	font-weight: normal;
	line-height: 0;
}
.case {
	width: auto;
	background-color: #ffe156;
	border: none;
	padding: 5px 10px;
	margin-right: 10px;
	text-align: left;
}

.newscate1 {
	background: url(../images/icon_news.png) no-repeat 0;
	margin-right: 10px;
	padding-right: 100px;
}

.newscate2 {
	background: url(../images/icon_case.png) no-repeat 0;
	margin-right: 10px;
	padding-right: 100px;
}

.newscate3 {
	background: url(../images/icon_topic.png) no-repeat 0;
	margin-right: 10px;
	padding-right: 100px;
}

.newscate4 {
	background: url(../images/icon_tec.png) no-repeat 0;
	margin-right: 10px;
	padding-right: 100px;
}

.newscate5 {
	background: url(../images/icon_media.png) no-repeat 0;
	margin-right: 10px;
	padding-right: 100px;
}

@media screen and (max-width:1100px){
	.sdgs_table,
	.sdgs_table tbody,
	.sdgs_table tr {
		display: block;
	}
	.sdgs_table {
		border-bottom: #ced8e1 1px solid;
	}
	.sdgs_table th {
		display: block;
		margin-top:20px;
		width: 100%;
		border: #DDD 1px solid;
		border-bottom: #ced8e1 1px dotted;
		padding: 5px 15px;
		text-align: left;
		line-height: 1.8;
		font-size: 13px;
	}
	.sdgs_table td {
		display: block;
		width: auto;
		border: #ced8e1 1px solid;
		border-top: none;
		border-bottom: none;
		padding: 15px;
		line-height: 1.8;
		font-size: 13px;
	}
}

@media screen and (max-width:1100px){
	.news_table,
	.news_table tbody,
	.news_table tr {
		display: block;
	}
	.news_table {
		border-bottom: #ced8e1 1px solid;
	}
	.news_table th {
		display: block;
		width: 100%;
		background: #F7F7F7;
		border: #DDD 1px solid;
		border-bottom: #ced8e1 1px dotted;
		padding: 5px 15px;
		text-align: left;
		line-height: 1.8;
		font-size: 13px;
	}
	.news_table td {
		display: block;
		width: auto;
		border: #ced8e1 1px solid;
		border-top: none;
		border-bottom: none;
		padding: 15px;
		line-height: 1.8;
		font-size: 13px;
	}
}

.profile_table {
	width: 100%;
	width: 100%;
	margin: 0 auto 30px auto;
}
.profile_table th {
	width: 205px;
	background: none;
	border: none;
	border-bottom: #ced8e1 1px solid;
	padding: 25px 30px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	line-height: 1.8;
}
.profile_table td {
	width: auto;
	background: none;
	border: none;
	border-bottom: #ced8e1 1px solid;
	padding: 25px 30px;
	text-align: left;
	font-weight: normal;
	line-height: 1.8;
}
@media screen and (max-width:1100px){
	.profile_table,
	.profile_table tbody,
	.profile_table tr {
		display: block;
	}
	.profile_table {
		border-bottom: #ced8e1 1px solid;
	}
	.profile_table th {
		display: block;
		width: 100%;
		background: #F7F7F7;
		border: #DDD 1px solid;
		border-bottom: #ced8e1 1px dotted;
		padding: 5px 15px;
		text-align: left;
		font-size: 13px;
	}
	.profile_table td {
		display: block;
		width: auto;
		border: #ced8e1 1px solid;
		border-top: none;
		border-bottom: none;
		padding: 15px;
		line-height: 1.8;
		font-size: 13px;
	}
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

#box{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-moz-box-flex:4.0;
	-webkit-box-flex:4.0;
	-o-box-flex:4.0;
	-ms-box-flex:4.0;
}

div#box .boxL{
	width: 50%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
}

div#box .boxM{
	width: 50%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
}

div#box .boxL2{
	width: 50%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
	margin-left:30px;
}

div#box .boxM2{
	width: 50%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
	margin-left:30px;
}

@media screen and (max-width:1100px){
#box{
	display: block;
}
div#box .boxL{
	width: 100%;
	margin-top: 20px;
}
div#box .boxM{
	width: 100%;
	margin-top: 40px;
}
div#box .boxL2{
	width: 100%;
	margin-top: 20px;
	margin-left:0px;
}
div#box .boxM2{
	width: 100%;
	margin-top: 20px;
	margin-left:0px;
}
}
.box{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-moz-box-flex:4.0;
	-webkit-box-flex:4.0;
	-o-box-flex:4.0;
	-ms-box-flex:4.0;
}

.box .boxL{
	width: 30%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
}

.box .boxM{
	width: 65%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
	margin-right:10px;
}

.box .boxL2{
	width: 50%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
	margin-left:30px;
}

.box .boxM2{
	width: 50%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
	margin-left:30px;
}

@media screen and (max-width:1100px){
.box{
	display: block;
}
.box .boxL{
	width: 100%;
	margin-top: 20px;	
	text-align: center;
}
.box .boxM{
	width: 100%;
	margin-top: 20px;
}
.box .boxL2{
	width: 100%;
	margin-top: 20px;
	margin-left:0px;
}
.box .boxM2{
	width: 100%;
	margin-top: 40px;
	margin-left:0px;
}
}
@media screen and (min-width:770px){
.cpbox{
	height:110px
}
}
@media screen and (max-width:770px){
.cpbox{
	font-size: 13px;
}
}

.access_box{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-moz-box-flex:4.0;
	-webkit-box-flex:4.0;
	-o-box-flex:4.0;
	-ms-box-flex:4.0;
}

.access_box .boxL{
	width: 30%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
	margin-right: 2%;
}

.access_box .boxM{
	width: 68%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
}

@media screen and (max-width:500px){

.access_box{
	display: block;
}
.access_box .boxL{
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
}
.access_box .boxM{
	width: 100%;
	margin-top: 40px;
}
}

.history_box{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-moz-box-flex:4.0;
	-webkit-box-flex:4.0;
	-o-box-flex:4.0;
	-ms-box-flex:4.0;
}

.history_box .boxL{
	width: 20%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
	margin-left: 3%;
}

.history_box .boxM{
	width: 78%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
}

@media screen and (max-width:500px){

.history_box{
	display: block;
}
.history_box .boxL{
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
}
.history_box .boxM{
	width: 100%;
	margin-top: 40px;
}
}

.message_box{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	-moz-box-flex:4.0;
	-webkit-box-flex:4.0;
	-o-box-flex:4.0;
	-ms-box-flex:4.0;
}

.message_box .boxL{
	width: 20%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
	margin-left: 3%;
}

.message_box .boxM{
	width: 78%;
	-moz-box-flex:2.0;
	-webkit-box-flex:2.0;
	-o-box-flex:2.0;
	-ms-box-flex:2.0;
	margin-top: 20px;
}

@media screen and (max-width:500px){

.message_box{
	display: block;
}
.message_box .boxL{
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
}
.message_box .boxM{
	width: 100%;
	margin-top: 40px;
}
}

table.type06, th, td {
  border-collapse: collapse;
  border: 1px solid #a0a0a0;
  line-height: 1.5;
  width: 100%;
}

table.type06 th {
	width: 150px;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	background: #f0f0f0;
	text-align: center;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
}
table.type06 td {
	width: 350px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


table.type00, th, td {
  border-collapse: collapse;
  border: 1px solid #a0a0a0;
  line-height: 1.5;
  width: 100%;
}

table.type00 th {
	width: 150px;
	padding: 10px;
	font-weight: normal;
	background: #f0f0f0;
	text-align: center;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
}
table.type00 td {
	width: 350px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


table.typeHK, th, td {
  border-collapse: collapse;
  border: 1px solid #a0a0a0;
  line-height: 1.5;
  width: 100%;
}

table.typeHK th {
	width: 150px;
	padding: 10px;
	font-weight: normal;
	background: #f0f0f0;
	text-align: center;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #666;
}
table.typeHK td {
	width: 350px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

table.typepef, th, td {
  border-collapse: collapse;
  border: 1px solid #a0a0a0;
  width: auto;
}

table.typepef th {
	padding: 10px;
	font-weight: normal;
	background: #f0f0f0;
	text-align: center;
	border-right-width: 1.5px;
	border-right-style: solid;
	border-right-color: #666;
}
table.typepef td {
	vertical-align: top;
	padding: 10px;
}


#container {
	clear: both;
	width: 105%;
}

#sort {
	width: 102%;
	clear: both;
	margin-top: 50px;
}


#sort li {
	list-style:none;
	float: left;
	margin-right: 1%;
	width: 32%;
}
#sort2 {
	width: 101%;
	clear: both;
	margin-top: 50px;
}


#sort2 li {
	list-style:none;
	float: left;
	margin-right: 1%;
	width: 49%;
}

.newbox,.output,.marketing {
	width: 29%;
	float: left;
	margin-bottom: 30px;
	margin-right: 4%;
	margin-left: 0%;
}
.newbox2 {
	width: 200px;
	float: left;
	margin-bottom: 30px;
	margin-right: 4%;
	margin-left: 0%;
}

.newbox3 {
	float: left;
	margin-bottom: 30px;
	margin-right: 12%;
	margin-left: 0%;
}

.keybotton {
	margin-bottom: 30px!important;
}

.new_area {
	width: 105%;
	clear : both;
}
.new_area2 {
	width: 100%;
	clear : both;
}

 .case_title {
display:none;
height:20px;
width: 94%;
margin-top: 30px;
}

@media screen and (max-width:770px){
#container {
	width: 100%;
}
.newbox,.output,.marketing {
	width: 46%;
	height:280px;
	margin-bottom: 30px;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
}
#sort {
	width: 100%;
	margin-top: 30px;
}
#sort li {
	margin-right: 1%;
	width: 49%;
}
#sort2 {
	width: 100%;
	margin-top: 30px;
}
#sort2 li {
	margin-right: 1%;
	width: 100%;
}
.keybotton {
	margin-bottom: 10px!important;
}
.new_area {
	width: 100%;
}
 .case_title {
display:none;
height:20px;
width: 94%;
margin-top: 30px;
}
}


@media screen and (max-width:400px){
#container {
	width: 100%;
}
#sort {
	width: 100%;
	margin-top: 30px;
}
#sort li {
	width: 100%;
}

.newbox,.output,.marketing {
	width: 98%;
	height:auto;
	margin-bottom: 30px;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
}

.newbox3 {
	height:auto;
	margin-bottom: 30px;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
}
.keybotton {
	margin-bottom: 10px!important;
}
.new_area {
	width: 100%;
}
 .case_title {
display:none;
height:20px;
width: 100%;
margin-top: 30px;
}
}



.accsess_container{
  display: flex;
}
.accsess_container .side {
  width: 350px;
}
.accsess_container .contents {
  flex: 1;
}
@media screen and (max-width:770px){
.accsess_container .side {
  width: 100%;
}
}

.linkbox{
border:1px solid #ccc;
padding:20px;
width: auto;
}

.linkbox2{
border:2px solid #00487f;
background-color: #d0ebff;
padding:30px;
width: auto;
color:#00487f;
}

.linkbox3{
border-radius: 10px;
border:3px solid #484ea6;
background-color: #e8e9ff;
padding:30px;
width: auto;
color:#484ea6;
}




/* PC、SP
---------------------------------------------------------------------------- */

.pcenter {
text-align: center;
}

.topindex {
background: url(../images/arrow.png) no-repeat 6px #fff;
border:1px solid #ccc;
padding:5px 5px 5px 20px;
margin-top:10px;
font-size:0.9em;
}

.topindex2 {
color:#04549e;
border:2px solid #dcdfe5;
background-color:#fff;
padding:5px 5px 5px 20px;
margin-top:10px;
margin-bottom:55px;
text-align:center;
}

.newsday {
text-align: right;
font-size: 18px;
margin-bottom: 30px;
}

@media screen and (max-width:770px){
.newsday{
	font-size: 14px;
}
}


/* 改行
---------------------------------------------------------------------------- */
 @media screen and (min-width: 770px) {
 .br-pc {
display:block;
}
 .br-sp {
display:none;
}
}
@media screen and (max-width: 770px) {
 .br-pc {
display:none;
}
 .br-sp {
display:block;
}
}
 @media all and (min-width: 640px) and (max-width: 940px) {
 .br-sp {
display:block;
}
}


/* HKテーブル
---------------------------------------------------------------------------- */

.hkback {
	background-color: #ffe7e7;
	}

.hkbackb {
	background-color: #121dce;
	}
	
.hktext {
	color: #fff;
}

.hkbg {
	background-color: #dee0ff;
}
	
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #fff;
  table {
    margin: 0;
    border: none;
}
}

@media all and (max-width: 1100px) {
.scroll-table:before {
content: "※ この表は横にスクロールできます。";
color:red;
}
}

/* ペーパーエコファイル
---------------------------------------------------------------------------- */

.greenfont {
	color:#004903;
}

.borderline {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.prbox{
	margin-left: 0px;
	margin-top: 50px;
	text-align: center;
	font-size: 1.2em;
	width:100%;
	padding: 1.5em 1em;
	color: #474747;
	background: whitesmoke;
	border: double 7px #90c31f;
}
.prbox p {
	margin: 0; 
	padding: 0;
}

.patent{
	margin-left: 0px;
	margin-top: 20px;
	text-align: center;
	font-size: 1.2em;
	width:100%;
	padding: 0.5em;
	color: #086b01;
	background: #f2f6c3;
}
.patent p {
	margin: 0; 
	padding: 0;
}

@media all and (max-width: 1100px) {
.prbox {
	width:100%;
	margin-left: 0px;

}
.patent {
	width:100%;
	margin-left: 0px;

}
}

.Etitle {
  position: relative;
  text-align: left;
}
.Etitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1.3em;
  color: #fff;
  margin: 0em;
  padding:0.5em 2em;
  background-color: #90c31f;
  text-align: left;
}
.Etitle::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #90c31f;
}

.ulecofile{
	list-style:  none;
	padding: 0;
	text-indent: -0.7em;
	margin-left: 1.1em;
}

.ulecofileli::before {
	content:  "■";
	font-size: 1.5em;
	color: #90c31f;
	display:  inline-block;
	margin-right: 5px;	
}
.ulecofile li{
	font-size: 1.2em;
	margin-bottom: 1.2em;
	line-height: 1.5em;
}

.ulecofileP{
	list-style:  none;
	padding: 0;
	text-indent: -0.7em;
	margin-left: 1.1em;
}

.ulecofileliP::before {
	content:  "■";
	color: #90c31f;
	display:  inline-block;
	margin-right: 5px;	
}
.ulecofileP li{
	margin-bottom: 1.2em;
	line-height: 0.9em;
}

.imgchange ul {
	list-style: none;
	margin-top: 10px;
}
.imgchange li {
	display:  inline-block;
}
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 0.1em 0 0.5em 15px;
  padding: 15px 13px;
  border-radius: 5px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 1.2em;
  background: #e0f9ff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -20px;
  border: 10px solid transparent;
  border-right: 20px solid #e0f9ff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}

.purple {
	background-color: #D292FF;
	color: #fff;
}

.bluer {
	background-color: #866CE5;
	color: #fff;
}

.green {
	background-color: #7FD60D;
}

.yellow {
	background-color: #FFD039;
}

.orange {
	background-color: #FC9C3D;
}

.pinkr {
	background-color: #FF94AE;
}

/* 画像拡大
---------------------------------------------------------------------------- */
.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 335px;	/*画像の幅*/
	height: 200px;	/*画像の高さ*/
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}


/* メモ
---------------------------------------------------------------------------- */
.memo {
	border:1px solid #ccc;
	padding:15px 0 15px 0;
	text-align:center;
	background-color:#fff;
}


/* 新年挨拶
---------------------------------------------------------------------------- */
.memo_shinnen {
	width:100%;
	font-family: cursive,serif;
	background-image: url(../images/kinpaku.jpg);
	border:3px solid #ec3800;
	outline: 2px solid #ecd900;
	outline-offset: -10px;
	text-align:center;
	padding:2%;} 
}


/* POPダウンロード
---------------------------------------------------------------------------- */
#popbox ul {
  list-style-type: none;
}
#popbox ul li { 
  display: inline-block;
  padding: 0 28px 0 0;
  margin: 0 0 45px 0;
}

