@charset "utf-8";
/* CSS Document */
html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	font-family: "Yu Gothic", sans-serif;
	font-size: 90%;
	font-weight: 500;
}

/* ---------------------------------
	header
--------------------------------- */
.headOn #headerArea {
	position: fixed;
	width: 100%;
	top: -49px;
	background: #fff;
	z-index: 999;
	transition: 0.5s ease;
}
.headOn #headerArea.down {
	top: 0;
}
@media(min-width:769px) {
	.headOn #topnavWrap {
		display: none;
	}
}

/* ---------------------------------
	base
--------------------------------- */
h1 {
	font-weight: bold;
}
h2, h3, h4, h5 {
	font-weight: 500;
	line-height: 1.4;
}
#wrapper {
	background: #f5f5f5;
	overflow: hidden;
	width: 100%;
}
a, a:visited {
	color: #000;
}
p {
	line-height: 1.8;
}
*::selection {
	background: #49cdff;
	color: #fff;
}
@media(min-width:769px) {
	#wrapper a:hover {
		transition: 0.3s ease;
	}
}
.contWrap {
	box-sizing: border-box;
	margin: 0 auto 70px;
	width: 100%;
    max-width: 1120px;
	padding: 50px 60px 70px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	position: relative;
}
.contWrap::after {
	content: '';
	display: block;
	clear: both;
}

/* ---------------------------------
	mv
--------------------------------- */
.mv {
	height: 200px;
    display: flex;
    align-items: center;
}
.mv.__index {
	height: 450px;
}
@media(max-width:768px) {
    .mv.__index {
        height: 260px;
    }
}

.headOn .mv {
	margin-top: 84px;
}
.mv h1 {
	padding-bottom: 12px;
	font-size: 32px;
	color: #29b7ec;
	text-align: center;
	letter-spacing: .07em;
	position: relative;
    margin: 0 auto;
}
.mv h1::after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #29b7ec;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.telCircle {
	box-sizing: border-box;
	width: 130px;
	height: 130px;
	padding-top: 25px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,.08);
	background: #97c730;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-top: -105px;
	margin-left: 345px;
}
.telCircle .telIco {
	margin-left: -4px;
}
.telCircle .telIco img {
	width: 25px;
}
.telCircle ul {
	margin-top: 2px;
}
.telCircle li {
	line-height: 1.2;
}

/* ---------------------------------
	breadCrumb
--------------------------------- */
.breadCrumb {
	width: 100%;
    max-width: 1120px;
	margin: 0 auto;
}
.breadCrumb ul {
	padding: 15px 0;
}
.breadCrumb li {
	display: inline-block;
}
.breadCrumb p {
	padding: 24px 0;
    text-align: center;
}
.breadCrumb p a {
    text-decoration: underline;
}
.breadCrumb p a:hover {
    text-decoration: none;
}

.breadCrumb p span {
	padding: 2px 32px 2px 0;
	background: url(../images/pdf_ico.png) center right /16px 16px no-repeat;
    /* 2020.12.22 一旦消し */
}

