@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

html {
	line-height: 1;
	font-size: 62.5%;
	/*10px*/
}

#days *,
#days *:before,
#days *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

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

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

strong {
	font-weight: bold;
}

/* form
**********************************/
button {
	padding: 0;
	background: no-repeat;
	border: none;
	cursor: pointer;
}

label {
	cursor: pointer;
}

/* color
**********************************/
.rd {
	color: #f00;
}

.txtcolor {
	color: #00a4e2;
}

.bgcolor {
	background-color: #00a4e2;
}

.bdcolor {
	border-color: #00a4e2 !important;
}

/* link
**********************************/
a {
	text-decoration: none;
	color: #000;
	transition: color .4s;
}

a:hover {
	color: #00a4e2;
}

a img {
	opacity: 1;
	transition: opacity .4s;
}

a img:hover {
	opacity: 0.6;
}

.sp a img,
.tablet a img {
	transition: none;
}

.sp a img:hover,
.tablet a img:hover {
	opacity: inherit;
}

a.ul {
	text-decoration: underline !important;
}

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

.taparea {
	-webkit-tap-highlight-color: #ff404f;
}

/* float & flex
**********************************/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	overflow: hidden;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex.flexac {
	-webkit-align-items: center !important;
	align-items: center !important;
}

.flex.flexjc {
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

.flex.flexbtw {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex.flexw {
	flex-wrap: wrap;
}

.flex.flex_1 .box {
	flex: 1;
	padding: 0 12px;
}

.flex.flex_1 .box+.box {
	margin-left: 12px;
	border-left: 1px dotted #ccc;
}

/* margin 
**********************************/
.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

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

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.sp .mb30 {
	margin-bottom: 20px !important;
}

.sp .mb40 {
	margin-bottom: 20px !important;
}

.sp .mb50 {
	margin-bottom: 20px !important;
}

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

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

/* padding 
**********************************/
.pb10 {
	padding-bottom: 10px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.p_ew {
	padding: 0 30px;
}

.sp .pl30 {
	padding-left: 3% !important;
}

/* text-align 
**********************************/
.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.sp .sp_tl {
	text-align: left;
}

.nowrap {
	white-space: nowrap;
}

/* text-indent
**********************************/
.ti_1 {
	text-indent: -1em;
	padding-left: 1em;
}

/* font-size 
**********************************/
.fs10 {
	font-size: 1.0rem;
}

.fs11 {
	font-size: 1.1rem;
}

.fs12 {
	font-size: 1.2rem;
}

.fs13 {
	font-size: 1.3rem;
}

.fs14 {
	font-size: 1.4rem;
}

.fs15 {
	font-size: 1.5rem;
}

.fs16 {
	font-size: 1.6rem;
}

.fs17 {
	font-size: 1.7rem;
}

.fs18 {
	font-size: 1.8rem;
}

.fs20 {
	font-size: 2.0rem;
}

.fs24 {
	font-size: 2.4rem;
}

.fs30 {
	font-size: 3.0rem;
}

.fs35 {
	font-size: 3.5rem;
}

.fs40 {
	font-size: 4.0rem;
}

.fs50 {
	font-size: 5.0rem;
}

.fs60 {
	font-size: 6.0rem;
}

.fs80 {
	font-size: 8.0rem;
}

.sp .fs16 {
	font-size: 1.4rem;
	line-height: 1.5;
}

.sp .fs18 {
	font-size: 1.5rem;
	line-height: 1.5;
}

.sp .fs20 {
	font-size: 1.8rem;
	line-height: 1.5;
}

.sp .fs24 {
	font-size: 2.0rem;
	line-height: 1.5;
}

.sp .fs30 {
	font-size: 2.4rem;
	line-height: 1;
}

.sp .fs35 {
	font-size: 2.6rem;
	line-height: 1;
}

.sp .fs40 {
	font-size: 2.8rem;
	line-height: 1;
}

.sp .fs50 {
	font-size: 3.2rem;
	line-height: 1;
}

.sp .fs60 {
	font-size: 4.0rem;
	line-height: 1;
}

.sp .fs80 {
	font-size: 5.6rem;
	line-height: 1;
}

/* line-height
**********************************/
.lh30 {
	line-height: 3.0rem;
}

.lh32 {
	line-height: 3.2rem;
}

.lh40 {
	line-height: 4.0rem;
}

.lh50 {
	line-height: 5.0rem;
}

.lh60 {
	line-height: 6.0rem;
}

.lh70 {
	line-height: 7.0rem;
}

.lh75 {
	line-height: 7.0rem;
}

.sp .lh32 {
	line-height: 2.8rem;
}

.sp .lh40 {
	line-height: 3.2rem;
}

.sp .lh50 {
	line-height: 4.0rem;
}

.sp .lh60 {
	line-height: 4.8rem;
}

.sp .lh70 {
	line-height: 5.6rem;
}

.sp .lh75 {
	line-height: 5.8rem;
}

/* font-family 
**********************************/
.roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.roboto_i {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
}

.roboto_l {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.roboto_li {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: italic;
}

.roboto_b {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.roboto_bi {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
}

.mincho {
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

/* display
**********************************/
.blc {
	display: block;
}

.inblc {
	display: inline-block;
}

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

.sp .sp_blc {
	display: block;
}

.sp .inblc {
	margin-bottom: 10px;
}

.sp .sp_none {
	display: none;
}

.sp_vsbl {
	display: none;
}

.pc .sp_br,
.tablet .sp_br {
	display: none;
}

/* list
**********************************/
ol.ml,
ul.ml {
	margin-left: 30px;
}

.decimal {
	list-style-type: decimal;
}

.disc {
	list-style-type: disc;
}

/* body
**********************************/
body #days {
	position: relative;
	z-index: 10;
	/*min-height: 600px;*/
	/*z-index: 2000;*/
	font-family: YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
}

/*body #days * {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
.days_container {
	margin: 0 auto;
	width: 1000px;
}

body #days a.arr {
	display: inline-block;
	padding-left: 12px;
	line-height: 2.4rem;
	background: url(../images/common/arrow.png) 0 center no-repeat;
}

body #days a.pdf {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/common/pdf_icon_32x32.png) right center no-repeat;
}

body #days a.pdf_s {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/common/pdf_icon_24x24.png) right center no-repeat;
}

/*body #days .pdf_link {
	display: none !important;
}
body #news #days .pdf_link {
	display: inline !important;
}*/
body #days .pdf_download {
	margin: 50px auto;
	padding: 18px 24px;
	width: 70%;
	border: 1px solid #d8d9d8;
}

body #days .pdf_download .image {
	border: 1px solid #eee;
}

/* header
**********************************/
#days_header {
	position: relative;
	height: 95px;
}

#days_h1 {
	position: absolute;
	margin-top: -45px;
	width: 171px;
	height: 136px;
	float: left;
}

#days_h1 img:hover {
	opacity: 1;
}

#days_gnav {
	float: right;
}

#days_gnav li.ctgr {
	float: left;
	width: 200px;
	/*position: relative;*/
	border-bottom: 2px solid #fff;
}

#days_gnav li.ctgr:before {
	content: "";
	position: absolute;
	top: 25px;
	width: 1px;
	height: 58px;
	background-color: #00a4e2;
}

#days_gnav li.ctgr:last-child:after {
	content: "";
	position: absolute;
	top: 25px;
	right: 0;
	width: 1px;
	height: 58px;
	background-color: #00a4e2;
}

#days_gnav li.ctgr>span {
	display: block;
	padding: 80px 0 5px 0;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

#days_gnav li.ctgr:nth-child(4)>span {
	background: url(../images/common/nav_icon_1.png) center 22px no-repeat;
}

#days_gnav li.ctgr:nth-child(5)>span {
	background: url(../images/common/nav_icon_2.png) center 22px no-repeat;
}

#days_gnav li.ctgr:nth-child(6)>span {
	background: url(../images/common/nav_icon_3.png) center 26px no-repeat;
}

#days_gnav li.ctgr:nth-child(7)>span {
	background: url(../images/common/nav_icon_5.png) center 24px no-repeat;
}

