@charset "UTF-8";

/**********************************************************

 GROBAL MODULES

***********************************************************/
body{
	min-width:1100px;
	margin: 0 auto;
	overflow-x:hidden;
}
.display_pc{ display: block; }
.display_sp{ display:none; }

.rwd_sprite_af:after,
.rwd_sprite_be:before{
	background:url(../img/common_share/rwd_splite.png) no-repeat;
	content:"";
	position:absolute;
	display:block;
}

/* --------------------------------------------------------
*font
-------------------------------------------------------- */
@font-face {
  font-family: 'Noto Serif Japanese';
  src: url(/common/font/NotoSerifCJKjp-Regular+.woff) format("woff");
  font-weight: normal;
}


/* --------------------------------------------------------
*header
-------------------------------------------------------- */
#header{
	width:100%;
/*	background: url(/common/img/common_module/bg_header_01.png) no-repeat center 0;*/
	
	overflow:hidden;
	position:relative;
}
#header:before{
	background:#007dc5;
	height:3px;
	width:100%;
	position:absolute;
	top:0;
	left:-50%;
	margin:0 0 0 -800px;
	content:"";
	z-index:9;
}
#header:after{
	background:#74CBE0;
	height:3px;
	width:100%;
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 800px;
	content:"";
	z-index:10;
}

/**** #head-top ****/
#head-top{
	border-bottom:1px solid #e1e1e1;
	margin:0 0 1px 0;
	padding:16px 0 16px 0;
}
#head-topIn{
	width:1060px;
	margin:0 auto;
}
.head-topLogo{
	float:left;
}
.head-topRight{
	float:right;
	width:520px;
}
.head-topRight ul{
	float:left;
	padding:7px 0 0 0;
}
.head-topRight li{
	display:inline-block;
	padding:0 11px 0 17px;
	position:relative;
}
.head-topRight li.bord:after{
	background: #e1e1e1;
	position:absolute;
	width:1px;
	height:20px;
	top:2px;
	left:0px;
	content:"";
}

/**** #hd-gNav ****/
#hd-gNav{
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}

@media only screen and (min-width: 641px){
#hd-gNav{
	display:block !important;
}
}

/**** #hd-gNavMain ****/
#hd-gNavMainWrap{
	border-bottom:1px solid #e1e1e1;
	margin:0 auto 1px;
}
#hd-gNavMain{
	width:1060px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	*z-index:1;
}
#hd-gNavMain:after{
	background: #e1e1e1;
	position:absolute;
	width:1px;
	height:28px;
	top:12px;
	right:0px;
	content:"";
}
#hd-gNavMain li{
	float:left;
	width:212px;
	text-align:center;
	position:relative;
	/*padding: 5px 4px 5px 6px;*/
}
#hd-gNavMain li:after{
	background: #e1e1e1;
	position:absolute;
	width:1px;
	height:28px;
	top:12px;
	left:-0px;
	content:"";
}
#hd-gNavMain li a{
	padding:15px 4px 15px 31px;
	display:block;
	position:relative;
	transition:0.1s;
}
/*
#hd-gNavMain li a:hover{
	background: #F5F5F5;
	text-shadow: 1px 1px 1px #FFF;
}
*/
#hd-gNavMain li.active a,
.head-topRight li a.active,
.hd-gNavSub li a.active,
#hd-gNavMain li:hover a,
.head-topRight li a:hover,
.hd-gNavSub li a:hover
{
	background: #F2FBFD;
	color:#2188C4;
}
#hd-gNavMain li a,
.head-topRight li a,
.hd-gNavSub li a{
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

#hd-gNavMain li.active a,
.head-topRight li a.active,
.hd-gNavSub li a.active
{
	font-weight:bold;

}


/**** #メインメニューPC版のアイコン表示 ****/

#hd-gNavMain li a:before{
	background: url(../img/common_share/rwd_splite.png) no-repeat -0px -0px;
	position:absolute;
	width:40px;
	height:38px;
	top:10px;
	left:20px;
	content:"";
}


#hd-gNavMain li.ico-about a:before{ background-position:-0px -0px; }
#hd-gNavMain li.ico-citizen a:before{ background-position:-40px -0px; }
#hd-gNavMain li.ico-doctor a:before{ background-position:-80px -0px; }
#hd-gNavMain li.ico-medmap a:before{ background-position:-122px -0px; }
#hd-gNavMain li.ico-link a:before{ background-position:-164px -0px; }





/**** #hd-gNavSub ****/
#hd-gNavSubWrap{
	border-top:1px solid #f6f6f6;
	/*padding:10px 0 8px 0;*/
	position:static;
	background:#fff;
	width:100%;
	z-index:100;
}
#hd-gNavSubWrap.headerFix{
	border-top:none;
	transition:0.3s;
	border-bottom:1px solid #3397d1;
	position:fixed;
	top:0px	;
	padding:5px 0 5px 0;
	font-size:13px;
	box-shadow:rgba(0, 0, 0, 0.0666667) 0px 0px 3px 2px;
}


.hd-gNavSub{
	text-align:center;
	width:1060px;
	margin:0 auto;
	table-layout: fixed;
}
.hd-gNavSub.hd-gNavSub-abou{
	table-layout: auto;
}

.hd-gNavSub li{
	/*display:inline-block;*/
	display: table-cell;
	position:relative;
	/*padding:2px 0 3px;*/
}
.hd-gNavSub li:after{
	background: #e1e1e1;
	position:absolute;
	width:1px;
	height:20px;
	top:11px;
	left:0px;
	content:"";
}
.hd-gNavSub li a{
	/*padding:10px 20px 11px 23px;*/
	padding: 10px 0;
	width: 100%;
	display:inline-block;
}