.breadCrumb li + li {
	margin-left: 12px;
	padding-left: 24px;
	position: relative;
}
.breadCrumb li + li::before {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

/* ---------------------------------
	contNav
--------------------------------- */
.contNav {
	width: 190px;
	float: left;
}
.contNav.on {
	position: fixed;
	top: calc(30px + 49px);
}
.contNav.on.stop {
	position: absolute;
	top: auto;
	bottom: 70px;
}
.contNav a.active,
.contNav p.active {
	color: #29b7ec;
	font-weight: bold;
}
.contNav a {
	display: block;
}
.contNav a:hover {
	text-decoration: none;
}
.contNav > p {
	border-top: 1px solid #29b7ec;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}
.contNav p a {
	box-sizing: border-box;
	padding: 11px 0 10px 10px;
	cursor: default;
}
.contNav p a .spMenu {
	display: flex;
	position: absolute;
	right: 38px;
	top: 0;
	bottom: 0;
	margin: auto;
	align-items: center;
	font-size: 10px;
}
@media(min-width:769px) {
	.contNav p a .spMenu {
		display: none;
	}
}
.contNav p a:hover {
	color: #000;
}
.contNav p .contToggle {
	display: none;
}
.contNav li {
	position: relative;
}
.contNav li a,
.contNav li p {
	padding: 12px 10px 12px 16px;
	font-size: 13px;
	color: #000;
	position: relative;
	z-index: 10;
}
.contNav li.hasToggle a,
.contNav li.hasToggle p {
	padding-right: 40px;
}
.contNav li a::before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #ebfaff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: width 0.3s ease;
}
.contNav li a::after,
.contNav li p::after {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
@media(min-width:769px) {
	.contNav li a:hover {
		color: #29b7ec;
	}
	.contNav li a:hover::before {
		width: 100%;
		transition: 0.3s ease;
	}
	.contNav li a:hover::after {
		background: #29b7ec;
	}
}
.contNav li a.active::after,
.contNav li p.active::after{
	background: #29b7ec;
}
.contNav .secondToggle {
	display: block;
	box-sizing: border-box;
	width: 40px;
	height: 44px;
	/* background: #fff; */
	/* border-top: 1px solid #fff; */
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	cursor: pointer;
}
.contNav .secondToggle::before,
.contNav .secondToggle::after {
	content: '';
	display: block;
	background: #29b7ec;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: rotate(0);
}
.contNav .secondToggle::before {
	width: 12px;
	height: 2px;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.contNav .secondToggle::after {
	width: 2px;
	height: 12px;
	border: none;
	transform: rotate(0);
	transition:  transform 0.3s ease;
}
.contNav .secondToggle.active {
	background: #e1f5fd;
}
.contNav .secondToggle.active::before {
	opacity: 0;
	transition: 0.3s ease;
}
.contNav .secondToggle.active::after {
	transform: rotate(90deg);
	transition: 0.3s ease;
}

/* 2ndList */
.contNav .secondList {
	display: none;
	margin-top: 0;
	background: #e1f5fd;
}
.contNav .secondList.on {
	display: block;
}
.contNav .secondList li a {
	padding-right: 10px;
}
.contNav .secondList li a::before {
	background: #f7fdff;
}

/* download */
.contNav li a.download {
	margin: 10px 0 20px;
	padding: 10px 14px;
	border-radius: 3px;
	box-sizing: border-box;
	background: #f2f2f2;
	font-size: 14px;
	line-height: 1.4;
}
.contNav li a.contact::before {
	background: #fff;
}
.contNav li a.download::after {
	display: none;
}
.contNav li a.download span {
	display: inline-block;
	padding-left: 32px;
	background: url(/common/images/ico_download.png) left center /20px auto no-repeat;
}
.contNav li a.download:hover {
	color: #29b7ec;
}
.contNav li a.download:hover span {
	background-image: url(/common//images/ico_download_blue.png);
}

/* contact */
.contNav li a.contact {
	margin-top: 10px;
	height: 40px;
	padding: 0;
	box-sizing: border-box;
	background: #29b7ec;
	border: 1px solid #29b7ec;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.contNav li a.contact::before {
	border-radius: 20px;
	background: #fff;
}
.contNav li a.contact::after {
	display: none;
}
.contNav li a.contact span {
	padding-left: 32px;
	background: url(/medichem/images/ico_mail.png) left center /20px 14px no-repeat;
}
.contNav li a.contact:hover {
	color: #29b7ec;
}
.contNav li a.contact:hover span {
	background-image: url(/medichem/images/ico_mail_blue.png);
}

/* ---------------------------------
	contMain
--------------------------------- */
.wordBreak {
	word-break: break-all;
}
.contMain {
	width: calc(100% - 240px);
	float: right;
}

.single .contMain {
	width: 100%;
}
.contMain section + section {
	margin-top: 60px;
}
.contMain h2 {
	margin-bottom:20px;
	padding: 14px 0 12px 10px;
	border-top: 1px solid #29b7ec;
	border-bottom: 1px dotted #ccc;
	font-size: 26px;
	line-height: 1.4;
}
.contMain h3 {
	margin: 30px 0 16px;
	padding-left: 16px;
	font-size: 22px;
	line-height: 1.4;
	position: relative;
}
.contMain h3::before,
.contMain h3::after {
	content: '';
	display: block;
	width: 6px;
	height: 12px;
	position: absolute;
	left: 0;
}
.contMain h3::before {
	background: #29b7ec;
	border-radius: 3px 3px 0 0;
	top: 2px;
}
.contMain h3::after {
	background: #dfdfdf;
	border-radius: 0 0 3px 3px;
	top: 14px;
}
.contMain h3 span {
	font-size: .75em;
}
.contMain h4 {
	margin: 15px 0 10px;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 16px;
	border-bottom: 1px dotted #ccc;
	font-size: 20px;
	color: #000;
	position: relative;
}
.contMain h4::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #29b7ec;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.contMain h4.nonLine {
	border-bottom: none;
	padding-top: 4px;
	padding-bottom: 0;
}
.contMain h4 a {
	text-decoration: underline;
}
.contMain h4 a:hover {
	color: #8ee0ff;
	text-decoration: none;
}
.contMain h5 {
	margin: 15px 0 5px;
	font-size: 16px;
	font-weight: bold;
}
.contMain section > * + p {
	margin-top: 10px;
}
.contMain .titleNote {
	font-size: 12px;
	line-height: 1.4;
	text-align: right;
}
.contMain .titleNote span {
	display: inline-block;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}
.contMain .indent_l,
.contMain .indent_m,
.contMain .indent_s {
	margin-left: 1.2em;
}

/* link btn */
.contMain .btnGray,
.contMain .btnWhite {
	margin-top: 12px;
	display: inline-block;
	box-sizing: border-box;
	padding: 12px 35px 12px 15px;
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 10;
	transition: color 0.5s ease;
	cursor: pointer;
}
.contMain .btnWhite {
	background: #fff;
	border-bottom: 1px solid #eee;
}
.contMain .btnGray::before,
.contMain .btnWhite::before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #29b7ec;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: width 0.5s ease, opacity 0.5s ease;
}
.contMain .btnWhite::before {
	background: #29b7ec;
}
.contMain .btnGray::after,
.contMain .btnWhite::after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
}
.contMain .btnWhite::after {
	border-color: #29b7ec;
}
.contMain .btnGray.active,
.contMain .btnWhite.active {
	color: #fff;
	text-decoration: none;
	transition: color 0.5s ease;
}
.contMain .btnGray:hover,
.contMain .btnWhite:hover {
	text-decoration: none;
}
@media(min-width:769px) {
	.contMain .btnGray:hover,
	.contMain .btnWhite:hover {
		color: #fff;
		transition: color 0.5s ease;
	}
}
.contMain .btnGray.active::before,
.contMain .btnWhite.active::before {
	width: 100%;
	opacity: 1;
	transition: 0.3s ease;
}
@media(min-width:769px) {
	.contMain .btnGray:hover::before,
	.contMain .btnWhite:hover::before {
		width: 100%;
		opacity: 1;
		transition: 0.3s ease;
	}
}
.contMain .btnGray.active::after,
.contMain .btnWhite.active::after {
	border-color: #fff;
}
@media(min-width:769px) {
	.contMain .btnGray:hover::after,
	.contMain .btnWhite:hover::after {
		border-color: #fff;
	}
}

.pdfBtn {
	margin-top: 12px;
	display: inline-block;
	padding: 10px 20px;
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	text-decoration: none!important;
	text-align: center;
	position: relative;
	z-index: 0;
	color: #000;
	transition: color 0.5s ease;
    cursor: pointer;
}
.pdfBtn::before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #29b7ec;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: width 0.5s ease, opacity 0.5s ease;
}
.pdfBtn span {
	padding: 2px 32px 2px 0;
    background: none !important;
	/* background: url(../images/pdf_ico.png) center right /16px 16px no-repeat; */
    /* 2020.12.22 一旦消し */
}
.pdfBtn[href$=".xls"] span,
.pdfBtn[href$=".xlsx"] span {
	background-image: url(../images/xls_ico.png);
}
.pdfBtn[href$=".html"] span {
	display: block;
	background-image: url(../images/html_ico.png);
}
@media(min-width:769px) {
	.pdfBtn:hover {
		text-decoration: none;
		color: #fff!important;
		transition: color 0.5s ease;
	}
	.pdfBtn:hover::before {
		width: 100%;
		opacity: 1;
		transition: 0.5s ease;
	}
	.pdfBtn:hover span {
		background-image: url(../images/pdf_ico_w.png);
		transition: background-image 0.5s ease;
	}
	.pdfBtn[href$=".html"]:hover span {
		background-image: url(../images/html_ico_w.png);
		transition: background-image 0.5s ease;
	}
}