#days_gnav li.ctgr:hover>span a {
	color: #00a4e2;
}

#days_gnav li.ctgr:hover,
#days_gnav li.ctgr.current {
	border-bottom: 2px solid #00a4e2;
}

#days_gnav li.ctgr ul {
	display: none;
	position: absolute;
	padding: 10px 30px 20px 0;
	min-width: 200px;
	/*height: 140px;*/
	/*background-color: #fff;*/
	border-top: 2px solid #00a4e2;
	background-color: rgba(255, 255, 255, 0.95);
	background-position: right center;
	background-repeat: no-repeat;
	-moz-box-shadow: 1px 1px 1px #dddddd;
	box-shadow: 1px 1px 1px #dddddd;
	z-index: 1000;
}

#days_gnav li.ctgr ul li.page {
	margin-left: 20px;
}

#days_gnav li.ctgr ul li.page a {
	display: inline-block;
	padding-left: 10px;
	line-height: 24px;
	background: url(../images/common/arrow_s.png) 0 center no-repeat;
	font-size: 1.2rem;
	white-space: nowrap;
}

.recent #days_gnav li.ctgr:nth-child(4),
.action #days_gnav li.ctgr:nth-child(5),
.logomark #days_gnav li.ctgr:nth-child(6),
.workstylelab #days_gnav li.ctgr:nth-child(7) {
	border-bottom: 2px solid #00a4e2;
}

.smp_nav,
.smp_topnav {
	display: none;
}

#breadclumb {
	padding-top: 25px;
}

#breadclumb * {
	color: #666;
	font-size: 1.2rem;
}

#breadclumb ul li {
	padding: 0 15px 0 3px;
	position: relative;
}

#breadclumb ul li:before {
	content: ">";
	display: inline-block;
	position: absolute;
	right: 0;
	width: 10px;
	height: 1.2rem;
}

#breadclumb ul li:last-child:before {
	display: none;
}

/* footer
**********************************/
#days #footer {
	min-width: inherit;
}

#days_footer {
	position: relative;
	margin-top: 100px;
	background-color: #fff;
}

#days_footer .days_container {
	padding: 40px 0 0 0;
	border-top: 2px solid #00a4e2;
}

#days_footlogo {
	float: left;
	margin-left: 24px;
}

#days_footer ul li.ctgr {
	float: left;
	margin-left: 38px;
}

#days_footer ul li.ctgr strong {
	display: block;
	padding-bottom: 10px;
	font-size: 1.6rem;
}

#days_footer ul li a {
	display: inline-block;
	padding-left: 15px;
	line-height: 24px;
	background: url(../images/common/arrow.png) 0 center no-repeat;
	font-size: 1.4rem;
	white-space: nowrap;
}

#page_top {
	position: fixed;
	right: 2%;
	bottom: 20px;
	z-index: 1000;
}

/* content
**********************************/
.pc #days_content {
	min-height: 800px;
}

#main_headbg {
	position: relative;
	text-align: center;
}

#main_headbg .inner {
	height: 420px;
}

@media (min-width: 1599px) {
	#main_headbg .inner {
		-webkit-background-size: 100% !important;
		background-size: 100% !important;
	}
}

#days_content .head_bg {
	padding-left: 30px;
	line-height: 6.8rem;
	background-color: #eb5b59;
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
}

#days_content .head_bg_1 {
	padding: 10px 30px;
	line-height: 3.8rem;
	background-color: #eb5b59;
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
}

#days_content .head_line {
	position: relative;
	padding: 0 0 10px 30px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2.8rem;
}

#days_content .head_line:after {
	position: absolute;
	display: block;
	content: '';
	width: 60%;
	height: 3px;
	bottom: 0px;
	left: 0px;
	background-color: #00a3e1;
}

/* toppage
**********************************/
#days.toppage .lead {
	width: 840px;
	margin: 25px auto 80px auto;
}

#days.toppage .lead .txt {
	width: 460px;
	margin-left: auto;
}

#days.toppage .lead .txt h2 {
	font-size: 3.0rem;
}

#days.toppage .lead .txt p {
	font-size: 1.8rem;
}

#days.toppage #top_news {
	padding: 31px 0 40px 0;
}

#days.toppage #top_news .list {
	float: left;
	margin-top: 9px;
	width: 627px;
}

#days.toppage #top_news .list h2 {
	float: left;
	padding-bottom: 18px;
	line-height: 1;
}

#days.toppage #top_news .list h2 span {
	display: inline-block;
	padding-right: 5px;
}

#days.toppage #top_news .list .link {
	float: right;
	margin-top: 5px;
}

#days.toppage #top_news .list dl {
	padding: 12px 0;
	border-bottom: 1px solid #c1c1c1;
	overflow: hidden;
	clear: both;
}

#days.toppage #top_news .list>p+dl {
	border-top: 2px solid #00a4e2;
}

#days.toppage #top_news .list dl dt {
	float: left;
	width: 85px;
	padding-right: 10px;
	border-right: 1px solid #c1c1c1;
}

#days.toppage #top_news .list dl dd {
	margin-left: 97px;
	font-size: 1.6rem;
}

#days.toppage #top_news .list dl dd a {
	line-height: 2.2rem;
}

#days.toppage #top_news .pickup {
	position: relative;
	float: right;
	width: 340px;
}

#days.toppage #top_news .pickup h3 {
	position: absolute;
	padding: 0 5px;
	background-color: #00a4e2;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #fff;
	z-index: 200;
}

#days.toppage #top_news .pickup .image {
	margin-top: 9px;
}

#days.toppage #top_news .pickup .copy {
	padding: 12px;
	background-color: #fff;
}

#days.toppage .days_nav {
	margin-top: 70px;
}

#days.toppage .days_nav div {
	margin-bottom: 50px;
	text-align: center;
}

#days.toppage .days_nav div a.inblc {
	margin-top: 15px;
	padding-left: 45px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	background: url(../images/top/nav_icon.png) 0 center no-repeat;
}

/* article
**********************************/
.article .page_head {
	margin-top: 10px;
	padding: 50px;
	background-color: #dde8ec;
}

.article .page_head h1 {
	font-size: 3.6rem;
	line-height: 3.6rem;
}

.article .page_head h1 span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 3px solid #00a4e2;
}

.article .page_head p {
	font-size: 1.8rem;
	line-height: 1.9;
}

.article .head_sq {
	padding: 0.8rem 0 0.8rem 3.0rem;
	position: relative;
	font-size: 2.0rem;
	line-height: 2.6rem;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.article .head_sq:before {
	content: "";
	position: absolute;
	top: 1.2rem;
	left: 0;
	width: 20px;
	height: 20px;
	border: 4px solid #00a4e2;
}

.article #days_content ol li,
.article #days_content ul li {
	margin-bottom: 10px;
}

/* recent
**********************************/
.article.recent .rec_box {
	width: 900px;
	margin: 50px auto 0 auto;
	padding-bottom: 20px;
	/*position: relative;*/
}

.article.recent .rec_box img {
	/*position: absolute;*/
}

.article.recent .rec_box .left {
	width: 300px;
}

.article.recent .rec_box h3 {
	/*padding-left: 50px;
	font-size: 2.0rem;
	line-height: 40px;*/
}

.article.recent .rec_box p {
	margin-top: 30px;
	font-size: 1.6rem;
}