.hd-gNavSub.fz-s{
	font-size: 0.95em;
}



@media only screen and (min-width: 641px){
#hd-gNavSubWrap dd{
	display: block !important;
}
}

#hd-gNavSubWrap .hd-gNavSub{
	display:none;
}


#cat-about #hd-gNavSubWrap .hd-gNavSub-about,
#cat-citizen #hd-gNavSubWrap .hd-gNavSub-citizen,
#cat-doctor #hd-gNavSubWrap .hd-gNavSub-doctor,
#cat-medmap #hd-gNavSubWrap .hd-gNavSub-medmap,
#cat-link #hd-gNavSubWrap .hd-gNavSub-link{
	/*display:block;*/
	display: table;
}

/*
#cat-custom #hd-gNavSubWrap .hd-gNavSub-custom,
#cat-reform #hd-gNavSubWrap .hd-gNavSub-reform,
#cat-estate #hd-gNavSubWrap .hd-gNavSub-estate,
#cat-about #hd-gNavSubWrap .hd-gNavSub-about,
#cat-company #hd-gNavSubWrap .hd-gNavSub-company{
	
	display: table;
}

*/
/* --------------------------------------------------------
*footer
-------------------------------------------------------- */
#footer{
	background:#fafafa;
}
/*.footer-pagetopRibbon{
	display: block;
	width: 100%;
	height: 80px;
	background: #74CBE0 url("../../common/img/common_share/ico_pagetop.png") center no-repeat;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footer-pagetopRibbon:hover{
	background-color: #00c259;
}

.footer-pagetop-small{
	float: right;
	margin-top: 16px;
}
.footer-pagetop-small img{
	margin-left: 12px;
}*/
/**** ft-staffblog ****/
#ft-staffblog{
	background:#f9f9f9 url(/common/img/common_module/bg_border_shadow_01.png) repeat-x 0 0;
	padding:56px 0 40px 0;
}
#ft-staffblogIn{
	width:1060px;
	margin:0 auto;
}
.ft-staffblogLeft{
	float: left;
	width:310px;
	padding:12px 0 0 0;
}
.ft-staffblogRight{
	float: right;
	width:720px;
}
.ft-staffblogTit {
	font-size:16px;
	margin:0 0 15px 0;
	line-height:1.6;
}
.ft-staffblogTxt {
	margin:0 0 20px 0;
}
.ft-staffblogTit span{
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:;
}
.ft-staffblogPh{
	margin:0 0 14px 0;
	border-radius:4px;
	box-shadow: 1px 1px 1px #C9C9C9;
}
.ft-staffblogDate{
	display:block;
	margin:0 0 4px 0;
}
#ft-staffblog ol li{
	float:left;
	padding:0 0 0 60px;
	width:180px;
	line-height:1.5;
}
#ft-staffblog ol li a{
	display:block;
}


/**** ft-infomation ****/
#ft-infomation{
	background:#fff url(/common/img/common_module/bg_border_shadow_01.png) repeat-x 0 0;
	padding:30px 0 26px 0;
}
#ft-infomationIn{
	width:1060px;
	margin:0 auto;
}
.ft-infomationTit {
	font-size:16px;
	text-align:center;
	margin:0 0 26px 0;
	line-height:1.6;
}
.ft-infomationTit span{
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:;
}
#ft-infomation div > ul{
	border-right:1px solid #e6e6e6;
}
#ft-infomation div > ul > li{
	width:263.5px;
	float:left;
	border-left:1px solid #e6e6e6;
}
#ft-infomation div > ul > li dl{
	padding:0 16px ;
}
#ft-infomation div > ul > li dt{
	font-weight:bold;
	font-size:16px;
	text-align:center;
	position:relative;
	padding:55px 0 0 0;
	margin:0 0 15px 0;
}
#ft-infomation div > ul > li dt a:after{
	content:"";
	position:absolute;
	top:0px;
	left:90px;
	background:url(/common/img/common_share/bg_sprite.png) no-repeat;
	width:50px;
	height:50px;
}
#ft-infomation dt.ico-event a:after{ background-position:0 -65px; }
#ft-infomation dt.ico-genba a:after{ background-position:-50px -65px; }
#ft-infomation dt.ico-info a:after{ background-position:-100px -65px; }
#ft-infomation dt.ico-service a:after{ background-position:-150px -65px; }

#ft-infomation div > ul > li dl li{
	margin:0 0 20px 0;
	border-bottom:1px solid #e6e6e6;
	min-height:120px;
	overflow:hidden;
	line-height:1.6;
}
#ft-infomation div > ul > li dl ol li a{
	display:inline-block;
}
@media only screen and (min-width: 641px){
#ft-infomation div > ul > li dl dd{
	display:block !important;
}
}
.ft-infomationDate{
	display:block;
}


/**** ft-sitemap ****/
#ft-sitemap{
	margin:0 auto 2px;
	padding:30px 0 15px 0;
	background:#f6f6f6 url(/common/img/common_module/bg_border_shadow_01.png) repeat-x 0 0;
}
#ft-sitemap > ul{
	width:1060px;
	margin:0 auto;
}
#ft-sitemap > ul > li{
	width:212px;
	float:left;
}
#ft-sitemap > ul > li dl{
	padding:0 0 0 20px;
}
#ft-sitemap > ul > li dt{
	font-weight:bold;
	margin:0 0 13px 0;
}
#ft-sitemap > ul > li dd{
	font-size:13px;
}
#ft-sitemap > ul > li dd li{
	margin:0 0 6px 0;
}


