@charset "utf-8";


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, sub, sup, 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%;
    vertical-align: baseline;
    background: transparent;
}

span {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

ol,ul {
	list-style: none;
}


/*　　基本設定
-------------------------------------------------------*/
html { }
* { }
body {
	
}
img { max-width: 100%; height: auto; vertical-align: top;}
a { color: #31619b; text-decoration: none;}
a:hover { color: #0059b2; text-decoration: none;}
.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: 1023px){
body { }
.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 { }
.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: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	float: left;
	width: 76%;
}
.sidebar {
	float: right;
	width: 20%;
}
.wrapper-col2 {
	margin-left: -5%;
}
.wrapper-col2 .cnt-col2 {
	float: left;
	width: 45%;
	margin-left: 5%;
}
.wrapper-col3 {
	margin-left: -4.761904761904762%;
}
.wrapper-col3 .cnt-col3 {
	float: left;
	width: 28.571428571428571%;
	margin-left: 4.761904761904762%;
}
.wrapper-table {
	overflow: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
.wrapper1 {
	max-width: 980px;
	padding: 0 20px;
}
}

@media screen and (max-width: 767px){
.wrapper1 {
	max-width: auto;
	padding: 0 15px;
}
.wrapper1 .main {
	float: none;
	width: auto;
}
.wrapper1 .sidebar {
	display: none;
}
.wrapper-col2.sp-col1 {
	margin-left: 0;
}
.wrapper-col2.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;
}
}

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




/*　　ヘッダー
-------------------------------------------------------*/
#header {
	border-top: 8px solid #008aac;
	margin-bottom: 8px;
}
.wrapper-logo {
	float: left;
	width: 39%;
	padding-top: 22px;
}
.wrapper-info {
	float: right;
	width: 61%;
	padding-top: 22px;
}
.wrapper-info .box-contact {
	float: right;
	width: 200px;
}
.wrapper-info .box-contact .btn-contact a {
	display: block;
	padding: 10px 5px;
	font-size: 15px; font-size: 1.5rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	background-color: #008aac;
}
.wrapper-info .box-contact .btn-contact a .icon-mail {
	padding-left: 42px;
	background-image: url(../images/common/icon_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.wrapper-info .box-contact .btn-contact a:hover {
	background-color: #0059b2;
}
.wrapper-info .box-contact .txt-tel {
	padding: 8px 0 0;
	font-size: 27px; font-size: 2.7rem;
	line-height: 1;
	text-align: center;
}
.wrapper-info .subNav {
	float: right;
	margin-top: 46px;
	margin-right: 30px;
}
.wrapper-info .subNav ul {
	display: table;
}
.wrapper-info .subNav ul li {
	display: table-cell;
}
.wrapper-info .subNav ul li a {
	display: block;
	padding: 2px 16px;
	line-height: 1;
	color: #000;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.wrapper-info .subNav ul li a:hover {
	color: #0059b2;
}
.globalNav ul {
	width: 100%;
	margin-top: 16px;
}
.globalNav ul li {
	float: left;
	width: 17.6%;
	margin-left: 3%;
}
.globalNav ul li:first-child {
	margin-left: 0;
}
.globalNav ul li a {
	display: block;
	padding: 10px 0;
	font-size: 15px; font-size: 1.5rem;
	color: #000;
	line-height: 1;
	text-align: center;
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
}
.globalNav ul li:first-child a {
	border-right: 0;
}
.globalNav ul li a:hover,
.globalNav ul li.act a {
	border-top: 5px solid #008aac;
	border-bottom: 5px solid #008aac;
}
.globalNav-sp {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.wrapper-logo {
	float: left;
	width: 55%;
	padding-top: 35px;
}
.wrapper-info {
	float: right;
	width: 45%;
	padding-top: 15px;
}
.wrapper-info .box-contact {
	float: right;
	width: 200px;
}
.wrapper-info .subNav {
	float: right;
	margin-top: 15px;
	margin-right: 0;
}
.wrapper-info .subNav ul li:nth-of-type(3) a {
	padding: 2px 0 2px 16px;	
}
.globalNav-sp {
	display: none;
}
}

@media screen and (max-width: 767px){
#header {
	margin-bottom: 0;
}
.wrapper-logo {
	float: none;
	width: auto;
	padding: 15px 30px 0;
}
.wrapper-info {
	float: none;
	width: auto;
	padding-top: 15px;
}
.wrapper-info .box-contact {
	float: none;
	width: auto;
}
.wrapper-info .box-contact .btn-contact a {
	display: block;
	padding: 12px 5px;
	font-size: 18px; font-size: 1.8rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	background-color: #008aac;
}
.icon-mail {
	padding-left: 42px;
	background-image: url(../images/common/icon_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.wrapper-info .box-contact .txt-tel {
	padding: 0;
	font-size: 27px; font-size: 2.7rem;
	line-height: 1;
	text-align: center;
}
.wrapper-info .box-contact .txt-tel a {
	display: block;
	padding: 12px 5px;
	color: #000;
}
.wrapper-info .subNav {
	display: none;
}
.globalNav {
	display: none;
}
.globalNav-sp {
	display: block;
}
.globalNav-sp dl dt {
	display: block;
	height: 50px;
	font-weight: bold;
	text-align: center;
	font-size: 0;
	background-color: #008aac;
	cursor: pointer;
}
.globalNav-sp dl dt.active {
	background-color: #0059b2;
}
.globalNav-sp dl dt span {
	display: inline-block;
	width: 100%;
	height: 50px;
	background-image: url(../images/common/menu.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}
.globalNav-sp dl dd {
	display: none;
	background-color: #fff;
}
.globalNav-sp dl dd li {
	float: left;
	width: 50%;
	border-bottom: 1px dotted #ccc;
}
.globalNav-sp dl dd li:nth-of-type(1),
.globalNav-sp dl dd li:nth-of-type(16),
.globalNav-sp dl dd li:nth-of-type(17){
	width: 100%;
}
.globalNav-sp dl dd li.category {
	width: 100%;
	padding: 10px 15px;
	font-weight: bold;
	background-color: #f5f5f5;
	border-bottom: 1px dotted #ccc;
}
.globalNav-sp dl dd li a.menu {
	display: block;
	color: #000;
	padding: 12px 10px 12px 35px;
	background-color: #fff;
	background-image: url(../images/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
.globalNav-sp dl dd li:nth-of-type(4),
.globalNav-sp dl dd li:nth-of-type(6),
.globalNav-sp dl dd li:nth-of-type(8),
.globalNav-sp dl dd li:nth-of-type(11),
.globalNav-sp dl dd li:nth-of-type(13),
.globalNav-sp dl dd li:nth-of-type(15){
	border-left: 1px dotted #ccc;
}
.globalNav-sp dl dd li a.menu:hover {
	color: #008aac;
	text-decoration: none;
	background-color: #f1f8fe;
}
.submenu {
	width: 100%;
}
.submenu li {
	float: none;
	width: 100% !important;
	border-bottom: 0 !important;
}
.submenu .btn-contact1 {
	display: block;
	margin: 10px 15px 0;
	padding: 18px 5px;
	font-size: 18px; font-size: 1.8rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	background-color: #008aac;
}
.submenu .btn-contact1:hover {
	background-color: #0059b2;
}
.submenu .btn-tel {
	display: block;
	margin: 10px 15px 10px;
	padding: 12px 5px;
	border: 1px solid #ccc;
	font-size: 27px; font-size: 2.7rem;
	line-height: 1;
	text-align: center;
}
.submenu .btn-tel:hover {
	background-color: #f1f8fe;
}
}



/*　　サイドナビ
-------------------------------------------------------*/
.side-tit {
	padding: 12px 10px;
	color: #fff;
	font-size: 15px; font-size: 1.5rem;
	text-align: center;
	letter-spacing: 1.5px;
	background-color: #008aac;
}
.sideNav ul li {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.sideNav ul li a {
	display: block;
	padding: 16px 10px 15px 42px;
	line-height: 1.4;
	color: #000;
	font-size: 15px; font-size: 1.5rem;
	background-image: url(../images/common/arrow_02.png);
	background-repeat: no-repeat;
	background-position: 18px 16px;
}
.sideNav ul li a:hover {
	color: #0059b2;
	background-color: #f1f8fe;
}
.sideNav-contact {
	padding: 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f1f8fe;
}
.sideNav-contact .btn-contact3 a,
.sideNav-contact .btn-tel3 {
	display: block;
	height: 35px;
	padding-left: 42px;
	font-size: 15px; font-size: 1.5rem;
	color: #fff;
	line-height: 35px;
	background-color: #008aac;
	background-image: url(../images/common/arrow_03.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.sideNav-contact .btn-tel3 {
	margin-top: 12px;
}
.sideNav-contact .btn-contact3 a:hover {
	color: #fff;
	background-color: #0059b2;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.sideNav ul li a {
	font-size: 12px; font-size: 1.2rem;
	padding: 14px 10px 11px 40px;
	background-image: url(../images/common/arrow_02.png);
	background-repeat: no-repeat;
	background-position: 15px 12px;
}
.sideNav-contact .btn-contact3 a,
.sideNav-contact .btn-tel3 {
	display: block;
	height: 35px;
	padding-left: 42px;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.1;
	padding-top: 5px;
}
}



/*　　フッター 
-------------------------------------------------------*/
#footer {
	margin-top: 40px;
}
#footer .list-bg {
	padding: 40px 0;
	font-size: 15px; font-size: 1.5rem;
	background-image: url(../images/common/footer_bg01.png);
	background-repeat: repeat;
	background-position: center top;
}
#footer .wrapper-list1 {
	float: left;
	width: 21%;
	overflow: hidden;
}
#footer .wrapper-list2 {
	float: left;
	width: 51.6%;
	overflow: hidden;
}
#footer .wrapper-list3 {
	float: left;
	width: 27.4%;
	overflow: hidden;
}
#footer .tit-list {
	margin: 20px 0 15px;
	font-weight: bold;
}
#footer .copyright {
}
#footer .sitemap-bg {
	padding: 0 0 30px;
	background-color: #008aac;
}
#footer .sitemap {
	position: relative;
}
#footer .inner-sitemap {
	float: left;
	width: 45%;
} 
#footer .sitemap-menu1 {
	float: left;
	width: 50%;
	overflow: hidden;
}
#footer .sitemap-menu2 {
	float: left;
	width: 50%;
	overflow: hidden;
}
#footer .sitemap-menu1 li,
#footer .sitemap-menu2 li {
	margin-top: 6px;
}
#footer .sitemap-menu1 a,
#footer .sitemap-menu2 a {
	color: #fff;
	font-size: 15px; font-size: 1.5rem;
}
#footer .sitemap-menu1 a:hover,
#footer .sitemap-menu2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .sitemap-contact {
	position: relative;
	float: right;
	margin-top: -39px;
	width: 450px;
	height: 322px;
	background-image: url(../images/common/footer_contact_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer .sitemap-contact .menu-contact {
	position: absolute;
	bottom: 15px;
	width: 100%;
}
#footer .sitemap-contact .menu-contact .btn-conatct2 a {
	display: block;
	margin: 10px 30px 0;
	padding: 13px 5px;
	font-size: 21px; font-size: 2.1rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	background-color: #008aac;
}
#footer .sitemap-contact .menu-contact .btn-conatct2 a:hover {
	background-color: #0059b2;
}
.icon-mail2 {
	padding-left: 42px;
	background-image: url(../images/common/icon_mail2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer .sitemap-contact .menu-contact .btn-tel2 p {
	display: block;
	margin: 10px 30px 0;
	padding: 10px 5px;
	font-size: 22px; font-size: 2.2rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	background-color: #008aac;
}
.icon-tel {
	padding: 2px 2px 2px 42px;
	background-image: url(../images/common/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.copyright {
	padding: 15px 20px 30px;
	background-color: #fff;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
#footer .list-bg {
	padding: 40px 0;
	font-size: 14px; font-size: 1.4rem;
}
#footer .wrapper-list1 {
	float: left;
	width: 25%;
}
#footer .wrapper-list2 {
	float: left;
	width: 45%;
	padding-left: 20px;
}
#footer .wrapper-list3 {
	float: left;
	width: 30%;
	padding-left: 20px;
}
#footer .sitemap-menu1 a,
#footer .sitemap-menu2 a {
	font-size: 14px; font-size: 1.4rem;
}
#footer .sitemap-contact {
	margin-top: -20px;
	width: 400px;
	height: 286px;
	background-image: url(../images/common/footer_contact_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
#footer .sitemap-contact .menu-contact .btn-conatct2 a {
	margin: 10px 28px 0;
	padding: 12px 5px;
	font-size: 18px; font-size: 1.8rem;
}
#footer .sitemap-contact .menu-contact .btn-tel2 p {
	margin: 10px 28px 0;
	padding: 8px 5px;
	font-size: 22px; font-size: 2.2rem;
}
}

