@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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 Sans Japanese', sans-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 Sans Japanese', sans-serif;
	font-weight: 300;
	font-size: 14px; font-size: 1.4em;
	line-height: 1.8;
	color: #1a1a1a;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
img { max-width: 100%; height: auto; vertical-align: bottom;}
a { color: #f77cb2; text-decoration: none;}
a:hover { color: #f7529b; text-decoration: underline;}
.imgLink:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	opacity:0.7;
}
a.blockLink { display: block; color: #000;}
a.blockLink:hover { background: #f5f5f5;}
.clearfix {
	display: block;
}
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: 1000px){
body { font-size: 14px; font-size: 1.4em;}
.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: 14px; font-size: 1.4em;}
.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: 960px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper-col2 {
	margin-left: -4%;
	overflow: hidden;
	zoom: 1;
}
.wrapper-col2 .cnt-col2 {
	float: left;
	width: 46%;
	margin-left: 4%;
}
.wrapper-col2-rev {
	margin-left: -4%;
	overflow: hidden;
	zoom: 1;
}
.wrapper-col2-rev .cnt-col2 {
	float: right;
	width: 46%;
	margin-left: 4%;
}
.wrapper-col3 {
	margin-left: -3.030303030303%;
	overflow: hidden;
	zoom: 1;
}
.wrapper-col3 .cnt-col3 {
	float: left;
	width: 30.30303030303%;
	margin-left: 3.030303030303%;
}


@media screen and (min-width: 768px) and (max-width: 1000px){
.wrapper1 {
	max-width: auto;
	margin-right: 20px;
	margin-left: 20px;
}
}

@media screen and (max-width: 767px){
.wrapper1 {
	max-width: auto;
	padding: 0 15px;
}
.wrapper-col2.sp-col1 {
	margin-left: 0;
}
.wrapper-col2.sp-col1 .cnt-col2 {
	float: none;
	width: auto;
	margin-left: 0;
}
.wrapper-col2-rev.sp-col1 {
	margin-right: 0;
}
.wrapper-col2-rev .cnt-col2 {
	float: none;
	width: auto;
	margin-right: 0;
}
.wrapper-col2-rev.sp-col1 .cnt-col2 {
	float: none;
	width: auto;
	margin-right: 0;
}
.wrapper-col3.sp-col1 {
	margin-left: 0;
}
.wrapper-col3.sp-col1 .cnt-col3 {
	float: none;
	width: auto;
	margin-left: 0;
}
}

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




/*　　ヘッダー
-------------------------------------------------------*/
#header {
	padding-top: 15px;
}
#header .inner-header {
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (min-width: 1200px) {
#header .inner-header {
	padding-right: 80px;
	padding-left: 80px;
}
}
#header .tagline {
	margin-bottom: 10px;
	color: #999;
	font-size: 12px; font-size: 1.2rem;
	text-align: right;
}
#header .logo {
	float: left;
}
#header .globalNav {
	float: right;
}
#header .globalNav ul {
	display: table;
}
#header .globalNav ul li {
	display: table-cell;
	padding: 10px 14px 10px 14px;
}
#header .globalNav ul li a {
	color: #1a1a1a;
}
#header .globalNav ul li.act a {
	color: #f77cb2;
}
#header .globalNav ul li a:hover {
	color: #f77cb2;
	text-decoration: underline;
}
#header .globalNav ul li.btn-contact {
	padding: 0 0 0 14px;
}
#header .globalNav ul li.btn-contact a {
	padding: 10px 14px;
	color: #fff;
	background-color: #f77cb2;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
}
#header .globalNav ul li.btn-contact a:hover {
	background-color: #ff5aa2;
	text-decoration: none;
}
.globalNav-sp {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
#header .logo {
	float: none;
	text-align: center;
}
#header .tagline {
	font-size: 12px; font-size: 1.2rem;
	text-align: center;
}
#header .globalNav {
	float: none;
	margin-top: 10px;
}
#header .globalNav ul {
	display: table;
	width: 100%;
}
#header .globalNav ul li:first-child {
	display: table-cell;
	table-layout: fixed;
	padding: 10px 14px 10px 0;
}
.globalNav-sp {
	display: none;
}
}

