@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------

articleTop

----------------------------------------------- */

.articleContent img,
.imgBox img{
	display: block;
	width: 100%;
	height: auto;
}

#container .ttlMain {
	margin-bottom: 0;
}
#articleTop{
	width: 100%;
	padding: 20px 0;
	margin-bottom: 40px;
}
#articleTop .topIn{
	width: 956px;
	background-color: #fff;
	margin: auto;
	padding: 20px 20px;
	box-sizing: border-box;
	overflow: hidden;
}
#articleTop .imgBox{
	width: 378px;
	float: left;
}
#articleTop .txtBox{
	width: calc(100% - 408px);
	float: right;
	text-align: left;
	position: relative;
	padding-bottom: 40px;
	min-height: 223px;
}
#articleTop .txtBox .date,
#articleTop .txtBox .tagList{
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
#articleTop .txtBox .date{
	margin-right: 15px;
}
#articleTop .txtBox .tagList li{
	margin-right: 4px;
}
#articleTop .txtBox .articleTtl{
	font-size: 30px;
	line-height: 1.3;
	margin: 20px 0;
}
#articleTop .txtBox .leadTxt{
	font-size: 14px;
	line-height: 1.5;
}
#articleTop .note{
	margin-top: 10px;
	font-size: 13px;
}
#articleTop .snsArea{
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (min-width:1157px) {
	#articleTop .topIn{
		width: 1156px;
		padding: 20px 100px;
	}
	#articleTop .txtBox .leadTxt{
		font-size: 15px;
	}
}
@media screen and (max-width:667px) {
	#articleTop{
		padding: 3%;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	#articleTop .topIn{
		width: 100%;
		padding: 10px 10px;
	}
	#articleTop .imgBox{
		width: 100%;
		float: none;
	}
	#articleTop .txtBox{
		width: 100%;
		float: none;
		padding-bottom: 0;
		min-height: 1px;
		margin: 15px 0 0;
	}
	#articleTop .txtBox .date,
	#articleTop .txtBox .tagList{
		display: block;
	}
	#articleTop .txtBox .date{
		margin:0;
	}
	#articleTop .txtBox .articleTtl{
		font-size: 22px;
		margin: 5px 0 10px;
	}
	#articleTop .snsArea{
		position: static;
		margin-top: 15px;
	}
}


/* ----------------------------------------------

proService

----------------------------------------------- */
#proService {
	padding: 20px;
	margin-bottom: 20px;
}
#proService .proIn{
	padding: 30px 20px 40px;
	background-color: #fff;
}
#proService .proIn .copy,
#proService .proTtl{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#proService .proTtl{
	font-size: 28px;
}
#proService .txt{
	font-size: 16px;
	line-height: 1.8;
}
#proService .imgBox{
	overflow: hidden;
}
#proService .imgBox li{
	float: left;
	margin-right: 15px;
}
#proService .imgBox li:last-child{
	margin-right: 0;
}
#proService .btnSolid{
	margin-top: 40px;
}
@media screen and (max-width:667px) {
	#proService {
		padding: 10px;
	}
	#proService .proIn{
		padding: 20px 10px 20px;
	}
	#proService .proIn .copy{
		font-size: 14px;
	}
	#proService .proTtl{
		font-size: 20px;
	}
	#proService .txt{
		margin: 15px 0;
		font-size: 15px;
		line-height: 1.6;
	}
	#proService .imgBox li{
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	#proService .btnSolid{
		margin-top: 20px;
	}
}


/* ----------------------------------------------

related

----------------------------------------------- */
#related{
	margin: 50px 0;
}
#related .relateTtl{
	background-color: #f5f5f5;
	font-size: 18px;
	padding: 13px 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
#related .relateBox{
	margin-bottom: 20px;
}
#related .relateBox:last-child{
	margin-bottom: 0;
}
#related .relateBox a{
	overflow: hidden;
	display: block;
}
#related .relateBox a:hover{
	opacity: 0.6;
}
#related .imgBox{
	width: 162px;
	float: left;
}
#related .txtBox{
	width: 470px;
	float: right;
}
#related .txtBox .txt{
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (max-width: 667px) {
	#related{
		margin: 40px 0;
	}
	#related .relateTtl{
		font-size: 16px;
		padding: 10px;
		margin-bottom: 15px;
	}
	#related .relateBox{
		margin-bottom: 15px;
	}
	#related .imgBox{
		width: 30%;
	}
	#related .txtBox{
		width: 67%;
	}
	#related .txtBox .txt{
		font-size: 15px;
		line-height: 1.6;
	}	
}
/* ----------------------------------------------

product

----------------------------------------------- */
#product{
	padding: 20px 20px 0;
}
#product .productTtl{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#product .productList{
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
#product .productBox{
	display: inline-block;
	width: 139px;
	margin-right: 18px;
	margin-bottom: 20px;
	vertical-align: top;
}
#product .productBox:nth-child(4n),
#product .productBox:last-child{
	margin-right: 0;
}
#product .productBox a{
	display: block;
}
#product .productBox a:hover{
	opacity: 0.6;
	text-decoration: none;
}
#product .productBox .txt{
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
}
@media screen and (max-width: 667px) {
	#product{
		padding: 10px;
	}
	#product .productTtl{
		font-size: 16px;
		margin-bottom: 10px;
	}
	#product .productBox{
		width: 23%;
		margin-right: 2%;
	}
}