/**** ft-subNav ****/
#ft-subNav{
	background:url(../img/bg_border_dual_01.png) repeat-x 0 0;
	margin:0 0 1px 0;
}
#ft-subNavIn{
	width:1060px;
	margin:0 auto;
	padding:15px 0;
}
#ft-subNav ul{
	float: left;
}
#ft-subNav li{
	float: left;
	font-size:13px;
	padding:15px 0;
}
#ft-subNav li a{
	padding:0 19px 0 0;
	margin:0 19px 0 0;
	border-right:1px solid #bcbcbc;
}
#ft-subNav .ico-facebook{
	float:right;
	padding:14px 0 0 0;
}
#ft-subNav .ico-facebook a{
	position:relative;
	padding:10px 0 10px 54px;
	font-size:14px;
	font-weight:bold;
}
#ft-subNav .ico-facebook a:before{
	content:"";
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background: url(/common/img/common_share/bg_sprite.png) no-repeat 0 -118px;
	width:43px;
	height:43px;
}

/**** ft-snsBtn ****/
#ft-snsBtn{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	background:url(../img/bg_border_dual_01.png) repeat-x 0 0;
}
/**** ft-snsBtn ****/
.ft-snsBtn-in{
	width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}
.mod-snsBtn{
	position: relative;
	height: 50px;
	float: left;
}
.mod-snsBtn li{
	position:  absolute;
	top: 15px;
}
.mod-snsBtn .fbBtn{ left: 0px; }
.mod-snsBtn .tweetBtn{ left: 110px; }
.mod-snsBtn .googleBtn{ left: 202px; }
.mod-snsBtn .pluseOneBtn{ left: 317px; }

/*シェアボタン追加*/
/* シェアボタン */
.share {
	margin-top: 0px;
	clear: both;
}
.share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.share li a {
	display: block;
	text-align: center;
	padding: 5px 5px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.share li a:hover {
	opacity: 0.8;
}
.share ul:after {
	content: "";
	display: block;
	clear: both;
}
.share li {
	float: left;
	width: 15%;
}
.share-tw {
	background-color: #55acee;
}
.share-fb {
	background-color: #3b5998;
}
.share-gp {
	background-color: #dd4b39;
}
.share-hb {
	background-color: #2c6ebd;
}
.hatenaB:before {
	content: 'B!';
	font-style: normal;
}
 @media (max-width: 599px) {
.share span {
	display: inline-block;
	text-indent: -9999px;
}
.share li a {
	padding: 8px 10px;
}
}

/**** ft-copyright ****/
#ft-copyright{
	background:url(../img/bg_border_dual_01.png) repeat-x 0 0;
	text-align:center;
	padding:28px 0 30px 0;
	letter-spacing:1px;
}
#ft-copyright dt{
	font-weight:bold;
	font-size:18px;
	margin:0 0 5px 0;
}
#ft-copyright dd,
#ft-copyright p{
	font-size:13px;
	line-height:1.5;
}


/**********************************************************

 CONTENT MODULES

***********************************************************/
/* --------------------------------------------------------
*container
-------------------------------------------------------- */
#container{
	padding:0 0 80px 0;
}
.innerStyle{
	width:1060px;
	margin:0 auto;
	padding:70px 0 0 0;
	overflow:hidden;
}
.mod-lineShadow{
	position:relative;
}
.mod-lineShadow:before{
	position:absolute;
	height:3px;
	width:100%;
	display:block;
	content:"";
	top:0px;
	left:0px;
/*	background:url(../img/bg_border_shadow_01.png) repeat-x 0 0;*/
	z-index:10;
}


/* --------------------------------------------------------
*main
-------------------------------------------------------- */
.mod-mainTitle{
	width:100%;
	height:80px;
	background:#017dc5 url(/common/img/common_module/bg_mainTitle_01.png) no-repeat center;
	text-align:center;
	color:#fff;
	font-size:25px;
	padding:40px 0 0 0;
	letter-spacing:1.6px;
	position:relative;
	overflow:hidden;
	box-shadow:0 0 2px #000;
	line-height:1.5;
}
.mod-mainTitle:after{
	background:#74CBE0;
	height:120px;
	width:100%;
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 800px;
	content:"";
	z-index:10;
}
.mod-mainTitle span{
	display:block;
	font-size:13px;
	letter-spacing:1px;
}

/**/
.mod-mainVisual{
/*	height: 350px;*/
	height: 500px;	
}
#cat-citizen.page-index .mod-mainVisual{
/*	height: 590px;*/
/*	height: 450px;*/
}
.mod-barTit01{
	background:#f6f6f6;
	text-align:center;
	font-size:16px;
	line-height:1.4;
	padding:10px 0 12px;
	letter-spacing:2px;
	margin:0 auto 30px;
}
.mod-barTit01 span{
	font-size:26px;
	font-family: 'Montserrat', sans-serif;
	display:block;
	letter-spacing:0;
}


/**** mod-barTit02 ****/
.mod-barTit02{
	background:#f6f6f6;
	position:relative;
	text-align:center;
	line-height:1.4;
	padding:17px 0 17px;
	letter-spacing:2px;
	margin:0 auto 40px;
	font-size:18px;
}
.mod-barTit02:before{
	background:url(../img/common_module/bg_header_01.png) no-repeat center 0;
	position:absolute;
	top:0px;
	left:0px;
	height:2px;
	width:100%;
	content:"";
}
.mod-barTit02:after{
	background: url(../img/common_module/bg_border_shadow_01.png) repeat-x 0 0;
	position:absolute;
	bottom:0px;
	left:0px;
	height:3px;
	width:100%;
	content:"";
}