@media screen and (max-width: 767px){
#header .inner-header {
	padding-right: 20px;
	padding-left: 20px;
}
#header .tagline {
	font-size: 10px; font-size: 1.0rem;
	text-align: center;
}
#header .logo {
	float: none;
	text-align: center;
}
.globalNav {
	display: none;
}
.globalNav-sp {
	display: block;
	margin-top: 15px;
}
.globalNav-sp dl dt {
	display: block;
	height: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 0;
	background-color: #454545;
	cursor: pointer;
}
.globalNav-sp dl dt.active {
	background-color: #999;
}
.globalNav-sp dl dt span {
	display: inline-block;
	width: 92px;
	height: 50px;
	background-image: url(../images/common/menu.png);
	background-repeat: no-repeat;
}
.globalNav-sp dl dd {
	display: none;
	background-color: #fff;
}
.globalNav-sp dl dd li a.menu {
	display: block;
	color: #000;
	padding: 12px 10px 12px 42px;
	background-color: #fff;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	border-bottom: 1px dotted #ccc;
}
.globalNav-sp dl dd li.act a.menu {
	color: #f77cb2;
}
.globalNav-sp dl dd li a.menu:hover {
	color: #ca598d;
	text-decoration: none;
	background-color: #f5f5f5;
}
.submenu .btn-contact1 {
	display: block;
	margin: 10px 15px;
	padding: 15px 15px;
	color: #fff;
	line-height: 1;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 700;
	background-color: #f77cb2;
	border: 1px solid #f77cb2;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
	text-align: center;
}
.submenu .btn-contact2 {
	display: block;
	margin: 10px 15px;
	padding: 15px 15px;
	line-height: 1;
	border: 1px solid #666;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
	text-align: center;
}
.submenu .btn-contact1:hover {
	background-color: #ff5aa2;
	text-decoration: none;
}
.submenu .btn-contact2:hover {
	background-color: #f5f5f5;
}
}