@media screen and (max-width: 767px){
#footer .list-bg {
	padding: 30px 0;
	font-size: 14px; font-size: 1.4rem;
}
#footer .wrapper-list1 {
	float: none;
	width: auto;
}
#footer .wrapper-list2 {
	float: none;
	width: auto;
}
#footer .wrapper-list3 {
	float: none;
	width: auto;
}
#footer .wrapper-list1 .inner-list:nth-of-type(1) {
	float: left;
	width: 60%;
}
#footer .wrapper-list1 .inner-list:nth-of-type(2) {
	float: left;
	width: 40%;
}
#footer .wrapper-list3 .inner-list:nth-of-type(1) {
	float: left;
	width: 60%;
}
#footer .wrapper-list3 .inner-list:nth-of-type(2) {
	float: left;
	width: 40%;
}
#footer .inner-sitemap {
	float: none;
	width: auto;
} 
#footer .sitemap-menu1 {
	float: left;
	width: 50%;
}
#footer .sitemap-menu2 {
	float: left;
	width: 50%;
}
#footer .sitemap-menu1 li,
#footer .sitemap-menu2 li {
	margin-top: 10px;
}
#footer .sitemap-contact {
	position: relative;
	float: none;
	width: auto;
	height: auto;
	margin: 0 auto;
	min-height: 310px;
	background-image: url(../images/common/footer_contact_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
#footer .sitemap-contact .menu-contact {
	position: absolute;
	bottom: 15px;
	width: 100%;
	background-color: #cce8ee;
	padding-bottom: 15px;
}
#footer .sitemap-contact .menu-contact .btn-conatct2 a {
	display: block;
	margin: 15px 15px 0;
	padding: 13px 5px;
	font-size: 18px; font-size: 1.8rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	background-color: #008aac;
}
#footer .sitemap-contact .menu-contact .btn-tel2 a {
	display: block;
	margin: 10px 15px 0;
	padding: 10px 5px;
	font-size: 22px; font-size: 2.2rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	background-color: #008aac;
}
.copyright {
	padding: 15px 20px 20px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
#footer .sitemap-contact {
	width: 450px;
	height: 322px;
}
#footer .sitemap-contact .menu-contact {
	position: absolute;
	bottom: 15px;
	width: 100%;
	background-color: transparent;
	padding-bottom: 0;
}
}



