@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: 300;
  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: 16px; font-size: 1.6rem;
	line-height: 1.7;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
img { max-width: 100%; height: auto; vertical-align: bottom;}
a { color: #d22b3d; text-decoration: none;}
a:hover { color: #ff001c; text-decoration: none;}
.imgLink:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	opacity:0.7;
}
.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: 1023px){
body { font-size: 14px; font-size: 1.4rem;}
.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.4rem;}
.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) {
}





/*　　枠組み
-------------------------------------------------------*/
#contents {
}
.wrapper1 {
	max-width: 1200px;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper2 {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper-col2 {
	margin-left: -4%;
}
.wrapper-col2 .cnt-col2 {
	float: left;
	width: 46%;
	margin-left: 4%;
}
.wrapper-col2B {
	margin-left: -3.333333333333%;
}
.wrapper-col2B .cnt-col2 {
	float: left;
	width: 46.666666666667%;
	margin-left: 3.3333333333334%;
}
.wrapper-col3 {
	margin-left: -3.030303030303%;
}
.wrapper-col3 .cnt-col3 {
	float: left;
	width: 30.30303030303%;
	margin-left: 3.030303030303%;
}
.wrapper-table {
	overflow: auto;
}
/* namelink  */
.wrapper-tit {
	margin-top: -120px;
	padding-top: 120px;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.wrapper1,
.wrapper2 {
	max-width: auto;
	min-width: auto;
	padding: 0 20px;
}
}

@media screen and (max-width: 767px){
.wrapper1,
.wrapper2 {
	max-width: auto;
	min-width: auto;
	padding: 0 15px;
}
.wrapper-col2.sp-col1,
.wrapper-col2B.sp-col1 {
	margin-left: 0;
}
.wrapper-col2.sp-col1 .cnt-col2,
.wrapper-col2B.sp-col1 .cnt-col2 {
	float: none;
	width: auto;
	margin-left: 0;
}
.wrapper-col3.sp-col1 {
	margin-left: 0;
}
.wrapper-col3.sp-col1 .cnt-col3 {
	float: none;
	width: auto;
	margin-left: 0;
}
/* namelink  */
.wrapper-tit {
	margin-top: 0;
	padding-top: 0;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.wrapper-col2.sp-col1 {
	margin-left: -4%;
}
.wrapper-col2.sp-col1 .cnt-col2 {
	float: left;
	width: 46%;
	margin-left: 4%;
}
.wrapper-col2B {
	margin-left: -3.333333333333%;
}
.wrapper-col2B .cnt-col2 {
	float: left;
	width: 46.666666666667%;
	margin-left: 3.3333333333334%;
}
/* namelink  */
.wrapper-tit {
	margin-top: 0;
	padding-top: 0;
}
}




/*　　ヘッダー
-------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	zoom: 1;
	z-index: 100;
}
#header .wrapper-header {
	overflow: hidden;
	zoom: 1;
}
#header .wrapper-logo {
	float: left;
	width: 28.33%;
	height: 95px;
	padding: 8px 10px 0;
	border-bottom: 5px solid #d22b3d;
	background-color: #fff;
}
#header .wrapper-contact {
	position: relative;
	float: right;
	width: 71.34%;
	height: 95px;
	margin-left: 0.33%;
	border-bottom: 5px solid #464646;
	background-color: rgba(255,255,255,0.9);
}
#header .wrapper-contact .btn-contact {
	float: right;
	width: 128px;
	margin-left: 20px;
}
#header .wrapper-contact .btn-contact a {
	display: block;
	width: 100%;
	height: 95px;
	margin-bottom: -5px;
	line-height: 95px;
	text-align: center;
	color: #fff;
	background-color: #d22b3d;
}
#header .wrapper-contact .btn-contact a:hover {
	background-color: #ff001c;
}
#header .wrapper-contact .inner-txt {
	position: absolute;
	top: 2px;
	right: 148px;
	font-size: 12px; font-size: 1.2rem;
}
#header .wrapper-contact .inner-txt .txt1 {
	float: right;
	display: inline-block;
	padding-left: 15px;
}
#header .wrapper-contact .inner-txt .tagline {
	float: left;
	display: inline-block;
}
#header .wrapper-contact .inner-faxtel {
	position: absolute;
	top: 24px;
	right: 148px;
}
#header .wrapper-contact .inner-faxtel .fax {
	float: right;
	margin-left: 30px;
}
#header .wrapper-contact .inner-faxtel .tel {
	float: right;
}
#header .globalNav {
	position: absolute;
	bottom: -5px;
	right: 148px;
}
#header .globalNav ul {
	display: table;
}
#header .globalNav ul li {
	display: table-cell;
}
#header .globalNav ul li a {
	display: block;
	margin-left: 30px;
	color: #333;
	padding-bottom: 5px;
	border-bottom: 5px solid #464646;
}
#header .globalNav ul li a:hover {
	color: #ff001c;
	border-bottom: 5px solid #d22b3d;
}
.globalNav-sp {
	display: none;
}
.globalNav-sp dl dt {
	display: block;
	height: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 0;
	background-color: #464646;
	cursor: pointer;
}
.globalNav-sp dl dt span {
	display: inline-block;
	width: 102px;
	height: 50px;
	background-image: url(../images/common/menu.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.globalNav-sp dl dt.active {
	background-color: #333;
}
.globalNav-sp dl dt.active span {
	display: inline-block;
	width: 102px;
	height: 50px;
	background-image: url(../images/common/menu_act.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.globalNav-sp dl dd {
	display: none;
	background-color: #fff;
}
.globalNav-sp dl dd .main-menu li {
	overflow: hidden;
	zoom: 1;
}
.globalNav-sp dl dd .main-menu .menu-catg a {
	display: block;
	padding: 10px 10px 10px 15px;
	color: #fff;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 3px;
	background-color: #172944;
}
.globalNav-sp dl dd .main-menu .menu-catg a:hover {
	background-color: #245296;
}
.globalNav-sp dl dd .main-menu .menu-catg2 {
	display: block;
	padding: 10px 10px 10px 15px;
	color: #fff;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 3px;
	background-color: #666;
}
.globalNav-sp dl dd .sub-menu {
	overflow: hidden;
	zoom: 1;
}
.globalNav-sp dl dd .menu-toppage a {
	display: block;
	padding: 12px 5px 12px 38px;
	line-height: 1.5;
	color: #333;
	font-weight: 500;
	background-color: #fff;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 15px 18px;
}
.globalNav-sp dl dd .sub-menu li {
	float: left;
	width: 50%;
}
.globalNav-sp dl dd .sub-menu li a {
	display: block;
	padding: 12px 5px 12px 38px;
	line-height: 1.5;
	color: #333;
	font-weight: 500;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	background-color: #fff;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 15px 18px;
}
.globalNav-sp dl dd .sub-menu li:nth-child(even) a {
	border-right: none;
}
.globalNav-sp dl dd .menu-toppage a:hover,
.globalNav-sp dl dd .sub-menu li a:hover {
	background-color: #f7f7f7;
}
.globalNav-sp .sub-btn .btn-contact-sp {
	display: block;
	margin: 15px 15px 0;
	padding: 20px 20px;
	color: #fff;
	line-height: 1;
	font-size: 16px; font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background-color: #d22b3d;
}
.globalNav-sp .sub-btn .btn-contact-sp:hover {
	background-color: #ff001c;
}
.globalNav-sp .sub-btn .btn-tel-sp {
	display: block;
	margin: 10px 15px 0;
	padding: 15px 20px;
	line-height: 1;
	border: 1px solid #464646;
	text-align: center;
}
.globalNav-sp .sub-btn .btn-tel-sp:hover {
	background-color: #f7f7f7;
}
.globalNav-sp .sub-btn .btn-fax-sp {
	display: block;
	margin: 10px 15px 10px;
	padding: 5px 20px;
	color: #999;
	font-size: 12px; font-size: 1.2rem;
	border: 1px solid #fff;
	text-align: center;
}
.globalNav-sp .sub-btn .btn-fax-sp img {
	padding-bottom: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
#header {
	position: relative;
	max-width: auto;
}
#header .wrapper-header {
}
#header .wrapper-logo {
	width: 33.33%;
	height: 90px;
	padding: 0 10px 0;
	line-height: 83px;
}
#header .wrapper-logo p img {
	vertical-align: middle;
}
#header .wrapper-contact {
	width: 66.34%;
	margin-left: 0.33%;
	height: 90px;
	border-bottom: 5px solid #464646;
	background-color: rgba(255,255,255,0.5);
}
#header .wrapper-contact .btn-contact {
	width: 108px;
}
#header .wrapper-contact .btn-contact a {
	line-height: 90px;
	height: 90px;
}
#header .wrapper-contact .inner-txt {
	top: 5px;
	right: 123px;
}
#header .wrapper-contact .inner-txt .tagline {
	float: right;
}
#header .wrapper-contact .inner-faxtel {
	position: absolute;
	top: 50px;
	right: 123px;
}
#header .wrapper-contact .inner-faxtel img {
	height: 20px;
}
#header .wrapper-contact .inner-faxtel .fax {
	float: right;
	margin-left: 15px;
}
.globalNav {
	display: none;
}
.globalNav-sp {
	display: block;
	margin-top: 3px;
}
.globalNav-sp .submenu .btn-tel-sp {
	display: none;
}
.globalNav-sp .submenu .btn-fax-sp {
	display: none;
}
}

@media screen and (max-width: 767px){
#header {
	position: relative;
	max-width: auto;
}
#header .wrapper-header {
}
#header .wrapper-logo {
	float: left;
	width: 68%;
	height: 75px;
	padding: 0 10px 0;
	line-height: 66px;
	border-bottom: 5px solid #d22b3d;
	background-color: #fff;
}
#header .wrapper-logo p img {
	vertical-align: middle;
	max-height: 62px;
}
#header .wrapper-contact {
	position: relative;
	float: right;
	width: 32%;
	height: 75px;
	margin-left: 0%;
	border-bottom: 0;
	background-color: #fff;
}
#header .wrapper-contact .btn-contact {
	float: right;
	width: 100%;
	margin-left: 0;
}
#header .wrapper-contact .btn-contact a {
	line-height: 75px;
}
#header .wrapper-contact .inner-txt {
	display: none;
}
#header .wrapper-contact .inner-faxtel {
	display: none;
}
.globalNav {
	display: none;
}
.globalNav-sp {
	display: block;
}
}



/*　　フッター 
-------------------------------------------------------*/
#footer {
	margin-top: 100px;
	border-bottom: 20px solid #444;
	background-color: #51504f;
}
#footer .wrapper-footer {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	zoom: 1;
}
#footer .wrapper-logo {
	float: left;
	width: 28.33%;
	height: 95px;
	padding: 8px 10px 0;
	border-top: 5px solid #d22b3d;
	background-color: #fff;
}
#footer .wrapper-contact {
	position: relative;
	float: right;
	width: 71.67%;
	height: 95px;
}
#footer .wrapper-contact .btn-contact {
	float: right;
	width: 128px;
	margin-left: 20px;
}
#footer .wrapper-contact .btn-contact a {
	display: block;
	width: 100%;
	height: 95px;
	line-height: 95px;
	text-align: center;
	color: #fff;
	background-color: #d22b3d;
}
#footer .wrapper-contact .btn-contact a:hover {
	background-color: #ff001c;
}
#footer .wrapper-contact .inner-txt .tagline {
	float: left;
	display: inline-block;
}
#footer .wrapper-contact .inner-faxtel {
	position: absolute;
	top: 32px;
	right: 148px;
}
#footer .wrapper-contact .inner-faxtel .fax {
	float: right;
	margin-left: 30px;
}
#footer .wrapper-contact .inner-faxtel .fax .txt-fax {
	margin-top: 5px;
	font-size: 12px; font-size: 1.2rem;
	color: #ccc;
	text-align: center;
}
#footer .wrapper-contact .inner-faxtel .tel {
	float: right;
}
#footer .wrapper-sitemap {
	margin-top: 40px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#footer .wrapper-sitemap .contents-L {
	float: left;
	width: 28.33%;
	padding: 25px;
}
#footer .wrapper-sitemap .contents-L .txt-contents {
	color: #ccc;
	text-align: center;
	font-weight: 700;
}
#footer .wrapper-sitemap .contents-R {
	float: right;
	width: 71.67%;
	padding: 25px;
	border-left: 1px solid #999;
	overflow: hidden;
	zoom: 1;
}
#footer .wrapper-sitemap .contents-R > div {
	float: left;
	width: 25%;
}
#footer .wrapper-sitemap .contents-R .tit a {
	padding: 5px 25px 5px 5px;
	font-size: 14px; font-size: 1.4rem;
	color: #fff;
}
#footer .wrapper-sitemap .contents-R .tit a:hover {
	border-right: 5px solid #666;
	background-color: #666;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer .wrapper-sitemap .contents-R .tit2 {
	font-size: 14px; font-size: 1.4rem;
	color: #999;
}
#footer .wrapper-sitemap .contents-R ul li a {
	display: block;
	margin-top: 10px;
	color: #ccc;
	font-size: 12px; font-size: 1.2rem;
}
#footer .wrapper-sitemap .contents-R ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .wrapper-keywords {
	padding: 30px 20px;
	color: #999;
	font-size: 12px; font-size: 1.2rem;
	border-bottom: 1px solid #999;
}
#footer .wrapper-submenu2 {
	padding: 60px 20px;
	color: #ccc;
	font-size: 12px; font-size: 1.2rem;
	overflow: hidden;
	zoom: 1;
}
#footer .wrapper-submenu2 .submenu2 a {
	float: right;
	color: #ccc;
}
#footer .wrapper-submenu2 .submenu2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .wrapper-submenu2 .copyright {
	float: left;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
