@charset "Shift_JIS";

#contents {
	clear:both;
	text-align:left;
	margin:0 auto 10px auto;
	font-size:115%;
	line-height: 2;
}

#contentsInner {
	max-width: 750px;
	margin: 0 auto;
}

h1 {
	padding:24px 0 24px 33px;
	text-align:left;
}
@media screen and (max-width: 600px){
	h1 {
		padding: 10px;
		font-size: 10px;
		height: 30px;
		position: relative;
	}
	h1 img {
		width: 220px;
		height: auto;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
}

.flame {
	background: #fff;
	padding: 20px 30px 30px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 3px 0px rgba(184, 184, 184, 0.9);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(184, 184, 184, 0.9);
	-ms-box-shadow: 0px 0px 3px 0px rgba(184, 184, 184, 0.9);
	box-shadow: 0px 0px 3px 0px rgba(184, 184, 184, 0.9);
}
@media screen and (max-width: 600px){
	.flame {
		margin: 0 10px;
		padding: 12px 15px 30px;
	}
}

div.box02 {
	margin:0 0 20px !important;
	background: #fefff3;
	border: 1px solid #4eb9ea;
	border-radius: 6px;
	padding: 12px 15px 20px;
}
@media screen and (max-width: 600px){
	div.box02 {
		padding: 12px 15px;
	}
}

div.flame h2 {
	border-left: solid 4px #929173;
	padding: 0 0 0 10px !important;
	margin: 0 0 10px 0 !important;
	font-size: 110%;
	line-height: 1.1;
}
div.flame .box02 h2 {
	 margin: 10px 0 20px 0 !important;
	 font-weight: bold;
}


/* 主なメニュー */
ul.box06::after {
	content: "";
	display: table;
	clear: both;
}
ul.box06 > li {
	float: left;
	width: 48.6%;
	margin: 0 1.4% 15px 0;
}
ul.box06 > li:nth-of-type(even) {
	margin: 0 0 15px 1.4%;
}
ul.box06 > li div.item-menu:nth-of-type(n+2) {
	margin-top: 15px;
}
ul.box06 > li div.item-menu h3 {
	font-size: small;
	_font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 0.8em;
	border: 1px solid #dfdfdf;
	border-radius: 6px 6px 0 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,eff7e8+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(239,247,232,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(239,247,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(239,247,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff7e8',GradientType=0 ); /* IE6-9 */
}
ul.box06 > li div.item-menu h3 + .cont {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #dfdfdf;
	border-radius: 0 0 6px 6px;
	background: #fff;
	padding: 15px 18px;
}
@media screen and (max-width: 600px){
	ul.box06 > li,
	ul.box06 > li:nth-of-type(even) {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

.layout-img-r::after {
	content: "";
	display: table;
	clear: both;
}
.layout-img-r img {
	float: right;
	margin-left: 15px;
}
@media screen and (max-width: 600px){
	.layout-img-r img {
		float: none;
		display: block;
		margin: 0 auto 10px;
	}
}


/* ご利用条件 */
.box02 .hdg_conditions {
	background: #e5f2d9;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	padding: 7px 20px;
	border: 1px solid #dfdfdf;
}
.box02 .box_conditions {
	background: #f7f9f5;
	border-radius: 0 0 6px 6px;
	padding: 5px 20px 20px;
	border: 1px solid #dfdfdf;
	border-top: none;
}
@media screen and (max-width: 600px){
	.box02 .box_conditions {
		padding: 1px 10px 10px;
	}
}
.box02 .box_conditions h4 {
	font-weight: bold;
	margin-top: 1em;
	font-size: 92%;
}

.box02 .box_conditions .box-browser h5 {
	background: #f0f0f0;
	border: 1px solid #dfdfdf;
	border-bottom: none;
	font-weight: bold;
	padding: 0 1em;
}
.box02 .box_conditions .box-browser ul + h5 {
	margin-top: 20px;
}
.box02 .box_conditions .box-browser > ul {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.box02 .box_conditions .box-browser > ul > li {
	display: table-cell;
	width: 50%;
	background: #fff;
	border: 1px solid #dfdfdf;
}
.box02 .box_conditions .box-browser > ul > li dl dt {
	border-bottom: 1px solid #ededed;
	padding: 0 1em;
	font-weight: bold;
}
.box02 .box_conditions .box-browser > ul > li dl dd {
	padding: 0.2em 1.5em;
}
@media screen and (max-width: 600px){
	.box02 .box_conditions .box-browser > ul {
		display: block;
	}
	.box02 .box_conditions .box-browser > ul > li {
		display: block;
		width: auto;
	}
	.box02 .box_conditions .box-browser > ul > li + li {
		border-top: none;
	}
	.box02 .box_conditions .box-browser > ul > li dl dt {
		background: #f7f7f7;
	}
}

ul.list-service > li {
	background:url(/customer/service/images/index/icon_dot.gif) 0 12px no-repeat;
	padding:0 0 0 15px !important;
}

table.commconTbl th {
	font-weight: bold;
	background: #f0f0f0;
}
@media screen and (max-width: 600px){
	table.commconTbl th {
		word-break: break-all;
	}
}

li.banner01 {
	margin: 15px 0;
}

/* ご利用について */
.box05 {
	border: 1px solid #dfdfdf;
	border-radius: 6px;
}
.box05 h3 {
	background:url(/common/images/h3_border.gif) left bottom no-repeat;
	padding:35px 15px 8px 15px;
	margin:0 0 20px 30px;
	font-size:148%;
	line-height:1;
	font-weight: bold;
}
@media screen and (max-width: 600px){
	.box05 h3 {
		padding:20px 15px 8px 15px;
		margin:0 0 10px 20px;
	}
}
.box05 .cont {
	padding: 15px;
}
.box05 .cont h4 {
	border: 1px solid #e8e7d5;
	border-radius: 4px;
	background-color: #eef7e6;
	padding: 3px 15px;
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 15px;
}
@media screen and (max-width: 600px){
	.box05 .cont h4 {
		font-size: 16px;
	}
}
.box05 .cont .cmnBtn {
	text-align: center;
}


/*----- indent -----*/
.burasage,
.burasage li { margin-left: 1em !important; text-indent:-1em; }
ul.burasage{ margin:0 0 20px 20px !important;}