.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mc{
	color: #fa5839;
}
.mc2{
	color: #ff0000;
}
.bld{
	font-weight: bold;
}
.sc{
	color: #50a549;
}
.inner{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
main{
	display: block;
}
.section-title{
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0;
	text-shadow:1px #222;
	text-align: center;
	margin-bottom: 80px;
	line-height: 1.6;
}
.section-title span{
	font-size: 2.4rem;
	display: inline-block;
	padding: 0 3px;
	position: relative;
}
.section-title:after{
	width: 80px;
	height: 2px;
	background-color: #fa5839;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -30px;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px!important;
}
.mb50{
	margin-bottom: 50px;
}
.mb100{
	margin-bottom: 100px!important;
}
.sm{
	font-size: .85rem;
}

@media only screen and (max-width: 768px) {

.inner{
    width: 90%;
}
.section-title:after {
    width: 60px;
    bottom: -15px;
}
.section-title span {
    font-size: 1.8rem;
    padding: 0 2px;
}
.section-title {
    font-size: 1.15rem;
    letter-spacing: -1px;
    margin-bottom: 50px;
    line-height: 1.6;
}

}

/* -------------------------------- 

header

-------------------------------- */

header{
	position: fixed;
	width: 100%;
	left: 0;
	padding: 16px 0;
	top: 0;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0px 1px 4px 0px #ddd; 
	-webkit-box-shadow: 0px 1px 4px 0px #ddd; 
	-ms-box-shadow: 0px 1px 4px 0px #ddd;
}
.logo{
	float: left;
	width: 300px;
}
.logo img{
	width: 100%;
	margin-top: 10px;
}
.head-cta{
	float: right;
}
.head-cta li{
	float: left;
	margin-left: 15px;
}
.head-cta img{
	height: 60px;
	width: auto;
}
.head-cta li a:hover img{
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {

header{
	position: relative;
}
.logo{
	float: none;
	width: 240px;
	margin: 0 auto;
}
.logo img{
	width: 100%;
	margin-top: 0px;
}
.head-cta{
	position: fixed;
	width: 100%;
	top: 60px;
	left: 0;
	float: none;
	background-color: #fff;
}
.head-cta ul{
	width: 316px;
    padding-left: 5px;
	margin: 0 auto;
}
.head-cta li{
	float: right;
	margin-left: 0px
}
.head-cta li:last-child{
	margin-left: 10px;
}
.head-cta li img{
	margin: 10px 0;
	height: 42px;
}

}

/* -------------------------------- 

fv

-------------------------------- */

.fv{
	height: 480px;
	padding-top: 100px;
	background: #fef9f8; /* Old browsers */
background: -moz-linear-gradient(left, #fef9f8 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #fef9f8 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #fef9f8 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef9f8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.fv > .inner{
	background-image: url(../img/fv.png);
	background-size: cover;
	background-color: #fef9f8;
	background-position: right center;
}
.point1{
	margin-top: 60px;
}
.point1 li{
	margin-bottom: 12px;
}
.point1 h4{
	position: relative;
	color: #434343;
	padding-left: 26px;
	font-size: .9rem;
}
.point1 h4:before{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: -2px;
	left: 0;
	background-image: url(../img/point.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.fv h2{
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .05em;
	font-weight: bold;
	margin-top: 40px;
}
.point2{
	margin-top: 40px;
	margin-bottom: 60px;
}
.point2 li{
	float: left;
	margin-right: 20px;
	display: inline-block;
	padding: 10px 22px;
    height: 64px;
	background-color: #50a549;
	color: #fff;
	border-radius: 33px;
	-webkit-border-radius: 33px;
}
.point2 li h3{
	font-size: 1.1rem;
	float: left;
	line-height: 1.3;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
.point2 li p{
	float: left;
	font-size: .8rem;
	padding-left: 10px;
	line-height: 1.6;
}
.fv-cta{
	background-color: #fefaf9;
	padding: 30px 0;
	position: relative;
	z-index: 3;
	box-shadow: 0px 1px 8px 0px #ddd; 
	-webkit-box-shadow: 0px 1px 8px 0px #ddd; 
	-ms-box-shadow: 0px 1px 8px 0px #ddd;
}
.fv-cta h3 {
    float: left;
    font-size: 1.1rem;
    letter-spacing: 0;
    padding-top: 4px;
    padding-left: 82px;
    background-image: url(../img/banner.png);
    background-size: 65px;
    background-repeat: no-repeat;
}
.fv-cta h3 span{
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #fa5839;
}
.fv-cta a{
	float: right;
	display: block;
	width: 340px;
}
.fv-cta img{
	width: 100%;
}
.fv-cta a:hover{
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {

.fv {
    background-image: url(../img/fv.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center left 39%;
}
.fv .inner{
	width: 94%;
	background-color: rgba(0,0,0,0);
	background-image: none;
}
.point1 h4 {
    position: relative;
    color: #434343;
    padding-left: 20px;
    font-size: .85rem;
}
.fv h2{
	font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: bold;
	margin-top: 28px;
}
.point1{
	margin-top: 0px;
}
.point2 {
    margin-top: 30px;
    margin-bottom: 37px;
}
.point2 li {
    float: left;
    margin-bottom: 2px;
    margin-right: 2px;
    display: inline-block;
    padding: 10px 10px;
    height: 54px;
    background-color: #50a549;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.point2 li p {
    float: left;
    font-size: .7rem;
    padding-left: 6px;
    line-height: 1.4;
    padding-top: 2px;
    letter-spacing: 0;
}
.point2 li h3 {
    font-size: .8rem;
    float: left;
    letter-spacing: 0;
    line-height: 1.4;
    padding-right: 6px;
    border-right: 1px solid #fff;
}
.fv-cta a {
    float: none;
    display: block;
    width: 300px;
    margin: 15px auto 0;
}
.fv-cta h3 {
    float: none;
    text-align: left;
    font-size: .9rem;
    background-position: top 7px left;
}
.fv-cta h3 span {
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fa5839;
}
.fv-cta {
    padding: 30px 0 20px;
}

}

/* -------------------------------- 

intro

-------------------------------- */

.intro{
	padding: 300px 0 120px;
	background-image: url(../img/second.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 700px;
}
.intro .txt{
	padding-left: 360px;
	padding-right: 60px;
}
.intro h2{
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {

.intro {
    padding: 568px 0 50px;
    background-image: url(../img/second.png);
    background-position: left top 226px;
    background-repeat: no-repeat;
    background-size: 450px;
}
.intro .txt {
    padding-left: 0;
    padding-right: 0;
}
.intro h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 30px;
}
.intro p {
    font-size: .85rem;
}

}

/* -------------------------------- 

nayami

-------------------------------- */

.nayami{
	padding: 100px 0 70px;
	background-color: #f6f8fa;
}
.nayami ul{
	width: 680px;
	margin: 0 auto 24px;
}
.nayami li{
	width: 47.5%;
	float: left;
	margin-right: 5%;
}
.nayami li img{
	width: 100%;
}
.nayami li:nth-of-type(2){
	margin-right: 0;
}

@media only screen and (max-width: 768px) {

.nayami {
    padding: 50px 0 50px;
    background-color: #f6f8fa;
}
.nayami ul {
    width: 100%;
    margin: 0px auto 6px;
}
.nayami li {
    width: 100%;
    float: none;
    margin-right: 0;
}

}

/* -------------------------------- 

sol

-------------------------------- */

.sol{
	padding: 100px 0;
	text-align: center;
}
.sol li{
	background-color: #fdfaf9;
	padding: 50px 30px 50px;
	margin-bottom: 30px;
	box-shadow: 0px 1px 2px 0px #ddd; 
	-webkit-box-shadow: 0px 1px 2px 0px #ddd; 
	-ms-box-shadow: 0px 1px 2px 0px #ddd;
}
.sol h3{
	font-size: 1.2rem;
	color: #1d3a7b;
	position: relative;
	padding-bottom: 45px;
	text-align: center;
}
.sol h3:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #1d3a7b;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	margin-bottom: 28px;
}
.sol p{
	padding-left: 60px;
	position: relative;
	background-image: url(../img/point.png);
	background-repeat: no-repeat;
	background-size: 40px;
	text-align: left;
	background-position: left top;
}
.sol p span{
	font-weight: bold;
}
.sol h2{
	display: inline-block;
	padding: 10px 40px 10px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 auto 60px;
	background-image: url(../img/arrow-left.png),url(../img/arrow-right.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left top, right top;
}

@media only screen and (max-width: 768px) {

.sol {
    padding: 50px 0;
    text-align: center;
}
.sol h2 {
    display: inline-block;
    padding: 0px 34px 0px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0px;
    line-height: 1.6;
    margin: 0 auto 40px;
    background-image: url(../img/arrow-left.png),url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left top, right top;
}
.sol li {
    background-color: #fdfaf9;
    padding: 40px 13px 40px;
    margin-bottom: 30px;
}
.sol h3 {
    font-size: 1.1rem;
    line-height: 1.6;
}
.sol p {
    padding-left: 44px;
    font-size: .8rem;
    line-height: 1.7;
    position: relative;
    background-image: url(../img/point.png);
    background-repeat: no-repeat;
    background-size: 30px;
    text-align: left;
    background-position: left top;
}

}

/* -------------------------------- 

reason

-------------------------------- */

.reason{
	padding: 0px 0 50px;
}
.reason h2{
	line-height: 1.6;
	margin-bottom: 80px;
}
.reason .list{
	margin-bottom: 80px;
}
.reason .list .image{
	float: left;
	width: 45%;
}
.reason .list2 .image{
	float: right;
}
.reason .list img{
	width: 100%;
}
.reason .txt{
	width: 45%;
	float: right;
}
.reason .list2 .txt{
	float: left;
}
.reason h3{
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 30px;
}
.reason p{
	padding-left: 20px;
	border-left: 2px solid #fa5839;
}


@media only screen and (max-width: 768px) {

.reason{
	padding: 0;
}
.reason h2 {
    line-height: 1.3;
    margin-bottom: 60px;
}
.reason .list .image {
    float: none;
    width: 100%;
}
.reason .txt {
    width: 100%;
    float: none;
    margin-top: 20px;
}
.reason h3 {
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 20px;
}
.reason p {
    padding-left: 12px;
    border-left: 2px solid #fa5839;
    font-size: .8rem;
}
.reason .list {
    margin-bottom: 60px;
}

}

/* -------------------------------- 

cta

-------------------------------- */

.cta{
	background-color: #f4f8f7;
	padding: 60px 0 0;
	background-image: url(../img/cta-woman.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right -60px bottom;
}
.cta .inner{
	padding-bottom: 60px;
}
.cta h2{
	line-height: 1.6;
	font-size: 1.3rem;
	letter-spacing: 0;
	padding: 20px 0px 20px 100px;
	margin-bottom: 40px;
	background-size: 80px;
	background-repeat: no-repeat;
	background-image: url(../img/banner.png);
	background-position: left center;
}
.cta li{
	float: left;
	margin-right: 20px;
}
.cta li img{
	height: 96px;
}
.cta li a:hover{
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {

.cta h2 {
    line-height: 1.6;
    font-size: 1rem;
    letter-spacing: 0;
    padding: 20px 0px 20px 72px;
    margin-bottom: 10px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-image: url(../img/banner.png);
    background-position: left center;
}
.cta li img {
    height: 60px;
}
.cta {
    padding: 40px 0 0;
    background-size: auto 50%;
}

}


/* -------------------------------- 

fac

-------------------------------- */

.fac{
	padding: 100px 0 40px;
}
.fac .list{
	width: 45%;
	float: left;
	margin-right: 10%;
}
.fac .list2{
	float: right;
	margin-right: 0;
}
.fac .image{
	width: 100%;
	margin-bottom: 30px;
}
.fac img{
	width: 100%;
}
.fac h3{
	font-size: 1.1rem;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
}
.fac p{
	padding: 0 10px;
	/*font-size: .85rem;*/
	margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {

.fac {
    padding: 50px 0 40px;
}
.fac .section-title{
	line-height: 1.45;
}
.fac .list {
    width: 100%;
    float: none;
    margin-right: 0;
}
.fac .list2 {
    float: none;
}
.fac p {
    padding: 0 10px;
    font-size: .8rem;
    margin-bottom: 40px;
}
.fac h3 {
    font-size: 1.1rem;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.5;
}
.fac .image {
    margin-bottom: 20px;
}

}


/* -------------------------------- 

price

-------------------------------- */

.price{
	padding: 0px 0 100px;
	text-align: center;
}
.price h3{
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0;
	display: inline-block;
}
.price h3 span{
	display: inline-block;
	padding-bottom: 0px;
	border-bottom: 2px solid #fa5839;
	margin-bottom: 5px;
}
.price p span{
	font-weight: bold;
}
.price h4{
	font-size: 1.0rem;
	line-height: 1.6;
}
.price .list{
	border: 3px solid #f5f8f3;
	padding-bottom: 40px;
}
.price .list .plan-t{
	width: 50%;
	background-color: #50a549;
	text-align: center;
	color: #fff;
	height: 80px;
	float: left;
}
.price .list .plan-t h4{
	font-size: 1.8rem;
	line-height: 80px;
	letter-spacing: 0;
}
.price .list .plan-p{
	width: 50%;
	background-color: #f5f8f3;
	text-align: center;
	height: 80px;
	float: left;
}
.price .list .plan-p h3{
	line-height: 80px;
}
.price .list .plan-p h3 span{
	font-size: 2.4rem;
	letter-spacing: 0;
	border: none;
	padding-bottom: 0;
}
.price .list ul{
	width: 540px;
	margin: 0 auto;
}
.price .list ul:nth-of-type(1){
	margin-top: 30px;
}
.price .list li{
	float: left;
	margin-right: 30px;
	margin-bottom: 14px;
}
.price .list li h4{
	padding-left: 26px;
	background-image: url(../img/point.png);
	background-position: left center;
	background-size: 20px;
	background-repeat: no-repeat;
}
.price .list .ml{
	margin-right: 89px;
}
.price .list .txt{
	padding-left: 300px;
	background-image: url(../img/price1.png);
	background-repeat: no-repeat;
	background-size: 260px;
	padding-right: 30px;
	background-position: left 50px center;
}
.price .list3 .txt{
	background-image: url(../img/price2.png);
}
.price .txt p{
	text-align: left;
	margin-left: 50px;
	font-size: .85rem;
}
.price .txt li:nth-of-type(1){
	width: 200px;
	text-align: left;
}
.price .list2 .plan-t h4{
	font-size: 1.5rem;
	display: inline-block;
	line-height: 1.4;
	margin-top: 13px;
}
.price .list2 .plan-t span{
	font-size: .85rem;
	display: block;
	text-align: left;
	font-weight: normal;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.price .list4{
	float: left;
	text-align: left;
	width: 47.5%;
	padding-bottom: 30px;
	border: 2px solid #f5f8f3;
}
.price .list5{
	float: right;
}
.price .list4 .plan-t h4{
	height: 68px;
	text-align: center;
	background-color: #50a549;
	color: #fff;
	margin-bottom: 30px;
	line-height: 68px;
	font-size: 1.3rem;
	letter-spacing: 0;
}
.price .list4 h3{
	text-align: left;
	font-size: .85rem;
	padding-left: 30px;
	background-image: url(../img/point.png);
	background-position: left center;
	background-size: 20px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 0;
}
.price .list4 p{
	padding: 0 30px;
}
.price .list4 p span{
	font-weight: bold;
}
.price .card{
	margin: 18px auto 0;
    display: block;
    width: 200px;
}

@media only screen and (max-width: 768px) {

.price {
    padding: 0px 0 50px;
}
.price h3 {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
    display: inline-block;
}
.price h3 span {
    border-bottom: 1px solid #fa5839;
}
.price p{
	font-size: .8rem;
}
.price h4 {
    font-size: .9rem;
    line-height: 1.6;
}
.price .list .plan-t {
    width: 100%;
    background-color: #50a549;
    text-align: center;
    color: #fff;
    height: 66px;
    float: none;
}
.price .list .plan-t h4 {
    font-size: 1.2rem;
    line-height: 66px;
    letter-spacing: 0;
}
.price .list .plan-p {
    width: 100%;
    background-color: #f5f8f3;
    text-align: center;
    height: 66px;
    float: none;
}
.price .list .plan-p h3 {
    line-height: 66px;
}
.price .mb50{
	margin-bottom: 30px;
}
.price .list ul {
    width: 90%;
    margin: 0 auto;
}
.price .list p{
	padding: 0 15px;
	text-align: left;
	font-size: .8rem;
	letter-spacing: 0;
}
.price .list ul:nth-of-type(2){
    margin-bottom: 12px!important;
}
.price .list2 .plan-t h4 {
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1.4;
    margin-top: 11px;
}
.price .list2 .plan-t span {
    font-size: .75rem;
}
.price .list .plan-p h3 span {
    font-size: 2rem;
}
.price .list .txt {
    padding-left: 0;
    padding-top: 220px;
    background-image: url(../img/price1.png);
    background-repeat: no-repeat;
    background-size: 260px;
    padding-right: 0px;
    background-position: top center;
}
.price .list3 .txt{
	background-image: url(../img/price2.png);
}
.price .txt p {
    text-align: left;
    margin-left: 0px;
    padding: 0;
    padding: 0 15px;
}
.price .list ul:nth-of-type(2) {
    margin-bottom: 0px!important;
}
.price .list4 {
    float: none;
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
    border: 2px solid #f5f8f3;
    margin-bottom: 30px;
}
.price .list4 .plan-t h4 {
    height: 68px;
    text-align: center;
    background-color: #50a549;
    color: #fff;
    margin-bottom: 30px;
    line-height: 68px;
    font-size: 1.2rem;
    letter-spacing: 0;
}
.price .list5 {
	margin-bottom: 0;
}
.price .card {
    width: 300px;
}

}

/* -------------------------------- 

doc

-------------------------------- */

.doc{
	padding: 100px 0;
	text-align: center;
}
.doc .m-list{
	width: 700px;
	margin: 0 auto 60px;
}
.doc .m-list .image{
	width: 30%;
	float: left;
}
.doc img{
	width: 100%;
}
.doc .m-list .txt{
	width: 60%;
	float: right;
	text-align:left;
}
.doc .m-list p{
	font-size: .85rem;
}
.doc .m-list h3{
	margin: 20px 0;
	font-size: 1.3rem;
}
.doc .m-list span{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.doc li{
	width: 23%;
	float: left;
	margin-right: 2.66666667%;
}
.doc ul{
	margin-top: 80px;
}
.doc ul li:last-child{
	margin-right: 0;
}
.doc li .txt > p{
	font-size: .7rem;
	margin-bottom: 10px;
}
.doc li img{
	width: 100%;
}
.doc li .txt{
	padding: 15px 10px;
	text-align: left;
}
.doc li h3{
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.doc li h4{
	margin-bottom: 10px;
	font-size: .7rem;
}
.doc td{
	font-size: .7rem;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 0 0 10px 0;
}
.doc td:nth-of-type(1){
	width: 50px;
}

@media only screen and (max-width: 768px) {

.doc {
    padding: 50px 0;
}
.doc .m-list {
    width: 100%;
    margin: 0 auto 50px;
}
.doc .m-list .txt {
    width: 100%;
    float: none;
    padding: 0 18px;
    text-align: left;
}
.doc .m-list .image {
    width: 50%;
    float: none;
    margin: 0 auto 20px;
}
.doc .m-list .txt p:nth-of-type(1){
	text-align: center;
}
.doc .m-list h3 {
    margin: 20px 0 20px;
    font-size: 1.3rem;
    text-align: center;
}
.doc .m-list span {
    margin-bottom: 12px;
    text-align: center;
}
.doc ul {
    margin-top: 50px;
}
.doc li {
    width: 48.5%;
    float: left;
	margin-right: 3%;
}
.doc li:nth-of-type(2),
.doc li:nth-of-type(4){
	margin-right: 0%;
}
.doc li .txt {
    padding: 10px 6px;
    text-align: left;
}
.doc li .txt > p {
    font-size: .7rem;
    letter-spacing: 0px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.doc td {
    display: block;
}
.doc td:nth-of-type(1) {
    padding: 0 0 1px 0;
}

}

/* -------------------------------- 

for

-------------------------------- */

.for{
	padding: 0 0 100px;
	text-align: center;
}
.for h2{
	font-size: 1.5rem;
	letter-spacing: 0;
	margin-bottom: 50px;
}
.for > img{
	width: 100%;
	margin-bottom: 60px;
}
.for ul{
	width: 700px;
	margin: 0 auto;
}
.for li{
	width: 200px;
	float: left;
	margin-right: 50px;
}
.for li:last-child{
	margin-right: 0;
}
.for li img{
	width: 100%;
}

@media only screen and (max-width: 768px) {

.nayami {
    padding: 50px 0 50px;
    background-color: #f6f8fa;
}
.nayami ul {
    width: 100%;
    margin: 0px auto 6px;
}
.nayami li {
    width: 100%;
    float: none;
    margin-right: 0;
}
.for h2 {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.for > img {
    width: 100%;
    margin-bottom: 10px;
}
.for li {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    margin-bottom: 12px;
}
.for li:nth-of-type(2),
.for li:nth-of-type(4),
.for li:nth-of-type(6){
	margin-right: 0;
}
.for ul {
    width: 100%;
    margin: 0 auto;
}
.for {
    padding: 0 0 20px;
    text-align: center;
}

}

/* -------------------------------- 

footer

-------------------------------- */

footer{
	padding: 80px 0 0;
	background-color: #fcf4f2;
	text-align: center;
}
footer h2{
	text-align: left;
	padding: 20px 0 20px 110px;
	line-height: 1.6;
	font-size: 1.5rem;
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 80px;
	margin-bottom: 10px;
}
/*footer .inner > a img{
	width: 400px;
	margin-bottom: 60px;
}*/
.map > img{
	width: 240px;
	margin-bottom: 30px;
}
.map li{
	width: 31%;
	float: left;
	text-align: left;
	margin-right: 3.5%;
	margin-bottom: 100px;
}
.map .tel:hover{
	opacity: 0.5;
}
.map li .image img{
	width: 100%;
}
.map ul li:last-child{
	margin-right: 0;
}
.map h3{
	padding: 15px 0;
	letter-spacing: 0;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}
.map h4{
	width: 100%;
	text-align: center;
	border-top: 1px solid #50a549;
	border-bottom: 1px solid #50a549;
	padding: 15px 0;
	margin-bottom: 20px;
}
.map h4 span{
	color: #50a549;
	font-size: 1.6rem;
	padding-left: 5px;
}
table{
}
table td{
	padding: 0 15px 10px 15px;
	font-size: .8rem;
	letter-spacing: .05em;
	line-height: 1.5;
}
table tr td:nth-of-type(1){
	font-weight: bold;
	width: 85px;
}
.link img{
	width: 80%;
	margin: 20px auto 0;
	display: block;
}
.link:hover img{
	opacity: 0.7;
}
.map .inline{
	text-align: center;
}
.inline li{
	display: inline-block;
	float: none;
}
.inline li{
	text-align: left;
}
.copyright{
	padding: 40px 0 20px;
	text-align: center;
}
.copyright img{
	width: 200px;
	margin-bottom: 30px;
}
.copyright p{
	font-size: .8rem;
	color: #666;
}

.foot-cta{
	padding: 30px 0;
	position: relative;
	z-index: 3;
	margin-bottom: 60px;
}
.foot-cta h3 {
    float: left;
    text-align: left;
    font-size: 1.1rem;
    letter-spacing: 0;
    padding-top: 4px;
    padding-left: 82px;
    background-image: url(../img/banner.png);
    background-size: 65px;
    background-repeat: no-repeat;
}
.foot-cta h3 span{
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #fa5839;
}
.foot-cta a{
	float: right;
	display: block;
	width: 340px;
}
.foot-cta img{
	width: 100%;
}
.foot-cta a:hover{
	opacity: 0.7;
}

@media only screen and (max-width: 768px) {

footer {
    padding: 50px 0 0;
}
footer h2 {
    text-align: left;
    padding: 0px 0 0px 72px;
    line-height: 1.5;
    font-size: 1rem;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 60px;
    margin-bottom: 24px;
}
footer .inner > a img {
    width: 300px;
    margin: 0 auto 40px;
}
.map li {
    width: 100%;
    float: none;
    text-align: left;
    margin-right: 0;
    margin-bottom: 60px;
}
.copyright p{
	font-size: .7rem;
	letter-spacing: 0;
}
.foot-cta a {
    float: none;
    display: block;
    width: 300px;
    margin: 15px auto 0;
}
.foot-cta .inner{
	width: 100%;
}
.foot-cta h3 {
    float: none;
    text-align: left;
    font-size: .9rem;
    background-position: top 7px left;
}
.foot-cta h3 span {
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fa5839;
}
.foot-cta {
    padding: 30px 0 20px;
}

}














