@charset "utf-8";

/*
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700&subset=japanese');
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	vertical-align: baseline;
	background: transparent;
}
span {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}	
ol,ul {
	list-style: none;
}



/*　　基本設定
-------------------------------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position: relative;
	height: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.7;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #1c8644;
	text-decoration: none;
}
a:hover {
	color: #20a954;
	text-decoration: none;
}
a.txtlink {
	display: inline-block;
	color: #1c8644;
	text-decoration: none;
}
a.txtlink:hover {
	color: #20a954;
	text-decoration: underline;
}
.imglink:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	opacity:0.7;
}
a.blank {
	display: inline;
	padding-left: 18px;
	background: url(../images/common/icon_blank.png) no-repeat;
	background-position: 3px center;
}
a.blank:hover {
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;	
}
/* IS IE */
.clearfix {
 *display: inline-block;
 *zoom: 1;
}
.pc { display: block !important;}
.pc2 { display: inline-block !important;}
.tb,
.tb2 { display: none !important;}
.sp,
.sp2 { display: none !important;}
.pc-tb { display: block !important;}
.tb-sp { display: none !important;}

@media screen and (min-width: 768px) and (max-width: 1199px){
body { font-size: 16px; font-size: 1.6rem;}
.pc { display: none !important;}
.tb { display: block !important;}
.tb2 { display: inline-block !important;}
.sp,
.sp2 { display: none !important;}
.pc-tb { display: block !important;}
.tb-sp { display: block !important;}
}

@media screen and (max-width: 767px){
body { font-size: 16px; font-size: 1.6rem;}
.pc { display: none !important;}
.tb,
.tb2 { display: none !important;}
.sp { display: block !important;}
.sp2 { display: inline-block !important;}
.pc-tb { display: none !important;}
.tb-sp { display: block !important;}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}



