@charset "UTF-8";
/* common */
p,h1,h2,h3,ul,li{ margin:0; padding:0;}

.b70{display:none;}
@media (max-width:700px) {
	.b70{display:block;}
}
	

.s5-container {
    font-family:  'YuGothic', 'Yu Gothic', '游ゴシック','游ゴシック体', sans-serif;
    font-weight: 400;
}
h1,h2{font-family: 'YuGothic', 'Yu Gothic', '游ゴシック','游ゴシック体', sans-serif;}

.mod-mainContentContainer{
	margin:0 auto;
}

h1{ 
	font-size: 28px;
    font-weight: 700;
	padding:50px 0;
	border-bottom:1px solid #d0cfd4;
	color:#4d5460;
	text-align:center;
}

#menu{
	padding: 20px 40px 30px;
    margin:0 auto 20px;
    border-radius: 4px;
	/*width:100%;*/
	max-width:600px;
}

p a{
	text-decoration:underline;
}

p a:hover{
	text-decoration:none;
}

a img:hover{
	transition:0.7s;
	opacity:0.3;
}


@media (max-width:700px) {
	#menu{
		padding: 20px 0 30px;
	}
	h1{ 
		font-size: 20px;
		padding:25px 0;
	}
	h1 span{
		display:block;
		font-size: 14px;
	}
	
}
#menu h2{
	align-items: center;
    justify-content: center;
    margin: 20px auto;
    font-size: 14px;
    font-weight: 700;
    color: #8b83b3;
    border-bottom: 2px dotted rgba(139,131,179,.2);
    padding-bottom: 10px;
	text-align:center;
}

#menu ul{
    margin-left: 27px;
}

#menu ul li a{
	transition: none;
    text-decoration: none;
    display: block;
    padding: 7px;
    border-radius: 4px;
    margin-left: -27px;
    padding-left: 27px;
}

#menu ul li a:hover{
	font-weight:700;
	background:#f7f7f9;
}

section{
	border-top:1px solid #d0cfd4;
	margin:25px auto 0;
	padding:25px 0 45px;
}

section h2{
	font-size: 23px;
    padding:45px 0;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    color: #2a303a;
    font-weight: 700;
}

@media (max-width:700px) {
	section h2{
		padding:25px 0;
	}
}

.inner{
	max-width:960px;
	margin:0 auto;
	box-sizing:border-box;
}


.inner ul{
	margin-left:1.5rem;
}

.inner .img-box{
	display:block;
	width:100%;
	box-sizing:border-box;
}

.inner img{
	display:block;
	margin:0 auto 40px;
	/*width:100%;*/
	max-width:100%;
}

@media (max-width:700px) {
	.inner img{
		margin-bottom:20px;
	}
}

.inner .shadow{
	display: block;
    border: 1px solid #eee;
    box-shadow: 0 2px 15px -2px rgba(82,91,108,.2);
}

.inner .mainvisual img{
	width:100%;
	display:block;
	box-sizing:border-box;
}


.inner p{
	line-height: 2;
    margin-bottom: 40px;
}

strong.line{
	font-weight: 700;
    background: linear-gradient(transparent 60%,#dcd6fd 0);
    color: #000000;
}


blockquote{
	background: #f7f7f9;
    padding: 25px;
    margin: 40px auto;
    /*width: 100%;*/
    font-size: 85%;
    line-height: 1.5;
    border: 1px solid #eee;
    border-radius: 4px;
	max-width:640px;
}

blockquote.large-block{
	max-width:100%;
}

blockquote p{
	margin-bottom:0 !important;
}

blockquote img{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.product-link{
	margin-top:50px;
}

.product-link p{
	margin-bottom:10px !important;
}


.product-link .img-box{
    border: 1px solid #eee;
	text-align:left;
	width:100%;
	max-width:700px;
	margin:0;
}

.product-link img{
	margin:0;
	max-width:100%;
	width:100%;
	padding:20px;
	box-sizing:border-box;
	
}

.note{
	text-align:center;
	margin:0 auto;
	font-size:85%;
}

.inner .lastvisual img{
	width:100%;
	display:block;
	box-sizing:border-box;
	margin:0 auto 10px;
}

/* /news/1/index.html only*/
#toc6 ul li{
	margin-bottom:1rem;
}




/* for float-link.js*/
.vl-productsLink {
	opacity: 0;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: calc(100% - 100px); 
	-webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
	transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
	pointer-events: none;
}
@media (min-width: 768px) {
	.vl-productsLink {
		right: 20px;
		bottom: 100px;
		left: auto;
		width: auto;
	}
}
@media only screen and (min-width: 1601px) {
	.vl-productsLink {
		bottom: 20px;
	}
}
.vl-productsLink.is-show {
	opacity: 1;
	pointer-events: auto;
}
.vl-productsLink a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 12vw;
	padding-left: 20px;
	background-color: #d6d6d6; 
	text-align: left;
	text-decoration: none;
	color: #1b1b1b;
	font-size: 3.73333vw;
	font-weight: bold;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}
@media (min-width: 768px) {
	.vl-productsLink a {
		width: 120px;
		height: 65px;
		margin-right: 0;
		padding-left: 24px;
		font-size: 12px;
	}
}
.vl-productsLink a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0.66667vw;
	margin: auto;
	border-right: 2px solid #1b1b1b;
	border-bottom: 2px solid #1b1b1b;
	width: 2.13333vw;
	height: 2.13333vw;
	webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 768px) {
	.vl-productsLink a:after {
		top: 0;
		right: 16px;
		bottom: 0;
		border-width: 1px;
		width: 10px;
		height: 10px;
	}
}
.vl-productsLink br {
	display: none;
}
@media (min-width: 768px) {
	.vl-productsLink br {
		display: block;
	}
}

