@charset "UTF-8";
/* --------------------------------
	style_sp.css
--------------------------------
serviceページ用のcssです。
-------------------------------- */

#alliance_top {
	background: url(../images/bg_service.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 120px;
	width: 100%;
	text-align: center;
}
#alliance_top h1 {
	padding-top: 23px;
	box-sizing: border-box;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}
#alliance_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.alliance_contents {
	margin: 0px;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
}
.alliance_contents a {
	text-decoration: underline;
}
.alliance_contents a:hover {
	text-decoration: none;
}
.s_inner {
	margin: 0px 10px;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	text-align: center;
}
.s_inner2 {
	margin: 0px;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-size: 1.4rem;
}
.alliance_contents h1 {
	text-align: center;
	font-size: 1.8rem;
	color: #000;
	margin: 20px auto 20px;
}
.alliance_contents p.first_text {
	text-align: left;
	margin: 0 10px;
}
.alliance_contents h2 {
	font-size: 1.6rem;
	padding: 20px 10px 20px 0;
	background-color: #fef7f7;
	border-top: solid 1px #fbd8d8;
	border-bottom: solid 1px #fbd8d8;
	letter-spacing: 2px;
	text-align: center;
	color: #000;
	margin: 20px 0 0px 0;
	line-height: 1.5;
}
img.imgM1 {
	margin: 0px 20px 0 0px;
	width: 40%;
	vertical-align: middle;
}
img.imgM2 {
	margin: 0px 20px 0 0px;
	width: 40%;
	vertical-align: middle;
	float: left;
}

.boxA {
	border-bottom: dotted 1px #000;
	padding: 20px 10px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
}
.boxA h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: middle;
    width: 50%;
    line-height: 1.2;
}
.boxA h3:before {
	content: "● ";
}
.boxA p {
	clear: left;
	margin-top: 10px;
}
.boxA2 {
	padding: 20px 10px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
}
.boxA2 h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
    width: 50%;
    line-height: 1.2;
}
.boxA2 h3:before {
	content: "● ";
}
.boxA2 p {
	clear: left;
	margin-top: 10px;
}


.inner_text {
	margin: 0 10px;
}
.boxB {
	padding: 20px 10px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
}
.boxB h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 20px;
     width: 50%;
    line-height: 1.2;
}
.boxB h3:before {
	content: "● ";
}
.boxB p {
	overflow: hidden;
	display: block;
}

.boxB2 {
	padding: 20px 10px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
}
.boxB2 h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: middle;
    width: 50%;
    line-height: 1.2;
}
.boxB2 h3:before {
	content: "● ";
}
.boxB2 p {
	display: block;
}
.Btn_P a {
	background: linear-gradient(to bottom, #fef7f7, #fbd8d8);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	border: solid 1px #ccc;
	font-size: 16px;
	text-decoration: none;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	display: inline-block;
	font-weight: bold;
	padding: 12px 20px 12px 20px;
	color: #4d4d4d;
	box-sizing: border-box;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	line-height: 1.3;
	width: 100%;
}
.Btn_P_waku a {
	margin: 0px auto;
	border: solid 4px #f4d2d2;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 2px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
.Btn_P_waku a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.Btn_AREA {
	text-align: center;
	margin: 0px 10px 40px;
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
}
.boxC {
	padding: 20px 0px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.boxC dl {
	text-align: left;
	margin: 0 auto;
}
.boxC dt {
	padding: 12px 1em 0;
	font-weight: normal;
}
.boxC dd {
	padding: 0px 1em 12px;
}
