@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#f33;
}
.sky {
	color:#3399cc;
}
.navy {
	color:#0c3484;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
.sitenavi a:link {
	color:#fff;
	text-decoration:none;
}
.sitenavi a:visited {
	color:#fff;
	text-decoration:none;
}
.sitenavi a:hover {
	color:#99cce5;
	text-decoration:none;
}
.sitenavi a:active {
	color:#fff;
	text-decoration:none;
}
#bread a:link {
	color:#333;
	text-decoration:none;
}
#bread a:visited {
	color:#333;
	text-decoration:none;
}
#bread a:hover {
	color:#999;
	text-decoration:none;
}
#bread a:active {
	color:#333;
	text-decoration:none;
}
/* aタグのtarget属性が_blankの場合 .noexは除外 */
a[target=_blank]:not(.notex)::after {
  content:"";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  background:url(../img/linkicon.png) no-repeat scroll left center transparent;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2.5 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
html {
	height:100%;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#333;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
  display: flex;
	flex-direction: column;
}
.fserif {
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
#wrapper {
	flex: 1 1 auto;
	 min-height: 1px;/*IE11 img resizing bug*/
}
.bgcol1 {
	background-color:#eaf5fa;
}
.bgcol2 {
	background-color:#3399cc;
	color:#fff;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
	.mbcenter {
		text-align:center !important;
	}
	.pccenter {
		text-align:left !important;
	}
	.txt_ib {
		text-align:left !important;
	}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
	.mbcenter {
		text-align:left !important;
	}
	.pccenter {
		text-align:center !important;
	}
	.txt_ib {
		width:640px;
		text-align:left !important;
		margin-left:auto;
		margin-right:auto;
	}
	.txt_ib_adj  {
		text-align:center !important;
	}
	.txt_ib_adj .txt_ib {
		width:auto !important;
		display:inline-block;
	}
}

#toggle {
	position:fixed;
	width:100px;
	height:100px;
	top:10px;
	right:10px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}


#ftnavi li {
	float:left;
	width:50%;
	background-color:#fff;
	border-top:1px solid #3399cc;
}
#ftnavi li a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#0c3484;
	background-color:#fff;
	transition: background-color 0.5s;
}
#ftnavi li a:hover {
	background-color:#eaf5fa !important;
	color:#0c3484;
	transition: background-color 0.5s;
}
#ftnavi li:nth-child(even) a {
	border-left:1px solid #3399cc;
}

#header {
	height:180px;
	position:relative;
}
#header h1 {
	position:absolute;
	left:0;
	top:0;
	background-color:#3399cc;
	width:180px;
	height:180px;
	z-index:1500;
}
#header h1 a {
	display:table-cell;
	vertical-align:middle;
	width:180px;
	height:180px;
}
#header h1 img {
	width:100px;
}
#header p {
	position:absolute;
	left:220px;
	top:40px;
	z-index:1500;
	line-height:0;
}
#header p img {
	width:300px;
}
#gnavi {
	position:relative;
	background-image:url(../img/grnv_bg.png);
	background-size:100% 100%;
	min-width:980px;
	width:100%;
	height:150px;
	overflow:hidden;
	line-height:2em;
}
#gnavi ul {
	position:relative;
	top:30%;
	left:50%;
	float:left;
	min-width:915px;
	height:90px;
}
#gnavi li {
	position:relative;
	left:-50%;
	float:left;
	padding:0 30px;
	font-size:26px;
}
#gnavi li span {
	display:block;
	font-size:12px;
	margin-top:-5px;
}
#gnavi li a {
	color:#fff;
	display:block;
}
#gnavi a:hover {
	color:#99cce5;
}
.container {
	width:1200px;
	padding:160px 0;
	margin:0 auto;
	text-align:left;
}
.container2 {
	width:1000px;
	padding:160px 0;
	margin:0 auto;
	text-align:left;
}
.cnt_adj1 {
	padding-top:60px;
	padding-bottom:60px;
}
.cnt_top {
	padding-top:80px;
}

@media screen and (min-width: 500px) {

#toggle,#ftnavi,#header,#navi {
	display:none;
}
#header.hd_top {
	display:block !important;
}
.cnt_adjtop {
	padding-top:40px;
}
.gfix {
	margin-top:150px;
}
.gfix #gnavi {
	position:fixed;
	left:0;
	top:0;
}
}