/*.article.recent #rec_1.rec_box {
	height: 335px;
}
.article.recent #rec_1.rec_box img {
	top: 0;
	right: 0;
}
.article.recent #rec_1.rec_box p {
	width: 400px;
	margin-top: 20px;
}*/
/*.article.recent #rec_1.rec_box h3 {
	background: url(../images/recent/icon_1.svg) 0 center no-repeat;
	-webkit-background-size: 38px;
	background-size: 38px;
}*/
/*.article.recent #rec_2.rec_box {
	height: 464px;
}
.article.recent #rec_2.rec_box img {
	top: 60px;
	left: 0;
}
.article.recent #rec_2.rec_box p {
	position: absolute;
	right: 100px;
	width: 400px;
	margin-top: 20px;
}*/
/*.article.recent #rec_2.rec_box h3 {
	background: url(../images/recent/icon_2.svg) 0 center no-repeat;
	-webkit-background-size: 38px;
	background-size: 38px;
}*/
/*.article.recent #rec_3.rec_box {
	height: 335px;
}
.article.recent #rec_3.rec_box img {
	top: 110px;
	right: 0;
}
.article.recent #rec_3.rec_box p {
	width: 400px;
	margin-top: 20px;
}*/
/*.article.recent #rec_3.rec_box h3 {
	background: url(../images/recent/icon_3.svg) 0 center no-repeat;
	-webkit-background-size: 38px;
	background-size: 38px;
}*/
.article.recent .list_arr {
	margin-left: 30px;
}

.article.recent .list_arr li {
	margin-bottom: 30px;
	padding-left: 30px;
	line-height: 38px;
	background: url(../images/recent/icon_head.svg) 0 center no-repeat;
	-webkit-background-size: 22px;
	background-size: 22px;
}

.article.recent .image_container {
	width: 870px;
}

/* action
**********************************/
.article.action .circle {
	margin-top: 50px;
}

.article.action .circle p {
	width: 300px;
	height: 300px;
	background-image: url(../images/common/bg_line.gif);
	font-size: 2.4rem;
	text-align: center;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border: 2px solid #cbedf9;
	position: relative;
	cursor: pointer;
}

.article.action .circle p::after {
	content: "";
	bottom: 15%;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #00a3e1;
	position: absolute;
}

.article.action .circle p:hover a {
	color: #00a3e1;
}

.article.action .container {
	padding: 0 70px;
}

.article.action .container .txt {
	width: 600px;
}

.article.action .container .image span {
	padding-top: 5px;
}

.article.action .ace {
	padding: 30px;
	background-color: #eef2f7;
}

.article.action .ace h2 {
	padding: 10px;
	background-image: url(../images/common/bg_line.gif);
}

.article.action .ace .flex p {
	margin-left: 30px;
}

.article.action .alert {
	width: 60%;
	padding-left: 60px;
	background: url(../images/action/icon_alert.svg) 0 center no-repeat;
	-webkit-background-size: 50px;
	background-size: 50px;
}

.article.action #act_2_box .txt {
	width: 58%;
}

.article.action #act_2_box .txt h4,
.article.action #act_2_box .txt p {
	padding: 12px 0;
	border-bottom: 1px solid #333;
}

.article.action .link {
	padding: 20px 40px;
	background-color: #f5f5f5;
}

.article.action #act_3 {
	position: relative;
}

.article.action #act_3 span {
	position: absolute;
	right: 0;
}

.article.action #act_3 span img {
	width: auto;
	height: 30px;
}

/* logomark
**********************************/
.article.logomark .mark {
	padding: 30px;
	background-color: #eef2f7;
}

.article.logomark .mark h2 {
	padding: 10px;
	background-image: url(../images/common/bg_line.gif);
}

.article.logomark .mark .flex .image {
	width: 520px;
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}

.article.logomark .mark .flex .image span {}

.article.logomark .mark .flex .txt {
	width: 400px;
}

.article.logomark h2.head_h2 {
	padding: 10px;
	background-image: url(../images/common/bg_line.gif);
}

.article.logomark .head_sq {
	position: relative;
}

.article.logomark .head_sq .shop_btn {
	position: absolute;
	top: -40px;
	right: 35px;
	width: 120px;
	height: 120px;
	background-color: #00a4e2;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

.article.logomark .head_sq .shop_btn a.flex {
	width: 120px;
	height: 120px;
	color: #fff;
	flex-direction: column;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	line-height: 1.4;
}

.article.logomark .head_sq .shop_btn .external_link {
	display: none;
}

.article.logomark .goods .image {
	width: 350px;
}

.article.logomark .goods .copy {
	width: 600px;
}

.article.logomark .goods .copy h4 {
	padding: 10px;
	background-color: #edf1f7;
	border-left: 3px solid #00a3e1;
}

.article.logomark .goods .copy .image_box span {
	margin-right: 30px;
}

.article.logomark .container {
	padding: 0 70px;
}

.article.logomark .container .txt {
	width: 600px;
}

/* news
**********************************/
#days.news .index_list {
	border-top: 3px solid #00a3e1;
}

#days.news .index_list dl {
	padding: 12px 0;
	border-bottom: 1px solid #c1c1c1;
	overflow: hidden;
	clear: both;
}

#days.news .index_list>p+dl {
	border-top: 2px solid #00a3e1;
}

#days.news .index_list dl dt {
	float: left;
	width: 85px;
	padding-right: 10px;
	border-right: 1px solid #c1c1c1;
}

#days.news .index_list dl dd {
	margin-left: 97px;
	font-size: 1.6rem;
}

#days.news .index_list dl dd a {
	line-height: 2.2rem;
}

#days.news .backlink {
	padding: 30px 0;
	font-size: 1.6rem;
	text-align: right;
}

#days.news #article {
	padding: 50px 50px 0px 50px;
}

#days.news #article .head_line {
	padding: 0 30px 20px 30px;
}

#days.news #article .head_line:after {
	width: 100%;
}

#days.news #article .inner {
	padding: 0 30px;
	font-size: 1.6rem;
	overflow: hidden;
}

#days.news #article .inner p {
	line-height: 2.8rem;
}

#days.news #article .inner .pdf_download p {
	line-height: 1.8rem;
}

#days.news #article div:before,
#wrapper ul:before,
#wrapper dl:before {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

#days.news #article div:after,
#wrapper ul:after,
#wrapper dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

#days.news #article div,
#wrapper ul,
#wrapper dl {
	display: inline-block;
}

#days.news #article div,
#wrapper ul,
#wrapper dl {
	display: block;
}

#days.news #article .inner .ti_3 {
	text-indent: -3em;
	padding-left: 3em;
}

#days.news #article .inner .image_set .fl+.fl {
	margin-left: 20px;
}

#days.news #article .inner .link_list {
	margin: 30px auto;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#days.news #article .inner .link_list li {
	margin: 8px 0;
}

#days.news .inner_wh {
	padding: 50px;
	background-color: #fff;
}

#days.news .seminar_copy {
	width: 580px;
}

#days.news .seminar_prof {
	width: 250px;
	text-align: center;
}

#days.news .tbl dl {
	overflow: hidden;
}

#days.news .tbl dl:nth-child(2n+1) {
	background-color: #fcefe7;
}

#days.news .tbl dl dt,
#days.news .tbl dl dd {
	float: left;
	padding: 4px 15px;
}

#days.news .tbl dl dt {
	width: 130px;
}

#days.news .formset {
	width: 580px;
	padding: 20px;
	border: 1px solid #d7d9d7;
}

#days.news .formset dl {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px dotted #d7d9d7;
}

#days.news .formset dl dt,
#days.news .formset dl dd {
	float: left;
	padding: 4px 15px;
}

#days.news .formset dl dt {
	width: 130px;
	line-height: 2.6rem;
}

#days.news .formset input[type="text"] {
	margin-right: 5px;
	line-height: 2.0rem;
}

#days.news .formset input[type="submit"] {
	display: block;
	margin: 20px auto;
	padding: 15px 0;
	width: 12.0rem;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #e61a18;
	color: #fff;
	border-style: none;
	cursor: pointer;
}

#days.news.seminar_form {
	padding-bottom: 100px;
	background-color: #fff;
}

#days.news.seminar_form .formset .area {
	width: 100%;
	height: 90px;
}

#days.news pre {
	white-space: pre-line;
}

/* workstylelab
**********************************/
.workstylelab .index_main {
	position: relative;
	padding-top: 10px;
}

.workstylelab .index_main span {
	position: absolute;
	display: block;
	top: 35px;
	left: 35px;
	font-size: 1.8rem;
}

.workstylelab .line {
	padding: 10px 20px;
	background-image: url(../images/common/bg_line.gif);
}

.workstylelab .line.fs28 {
	font-size: 2.8rem;
}

