/***************************
 *
 * モジュール
 *
 **************************/

/* 
一般
*/
img{

}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
p {
	color: #333333;
	font-size: 15px;
	line-height: 2em;
}
.alignleft {
	float: left;
	margin-right: 25px;
}
.alignright {
	float: right;
	margin-left: 25px;
}
/* 
カラー
*/
.red {
	color: #e5004f;
}
.blue {
	color: #4d60b4;
}
.pink {
	color: #f5568e;
}
.bg-white {
	background: white;
}
.orange {
	color: #f16700 !important;
}
.purple {
	color: #a66ccb;
}


/* 
OVER
*/
.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.7;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}
.zoom {
	
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;		
}

/* 
フォント
*/
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.serif-all * {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* 
ボタン
*/
.btns {
	text-align: center;
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;

        position: relative;
        overflow: hidden;
        z-index: 2;
}
.btn:before {
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	content: "　";
	background: #f2f2f2;
	z-index: 0;

}
.btn:hover, .btn:focus, .btn:active {
	color: #ebe9e5;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
	left: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	
	z-index: -10;	

}



.btn a {
	color: #5d4d48;	
	text-decoration: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 100%;
	padding: 5px 0px;
	/*font-size: 90%;*/
	line-height: 1.3em;
	z-index: 6;
	border: 1px solid #bbb4b1;

	font-size: 15px;
}
.btn a:hover {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;	

}





/* 
ボックス
*/
.box-1000 {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.box-800 {
	width: 800px;
	margin: 0px auto;
	position: relative;
}
.box-630 {
	width: 630px;
	margin: 0px auto;
	position: relative;
}
.box-450 {
	width: 450px;
	margin: 0px auto;
	position: relative;
}
.box {

}


/* 
ヘッダー
*/
.l-header .box-1000 {
	padding: 37px 0 17px;
}
.header-title {
	font-size: 9px;
	text-align: left;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20px;
	background: #c4af1e;
}
.header-title span {
	display: block;
	width: 1000px;
	margin: 0 auto;
	color: white;
	font-size: 10px;
	line-height: 20px;
}
.header-logo {
	width: 282px;
	
}
.header-tel {
	width: 308px;
	text-align: right;
	position: absolute;
	top: 40px;
	right: 240px;
	line-height: 1.2em;	
}
.header-tel span {
	font-size: 12px;
	color: #666666;

}
.header-btn {
	width: 220px;
	position: absolute;
	top: 37px;
	right: 0;
}


/*
GLOBAL NAVI	
*/
.l-nav .box-1000 {
	padding: 0;
}
.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: nowrap;	
}
.menu li {
	position: relative;
}
.menu li a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333333;
	border-right: 1px solid #e5e5e5;
	width: 186px;
	box-sizing: border-box;
	line-height: 50px;
	font-weight: 500;
	
}
.menu li:first-child a {
	text-indent: -9999em;
	background: url(../img/home.png) center center no-repeat;
	background-size: 18px 19px;
	width: 70px;
	border-left: 1px solid #e5e5e5;
}
.menu li.active:after {
	content: "";
	width: 14px;
	height: 6px;
	background: url(../img/nav-active.png) center center no-repeat;
	background-size: 14px 6px;
	display: block;
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translate(-50%, 0);
}
.menu a:hover {

}


/*
パンくず
*/