#footer {
	margin-top: 80px;
}
#footer .wrapper-footer {
	max-width: auto;
}
#footer .wrapper-logo {
	width: 33.33%;
	height: 90px;
	padding: 0 10px 0;
	line-height: 83px;
}
#footer .wrapper-logo p img {
	vertical-align: middle;
}
#footer .wrapper-contact {
	width: 66.67%;
}
#footer .wrapper-contact .btn-contact {
	width: 108px;
	margin-left: 20px;
}
#footer .wrapper-contact .btn-contact a {
	display: block;
	width: 100%;
	height: 90px;
	line-height: 90px;
}
#footer .wrapper-contact .inner-faxtel {
	position: absolute;
	top: 32px;
	right: 123px;
}
#footer .wrapper-contact .inner-faxtel img {
	height: 20px;
}
#footer .wrapper-contact .inner-faxtel .fax {
	margin-left: 15px;
}
#footer .wrapper-sitemap .contents-L {
	display: none;
}
#footer .wrapper-sitemap .contents-R {
	float: none;
	width: auto;
	padding: 25px;
	border-left: 0;
}
#footer .wrapper-sitemap .contents-R ul li a {
	margin-top: 15px;
}
#footer .wrapper-keywords {
	display: none;
}
}

@media screen and (max-width: 767px){
#footer {
	margin-top: 60px;
}
#footer .wrapper-footer {
	max-width: auto;
}
#footer .wrapper-header {
	position: relative;
	max-width: auto;
}
#footer .wrapper-logo {
	float: left;
	width: 68%;
	height: 75px;
	padding: 0 10px 0;
	line-height: 66px;
	background-color: #fff;
}
#footer .wrapper-logo p img {
	vertical-align: middle;
	max-height: 62px;
}
#footer .wrapper-contact {
	position: relative;
	float: right;
	width: 32%;
	height: 75px;
	margin-left: 0%;
	border-bottom: 0;
	background-color: #fff;
}
#footer .wrapper-contact .btn-contact {
	float: right;
	width: 100%;
	margin-left: 0;
}
#footer .wrapper-contact .btn-contact a {
	line-height: 75px;
}
#footer .wrapper-contact .inner-faxtel {
	display: none;
}
#footer .wrapper-submenu {
	padding: 20px 0px 10px;
}
#footer .wrapper-submenu .submenu .btn-tel-sp {
	display: block;
	margin: 10px 15px;
	padding: 15px 20px;
	line-height: 1;
	border: 1px solid #fff;
	text-align: center;
}
#footer .wrapper-submenu .btn-tel-sp:hover {
	background-color: #666;
}
#footer .wrapper-submenu .btn-fax-sp {
	display: block;
	margin: 10px 15px;
	padding: 5px 20px;
	color: #999;
	font-size: 12px; font-size: 1.2rem;
	text-align: center;
}
#footer .wrapper-submenu .btn-fax-sp img {
	padding-bottom: 5px;
}
#footer .wrapper-sitemap {
	margin-top: 0;
}
#footer .wrapper-sitemap .contents-L {
	display: none;
}
#footer .wrapper-sitemap .contents-R {
	float: none;
	width: auto;
	padding: 15px 0;
	border-left: 0;
}
#footer .wrapper-sitemap .contents-R > div {
	float: left;
	width: 50%;
	padding: 15px;
}
#footer .wrapper-sitemap .contents-R ul li a {
	margin-top: 15px;
}
#footer .wrapper-keywords {
	display: none;
}
#footer .wrapper-submenu2 {
	padding: 30px 15px;
	text-align: center;
}
#footer .wrapper-submenu2 .submenu2 a {
	float: none;
	color: #ccc;
}
#footer .wrapper-submenu2 .submenu2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .wrapper-submenu2 .copyright {
	float: none;
	margin-top: 15px;
}
}




