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

/* 
一般
*/
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 {
	margin: 20px auto;
	display: block;
}
.alignright {
	margin: 20px auto;
	display: block;
}
/* 
カラー
*/
.red {
	color: #d91f1f;
}
.blue {
	color: #4d60b4;
}
.pink {
	color: #f5568e;
}
.bg-white {
	background: white;
}
.orange {
	color: #f16700 !important;
}


/* 
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 {

	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: 10px;
}
.header-title {
	font-size: 9px;
	text-align: left;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.header-logo {
	width: 200px;
	
}
.header-tel {

	position: absolute;
	top: 10px;
	right: 65px;
	width: 45px;
	height: 45px;
}
.header-tel a {
	width: 45px;
	height: 45px;	
	display: block;
	background: #de6905;

	text-align: center;
	line-height: 45px;
}
.header-tel a img {
	display: none;
}
.header-tel a i {
	line-height: 45px;
	color: white;
	font-size: 28px;
}
.header-tel span {
	font-size: 12px;
	color: #666666;
	display: none;

}
.header-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}
.header-btn a {
	width: 45px;
	height: 45px;	
	display: block;
	background: #619f46;

	text-align: center;
	line-height: 45px;
}
.header-btn a img {
	display: none;
}
.header-btn a i {

	color: white;
	font-size: 24px;		
}
.btn-menu {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	background: #4d9ec1;
	line-height: 45px;
	text-align: center;
}
.btn-menu i {

	color: white;

}

/*
GLOBAL NAVI	
*/
.l-nav .box-1000 {
	padding: 0;
}
.menu {
	background: white;
}
.menu li {
	position: relative;
}
.menu li a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
	
}
.menu li:first-child a {
	text-indent: -9999em;
	background: url(../img/home.png) center center no-repeat;
	background-size: 18px 19px;

}
.menu li.active:after {
	content: none;
	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: 0%;
	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: 15px;
}
.list-banner {

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.list-banner li {
	width: 49%;
	margin-bottom: 20px;
}
.list-banner:after {
	content: "";
	width: 320px;
	
}
.footer-bottom {
	background: url(../img/bg-footer-bottom.jpg) 0 0 repeat-x;
	background-size: 1500px 40px;
	line-height: 40px;
	height: 40px;
}
.copyright {
	text-align: center;
	font-size: 12px;
	color: white;
	line-height: 40px;
}









/* main-visual */
.main-visual {
	background: url(../img/bg-main-visual-2.jpg) center top no-repeat;
	background-size: cover;

	position: relative;
	overflow: hidden;
	margin-top: -30px;
}
.main-visual .main-visual-circle {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	display: block;
}
.main-visual .main-visual-chara {
	width: 250px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translate(-50%, 0%);	
}

/* intro banner */
.intro-banner {
	padding: 15px;
}
.intro-banner-list {

	margin-bottom: 15px;	
}
.intro-banner-list li {
	margin-bottom: 15px;	
}
.intro-banner-red {
	background: #d53c3c;
	color: white;

	font-size: 12px;
	box-sizing: border-box;
	padding: 10px;

}
.intro-banner-red img {
	margin-bottom: 15px;
	display: block;
	

}
.intro-banner-red span {
	font-size: 12px;
	line-height: 1.3em;

}

/* main-shop */
.main-shop {
	background: url(../img/bg-main-shop.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 15px;
}
.list-shop {
	
}
.list-shop > li {
	margin-bottom: 15px;
}
.list-shop .shop {
	background: white;

	position: relative;
	padding: 10px;

	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 {
	text-align: center;
}
.list-shop .shop .shop-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	line-height: 2em;
	text-align: center;
}
.list-shop .shop .shop-tag {
	
}
.list-shop .shop .shop-tag .tag {
	display: inline-block;
	color: white;
	font-size: 16px;
	background: #c4af1e;
	padding: 4px;
	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: 30px 15px;
	overflow: hidden;
}
.main-mov .box-1000 {
	
}
.main-mov .box-mov {

	position: relative;
	background: rgba(255,255,255,0.9);
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #f0eee8;
	padding: 15px;
}
.main-mov .box-mov h2 {
	text-align: center;
	font-size: 22px;
	color: #3a94ba;
	font-weight: bold;
	margin-bottom: 25px;
}
.main-mov .box-mov .movie {
	width: 100%;
	height: 180px;
	margin: 0 auto;
}
.main-mov .main-mov-stick {
	position: absolute;
	left: 50%;
	top: -20px;
	width: 504px;
	transform: translate(-50%, 0%);
}
.main-mov .box-mov:nth-child(1) {
	margin-bottom: 20px;
}
.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: 30px 15px;
}
.main-best h2 {
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	background: url(../img/bg-main-best-h2.png) center bottom no-repeat;
	background-size: contain;
	margin-bottom: 25px;
	line-height: 1.6em;
}
.main-best h2 span {
	text-align: center;
	font-size: 20px;
	color: #dd7319;
	font-weight: bold;
}
.box-white {
	background: white;
	position: relative;
	box-sizing: border-box;
}
.main-best .box-white {
	padding: 15px;
}
.main-best h3 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #3a94ba;
	margin-bottom: 15px;
}
.main-best .box-white:nth-child(2) {

	margin-bottom: 20px;
}
.main-best .main-best-stick-1 {
	display: block;
	margin: 0 auto 15px;
	width: 100px;
}
.main-best .main-best-stick-2 {

	display: block;
	margin: 0 auto 15px;
	width: 200px;
}
.main-best .box-white:nth-child(3) h3 {
	margin-bottom: 25px;
}
.main-best .box-white:nth-child(3) p:nth-child(2) {

}