/*
フッター
*/
.page-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 9999;
}
.page-top i {
	font-size: 50px;
	color: #619f46;
}
.footer-top {
	background: url(../img/bg-main-voice.png) 0 0 repeat;
	padding: 50px 0 30px;
}
.list-banner {
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-banner li {
	width: 320px;
	margin-bottom: 20px;
	text-align: center;
}
.list-banner:after {
	content: "";
	width: 320px;
	
}
.footer-bottom {
	background: url(../img/bg-footer-bottom.jpg) 0 0 repeat-x;
	background-size: 1500px 60px;
	line-height: 60px;
	height: 60px;
}
.copyright {
	text-align: center;
	font-size: 15px;
	color: white;
	line-height: 60px;
}









/* main-visual */
.main-visual {
	background: url(../img/bg-main-visual-2.jpg) center top no-repeat;
	background-size: cover;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.main-visual .main-visual-circle {
	width: 680px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.main-visual .main-visual-chara {
	width: 417px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translate(-50%, 0%);	
}

/* intro banner */
.intro-banner {
	padding: 50px 0 30px;
}
.intro-banner-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;	
}
.intro-banner-list li {
	width: 320px;
}
.intro-banner-red {
	background: #d53c3c;
	color: white;
	height: 70px;
	font-size: 12px;
	box-sizing: border-box;
	padding-left: 10px;
	line-height: 70px;
}
.intro-banner-red img {
	width: 528px;
	display: inline-block;
	line-height: 70px;
	vertical-align: middle;
	margin-right: 15px;

}
.intro-banner-red span {
	font-size: 14px;
	padding-left: 15px;
	background: url(../img/intro-banner-sep.png) left center no-repeat;
	display: inline-block;
}

/* main-shop */
.main-shop {
	background: url(../img/bg-main-access.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0 30px;
}
.list-shop {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-shop > li {
	margin-bottom: 20px;
}
.list-shop .shop {
	background: white;
	width: 490px;
	height: 200px;
	position: relative;
	padding: 10px;
	padding-left: 200px;
	box-sizing: border-box;
}
.list-shop .shop .shop-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.list-shop .shop .shop-pic {
	position: absolute;
	left: 10px;
	top: 10px;
}
.list-shop .shop .shop-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	line-height: 2em;
}
.list-shop .shop .shop-tag {
	
}
.list-shop .shop .shop-tag .tag {
	display: inline-block;
	color: white;
	font-size: 16px;
	background: #c4af1e;
	padding: 5px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.list-shop .shop .shop-link:hover + .shop-pic {
	opacity: 0.7;
}
.main-shop  h2{
font-size:24px;
color:#ffea00;
text-align:center;
padding:0 0 20px;
}

/* main-mov */
.main-mov {
	background: url(../img/bg-main-mov.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.main-mov .box-1000 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.main-mov .box-mov {
	width: 480px;
	position: relative;
	background: rgba(255,255,255,0.9);
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #f0eee8;
	padding: 30px;
}
.main-mov .box-mov h2 {
	text-align: center;
	font-size: 22px;
	color: #3a94ba;
	font-weight: bold;
	margin-bottom: 25px;
}
.main-mov .box-mov h2 .movie {
	width: 420px;
	height: 280px;
	margin: 0 auto;
}
.main-mov .main-mov-stick {
	position: absolute;
	left:7%;
	top: 20%;
	width: 404px;
}
.main-mov .box-mov:nth-child(2) .main-mov-stick {
	width: 466px;
}

/* main best */
.main-best {
	background: url(../img/bg-main-best.jpg) center center no-repeat;
	background-size: cover;
	padding: 45px 0 50px;
}
.main-best h2 {
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 1.2em;
	background: url(../img/bg-main-best-h2.png) center bottom no-repeat;
	background-size: 676px 54px;
	margin-bottom: 45px;
}
.main-best h2 span {
	text-align: center;
	font-size: 40px;
	color: #dd7319;
	font-weight: bold;
}
.box-white {
	background: white;
	position: relative;
	box-sizing: border-box;
}
.main-best .box-white {
	padding: 30px;
}
.main-best h3 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #3a94ba;
	margin-bottom: 15px;
}
.main-best .box-white:nth-child(2) {
	padding-left: 190px;
	padding-right: 270px;
	margin-bottom: 50px;
}
.main-best .main-best-stick-1 {
	position: absolute;
	left: 20px;
	top: -20px;
	width: 147px;
}
.main-best .main-best-stick-2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 269px;
}
.main-best .box-white:nth-child(3) h3 {
	margin-bottom: 25px;
}
.main-best .box-white:nth-child(3) p:nth-child(2) {
	position: absolute;
	right: 30px;
	top: 25px;
	text-align: right;
}


/* main-voice */
.main-voice {
	background: url(../img/bg-main-voice.png) 0 0 repeat;
}
.main-voice-header {
	text-align: center;
	background: white;
	padding: 35px 0 35px;
	border-bottom: 3px solid #dd7319;
	position: relative;
	margin-bottom: 50px;
}
.main-voice-header:after {
	content: "";
	display: block;
	background: url(../img/main-voice-header-bottom.png) center center no-repeat;
	background-size: cover;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 50%;
	bottom: -18px;
	transform: translate(-50%, 0%);
	z-index: 5;
}
.main-voice-header h2 {
	font-size: 40px;
	color: #dd7319;
	text-align: center;
	line-height: 1.2em;
}
.main-voice-header h2 span {
	display: block;
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.main-voice-stick-1 {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, 0%);
	width: 1000px;
	z-index: 5;
}
.main-voice .box-white {
	padding: 40px;
}
.main-voice .box-white p {
	text-align: center;
}
.main-voice .box-white p:first-child {
	font-size: 20px;
	color: #619f46;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;

}
.main-voice .box-white p strong {
	color: #c82f2f;
	font-weight: normal;
}
.main-voice {
	padding-bottom: 50px;
}
.box-doc {
	background: white;
	padding: 40px;
	position: relative;
}
.box-doc-title {
	text-align: left;
	font-size: 24px;
	color: #3a94ba;
	font-weight: bold;
	margin: 25px 0;
}
.box-doc-info {
	position: relative;	
	padding-left: 250px;

}
.box-doc-info img {
	position: absolute;
	left: 0;
	top: 0;
}
.box-doc-title-2 {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #619f46;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.box-doc-detail {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 250px;
	width: 300px;
}
.box-doc-detail span, .box-doc-detail a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #619f46;
	line-height: 50px;
	border: 2px solid #619f46;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}
.box-doc-detail span:before, .box-doc-detail a:before {
	font-family: fontawesome;
	content: "\f105";
	margin-right: 5px;
}
.box-doc-detail a:hover {
	text-decoration: none;
}
.box-doc-hidden {
	display: none;
}
.box-doc-hidden p {
	margin-bottom: 2em;
}
.box-doc hr {
	border-top: 1px dotted #cccccc;
	margin: 30px auto;
}
.box-doc-info-no-pic {
	padding-left: 30px;
}
.box-doc-info-no-pic .box-doc-title-2 {
	text-align: center;
	padding-left: 0;
}
.box-doc-info-no-pic p {
	text-align: center;
}
.box-doc-info-no-pic + .box-doc-detail {
	margin-left: auto;
	margin-right: auto;
}

.box-doc-info .main-voice-stick-2 {
	position: absolute;
	left: auto !important;
	right: 0;
	top: -60px;
	width: 83px;
}
.box-doc-info .main-voice-stick-3 {
	position: absolute;
	left: auto !important;
	right: 0;
	top: -60px;
	width: 74px;
}
.box-doc-info .main-voice-stick-4 {
	position: absolute;
	left: auto !important;
	right: 150px;
	top: auto;
	bottom: -160px;
	width: 68px;
}
.box-doc-info .main-voice-stick-5 {
	position: absolute;
	left: auto !important;
	right: 0px;
	top: auto;
	bottom: -60px;
	width: 95px;
}
.box-doc-info .main-voice-stick-6 {
	position: absolute;
	left: auto !important;
	right: 170px;
	top: auto;
	bottom: -160px;
	width: 107px;
}

/* main-lic */
.main-lic {
	background: #f8fbfe url(../img/bg-main-lic.jpg) left bottom no-repeat;
	background-size: 1500px 710px;
	border-top: 4px solid #619f46;
	padding: 50px 0 50px;
}
.main-lic h2 {
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	background: url(../img/bg-main-lic-h2.png) center bottom no-repeat;
	background-size: 586px 54px;
	line-height: 1.25em;
	margin-bottom: 25px;
}
.main-lic h2 span {
	color: #619f46;
	font-weight: bold;
	font-size: 40px;	
	
}
.main-lic p {
	text-align: center;
	font-size: 22px;
	color: #333333;
	line-height: 1.636em;
	margin-bottom: 20px;
}
.box-orange {
	border: 4px solid #dd7319;
	background: rgba(255,255,255,0.9);
	padding: 35px;
	position: relative;
}
.box-orange ul {
	
}
.box-orange ul li {
	font-size: 20px;
	color: #dd7319;
	border-bottom: 1px dotted #cccccc;
	padding: 20px 0;
	padding-left: 45px;
	position: relative;
	font-weight: bold;
}
.box-orange ul li:before {
	content: "";
	background: url(../img/check-orange.png) 0 0 no-repeat;
	background-size: cover;
	width: 25px;
	height: 24px;
	position: absolute;
	left: 0px;
	top: 20px;
}
.main-lic .main-lic-stick-1 {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 232px;
}

/* main-reason */
.main-reason {
	background: url(../img/bg-main-reason.jpg) 0 0 repeat;
	background-size: 18px 19px;
	padding: 40px 0 40px;
}
.main-reason h2 {
	text-align: center;
	background: url(../img/bg-main-reason-h2.png) left center repeat-x;	
	margin-bottom: 20px;
}
.main-reason h2 span {
	text-align: center;
	display: inline-block;
	background: white;
	color: #3a94ba;
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px;
}
.box-gray {
	border: 2px solid #f0eee8;
	background: white;
	padding: 35px;
	box-sizing: border-box;
	margin-bottom: 45px;
}
.main-reason strong {
	background: #fff78d;
}
.main-reason .box-gray:nth-child(2) p {
	font-size: 18px;
}
.main-reason .box-gray:nth-child(2) p strong {
	font-size: 18px;
	font-weight: normal;
}
.main-reason .box-gray:nth-child(4) p {
	margin-bottom: 1.5em;
}
.main-reason .box-gray:nth-child(4) p strong {
	font-size: 18px;
	color: #4f8110;
	background: none;
}
.main-reason .box-gray:nth-child(4) p img {
	width: 342px;
}


/* main-yugami */
.main-yugami {
	border-top: 4px solid #619f46;
	background: #fafaf9 url(../img/bg-main-yugami.jpg) center top no-repeat;
	background-size: 1500px 450px;
	height: 450px;
}
.main-yugami h2 {
	text-align: left;
	font-size: 40px;
	color: #619f46;
	font-weight: bold;
	line-height: 1.25em;
	margin: 35px auto 15px;
}
.main-yugami p {
	font-size: 18px;
	color: #333333;
	line-height: 2em;
}



/* main-spb */
.main-spb {
	background: url(../img/bg-main-spb.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0 50px;
}
.main-spb .box {
	border: 4px solid #c4af1e;
	padding: 40px;
	box-sizing: border-box;
	background: white;
}
.main-spb h2 {
	text-align: center;
	background: url(../img/bg-main-spb-h2.jpg) center bottom no-repeat;
	background-size: 656px 54px;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
.orange {
	color: #dd7319;
}
.main-spb h2 .orange {
	font-size: 40px;
	font-weight: bold;
}
.main-spb h2 + p {
	font-size: 18px;
	color: #333333;
	line-height: 2em;
	text-align: center;
}
.list-spb {
	margin-top: 20px;
}
.list-spb > li {
	border-top: 1px dotted #cccccc;
	padding: 40px 10px 40px;
	position: relative;
}
.list-spb > li strong {
	font-weight: normal;
	background: #fef58b;

}
.list-spb > li:nth-child(1) .num {
	position: absolute;
	left: 10px;
	bottom: 40px;
}
.list-spb > li:nth-child(2) .num {
	position: absolute;
	right: 10px;
	bottom: 40px;
}

.list-spb .box-point {
	border: 4px solid #eeebe4;
	width: 270px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 50px;
}
.list-spb .box-point h3 {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #3a94ba;
	margin-bottom: 20px;
}
.list-spb .box-point ul {
	
}
.list-spb .box-point ul li {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.list-spb .box-point ul li:before {
	content: "・";
}
.list-spb > li:nth-child(3) img:nth-child(2) {
	position: absolute;
	top: 35px;
	right: 0;
}
.list-spb > li:nth-child(3) .num {
	display: block;
	margin-bottom: 40px;
}

/* main-flow */
.main-flow {
	background: url(../img/bg-main-reason.jpg) 0 0 repeat;
	background-size: 18px 19px;
	padding: 50px 0 50px;
}
.main-flow img {
	display: block;
	width: 1000px;
	margin: 0 auto;
}

/* main-an */
.main-an {
	background: url(../img/bg-main-an.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0 50px;
}
.main-an .box-white {
	background: rgba(255,255,255,0.8);
	padding: 30px;
}
.main-an p:first-child {
	margin-bottom: 25px;
}

/* main-staff */
.main-staff {
	background: url(../img/bg-main-voice.png) 0 0 repeat;
	border-top: 4px solid #619f46;
	padding: 45px 0 45px;
}
.main-staff h2 {
	text-align: center;
	font-size: 40px;
	color: #619f46;
	line-height: 1.1em;
	margin-bottom: 20px;
}
.main-staff h2 .en {
	font-size: 18px;
	color: #333333;
	display: block;
}
.main-staff .box-white {
	
}
.main-staff .staff {
	border-bottom: 2px solid #e5e5e5;
  display: flex;
  padding: 30px;
}
.main-staff .staff:last-child {
	border-bottom: none;
}
.main-staff .staff .staff-pic {
	text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  padding-right: 50px;
}
.main-staff .staff .staff-pic small {
	font-size: 12px;
}
.main-staff .staff .staff-pic img {
	display: block;
	margin: 0 auto 15px;
}
.main-staff .staff-title {
	text-align: left;
	font-size: 20px;
	color: #4f8110;
	margin-bottom: 20px;
}
.main-staff .staff-title.blue {
	color: #3a94ba;
}
.main-staff .staff-title.brown {
	color: #c4af1e;
}
.main-staff p {
	font-size: 14px;
	line-height: 1.428em;
}
.main-staff .staff hr {
	border-top: 1px dotted #cccccc;
}
.main-staff .main-staff-stick-1 {
	position: absolute;
	right: -40px;
	top: -100px;
	width: 307px;
}



.staff-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.staff-list li{
	font-size: 12px;
  width: 45%;
  color: #53370c;
  line-height: 1.7;
  list-style: circle;
  margin-left: 15px;
}


.main-staff p {
	font-size: 13px;
	line-height: 1.628em;
  letter-spacing: 1px;
  color: #53370c;
  background: #f1f1f1;
  padding: 10px 15px;
}

.main-staff .staff .staff-pic img {
	display: block;
	margin: 0 auto 15px;
	width: 180px;
}
.main-staff .staff-title {
	text-align: left;
	font-size: 16px;
	color: #53370c;
	margin-bottom: 10px;
}

.staff-right{
width: 80%;
}


.staff-title-1{
	text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #d0a390;
  margin-bottom: 20px;
  letter-spacing: 3px;
  padding: 30px 30px 30px;
  padding-bottom: 5px;
}


.staff-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: -webkit-center;
}

.staff-1 {
  width: 200px;
  margin-left: 75px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.circle-1 {
  width: 12rem;
  margin-bottom: 15px;
}

/* main-fee */
.main-fee {
	background: #77cccf url(../img/bg-main-fee.jpg) center top repeat;
	background-size: cover;
	padding: 50px 0 25px;
}
.main-fee .box-white {
	padding: 40px;
	margin-bottom: 25px;
}
.main-fee p.center {
	margin-bottom: 30px;
}
.column-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}
.column-2 > div {
	
}
.main-fee h2 {
	text-align: center;
	font-size: 30px;
	color: #619f46;
	margin-bottom: 40px;
}
.main-fee table {

}
.main-fee table th {
	font-size: 16px;
	color: #619f46;
	padding: 15px;
	border: 2px solid #619f46;
	background: #eff5ec;
}
.main-fee table td {
	font-size: 16px;
	color: #333333;
	padding: 15px;
	border: 2px solid #619f46;
}
.main-fee .column-2 > div:nth-child(2) {
	width: 445px;
}
.main-fee h3 {
	text-align: left;
	font-size: 20px;
	color: #3a94ba;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-fee p {
	font-size: 16px;
	color: #333333;
}

/* main-access */
.main-access {
	background: url(../img/bg-main-access.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.main-access .box-white {
	padding: 60px;
}
.main-access .ftlogo{
	width:280px;
}
.main-access h2 {
	font-size: 25px;
	color: #3a94ba;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.main-access h2 small {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.main-access .main-access-tel {
	margin-bottom: 10px;	
}
.main-access .main-access-tel img {
	width: 302px;
}
.main-access .main-access-tel +  p {
	width: 305px;
	margin-bottom: 10px;
}
.main-access .tag {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	background: #f6f0a6;
	padding: 2px 10px;
	border-radius: 30px;
	margin-right: 10px;
	font-weight: medium;
}
.main-access .map {
	width: 550px;
	height: 290px;
	position: absolute;
	top: 60px;
	right: 60px;
}
.main-access hr {
	border-top: 1px dotted #cccccc;
	margin: 40px auto;
}
.main-access hr + h2 {
	text-align: center;
	margin-bottom: 20px;
}

.list-access {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-access > li {
	position: relative;
	color: #333333;
	font-size: 15px;
	width: 250px;
	line-height: 2em;
}
.list-access > li:after {
	content: "";
	background: url(../img/list-access-bullet.jpg) 0 0 no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	right: -48px;
	top: 70px;
}
.list-access > li:nth-child(3n):after {
	content: none;
}
.list-access > li:nth-child(1), .list-access > li:nth-child(2), .list-access > li:nth-child(3) {
	margin-bottom: 40px;
}
.list-access > li img {
	display: block;
	margin-bottom: 10px;
}


/* main-caution */
.main-caution {
	background: url(../img/bg-main-caution.jpg) 0 0 repeat;
	padding: 50px 0;
}
.main-caution .box-white {
	padding: 0 50px 50px;
}
.main-caution .title-full {
	color: white;
	font-weight: bold;
	font-size: 30px;
	background: #619f46;
	padding: 15px;
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: 35px;
}
.main-caution h2 {
	font-size: 24px;
	color: #3a94ba;
	border-bottom: 2px solid #3a94ba;
	font-weight: bold;
	padding: 15px 0;
	margin: 35px auto 20px;
}
.main-caution h3 {
	font-size: 20px;
	color: #619f46;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-caution h3:before {
	content: "❙";
	margin-right: 5px;
}
.main-caution p {
	margin-bottom: 25px;
}
.box-gray-bg {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 35px;
	margin: 30px auto;
}
.box-gray-bg p:last-child {
	margin-bottom: 0;
}
.box-gray-bg ul {
	margin-bottom: 25px;
}
.box-gray-bg ul:last-child {
	margin-bottom: 0;
}
.box-gray-bg ul li {
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 2em;
}
.box-gray-bg ul li:before {
	content: "・";
	margin-right: 5px;
}
.pink {
	color: #e5004f;
}
.img {
	display: block;
}
.img img {

}
.img span {

	text-align: left;
	color: #333;
	font-size: 13px;
	margin-top: 15px;
	display: inline-block;
	
}
.img span a {
	border-bottom: 1px solid #333;
	padding-bottom: 3px;
	text-decoration: none;
	color: #333;
	font-size: 13px;
}
.img a span {
	border-bottom: 1px solid #333;

	text-decoration: none;
	color: #333;
	font-size: 13px;	
}
.impact {
	text-align: center;
	font-size: 20px;
	color: #e5004f;
	font-weight: bold;
}

.box-blue {
	border: 2px solid #3a94ba;
	background: #f2fafd;
	padding: 35px;
	margin: 40px auto;
	position: relative;
}
.box-blue p:last-child {
	margin-bottom: 0;
}
.box-blue .blue {
	color: #3a94ba;
}
.box-blue a {
	font-size: 26px;
	color: #3a94ba;
	font-weight: bold;
}
.box-blue i {
	position: relative;
	top: -2px;
	margin-right: 5px;
	font-size: 16px;	
}
.main-caution-stick-1 {
	position: absolute;
	right: 35px;
	top: 35px;
	width: 200px;
}
.wd-430 {
	width: 430px;
}
.under {
	text-decoration: underline;
}
.big {
	font-size: 20px;
	font-weight: bold;
}
.under a {
	color: #333;
}


/* box-contact */
.box-contact {
	background: url(../img/bg-box-contact.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.box-contact-btn {
	width: 280px;
	margin-top: 15px;
}
.box-contact h2 {
	font-size: 20px;
	color: #3a94ba;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
	width: 280px;	
}
.box-contact p {
	width: 280px !important;
}
.box-contact .tag {
font-size: 14px;
color: #333333;
display: inline-block;
background: #f6f0a6;
padding: 2px 10px;
border-radius: 30px;
margin-right: 5px;
font-weight: medium;	
}
.box-contact .main-access-tel img {
	width: 280px !important;
}

.table-betu {
	width: 100% !important;
}
.table-betu th {
	line-height: 1.5em;
	vertical-align: middle;
}
.table-betu td {
	line-height: 1.5em;	
	vertical-align: middle;
}
.table-betu tr:last-child th {
	background: red; color: white;
}

.main-access-impact {
	text-align: center;
	line-height: 1.6em;
	font-size: 20px;
	color: red;
	font-weight: bold;
	
}
.box-white-1 {
	padding-bottom: 0 !important;
}
.box-white-1 hr {
	margin-bottom: 0;
}
.main-access h3 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
}


/* main-pain */
.main-pain {
	background: white;
	border-top: 4px solid #d53c3c;
	background: white url(../img/bg-pain.jpg) no-repeat;
	background-position: calc(50% + 420px) 0;
}
.main-pain .box-1000 {
	
}
.main-pain h2 {
	text-align: left;
	color: #d53c3c;
	font-size: 40px;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 25px;
}
.main-pain h3 {
	font-size: 22px;
	color: #333333;
	font-weight: 500;
	line-height: 1.818em;
	margin-bottom: 20px;
}
.main-pain h3 + p {
	font-size: 15px;
	color: #333333;
}
.main-pain .box-blue {
	border: 4px solid #4d9ec1;
	background: white;
}
.main-pain .box-blue h3 {
	text-align: center;
	font-size: 30px;
	color: #4d9ec1;
	font-weight: bold;
}
.list-pain {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: nowrap;	
}
.list-pain > li {
	width: 280px;
}
.list-pain img {
	display: block;
	margin: 0 auto;
}
.list-pain h4 {
	text-align: center;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding: 15px 0 ;
}
.list-pain p {
	color: #333333;
	font-size: 15px;
}
.main-pain hr {
	border: none;
	border-bottom: 1px dotted #cccccc;
}
.box-blue-2 {
	background: #4d9ec1;
	padding: 20px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}
.box-blue-2:last-child {
	margin-bottom: 0;
}
.box-blue-2 p {
	color: white;
	font-size: 20px;
	font-weight: bold;
}
.box-blue-2-stick {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 223px !important;
}

.box-border-gray {
	border: 2px solid #f0eee8;
	background: white;
	padding: 32px;
	margin-bottom: 45px;
}
.box-border-gray p.big {
	font-size: 22px;
	color: #333333;
	line-height: 2.22em;
	padding-top: 40px;
}
.box-border-gray p.big span {
	font-size: 22px;
	color: #333333;
	background: #fff78d;	
}
.box-border-gray img.alignleft {
	float: left;
	width: 240px;
	margin-right: 45px;
}
.box-border-gray .flow {
	margin: 0 auto;
	display: block;
	width: 700px;
}

/* main pt */
.main-pt {
	background: white url(../img/bg-pt.jpg) no-repeat;
	background-position: center top;
	border-top: 4px solid #619f46;
	padding: 50px 0 50px;
}
.main-pt h2 {
	text-align: left;
	font-weight: bold;
	font-size: 40px;
	color: #619f46;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.main-pt h2 + p {
	text-align: left;
	font-size: 18px;
	color: #333333;
	margin-bottom: 30px;
}
.box-border-blue {
	border: 4px solid #3a94ba;
	background: white;
	padding: 35px;
}
.box-border-blue ol {
	counter-reset: num;	
}
.box-border-blue ol li {
	line-height: 1.416em;
	margin-bottom: 10px;
	padding-left: 25px;
	border-bottom: 1px dotted #cccccc;
	position: relative;	
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	padding-left: 110px;
	color: #3a94ba;
	min-height: 70px;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.box-border-blue ol li:before {
	counter-increment: num;
	content: "0"counter(num);
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(-0%, -50%); 
	background: url(../img/ol.png) 0 0 no-repeat;
	background-size: cover;
	width: 82px;
	height: 70px;
	line-height: 70px;
	text-align: left;
	padding-left: 20px;
	font-size: 30px;
	box-sizing: border-box;
	color: white;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

/* main train */
.main-train {
	background: url(../img/bg-main-train.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0 50px;
}
.main-train .box-white {
	background: white url(../img/pic-train-3.jpg) left 30px bottom 30px no-repeat;
	background-size: 99px 69px;
	padding: 30px;
}
.main-train h2 {
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #dd7319;
	margin-bottom: 20px;
}
.main-train p {
	font-size: 15px;
	color: #333333;
}
.main-train .alignleft {
	width: 180px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.main-train .alignright {
	width: 180px;	
	margin-left: 30px;
}

/* main osusume */
.main-osusume {
	background: white;
	padding: 50px 0 50px;
}
.main-osusume h2 {
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	margin-bottom: 50px;
	background: url(../img/main-osusume-h2.png) center top no-repeat;
	background-size: 586px 54px;
	height: 54px;
}
.box-orange {
	
}
.main-osusume .main-osusume-stick-1 {
	position: absolute;
	right: 60px;
	bottom: 0;
	width: 192px;
}
.main-osusume .box-orange + p {
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: 500;
	margin-top: 35px;
}

/* main fee */
.main-fee .table-fee-1 {
	width: 100%;
}
.main-fee .table-fee-1 th {
	color: #619f46;
	font-size: 24px;
	text-align: left;
}
.main-fee .table-fee-1 td {
	font-size: 24px;
	color: #333333;	
}
.main-fee .table-fee-2 {
	width: 100%;
}
.main-fee .table-fee-2 th {
	text-align: left;
}
.column-2 > div {
	width: 440px;
}

/* main voice */
.main-voice {

	padding: 0px 0 50px;
}
.box-border-brown {
	border: 4px solid #c4af1e;
	background: white;
	padding: 50px;
}
.main-voice h2 {
	font-size: 40px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	background: url(../img/main-voice-h2.png) center top no-repeat;
	background-size: 576px 54px;
	height: 54px;
	margin-bottom: 40px;
}
.main-voice h3 {
	font-size: 20px;
	color: #3a94ba;
	font-weight: bold;
	margin-bottom: 20px;	
}
.main-voice p {
	margin-bottom: 20px;
}
.main-voice-top {
	position: relative;
	padding-right: 275px;
}
.main-voice-pic-1 {
	position: absolute;
	right: 0;
	top: 0;
}
.main-voice hr {
	border: none;
	border-top: 1px dotted #cccccc;
	margin: 50px auto;
}
.main-voice .box-voice {
	margin-bottom: 40px;
}
.main-voice .box-voice img {
	margin-right: 50px;
}
.main-voice .box-voice + p {
	margin-bottom: 0;
}

/* main qna */
.main-qna {
	background: white;
	padding: 60px 0 60px;
}
.main-qna h2 {
	text-align: center;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.main-qna .list-qna {
	
}
.main-qna .list-qna li {
	border-bottom: 1px dotted #cccccc;
	padding: 45px 0 45px;
}
.main-qna .list-qna li:last-child {

}
.main-qna .list-qna .q {
	font-size: 22px;
	color: #3a94ba;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-qna .list-qna .q:before {
	content: "";
	display: inline-block;
	background: url(../img/q.png) 0 0 no-repeat;
	background-size: contain;
	width: 31px;
	height: 33px;
	margin-right: 10px;
}
.main-qna .list-qna p {
	font-size: 18px;
}

/* main catch */
.main-catch {
	background: #f9f9f8 url(../img/bg-main-catch.jpg) center top no-repeat;
	height: 536px;
	padding: 50px 0 50px;
	box-sizing: border-box;
}
.main-catch p {
	font-size: 20px;
	color: #333333;
	font-weight: 500;
	line-height: 2.1em;
}

/* main-nayami-intro */
.main-nayami-intro {
	background: url(../img/border-main-nayami-intro.png) center top no-repeat;
	background-size: 100% 4px;
	padding: 60px 0 90px;
}
.main-nayami-intro h2 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #222222;
}
.main-nayami-intro h2 .purple {
	color: #a66ccb;
	font-size: 44px;
}
.main-nayami-intro h2 .blue {
	color: #3a94ba;
	font-size: 44px;
}
.main-nayami-intro h2 .orange {
	color: #dd7319;
	font-size: 44px;	
}
.main-nayami-intro h2 .green {
	color: #619f46;	
	font-size: 44px;	
}
.main-nayami-intro h2 .sep {
	color: #d2d2d2;	
	font-size: 44px;
}
.main-nayami-intro h2 + p {
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 2em;
	margin-bottom: 60px;
}
.list-nayami-intro {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-nayami-intro > li {
	width: 480px;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	padding-top: 50px;
	margin-bottom: 70px;
	position: relative;
}
.list-nayami-intro > li:nth-child(1) {
	border: 4px solid #3a94ba;
}
.list-nayami-intro > li:nth-child(2) {
	border: 4px solid #dd7319;
}
.list-nayami-intro > li:nth-child(3) {
	border: 4px solid #619f46;
}
.list-nayami-intro > li:nth-child(4) {
	border: 4px solid #a66ccb;
}
.list-nayami-intro > li .num {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%; 
	top: 0px;
}
.list-nayami-intro > li:nth-child(1) .num {
	background: url(../img/list-nayami-num-1.png) center top no-repeat;
	background-size: contain;
	width: 70px;
	height: 82px;
	text-align: center;
	color: white;
	font-size: 30px;
	line-height: 75px;	
	margin: 0 auto;
}
.list-nayami-intro > li:nth-child(2) .num {
	background: url(../img/list-nayami-num-2.png) center top no-repeat;
	background-size: contain;
	width: 70px;
	height: 82px;
	text-align: center;
	color: white;
	font-size: 30px;
	line-height: 75px;
}
.list-nayami-intro > li:nth-child(3) .num {
	background: url(../img/list-nayami-num-3.png) center top no-repeat;
	background-size: contain;
	width: 70px;
	height: 82px;
	text-align: center;
	color: white;
	font-size: 30px;
	line-height: 75px;	
}
.list-nayami-intro > li:nth-child(4) .num {
	background: url(../img/list-nayami-num-5.png) center top no-repeat;
	background-size: contain;
	width: 70px;
	height: 82px;
	text-align: center;
	color: white;
	font-size: 30px;
	line-height: 75px;	
}
.list-nayami-intro > li .nayami-intro-title {
	text-align: center;
	font-size: 30px;	
	font-weight: bold;
	margin-bottom: 20px;	
}
.list-nayami-intro > li .nayami-intro-title + p {
	height: 115px;
}
.list-nayami-intro > li:nth-child(1) .nayami-intro-title {
	color: #3a94ba;
}
.list-nayami-intro > li:nth-child(2) .nayami-intro-title {
	color: #dd7319;
}
.list-nayami-intro > li:nth-child(3) .nayami-intro-title {
	color: #619f46;
}
.list-nayami-intro > li:nth-child(4) .nayami-intro-title {
	color: #a66ccb;
}
.list-nayami-intro > li .nayami-intro-pic {
	margin-bottom: 20px;
	height: 230px;
}
.list-nayami-intro > li .nayami-intro-pic img {
	height: 230px;
}
.list-nayami-intro > li:nth-child(4) .nayami-intro-pic img {
	height: auto;
}
.list-nayami-intro > li ul {
	
}
.list-nayami-intro > li ul li {
	margin-bottom: 10px;
}
.list-nayami-intro > li ul li a {
	border-radius: 5px;
	text-align: left;
	display: block;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 16px;
	line-height: 49px;
	position: relative;
	background: #9cc9dc;
}
.list-nayami-intro > li ul li a i {

	position: absolute;
	right: 20px;
	top: 15px;
}
.list-nayami-intro > li:nth-child(1) ul li:nth-child(2) a {
	background: #75b4cf;
}
.list-nayami-intro > li:nth-child(1) ul li:nth-child(3) a {
	background: #3a94ba;
}
.list-nayami-intro > li:nth-child(2) ul li:nth-child(1) a {
	background: #eeb98c;
}
.list-nayami-intro > li:nth-child(2) ul li:nth-child(2) a {
	background: #e79d5e;
}
.list-nayami-intro > li:nth-child(2) ul li:nth-child(3) a {
	background: #dd7319;
}
.list-nayami-intro > li:nth-child(3) ul li:nth-child(1) a {
	background: #619f46;
}

.list-nayami-intro > li:nth-child(4) ul li:nth-child(1) a {
	background: rgba(166,108,203,0.4);
}
.list-nayami-intro > li:nth-child(4) ul li:nth-child(2) a {
	background: rgba(166,108,203,0.6);
}
.list-nayami-intro > li:nth-child(4) ul li:nth-child(3) a {
	background: rgba(166,108,203,0.8);
}
.list-nayami-intro > li:nth-child(4) ul li:nth-child(4) a {
	background: rgba(166,108,203,1);
}

.nayami {
	background: #ebf4f8;
	position: relative;
	padding: 115px 0 20px;
	border-bottom: 10px solid white;
}
.nayami.nayami-2 {
	background: #fcf1e8;
}
.nayami.nayami-3 {
	background: #eff5ec;
}
.nayami.nayami-5 {
	background: rgba(166, 108, 203, 0.1);
}
.nayami h2 {
	font-size: 30px;
	color: #3a94ba;
	text-align: center;
	font-weight: bold;
	position: absolute ;
	left: 50%;
	top: 25px;
	transform: translate(-50%, -50%); 
}
.nayami h2 .num {
	background: url(../img/list-nayami-num-1.png) center top no-repeat;
	background-size: contain;
	width: 70px;
	height: 82px;
	text-align: center;
	color: white;
	font-size: 30px;
	line-height: 75px;	
	margin: 0 auto 15px;
	display: block;	
}
.nayami.nayami-2 h2 {
	color: #dd7319;
}
.nayami.nayami-2 h2 .num {
	background: url(../img/list-nayami-num-2.png) center top no-repeat;
	background-size: contain;	
}
.nayami.nayami-3 h2 {
	color: #619f46;
}
.nayami.nayami-3 h2 .num {
	background: url(../img/list-nayami-num-3.png) center top no-repeat;
	background-size: contain;	
}

.nayami.nayami-5 h2 {
	color: #a66ccb;
}
.nayami.nayami-5 h2 .num {
	background: url(../img/list-nayami-num-5.png) center top no-repeat;
	background-size: contain;	
}

.nayami .box-nayami {
	background: white;
	border: 4px solid #3a94ba;
	padding: 35px;	
	margin-bottom: 70px;
	position: relative;
}
.nayami .box-nayami h3 {
	text-align: left;
	font-size: 30px;
	color: #3a94ba;
	font-weight: bold;
	margin-bottom: 30px;
}
.nayami .box-nayami h4 {
	color: #3a94ba;
	font-size: 20px;
}
.nayami .box-nayami table {
	width: 100%;
}
.nayami .box-nayami table th {
	border: 2px solid #e5e5e5;
	border-right: none;
	font-size: 18px;
	color: #3a94ba;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	background: #ebf4f8;
	line-height: 1.733em;
	width: 130px;
}
.nayami .box-nayami table td {
	border: 2px solid #e5e5e5;
	border-left: none;
	padding: 20px;
	line-height: 1.733em;
	font-size: 15px;
	color: #333333;
}
.nayami .box-nayami table p {
	line-height: 1.733em;
	margin-bottom: 15px;
}
.nayami-stick-1 {
	position: absolute;
	right: 30px;
	top: -97px;
}
.nayami-stick-2 {
	position: absolute;
	right: 30px;
	top: -97px;
}
.nayami-stick-3 {
	position: absolute;
	right: 30px;
	top: -97px;
}
.nayami-stick-4 {
	position: absolute;
	right: 30px;
	top: -90px;
}
.nayami-stick-5 {
	position: absolute;
	right: 30px;
	top: -90px;
}
.nayami-stick-6 {
	position: absolute;
	right: 30px;
	top: -90px;
}
.nayami-stick-7 {
	position: absolute;
	right: 60px;
	top: -45px;

}
.nayami-stick-8 {
	position: absolute;
	right: 60px;
	top: -32px;

}





.nayami.nayami-2 .box-nayami {
	border: 4px solid #dd7319;
}
.nayami.nayami-2 .box-nayami h3 {
	color: #dd7319;
}
.nayami.nayami-2 .box-nayami h4 {
	color: #dd7319;	
}
.nayami.nayami-2 table th {
	color: #dd7319;
	background: #fcf1e8;
}

.nayami.nayami-3 .box-nayami {
	border: 4px solid #619f46;
}
.nayami.nayami-3 .box-nayami h3 {
	color: #619f46;
}
.nayami.nayami-3 .box-nayami h4 {
	color: #619f46;	
}
.nayami.nayami-3 table th {
	color: #619f46;
	background: #eff5ec;
}

.nayami.nayami-5 .box-nayami {
	border: 4px solid #a66ccb;
}
.nayami.nayami-5 .box-nayami h3 {
	color: #a66ccb;
}
.nayami.nayami-5 .box-nayami h4 {
	color: #a66ccb;	
}
.nayami.nayami-5 table th {
	color: #a66ccb;
	background: rgba(166,108,203,0.1);
}

/* main order */
.main-order {
	background: url(../img/bg-main-train.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0 50px;	
}
.main-order .box-white {
	padding: 40px;
	background: white url(../img/bg-main-order-box-white.jpg) no-repeat;
	background-position: calc(100% - 50px) bottom;
	background-size: 350px 386px; 
}
.main-order h2 {
	text-align: center;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	background: url(../img/bg-main-order-h2.png) center bottom no-repeat;
	background-size: 606px 54px;
	margin-bottom: 50px;
}
.main-order h2 small {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #dd7319;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-order .box-white p {
	font-size: 16px;
	margin-bottom: 30px;
	padding-right: 375px;
}
.main-order .box-white p:last-child {
	margin-bottom: 20px;
}

/* main-voice-2 */
.main-voice-2 {
	background: url(../img/bg-main-spb.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0 50px;
}
.box-voice-2 {
	position: relative;
	padding-left: 130px;
	margin-bottom: 45px;
}
.box-voice-2 .box-voice-pic {
	position: absolute;
	left: 0;
	top: 0;
}
.box-voice-2 .fuki {
	border: 2px solid #e5e5e5;
	padding: 25px;
	border-radius: 6px;
	position: relative;
}
.box-voice-2 .fuki:after {
	content: "";
	background: url(../img/fuki.png) 0 0 no-repeat;
	width: 16px;
	height: 14px;
	position: absolute;
	left: -16px;
	top: 20px;
}
.box-voice-2 .fuki p:last-child {
	margin-bottom: 0;
}
.main-voice-2 .caption {
	text-align: right;
	margin-top: -30px;
	margin-bottom: 0;
	color: #888888;
	font-size: 12px;
}
.no1{
width:900px;
margin:10px auto;
}
.no1 img{
width:100%;
}
.sp{
display:none;
}
.reason{
width:900px;
margin:40px auto;
}
.reason .serif{
font-size:20px;
width:100%;
margin:0 0 15px;
text-align:center;
border-bottom:1px solid #000;
padding:0 0 15px;
}
.main-visual-circle{
	width:680px;
	height:680px;
	background:url("../img/main-visual-circle.png") no-repeat;
	background-size:100%;
}
.main-visual-circle p{
	text-align:center;
	font-size:24px;
	position:absolute;
	top:155px;
	left:46.5%;
}