@charset "UTF-8";
/* CSS Document */

/************************************************
maintenance.css
************************************************ */
#maintenance201707{
	width: 800px;
	line-height: 1.4;
	font-size: 14px;
	color: #333333;
	margin: 0 auto 40px;
}

h2,h3,h4,dt {
	border: none;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

#maintenance201707 h2{
	font-size: 32px;
	font-weight: 500;
	border-bottom: 3px solid #359DC4;
	background-image: url(/files/images/maintenance/ttl-img.jpg);
	background-size: 90px 70px;
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 1.6;
	padding-top:10px;
	margin: 0 auto 30px;
}
#maintenance201707 h2 span{
	font-size: 18px;
}

.lead p{
	font-size: 15px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 10px;
}

.item-box {
  margin: 30px auto 30px;
}
.item-inner{
	margin-top: 40px;
	text-align: center;
}
.item {
	margin: 30px 20px 10px;
	text-align: left;
}
.item .flL {
	width: 70%;
}
.item .flR {
	width: 30%;
	text-align: right;
	padding: 20px 0 40px;
}
.item h3{
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #268cb3;
}
.item h3 span{
	font-size: 16px;
	font-weight: 400;
	padding-left: .8em;
	color: #333;
}
.item h4{
	font-size: 23px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 14px;
	border-bottom: 1px dotted #000000;
}
.item p{ 
	font-size: 14px;
	margin-bottom: 5px;
}
.goods-box{
	position: relative;
	clear: both;
	background-color: #C9E6F4;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 20px;
}
.goods-box>p{
	position: absolute;
	top: -54px;
	left: 0;
	color: #268cb3;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif; 
	letter-spacing: .05em;
	padding: 24px 0 20px 22px;
	margin-bottom: 5px;
	background-image: url(/files/images/maintenance/goods-icon1.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px auto;
}
.goods-inner{
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 14px;
}
.item .box3{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}
.item .box3 .goods-img{
	width: 20%;
	height: auto;
}
.item .box3 .goods-img img{
	max-width: 100%;
}
.item .box3 .goods-txt{
	width: 50%;
	text-align: left;
}
.item .box3 .goods-link{
	width: 25%;
	height: auto;
}
.goods-inner dl{
	margin: 10px auto;
}
.goods-inner dt{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.item .sgButton a{
	color:#fff;
	text-decoration: none;
}
.item .sgButton{
	position: relative;
	display: inline-block;
	font-size:14px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .05em;
	border-radius: 16px;
	border: 1px solid #299fcc;
	padding: 3px 30px 4px;
	background-color: #299fcc;
	border: none;
	color: #fff;
	text-align: center;
	float: right;
	text-decoration: none;
	margin: 14px 0 0;
}
.item .sgButton:after {
	position: absolute;
	top: 48%;
	right: .3em;
	content: '';
	margin-top: -4px;
	border: 5px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #fff;
	transition: all .2s;
}
.faq-ttl {
	display: inline-block;
	vertical-align: top;
	width: 55%;
	box-sizing: border-box;
	margin: 10px 10px 20px !important;
}	
.faq-ttl dt {
	font-size: 22px !important;
	font-weight: 600;
}	
.faq-ttl dt:before {
	position: relative;
	top:2px;
	content: "Q";
	padding-right: .2em;
	color: #299fcc;
	font: 400 36px 'Trocchi', serif;
}	
.faq img{
	width: 40%;
	height: auto;
	box-sizing: border-box;
	margin: 20px auto;
}
.faq ul {
 	margin: 0 10px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
}
.faq li{
	width: 32.5%;
	padding-right: 1.2%;
}
.faq li:last-child{
	padding-right:0;
}
.faq p{
 	font-size: 14px;
}
.faq-txt{
 	font-size: 18px !important;
	font-weight: 600;
	margin-bottom: 5px;
}
.faq-txt:before{
 	content: "◎";
	font-size: 20px;
}


@media screen and (max-width: 768px){ /*モバイル*/
#two_maincolumn_right {
	padding: 0 ;
}
#maintenance201707{
	width: 100%;
	padding: 2% 2% 0;
	margin: 0 auto;
	}
#maintenance201707 h2{
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: 2px solid #359DC4;
	background-image: url(/files/images/maintenance/ttl-img.jpg);
	background-size: 60px auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 1.4;
	padding-top:10px;
	padding-bottom: 1px;
	margin: 0 auto 16px;
}
#maintenance201707 h2 span{
	font-size: 1.3rem;
}