.workstylelab .line.fs21 {
	font-size: 2.1rem;
}

.workstylelab .index_list .box {
	position: relative;
	width: 230px;
	margin-bottom: 30px;
	border: 1px solid #d8d8d8;
}

#wsl_index .flex {
	margin-top: 18px;
	padding: 18px 0 28px 0;
	border-top: 2px solid;
}

#wsl_index .box {
	position: relative;
	width: 182px;
	border: 1px solid #d8d8d8;
}

.workstylelab .index_list .box.is-empty {
	height: 0;
	border: none;
	display: none;
}

.workstylelab .index_list .box.douga:after {
	position: absolute;
	display: block;
	content: '';
	top: 12px;
	right: 12px;
	width: 54px;
	height: 54px;
	background: url(../workstylelab/images/icon_movie.png) no-repeat;
	opacity: 0.9;
	pointer-events: none;
}

.workstylelab .index_list .box img,
#wsl_index .box img {
	cursor: pointer;
	transition: 0.4s;
}

.workstylelab .index_list .box.cs img {
	cursor: inherit;
}

.workstylelab .index_list .box .txt_box,
#wsl_index .box .txt_box {
	padding: 12px;
}

.workstylelab .index_list .box .txt_box .tab,
#wsl_index .box .txt_box .tab {
	margin-top: 2px;
	padding: 0 6px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.0rem;
	color: #fff;
}

.workstylelab .index_list .box .txt_box .tab_1,
#wsl_index .box .txt_box .tab_1 {
	background-color: #99cee5;
}

.workstylelab .index_list .box .txt_box .tab_2,
#wsl_index .box .txt_box .tab_2 {
	background-color: #e098e4;
}

.workstylelab .index_list .box .txt_box .tab_3,
#wsl_index .box .txt_box .tab_3 {
	background-color: #88d68f;
}

.workstylelab .index_list .box .txt_box .tab_4,
#wsl_index .box .txt_box .tab_4 {
	background-color: #99abe4;
}

.workstylelab .index_list .box .txt_box .tab_5,
#wsl_index .box .txt_box .tab_5 {
	background-color: #e4a898;
}

.workstylelab .index_list .box .txt_box .tab_6,
#wsl_index .box .txt_box .tab_6 {
	background-color: #94dcc7;
}

.workstylelab .index_list .box .txt_box .tab_7,
#wsl_index .box .txt_box .tab_7 {
	background-color: #e499b1;
}

.workstylelab .tag_list {
	margin: 30px auto;
	padding: 16px;
	border: 1px solid #333;
}

.workstylelab .tag_list.text1 {
	font-size: 1.8rem;
	font-weight: bold;
}

.workstylelab .tag_list.text1 .in-text{
	font-size: 1.4rem;
	font-weight: normal;
}

.workstylelab .tag_list .tag_list__text-underline {
	text-decoration: underline;
}

.workstylelab .tag_list .tag_list__text-underline:hover {
	text-decoration: none;
}

.workstylelab .tag_list h3 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

.workstylelab .tag_list h3 span {
	font-size: 1.4rem;
	font-weight: normal;
	color: #e15300;
}

.workstylelab .tag_list .tab {
	display: inline-block;
	margin: 4px 4px 0 0;
	padding: 0 10px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.8rem;
	color: #fff;
}

.workstylelab .tag_list .tab_1 {
	background-color: #99cee5;
}

.workstylelab .tag_list .tab_2 {
	background-color: #e098e4;
}

.workstylelab .tag_list .tab_3 {
	background-color: #88d68f;
}

.workstylelab .tag_list .tab_4 {
	background-color: #99abe4;
}

.workstylelab .tag_list .tab_5 {
	background-color: #e4a898;
}

.workstylelab .tag_list .tab_6 {
	background-color: #94dcc7;
}

.workstylelab .tag_list .tab_7 {
	background-color: #e499b1;
}

.workstylelab .page_list {
	margin: 30px auto;
	text-align: right;
}

.workstylelab .page_list a {
	display: inline-block;
	margin: 2px;
	padding: 0 6px;
	font-size: 1.6rem;
	line-height: 2.4rem;
	border: 1px solid #00a3e1;
	color: #00a3e1;
}

.workstylelab .index_list .box .txt_box a,
.workstylelab .index_list .box .txt_box .cs_title,
#wsl_index .box .txt_box a {
	margin: 3px 0;
	padding: 5px 0 3px 0;
	font-weight: bold;
	line-height: 1.4;
	transition: 0.4s;
}

.workstylelab .index_list .box .txt_box p {
	font-size: 1.2rem;
}

.workstylelab .index_list .box .txt_box .btn {
	position: relative;
	margin-top: 8px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.4rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 0.4s;
}

.workstylelab .index_list .box.cs .txt_box .btn {
	cursor: inherit;
}

.workstylelab .index_list .box .txt_box .btn:after {
	position: absolute;
	display: block;
	content: '';
	top: 6px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
}

.workstylelab .index_list .box .txt_box .btn.cs {
	opacity: 0.5;
	pointer-events: none;
}

.workstylelab .index_list .box .txt_box .btn.cs:after {
	display: none;
}

.workstylelab .index_list .box img:hover,
.workstylelab .index_list .box .txt_box a:hover,
.workstylelab .index_list .box .txt_box .btn:hover {
	opacity: 0.5;
}

.workstylelab .index_list .box.cs img {
	pointer-events: none;
}

.workstylelab .index_list .box.cs img:hover {
	opacity: 1;
}

.workstylelab .bcknum {
	width: 300px;
	margin: 0 auto;
}

.workstylelab .bcknum a {
	position: relative;
	display: block;
	font-size: 1.8rem;
	line-height: 2.8rem;
	color: #fff;
}

.workstylelab .bcknum a:after {
	position: absolute;
	display: block;
	content: '';
	top: 8px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
}

.workstylelab .article_head {
	position: relative;
	padding-top: 10px;
}

.workstylelab .article_head span {
	position: absolute;
	display: block;
	top: 20px;
	left: 20px;
	font-size: 1.6rem;
}

.youtube_emded iframe {
	display: block;
	margin: 0 auto;
}

.workstylelab .article_box .box {
	margin-bottom: 30px;
}

.workstylelab .article_box .box .txt {
	width: 66%;
}