/* main-voice */
.main-voice {
	background: url(../img/bg-main-voice.png) 0 0 repeat;
}
.main-voice-header {
	text-align: center;
	background: white;
	padding: 15px;
	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: 20px;
	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;
	display: none;
}
.main-voice .box-white {
	padding: 15px;
	margin: 15px;
}
.main-voice .box-white p {

}
.main-voice .box-white p:first-child {
	font-size: 20px;
	color: #619f46;

	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: 15px;
	position: relative;
	margin: 0 15px;
}
.box-doc-title {
	text-align: left;
	font-size: 24px;
	color: #3a94ba;
	font-weight: bold;
	margin: 25px 15px;
}
.box-doc-info {
	position: relative;	


}
.box-doc-info img {
	display: block;
	margin: 15px auto;
}
.box-doc-title-2 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #619f46;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.box-doc-detail {
	margin: 25px auto;


}
.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: contain;
	border-top: 4px solid #619f46;
	padding: 15px;
}
.main-lic h2 {
	text-align: center;
	font-size: 20px;
	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: 20px;	
	
}
.main-lic p {
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 1.636em;
	margin-bottom: 20px;
}
.box-orange {
	border: 4px solid #dd7319;
	background: rgba(255,255,255,0.9);
	padding: 15px;
	position: relative;
}
.box-orange ul {
	
}
.box-orange ul li {
	font-size: 15px;
	color: #dd7319;
	border-bottom: 1px dotted #cccccc;
	padding: 20px 0;
	padding-left: 45px;
	position: relative;
	font-weight: bold;
	line-height: 1.5em;
}
.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;
	display: none;
}

/* main-reason */
.main-reason {
	background: url(../img/bg-main-reason.jpg) 0 0 repeat;
	background-size: 18px 19px;
	padding: 15px;
}
.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: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.main-reason strong {
	background: #fff78d;
}
.main-reason .box-gray:nth-child(2) p {
	font-size: 15px;
}
.main-reason .box-gray:nth-child(2) p strong {
	font-size: 15px;
	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: 15px;
	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 bottom no-repeat;

	padding: 15px;
}
.main-yugami h2 {
	text-align: left;
	font-size: 20px;
	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: 15px;
}
.main-spb .box {
	border: 4px solid #c4af1e;
	padding: 15px;
	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: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.orange {
	color: #dd7319;
}
.main-spb h2 .orange {
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.main-spb h2 + p {
	font-size: 15px;
	color: #333333;
	line-height: 2em;
	text-align: center;
}
.list-spb {
	margin-top: 20px;
}
.list-spb > li {
	border-top: 1px dotted #cccccc;
	padding: 15px;
	position: relative;
}
.list-spb > li strong {
	font-weight: normal;
	background: #fef58b;

}
.list-spb > li:nth-child(1) .num {
	display: block;
}
.list-spb > li:nth-child(2) .num {
	display: block;
}

.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: 15px;
}
.main-flow img {
	display: block;

	margin: 0 auto;
}

/* main-an */
.main-an {
	background: url(../img/bg-main-an.jpg) center top no-repeat;
	background-size: cover;
	padding: 15px;
}
.main-an .box-white {
	background: rgba(255,255,255,0.8);
	padding: 15px;
}
.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: 15px;
}
.main-staff h2 {
	text-align: center;
	font-size: 20px;
	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;
	padding: 15px;

	position: relative;
}
.main-staff .staff:last-child {
	border-bottom: none;
}
.main-staff .staff .staff-pic {
	margin: 0 auto;
	width: 190px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
}
.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;
	display: none;
}


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