@media screen and (max-width: 499px) {
#toggle {
	width:50px;
	height:50px;
	top:0;
	right:0;
}
#navi {
	position:fixed;
	text-align:center;
	z-index:2000;
	width:100%;
	height:100%;
	top:0;
	left:-100%;
	background-color:#3399cc;
}
#navi ul {
	margin: 50vh auto 0;
	transform: translateY(-50%);
	width:270px;
	height:340px;
}
#navi li {
	float:left;
	width:125px;
	margin:0 20px 20px 0;
}
#navi li:nth-child(2n) {
	margin-right:0 !important;
}
#navi li a {
	display:block;
	line-height:2;
	text-decoration:none;
	color:#39c;
	background-color:#fff;
	font-size:1.4em;
	padding:30px 0;
	transition: color 0.5s;
}
#navi li span {
	display:block;
	margin-top:-5px;
	font-size:12px;
}
#navi li a:hover {
	color:#0c3484;
	transition: color 0.5s;
}

#header {
	width:100%;
	height:50px;
	position:fixed;
	background-color:#3399cc;
	z-index:2000;
}
#header h1 {
	position:absolute;
	left:0;
	top:0;
	width:auto;
	height:auto;
	background-color:transparent;
}
#header h1 a {
	display:block;
	width:auto;
	height:30px;
	padding:10px 10px;
}
#header h1 img {
	width:auto;
	height:30px;
}
#header p,#gnavi {
	display:none;
}

.container {
	width:auto;
	padding:100px 30px;
}
.container2 {
	width:auto;
	padding:100px 30px;
}
.cnt_adj1 {
	padding-top:30px;
	padding-bottom:30px;
}
.cnt_top {
	padding-top:50px;
}
}


.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:40px;
	right:-90px;
	z-index:2000;
}
.pagetop img {
	width:60px;
}

#footer {
	background-color:#3399cc;
	color:#fff;
}
.ft_box {
	width:1200px;
	padding:40px 0;
	margin:0 auto;
	line-height:1.6;
}
.sitenavi {
	float:right;
}
.sitenavi ul {
}
.sitenavi li:first-child {
	border-left: 1px solid #99cce5;
}
.sitenavi li {
	display: inline-block;
	text-align: center;
	border-right: 1px solid #99cce5;
}
.sitenavi a {
	display: block;
	padding: 0 20px;
	color: white;
}

.copyright {
	text-align:center;
	margin-top:40px;
	font-size:0.84em;
}
.copyright img {
	vertical-align:top;
}
#footer h3 {
	text-align:left;
}
#footer h3 img {
	width:300px;
}

#bread {
	font-size:0.84em;
	color:#ccc;
	text-align:left;
	width:1200px;
	margin:10px auto 0;
}

.title_img {
	background-position:center center;
	background-size:cover;
	height:400px;
}

#title {
	margin-top:100px;
}
#title img {
	height:100px;
}

.subnavi {
	padding:20px 0;
	background-color:#eaf5fa;
}
.subnavi ul {
	position:relative;
	left:50%;
	float:left;
}
.subnavi li {
	position:relative;
	left:-50%;
	float:left;
}
.subnavi li a {
	display:inline-block;
	line-height:50px;
	padding:0 40px;
	margin-right:10px;
	background-color:#3399cc;
	color:#fff;
	transition: opacity 0.5s;
}
.subnavi li:last-child a {
	margin-right:0;
}
.subnavi li:hover a {
	opacity:0.6;
	transition: opacity 0.5s;
}
.subnavi li.current a {
	opacity:0.6;
}

@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding:10px 0 40px;
	z-index:0;
}
.pagetop img {
	width:60px;
}
.ft_box {
	width:auto;
	padding:40px 0;
}
.sitenavi {
	display:none;
}
.copyright {
	text-align:center;
}
#footer h3 {
	text-align:center;
}
#footer h3 img {
	width:204px;
}

#bread {
	display:none;
}
#title {
	
}
.title_img {
	margin-top:50px;
	height:200px;
}
#title {
	margin-top:50px;
}
#title img {
	height:80px;
}


.subnavi {
	padding:9px 19px;
}
.subnavi ul {
	left:0;
	float:none;
}
.subnavi li {
	left:0;
	float:left;
	width:50%;
}
.subnavi li a {
	display:block;
	line-height:50px;
	padding:0;
	margin:1px;
	background-color:#3399cc;
	color:#fff;
	border-radius: 0;
}
.subnavi li:last-child a {
	margin:1px
}
}


.flyer img {
	max-width:200px;
	max-height:200px;
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}