/*　　コンテンツ共通パーツ
-------------------------------------------------------*/
.page-tit {
	font-size: 30px; font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.cnt-tit1 {
	color: #666;
	font-size: 20px; font-size: 2.0rem;
	line-height: 1.6;
}
.cnt-tit2 {
	font-size: 24px; font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
}
.cnt-tit3 {
	padding: 0 5px 5px 12px;
	color: #f77cb2;
	font-size: 20px; font-size: 2.0rem;
	font-weight: 700;
	border-bottom: 1px solid #f77cb2;
	border-left: 8px solid #f77cb2;
}
.cnt-tit4 {
	padding: 10px 15px;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 700;
	background-color: #f2f2f2;
}
.cnt-txt1 {
	color: #666;
	font-size: 16px; font-size: 1.6rem;
}
.cnt-mix { overflow: hidden; zoom:1;}
.cnt-mix .cntL { float: left; margin-right:20px; margin-bottom: 10px;}
.cnt-mix .cntR { float: right; margin-left: 20px; margin-bottom: 10px;}
.cnt-mix .cntL span,
.cnt-mix .cntR span { display: block; margin-top: 8px; line-height: 1.4;}
.cnt-mix .no-around { 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-line,
.list-line2 {
	list-style-position: inside;
}
.list-line li {
	padding-left: 25px;
	font-size: 24px; font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	background-image: url(../images/common/list_line.png);
	background-repeat: no-repeat;
	background-position: 2px 22px;
}
.list-line2 li {
	padding-left: 25px;
	line-height: 1.8;
	background-image: url(../images/common/list_line.png);
	background-repeat: no-repeat;
	background-position: 2px 12px;
}
.list-float-L li {
	float: left;
	margin-right: 55px;
}
.btn01 {
	display: inline-block;
	color: #1a1a1a;
	font-weight: 500;
	padding: 10px 30px;
	border: 1px solid #1a1a1a;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
	background-color: transparent;
}
.btn01:hover {
	color: #fff;
	background-color: #1a1a1a;
}
.btn-back a {
	display: block;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #999;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
}
.btn-back a:hover {
	text-decoration: none;
	color: #f77cb2;
	background-color: #fff4f9;
}
.btn-back a span {
	padding: 5px 0 5px 20px;
	font-weight: 500;
	background-image: url(../images/common/arrow_back.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.cnt-contact ul {
	margin-top: 40px;
}
.cnt-contact .img-tit {
	margin-right: 30px;
}
.cnt-contact li img {
	vertical-align: middle;
}
.cnt-contact .btn-contact {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 20px; font-size: 2.0rem;
	font-weight: 700;
	background-color: #f77cb2;
	border: 1px solid #f77cb2;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
	text-align: center;
}
.cnt-contact .btn-contact:hover {
	background-color: #ff5aa2;
	text-decoration: none;
}
.cnt-contact .btn-tel {
	display: block;
	height: 60px;
	line-height: 60px;
	border: 1px solid #666;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
	text-align: center;
}
#page-top a {
	display: block;
	position: fixed;
	bottom: 150px;
	right: 50px;
	width: 60px;
	height: 60px;
	background-image: url(../images/common/btn_pagetop.png);
	background-size: 100%;
	text-indent: -9999px;
	z-index: 500;
}
#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: 1000px){
.cnt-tit2 {
	font-size: 18px; font-size: 1.8rem;
}
.list-line li {
	font-size: 18px; font-size: 1.8rem;
	background-position: 2px 15px;
}
.list-line2 li {
	line-height: 1.6;
	background-position: 2px 13px;
}
.cnt-contact .img-tit {
	width: auto;
	height: 30px;
}
#page-top a {
	bottom: 140px;
	right: 30px;
}
}

@media screen and (max-width: 736px){
.cnt-tit2 {
	font-size: 18px; font-size: 1.8rem;
}
.cnt-tit3 {
	font-size: 18px; font-size: 1.8rem;
}
.list-line li {
	font-size: 18px; font-size: 1.8rem;
	background-position: 2px 15px;
}
.list-line2 li {
	background-position: 2px 13px;
}
.cnt-contact ul {
	margin-top: 0;
}
.cnt-contact .img-tit {
	display: block;
	width: auto;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.cnt-mix .cntL.sp30,
.cnt-mix .cntR.sp30 { width: 30%;}
.cnt-mix .cntL.sp40,
.cnt-mix .cntR.sp40 { width: 40%;}
.cnt-mix .cntL.sp100,
.cnt-mix .cntR.sp100 { width: 100%;}
#page-top a {
	display: block;
	position: fixed;
	bottom: 40px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
}
}


/*　　フッター 
-------------------------------------------------------*/
#footer {
	margin-top: 160px;
	background-color: #454545;
}
#footer .inner-nav {
	padding: 30px 0;
}
#footer .logo {
	float: left;
	padding-top: 10px;
}
#footer .globalNav {
	float: right;
}
#footer .globalNav ul {
	display: table;
}
#footer .globalNav ul li {
	display: table-cell;	
}
#footer .globalNav ul li a {
	display: block;
	padding: 10px 0 10px 24px;
	color: #ccc;
}
#footer .globalNav ul li a:hover {
	color: #fff;
}
#footer .inner-txt {
	padding-bottom: 40px;
	background-image: url(../images/common/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#footer .txt1 {
	padding-top: 100px;
	font-size: 18px; font-size: 1.8rem;
	text-align: center;
	line-height: 1.5;
	color: #ccc;
}
#footer .txt1 span {
	font-size: 22px; font-size: 2.2rem;
	font-weight: 700;
}
#footer .txt2 {
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 12px; font-size: 1.2rem;
	text-align: center;
	line-height: 1.5;
	color: #999;
	border-bottom: 1px solid #5e5e5e;
}
#footer .txt3 {
	padding-top: 50px;
	padding-bottom: 60px;
	text-align: center;
	line-height: 28px;
	color: #ccc;
}
#footer .txt3 .img-tel {
	margin-left: 30px;
}
#footer .subNav {
	float: right;
}
#footer .subNav ul {
	display: table;
}
#footer .subNav ul li {
	display: table-cell;
}
#footer .subNav ul li a {
	color: #ccc;
	padding: 10px 0 10px 24px;
}
#footer .subNav ul li a:hover {
	color: #fff;
}
#footer .copyright {
	float: left;
	color: #999;
	font-size: 12px; font-size: 1.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1000px){
#footer {
	margin-top: 80px;
}
#footer .inner-nav {
	padding: 20px 0;
}
#footer .inner-txt {
	padding-bottom: 30px;
	background-image: url(../images/common/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 50%;
}
#footer .globalNav {
	float: none;
}
#footer .logo {
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}	
}

