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

#flow_top {
	background: url(../images/bg_flow.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
	text-align: center;
}
#flow_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;
}
#flow_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;
	background-color: #fff;
	padding: 30px 60px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	max-width: 1200px;
	box-sizing: border-box;
}

#step ul {
	overflow: hidden;
}
#step li {
	width : -moz-calc((100% / 4) - 23px);
	width : -webkit-calc((100% / 4) - 23px);
	width : calc((100% / 4) - 23px);
	margin: 8px 0px;
	border: 2px solid #c04768;
	float: left;
	background-color: #fff;
	padding: 8px 5px;
	box-sizing: border-box;
	color: #4d4d4d;
	border-radius: 10px;
}


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

.step_tit {
	font-size: 16px;
	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!important;
	border: none!important;
	float: left;
	background-color: #fff;
	padding: 8px 5px;
	box-sizing: border-box;
	color: #4d4d4d;
	border-radius: 10px;
	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;
	vertical-align: middle;
}


@media (max-width: 960px) {
	
#step li {
	width :-moz-calc((100% / 4) - 18px);
	width : -webkit-calc((100% / 4) - 18px);
	width : calc((100% / 4) - 18px);
	margin: 8px 0px;
}
	
#step li.step_arrow {
	width : 24px!important;
}
#step img.step_arrow{
	width: 20px;
	margin: 0 0px 0 0;
	vertical-align: middle;
}
}

@media (max-width: 840px) {
	
#step li {
	width : -moz-calc((100% / 4) - 18px);
	width : -webkit-calc((100% / 4) - 18px);
	width : calc((100% / 4) - 18px);
	margin: 8px 0px;
	font-size: 11px;
}
	
#step li.step_arrow {
	width : 24px!important;
}
#step img.step_arrow{
	width: 20px;
	margin: 0 0px 0 0;
	vertical-align: middle;
}
.step_tit {
	font-size: 13px;
	color: #c04768;
}
}


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

.s_inner {
    max-width: 1200px;
    margin: 0px auto;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
	text-align: center;
}
.s_inner h2{
    text-align: left;
    font-size: 20px;
    margin: 0px 0 20px;
    padding: 20px 10px;
    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 40px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.8;
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
     padding: 40px 60px;
	background-color: #fff;
}

.flo_l {
    float: left;
	width : -moz-calc(70% - 20px);
	width : -webkit-calc(70% - 20px);
	width : calc(70% - 20px);
}

.imgM1 {
    width: 60%;
    max-width: 760px;
	margin: 20px auto;
}

.imgM3 {
       margin: 5px 0px 0 20px;
    max-width: 320px;
    width: 30%;
    float: right;
}

.font_b {
    font-weight: bold;
}