/*　　枠組み
-------------------------------------------------------*/
.wrapper1 {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper2 {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.inner1 {
	margin-right: 100px;
	margin-left: 100px;
}
.wrapper-flex-row {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrapper-flex-row.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.wrapper-flex-row .cnt-row2 {
	width: 560px;
}
.wrapper-flex-row .cnt-row3 {
	width: 366px;
}
.wrapper2 .cnt-row2,
.inner1 .cnt-row2 {
	width: 460px;
}
.wrapper2 .cnt-row3,
.inner1 .cnt-row3 {
	width: 300px;
}
.wrapper-table {
	overflow: auto;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.wrapper1,
.wrapper2 {
	max-width: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.inner1 {
	margin-right: 0;
	margin-left: 0;
}
.wrapper-flex-row .cnt-row2 {
	width: 48.275862068965517%;
}
.wrapper-flex-row .cnt-row3 {
	width: 31.551724137931034%;
}
.wrapper-flex-row.tb-sp-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.wrapper-flex-row.tb-sp-col .cnt-row2,
.wrapper-flex-row.tb-sp-col .cnt-row3 {
	width: 100%;
}
}

@media screen and (max-width: 767px){
.wrapper1,
.wrapper2 {
	max-width: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.inner1 {
	margin-right: 0;
	margin-left: 0;
}
.wrapper-flex-row .cnt-row2 {
	width: 48.275862068965517%;
}
.wrapper-flex-row .cnt-row3 {
	width: 31.551724137931034%;
}
.wrapper-flex-row.tb-sp-col,
.wrapper-flex-row.sp-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.wrapper-flex-row.sp-col.reverse,
.wrapper-flex-row.sp-col.sp-reverse {	
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.wrapper-flex-row.tb-sp-col .cnt-row2,
.wrapper-flex-row.tb-sp-col .cnt-row3,
.wrapper-flex-row.sp-col .cnt-row2,
.wrapper-flex-row.sp-col .cnt-row3 {
	width: auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}



/*　　ヘッダー
-------------------------------------------------------*/
#header {
}
.header-bg {
	padding: 5px 0;
	background-color: #1c8644;
}
.header-tagline {
	color: #fff;
	font-size: 13px; font-size: 1.3rem;
	text-align: right;
}
.wrapper-header-cnt {
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}
.wrapper-header-cnt .header-logo {
	margin-top: 10px;
	margin-right: auto;
}
.wrapper-header-cnt .header-contact {
	width: 200px;
}
.wrapper-header-cnt .header-contact .btn-contact a {
	display: block;
	font-size: 14px; font-size: 1.4rem;
	color: #fff;
	padding: 5px;
	text-align: center;
	background: linear-gradient(#25a757, #147038);
}
.wrapper-header-cnt .header-contact .btn-contact a:hover {
	background: linear-gradient(#0e843b, #1cbe5a);
}
.wrapper-header-cnt .header-contact .tel {
	margin-top: 10px;
	text-align: center;
}
.wrapper-header-cnt .header-contact .tel-txt {
	margin-top: 5px;
	font-size: 12px; font-size: 1.2rem;
	color: #666;
	text-align: center;
}
.globalNav {
	margin-top: 15px;
	margin-right: 35px;
}
.globalNav ul {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}
.globalNav ul li {
	margin-left: 20px;
}
.globalNav ul li:first-child {
	margin-left: 0;
}
.globalNav ul li a {
	display: block;
	min-width: 38px;
	padding-top: 38px;
	color: #333;
	font-size: 14px; font-size: 1.4rem;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
.globalNav ul li a:hover {
	color: #1c8644;
}
.globalNav ul li.menu01 a {
	background-image: url("../images/common/globalNav_icon01.png");	
}
.globalNav ul li.menu02 a {
	background-image: url("../images/common/globalNav_icon02.png");
}
.globalNav ul li.menu03 a {
	background-image: url("../images/common/globalNav_icon03.png");
}
.globalNav ul li.menu04 a {
	background-image: url("../images/common/globalNav_icon04.png");
}
.globalNav ul li.menu05 a {
	background-image: url("../images/common/globalNav_icon05.png");
}
.globalNav ul li.menu06 a {
	background-image: url("../images/common/globalNav_icon06.png");
}
.globalNav ul li.menu01 a:hover,
.globalNav ul li.menu02 a:hover,
.globalNav ul li.menu03 a:hover,
.globalNav ul li.menu04 a:hover,
.globalNav ul li.menu05 a:hover,
.globalNav ul li.menu06 a:hover {
	background-position: center -105px;
}
.globalNav-sp {
	display: none;
}
.globalNav-sp dl dt {
	display: block;
	height: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 0;
	background: linear-gradient(#25a757, #147038);
	cursor: pointer;
}
.globalNav-sp dl dt.active {
	background: linear-gradient(#1cbe5a, #0e843b);
}
.globalNav-sp dl dt span {
	display: inline-block;
	width: 150px;
	height: 50px;
	background-image: url(../images/common/menu.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.globalNav-sp dl dd {
	display: none;
	padding: 10px;
	background-color: #f7f4e8;
}
.globalNav-sp dl dd ul.main-menu {
	border: 1px solid #dedede;
	border-radius: 6px;
	overflow: hidden;
}
.globalNav-sp dl dd ul.main-menu li a {
	display: block;
	height: 52px;
	padding-left: 55px;
	color: #333;
	line-height: 52px;
	font-weight: 700;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: -48px 10px;
	border-top: 1px solid #dedede;
}
.globalNav-sp dl dd ul.main-menu li:first-child a {
	border-top: 0;
}
.globalNav-sp dl dd ul.main-menu li a:hover {
	background-color: #f5f5f5;
}
.globalNav-sp dl dd ul.main-menu li.menu01 a {
	background-image: url("../images/common/globalNav_icon01.png");
}
.globalNav-sp dl dd ul.main-menu li.menu02 a {
	background-image: url("../images/common/globalNav_icon02.png");
}
.globalNav-sp dl dd ul.main-menu li.menu03 a {
	background-image: url("../images/common/globalNav_icon03.png");
}
.globalNav-sp dl dd ul.main-menu li.menu04 a {
	background-image: url("../images/common/globalNav_icon04.png");
}
.globalNav-sp dl dd ul.main-menu li.menu05 a {
	background-image: url("../images/common/globalNav_icon05.png");
}
.globalNav-sp dl dd ul.main-menu li.menu06 a {
	border-radius: 0 0 6px 6px;
	background-image: url("../images/common/globalNav_icon06.png");
}
.globalNav-sp dl dd ul.main-menu li.menu01 a:hover,
.globalNav-sp dl dd ul.main-menu li.menu02 a:hover,
.globalNav-sp dl dd ul.main-menu li.menu03 a:hover,
.globalNav-sp dl dd ul.main-menu li.menu04 a:hover,
.globalNav-sp dl dd ul.main-menu li.menu05 a:hover,
.globalNav-sp dl dd ul.main-menu li.menu06 a:hover {
	background-position: -48px -95px;
}
.submenu .btn-contact1 {
	display: block;
	margin: 10px 0;
	padding: 15px 20px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(#25a757, #147038);
	border-radius: 6px;
}
.submenu .btn-contact1:hover {
	background: linear-gradient(#1cbe5a, #0e843b);
}
.submenu .btn-contact2 {
	display: block;
	margin: 10px 0;
	padding: 15px 20px;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #666;
}
.submenu .btn-contact2:hover {
	background-color: #f5f5f5;
}
.submenu .tel-txt {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px; font-size: 1.4rem;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.wrapper-header-cnt {
	padding-top: 15px;
	padding-bottom: 15px;
}
.globalNav {
	display: none;
}
.globalNav-sp {
	display: block;
}
.globalNav-sp dl dd {
	display: none;
	padding: 20px;
	background-color: #f7f4e8;
}
.submenu .btn-contact2,
.submenu .tel-txt {
	display: none;
}
}

@media screen and (max-width: 767px){
.header-tagline {
	text-align: center;
	font-size: 12px; font-size: 1.2rem;
}
.wrapper-header-cnt {
	padding: 15px 0;
}
.wrapper-header-cnt .header-logo {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.wrapper-header-cnt .header-logo img {
	max-width: 220px;
}
.wrapper-header-cnt .header-contact {
	display: none;
}
.globalNav {
	display: none;
}
.globalNav-sp {
	display: block;
}
}



/*　　フッター 
-------------------------------------------------------*/
#footer {
}
.footer-bg {
	padding: 30px;
	background-color: #f7f4e8;
}
.footer-logo {
	text-align: center;
}
.footer-bg2 {
	background-color: #1c8644;
}
.wrapper-footer-cnt {
	padding-top: 40px;
	padding-bottom: 40px;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrapper-footer-cnt .footer-info {
	width: 50%;
	padding-right: 70px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 12px; font-size: 1.2rem;
}
.wrapper-footer-cnt .footer-info .tit-txt {
	font-size: 16px; font-size: 1.6rem;
}
.btn-footer-txt a {
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px; font-size: 1.6rem;
	background-image: url("../images/common/arrow_01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
}
.btn-footer-txt a:hover {
	background-color: #0fae4b;
}
.wrapper-footer-cnt .footer-sitemap {
	width: 50%;
	padding-left: 70px;
	color: #fff;
	font-size: 14px; font-size: 1.4rem;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrapper-footer-cnt .footer-sitemap ul.list-map1 li,
.wrapper-footer-cnt .footer-sitemap ul.list-map2 li,
.wrapper-footer-cnt .footer-sitemap ul.list-map3 li {
	margin-bottom: 20px;
}
.wrapper-footer-cnt .footer-sitemap ul a {
	display: block;
	color: #fff;
}
.wrapper-footer-cnt .footer-sitemap ul a:hover {
	color: #e5ddbf;
	text-decoration: underline;
}
.footer-bg3 {
	background-color: #147037;
}
.wrapper-footer-cnt2 {
	padding: 20px 0;
	color: #fff;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	align-items: center;
}
.wrapper-footer-cnt2 .bn-mcsa {
}
.wrapper-footer-cnt2 .bn-gsl {
	margin-left: 30px;
}
.wrapper-footer-cnt2 .copyright {
	margin-left: auto;
	font-size: 12px; font-size: 1.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.wrapper-footer-cnt {
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.wrapper-footer-cnt .footer-info {
	width: 100%;
	padding-right: 0;
	border-right: 0;
}
.wrapper-footer-cnt .footer-sitemap {
	width: 100%;
	padding-left: 0;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #fff;
	text-align: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.wrapper-footer-cnt2 {
	padding: 20px 0;
	color: #fff;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrapper-footer-cnt2 .bn-mcsa {
	width: 56%;
	text-align: right;
	padding-right: 15px;
}
.wrapper-footer-cnt2 .bn-gsl {
	width: 44%;
	margin-left: 0;
	padding-left: 15px;
	text-align: left;
}
.wrapper-footer-cnt2 .copyright {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
	text-align: center;
}
}

@media screen and (max-width: 767px){
.footer-logo img {
	max-width: 220px;
}
.wrapper-footer-cnt {
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.wrapper-footer-cnt .footer-info {
	width: 100%;
	padding-right: 0;
	border-right: 0;
}
.btn-footer-txt a {
	display: block;
	padding: 10px 10px;
	text-align: center;
}
.wrapper-footer-cnt .footer-sitemap {
	width: 100%;
	padding-left: 0;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fff;
	text-align: center;
  	display: block;
}
.wrapper-footer-cnt .footer-sitemap ul.list-map1,
.wrapper-footer-cnt .footer-sitemap ul.list-map2,
.wrapper-footer-cnt .footer-sitemap ul.list-map3 {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: 1px dotted #39b969;
}
.wrapper-footer-cnt .footer-sitemap ul.list-map3 {
	margin-bottom: 0;
	border-bottom: 0;
}
.wrapper-footer-cnt .footer-sitemap ul.list-map1 li,
.wrapper-footer-cnt .footer-sitemap ul.list-map2 li,
.wrapper-footer-cnt .footer-sitemap ul.list-map3 li {
	margin-bottom: 20px;
	width: 50%;
}
.wrapper-footer-cnt2 {
	margin-top: -20px;
	padding: 30px 0;
	color: #fff;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrapper-footer-cnt2 .bn-mcsa {
	width: 100%;
	text-align: center;
}
.wrapper-footer-cnt2 .bn-gsl {
	margin-left: 0;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.wrapper-footer-cnt2 .copyright {
	margin-left: 0;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
}



/*　　コンテンツ共通パーツ
-------------------------------------------------------*/
.page-tit {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.wrapper-page-tit {
	height: 160px;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wrapper-page-tit .txt-page-tit {
	padding: 3px 0 3px 16px;
	font-size: 30px; font-size: 3.0rem;
	font-weight: 500;
	color: #000;
	line-height: 1.4;
	background-image: url("../images/common/border_L_GRN.png");
	background-repeat: no-repeat;
	background-size: 5px 100%;
}
.pankuzu {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.pankuzu ul {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pankuzu ul li {
	margin-left: 16px;
	padding-left: 22px;
	font-size: 14px; font-size: 1.4rem;
	background-image: url("../images/common/arrow_02.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.pankuzu ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	background-image: none;
}
.pankuzu ul li a {
	display: inline-block;
}
.pankuzu ul li a:hover {
	text-decoration: underline;
}
.cnt-tit1 {
	font-size: 30px; font-size: 3.0rem;
	font-weight: 500;
	color: #000;
	line-height: 1.4;
}
.cnt-tit1 .txt-jp {
	display: inline-block;
	padding: 50px 100px 10px;
	border-bottom: 1px solid #c7c7a2;
	background-image: url("../images/common/ring.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.cnt-tit1 .txt-en {
	padding-top: 10px;
	line-height: 1;
	font-size: 14px; font-size: 1.4rem;
	letter-spacing: 3px;
	color: #94944f;
}
.cnt-tit1-en {
	font-size: 30px; font-size: 3.0rem;
	line-height: 1.4;
	letter-spacing: 5px;
	font-family: "Times New Roman", Times, "serif";
}
.cnt-tit2 {
	color: #94944f;
	font-size: 24px; font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}
.cnt-tit2-line {
	text-align: center;
	background-image: url("../images/common/line_01.png");
	background-repeat: repeat-x;
	background-position: center;
}
.cnt-tit2-line .txt {
	display: inline-block;
	padding: 0 10px;
	color: #94944f;
	font-size: 24px; font-size: 2.4rem;
	font-weight: 700;
}
.cnt-tit3 {
	padding: 8px 5px 8px 20px;
	font-size: 22px; font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	background-image: url("../images/common/border_L_GRN.png");
	background-repeat: no-repeat;
	background-size: 10px 100%;
	background-position: left top;
}
.cnt-tit4 {
	padding: 10px;
	font-size: 24px; font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	border-top: 2px solid #c7c7a2;
	background: linear-gradient(#faf8ee, #e6e0c6);
}
.cnt-tit5 {
	padding-left: 10px;
	font-weight: 500;
	line-height: 1.6;
	border-left: 4px solid #94944f;
}
.deco1 {
	height: 12px;
	background-image: url("../images/common/deco_01.png");
	background-repeat: no-repeat;
	background-position: center;
}
.deco1-bottom {
	height: 12px;
	background-image: url("../images/common/deco_01_bottom.png");
	background-repeat: no-repeat;
	background-position: center;
}
.deco2 {
	height: 82px;
	background-image: url("../images/common/deco_01.png");
	background-repeat: no-repeat;
	background-position: center;
}
.deco2-bottom {
	height: 82px;
	background-image: url("../images/common/deco_01_bottom.png");
	background-repeat: no-repeat;
	background-position: center;
}
.cnt-mix { overflow: hidden; zoom:1;}
.cnt-mix .cntL { float: left; margin-right: 40px; margin-bottom: 20px;}
.cnt-mix .cntR { float: right; margin-left: 40px; margin-bottom: 20px;}
.cnt-mix .cntL2 { float: left; margin-right: 20px; margin-bottom: 10px;}
.cnt-mix .cntR2 { float: right; margin-left: 20px; margin-bottom: 10px;}
.cnt-mix .no-wraparound { overflow: hidden; zoom:1;}
.list-disc { list-style-type: disc; list-style-position: outside; margin-left: 25px;}
.list-decimal { list-style-type: decimal; list-style-position: outside; margin-left: 25px;}
.list-kome { list-style-position: outside; margin-left: 1em; text-indent: -1em;}
.list-check li {
	margin-top: 8px;
	padding-left: 28px;
	font-weight: 700;
	background-image: url( "../images/common/icon_check.png");
	background-repeat: no-repeat;
	background-position: left 5px;
}
.list-check li:first-child {
	margin-top: 0;
}
.list-check2 li {
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	font-weight: 700;
	border-bottom: 1px dotted #ccc;
	background-image: url( "../images/common/icon_check.png");
	background-repeat: no-repeat;
	background-position: left 6px;
}
.list-line li {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.list-line li:first-child {
	border-top: 1px solid #e5e5e5;
}
.list-table {
	display: table;
}
.list-table-fix {
	display: table;
	table-layout: fixed;
}
.list-table li,
.list-table-fix li {
	display: table-cell;
}
.table-design1 {
	width: 100%;
	table-layout: fixed;
}
.table-design1 th {
	padding: 10px;
	border: 1px solid #e5e5e5;
	font-weight: 700;
	background-color: #f5f5f5;
	vertical-align: middle;
	text-align: left;
}
.table-design1 td {
	padding: 10px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	vertical-align: middle;
}
.table-design2 {
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #e5e5e5;
}
.table-design2 th {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}
.table-design2 td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #e5e5e5;
}
.row2-img {
	max-width: 532px;
}
.wrapper2 .row2-img,
.inner1 .row2-img {
	max-width: 460px;
}
.frame-img {
	border: 14px solid #fff;
}
.img-ds {
	max-width: 560px;
	margin: 0 auto;
	height: 25px;
	background-image: url("../images/common/img_ds.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center bottom;
}
.btn-txt1 a {
	display: inline-block;
	padding: 10px 50px;
	line-height: 1.4;
	color: #fff;
	background: url(../images/common/arrow_01.png), linear-gradient(#25a757, #147038);
	background-repeat: no-repeat;
	background-position: right 10px center, center;
	text-align: center;
}
.btn-txt1 a:hover {
	background: url(../images/common/arrow_01.png), linear-gradient(#0e843b, #1cbe5a);
	background-repeat: no-repeat;
	background-position: right 10px center, center;
}
.contact-tit {
	padding: 0 80px;
	background-color: #fff;
}
.contact-tit2 {
	padding: 5px;
	font-size: 14px; font-size: 1.4rem;
	color: #666;
	text-align: center;
	background-color: #e5ddbf;
}
.contact-tel-sp {
	padding: 10px;
	background-color: #f7f4e8;
}
.contact-tel-sp li {
	padding: 10px 0;
}

#page-top a {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	border-radius: 6px;
	background-image: url(../images/common/btn_pagetop.png);
	background-size: 100%;
	text-indent: -9999px;
	z-index: 999;
}
#page-top a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.wrapper-page-tit {
	height: 120px;
}
.wrapper-page-tit .txt-page-tit,
.cnt-tit1,
.cnt-tit1-en {
	font-size: 26px; font-size: 2.6rem;
}
.cnt-tit2,
.cnt-tit2-line .txt {
	font-size: 22px; font-size: 2.2rem;
}
.cnt-tit3,
.cnt-tit4 {
	font-size: 18px; font-size: 1.8rem;
}
.deco2 {
	height: 62px;
}
.deco2-bottom {
	height: 62px;
}
.cnt-mix .cntL,
.cnt-mix .cntL2 { margin-right: 20px; margin-bottom: 10px;}
.cnt-mix .cntR,
.cnt-mix .cntR2 { margin-left: 20px; margin-bottom: 10px;}
.cnt-mix .cntL.tb30,
.cnt-mix .cntR.tb30,
.cnt-mix .cntL2.tb30,
.cnt-mix .cntR2.tb30 { width: 30% !important;}
.cnt-mix .cntL.tb40,
.cnt-mix .cntR.tb40,
.cnt-mix .cntL2.tb40,
.cnt-mix .cntR2.tb40 { width: 40% !important;}
.cnt-mix .cntL.tb50,
.cnt-mix .cntR.tb50,
.cnt-mix .cntL2.tb50,
.cnt-mix .cntR2.tb50 { width: 50% !important;}
.cnt-mix .cntL.tb100,
.cnt-mix .cntR.tb100,
.cnt-mix .cntL2.tb100,
.cnt-mix .cntR2.tb100 {
	width: 100% !important;
	float: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.row2-img { max-width: 50% !important;}
.frame-img {
	border: 10px solid #fff;
}
.img-ds {
	height: 18px;
	width: 100%;
}
#page-top a {
	bottom: 140px;
	right: 30px;
}
}

@media screen and (max-width: 767px){
.wrapper-page-tit {
	height: 100px;
}
.wrapper-page-tit .txt-page-tit {
	padding: 3px 0 3px 12px;
	font-size: 18px; font-size: 1.8rem;
}
.pankuzu {
	padding: 5px 0;
}
.pankuzu ul li {
	margin-left: 12px;
	padding-left: 20px;	
}
.cnt-tit1,
.cnt-tit1-en {
	font-size: 26px; font-size: 2.6rem;
}
.cnt-tit1 .txt-jp {
	display: block;
	padding: 50px 0 10px;
}
.cnt-tit2-line {
	background-image: none;
}
.cnt-tit2,
.cnt-tit2-line .txt {
	font-size: 22px; font-size: 2.2rem;
}
.cnt-tit3,
.cnt-tit4 {
	font-size: 18px; font-size: 1.8rem;
}
.cnt-mix .cntL,
.cnt-mix .cntL2 { margin-right: 15px; margin-bottom: 10px;}
.cnt-mix .cntR,
.cnt-mix .cntR2 { margin-left: 15px; margin-bottom: 10px;}
.cnt-mix .cntL.sp30,
.cnt-mix .cntR.sp30,
.cnt-mix .cntL2.sp30,
.cnt-mix .cntR2.sp30 { width: 30% !important;}
.cnt-mix .cntL.sp40,
.cnt-mix .cntR.sp40,
.cnt-mix .cntL2.sp40,
.cnt-mix .cntR2.sp40 { width: 40% !important;}
.cnt-mix .cntL.sp50,
.cnt-mix .cntR.sp50,
.cnt-mix .cntL2.sp50,
.cnt-mix .cntR2.sp50 { width: 50% !important;}
.cnt-mix .cntL.sp100,
.cnt-mix .cntR.sp100,
.cnt-mix .cntL2.sp100,
.cnt-mix .cntR2.sp100 {
	width: 100% !important;
	float: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.row2-img { max-width: 100% !important;}
.list-check li,
.list-check2 li {
	background-position: left 3px;
}
.contact-tit {
	padding: 0 10px;
}
.frame-img {
	border: 8px solid #fff;
}
.img-ds {
	height: 14px;
	width: 100%;
}
.table-design1 {
	width: 100%;
}
.table-design1 th {
	padding: 5px;
}
.table-design1 td {
	padding: 5px;
}
#page-top a {
	display: block;
	position: fixed;
	bottom: 40px;
	right: 15px;
	width: 40px;
	height: 40px;
	behavior: url(/js/PIE.htc);
}
}



/*　　bg・カラー・フォントサイズ
-------------------------------------------------------*/
.bgcolor-WHT { background-color: #fff !important;}
.bgcolor-GRY { background-color: #f5f5f5 !important;}
.bgcolor-GRN { background-color: #1c8644 !important;}
.bgcolor-BEG { background-color: #f7f4e8 !important;}
.color-BLK { color: #333 !important;}
.color-WHT { color: #fff !important;}
.color-RED { color: #cc3300 !important;}
.color-RED2 { color: #ff6666 !important;}
.color-OLV { color: #8f8f48 !important;}
.color-GRY { color: #999 !important;}
.color-GRN { color: #1c8644 !important;}
.line-through { text-decoration: line-through;}
.ls5 { letter-spacing: 5px;}
.font-en { font-family: "Times New Roman", Times, "serif";}
.fsXS { font-size: 14px; font-size: 1.4rem;}
.fsS { font-size: 16px; font-size: 1.6rem;}
.fsM { font-size: 18px; font-size: 1.8rem;}
.fsL { font-size: 20px; font-size: 2.0rem;}
.fsXL { font-size: 24px; font-size: 2.4rem;}
.fsXXL { font-size: 30px; font-size: 3.0rem;}
.fwB,
strong,
b { font-weight: 700 !important;}
.fwM { font-weight: 500 !important;}
.fwN { font-weight: 400 !important;}
.borderBox { border: 1px solid #ccc !important;}
.borderT { border-top: 1px solid #ccc !important;}
.borderT-BEG { border-top: 1px solid #c7c7a2 !important;}
.borderB { border-bottom: 1px solid #ccc !important;}
.borderB-BEG { border-bottom: 1px solid #c7c7a2 !important;}
.borderL { border-left: 1px solid #ccc !important;}
.borderR { border-right: 1px solid #ccc !important;}
.borderBox-dot { border: 1px dotted #ccc !important;}
.borderT-dot { border-top: 1px dotted #ccc !important;}
.borderB-dot { border-bottom: 1px dotted #ccc !important;}
.borderL-dot { border-left: 1px dotted #ccc !important;}
.borderR-dot { border-right: 1px dotted #ccc !important;}
.lh10 { line-height: 1.0;}
.lh11 { line-height: 1.1;}
.lh12 { line-height: 1.2;}
.lh13 { line-height: 1.3;}
.lh14 { line-height: 1.4;}
.lh15 { line-height: 1.5;}
.lh16 { line-height: 1.6;}
.lh17 { line-height: 1.7;}
.lh18 { line-height: 1.8;}
.lh19 { line-height: 1.9;}
.lh20 { line-height: 2.0;}

@media screen and (min-width: 768px) and (max-width: 1199px){
.fsXS { font-size: 12px; font-size: 1.2rem;}
.fsS { font-size: 14px; font-size: 1.2rem;}
.fsM { font-size: 16px; font-size: 1.6rem;}
.fsL { font-size: 18px; font-size: 1.8rem;}
.fsXL { font-size: 22px; font-size: 2.2rem;}
.fsXXL { font-size: 26px; font-size: 2.6rem;}
}
@media screen and (max-width: 767px){
.fsXS { font-size: 12px; font-size: 1.2rem;}
.fsS { font-size: 14px; font-size: 1.2rem;}
.fsM { font-size: 16px; font-size: 1.6rem;}
.fsL { font-size: 18px; font-size: 1.8rem;}
.fsXL { font-size: 22px; font-size: 2.2rem;}
.fsXXL { font-size: 26px; font-size: 2.6rem;}
}


/*　　その他・マージン・パディング
-------------------------------------------------------*/
.flL { float: left !important;}
.flR { float: right !important;}
.flN { float: none !important;}
.vaT { vertical-align: top !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.tableFix { table-layout: fixed !important;}
.position-r { position: relative;}
.pd0 { padding: 0 !important;}
.pdT0 { padding-top: 0 !important;}
.pdT5 { padding-top: 5px !important;}
.pdT10 { padding-top: 10px !important;}
.pdT15 { padding-top: 15px !important;}
.pdT20 { padding-top: 20px !important;}
.pdT25 { padding-top: 25px !important;}
.pdT30 { padding-top: 30px !important;}
.pdT35 { padding-top: 35px !important;}
.pdT40 { padding-top: 40px !important;}
.pdT45 { padding-top: 45px !important;}
.pdT50 { padding-top: 50px !important;}
.pdT55 { padding-top: 55px !important;}
.pdT60 { padding-top: 60px !important;}
.pdT65 { padding-top: 65px !important;}
.pdT70 { padding-top: 70px !important;}
.pdT75 { padding-top: 75px !important;}
.pdT80 { padding-top: 80px !important;}
.pdT85 { padding-top: 85px !important;}
.pdT90 { padding-top: 90px !important;}
.pdT95 { padding-top: 95px !important;}
.pdT100 { padding-top: 100px !important;}
.pdB0 { padding-bottom: 0 !important;}
.pdB5 { padding-bottom: 5px !important;}
.pdB10 { padding-bottom: 10px !important;}
.pdB15 { padding-bottom: 15px !important;}
.pdB20 { padding-bottom: 20px !important;}
.pdB25 { padding-bottom: 25px !important;}
.pdB30 { padding-bottom: 30px !important;}
.pdB35 { padding-bottom: 35px !important;}
.pdB40 { padding-bottom: 40px !important;}
.pdB45 { padding-bottom: 45px !important;}
.pdB50 { padding-bottom: 50px !important;}
.pdB55 { padding-bottom: 55px !important;}
.pdB60 { padding-bottom: 60px !important;}
.pdB65 { padding-bottom: 65px !important;}
.pdB70 { padding-bottom: 70px !important;}
.pdB75 { padding-bottom: 75px !important;}
.pdB80 { padding-bottom: 80px !important;}
.pdB85 { padding-bottom: 85px !important;}
.pdB90 { padding-bottom: 90px !important;}
.pdB95 { padding-bottom: 95px !important;}
.pdB100 { padding-bottom: 100px !important;}
.pdL0 { padding-left: 0 !important;}
.pdL5 { padding-left: 5px !important;}
.pdL10 { padding-left: 10px !important;}
.pdL15 { padding-left: 15px !important;}
.pdL20 { padding-left: 20px !important;}
.pdL25 { padding-left: 25px !important;}
.pdL30 { padding-left: 30px !important;}
.pdL35 { padding-left: 35px !important;}
.pdL40 { padding-left: 40px !important;}
.pdL45 { padding-left: 45px !important;}
.pdL50 { padding-left: 50px !important;}
.pdL55 { padding-left: 55px !important;}
.pdL60 { padding-left: 60px !important;}
.pdL65 { padding-left: 65px !important;}
.pdL70 { padding-left: 70px !important;}
.pdL75 { padding-left: 75px !important;}
.pdL80 { padding-left: 80px !important;}
.pdL85 { padding-left: 85px !important;}
.pdL90 { padding-left: 90px !important;}
.pdL95 { padding-left: 95px !important;}
.pdL100 { padding-left: 100px !important;}
.pdR0 { padding-right: 0 !important;}
.pdR5 { padding-right: 5px !important;}
.pdR10 { padding-right: 10px !important;}
.pdR15 { padding-right: 15px !important;}
.pdR20 { padding-right: 20px !important;}
.pdR25 { padding-right: 25px !important;}
.pdR30 { padding-right: 30px !important;}
.pdR35 { padding-right: 35px !important;}
.pdR40 { padding-right: 40px !important;}
.pdR45 { padding-right: 45px !important;}
.pdR50 { padding-right: 50px !important;}
.pdR55 { padding-right: 55px !important;}
.pdR60 { padding-right: 60px !important;}
.pdR65 { padding-right: 65px !important;}
.pdR70 { padding-right: 70px !important;}
.pdR75 { padding-right: 75px !important;}
.pdR80 { padding-right: 80px !important;}
.pdR85 { padding-right: 85px !important;}
.pdR90 { padding-right: 90px !important;}
.pdR95 { padding-right: 95px !important;}
.pdR100 { padding-right: 100px !important;}
.w5 { width: 5%;}
.w10 { width: 10% !important;}
.w15 { width: 15% !important;}
.w20 { width: 20% !important;}
.w25 { width: 25% !important;}
.w30 { width: 30% !important;}
.w35 { width: 35% !important;}
.w40 { width: 40% !important;}
.w45 { width: 45% !important;}
.w50 { width: 50% !important;}
.w55 { width: 55% !important;}
.w60 { width: 60% !important;}
.w65 { width: 65% !important;}
.w70 { width: 70% !important;}
.w75 { width: 75% !important;}
.w80 { width: 80% !important;}
.w85 { width: 85% !important;}
.w90 { width: 90% !important;}
.w95 { width: 95% !important;}
.w100 { width: 100% !important;}
.mgCenter {
	margin-left: auto;
	margin-right: auto;
}
.mg0 { margin: 0 !important;}
.mgT0 { margin-top: 0 !important;}
.mgT5 { margin-top: 5px !important;}
.mgT10 { margin-top: 10px !important;}
.mgT15 { margin-top: 15px !important;}
.mgT20 { margin-top: 20px !important;}
.mgT25 { margin-top: 25px !important;}
.mgT30 { margin-top: 30px !important;}
.mgT35 { margin-top: 35px !important;}
.mgT40 { margin-top: 40px !important;}
.mgT45 { margin-top: 45px !important;}
.mgT50 { margin-top: 50px !important;}
.mgT55 { margin-top: 55px !important;}
.mgT60 { margin-top: 60px !important;}
.mgT65 { margin-top: 65px !important;}
.mgT70 { margin-top: 70px !important;}
.mgT75 { margin-top: 75px !important;}
.mgT80 { margin-top: 80px !important;}
.mgT85 { margin-top: 85px !important;}
.mgT90 { margin-top: 90px !important;}
.mgT95 { margin-top: 95px !important;}
.mgT100 { margin-top: 100px !important;}
.mgB0 { margin-bottom: 0 !important;}
.mgB5 { margin-bottom: 5px !important;}
.mgB10 { margin-bottom: 10px !important;}
.mgB15 { margin-bottom: 15px !important;}
.mgB20 { margin-bottom: 20px !important;}
.mgB25 { margin-bottom: 25px !important;}
.mgB30 { margin-bottom: 30px !important;}
.mgB35 { margin-bottom: 35px !important;}
.mgB40 { margin-bottom: 40px !important;}
.mgB45 { margin-bottom: 45px !important;}
.mgB50 { margin-bottom: 50px !important;}
.mgB55 { margin-bottom: 55px !important;}
.mgB60 { margin-bottom: 60px !important;}
.mgB65 { margin-bottom: 65px !important;}
.mgB70 { margin-bottom: 70px !important;}
.mgB75 { margin-bottom: 75px !important;}
.mgB80 { margin-bottom: 80px !important;}
.mgB85 { margin-bottom: 85px !important;}
.mgB90 { margin-bottom: 90px !important;}
.mgB95 { margin-bottom: 95px !important;}
.mgB100 { margin-bottom: 100px !important;}
.mgL0 { margin-left: 0 !important;}
.mgL5 { margin-left: 5px !important;}
.mgL10 { margin-left: 10px !important;}
.mgL15 { margin-left: 15px !important;}
.mgL20 { margin-left: 20px !important;}
.mgL25 { margin-left: 25px !important;}
.mgL30 { margin-left: 30px !important;}
.mgL35 { margin-left: 35px !important;}
.mgL40 { margin-left: 40px !important;}
.mgL45 { margin-left: 45px !important;}
.mgL50 { margin-left: 50px !important;}
.mgL55 { margin-left: 55px !important;}
.mgL60 { margin-left: 60px !important;}
.mgL65 { margin-left: 65px !important;}
.mgL70 { margin-left: 70px !important;}
.mgL75 { margin-left: 75px !important;}
.mgL80 { margin-left: 80px !important;}
.mgL85 { margin-left: 85px !important;}
.mgL90 { margin-left: 90px !important;}
.mgL95 { margin-left: 95px !important;}
.mgL100 { margin-left: 100px !important;}
.mgR0 { margin-right: 0 !important;}
.mgR5 { margin-right: 5px !important;}
.mgR10 { margin-right: 10px !important;}
.mgR15 { margin-right: 15px !important;}
.mgR20 { margin-right: 20px !important;}
.mgR25 { margin-right: 25px !important;}
.mgR30 { margin-right: 30px !important;}
.mgR35 { margin-right: 35px !important;}
.mgR40 { margin-right: 40px !important;}
.mgR45 { margin-right: 45px !important;}
.mgR50 { margin-right: 50px !important;}
.mgR55 { margin-right: 55px !important;}
.mgR60 { margin-right: 60px !important;}
.mgR65 { margin-right: 65px !important;}
.mgR70 { margin-right: 70px !important;}
.mgR75 { margin-right: 75px !important;}
.mgR80 { margin-right: 80px !important;}
.mgR85 { margin-right: 85px !important;}
.mgR90 { margin-right: 90px !important;}
.mgR95 { margin-right: 95px !important;}
.mgR100 { margin-right: 100px !important;}
.mgT-set1 {	margin-top: 100px;}
.mgT-set2 {	margin-top: 60px;}
.mgT-set3 {	margin-top: 40px;}
.pdT-set1 {	padding-top: 100px;}
.pdT-set2 {	padding-top: 60px;}
.pdT-set3 {	padding-top: 40px;}
.mgB-set1 {	margin-bottom: 100px;}
.mgB-set2 {	margin-bottom: 60px;}
.mgB-set3 {	margin-bottom: 40px;}
.pdB-set1 {	padding-bottom: 100px;}
.pdB-set2 {	padding-bottom: 60px;}
.pdB-set3 {	padding-bottom: 40px;}
.alL { text-align: left !important;}
.alR { text-align: right !important;}
.alC { text-align: center !important;}
.alL-sp-alC { text-align: left !important;}
.alC-sp-alL { text-align: center !important;}
.alC-th th { text-align: center;}
.alC-td td { text-align: center;}
.alL-th th { text-align: left;}
.alL-td td { text-align: left;}
.alR-th th { text-align: right;}
.alR-td td { text-align: right;}
.border-top0 { border-top: 0 !important;}

@media screen and (min-width: 768px) and (max-width: 1199px){
.mgT-set1 {	margin-top: 80px;}
.mgT-set2 {	margin-top: 50px;}
.mgT-set3 {	margin-top: 30px;}
.pdT-set1 {	padding-top: 80px;}
.pdT-set2 {	padding-top: 50px;}
.pdT-set3 {	padding-top: 30px;}
.mgB-set1 {	margin-bottom: 80px;}
.mgB-set2 {	margin-bottom: 50px;}
.mgB-set3 {	margin-bottom: 30px;}
.pdB-set1 {	padding-bottom: 80px;}
.pdB-set2 {	padding-bottom: 50px;}
.pdB-set3 {	padding-bottom: 30px;}
.alL-sp-alC { text-align: left !important;}
.alC-sp-alL { text-align: center !important;}
}

@media screen and (max-width: 767px){
.w100-sp { width: 100% !important;}
.mgT-set1 {	margin-top: 50px;}
.mgT-set2 {	margin-top: 40px;}
.mgT-set3 {	margin-top: 30px;}
.mgT-set1-sp { margin-top: 50px;}
.mgT-set2-sp { margin-top: 40px;}
.mgT-set3-sp { margin-top: 30px;}
.pdT-set1 {	padding-top: 50px;}
.pdT-set2 {	padding-top: 40px;}
.pdT-set3 {	padding-top: 30px;}
.pdT-set1-sp { padding-top: 50px;}
.pdT-set2-sp { padding-top: 40px;}
.pdT-set3-sp { padding-top: 30px;}
.mgB-set1 {	margin-bottom: 50px;}
.mgB-set2 {	margin-bottom: 40px;}
.mgB-set3 {	margin-bottom: 30px;}
.mgB-set1-sp { margin-bottom: 50px;}
.mgB-set2-sp { margin-bottom: 40px;}
.mgB-set3-sp { margin-bottom: 30px;}
.pdB-set1 {	padding-bottom: 50px;}
.pdB-set2 { padding-bottom: 40px;}
.pdB-set3 { padding-bottom: 30px;}
.pdB-set1-sp { padding-bottom: 50px;}
.pdB-set2-sp { padding-bottom: 40px;}
.pdB-set3-sp { padding-bottom: 30px;}
.alL-sp-alC { text-align: center !important;}
.alC-sp-alL { text-align: left !important;}
.border-top0-sp {
	border-top: 0;
}
}


