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

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

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

#step {
	margin: 0px auto;
	text-align:center;
	white-space: nowrap;
	background-color:#fbd8d8;
	padding: 5px 0;
}

#step img{
	vertical-align: middle;
}
img.stepM {
	max-width: 100px;
	width : -moz-calc((100% / 5) - 10px);
	width : -webkit-calc((100% / 5) - 10px);
	width : calc((100% / 5) - 10px);
	margin: 0 10px;
}

img.stepA {
	width: 5px;
	margin: 0;
}

img.stepB {
	width: 36px;
	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: 1.4rem;
	line-height: 1;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
	padding: 0 10px;
}

#step_contents p {
	line-height: 1.8;
}
#step_contents h2 {
	color: #c04768;
	font-size: 2.0rem;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0px;
	padding: 10px;
	height: 180px;
}
#step_contents h2.s01 {
	background-image: url(../images/step_back01.png), url(../images/back01.jpg);
	background-position: center bottom 5px, left top;
	background-repeat: no-repeat, repeat;
	background-size: 240px auto, auto;
}
#step_contents h2.s02 {
	background-image: url(../images/step_back02.png), url(../images/back01.jpg);
	background-position: center bottom 5px, left top;
	background-repeat: no-repeat, repeat;
	background-size: 170px auto, auto;
}
#step_contents h2.s03 {
	background-image: url(../images/step_back03.png), url(../images/back01.jpg);
	background-position: center bottom 5px, left top;
	background-repeat: no-repeat, repeat;
	background-size: 170px auto, auto;
}
#step_contents h2 .step_tit {
	color: #000;
	font-size: 1.7rem;
	margin: 0px 10px;
	font-family: 'Noto Sans JP', sans-serif;
	border: 1px solid #000;
	padding: 2px 5px;
}
#step_contents h2 .step_subtit {
	color: #4d4d4d;
	font-size: 1.4rem;
	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: 10px 0;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}
.font_b {
	font-weight: bold;
}
#step_contents dl {
	margin: 0px 0 30px;
	line-height: 1.7;
}
#step_contents dt {
	margin: 16px 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 10px;
}
ul.ng_box li {
	width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	margin: 0 10px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 16px 10px;
}

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