.contactBtn {
	margin-top: 10px;
	height: 40px;
	padding: 0;
	box-sizing: border-box;
	background: #29b7ec;
	border: 1px solid #29b7ec;
	border-radius: 20px;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	display: block;
	position: relative;
	z-index: 10;
	text-decoration: none !important;
}
.contactBtn::before {
	border-radius: 20px;
	background: #fff;
	content: '';
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: width 0.3s ease;
}
.contactBtn span {
	padding-left: 32px;
	background: url(/medichem/images/ico_mail.png) left center /20px 14px no-repeat;
}
@media(min-width:769px) {
	.contactBtn:hover {
		color: #29b7ec !important;
		background:none;
	}
	.contactBtn:hover span {
		background-image: url(/medichem/images/ico_mail_blue.png);
	}
	.contactBtn:hover::before {
		width: 100%;
	}
}

/* ul > .pdfBtn */

.listPdfs .pdfBtn {
	background: none;
	margin-top: 0;
	border:none;
	padding: 0 20px 0 0;
}

.listPdfs li+li{
	margin-top:20px !important;
}

/* ul ol */
.contMain ol {
	counter-reset: num;
}
.contMain * + ul,
.contMain * + ol {
	margin-top: 10px;
}
.contMain li {
	padding-left: 20px;
	position: relative;
}
.contMain li > ul,
.contMain li > ol {
	margin: 10px 0 15px;
}
.contMain li > a {
	text-decoration: underline;
}
.contMain li > a:hover {
	color: #29b7ec;
}
.contMain ol li {
	padding-left: 20px;
}
.contMain ul li::before {
	content: '';
	width: 10px;
	height: 1px;
	background: #555;
	position: absolute;
	top: 8px;
	left: 0;
}
.contMain ol li::before {
	counter-increment: num;
	content: counter(num) ". ";
	color: #29b7ec;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.contMain li + li {
	margin-top: 8px;
}
.contMain .pickupListWrap ul li::before {
    display: none;
}
.contMain .pickupListWrap li + li {
	margin-top: 0;
}

.contMain .randomList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contMain .randomList::after {
	content: '';
	display: block;
	width: 32%;
	height: 100%;
}
.contMain .randomList li {
	width: 32%;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 0;
}
.contMain .randomList.-half::after,
.contMain .randomList.-half li {
    width: calc((100% - 20px) / 2);
}
.contMain .randomList li::before {
	display: none;
}
.contMain .randomList li a {
	display: flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	padding: 12px 35px 12px 15px;
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	color: #000;
	position: relative;
	z-index: 10;
	transition: color 0.5s ease;
}
.contMain .randomList li a::before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #29b7ec;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: width 0.5s ease, opacity 0.5s ease;
}
.contMain .randomList li a::after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
}
.contMain .randomList li a.__blank::after {
    background: url("../images/ico_blank.png") 0 0 no-repeat;
	width: 10px;
	height: 9px;
	border: none;
	transform: rotate(0);
	position: absolute;
	top: 0;
	right: 10px;
}
.contMain .randomList li a.active {
	color: #fff;
	text-decoration: none;
	transition: color 0.5s ease;
}
@media(min-width:769px) {
	.contMain .randomList li a:hover {
		color: #fff;
		text-decoration: none;
		transition: color 0.5s ease;
	}
}
.contMain .randomList li a.active::before {
	width: 100%;
	opacity: 1;
	transition: 0.3s ease;
}
@media(min-width:769px) {
	.contMain .randomList li a:hover::before {
		width: 100%;
		opacity: 1;
		transition: 0.3s ease;
	}
}
.contMain .randomList li a.active::after {
	border-color: #fff;
}
.contMain .randomList li a.__blank:hover::after {
    background: url("../images/ico_blank_w.png") 0 0 no-repeat;
}

@media(min-width:769px) {
	.contMain .randomList li a:hover::after {
		border-color: #fff;
	}
    .contMain .randomList li a.__blank:hover::after {
        background: url("../images/ico_blank_w.png") 0 0 no-repeat;
    }
}

.contMain .randomList.cell2 li{
	width: 48%;
}