.workstylelab .article_box .box .txt p {
	padding: 0 20px;
	line-height: 1.8;
}

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

	/* --------- Responsive Portrait --------- */
	#top.origin {
		display: none;
	}

	.days_container {
		margin: 40px 3% !important;
		width: 94%;
	}

	body.sp #days a.arr {
		display: inline;
		background: url(../images/common/sp_arrow.png) 0 center no-repeat;
		-webkit-background-size: 6px;
		background-size: 6px;
	}

	.sp_nb {
		display: none;
	}

	.sp .sp_vsbl {
		display: inline-block;
	}

	.sp_p3,
	.sp .p_ew {
		padding: 0 3%;
	}

	/* header
	**********************************/
	#days_header {
		position: relative;
		height: 120px;
		border-top: 3px solid #00a4e2;
	}

	#days_header.days_container {
		margin: 0 !important;
		width: 100%;
	}

	#days_h1 {
		position: relative;
		margin: 0px auto;
		padding-top: 10px;
		width: 128px;
		height: inherit;
		float: none;
	}

	#days_gnav {
		float: none;
		margin: 0px;
		position: fixed;
		right: -70%;
		top: 0;
		font-size: 1.4rem;
		padding: 60px 0;
		width: 70%;
		height: 100vh;
		overflow: auto;
		background-color: rgba(0, 164, 226, 0.8);
		z-index: 1000;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: -webkit-transform 0.7s;
		-moz-transition: -moz-transform 0.7s;
		transition: transform 0.7s;
		-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
		-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
		transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	}

	#days_gnav.menu-is-open {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform 0.5s;
		-moz-transition: -moz-transform 0.5s;
		transition: transform 0.5s;
		-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
		-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
		transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	}

	#days_gnav li.ctgr span {
		display: inline;
		background: none;
	}

	.smp_topnav {
		margin-left: 0px;
		border-top: 1px solid #cbe6f0;
	}

	.smp_nav,
	.smp_topnav {
		display: block;
	}

	.smp_topnav {
		display: block;
		border-top: 2px solid #cbe6f0;
	}

	#days_gnav li.ctgr {
		width: 100%;
		border-bottom: none;
		border-top: 2px solid #cbe6f0;
	}

	#days_gnav li.ctgr:last-child {
		border-bottom: 2px solid #cbe6f0 !important;
	}

	.smp_topnav a,
	#days_gnav li.ctgr a {
		display: block;
		padding-left: 10px;
		line-height: 3.6rem;
		background: none;
		font-size: 1.4rem;
		font-weight: normal;
		text-align: left;
		white-space: nowrap;
		color: #fff;
	}

	#days_gnav li.ctgr:hover>span a {
		color: #fff;
	}

	#days_gnav li.ctgr:hover,
	#days_gnav li.ctgr.current {
		border-bottom: none;
	}

	.smp_nav {
		position: fixed;
		display: block;
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		background: #222;
		border-radius: 20px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		z-index: 2000;
		cursor: pointer;
	}

	.smp_nav span {
		position: absolute;
		display: block;
		width: 20px;
		height: 2px;
		background: #FFF;
		top: 50%;
		margin-top: -1px;
		left: 50%;
		margin-left: -10px;
		-webkit-transition: background 0.3s;
		-moz-transition: background 0.3s;
		transition: background 0.3s;
	}

	.smp_nav span::before,
	.smp_nav span::after {
		content: '';
		position: absolute;
		left: 0;
		background: inherit;
		width: 100%;
		height: 100%;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: -webkit-transform 0.3s, background 0s;
		-moz-transition: -moz-transform 0.3s, background 0s;
		transition: transform 0.3s, background 0s;
	}

	.smp_nav span::before {
		top: -6px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	.smp_nav span::after {
		bottom: -6px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	.smp_nav.menu-is-open {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.smp_nav.menu-is-open span {
		background: transparent;
	}

	.smp_nav.menu-is-open span::before,
	.smp_nav.menu-is-open span::after {
		background: #FFF;
	}

	.smp_nav.menu-is-open span::before {
		top: 0;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
	}

	.smp_nav.menu-is-open span::after {
		bottom: 0;
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-o-transform: rotate(225deg);
	}

	#breadclumb {
		margin-top: 5px;
		padding: 10px 3%;
		background-color: #f0f0f0;
	}

	#breadclumb .days_container {
		margin: 0 !important;
	}

	#breadclumb * {
		color: #444;
		font-size: 1.2rem;
	}

	#breadclumb ul li {
		padding: 0 15px 0 3px;
		position: relative;
	}

	#breadclumb ul li:before {
		content: ">";
		display: inline-block;
		position: absolute;
		right: 0;
		width: 10px;
		height: 1.2rem;
	}

	#breadclumb ul li:last-child:before {
		display: none;
	}

	/* content
	**********************************/
	#days_content {
		min-height: inherit;
	}

	/*body.sp #days .pdf_download,
	body.tablet #days .pdf_download {
		display: none;
	}*/
	#main_headbg {
		position: relative;
		text-align: center;
	}

	#main_headbg .inner {
		height: 210px;
		-webkit-background-size: cover !important;
		background-size: cover !important;
	}

	#days_content .head_bg {
		padding: 6px 3%;
		line-height: 2.2rem;
		font-size: 1.8rem;
	}

	#days_content .head_bg_1 {
		padding: 6px 3%;
		line-height: 2.2rem;
		font-size: 1.8rem;
	}

	#days_content .head_line {
		padding: 5px 3%;
		border-left: 4px solid #e71a19;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-size: 1.6rem;
		line-height: 2.0rem;
		background-color: #fefefb;
	}

	#days_content .head_line:after {
		display: none;
	}

	#days_content .sp_image img {
		width: 90%;
		height: auto;
	}

	body #days .pdf_download {
		margin: 50px auto;
		padding: 18px 2%;
		width: 100%;
	}

	/* footer
	**********************************/
	#days_footer {
		/*margin-top: 50px;*/
		display: none;
	}

	#days_footlogo {
		float: left;
		width: 42px;
		margin-left: 20px;
	}

	#days_footlogo img {
		width: 100%;
		height: auto;
	}

	#days_footer ul li.ctgr {
		float: none;
		margin-left: 38px;
		margin-bottom: 20px;
	}

	#days_footer ul li.ctgr ul {
		margin-left: 12px;
	}

	.tablet #days_footer ul li.ctgr {
		float: left;
		margin-left: 38px;
		margin-bottom: 20px;
		width: 36%;
	}

	#days_footer ul li.ctgr a {
		padding-left: 10px;
		line-height: 24px;
		background: url(../images/common/sp_arrow.png) 0 center no-repeat;
		-webkit-background-size: 6px;
		background-size: 6px;
		font-size: 1.4rem;
	}

	#days_footer .sp_vsbl {
		display: block;
		margin-top: 20px;
		padding: 10px 0;
		background-color: #323332;
		font-size: 1.1rem;
		text-align: center;
		color: #fff;
	}

	#page_top {
		display: none;
	}

	/* toppage
	**********************************/
	#days.toppage .lead {
		width: 94%;
		margin: 35px 3% 0 3%;
	}

	#days.toppage .lead img {
		width: 100%;
	}

	#days.toppage .lead .txt {
		width: 60%;
		margin-left: auto;
	}

	#days.toppage .lead .txt h2 {
		font-size: 3.0rem;
	}

	#days.toppage .lead .txt p {
		font-size: 1.8rem;
	}

	#days.toppage #top_news {
		padding: 10px 3% 20px 3%;
	}

	#days.toppage #top_news .list {
		float: none;
		margin-top: 9px;
		width: 100%;
	}

	#days.toppage #top_news .list h2 {
		font-size: 1.6rem !important;
	}

	#days.toppage #top_news .list h2 span {
		font-size: 2.0rem !important;
	}

	#days.toppage #top_news .list .link {
		margin-top: 0px;
	}

	#days.toppage #top_news .list dl dd {
		margin-left: 97px;
		font-size: 1.4rem;
	}

	#days.toppage #top_news .list dl dd a {
		line-height: 2.0rem;
	}

	#days.toppage #top_news .pickup {
		float: none;
		margin-top: 15px;
		width: 100%;
	}

	#days.toppage #top_news .pickup h3 {
		position: absolute;
		padding: 0 5px;
		background-color: #e71a19;
		font-size: 1.2rem;
		line-height: 1.8rem;
		color: #fff;
		z-index: 200;
	}

	#days.toppage #top_news .pickup .image {
		margin-top: 0px;
		text-align: center;
	}

	#days.toppage #top_news .pickup .image img {
		width: 100%;
		height: auto;
	}

	#days.toppage .days_nav {
		margin-top: 40px;
		padding: 0 3%;
	}

	#days.toppage .days_nav div {
		width: 48%;
		margin-bottom: 30px;
	}

	/* article
	**********************************/
	.article .page_head {
		margin-top: 1px;
		padding: 30px;
	}

	.article .page_head h1 {
		font-size: 3.0rem;
		line-height: 3.0rem;
	}

	.article .page_head h1 span {
		display: inline-block;
		padding-bottom: 15px;
	}

	.article .page_head p {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	.article .head_sq {
		padding: 0.8rem 0 0.8rem 3.0rem;
		position: relative;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	.article .head_sq:before {
		content: "";
		position: absolute;
		top: 1.0rem;
		left: 0;
		width: 20px;
		height: 20px;
		border: 4px solid #00a4e2;
	}

	.article #days_content ol li,
	.article #days_content ul li {
		margin-bottom: 10px;
	}

	/* recent
	**********************************/
	.article.recent .rec_box {
		width: 100%;
	}

	.article.recent .rec_box img {
		/*position: absolute;*/
	}

	/*.article.recent .rec_box h3 {
		padding-left: 40px;
		font-size: 1.6rem;
		line-height: 30px;
	}*/
	.article.recent .rec_box p {
		margin-top: 20px;
		font-size: 1.6rem;
	}

	/*.article.recent #rec_1.rec_box h3 {
		background: url(../images/recent/icon_1.svg) 0 center no-repeat;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.article.recent #rec_2.rec_box h3 {
		background: url(../images/recent/icon_2.svg) 0 center no-repeat;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.article.recent #rec_3.rec_box h3 {
		background: url(../images/recent/icon_3.svg) 0 center no-repeat;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}*/
	.article.recent .image_container {
		width: 100%;
		margin-top: 20px !important;
	}

	.article.recent .image_container p {
		font-size: 1.8rem;
	}

	.article.recent .image_container .flex {
		margin-top: 20px !important;
	}

	.article.recent .image_container .flex span {
		width: 48%;
	}

	/* action
	**********************************/
	.article.action .circle p {
		width: 30vw;
		height: 30vw;
		background-image: url(../images/common/bg_line.gif);
		font-size: 2.6vw;
		-webkit-border-radius: 15vw;
		-moz-border-radius: 15vw;
		border-radius: 15vw;
	}

	.article.action .circle p::after {
		content: "";
		bottom: 15%;
		width: 0;
		height: 0;
		border-left: 3vw solid transparent;
		border-right: 3vw solid transparent;
		border-top: 3vw solid #00a3e1;
	}

	.article.action .circle p:hover a {
		color: #00a3e1;
	}

	.article.action .container {
		padding: 0;
		margin-top: 30px !important;
	}

	.article.action .container .txt {
		width: 67%;
		margin-right: 3%;
	}

	.article.action .container .image span {
		padding-top: 5px;
	}

	.article.action h3.fs24 {
		font-size: 1.8rem;
	}

	.article.action .ace {
		padding: 2%;
		background-color: #eef2f7;
	}

	.article.action .ace h2 {
		font-size: 1.8rem !important;
	}

	.article.action .ace .flex {
		margin-top: 10px !important;
	}

	.article.action .ace .flex p {
		margin-left: 10px;
	}

	.article.action .alert {
		width: 90%;
	}

	/* logomark
	**********************************/
	.article.logomark .mark {
		padding: 3%;
		background-color: #eef2f7;
	}

	.article.logomark .mark h2 {
		padding: 10px;
	}

	.article.logomark .mark .flex {
		flex-wrap: wrap;
		margin-top: 10px !important;
	}

	.article.logomark .mark .flex .image {
		width: 100%;
		padding: 10px;
	}

	.article.logomark .mark .flex .txt {
		width: 100%;
		margin-top: 20px;
	}

	.article.logomark .head_sq {
		position: relative;
	}

	.article.logomark .head_sq .shop_btn {
		position: absolute;
		top: -30px;
		right: 0px;
		width: 100px;
		height: 100px;
		background-color: #00a4e2;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}

	.article.logomark .head_sq .shop_btn a.flex {
		width: 100px;
		height: 100px;
		color: #fff;
		flex-direction: column;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		font-size: 1.6rem;
		line-height: 1.2;
		white-space: nowrap;
	}

	.article.logomark .goods .image {
		width: 35%;
	}

	.article.logomark .goods .copy {
		width: 60%;
	}

	.article.logomark .goods .copy h4 {
		padding: 10px;
		background-color: #edf1f7;
		border-left: 3px solid #00a3e1;
	}

	.article.logomark .goods .copy .image_box span {
		margin-right: 30px;
	}

	.article.logomark .container {
		padding: 0;
	}

	.article.logomark .container .txt {
		width: 75%;
		margin-left: 3%;
	}

	/* news
	**********************************/
	#days.news #main_headbg .inner {
		height: 80px;
	}

	#days.news #main_headbg .inner h1 {
		padding-top: 28px;
	}

	#days.news #main_headbg .inner h1 img {
		width: auto;
		height: 22px;
	}

	#days.news h2.mincho:first-child {
		margin-top: 30px;
		padding: 0 3%;
	}

	#days.news .index_list {
		padding: 0 3%;
		border-top: 3px solid #e71a19;
	}

	#days.news .index_list dl {
		padding: 12px 0;
		border-bottom: 1px solid #c1c1c1;
		overflow: hidden;
		clear: both;
	}

	#days.news .index_list>p+dl {
		border-top: 2px solid #e71a19;
	}

	#days.news .index_list dl dt {
		float: left;
		width: 85px;
		padding-right: 10px;
		border-right: 1px solid #c1c1c1;
	}

	#days.news .index_list dl dd {
		margin-left: 97px;
		font-size: 1.4rem;
	}

	#days.news .index_list dl dd a {
		line-height: 2.0rem;
	}

	#days.news .backlink {
		padding: 0 3%;
		font-size: 1.4rem;
		text-align: left;
	}

	#days.news .backlink a.arr {
		display: block;
		line-height: 4.0rem;
	}

	#days.news #article {
		padding: 0px;
	}

	#days.news #article .head_line {
		padding: 10px 20px;
	}

	#days.news #article .inner {
		padding: 0 3%;
		font-size: 1.4rem;
		overflow: hidden;
	}

	#days.news #article .inner p {
		line-height: 2.2rem;
	}

	#days.news #article .inner .tr {
		text-align: left;
	}

	#days.news #article .inner .pdf_download {
		display: none;
	}

	#days.news #article div:before,
	#wrapper ul:before,
	#wrapper dl:before {
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
		overflow: hidden;
		line-height: 0;
		font-size: 0;
	}

	#days.news #article div:after,
	#wrapper ul:after,
	#wrapper dl:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		overflow: hidden;
		line-height: 0;
		font-size: 0;
	}

	#days.news #article div,
	#wrapper ul,
	#wrapper dl {
		display: inline-block;
	}

	#days.news #article div,
	#wrapper ul,
	#wrapper dl {
		display: block;
	}

	#days.news #article .inner .ti_3 {
		text-indent: -3em;
		padding-left: 3em;
	}

	#days.news #article .inner .image_set .fl {
		float: none;
		text-align: center;
	}

	#days.news #article .inner .image_set .fl+.fl {
		margin-left: 0px;
		margin-top: 20px;
	}

	#days.news #article .inner .image_set img {
		max-width: 94%;
	}

	#days.news #article .inner .link_list {
		margin: 30px auto;
		padding: 10px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	#days.news .inner_wh {
		padding: 15px;
		background-color: #fff;
	}

	#days.news .seminar_copy {
		width: 100%;
	}

	#days.news .seminar_prof {
		width: 100%;
		margin-top: 20px;
		text-align: left;
	}

	#days.news .tbl dl {
		overflow: hidden;
	}

	#days.news .tbl dl dt,
	#days.news .tbl dl dd {
		float: none;
		padding: 0;
	}

	#days.news .tbl dl dt {
		width: 100%;
		padding: 4px 10px 0 10px;
	}

	#days.news .tbl dl dd {
		width: 100%;
		padding: 0 10px 4px 10px;
	}

	#days.news .formset {
		width: 100%;
		padding: 20px;
		border: 1px solid #d7d9d7;
	}

	#days.news .formset dl {
		width: 100%;
		padding: 10px 0;
		overflow: hidden;
		border-bottom: 1px dotted #d7d9d7;
	}

	#days.news .formset dl dt,
	#days.news .formset dl dd {
		float: none;
		padding: 4px 0px;
	}

	#days.news .formset dl dt {
		width: 100%;
		line-height: 2.6rem;
	}

	#days.news .formset input[type="text"] {
		width: 100%;
		margin-right: 5px;
		line-height: 4.0rem;
		border: 1px solid #bebfbe;
	}

	#days.news .formset input[type="submit"] {
		display: block;
		margin: 20px auto;
		padding: 15px 0;
		width: 12.0rem;
		font-size: 1.6rem;
		font-weight: bold;
		background-color: #e61a18;
		color: #fff;
		border-style: none;
	}

	/* workstylelab
	**********************************/
	.workstylelab .index_main,
	.workstylelab .article_head {
		margin-top: 0 !important;
		padding-top: 10px;
	}

	.workstylelab h2.line.fs28 {
		font-size: 2.1rem;
	}

	.workstylelab .index_list.flex.flexbtw {
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}

	.workstylelab .article_box .box .image {
		width: 32%;
	}

	.workstylelab .article_box .box .txt {
		width: 66%;
	}

	@media all and (orientation: landscape) {

		/* --------- Landscape --------- */
		#days_footer ul li.ctgr {
			float: left;
			margin-left: 38px;
			margin-bottom: 20px;
			width: 36%;
		}

		#days.toppage #top_news .pickup {
			float: none;
			margin-top: 15px;
			width: 100%;
			background-color: #fff;
		}

		#days.toppage #top_news .pickup .image {
			float: left;
			margin-top: 0px;
			width: 250px;
			text-align: center;
		}

		#days.toppage #top_news .pickup .copy {
			margin-left: 250px;
		}
	}
}

