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

#manner_top {
	background: url(../images/bg_manner.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#manner_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;
}
#manner_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;
}
#step {
	margin: 0px auto;
	text-align: center;
	white-space: nowrap;
	background-color: #fbd8d8;
	padding: 30px 0;
}
#step img {
	vertical-align: middle;
}
img.stepM {
	max-width: 130px;
	width : -moz-calc((100% / 5) - 40px);
	width : -webkit-calc((100% / 5) - 40px);
	width : calc((100% / 5) - 40px);
	margin: 0 30px;
}
img.stepA {
	width: 20px;
	margin: 0 10px;
}
img.stepB {
	width: 50px;
	margin: 0 0px 0 0;
	vertical-align: middle;
}
#step a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#step img.stepM:hover {
	animation: flip 1.5s linear;
	animation-iteration-count: 1;
	transform-style: preserve-3d;
}
 @keyframes flip {
 0% {
transform: translateY(0px);
}
 75% {
transform: translateY(-5px);
}
 100% {
transform: translateY(0px);
}
}
#step img.stepM:hover {
	animation: flip 1.5s linear;
	animation-iteration-count: 1;
	transform-style: preserve-3d;
}
#step_contents {
	margin: 0px auto;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
	padding: 0 40px;
}

@media (max-width: 960px) {
#step_contents {
	padding: 0 20px;
}
}
#step_contents p {
	line-height: 1.8;
}
#step_contents h2 {
	color: #c04768;
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	padding: 40px 20px;
}
#step_contents h2.s01 {
	background-image: url(../images/step_back01.png), url(../images/back01.jpg);
	background-position: right 10px center, left top;
	background-repeat: no-repeat, repeat;
	background-size: auto, auto;
}
#step_contents h2.s02 {
	background-image: url(../images/step_back02.png), url(../images/back01.jpg);
	background-position: right 10px center, left top;
	background-repeat: no-repeat, repeat;
	background-size: auto, auto;
}
#step_contents h2.s03 {
	background-image: url(../images/step_back03.png), url(../images/back01.jpg);
	background-position: right 10px center, left top;
	background-repeat: no-repeat, repeat;
	background-size: auto, auto;
}
#step_contents h2 .step_tit {
	color: #000;
	font-size: 24px;
	margin: 0px 20px 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
	border: 1px solid #000;
	padding: 2px 5px;
}
#step_contents h2 .step_subtit {
	color: #4d4d4d;
	font-size: 18px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}
.s_inner {
	max-width: 1200px;
	margin: 0px auto;
	padding: 40px 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}
.font_b {
	font-weight: bold;
}
#step_contents dl {
	margin: 30px 0 40px;
	line-height: 1.7;
}
#step_contents dt {
	margin: 20px 0 10px;
	color: #c04768;
}
#step_contents dt:before {
	content: "●"
}
#step_contents dd {
	padding-bottom: 20px;
	border-bottom: dotted 1px #000;
	line-height: 1.9;
}
ul.ng_box {
	overflow: hidden;
	margin: -10px 0 40px;
}
ul.ng_box li {
	float: left;
	width : -moz-calc(50% - 40px);
	width : -webkit-calc(50% - 40px);
	width : calc(50% - 40px);
	margin: 0 20px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
}

ul.ng_box li h3 {
	margin-bottom: 10px;
}

ul.ng_box li.male {
	border: 5px solid #d2edf9;
}

ul.ng_box li.female {
	border: 5px solid #f9d2dc;
}

ul.ng_box li.male h3 {
	color:#115df6;
}

ul.ng_box li.female h3 {
	color:#e11b3c;
}
ul.ng_box li li {
	float: none!important;
	width : auto;
	margin: 0;
	border: none;
	padding: 0px 0 0 16px;
	line-height: 1.5;
}

ul.ng_box li li:before{
	content: "・";
	margin-left: -16px;
}