@media only screen and (max-width: 640px){
.mod-barTit02{
	margin:0 auto 20px;
}
}


.mod-bgBlueTit01{
	background:#e6f2f9;
	color:#36a3d1;
	font-size:22px;
	text-align:center;
	padding:30px 20px 28px;
	font-weight:bold;
	margin:0 0 36px 0;
	line-height:1.4;
}



/* 各コンテンツ　タイトル　*/

.Tit01-about{
	font-family: 'Noto Serif Japanese',serif;
	color:#51A0D0;
	font-size:28px;
	text-align:center;
	padding:30px 20px 28px;
	font-weight:bold;
	margin:0 0 36px 0;
	line-height:1.4;
}


.Tit01-about1 h1 {
  position: relative;
  text-align: center;
 font-family: 'Noto Serif Japanese',serif;
 font-size:30px;	
 font-weight:bold;
 padding:30px 10px 28px;
}
.Tit01-about1 h1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.Tit01-about1 h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}


.Tit01-citizen h2{
	font-family: 'Noto Serif Japanese',serif;
	color:#6F75AE;
	font-size:28px;
	text-align:center;
	padding:30px 20px 28px;
	font-weight:bold;
	margin:0 0 36px 0;
	line-height:1.4;
}


.Tit01-citizen h3{
	font-family: 'Noto Serif Japanese',serif;
	color:#6F75AE;
	font-size:20px;
	text-align:center;
	padding:30px 20px 28px;
	font-weight:bold;
	margin:0 0 36px 0;
	line-height:1.4;
}

.Tit01-citizen h4{
	font-family: 'Noto Serif Japanese',serif;
	color:#6F75AE;
	font-size:20px;
	padding:0px 28px;
	font-weight:bold;
	margin:5px 0 10px 15px;
	line-height:1.4;
}

.Tit01-doctor h2{
	font-family: 'Noto Serif Japanese',serif;
	color:#C4872D;
	font-size:28px;
	text-align:center;
	padding:30px 20px 28px;
	font-weight:bold;
	margin:0 0 36px 0;
	line-height:1.4;
}

.Tit01-doctor h3{
	font-family: 'Noto Serif Japanese',serif;
	color:#C4872D;
	font-size:20px;
	text-align:center;
	padding:10px 20px 10px;
	font-weight:bold;
	margin:0 0 30px 0;
	line-height:1.4;
}

.Tit01-link{
	font-family: 'Noto Serif Japanese',serif;
	color:#88A943;
	font-size:28px;
	text-align:center;
	padding:30px 20px 28px;
	font-weight:bold;
	margin:0 0 36px 0;
	line-height:1.4;
}

@media only screen and (max-width: 640px){
.Tit01-citizen h3{
	font-size:80%;}
	
.Tit01-doctor h3{
	font-size:80%;

}
}

/* --------------------------------------------------------
*btn
-------------------------------------------------------- */
.btn a{
	min-width:160px;
	padding:7px 0 7px;
	background:#74CBE0;
	border-radius:4px;
	display:inline-block;
	text-align:center;
	color:#fff;
	border-top:2px solid transparent;
	border-bottom:1px solid #2CA5C2;
	position:relative;
}
.textshadow .btn a{
	text-shadow: -1px -1px 1px #197E88;
}
.btn a:hover{
	background:#2CA5C2;
	border-bottom:1px solid transparent;
}
.btn a:active{
	border-top:2px solid #197E88;
}
.btn.btn-width100 a{
	display:block;
}
.btn.btn-heightShort a{
	padding:4px 10px 4px;
}
.btn.btn-center a{
	margin:0 auto;
	display:block;
}
.btn.btn-icoArrow a:after{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	right:10px;
	margin:-12px 0 0 0;
	background: url(../img/common_share/btn_kaku.png) no-repeat 0px 0px;
	width:14px;
	height:22px;
}

/**** gray ****/
.btn.btn-gray a{
	background:#e3e3e3;
	color:#1E1E1E;
	border-top-color:transparent;
	border-bottom-color:#c1c1c1;
}
.textshadow .btn.btn-gray a{
	text-shadow: 1px 1px 1px #fff;
}
.btn.btn-gray a:hover{
	background:#d6d6d6;
	border-bottom-color:transparent;
}
.btn.btn-gray a:active{
	border-top-color:#b1b1b1;
}





/* --------------------------------------------------------
*form element
-------------------------------------------------------- */