@media only screen and (max-width: 650px) {
	.youtube_emded iframe {
		display: block;
		width: 90vw;
		height: 50.6vw;
		margin: 0 auto;
	}

	#wsl_index .flex {
		flex-direction: column;
	}

	#wsl_index .box {
		display: flex;
		width: 100%;
		margin-bottom: 15px;
		border: 1px solid #d8d8d8;
	}

	#wsl_index .box img {
		width: 40vw;
		max-width: 185px;
		height: 29vw;
	}

	#wsl_index .box .txt_box .tab {
		margin-bottom: 0;
	}

	.article.recent .rec_box.flex {
		flex-direction: column;
	}

	.article.recent .rec_box .left {
		width: 100%;
	}

	.article.action #act_2_box.flex {
		flex-direction: column;
	}

	.article.action #act_2_box .txt {
		width: 100%;
	}

	.article.action #act_2_box .txt br {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.sp_blc {
		display: block;
	}

	/* header
	**********************************/
	#days_header {
		height: 86px;
	}

	#days_h1 {
		width: 80px;
	}

	/* footer
	**********************************/
	#days_footlogo {
		float: none;
		width: 42px;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	#days_footer ul li.ctgr {
		margin-left: 18px;
	}

	/* toppage
	**********************************/
	#days.toppage .days_nav div {
		width: 100%;
	}

	#days.toppage .days_nav div a.inblc {
		font-size: 1.5rem;
		padding-left: 32px;
		background: url(../images/top/nav_icon.png) 0 center no-repeat;
		-webkit-background-size: 24px;
		background-size: 24px;
	}

	/* article
	**********************************/
	.article .page_head h1 {
		font-size: 2.6rem;
		line-height: 2.6rem;
	}

	.article .page_head p {
		font-size: 1.3rem;
		line-height: 1.5;
	}

	#breadclumb .flex {
		flex-wrap: wrap;
	}

	/* action
	**********************************/
	.article.action .circle p {
		font-size: 1.4rem;
	}

	.article.action .container.flex {
		flex-direction: column;
	}

	.article.action .container .txt {
		width: 100%;
	}

	.article.action .container .image {
		margin-top: 20px;
		text-align: center;
	}

	/* logomark
	**********************************/
	.article.logomark h3.head_sq {
		font-size: 1.5rem !important;
	}

	.article.logomark .goods.flex {
		flex-direction: column;
	}

	.article.logomark .goods .image {
		width: 50%;
		margin: 0 auto 20px auto;
	}

	.article.logomark .goods .copy {
		width: 100%;
	}

	.article.logomark .goods .copy .image_box span {
		margin-right: 3%;
	}

	/* workstylelab
	**********************************/
	.workstylelab .index_main span {
		top: 15px;
		left: 15px;
		font-size: 1.4rem;
	}

	.workstylelab .article_head {
		margin-top: 10px !important;
		padding-top: 8px;
		background-color: #fffcf7;
	}

	.workstylelab .article_head span {
		top: 13px;
		left: 15px;
		font-size: 1.0rem;
	}

	.workstylelab .article_box .box {
		flex-wrap: wrap;
	}

	.workstylelab .article_box .box .image {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	.workstylelab .article_box .box .txt {
		width: 100%;
		margin-top: 20px;
	}
}

