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

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

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

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

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

img.stepB {
	width: 50px;
	margin: 0 0px 0 0;
	vertical-align: middle;
}

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

#step_flow 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);
}
}

#flow_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;
	background-color: #fff;
	padding: 20px 16px 30px;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
}

#step ul {
	overflow: hidden;
}
#step li {
	width : 100%;
	margin: 1px 0px;
	border: 2px solid #c04768;
	background-color: #fff;
	padding: 10px 16px;
	box-sizing: border-box;
	color: #4d4d4d;
	border-radius: 10px;
}


#step li p {
	text-align: left;
}

.step_tit {
	font-size: 1.6rem;
	color: #c04768;
}

.step_tit:before {
	content: "\A";
	white-space: pre;
}

#step img.step_icon {
	width: 80px;
	height: 80px;
	margin: 0 0px 5px 0;
	vertical-align: middle;
}


#step li.step_arrow {
	width : 30px!important;
	margin: 0 auto!important;
	padding: 8px 5px;
	border: none!important;
	background-color: #fff;
	box-sizing: border-box;
	color: #4d4d4d;
	height: 20px;
	text-align: center;
	display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}


#step img.step_arrow{
	width: 30px;
	margin: 0 0px 0 0;
	transform: rotate(90deg) ;
}


#step_note {
   margin: 0px auto;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    padding: 0 10px;
	background-color: #fbd8d8;
}

.s_inner {
    margin: 0px auto;
    padding: 20px 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}
.s_inner h2{
    text-align: left;
    font-size: 1.6rem;
    margin: 0px 0 20px;
    padding: 16px 10px;
	box-sizing: border-box;
    background-image: url(../images/back01.jpg);
    background-position: left top;
    background-repeat: repeat;
    background-size: auto;
    border-top: solid 1px #fbd8d8;
    border-bottom: solid 1px #fbd8d8;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #c04768;
}

.s_inner h2:before {
    content: "●";
}

.s_inner p{
    text-align: left;
}


.s_inner dl{
    text-align: left;
	border-top: dotted 1px #000;
	margin-top: 16px;
}


.s_inner dt{
    margin: 20px auto 10px;
}

#step_note2 {
   margin: 0px auto;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    padding: 0 10px;
	background-color: #fff;
}

img.imgM1 {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 10px 20px 10px;
}

img.imgM3 {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 10px 20px 30px;
}

.font_b {
    font-weight: bold;
}

