@charset "UTF-8";
/* --------------------------------
	style_pc.css
--------------------------------
お見合いシステムページ用のcssです。
-------------------------------- */

#matchmaking_top {
	background: url(../images/bg_matchmaking.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#matchmaking_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;
}

#matchmaking_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;
}

#matchmaking_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 2.0;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
}
.matchmaking_contentsA {
	padding: 40px 60px;
	margin: 0px 0px;
	background: url(../images/most.jpg) no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 32%;
}

#matchmaking_contents a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.s_inner{
	max-width: 900px;
	margin: 0px auto;
	padding: 0;
	box-sizing: border-box;
	overflow:hidden;
	width: 100%;
	text-align: center;
}

.matchmaking_contentsA h2{
	text-align: center;
	font-size: 28px;
	 color: #c892a1;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.matchmaking_contentsA p{
	text-align: left;
}

.s_text{
	margin-top: 10px;
	font-size: 12px;
}

.matchmaking_contentsB {
    margin: 0px;
	background: url(../images/bg_01.jpg) repeat;
	padding: 0 5% 60px;
}

.contentsB_inner{
	max-width: 1200px;
	margin: 0px auto;
	padding: 0 0 60px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
	background-color: #fff;
}

.matchmaking_contentsB h2 {
    font-size: 24px;
    padding: 30px 0;
    /* background-color: #fef7f7;*/
    border-top: solid 1px #fbd8d8;
    border-bottom: solid 1px #fbd8d8;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    margin: 40px 0 20px;
	line-height: 1;
}

.matchmaking_contentsB h2 .bg{
	background: url(../../../common/images/icon_heart.png) no-repeat;
	padding-left: 38px;
	padding-top: 5px;
}


.matchmaking_contentsB p {
    max-width: 1200px;
    text-align: left;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2.0;
    margin: 0px auto;
   font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding: 5px 60px;
}

.matchmaking_contentsB img {
   margin-bottom: 10px;
}

img.imgEN {
	max-width: 700px;
	width:70%;
}

.app_box{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.app_box img{
    width: 200px;
    margin: 0 10px;
}
@media (max-width: 940px) {
.app_box img{
    width: 160px;
    margin: 0 10px;
}
}