/* pdfList */
.pdfList li {
	padding-left: 0;
}
.pdfList li + li {
	margin-top: 15px;
}
.pdfList li::before {
	display: none;
}
.pdfList dl {
	border: 1px solid #29b7ec;
}
.pdfList dt p,
.pdfList dd p {
	box-sizing: border-box;
	padding: 12px;
}
.pdfList dt p {
	padding-right: 45px;
}
.pdfList dt {
	position: relative;
}
.pdfList dt .pdfToggle {
	display: block;
	width: 45px;
	height: 100%;
	background: #e1f5fd;
	position: absolute;
	right: 0;
	bottom: 0;
}
.pdfList dt .pdfToggle::before,
.pdfList dt .pdfToggle::after {
	content: '';
	display: block;
	background: #29b7ec;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transform: rotate(0);
}
.pdfList dt .pdfToggle::before {
	width: 12px;
	height: 2px;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.pdfList dt .pdfToggle::after {
	width: 2px;
	height: 12px;
	border: none;
	transform: rotate(0);
	transition:  transform 0.3s ease;
}
.pdfList dt .pdfToggle:hover,
.pdfList dt .pdfToggle.active {
	background: #e1f5fd;
}
.pdfList dt .pdfToggle.active::before {
	opacity: 0;
	transition: 0.3s ease;
}
.pdfList dt .pdfToggle.active::after {
	transform: rotate(90deg);
	transition: 0.3s ease;
}
.pdfList dt p {
	width: calc(100% - 45px);
	position: relative;
	cursor: pointer;
}
.pdfList dt p:hover {
	color: #29b7ec;
	transition: 0.3s ease;
}
.pdfList dt a[href$="pdf"],
.pdfList dt a[href$="pdf#zoom=100"],
.pdfList dt a[href$=".html"] {
	display: block;
	width: 45px;
	height: 100%;
	position: absolute;
	right: 45px;
	bottom: 0;
}
.pdfList dt a[href$="pdf"]:hover,
.pdfList dt a[href$="pdf#zoom=100"]:hover,
.pdfList dt a[href$=".html"]:hover {
	background: #fceded;
}
.pdfList dt a[href$="pdf"] img,
.pdfList dt a[href$="pdf#zoom=100"] img,
.pdfList dt a[href$=".html"] img {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.pdfList dd {
	background: #e1f5fd;
	display: none;
}
.pdfList dd.on {
	display: block;
}
.pdfList dd .pdfBtn {
	background: #29b7ec;
	color: #fff;
}
.pdfList dd .pdfBtn span {
	background-image: url(../images/pdf_ico_white.png);
}
.pdfList dd .pdfBtn[href$=".html"] span {
	background-image: url(../images/html_ico_w.png);
}
.pdfList dd .pdfBtn::before {
	background: #70cef1;
}
.pdfList dd .pdfBtn:hover span {
	color: #fff;
}

/* figure img */
.contMain figure {
	margin: 10px 0 0;
	text-align: center;
}
.contMain figure.al-left{
	text-align: left;
}
.contMain figure img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}
.contMain figure figcaption {
	margin-top: 0;
	padding: 10px;
	background: #f8f8f8;
	font-size: 12px;
	line-height: 1.4;
}

/* table */
.contMain section * + .tableWrap {
	margin-top: 10px;
}
.contMain table {
	width: 100%;
	border: 1px solid #ccc;
}
.contMain table th,
.contMain table td {
	padding: 10px 10px;
}
.contMain table .cell2{
	width: 50%;
	box-sizing: border-box;
}
.contMain table th {
	background: #e1f5fd;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/* font-weight: bold; */
}
.contMain table th.corner {
	background: #c7e7f4;
}
.contMain table .gray {
	background: #f5f5f5;
}

.contMain table td {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.contMain table td a {
	text-decoration: underline;
	color: #29b7ec;
}
.contMain table td a:hover {
	text-decoration: none;
	color: #8ee0ff;
}
.contMain table td h4 {
	margin-top: 0;
}
.contMain table td .note {
	margin-top: 10px;
}

.contMain table.centerCell th,
.contMain table.centerCell td{
	text-align: center;
}

.w30p{
	width: 30%;
}
.w20p{
	width: 25%;
}
.w10p{
	width: 10%;
}


/* intro */
.intro {
	margin-top: 30px;
	padding: 30px;
	background: #f1fbff;
	position: relative;
}
.contMain .titleNote + .intro {
	margin-top: 20px;
}
.intro::before,
.intro::after {
	content: '';
	display: block;
	position: absolute;
}
.intro::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #29b8ec transparent transparent transparent;
	top: 10px;
	left: 10px;
}
.intro::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #29b8ec transparent;
	right: 10px;
	bottom: 10px;
}
.intro h4 {
	margin-top: 0;
	padding: 0;
	border-bottom: none;
	font-size: 22px;
	color: #29b7ec;
}
.intro h4::before {
	display: none;
}
.intro p + p {
	margin-top: 10px;
}

/* news & topics */
.news {
	border: 1px solid #29b7ec;
	padding: 30px 30px 65px;
	position: relative;
}
.news h4 {
	margin-top: 0;
	padding: 0;
	border-bottom: none;
	font-size: 20px;
	color: #29b7ec;
	/* font-weight: bold; */
	text-align: center;
}
.news h4::before {
	display: none;
}
.newsList {
	margin-top: 15px;
}
.newsList li {
	padding-left: 0;
	border-bottom: 1px solid #eee;
}
.newsList li dl {
    display: flex;
}
.newsList li dl dd {
    padding: 0 0 0 20px
}
@media(max-width:768px) {
    .newsList li dl {
        flex-direction: column;
    }
    .newsList li dl dt {
        padding: 10px 0 5px;
    }
    .newsList li dl dd {
        padding: 5px 0 0;
    }
}

.newsList li + li {
	margin-top: 0;
}
.news .newsList li:nth-child(n + 4) {
	display: none;
}
.newsList li::before {
	display: none;
}
.newsList li a,
.newsList li .no-link{
	display: flex;
	align-items: center;
	padding: 10px 30px 10px 0;
	text-decoration: none;
	position: relative;
}
.newsList li a::after {
	content: '';
	display: block;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border-top: 1px solid #29b7ec;
	border-right: 1px solid #29b7ec;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.newsList li a::after {
	width: 16px;
	height: 16px;
	border: none;
	background: url(../images/pdf_ico.png) center /cover no-repeat;
	transform: none;
}
.newsList li a.notpdf::after{
	background: none;
	width: 7px;
	height: 7px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	transform: rotate(45deg);
	right: 7px;
}
.newsList li a.notpdf:hover::after {
	border-color: #29b7ec;
}
.newsList li a p {
	line-height: 1.6;
}
.newsList li div {
	display: flex;
	align-items: center;
	padding: 10px 30px 10px 0;
	position: relative;
}
.newsList li time {
	margin-right: 20px;
	font-size: 12px;
	color: #888;
}
.newsList li a:hover {
	color: #29b7ec;
	text-decoration: none;
}
.news .tglSwitch {
	display: block;
	width: 45px;
	height: 45px;
	background: #29b7ec;
	position: absolute;
	right: 0;
	bottom: 0;
}
.news .newsList{
	border-top: 1px solid #eee;
}