/**** entryNavigation ****/
.mod-entryNavi{
	background:#f6f6f6;
	padding:18px 0 25px 37px;
	overflow:hidden;
	line-height:1.5;
	border-bottom:1px solid #ededed;
	margin:0 0 30px 0;
}
.mod-entryNaviIn{
	width:1110px;
}
.mod-entryNavi dl{
	float:left;
	width:304px;
	padding:0 38px 0 0;
}
.mod-entryNavi dt{
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 8px 0;
}
.mod-entryNavi .search-wrap {
    position: relative;
	width:304px;
	display:inline-block;
}
.mod-entryNavi .search-wrap input[type=text] {
	outline:none;
    background: #fff;
    border: none;
	width:244px;
	padding: 10px 5%;
	font-size:16px;
	position:relative;
	border-bottom:3px solid #E6E6E6;
}
.mod-entryNavi .search-wrap input[type=submit] {
	outline:none;
    position: absolute;
    top: 0;
    right: 0px;
	border:none;
	width:40px;
	height:42px;
	background:#464646 url(../img/common_share/bg_sprite.png) no-repeat -340px -65px;
	cursor:pointer;
	border-bottom:3px solid #8F8F8F;
}
.mod-entryNavi .select-wrap{
	width:304px;
}
.mod-entryNavi .select-wrap select{
	cursor:pointer;
	position:relative;
	z-index:2;
	display:block;
	margin:0;
	border: none;
	outline:none;
	font-size:16px;
	padding: 10px 5%;
	width: 100%;
	font-size: 15px;
	border-bottom:3px solid #E6E6E6;
}





/**** entryPager ****/
.mod-entryPager{
	width:1060px;
	margin:0 auto;
	text-align:center;
}
.mod-entryPager li{
	display:inline-block;
	padding:0 5px;
}
.mod-entryPager li a{
	vertical-align: middle;
	display:table-cell;
	width:34px;
	height:34px;
	font-size:16px;
	transition:0.2s;
	border-radius:50%;
}
.mod-entryPager li a:hover,
.mod-entryPager li.active a{

	color:#fff;
	background:#464646;
}


.wp-pagenaviWrap{
	text-align:center;
}
.wp-pagenavi{
	display:inline-block;
	margin:0 auto;
	border-spacing:15px;
	text-align:center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	vertical-align: middle;
	display:table-cell;
	width:34px;
	height:34px;
	font-size:16px;
	transition:0.2s;
	border-radius:50%;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover{
	color:#fff;
	background:#464646;
}

@media only screen and (max-width: 640px){
.mod-entryNavi{
	padding:20px 10px;
}
.mod-entryNaviIn{
	width:100%;
}
.mod-entryNavi dl{
	float:none;
	width:auto;
	padding:0;
}
.mod-entryNavi dt{
	letter-spacing:0;
	margin:0 0 2px 0;
}
.mod-entryNavi .search-wrap {
	width:auto;
	display:block;
}
.mod-entryNavi .search-wrap input[type=text] {
	width:100%;
	padding: 10px 0;
	text-indent:10px;
	display:block;
}
.mod-entryNavi .search-wrap input[type=submit] {
	display:none;
}
.mod-entryNavi .select-wrap{
	width:auto;
	margin:0 0 15px 0;
	display:block;
}

/**** entryPager ****/
.mod-entryPager{
	width:100%;
}
.mod-entryPager li{
	padding:0 3px;
}
.mod-entryPager li a{
	width:30px;
	height:30px;
	font-size:14px;
}
	
.Tit01-about1 h1 {
  position: relative;
  text-align: center;
  font-family: 'Noto Serif Japanese',serif;
  font-size:18px;	
  font-weight:bold;
  padding:30px 10px 28px;
}

	
		
}



/* --------------------------------------------------------
*form element
-------------------------------------------------------- */
.form input[type=text],
.form textarea,
.form select{
	border: solid 1px #dcdcdc;
	background: #f6f6f6;
	outline:none;
}
.form input[type=text]{
	padding: 8px;
}
.form textarea{
	padding: 8px;
	width:80%;
	resize:vertical;
}
.form select{
	padding: 8px;
	width:300px;
}
.form .formCheckList li,
.form .formCheckList label,
.form .formRadioList li,
.form .formRadioList label{
	display:inline-block;
	margin:0 15px 0 0;
}
.form input[type=radio],
.form input[type=checkbox]{
	margin:0 5px 0 0;
}

@media only screen and (max-width: 640px){
.form textarea,
.form input[type=text],
.form select{
	width:100% !important;
	padding:14px 0 !important;
	font-size:16px;
	text-indent:10px;
	border-radius: 4px;
}
.form .formCheckList li,
.form .formRadioList li{
	display:inline-block;
	margin:0 10px 5px 0;
	line-height:1.4;
	font-size:13px;
}
.form input[type=radio],
.form input[type=checkbox]{
	font-size:13px;
	margin:0 5px 5px 0;
	display:inline-block !important;
}
}

.form-th-must{
	color: #fff;
	display: inline-block;
	background: #72ab1c;
	padding: 0px 5px;
	font-weight: normal;
	margin-left: 10px;
	font-size: 86%;
	border-radius: 4px;
}

/* --------------------------------------------------------
*tables
-------------------------------------------------------- */
/**** tableStyle01(default) ****/
.tableStyle01{
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	width:100%;
}
.tableStyle01 th,
.tableStyle01 td{
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	padding:12px 20px;
	vertical-align:top;
}
.tableStyle01 th{
	background:#F2F2F2;
	font-weight:bold;
}
@media only screen and (max-width: 640px){
.tableStyle01 th,
.tableStyle01 td{
	padding:6px 10px;
	display:block;
}
}



/**** tableStyle02 ****/
.tableStyle02{
	border-bottom: 1px solid #E6E6E6;
	width:100%;
	border-spacing:10px;
}
.tableStyle02 td{
	border-top: 1px solid #E6E6E6;
	padding:14px 0;
}
.tableStyle02 th{
	font-weight:bold;
	width:180px;
	border-top: 1px solid #E6E6E6;
	border-right: 26px solid #fff;
	padding:15px 0;
	vertical-align:top;
}






/* --------------------------------------------------------
*flow modules
-------------------------------------------------------- */
.mod-flowWrap {
	background:#f6f6f6;
	text-align:center;
	position:relative;
}

/**** flowMain ****/
.mod-flowWrap .mod-flowMain{
	background:#FFF;
}
.mod-flowWrap .mod-flowMain > ol > li{
	display:none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:600px;
	width:100%;
	position:relative;
	text-shadow:1px 1px 1px #fff;
	color:#1E1E1E;
	color:#000;
}
.mod-flowWrap .mod-flowMain > ol > li .mod-flowNum{
	font-size:60px;
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	letter-spacing:0;
}
.mod-flowWrap .mod-flowMain > ol > li dl{
	padding:146px 0 0 0;
}
.mod-flowWrap .mod-flowMain > ol > li dt{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight:bold;
	font-size:34px;
	letter-spacing:1px;
	line-height:1.4;
	margin:0 0 16px 0;
}
.mod-flowWrap .mod-flowMain > ol > li dd{
	font-size:15px;
}
.mod-flowWrap .mod-flowMain > ol > li .btn{
	margin:30px 0 0 0 ;
}
.mod-flowWrap #mod-flowCnt01{
	display: block;
}