.lead p{
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 10px;
}

.item-box {
  margin: 14px auto 0;
}
.item-inner{
	margin: 0;
}
.item {
	position: relative;
	margin: 10px 2% 0;
}
.item .flL {
	width: 100%;
	margin: 0 0 20px 0;
}
.item .flR {
	position: absolute;
	top:4px;
	right: 0;
	text-align: right;
	padding: 0 0 30px;
}
.item .flR img {
	width: 64px;
	height: 64px;
}
.item h3{
	font-size: 1.9em;
	font-weight: 500;
	margin-bottom: 16px;
	line-height: 1.4;
}
.item h3 span{
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	padding-left: 0;
}
.item h4{
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.4;
}
.item p{ 
	font-size: 1.3rem;
	margin-bottom: 30px;
}
.goods-box{
	margin-top: 0;
	margin-bottom: 30px;
	}
.goods-box>p{	
	position: absolute;
	top: -54px;
	left: 0;
	color: #299fcc;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: .02em;
	padding: 24px 0 20px 22px;
	margin: 0;
}
.goods-inner{
	background-color: #fff;
	border-radius: 10px;
	padding: 2px 10px 10px;
	text-align: center;
}
.goods-inner dl{
	margin: 0 auto;
	padding: 0;
}
.goods-inner dt{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.goods-inner dd{
	font-size: 1.3rem;
}
.item .sgButton a{
	color:#fff;
	text-decoration: none;
}
.item .sgButton{
	width: 90%;
	font-size:1.2rem;
	border-radius:16px;
	padding:4px 18px 4px 14px;
	margin: 0;
}
.faq-ttl {
	width: 100%;
	text-align: left;
	margin: 10px 0 10px !important;
}	
.faq-ttl dt {
	font-size: 1.3rem !important;
	font-weight: 600;
}	
.faq-ttl dt:before {
	position: relative;
	top:2px;
	content: "Q";
	padding-right: .15em;
	color: #299fcc;
	font: 400 1.6em 'Trocchi', serif;
}	
.faq-ttl dd {
	font-size: 1.3rem !important;
}	
.faq img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto 10px;
}
	
.faq ul {
	text-align: left;
 	margin: 0;
}
.faq .box3{
	width: 100%;
	padding-right: 0;
}
.faq p{
 	font-size: 1.3rem;
	margin-bottom: 10px;
}
.faq-txt{
 	font-size: 1.4rem !important;
	margin-bottom: 3px!important;
}
.faq-txt:before{
 	content: "■";
	font-size: 1.3rem;
}
	
@media screen and (max-width: 560px){ /*sp*/
	.goods-box>p{	
		position: absolute;
		top: -54px;
		left: 0;
		color: #299fcc;
		font-size: 1.3rem;
		font-weight: 600;
		letter-spacing: .02em;
		padding: 24px 0 20px 22px;
		margin: 0;
	}
	.item .box3 .goods-img{
		width: 100%;
	}
	.item .box3 .goods-img img{
		max-width: 60%;
	}
	.item .box3 .goods-txt{
		width: 100%;
	}
	.item .box3 .goods-link{
		width: 100%;
	}
	.item .box3 .goods-link p{
		margin: auto!important;
	}
	.goods-inner dl{
		margin: 10px auto;
	}
	.goods-inner dt{
		margin-bottom: 10px;
	}
	.faq li{
		width: 100%;
		padding-right: 0;
	}
	.item .sgButton{
		width: 100%;
		font-size:3vw;
		border-radius:16px;
		margin-top: 1em;
	}
}