@media screen and (max-width: 767px){
#footer {
	margin-top: 60px;
}
#footer .inner-txt {
	padding-bottom: 30px;
	background-image: url(../images/common/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 30%;
}
#footer .inner-nav {
	padding: 10px 0;
}
#footer .logo {
	float: none;
	padding-top: 10px;
	text-align: center;
}
#footer .globalNav-sp dl dt {
	background-color: #333;
}
#footer .txt1 {
	padding-top: 80px;
	font-size: 14px; font-size: 1.4rem;
}
#footer .txt1 span {
	font-size: 18px; font-size: 1.8rem;
	font-weight: 700;
}
#footer .txt2 {
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 10px; font-size: 1.0rem;
}
#footer .txt3 {
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	line-height: 28px;
	color: #ccc;
}
#footer .txt3 .img-tel {
	margin-left: 0;
	display: block;
}
#footer .btn-tel a {
	display: block;
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
}
#footer .btn-tel a:hover {
	background-color: #606060;
}
#footer .subNav {
	float: none;
}
#footer .subNav ul {
	display: table;
	margin-right: auto;
	margin-left: auto;	
}
#footer .subNav ul li a {
	padding: 10px 14px 10px 14px;
}
#footer .copyright {
	float: none;
	margin-top: 30px;
	text-align: center;
}
}




/*　　bg・カラー・フォントサイズ
-------------------------------------------------------*/
.bgcolor01 { background-color: #fff !important;}
.bgcolor02 { background-color: #f5f5f5 !important;}
.color00 { color: #000 !important;}
.color01 { color: #fff !important;}
.color-red { color: #ff0000 !important;}
.fsXS { font-size: 10px; font-size: 1.0rem;}
.fsS { font-size: 12px; font-size: 1.2rem;}
.fsM { font-size: 14px; font-size: 1.4rem;}
.fsL { font-size: 16px; font-size: 1.6rem;}
.fsXL { font-size: 18px; font-size: 1.8rem;}
.fsXXL { font-size: 24px; font-size: 2.4rem;}
.fwB { font-weight: 700 !important;}
.fwN { font-weight: 300 !important;}
.borderBox {
	border: 1px solid #ccc !important;
}

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


/*　　その他・マージン・パディング
-------------------------------------------------------*/
.mgset1 {
	margin-top: 100px;
}
.mgset2 {
	margin-top: 60px;
}
.mgset3 {
	margin-top: 40px;
}
.pdset1 {
	padding-top: 100px;
}
.pdset2 {
	padding-top: 60px;
}
.pdset3 {
	padding-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1000px){
.mgset1 {
	margin-top: 80px;
}
.mgset2 {
	margin-top: 50px;
}
.mgset3 {
	margin-top: 30px;
}
.pdset1 {
	padding-top: 80px;
}
.pdset2 {
	padding-top: 50px;
}
.pdset3 {
	padding-top: 30px;
}
}

@media screen and (max-width: 767px){
.mgset1 {
	margin-top: 50px;
}
.mgset2 {
	margin-top: 40px;
}
.mgset3 {
	margin-top: 30px;
}
.pdset1 {
	padding-top: 50px;
}
.pdset2 {
	padding-top: 40px;
}
.pdset3 {
	padding-top: 30px;
}
}

.flL { float: left !important;}
.flR { float: right !important;}
.flN { float: none !important;}
.alL { text-align: left !important;}
.alR { text-align: right !important;}
.alC { text-align: center !important;}
.alC-sp-alL { text-align: center !important;}
.vaT { vertical-align: top !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.tableFix { table-layout: fixed !important;}
.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;}
.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;}
.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;}
.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;}
.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;}
.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;}


@media screen and (max-width: 767px){
.alC-sp-alL { text-align: left !important;}
}



/*　　ページャー
-------------------------------------------------------*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 0 !important;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 8px;
	margin-top: 10px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #f77cb2;
  background-color: #fff4f9;
  border-color: #e6e6e6;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #000;
  cursor: default;
  background-color: #f5f5f5;
  border-color: #e6e6e6;
}