/**** flowNav ****/
.mod-flowWrap .mod-flowNav{
	width:1060px;
	margin:0 auto;
	padding:36px 0;
	overflow:hidden;
}
.mod-flowWrap .mod-flowNav ol{
	width:1080px;
	height:118px;
}
.mod-flowWrap .mod-flowNav li{
	float:left;
	width:136px;
	height:98px;
	padding:0 18px 0 0;
}
.mod-flowWrap .mod-flowNav li a{
	display:block;
	border-radius:4px;
	height:100%;
	line-height:1.4;
	padding:15px 0 0;
	font-size:13px;
	letter-spacing:1px;
	transition:0.1s;
}
.mod-flowWrap .mod-flowNav li a:hover,
.mod-flowWrap .mod-flowNav li.active a{
	background:#fff;
	box-shadow: 0 1px 3px #E0E0E1;
}
.mod-flowWrap .mod-flowNav li .mod-flowNum{
	font-size:28px;
	display:block;
	font-family: 'Montserrat', sans-serif;
	margin:0 0 4px 0;
}
.mod-flowArrow{
	width:1060px;
	margin:0 auto;
	position:relative;
}
.mod-flowArrow li{
	position:absolute !important;
	top:234px;
	width:40px;
	height:147px;
	background: rgba(0, 0, 0, 0.8);
	z-index:100;
	cursor:pointer;
	border-radius:4px;
	overflow:hidden;
	text-indent:-200px;
}
.mod-flowArrow li:before{
	width:40px;
	height:40px;
	top:50%;
	margin:-20px 0 0 0;
}

#mod-flowArrowPrev{ left:0px; }
#mod-flowArrowPrev:before{ background-position: -440px -183px; }
#mod-flowArrowNext{ right:0px; }
#mod-flowArrowNext:before{ background-position: -480px -183px; }


@media only screen and (max-width: 640px){

/**** flowMain ****/

.mod-flowWrap .mod-flowMain > ol > li{
	height: 420px;
	width:auto;
	padding:30px 20px;
}
.mod-flowWrap .mod-flowMain > ol > li .mod-flowNum{
	font-size:50px;
}
.mod-flowWrap .mod-flowMain > ol > li dl{
	padding:0;
}
.mod-flowWrap .mod-flowMain > ol > li dt{
	font-size:28px;
	margin:0 0 16px 0;
}
.mod-flowWrap .mod-flowMain > ol > li dd{
	font-size:14px;
}
.mod-flowWrap .mod-flowMain > ol > li .btn{
	margin:20px 0 0 0 ;
}
.mod-flowWrap .mod-flowMain > ol > li .btn a{
	font-size:14px;
}

/**** flowNav ****/
.mod-flowWrap .mod-flowNav{
	width:100%;
	padding:0;
}
.mod-flowWrap .mod-flowNav ol{
	width:auto;
	height:auto;
	padding:2% 1% 0;
}
.mod-flowWrap .mod-flowNav li{
	float:left;
	width:23%;
	height:auto;
	padding:0 1% 0;
	margin:0 0 2% 0;
}
.mod-flowWrap .mod-flowNav li a{
	height:100%;
	line-height:1.4;
	padding:15px 4px 10px;
	min-height:90px;
	font-size:12px;
	letter-spacing:0;
	background:#fff;
	box-shadow: 0 1px 3px #E0E0E1;
}
.mod-flowWrap .mod-flowNav li a:hover,
.mod-flowWrap .mod-flowNav li.active a{
	background:#74CBE0;
	color:#fff;
	font-weight:bold;
}
.mod-flowWrap .mod-flowNav li .mod-flowNum{
	font-size:20px;
	margin:0 0 4px 0;
	font-weight:normal;
}

.mod-flowArrow{
	width:100%;
	display:none;
}
.mod-flowArrow li{
	position:absolute !important;
	top:110px;
	width:30px;
	height:147px;
	background: rgba(0, 0, 0, 0.8);
	z-index:100;
	cursor:pointer;
	border-radius:4px;
	overflow:hidden;
	text-indent:-200px;
}
.mod-flowArrow li:before{
	width:40px;
	height:40px;
	top:50%;
	margin:-20px 0 0 0;
}

#mod-flowArrowPrev{ left:10px; }
#mod-flowArrowPrev:before{ background-position: -440px -183px; }
#mod-flowArrowNext{ right:10px; }
#mod-flowArrowNext:before{ background-position: -480px -183px; }
}