.staff-list li{
	font-size: 12px;
  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{

}


.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 {
	text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.staff-1 {
	margin-bottom: 10px;
}

.circle-1 {

  margin-bottom: 15px;
}



.circle-1 img{
  width: 150px;
}

.staff-1 h3{
	font-size: 13px;
}

/* main-fee */
.main-fee {
	background: url(../img/bg-main-caution.jpg) 0 0 repeat;
	padding: 15px;
}
.main-fee .box-white {
	padding: 15px;
}
.column-2 {

}
.column-2 > div {
	
}
.main-fee h2 {
	text-align: center;
	font-size: 20px;
	color: #619f46;
	margin-bottom: 20px;
}
.main-fee table {
	margin-bottom: 25px;
}
.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) {

}
.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;
	line-height: 2em;
	margin-bottom: 25px;
}
ul.list {
	margin-bottom: 1em;
}
ul.list > li {
	padding: 5px 0px;
	line-height: 2em;
}
ul.list > li:before {

}
/* main-access */
.main-access {
	background: url(../img/bg-main-access.jpg) center top no-repeat;
	background-size: cover;
	padding: 15px;
}
.main-access .box-white {
	padding: 15px;
}
.main-access h2 {
	font-size: 25px;
	color: #3a94ba;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.main-access h2 small {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
.main-access .main-access-tel {
	margin-bottom: 10px;	
}
.main-access .main-access-tel img {

}
.main-access .main-access-tel +  p {

	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: 100%;
	height: 200px;
	margin-top: 20px;

}
.main-access hr {
	border-top: 1px dotted #cccccc;
	margin: 20px auto;
}
.main-access hr + h2 {
	text-align: center;
	margin-bottom: 20px;
}

.list-access {
	
}
.list-access > li {
	position: relative;
	color: #333333;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 2em;
}

.list-access > li:nth-child(3n):after {
	content: none;
}

.list-access > li img {
	display: block;
	margin: 0 auto 10px;
}


/* main-caution */
.main-caution {
	background: url(../img/bg-main-caution.jpg) 0 0 repeat;
	padding: 15px;

}
.main-caution .box-white {
	padding:15px;
	padding-top: 0;
}
.main-caution .title-full {
	color: white;
	font-weight: bold;
	font-size: 20px;
	background: #619f46;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;

}
.main-caution h2 {
	font-size: 20px;
	color: #3a94ba;
	border-bottom: 2px solid #3a94ba;
	font-weight: bold;
	padding: 15px 0 5px;
	margin: 25px auto 15px;
	line-height: 1.6em;	
}
.main-caution h3 {
	font-size: 20px;
	color: #619f46;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.main-caution h3:before {
	content: "❙";
	margin-right: 5px;
}
.main-caution p {
	margin-bottom: 25px;
}
.box-gray-bg {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 15px;
	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: 15px;
	margin: 20px 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 {
	display: block;
	margin: 0 auto 15px;
	width: 200px;
}
.wd-430 {

}
.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: 15px;
}
.box-contact-btn {

	margin-top: 15px;
}
.box-contact h2 {
	font-size: 22px;
	color: #3a94ba;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;

}
.box-contact p {

}
.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 {

}

.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;
}
.main-access h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}


/* main-pain */
.main-pain {
	background: white;
	border-top: 4px solid #d53c3c;
}
.main-pain .box-1000 {
	background: url(../img/bg-pain.jpg) right top no-repeat;
	background-size: 241px 203px;
	padding: 15px;
}
.main-pain h2 {
	text-align: left;
	color: #d53c3c;
	font-size: 20px;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 25px;
}
.main-pain h3 {
	font-size: 18px;
	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: 20px;
	color: #4d9ec1;
	font-weight: bold;
}
.list-pain {
	
}
.list-pain > li {
	width: 280px;
	margin: 0 auto 15px;
}
.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: 18px;
	font-weight: bold;
}
.box-blue-2-stick {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 223px !important;
	display: none !important;
}
.main-flow {
	background: url(../img/bg-square.png) 0 0 repeat;
}
.main-flow h2 {

	font-size: 24px;
	color: #dd7319;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
.main-flow h2:nth-child(3) {
	
}
.box-border-gray {
	border: 2px solid #f0eee8;
	background: white;
	padding: 15px;
	margin-bottom: 45px;
}
.box-border-gray p.big {
	font-size: 18px;
	color: #333333;
	line-height: 2.22em;

}
.box-border-gray p.big span {
	font-size: 18px;
	color: #333333;
	background: #fff78d;	
}
.box-border-gray img.alignleft {
	margin: 0 auto 15px;
	width: 240px;
}
.box-border-gray .flow {
	margin: 0 auto;
	display: block;
	width: 700px;
}
.no1{
width:90%;
margin:10px auto;
}
.reason{
width:96%;
margin:40px auto;
}
.reason .serif{
font-size:24px;
width:90%;
border-bottom:1px solid #000;
padding:0 0 15px;
margin:0 0 15px;
}
.timg{
width:90%;
margin:10px auto;
}
.timgl{
float:left;
width:48%;
}
.timgr{
float:right;
width:48%;
}
.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:12px;
	position:absolute;
	top:65px;
	left:47%;
}