/*　　ページタイトル画像
-------------------------------------------------------*/
.pagetitle {
	height: 300px;
	padding-top: 120px;
}
.pagetitle h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 230px;
	padding-top: 90px;
}
.pagetitle h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle {
	height: 114px;
	padding-top: 34px;
}
.pagetitle h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle {
	height: 200px;
	padding-top: 70px;
}
.pagetitle h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像02
-------------------------------------------------------*/
.pagetitle02 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle02 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle02 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle02 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle02 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle02 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle02 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle02 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像03
-------------------------------------------------------*/
.pagetitle03 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle03 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle03 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle03 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle03 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle03 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle03 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle03 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像04
-------------------------------------------------------*/
.pagetitle04 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle04 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle04 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle04 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle04 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle04 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle04 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle04 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像05
-------------------------------------------------------*/
.pagetitle05 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle05 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle05 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle05 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle05 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle05 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle05 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle05 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像06
-------------------------------------------------------*/
.pagetitle06 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle06 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle06 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle06 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle06 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle06 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle06 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle06 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像07
-------------------------------------------------------*/
.pagetitle07 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle07 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle07 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle07 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle07 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle07 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle07 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle07 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像08
-------------------------------------------------------*/
.pagetitle08 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle08 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle08 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle08 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle08 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle08 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle08 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle08 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像09
-------------------------------------------------------*/
.pagetitle09 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle09 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle09 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle09 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle09 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle09 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle09 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle09 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像10
-------------------------------------------------------*/
.pagetitle10 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle10 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle10 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle10 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle10 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle10 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle10 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle10 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像11
-------------------------------------------------------*/
.pagetitle11 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle11 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle11 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle11 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle11 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle11 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle11 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle11 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}