.news .tglSwitch::before,
.news .tglSwitch::after {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.news .tglSwitch::before {
	width: 2px;
	height: 12px;
}
.news .tglSwitch::after {
	width: 12px;
	height: 2px;
}
.newsList dd span {
    top: 0;
    bottom: 0;
    margin-right: 10px;
    display: inline-block;
    height: 24px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}
.newsList dd span.-info {
    left: 0;
    width: 86px;
    background: #29b7ec;
    color: #fff;
}
@media(max-width:768px) {
    .newsList dd span {
        top: 15px;
        position: absolute;
    }
    .newsList dd span.-info {
        left: 85px;
    }
}

@media(min-width:769px) {
	.news .tglSwitch:hover {
		background: #f1fbff;
	}
	.news .tglSwitch:hover::before,
	.news .tglSwitch:hover::after {
		background: #29b7ec;
	}
}
.news .tglSwitch.active::before {
	display: none;
}

/* anotate */
.anotate {
	padding: 20px;
	background: #f6f6f6;
	font-size: 12px;
}

/* note */
.note {
	padding-left: 10px;
	font-size: 12px;
}
.note.red {
	color: #f10a0a;
}
.note_mark {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

/* adobe */
.adobe {
	margin-top: 10px;
	display: flex;
}
.adobe img {
	height: 33px;
}
.adobe p {
	margin-left: 10px;
	font-size: 12px;
}

/* flexbox */
.flex {
	margin-top: 20px;
	display: flex;
}
.flex.center {
	justify-content: center;
}
.flex.between {
	justify-content: space-between;
}
.flex > div + div {
	margin-left: 20px;
}
.flex figure {
	margin-top: 0;
}

/* subNav */
.contMain .subNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
	padding-top: 20px;
	border-top: 1px solid #29b7ec;
}
.contMain .subNav::after {
	content: '';
	display: block;
	width: calc((100% - 15px * 2) / 3);
}
.contMain .subNav li {
	box-sizing: border-box;
	width: calc((100% - 15px * 2) / 3);
	padding-left: 16px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.4;
}
.contMain .subNav li:nth-last-child(-n + 3) {
	margin-bottom: 0;
}
.contMain .subNav li + li {
	margin-top: 0;
}
.contMain .subNav li::before {
	width: 8px;
	top: 7px;
	bottom: auto;
}
.contMain .subNav li.active::before {
	background: #29b7ec
}
.contMain .subNav li a {
	color: #888;
	text-decoration: none;
}
.contMain .subNav li a:hover,
.contMain .subNav li.active a {
	color: #29b7ec;
}

/* アンカー */
.contMain section p > a {
	text-decoration: underline;
}
.contMain section p > a:hover {
	color: #29b7ec;
}
/*
.contMain section li > a,
.contMain section p > a {
	text-decoration: underline;
}
.contMain section li > a:hover,
.contMain section p > a:hover {
	color: #29b7ec;
}
*/

@media(max-width:768px) {
	/* ---------------------------------
		base
	--------------------------------- */
	.contWrap {
		width: 100%;
		padding: 0 0 70px;
		overflow: visible;
	}

	/* ---------------------------------
		mv
	--------------------------------- */
	.headOn .mv {
		margin-top: 47px;
	}
	.telCircle {
		right: 4%;
		left: auto;
		margin-left: auto;
	}

	/* ---------------------------------
		breadCrumb
	--------------------------------- */
	.breadCrumb {
		width: 92%;
		margin: 0 auto;
		padding-bottom: 25px;
	}
	.breadCrumb ul {
		font-size: 12px;
		padding: 12px 0;
	}

	/* ---------------------------------
		contNav
	--------------------------------- */
	.contNav {
		width: 92%;
		margin: auto;
		box-shadow: 0 0 7px rgba(0,0,0,.2);
		float: none;
		position: relative!important;
		top: -25px!important;
		right: 0;
		left: 0;
		border-radius: 23px;
		overflow: hidden;
		z-index: 10;
	}
	.contNav p {
		border: none;
		position: relative;
	}
	.contNav p a {
		padding: 10px 0 10px 20px;
		background: #29b7ec;
		color: #fff!important;
		position: relative;
		z-index: 0;
		cursor: pointer;
	}
	.contNav p a::before {
		content: '';
		display: block;
		width: 0;
		height: 100%;
		background: #179ed0;
		position: absolute;
		left: 0;
		top: 0;
		transition: width 0.3s ease;
		z-index: -1;
	}
	/*
	.contNav p a:hover::before {
		width: 100%;
		transition: width 0.3s ease;
	}
	*/
	.contNav li a::after,
	.contNav li p::after {
		display: none;
	}
	.contNav p a .contToggle {
		display: block;
		width: 45px;
		height: 100%;
		padding: 0;
		/* background: #29b7ec; */
		position: absolute;
		top: 0;
		right: 0;
	}
	/* 
	.contNav p a .contToggle.active {
		background: #179ed0;
	}
	*/
	.contNav p a .contToggle::before,
	.contNav p a .contToggle::after {
		content: '';
		display: block;
		background: #fff;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transform: rotate(0);
	}
	.contNav p a .contToggle::before {
		width: 10px;
		height: 2px;
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	.contNav p a .contToggle::after {
		width: 2px;
		height: 10px;
		border: none;
		transform: rotate(0);
		transition:  transform 0.3s ease;
	}
	.contNav p a .contToggle.active::before {
		opacity: 0;
		transition: 0.3s ease;
	}
	.contNav p a .contToggle.active::after {
		transform: rotate(90deg);
		transition: 0.3s ease;
	}
	.contNav ul {
		display: none;
		margin-top: 0;
		background: #e1f5fd;
	}
	.contNav ul.on {
		display: block;
	}
	.contNav li + li {
		border-top: 1px solid #c7e7f4;
	}
	.contNav > li:last-child {
		display: none;
	}
	.contNav li a,
	.contNav li p {
		color: #000;
		padding-left: 20px;
	}
	.contNav li a::after {
		content: '';
		display: block;
		box-sizing: border-box;
		width: 7px;
		height: 7px;
		background: none;
		border-top: 2px solid #29b7ec;
		border-right: 2px solid #29b7ec;
		transform: rotate(45deg);
		position: absolute;
		right: 20px;
		left: auto;
	}
	.contNav li.hasToggle a::after {
		display: none;
	}
	.contNav li a:hover::after,
	.contNav li a.active::after {
		background: none;
	}
	.contNav li a.download {
		margin: 0;
		padding: 12px 10px 12px 20px;
		border-radius: 0;
	}
	.contNav li a.download::after {
		content: '';
		display: block;
		box-sizing: border-box;
		width: 7px;
		height: 7px;
		background: none;
		border-top: 2px solid #555;
		border-right: 2px solid #555;
		transform: rotate(45deg);
		position: absolute;
		right: 20px;
		left: auto;
	}
	.contNav li a.contact {
		display: none;
	}
	.contNav li a.contact::before {
		display: none;
	}
	.contNav .secondToggle {
		width: 45px;
		border-top: none;
		/* background: #e1f5fd; */
	}
	.contNav .secondToggle.active {
		background: #c7e7f4;
	}

	/* 2ndList */
	.contNav .secondList {
		background: #c7e7f4;
	}
	.contNav .secondList li a::before {
		background: #d1ecf6;
	}

	/* ---------------------------------
		contMain
	--------------------------------- */
	.contMain {
		width: 92%;
		margin: 10px auto 0;
		float: none;
	}
	.single .contMain section {
		width: 92%;
		margin: 0 auto;
	}
	.contMain .btnGray,
	.contMain .btnWhite {
		font-size: 12px;
	}

	/* ul ol */
	.contMain .randomList li,
    .contMain .randomList.-half li {
		width: 49%;
	}
	.contMain .randomList li a {
		font-size: 12px;
	}

	/* subNav */
	.contMain .subNav li {
		width: calc((100% - 10px * 2) / 3)
	}
}

@media(max-width:768px) {
	/* ---------------------------------
		mv
	--------------------------------- */
	.mv {
		height: 160px;
		margin-top: 47px;
	}
	.hidden .mv {
		z-index: -1;
	}
	.mv h1 {
		padding-bottom: 10px;
		font-size: 24px;
		/* top: 58px; */
	}
	.mv h1.back {
		z-index: -1;
	}
	.telCircle {
		width: calc((100% - 50px) / 2);
		height: 44px;
		padding-top: 0;
		right: 50px;
		border-radius: 0;
		background: rgba(151,199,48,.86);
		position: fixed;
		bottom: 0;
		z-index: 9999;
	}
	.telCircle .telIco {
		display: block;
		box-sizing: border-box;
		padding-top: 6px;
		width: 100%;
		height: 100%;
		margin-left: 0;
		cursor: pointer;
	}
	.telCircle .telIco img {
		width: 22px;
	}
	/*
	.telCircle .telIco:hover {
		background: #bbde71;
		transition: 0.3s ease;
	}
	*/
	.telCircle > ul {
		display: none;
	}
	.telCircle > ul.on {
		display: block;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 44px;
		background: rgba(69,69,69,.86);
	}
    .telCircle > ul.on li:nth-of-type(2){
        display: none;
    }
	.telCircle span {
		display: block;
		height: 46px;
		line-height: 46px;
	}
	.telCircle span a {
		display: block;
		color: #fff;
		text-decoration: none;
	}
	.telCircle span a:hover {
		text-decoration: none;
	}

	/* ---------------------------------
		breadCrumb
	--------------------------------- */
	.breadCrumb li + li {
		margin-left: 8px;
		padding-left: 20px;
	}

	/* ---------------------------------
		contMain
	--------------------------------- */
	.contMain section + section {
		margin-top: 50px;
	}
	.contMain h2 {
		padding: 10px 0 10px 10px;
		font-size: 20px;
	}
	.contMain h3 {
		margin: 30px 0 15px;
		font-size: 18px;
	}
	.contMain h3::before,
	.contMain h3::after {
		height: 11px;
	}
	.contMain h3::after {
		top: 13px;
	}
	.contMain h4 {
		margin-top: 10px;
		font-size: 16px;
	}
	.contMain h4::before {
		border-width: 6px 0 6px 7px;
	}
	.contMain h5 {
		font-size: 14px;
	}
	.contMain .titleNote {
		font-size: 11px;
	}

	/* ul ol */
	.contMain .randomList li {
		display: block;
		margin-right: 0;
	}

	/* table */
	.contMain .tableWrap {
		overflow-y: hidden;
		overflow-x: auto;
		 -webkit-overflow-scrolling: touch;
	}
	.contMain .tableWrap::-webkit-scrollbar {
		height: 7px;
	}
	.contMain .tableWrap::-webkit-scrollbar-track {
		border-radius: 0;
		background: #f0f0f0;
	}
	.contMain .tableWrap::-webkit-scrollbar-thumb {
		border-radius: 0;
		background: #999;
	}
	.contMain table {
		/* min-width: 400px; */
	}
	.contMain table th,
	.contMain table td {
		padding: 8px;
		font-size: 12px;
	}

	/* intro */
	.intro {
		padding: 20px;
		background: #f1fbff;
	}
	.intro {
		text-align: left;
	}
	.intro::before {
		border-width: 10px 10px 0 0;
	}
	.intro::after {
		border-width: 0 0 10px 10px;
	}
	.intro h4 {
		font-size: 18px;
		text-align: center;
	}

	/* news & topics */
	.news {
		padding: 20px 20px 60px;
	}
	.news h4 {
		font-size: 16px;
	}
	.newsList li div,
	.newsList li a {
		display: block;
		padding: 6px 20px 6px 0;
	}
	.newsList li a p {
		font-size: 12px;
	}
	.news .tglSwitch {
		width: 46px;
		height: 46px;
	}
	.news .tglSwitch::before {
		height: 11px;
	}
	.news .tglSwitch::after {
		width: 11px;
	}
	/* flexbox */
	.flex + .flex {
		margin-top: 10px;
	}
	.flex > div + div {
		margin-left: 10px;
	}
	.flex > div.half {
		max-width: calc((100% - 10px) / 2);
	}
	/* subNav */
	.contMain .subNav {
		margin-top: 60px;
	}
	.contMain .subNav li {
		width: calc((100% - 10px) / 2);
	}
	.contMain .subNav li:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}

	/* adobe */
	.adobe {
		display: block;
	}
	.adobe p {
		margin-left: 0;
	}

	.pdfList dd .pdfBtn {
		box-sizing: border-box;
		width: 100%;
	}
}

.newsDetail{
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.newsDetail:first-of-type {
	margin-top: 0;
}
.newsDetail > figure{
	width: 18%;
	padding:15px 0 0;
}
.newsDetail > figure img{
	width: 100%;
	height: auto
}
.newsDetail > ul{
	width: 75%;
}
@media(max-width:768px) {
	.newsDetail{
		display:block;
	padding:0 0 15px;
	}
	.newsDetail figure{
		text-align: center;
	}
	.newsDetail figure,
	.newsDetail figure img,
	.newsDetail ul {
		width: auto;        
	}
}
@media print {
	.contNav {
		position: relative!important;
		top: 0!important;
	}
	#contBtn {
		display: none;
	}
	.telCircle {
		display: none;
	}
	.pagetop {
		display: none;
	}
}

.box-form {
    margin: 20px 0 40px;
}
.fomr-elm {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 15px 0;
}
.fomr-elm.__top {
    align-items: top;
}
.fomr-elm dt {
    width: 200px;
    padding-right: 20px;
    box-sizing: border-box;
}
.fomr-elm dd {
    width: calc(100% - 200px);
}
.fomr-elm input[type="text"] {
    width: 100%;
    padding: 12px 10px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    transition: .2s all ease;
    box-sizing: border-box;
    outline: none;
    border-radius: 2px;
}
.fomr-elm input[type="text"].__harf {
    width: 49%;
}
.fomr-elm input[type="text"].__harf+input[type="text"].__harf {
    margin-left: 1.2%;
}
.fomr-elm input[type="text"]:focus {
    background: #d3f3ff;
    border: 1px solid #29b7ec;
}
.fomr-elm select {
    padding: 5px;
}
.fomr-elm textarea {
    width: 100%;
    padding: 15px 10px;
    background: #f5f5f5;
    height: 10em;
    border: 1px solid #ccc;
    transition: .2s all ease;
    outline: none;
    box-sizing: border-box;
    border-radius: 2px;
}
.fomr-elm dd textarea:focus {
    background: #d3f3ff;
    border: 1px solid #29b7ec;
}

.confirm .fomr-elm {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}


@media screen and (max-width: 768px) {
    .fomr-elm {
        flex-direction: column;
        width: 100%;
        margin: 15px 0;
    }
    .fomr-elm dt {
        width: 100%;
        padding-right: 0;
    }
    .fomr-elm dd {
        width: 100%;
    }
    .fomr-elm input[type="text"].__harf {
        width: 48%;
    }
}

/* ------------------------------------------------------
   btn
------------------------------------------------------ */
.btn_box {
    display: flex;
    justify-content: center;
    width:100%;
	margin:40px 0 0 0;
}
.btn_box .back_btn {
    width: 45%;
    max-width: 320px;
}
.btn_box .back_btn + form {
    width: 45%;
    max-width: 320px;
}
.btn_box .back_btn + form > button {
    width: 100%;
}

.nomal_btn_box{
	margin:30px auto 20px auto;
	display:block;
	width:300px;
}
.nomal_btn_box a,
.btn_box button{
	padding:10px;
	text-decoration:none;
	background:#29B7EC;
	color:#fff;	
	transform: rotate(0.001deg);
	cursor:pointer;	
	text-align:center;
	border:#29B7EC 1px solid ;
	font-size:16px;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	position:relative;
}
.nomal_btn_box a{
	display: block;
    text-align: center;
}

.nomal_btn_box a:before,
.btn_box button:before{
	content: ' ';
	display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff; 
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-right: 10px;
    top: -2px;
}
.nomal_btn_box a:hover,
.btn_box button:hover{
	color:#fff;
	transition: all 0.5s ease-in-out 0s;
	border:#97c730 1px solid ;
	background:#97c730;
}
.btn_box .back_btn{
	margin-right:20px;
	background:#727272;
	border:#727272 solid 1px;
}
.req{
	color:#ff3e30;
	border:1px solid #ff3e30;
	padding: 2px 4px;
	margin:0 0 0 10px;
	font-size:10px;
    position: relative;
    top: -2px;
}
@media screen and (max-width: 1120px) {
	.btn_box {
	   margin: 20px 0 0 0;	  
	}
	.btn_box button{
    	box-sizing: border-box;
	}
	.recipe_nav li {
		width: 48%;
	}	
	.osusume_list li{
		flex-wrap: wrap;
	    width: calc((100% - (20px * 1)) / 2);
	}
	.osusume_tit {
		padding: 5px 25px;
		display: inline-block;
		font-size: 1em;
	    margin-bottom: 14px;
	    min-width: 0;
	}
	.osusume_lower .osusume_tit{
		margin-bottom: 18px;
	}
    .req{
		float:none;
		background:#ff3e30;
		color:#fff;
		border-radius: 50px;
	}    
}

.box-agree {
    text-align: center;
    margin: 20px 0;
}
.box-agree input {
    margin-right: 10px;
}


/* indSec03 */
.indSec03 {
    overflow: hidden;
}
.pickupListWrap {
	display: flex;
	justify-content: space-between;
}
.pickupList {
	margin-top: 0!important;
}
.pickupList li {
	width: 296px;
}
.pickupList li a {
	display: block;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.1);
	overflow: hidden;
}
.pickupList li a figure {
	position: relative;
	margin-top: 0;
}
.pickupList li a figure img {
	width: 100%;
	transform: scale(1,1);
	transition: transform .3s ease;
}
.pickupList li a figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 125px;
	padding: 66px 20px 14px;
	background: linear-gradient(rgba(1,23,37,0), rgba(1,23,37,.64));
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	transition: height .3s ease;
}
.pickupList li a figcaption span {
	position: relative;
	display: block;
	width: 100%;
	padding-right: 20px;
}
.pickupList li a figcaption span::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border-top: 1px solid #29b7ec;
	border-right: 1px solid #29b7ec;
	transform: rotate(45deg);
	content: '';
}
.pickupList li a figcaption i {
	font-style: normal;
	font-size: 12px;
}
.pickupList li a:hover figure img {
	transform: scale(1.12,1.12);
	transition: transform .3s ease;
}
.pickupList li a:hover figcaption {
	height: 80%;
	transition: height .3s ease;
}
.pickupListStatic {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 350px);
}
.contMain .pickupListWrap ul li {
    padding: 0;
}
.pickupListFluidWrap {
	position: relative;
	width: 296px;
}
.pickupListFluidWrap::before {
	content: '';
	display: block;
	width: 200%;
	height: 212px;
	background: #e8f7fc;
	position: absolute;
	top: -26px;
	left: -3px;
	transform: skew(10deg);
}
h4.pickupListFluidTitle {
	position: absolute;
	top: -36px;
	left: 2px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	color: #29b7ec;
	font-weight: bold;
	letter-spacing: .24em;
}
h4.pickupListFluidTitle::before {
	display: none;
}
.pickupListFluid .slick-list {
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.1);
	overflow: hidden;
}
.pickupListFluid li a {
	border-radius: 0;
}
.pickupListFluid .slick-prev,
.pickupListFluid .slick-next {
	top: -24px;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #29b7ec;
	background: #fff;
	transition: background .3s ease;
}
.pickupListFluid .slick-prev {
	right: 28px;
	left: auto;
}
.pickupListFluid .slick-next {
	right: 0;
}
.pickupListFluid .slick-prev:before {
	position: absolute;
	right: auto;
	left: 9px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #29b7ec;
	border-right: 1px solid #29b7ec;
	transition: border-color .3s ease;
}
.pickupListFluid .slick-next:before {
	position: absolute;
	right: 9px;
	left: auto;
	width: 7px;
	height: 7px;
	border-top: 1px solid #29b7ec;
	border-right: 1px solid #29b7ec;
	transition: border-color .3s ease;
}
.pickupListFluid .slick-prev:hover,
.pickupListFluid .slick-next:hover {
	background: #29b7ec;
	transition: background .3s ease;
}
.pickupListFluid .slick-prev:hover:before,
.pickupListFluid .slick-next:hover:before {
	border-color: #fff;
	transition: border-color .3s ease;
}

