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

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

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

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

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

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

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

.matchmaking_contentsA p{
	text-align: left;
	margin: 0 10px 16px;
}

.s_text{
	font-size: 1.1rem;
	line-height: 1.2;
}

.matchmaking_contentsB {
    margin: 0;
	background: url(../images/bg_01.jpg) repeat;
	padding: 10px 10px 40px;
}

.contentsB_inner{
	 margin: 0px 0 0;
	padding: 0 0 40px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
	background-color: #fff;
}

.matchmaking_contentsB 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 20px 0;
	line-height: 1.5;
}

.matchmaking_contentsB h2 .bg{
	background: url(../../../common/images/icon_heart.png) no-repeat;
	background-size: 24px auto;
	padding: 5px 0px 0 26px;
}


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

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

img.imgEN {
	width:100%;
}

.app_box{
    display: flex;
    justify-content: center;
    margin: 16px 0;
}
.app_box img{
    width: 120px;
    margin: 0 10px;
}