#cssload-pgloading {}

#cssload-pgloading:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#cssload-pgloading .cssload-loadingwrap {
	position: absolute;
	top: 45%;
	bottom: 45%;
	left: 25%;
	right: 25%;
}

#cssload-pgloading .cssload-bokeh {
	font-size: 97px;
	width: 1em;
	height: 1em;
	position: relative;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	z-index: 20001;
}

#cssload-pgloading .cssload-bokeh li {
	position: absolute;
	width: .2em;
	height: .2em;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li:nth-child(1) {
	left: 50%;
	top: 0;
	margin: 0 0 0 -.1em;
	background: rgb(0, 193, 118);
	transform-origin: 50% 250%;
	-o-transform-origin: 50% 250%;
	-ms-transform-origin: 50% 250%;
	-webkit-transform-origin: 50% 250%;
	-moz-transform-origin: 50% 250%;
	animation:
		cssload-rota 1.3s linear infinite,
		cssload-opa 4.22s ease-in-out infinite alternate;
	-o-animation:
		cssload-rota 1.3s linear infinite,
		cssload-opa 4.22s ease-in-out infinite alternate;
	-ms-animation:
		cssload-rota 1.3s linear infinite,
		cssload-opa 4.22s ease-in-out infinite alternate;
	-webkit-animation:
		cssload-rota 1.3s linear infinite,
		cssload-opa 4.22s ease-in-out infinite alternate;
	-moz-animation:
		cssload-rota 1.3s linear infinite,
		cssload-opa 4.22s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(2) {
	top: 50%;
	right: 0;
	margin: -.1em 0 0 0;
	background: rgb(255, 0, 60);
	transform-origin: -150% 50%;
	-o-transform-origin: -150% 50%;
	-ms-transform-origin: -150% 50%;
	-webkit-transform-origin: -150% 50%;
	-moz-transform-origin: -150% 50%;
	animation:
		cssload-rota 2.14s linear infinite,
		cssload-opa 4.93s ease-in-out infinite alternate;
	-o-animation:
		cssload-rota 2.14s linear infinite,
		cssload-opa 4.93s ease-in-out infinite alternate;
	-ms-animation:
		cssload-rota 2.14s linear infinite,
		cssload-opa 4.93s ease-in-out infinite alternate;
	-webkit-animation:
		cssload-rota 2.14s linear infinite,
		cssload-opa 4.93s ease-in-out infinite alternate;
	-moz-animation:
		cssload-rota 2.14s linear infinite,
		cssload-opa 4.93s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(3) {
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -.1em;
	background: rgb(250, 190, 40);
	transform-origin: 50% -150%;
	-o-transform-origin: 50% -150%;
	-ms-transform-origin: 50% -150%;
	-webkit-transform-origin: 50% -150%;
	-moz-transform-origin: 50% -150%;
	animation:
		cssload-rota 1.67s linear infinite,
		cssload-opa 5.89s ease-in-out infinite alternate;
	-o-animation:
		cssload-rota 1.67s linear infinite,
		cssload-opa 5.89s ease-in-out infinite alternate;
	-ms-animation:
		cssload-rota 1.67s linear infinite,
		cssload-opa 5.89s ease-in-out infinite alternate;
	-webkit-animation:
		cssload-rota 1.67s linear infinite,
		cssload-opa 5.89s ease-in-out infinite alternate;
	-moz-animation:
		cssload-rota 1.67s linear infinite,
		cssload-opa 5.89s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(4) {
	top: 50%;
	left: 0;
	margin: -.1em 0 0 0;
	background: rgb(136, 193, 0);
	transform-origin: 250% 50%;
	-o-transform-origin: 250% 50%;
	-ms-transform-origin: 250% 50%;
	-webkit-transform-origin: 250% 50%;
	-moz-transform-origin: 250% 50%;
	animation:
		cssload-rota 1.98s linear infinite,
		cssload-opa 6.04s ease-in-out infinite alternate;
	-o-animation:
		cssload-rota 1.98s linear infinite,
		cssload-opa 6.04s ease-in-out infinite alternate;
	-ms-animation:
		cssload-rota 1.98s linear infinite,
		cssload-opa 6.04s ease-in-out infinite alternate;
	-webkit-animation:
		cssload-rota 1.98s linear infinite,
		cssload-opa 6.04s ease-in-out infinite alternate;
	-moz-animation:
		cssload-rota 1.98s linear infinite,
		cssload-opa 6.04s ease-in-out infinite alternate;
}

@keyframes cssload-rota {
	from {}

	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-rota {
	from {}

	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-rota {
	from {}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-rota {
	from {}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-rota {
	from {}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes cssload-opa {
	0% {}

	12.0% {
		opacity: 0.80;
	}

	19.5% {
		opacity: 0.88;
	}

	37.2% {
		opacity: 0.64;
	}

	40.5% {
		opacity: 0.52;
	}

	52.7% {
		opacity: 0.69;
	}

	60.2% {
		opacity: 0.60;
	}

	66.6% {
		opacity: 0.52;
	}

	70.0% {
		opacity: 0.63;
	}

	79.9% {
		opacity: 0.60;
	}

	84.2% {
		opacity: 0.75;
	}

	91.0% {
		opacity: 0.87;
	}
}

@-o-keyframes cssload-opa {
	0% {}

	12.0% {
		opacity: 0.80;
	}

	19.5% {
		opacity: 0.88;
	}

	37.2% {
		opacity: 0.64;
	}

	40.5% {
		opacity: 0.52;
	}

	52.7% {
		opacity: 0.69;
	}

	60.2% {
		opacity: 0.60;
	}

	66.6% {
		opacity: 0.52;
	}

	70.0% {
		opacity: 0.63;
	}

	79.9% {
		opacity: 0.60;
	}

	84.2% {
		opacity: 0.75;
	}

	91.0% {
		opacity: 0.87;
	}
}

@-ms-keyframes cssload-opa {
	0% {}

	12.0% {
		opacity: 0.80;
	}

	19.5% {
		opacity: 0.88;
	}

	37.2% {
		opacity: 0.64;
	}

	40.5% {
		opacity: 0.52;
	}

	52.7% {
		opacity: 0.69;
	}

	60.2% {
		opacity: 0.60;
	}

	66.6% {
		opacity: 0.52;
	}

	70.0% {
		opacity: 0.63;
	}

	79.9% {
		opacity: 0.60;
	}

	84.2% {
		opacity: 0.75;
	}

	91.0% {
		opacity: 0.87;
	}
}

@-webkit-keyframes cssload-opa {
	0% {}

	12.0% {
		opacity: 0.80;
	}

	19.5% {
		opacity: 0.88;
	}

	37.2% {
		opacity: 0.64;
	}

	40.5% {
		opacity: 0.52;
	}

	52.7% {
		opacity: 0.69;
	}

	60.2% {
		opacity: 0.60;
	}

	66.6% {
		opacity: 0.52;
	}

	70.0% {
		opacity: 0.63;
	}

	79.9% {
		opacity: 0.60;
	}

	84.2% {
		opacity: 0.75;
	}

	91.0% {
		opacity: 0.87;
	}
}

@-moz-keyframes cssload-opa {
	0% {}

	12.0% {
		opacity: 0.80;
	}

	19.5% {
		opacity: 0.88;
	}

	37.2% {
		opacity: 0.64;
	}

	40.5% {
		opacity: 0.52;
	}

	52.7% {
		opacity: 0.69;
	}

	60.2% {
		opacity: 0.60;
	}

	66.6% {
		opacity: 0.52;
	}

	70.0% {
		opacity: 0.63;
	}

	79.9% {
		opacity: 0.60;
	}

	84.2% {
		opacity: 0.75;
	}

	91.0% {
		opacity: 0.87;
	}
}

.origin-scrollbar {
	width: 1000px;
	height: 20px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.origin-sc-inner {
	height: 1px;
	width: 1671px;
}

.days_wrap_table{
	margin-top: 30px;
}

.days_table {
	margin-top: 0;
	padding-bottom: 15px;
	overflow-x: scroll;
	/* transform: rotateX(180deg); */
}

.days_table table {
	margin: 0 auto;
	margin-top: 5px;
	/* transform: rotateX(180deg); */
}

#myTable .tablesorter-header {
	cursor: pointer;
	outline: none;
	/* overflow-x: scroll; */
	white-space: nowrap;
}

#myTable .t-size1 {
    min-width: 200px;
    white-space: inherit;
}

#myTable .t-size2 {
    min-width: 300px;
    white-space: inherit;
}

.days_table .tablesorter-dropbox td:nth-child(4) {
    min-width: 300px;
    white-space: inherit;
}
.days_table .tablesorter-dropbox td:nth-child(6) {
    min-width: 200px;
    white-space: inherit;
}



#myTable .tablesorter-headerAsc .tablesorter-header-inner::after {
	transform: translateY(-50%) rotate(-180deg);
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
}

.scroll-hint-origin {
	/* transform: rotateX(180deg); */
	bottom: 0 !important;
    top: 10% !important;
    width: 150px !important;
    height: 90px !important;
}

/* #myTable .tablesorter-headerUnSorted .tablesorter-header-inner::after {
	display: none;
} */

#myTable .tablesorter-header-inner::after {
	content: '▼';
	font-size: 10px;
	position: absolute;
	right: -2.5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#myTable .tablesorter-header-inner {
	font-size: 14px;
	position: relative;
	padding-right: 12.5px;
	line-height: 1.7;
}

.days_table .tablesorter-dropbox td {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	padding: 7.5px;
	white-space: nowrap;
	border-right: 1px solid #edf1f5;
	/* overflow-x: scroll; */
}

.days_table .tablesorter-dropbox td:last-child {
	border-right: 0;
}

.days_table .tablesorter-dropbox tbody>tr.even:hover>td,
.days_table .tablesorter-dropbox tbody>tr.hover>td,
.days_table .tablesorter-dropbox tbody>tr.odd:hover>td,
.days_table .tablesorter-dropbox tbody>tr:hover>td {
	border-right: #c6d8e4 1px double;
}

.days_table .tablesorter-dropbox tbody>tr.even:hover>td:last-child,
.days_table .tablesorter-dropbox tbody>tr.hover>td:last-child,
.days_table .tablesorter-dropbox tbody>tr.odd:hover>td:last-child,
.days_table .tablesorter-dropbox tbody>tr:hover>td:last-child {
	border-right: 0;
}

.days_table .tablesorter-dropbox td:nth-child(4),
.days_table .tablesorter-dropbox td:nth-child(5),
.days_table .tablesorter-dropbox td:nth-child(6),
.days_table .tablesorter-dropbox td:nth-child(7),
.days_table .tablesorter-dropbox td:nth-child(8) {
	text-align: left;
}

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


	.origin-scrollbar {
		/* height: 20px; */
		width: 100%;
	}

	.origin-sc-inner {
		width: 1533px;
		/* height: 1px; */
		/* max-width: calc(100% + 50px); */
	}

}

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

	#myTable .tablesorter-header-inner,
	.days_table .tablesorter-dropbox td {
		font-size: 12px;
	}

	.origin-scrollbar {
		/* height: 20px; */
		width: 100%;
	}

	.origin-sc-inner {
		/* height: 1px; */
		width: 1533px;
		/* max-width: calc(100% + 50px); */
	}
	
	.days_wrap_table{
		margin-top: 30px;
	}

}
.construction_period .container .txt {
    width: 58%;
}


.construction_period .container h4,
.construction_period .container p {
	padding: 12px 0;
	border-bottom: 1px solid #333;
}
.construction_period .container a	 {
	text-decoration: none;
}

.article.action .link {
	padding: 20px 40px;
	background-color: #f5f5f5;
}
.construction_period .links_bgGray01col li {
	background-image: none;
}
@media only screen and (max-width: 650px) {
body#sougou .construction_period .flex {
display: block;
}
.construction_period .container .txt {
	width: 100%;
}
}