/*　　コンテンツ共通パーツ
-------------------------------------------------------*/
.cnt-tit1 {
}
.cnt-tit1-img1 img {
/*	height: 50px; */
}
.cnt-tit2 {
	padding: 8px 10px 8px 20px;
	color: #fff;
	font-size: 30px; font-size: 3.0rem;
	line-height: 1.5;
	border-left: 14px solid #d22b3d;
	background-image: url(../images/common/cnt_tit2_bg.png),
										linear-gradient(#783037, #464646);
	background-repeat: no-repeat;
	background-position: right top;
}
.cnt-tit2B {
	font-size: 30px; font-size: 3.0rem;
	font-weight: 700;
	padding: 6px 15px;
	line-height: 1.5;
	background-color: #f7f7f7;
	background-image: url(../images/common/line_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 4px;
}
.cnt-tit3 {
	padding-left: 14px;
	font-size: 22px; font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 2px;
	border-left: 3px solid #d22b3d;
}
.cnt-tit4 {
	padding: 10px 10px 10px 16px;
	font-size: 20px; font-size: 2.0rem;
	line-height: 1.5;
	border-left: 10px solid #999;
	border-bottom: 1px solid #999;
	background-color: #f7f7f7;
}
.cnt-movie {
	position: relative;
  width:100%;
  padding-top:56.25%;
}
.cnt-movie iframe {
	position: absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.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 .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-float-L li {
	float: left;
	margin-right: 55px;
}
.list-table {
	display: table;
}
.list-table-fix {
	display: table;
	table-layout: fixed;
}
.list-table li,
.list-table-fix li {
	display: table-cell;
}
.table-design1,
.table-design2 {
	width: 100%;
}
.table-design1 th {
	padding: 15px;
	font-weight: 500;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	vertical-align: middle;
}
.table-design1 td {
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
.table-design2 th {
	padding: 15px;
	font-weight: 500;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f7f7f7;
	vertical-align: middle;
}
.table-design2 td {
	padding: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	vertical-align: middle;
}
.btn-txt1 a {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #d22b3d;
	background-color: #fff;
}
.btn-txt1 a:hover {
	background-color: #fff7f8;
}
.btn-txt1-t a {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #d22b3d;
	background-color: rgba(255,255,255,0.3);
}
.btn-txt1-t a:hover {
	background-color: rgba(255,255,255,0.6);
}
.btn-txt1-t2 a {
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(210,43,61,0.5);
}
.btn-txt1-t2 a:hover {
	background-color: rgba(210,43,61,0.8);
}
.btn-txt1-t3 a {
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.1);
}
.btn-txt1-t3 a:hover {
	background-color: rgba(255,255,255,0.4);
}
.btn-txt1 .icon-next,
.btn-txt1-t .icon-next {
	padding: 3px 25px 3px 0;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.btn-txt1 .icon-blank,
.btn-txt1-t .icon-blank {
	padding: 3px 25px 3px 0;
	background-image: url(../images/common/icon_blank.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.btn-txt1-t2 .icon-next,
.btn-txt1-t3 .icon-next {
	padding: 3px 25px 3px 0;
	background-image: url(../images/common/arrow_02.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.btn-txt2 {
	display: block;
	padding: 12px;
	text-align: center;
	border: 1px solid #d22b3d;
	background-color: #fff;
}
.btn-txt2:hover {
	background-color: #fff7f8;
}
.btn-txt2 .icon-next {
	padding: 3px 25px 3px 0;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.btn-txt2 .icon-back {
	padding: 3px 0 3px 25px;
	background-image: url(../images/common/arrow_back.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.img-scale {
	overflow: hidden;
}
.img-scale img {
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.img-scale img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#page-top a {
	display: block;
	position: fixed;
	bottom: 60px;
	right: 50px;
	width: 50px;
	height: 50px;
	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: 1023px){
.cnt-tit1-img1 img {
	height: 44px;
}
.cnt-tit2,
.cnt-tit2B {
	font-size: 2.4px; font-size: 2.4rem;
}
.cnt-tit3 {
	font-size: 20px; font-size: 2.0rem;
}
.cnt-tit4 {
	padding: 8px 8px 8px 12px;
	font-size: 18px; font-size: 1.8rem;
}
.table-design1 th,
.table-design1 td,
.table-design2 th,
.table-design2 td {
	padding: 10px;
}
#page-top a {
	bottom: 20px;
	right: 20px;
}
}

@media screen and (max-width: 736px){
.cnt-tit1-img1 img {
	height: 40px;
}
.cnt-tit2 {
	padding: 8px 8px 8px 16px;
	color: #fff;
	font-size: 20px; font-size: 2.0rem;
	background-image: url(../images/common/cnt_tit2_bg.png),
										linear-gradient(#783037, #464646);
	background-repeat: no-repeat;
	background-position: right -210px top 0, 0 0;
}
.cnt-tit2B {
	font-size: 20px; font-size: 2.0rem;
	padding: 6px 8px;
}
.cnt-tit3 {
	font-size: 18px; font-size: 1.8rem;
	border-left: 2px solid #d22b3d;

}
.cnt-tit4 {
	padding: 8px 8px 8px 12px;
	font-size: 18px; font-size: 1.8rem;
}
.table-design1 th,
.table-design1 td,
.table-design2 th,
.table-design2 td {
	padding: 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 { float:none; width: 100%; margin: 0 0 20px !important;}
#page-top a {
	display: block;
	position: fixed;
	bottom: 40px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	behavior: url(/js/PIE.htc);
}
}




/*　　bg・カラー・フォントサイズ
-------------------------------------------------------*/
.bgcolor-WHT { background-color: #fff !important;}
.bgcolor-GRY { background-color: #f7f7f7 !important;}
.color-cc { color: #d22b3d !important;}
.color-BLK { color: #000 !important;}
.color-WHT { color: #fff !important;}
.color-GRY { color: #666 !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: 16px; font-size: 1.6rem;}
.fsL { font-size: 18px; font-size: 1.8rem;}
.fsXL { font-size: 20px; font-size: 2.0rem;}
.fsXXL { font-size: 24px; font-size: 2.4rem;}
.fwB { font-weight: 700 !important;}
.fwN { font-weight: 300 !important;}
.borderBox { border: 1px solid #ccc !important;}
.borderT { border-top: 1px solid #ccc !important;}
.borderB { border-bottom: 1px solid #ccc !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: 1023px){
.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;}
}


/*　　その他・マージン・パディング
-------------------------------------------------------*/
.mgnCenter {
	margin-left: auto;
	margin-right: auto;
}
.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: 1023px){
.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;}
.position-r { position: relative;}
.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;}
.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;}


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


/*　　ページャー
-------------------------------------------------------*/
.pagination {
  display: block;
  padding-left: 0;
  margin: 0 !important;
	padding-top: 10px;
}
.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.4;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.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: ##d22b3d;
  background-color: #f7f7f7;
  border-color: #ccc;
}
.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: #f7f7f7;
  border-color: #ccc;
}