.imgcap {
	position:relative;
	display:block;
}
.imgcap span {
	position:absolute;
	right:30px;
	bottom:50px;
	display:inline-block;
	background-color:#fff;
	line-height:1.231;
	padding:5px 20px;
	font-size:0.84em;
}
.imgcap p {
	position:absolute;
	right:10px;
	bottom:10px;
	display:inline-block;
	background-color:#fff;
	line-height:1.231;
	padding:5px 20px;
}

@media screen and (max-width: 499px) {
.imgcap span {
	bottom:45px;
}
.imgcap p {
}
}
	
.sub {
	text-align:center;
	margin:0 auto 80px;
}
.sub h3 {
	border:1px solid #3399cc;
	color:#3399cc;
	font-size:1.4em;
	line-height:60px;
	padding:0 100px;
	letter-spacing:0.3em;
	display:inline-block;
}
.more {
	text-align:center;
}
.more a {
	display:inline-block;
	text-align:center;
	padding:18px 80px;
	background-color:#3399cc;
	line-height:20px;
	border-radius: 40px;
	transition: opacity 0.5s;
	color:#fff;
}
.more a img {
	height:20px;
}
.more a:hover {
	opacity:0.6;
	transition: opacity 0.5s;
}
.more2 {
	text-align:center;
}
.more2 a {
	display:inline-block;
	text-align:center;
	padding:20px 80px;
	background-color:#fff;
	line-height:20px;
	border-radius: 40px;
	transition: opacity 0.5s;
	color:#3399cc;
}
.more2 a img {
	width:126px;
}
.more2 a:hover {
	opacity:0.6;
	transition: opacity 0.5s;
}

.ft_btn {
	text-align:center;
}
.ft_btn a {
	display:block;
	text-align:center;
	padding:25px 0;
	width:100%;
	background-color:#fff;
	line-height:0;
	border-radius: 40px;
	transition: opacity 0.5s;
	border:2px solid #3399cc;
	color:#3399cc;
	font-size:1.16em;
}
.ft_btn a:hover {
	opacity:0.6;
	transition: opacity 0.5s;
}

@media screen and (max-width: 499px) {
.sub {
	margin:0 auto 50px;
}
.sub h3 {
	font-size:1.24em;
	line-height:50px;
	padding:0 50px;
	letter-spacing:0.1em;
}
.more a,.more2 a {
	padding:13px 30px;
	line-height:14px;
}
.more a img,.more2 a img {
	height:14px;
}
}

.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:1.7;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	width: 100%;
	border-collapse: collapse;
}
.table1 td,.table1 th{
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#edf4f1;
	white-space:nowrap;
}

.table2 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	font-family:monospace;
	color:#666;
}
.table3 {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px dotted #666;
}
.table3 td {
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
}
.table3 th {
	font-size: 0.84em;
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
}
.table4 td {
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
}
.table4 th {
	width:150px;
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}
.table5 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table5 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	color:#073190;
}


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

.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:30px;
}
.table0 td.adj0 {
	margin-bottom:0;
}
.table0 td.adj10 {
	margin-bottom:10px;
}
.table0 td.adj20 {
	margin-bottom:20px;
}
.table0 td.adj40 {
	margin-bottom:40px;
}
.table0 td.adj50 {
	margin-bottom:50px;
}
.table0 td.adj60 {
	margin-bottom:60px;
}
.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto !important;
	border:none !important;
	margin:0 !important;
}
.img100 {
	width:100%;
	height:auto;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.img40 {
	width:40%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	margin-bottom: 10px;
	background: #edf4f1;
	padding:3px 10px;
	border-bottom:1px solid #999;
}
.table1 td.histada {
	margin:0 10px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 10px 20px;
	padding: 0;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	text-align:left;
	margin-bottom: 10px;
	padding:3px 10px;
	border-bottom:1px solid #999;
}
.table2 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table2 td.end {
	margin-bottom:0 !important;
}
.table2in td {
	margin:0 0 20px;
}
.table4 th {
	width:1%;
}
.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th,.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 th {
	text-align:left;
	margin-bottom: 10px;
	color: #073190;
	padding:3px 10px;
	border-bottom:1px solid #073190;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}
}

input {
	vertical-align:middle;
}
@media screen and (min-width: 500px) {
.table5 th {
	width:200px;
}
.table5 th img {
	float:right;
	width:40px;
	margin-top:2px;
}
.nobd {
	border-bottom:none !important;
}
}
@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:290px;
}
.table5 th img {
	float:right;
	width:40px;
	margin-top:1px;
}
.sarea {
	width:100px !important;
}
}