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

#alliance_top {
	background: url(../images/bg_service.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#alliance_top h1 {
	padding-top: 43px;
	box-sizing: border-box;
	font-size: 24px;
	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: 16px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.alliance_contents {
	margin: 0px 60px;
	box-sizing: border-box;
	font-size: 16px;
	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 {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.s_inner2 {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-size: 15px;
}
.alliance_contents h1 {
	text-align: center;
	font-size: 26px;
	color: #000;
	margin: 30px auto 20px;
}
.alliance_contents p.first_text {
	text-align: center;
	padding: 0px 30px;
}
.alliance_contents h2 {
	font-size: 22px;
	padding: 30px 20px;
	background-color: #fef7f7;
	border-top: solid 1px #fbd8d8;
	border-bottom: solid 1px #fbd8d8;
	letter-spacing: 2px;
	text-align: left;
	color: #c892a1;
	margin: 30px 0px 10px;
	line-height: 1.3;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
img.imgM1 {
	margin: 0px 20px 0 0px;
	max-width: 320px;
	width: 40%;
	float: left;
}
img.imgM2 {
	margin: 0px 20px 0 0px;
	max-width: 320px;
	width: 40%;
	float: left;
}
.boxA {
	border-bottom: dotted 1px #000;
	padding: 20px 30px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
}
.boxA h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 20px;
    line-height:1.2;
}
.boxA h3:before {
	content: "● ";
}
.boxA p {
	overflow: hidden;
	display: block;
}

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

.boxB2 {
	padding: 20px 30px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 20px;
}
.boxB2 h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 20px;
    line-height:1.2;
}
.boxB2 h3:before {
	content: "● ";
}
.boxB2 p {
	overflow: hidden;
	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;
	min-width: 378px;
}
.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-bottom: 40px;
}
.boxC {
	padding: 20px 0px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.boxC dl {
	text-align: left;
	margin: 0 auto;
	width: 680px;
}
.boxC dt {
	position: absolute;
	width: 340px;
	padding: 12px 1em;
	font-weight: normal;
}
.boxC dd {
	padding: 12px 0 12px 340px;
}