/* ----------------------------------------------

ARTICLE BODY

----------------------------------------------- */

/* ------------ articleBody --------------- */

.articleContent{
	margin-bottom: 45px;
}
.articleSubContent {
	overflow: hidden;
	margin-bottom: 40px;
}
.articleSubContent:last-child{
	margin-bottom: 0;
}
/* h4のセクションにsubInをつける */
.articleSubContent.subIn {
	margin-bottom: 30px;
}
.articleSubContent.subIn:last-child {
	margin-bottom: 0;
}
@media screen and (max-width:667px) {
	.articleContent{
		margin-bottom: 40px;
	}
	.articleSubContent {
		margin-bottom: 30px;
	}
	.articleSubContent.subIn {	
		margin-bottom: 20px;
	}
}
/* ------------ contentList --------------- */
.contentList {
	border: 1px solid #ddd;
	border-top: 2px solid #3fcbdc;
	margin-bottom: 45px;
}
.contentListTtl {
	padding: 18px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: 600;
}
.contentListBody {
	padding: 20px;
}
@media screen and (max-width:667px) {
	.contentList{
		margin-bottom: 30px;
	}
	.contentListTtl,
	.contentListBody {
		padding: 10px;
	}
}
/* ------------ article content --------------- */
.articleContent p,.contentLead {
	font-size: 16px;
	line-height: 1.8;
}
.articleContent .note{
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
.articleContent p.mgB{
	margin-bottom: 20px;
}
.articleContent p + p,
.articleContent ul + p{
	margin-top: 20px;
}
.articleContent .note + .note{
	margin-top: 0;
}
.articleContent ul:first-child {
	margin-top: 0;
}
.strong{
	background-color: #fffcd6;
	padding: 0 3px;
}
/* 各セクションのリード文 */
.contentLead{
	margin-bottom: 20px;
}
@media screen and (max-width:667px) {
	.articleContent p {
		font-size: 15px;
	}
}
/* ------------ headings --------------- */
.heading01 {
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 2px solid #ddd;
	font-size: 28px;
	color: #17a7b8;
}
.heading02 {
	padding-left: 15px;
	margin-bottom: 20px;
	border-left: 3px solid #3fcbdc;
	font-size: 24px;
}
.heading03 {
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width:667px) {
	.heading01 {
		padding-bottom: 5px;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px
	}
	.heading02 {
		padding-left: 5px;
		font-size: 18px;
		margin-bottom: 15px
	}
	.heading03 {
		font-size: 16px;
		margin-bottom: 5px;
	}
}

/* ------------ list --------------- */
.indexList li,
.list li,
.checkList li{
	margin-top: 10px;
	font-size: 16px;
}
.indexList > li,
.list.bullet li{
	text-indent: -1em;
	padding-left: 1em;
}
p + .list {
	margin-top: 20px;
}
/* 目次リスト */
.indexList > li:first-child {
	margin-top: 0;
}
.indexList > li:before,
.list.bullet:before  {
	content: "・";
}
.indexList li a {
	font-size: 15px;
	text-decoration: underline;
}
.indexList > li > a {
	font-weight: 600;
}
.indexList li li{
	text-indent: 0;
}
/* チェックボックス付きリスト */
.checkList li{
	margin-top: 10px;
	font-size: 16px;
	padding-left: 30px;
	text-indent: -30px;
}
.checkList li:first-child{
	margin-top: 0;
}
.checkList li:before{
	content:"";
	width:16px;
	height:16px;
	display:inline-block;
	background:url(/column/images/icon_check.gif) no-repeat;
	background-size:contain;
	margin: 0 15px -3px 0;
}
@media screen and (max-width:667px) {
	.indexList li,
	.list li,
	.checkList li{
		margin-top: 8px;
		font-size: 15px;
	}
}
/* ------------ section boxes --------------- */

.blueBox {
	padding: 20px;
	background: #e6f8fa;
	margin-bottom: 20px;
}
.blueBoxTtl {
	color: #008999;
	font-size: 18px;
	padding-bottom: 10px;
}
.lineBox {
	padding: 20px;
	border: 2px solid #c5e9ed;
	margin-top: 25px;
}
.lineBoxTtl {
	color: #17a7b8;
	font-size: 18px;
	padding-bottom: 10px;
}
.lineBox .caption{
	font-weight: bold;
}

@media screen and (max-width:667px) {
	.blueBox {
		padding: 10px;
		margin-bottom: 20px;
	}
	.blueBoxTtl {
		font-size: 16px;
	}
	.lineBox {
		padding: 10px;
		margin-top: 20px;
	}
}
/* ------------ columns --------------- */
.articleSubContent .imgBox{
	width: 315px;
	float: right;
	margin: 0 0 5px 20px;
}
.articleSubContent .imgBox.left{
	width: 315px;
	float: left;
	margin: 0 20px 5px 0;
}
.column2 {
	overflow: hidden;
}
.column2 .colLeft,
.column2 .colRight{
	width: calc(50% - 10px);
}
.column2 .colLeft {
	float: left;
}
.column2 .colRight {
	float: right;
}
/* 必要に応じて使用 */
.column2.mgT{
	margin-top: 20px;
}
.column2.mgB{
	margin-bottom: 20px;
}

@media screen and (max-width:667px) {
	.articleSubContent .imgBox,
	.articleSubContent .imgBox.left{
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
	}
}
/* ------------ qaBox --------------- */
.qa{
	background-color: #e6f8fa;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.qa .q{
	font-size: 22px;
	border-bottom: 1px dashed #17a7b8;
	margin-bottom: 10px;
	padding:0 0 10px 45px;
	position: relative;
} 
.qa .a{
	font-size: 18px;
	padding:0 0 0 45px;
	position: relative;
}
.qa .q:before,
.qa .a:before{
	content: "Q";
	display: block;
	font-size: 24px;
	width: 36px;
	line-height: 36px;
	border-radius: 18px;
	background-color: #17a7b8;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -3px;
	left: 0;
}
.qa .a:before{
	content: "A";
	color: #17a7b8;
	background-color: transparent;
	line-height: 1.2;
	top: 0;
}
@media screen and (max-width:667px) {
	.qa{
		padding: 10px 10px;
		margin-bottom: 15px;
	}
	.qa .q{
		font-size: 18px;
		padding:0 0 10px 35px;
	} 
	.qa .a{
		font-size: 15px;
		padding:0 0 0 35px;
	}
	.qa .q:before,
	.qa .a:before{
		font-size: 18px;
		width: 26px;
		line-height: 26px;
		border-radius: 13px;
		top: 3px;
	}
	.qa .a:before{
		line-height: 1.2;
	}
}
/* ------------ contentProduct --------------- */
.contenteProduct{
	border: 1px solid #dddddd;
	padding: 20px 20px 0;
	margin: 10px 0 20px;
}
.contenteProduct .leadTxt{
	margin-bottom: 20px;
}
.contenteProduct .productList li{
	float: left;
	width: 48%;
	margin-bottom: 20px;
}
.contenteProduct .productList li:nth-child(2n){
	float: right;
}
.contenteProduct .productList li a{
	display: block;
	overflow: hidden;
}
.contenteProduct .productList li a:hover{
	opacity: 0.6;
	text-decoration: none;
}
.contenteProduct .productList li .imgBox{
	width: 80px;
	border: 1px solid #dddddd;
	float: left;
	margin: 0 15px 0 0;
	box-sizing: border-box;
}
.contenteProduct .productList li .imgBox img{
	width: 100%;
	height: auto;
	display: block;
}
.contenteProduct .productList li .txt{
	float: left;
	width: calc(100% - 95px);
	font-size: 14px;
	line-height: 1.3;
}
@media screen and (max-width: 667px) {
	.contenteProduct{
		padding: 10px 10px 0;
	}
	.contenteProduct .productList li,
	.contenteProduct .productList li:nth-child(2n){
		float: none;
		width: 100%;
		margin-bottom: 10px;
		overflow: hidden;
	}
	.contenteProduct .productList li .imgBox{
		width: 23%;
		margin: 0 2% 0 0;
	}
	.contenteProduct .productList li .txt{
		width: calc(100% - 25%);
	}
}