/* --------------------------------------------------------
*question modules
-------------------------------------------------------- */
.mod-questionWrap .mod-mainVisual{
	background-size : cover;
}
.mod-questionWrap .innerStyle{
	padding-top:50px;
	padding-bottom:70px;
	overflow: visible;
}
.mod-questionWrap .list-qA ol{
	width:1077px;
}
.mod-questionWrap .list-qA li{
	float:left;
	width:340px;
	margin:0 17px 18px 0;
	position:relative;
}
.mod-questionWrap .list-qA dl{
	padding:16px 30px 25px;
	background:#f6f6f6;
	cursor:pointer;
	min-height:150px;
}
.mod-questionWrap .list-qA li dl:after{
	width:0px;
	height:0px;
	position:absolute;
	bottom:0px;
	right:0px;
	background:#e1e1e1;
	content:"";
	border-top:25px solid #e1e1e1;
	border-left:25px solid #e1e1e1;
	border-right:25px solid #fff;
	border-bottom:25px solid #fff;
}

.mod-questionWrap .list-qA dt{
	font-size:32px;
	font-family: 'Montserrat', sans-serif;
	color:#36A3D1;
	text-align:center;
	margin:0 0 10px 0;
}
.mod-questionWrap .list-qA dd span{
	font-weight:bold;
	font-size:16px;
	display:block;
	margin:0 0 14px 0;
}
.mod-questionWrap .list-qA-answer dt{
	color:#fff;
}
.mod-questionWrap .list-qA-answer{
	position: absolute;
	top:0px;
	left:0px;
	color:#fff !important;
	display:none;
	height:440px;
	z-index:10000;
	padding-bottom:40px;
	box-shadow:1px 1px 3px #926868;

}


@media only screen and (max-width: 640px){

.mod-questionWrap .innerStyle{
	padding-top:40px;
}
.mod-questionWrap .list-qA ol{
	width:auto;
}
.mod-questionWrap .list-qA li{
	float:none;
	width:auto;
	margin:0 0 15px 0;
}
.mod-questionWrap .list-qA dl{
	padding:10px 20px 30px;
	min-height: inherit;
	width:auto;
	position:static !important;
}
.mod-questionWrap .list-qA dt{
	font-size:30px;
	margin:0 0 4px 0;
}
.mod-questionWrap .list-qA li dl:after{
	border-width:15px;
}
.mod-questionWrap .list-qA dd span{
	margin:0 0 14px 0;
}
.mod-questionWrap .list-qA-answer{
	height:auto;
}
}