/*　　ページタイトル画像12
-------------------------------------------------------*/
.pagetitle12 {
	height: 300px;
	padding-top: 120px;
}
.pagetitle12 h1 {
	padding: 18px 0 15px;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1;
	text-shadow:
        1px 1px 1px #fff,
        1px -1px 1px #fff,
        -1px 1px 1px #fff,
        -1px -1px 1px #fff,
        0 0 10px #fff;
	text-align: center;
	background-image: url(../images/contact/pagetitle_tit_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle12 {
	height: 230px;
	padding-top: 90px;
}
.pagetitle12 h1 {
	padding: 18px 0 15px;
	font-size: 24px; font-size: 2.4rem;
}
}

@media screen and (max-width: 767px){
.pagetitle12 {
	height: 114px;
	padding-top: 34px;
}
.pagetitle12 h1 {
	padding: 16px 0 12px;
	font-size: 18px; font-size: 1.8rem;	
	background-size: 100% auto;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
.pagetitle12 {
	height: 200px;
	padding-top: 70px;
}
.pagetitle12 h1 {
	padding: 18px 0 15px;
	font-size: 22px; font-size: 2.2rem;
}
}
/*　　コンテンツ共通パーツ
-------------------------------------------------------*/
.cnt-tit1 {
	padding:  12px 8px 8px 15px;
	font-size: 22px; font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	border-left: 10px solid #008aac;
	border-bottom: 1px solid #008aac;
	background-color: #f1f8fe;
	border-radius: 0 16px 0 0;
	behavior: url(/js/PIE.htc);
}
.cnt-tit2 {
	font-size: 22px; font-size: 2.2rem;
	line-height: 1.4;
}
.cnt-tit3 {
	padding: 12px 15px 8px 15px;
	color: #008aac;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 2px solid #ccc;
	background-color: #f5f5f5;
}
.cnt-tit4 {
	padding: 6px 10px 4px 10px;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	border-left: 6px solid #ff9900;
}
.txt-box {
	padding: 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.scale {
	overflow: hidden;
}
.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;
}
.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);
}
.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-table {
	display: table;
}
.list-table-fix {
	display: table;
	table-layout: fixed;
}
.list-table li,
.list-table-fix li {
	display: table-cell;
}
.table-type1 {
	width: 100%;
}
.table-type1 th {
	padding: 10px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-type1 td {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-type2 {
	width: 100%;
}
.table-type2 tr:nth-child(odd){
	background-color: #f5f5f5;
}
.table-type2 th {
	padding: 10px;
	font-weight: bold;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-type2 td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
.btn-txt1 a {
	display: inline-block;
	height: 35px;
	padding: 0 30px 0 60px;
	font-size: 15px; font-size: 1.5rem;
	color: #fff;
	line-height: 35px;
	background-color: #008aac;
	background-image: url(../images/common/arrow_03.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.btn-txt1 a:hover {
	color: #fff;
	background-color: #0059b2;
}
.btn-back a {

	width: 225px;
	height: 53px;
	border-radius: 15px;
	border-width: 1px;
	border-color: #483113;
	border-style: solid;
	background-color: #cfa972;
	display: flex;
	padding: 5px 0 0 0;

justify-content: center;
align-items: center;
	color: #483112;
	font-size: 18px;
	
}
.btn-back a::before{

}
.btn-back a:hover {

	background-color: #f29b76;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.cnt-tit1,
.cnt-tit2 {
	font-size: 20px; font-size: 2.0rem;
}
#page-top a {
	bottom: 140px;
	right: 30px;
}
}

@media screen and (max-width: 736px){
.cnt-tit1,
.cnt-tit2 {
	font-size: 18px; font-size: 1.8rem;
}
.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);
}
}




/*　　bg・カラー・フォントサイズ
-------------------------------------------------------*/
.bgcolor-WHT { background-color: #fff !important;}
.bgcolor-GRY { background-color: #f5f5f5 !important;}
.color-BLK { color: #000 !important;}
.color-GRY { color: #666 #6E4949;}
.color-WHT { color: #fff !important;}
.color-RED { color: #ff0000 !important;}
.color-BLU { color: #0059b2 !important;}
.fsXS { font-size: 12px; font-size: 1.2rem;}
.fsS { 	font-size: 18px;}
.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;}
.fwB { font-weight: bold !important;}
.fwN { font-weight: normal !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: 18px;}
.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;}
.mgT120 { margin-top: 120px !important;}
.mgT155 { margin-top: 165px !important;}
.mgT165 { margin-top: 165px !important;}
.mgT185 { margin-top: 185px !important;}
.mgT260 { margin-top: 260px !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;}
.mgB120 { 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;}
.color-c{ color: #21b6c2;}

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


/*　　ページャー
-------------------------------------------------------*/
.pagination {
  display: block;
  padding-left: 0;
  margin: 10px 0 !important;
	
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: 8px;

  line-height: 1.4;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
}
.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-radius: 50%;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #d22b3d;
  background-color: #f1f8fe;
  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: #f5f5f5;
  border-color: #ccc;
}


.obi_01 {
  position: relative;
  padding: 1em 1em;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
  background: linear-gradient(to right, rgb(255, 186, 115), transparent);
  color: #545454;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 767px){
	.obi_01 {font-size: 18px;}
	
}