﻿section{
    margin-bottom: 65px;
    padding-top: 15px;
}
.title-image{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.title-image. img{
    
}
.lead{
    margin-bottom: 40px;
    font-size: 120%;
    line-height: 220%;
    font-family: "FP-ヒラギノ明朝", "ProN W3", FP-HiraMinProN-W3, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: .07em;
    text-align: center;
}
.point-1{
    text-align: center; 
    margin-bottom: 40px;
}
.point-1 img{
    width: 800px;
}
.point-2{
    text-align: center;
    margin-bottom: 40px;
}

.grid {
    display: flex;
    flex-wrap: wrap;
}

.grid .grid-item {
    padding: 0 20px;
}

@media screen and (max-width:767px) {
    .grid .grid-item {
        padding: 0;
    }   
}

a.btn-gold {
  display: inline-block;
  text-decoration: none;
  background: #bc9d41;
  color: #fff;
  padding: 10px 34px 10px 30px;
  letter-spacing: .04em;
}
a.btn-gold:hover {
  background: #bca76a;
}
a.btn-gold .fa {
  position: relative;
  top: -1px;
  margin-right: 11px;
}

@media (max-width: 980px) {

}
@media (max-width: 768px) {
    
}


/* flow_exp
------------------------------- */
.flow_exp > li {
	position: relative;
	padding-left: 41px;
}
.flow_exp > li:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 15px;
	top: 0;
	background: #634d76;
}
.flow_exp_inner {
	border-bottom: 1px dashed #ddd;
	padding: 30px 0;
}
.flow_exp_img {
	float: right;
	margin-left: 35px;
}
.flow_exp_tit {
	font-size: 16px;
	font-weight: 700;
	padding-top: 4px;
	padding-left: 4px;
}
.flow_exp_ico {
	font-family: serif,sans-serif;
	font-style: normal;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #634d76;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 30px;
}
.flow_exp_txt {
	margin-top: 8px;
	padding-left: 4px;
}
.flow_exp > li:first-child .flow_exp_inner {
	padding-top: 0;
}
.flow_exp > li:first-child .flow_exp_ico {
	top: 0;
}
.flow_exp > li:last-child:before {
	height: 30px;
}
@media screen and (max-width:767px) {
	.flow_exp_inner {
		display: table;
		padding: 20px 0 25px 0;
	}
	.flow_exp_img {
		float: none;
		display: table-footer-group;
		text-align: center;
	}
	.flow_exp_tit {
		padding-top: 3px;
		padding-left: 0;
		font-size: 15px;
	}
	.flow_exp_txt {
		padding-bottom: 15px;
		padding-left: 0;
	}
	.flow_exp_ico {
		top: 20px;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.flow_exp > li {
		padding-left: 34px;
	}
	.flow_exp > li:before {
		left: 12px;
	}
}