/**********************************************************

 fancyBox v2.1.3 fancyapps.com
 fancyapps.com/fancybox/#license

***********************************************************/
.ico-zoom{
	display:block;
	position:relative;
}
.ico-zoom:after{
	width:38px;
	height:38px;
	background-position:-403px -183px;
	right:0px;
	bottom:0px;
}
@media only screen and (max-width: 640px){
.ico-zoom:after{
	width:38px;
	height:38px;
	background-position:-215px -105px !important;
	right:0px;
	bottom:0px;
}
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	overflow: hidden ;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	overflow: visible;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading{
	background-image: url('/common/img/common_share/fancybox_sprite.png');
}
.fancybox-prev span{
	background-image:url(slide_arrow_01.png);
}
.fancybox-next span{
	background-image:url(slide_arrow_01.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/common/img/common_share/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top:2px;
	right: -56px;
	width: 41px;
	height: 41px;
	cursor: pointer;
	z-index: 8040;
	background-image: url('/common/img/common_share/slide_close_01.png?v=2');
	background-position: 0px 0px;
}
.fancybox-nav {
	position: absolute;
	width: 100px;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: -100px;
}
.fancybox-next {
	right: -100px;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 52px;
	margin-top: -16px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-prev span {
	left: 25px;
	background-position: 0 0;
}
.fancybox-next span {
	right: 25px;
	background-position: right 0 ;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/common/img/common_share/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	/*overflow: auto;*/
	overflow-y: auto;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px 2px 24px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/**********************************************************

 Core Owl Carousel CSS File
 v1.3.3

***********************************************************/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(/common/img/common_share/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}



/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
	position:absolute;
	width:100%;
	z-index:100;
	bottom:0px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	text-indent:-200px;
	overflow:hidden;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1.0;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=30);/*IE7 fix*/
	opacity: 0.3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #36A3D1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/common/img/common_share/AjaxLoader.gif) no-repeat center center
}

/**** slide ****/
.owl-buttons{
	width:100%;
	max-width:1240px;
	margin:0 auto;
	position:relative;
}
.owl-buttons div{
	position:absolute;
	top:-260px;
	width:45px;
	height:60px;
	background-image:url(/common/img/common_share/bg_sprite.png);
	background-repeat:no-repeat;
}
.owl-prev{
	left:0px;
	background-position: -295px -225px;
}
.owl-next{
	right:0px;
	background-position: -340px -225px;
}



/* --------------------------------------------------------
*under-linkSection
-------------------------------------------------------- */
.under-linkSection{
	background:#f6f6f6 url(/common/img/common_module/bg_border_shadow_01.png) repeat-x 0 0;
	padding: 55px 0 70px;
}
.under-linkSectionIn{
	text-align: center;
}
.under-linkSection-tit {
	font-size: 22px;
	margin-bottom: 25px;
}
.under-linkSectionIn li{
	display: inline-block;
	margin: 0 0px;
	font-size: 13px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.under-linkSectionIn li.active,
.under-linkSectionIn li:hover
{
	background: #cceff7;
}
.under-linkSectionIn li a{
	display: block;
	width: 150px;
	padding: 10px 0;
}
.under-linkSection.item-custom .under-linkSectionIn li a{
	width: 130px;
	font-size: 0.9em;
}
.under-linkSectionIn li.active a{
	color: #2188c4;
	font-weight: bold;
}
.under-linkSectionIn li img{
	margin: 0 auto 10px;
}


/* --------------------------------------------------------
*under-footer
-------------------------------------------------------- */
/**** ft-staffblog ****/
#ft-staffblog{
	background:#f9f9f9 url(/common/img/common_module/bg_border_shadow_01.png) repeat-x 0 0;
	padding:56px 0 40px 0;
}
#ft-staffblogIn{
	width:1060px;
	margin:0 auto;
}
.ft-staffblogLeft{
	float: left;
	width:310px;
	padding:12px 0 0 0;
}
.ft-staffblogRight{
	float: right;
	width:720px;
}
.ft-staffblogTit {
	font-size:16px;
	margin:0 0 15px 0;
	line-height:1.6;
}
.ft-staffblogTxt {
	margin:0 0 20px 0;
}
.ft-staffblogTit span{
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:;
}
.ft-staffblogPh{
	margin:0 0 14px 0;
	border-radius:4px;
	box-shadow: 1px 1px 1px #C9C9C9;
}
.ft-staffblogDate{
	display:block;
	margin:0 0 4px 0;
}
#ft-staffblog ol li{
	float:left;
	padding:0 0 0 60px;
	width:180px;
	line-height:1.5;
}
#ft-staffblog ol li a{
	display:block;
}
/**** ft-staffblog ****/
.under-ft-articles{
	background:#fff url(/common/img/common_module/bg_border_shadow_01.png) repeat-x 0 0;
	padding:40px 0 50px;
}
.under-ft-articlesIn{
	width: 1060px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.under-ft-articlesInBlk{
	width: 720px;
}

.under-ft-articlesInBlk-no{
	width: 720px;
}

.under-berner{
	width: 310px;
	margin-top: 50px;
}

/* Citizen*/
.under-ft-articlesTit {
	font-size:14px;
	margin:0 0 15px 0;
	line-height:1.5;
		border-left: 6px solid #6F75AE;
	border-bottom: 1px solid #ececec;
	padding: 5px 10px;
}
.under-ft-articlesTit span{
	font-size:28px;
	font-family: 'Montserrat', sans-serif;

}

/* About */
.under-ft-articlesTit-a {
	font-size:14px;
	margin:0 0 15px 0;
	line-height:1.5;
		border-left: 6px solid #DFB573;
	border-bottom: 1px solid #ececec;
	padding: 5px 10px;
}
.under-ft-articlesTit-a span{
	font-size:28px;
	font-family: 'Montserrat', sans-serif;

}

.under-ft-articlesPh{
	border-radius:4px;
	box-shadow: 1px 1px 1px #C9C9C9;
	position: absolute;
	top: 19px;
	left: 0px;
	width: 60px;
	height: 60px;
}
.under-ft-articlesDate{
	display:inline-block;
	margin:0 0 5px 0;
	color: #6d6d6d;
}
.under-ft-articlesTag{
	display:inline-block;
	margin:0 0 5px 10px;
	padding: 0 10px;
	min-width: 100px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #999;
	font-size: 12px;
}
.under-ft-articlesTag.tag-news{
	background: #d99938;
}
.under-ft-articlesTag.tag-event{
	background: #72ab1c;
}
.under-ft-articlesTag.tag-study{
	background: #3366CC;
}
.under-ft-articlesTag.tag-yobou{
	background: #ACACFF;
}

.under-ft-articlesTag.tag-member{
	background: #FFCC33;
}



/* information 画像あり　*/
.under-ft-articlesInBlk ol li{
	padding:18px 20px 18px 77px;
	line-height:1.4;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	font-size: 14px;
	min-height: 61px;
}

ol li.clink:hover {
background: #F0F9FD;
color: #222;
border-radius: 6px;
transition: .6s;    
}

/*　information 画像なし　*/
.under-ft-articlesInBlk-no ol li{
	padding:18px 20px 18px 10px;
	line-height:1.4;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	font-size: 14px;
}


/**** under-ft-sitemap ****/
.under-ft-sitemap{
	margin:0 auto 2px;
	padding:40px 0 20px 0;
	background:#f6f6f6 url(/common/img/common_module/bg_border_shadow_01.png) repeat-x 0 0;
}
.under-ft-sitemap > ul{
	width:1060px;
	margin:0 auto;
}
.under-ft-sitemap > ul > li{
	width:180px;
	float:left;
}
.under-ft-sitemap > ul > li dt{
	font-weight:bold;
	margin:0 0 15px 0;
}
.under-ft-sitemap > ul > li dd{
	font-size:13px;
}
.under-ft-sitemap > ul > li dd li{
	margin:0 0 8px 0;
}
.under-ft-brand-list{
	float: left;
	width: 160px !important;
}
.under-ft-brand-list li{
	margin-bottom: 10px;
}

.box{
	border: 1px solid #e1e1e1;
	padding: 28px;
	margin-bottom: 3em;
}
@media only screen and (max-width: 640px){
	.box{
		padding: 20px;
	}
}

.mod-link01{
	color:#2188C4;
}
.mod-link01:hover{
	text-decoration:underline;
}