@media(max-width:768px) {
/* indSec03 */
	.single .contMain .indSec03 {
		margin-bottom: 40px;
	}
    .pickupListWrap {
        flex-direction: column;
    }
	.pickupListStatic {
        flex-direction: column;
        width: 100%;
	}
	.pickupList li {
        width: 100%;
        margin-bottom: 20px;
	}
	.pickupListWrap {
		display: block;
	}
	.pickupListStatic {
		display: block;
		width: 100%;
	}
	.pickupList li {
		width: 100%;
		margin-bottom: 20px;
	}
	.pickupListFluidWrap {
		width: 100%;
		margin-top: 52px;
	}
	.pickupListFluidWrap .pickupList li {
		margin-bottom: 0;
	}
	h4.pickupListFluidTitle {
		left: 0;
	}
	
}

/* 会社概要 */
.outline-item {
    display: flex;
    padding: 15px 0;
}
.outline-item + .outline-item {
    border-top:  1px solid #eee;
}
.outline-item dt {
    white-space: nowrap;
    width: 120px;
    opacity: .7
}
.outline-item dd {
    width: calc(100% - 120px);
    padding: 0 0 0 20px;
}
.history-item {
    display: flex;
    padding: 15px 0;
}
.history-item {
    display: flex;
    padding: 15px 0;
}
.history-item + .history-item {
    border-top: 1px solid #eee;    
}

.history-item dt {
    white-space: nowrap;
    width: 120px;
    opacity: .7
}
.history-item dd {
    width: calc(100% - 120px);
    padding: 0 0 0 20px;
}

.kill-link {
    cursor: default !important;
    background: none!important;
}
.kill-link:hover {
    color: inherit !important;
}
.kill-link span,
.kill-link span::before,
.kill-link span::after{
    background: none!important;
    display: none;
}
.text_error,
.text_error_top {
    color: #E81946;
    font-weight: bold;
}
.text_error::before,
.text_error_top::before  {
    content: '※';
}
.text_error_top {
    margin-bottom: 20px;
    font-size: 16px;
}