
@import url('https://fonts.googleapis.com/css?family=Rokkitt:400,700');

/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	color:#000;
	font-family:  "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
	letter-spacing:0.1em;
}
a {
  color:#3093ba;
	text-decoration:underline;
  transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
}
a:hover {
	text-decoration:none;
	opacity:0.7;
}
#container {
	overflow: hidden;
  min-width: 1200px;
}
#container .inner {
	width:1200px;
	margin:0 auto;
}
#content {
	/width:1200px;
	margin:0 auto 0;
}
#main {
	width:100%;
	margin: 0 auto;
}
#main.profile,
#main.map,
#main.form {
  padding: 50px;
  width: 1000px;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
#main.profile,
#main.map,
#main.form {
  border-bottom: 0;
}


#main.form #foot-area {
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  padding: 48px 50px 0;
  position: relative;
}
#side {
}

/*============================
	ヘッダー
=============================*/
header {
	width:1000px;
	margin:0 auto;
	display:table;
	table-layout:fixed;
	min-height:118px;
	position:relative;
}
header .headNav {
	letter-spacing:-0.40em;
	text-align:right;
  float: right;
  border-bottom: 1px solid #d9d9d9;
}
header .headNav li {
	display:inline-block;
	letter-spacing:0;
	font-size:1.28em;
	top: 60px;
	right: 160px;
	z-index:1;
  border-left: 1px solid #d9d9d9;
}
header .headNav li:last-child {
  border-right: 1px solid #d9d9d9;
}
header .headNav li a {
	width:125px;
	height: 118px;
	text-decoration:none;
  font-family: 'Rokkitt', serif;
	color:#2679be;
	display:block;
	text-align:center;
  font-size: 0.857em;
  white-space: nowrap;
  padding-top: 41px;
}
header .headNav li a:hover {
  background: #fcf9f5;
}

header .headNav li:nth-of-type(1) a:after {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background-image: url(../assets/206/ico-headNav_001.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}
header .headNav li:nth-of-type(2) a:after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background-image: url(../assets/206/ico-headNav_002.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}
header .headNav li:nth-of-type(3) a:after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background-image: url(../assets/206/ico-headNav_003.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}



header .headNav li:hover {
}
header .headNav li a:hover {
  opacity: 1;
}

header .headNav li.profileNav {
}
header .headNav li.accessNav {
}
header .headNav li.contactNav a {
}


/*　タイトル
-----------------------------------------*/
header #siteTtl {
	/*display: table-cell;*/
  display: inline-block;
    vertical-align: middle;
    padding: 40px 0 40px;
  max-width: 540px;
  border-top: 5px solid #2679be;
}
header #siteTtl a {
	text-decoration:none;
  color:#2679be;
	word-wrap: break-word;
	display: inline-block;
  font-size: 2.143em;
  line-height: 1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
header #siteTtl a img {
	max-width:500px;
	height:auto;
}


/*============================
	グロナビ
=============================*/
nav {
  margin-bottom: 24px;
  padding-top: 24px;
  /*border-top: 1px solid  #d9d9d9;*/
}
nav ul {
	letter-spacing:-0.40em;
	text-align:center;
}
nav ul li.parent {
	letter-spacing:0.1em;
	display:inline-block;
	position:relative;
  height: 50px;
  border-left: 1px solid #d9d9d9;
  min-width: 197px;
  margin-bottom: 20px;
}
nav ul li.parent:last-child {
  border-right: 1px solid #d9d9d9;
}
nav ul li.parent:last-child {
	/border-right:none;
}
nav ul li.parent > a {
	color:#000;
	text-decoration:none;
	padding:28px 26px 3px;
	display:block;
  font-size:1.071em;
  font-weight: bold;
  position: relative;
  transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
}
nav ul li.parent > a::before {
  content: "";
  display: block;
  background: url(../assets/206/nav_arrow.png) no-repeat;
  width: 6px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  top: -28px;
  transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
}
nav ul li.parent > a:hover {
  /*font-weight: bold;*/
  color: #2679be;
  opacity: 1;
}
nav ul li.parent > a:hover::before {
  top: -18px;
}
nav ul li.parent > a:hover:before {
}
nav ul li.childIn:hover:after {
	height:calc(100% + 27px);
}
nav ul li.parent:hover > a {
	position:relative;
	z-index:10;
	/*opacity:1;*/
}

/* 子メニュー */
nav .child {
	position:absolute;
	letter-spacing:0;
	left:-1px;
	min-width:100%;
	width:260px;
	text-align:left;
	padding:0;
	display:none;
	z-index:100;
  background-color: #333;
  top: 50px;
}
nav .child li {
}
nav .child li a {
	color:#fff;
	font-size:1.14em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:7px 25px 7px 40px;
	position:relative;
}
nav .child li a:after {
	content:"";
	display:inline-block;
  background: url(../assets/206/nav_arrow_child.png) no-repeat;
	width: 3px;
	height: 6px;
  padding-bottom: 8px;
  margin-left: 20px;
  transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
}
nav .child li a:hover {
	opacity:1;
}
nav .child li a:hover::after {
  margin-left: 27px;
}
nav .child li:first-child {
	padding-top:13px;
}
nav .child li:last-child {
	padding-bottom:13px;
}

/* topのみ */
#top nav {
}


/*============================
	メインスライド
=============================*/
.mainSlideIn {
	width:100%;
	margin:0 auto;
	position:relative;
  border-top: 1px solid #006cb9;
  min-width: 1200px;
  overflow: hidden;
}
#mainSlide li {
	height:582px !important;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
  /*min-width: 1402px;*/
}
#mainSlide li img {
	position:absolute;
	/*top:50%;*/
	left:0;
	/*transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);*/
	width:100%;
	height:auto;
}
.bx-wrapper {
	margin-bottom: 0!important;
  /*width: 100% !important;*/
  /*max-width: none!important;*/
}
.bx-wrapper .bx-viewport {
  height: 582px !important;
}
 .bx-wrapper .main-container { 
    overflow: hidden;
  }
/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
  background-color: #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #2679be;
	opacity:1;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
bottom: 30px!important;
}

/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:70px;
	height:55px;
	margin:0;
	top:266px;
}
.bx-wrapper .bx-prev {
  background: url(../assets/206/slide_arrow.png) 22px center no-repeat #2679be;
  left:-10px;
  transform: rotate(180deg);
  transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
}
.bx-wrapper .bx-prev:hover {
  opacity: 1;
  background-color: #2679be;
  left: 0px;
}
.bx-wrapper .bx-next {
  background: url(../assets/206/slide_arrow.png) 22px center no-repeat #2679be;
	right:-10px;
  transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
}
.bx-wrapper .bx-next:hover {
  opacity: 1;
  right: 0px;
}




/*============================
	メインイメージ
=============================*/
.mainImgIn {
  background-color: #fcf9f5;
  border-top: 1px solid  #006cb9;
  border-bottom: 1px solid  #d9d9d9;
}
.mainImgIn .inner {
	display:table;
	width:100%;
	padding:45px 0 50px;
}
.mainImgIn .inner #mainImg {
	width:365px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.mainImgIn .inner #leadTxt {
	display:table-cell;
	vertical-align:middle;
	padding-left:40px;
	font-weight:normal;
	line-height:2;
	font-size:1.28em;
}

/*============================
	メインエリア
=============================*/
#main #leadTxt {
    width: 100%;
    text-align: center;
  font-size: 1.143em;
    line-height: 2;
    padding: 45px 250px;
	position:relative;
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  background-color: #fcf9f5;
  border-top: 1px solid #d9d9d9;
  min-width: 1000px;
}
#main .contTtl {
  font-size:2.571em;
	line-height:1.3;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-weight: normal;
  word-wrap: break-word;
}
#main .articleIn .contTtl::after {
  content: '';
  display: block;
  width: 130px;
  height: 4px;
  background-color: #2679be;
  margin-top: 31px;
}
#main div:last-child {
	margin-bottom:0;
}

/* news */
.ticker {
  width: 1000px;
  margin: 0 auto;
} 
#news {
	/text-align:center;
	position:relative;
  height: 60px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid  #d9d9d9;
}
#news .contTtl {
  color:#2679be;
	position:relative;
	display: inline-block;
	padding-bottom: 0px;
  font-family: 'Rokkitt', serif;
  font-size: 1.071em;
  font-weight: normal;
float: left;
  line-height: 60px;
  border-right: 1px solid #d9d9d9;
  padding-right: 50px;
  padding-left: 30px;
}
/#news .contTtl:after {
	content:"";
	display:block;
	width:40px;
	height: 26px;
	position:absolute;
	right:-44px;
  bottom: 13px;
	background: url(../assets/204/contTitle_kazari_001.png) no-repeat;
}
#news .contTtl::before {
  content: '';
  display: block;
  background: url(../assets/206/info.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 18px;
}


#news ul {
	height:60px;
	line-height:1.3;
	text-align:left;
	position:relative;
	overflow-x: hidden;
}
#news ul li {
    padding: 20px 30px 15px 158px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  display: none;
}
#news ul .day {
	display:block;
	width:108px;
	position:absolute;
	left:50px;
	font-family: 'Roboto', sans-serif;
}
#news dl dd {
	float:left;
	width:782px;
	padding:10px 0;
	border-top:1px dotted #000;
}

/* article */
.articleIn {
  width: 1000px;
  margin: 0 auto;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  /padding-top: 50px;
}
.articleIn > .articleBox:nth-child(even) {
	position:relative;
}

.articleBox {
    position: relative;
  padding: 50px;
  margin: 0 auto;
  padding-bottom: 58px;
}
.articleBox .contTtl {
    position: relative;
    /text-align:center;
}
.articleBox .contTtl span {
  color: #4f382a;
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
     background-image: url(../assets/204/bg.jpg);
    text-align: left;
    max-width: 500px;
    word-wrap: break-word;
  /text-align: center;
}
/.articleBox .contTtl::before {
    content: "";
    top: 50%;
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: url(../assets/204/line_001.png) repeat-x;
}

.articleIn .articleBox:last-child {
}
.articleBox .clearfix {
	padding: 35px 0px 0px;
    position: relative;
}

.articleBox .txtArea {
	width:570px;
	float:left;
  /font-size: 0.875em;
  line-height:2;
	text-align:left;
}
.articleBox.noImg .txtArea {
	width:auto;
	float:none;
	text-align:left;
	padding: 35px 0px 30px;
}
.articleBox .txtArea strong {
	font-weight:bold;
}
.articleBox .txtArea p {
  text-align: justify;
}
.articleBox .txtArea p:last-child {
	margin-bottom:0;
}
.articleBox .imgArea {
	width:300px;
	float:right;
}
.articleBox .imgArea figure {
	margin-bottom:25px;
}
.articleBox .imgArea figure:last-child {
	margin-bottom:0;
}
.articleBox .imgArea figure figcaption {
	display:block;
	font-size:0.85em;
	padding-top:12px;
	line-height:1.5;
}
#main .articleBox table {
	width:auto;
	font-size:1em;
}
.articleBox table,
.articleBox table td,
.articleBox table th {
	border:1px solid #d9d9d9;
}
.articleBox table td,
.articleBox table th {
	text-align:left;
	padding:10px 15px;
}


/* contactBtn */
.contactBtn {
    margin: 0 auto;
  padding: 48px 0;
  border-top: 1px solid  #d9d9d9;
}
.contactBtn a {
  width: 340px;
  height: 60px;
  margin: 0 auto;
  line-height: 70px;
	display:block;
	background: #2679be;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	color:#fff;
    font-weight: normal;
  font-size:1.643em;
  font-family: 'Rokkitt', serif;
    position: relative;
}
/.contactBtn a::before {
        content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    left: 90px;
    top: 48%;
    margin-top: -3px;
    border-style: solid;
    border-width: 3.5px 0px 3.5px 6px;
    border-color: transparent transparent transparent rgb(255, 255, 255);
}


/*============================
	サイドエリア
=============================*/
#side {

}
#side .sideIn {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid  #d9d9d9;
}
#side .sideIn > div {
	/margin-right: 50px;
  border-left: 1px solid  #d9d9d9;
}
#side .sideIn > div:last-child {
  border-right: 1px solid  #d9d9d9;
}
#side {
	text-align: center;
}
#side .sideIn div:last-child,
#side .sideIn h2:last-child {
	margin-bottom:0;
}
#side .sideTtl {
  font-size:1.943em;
	color: #2679be;
  padding: 22px 0 16px 0px;
  border-bottom: 1px solid #d9d9d9; 
  font-family: 'Rokkitt', serif;
    line-height: 1.2;
    font-weight: normal;
    /display: inline-block;
}
/#side .sideTtl::after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: url(../assets/204/line_001.png) repeat-x;
}

/* leadTxt */
#side #leadTxt {
	border:1px solid #7fbcdb;
	line-height:2;
	padding:20px;
	font-weight:normal;
	margin-bottom:55px;
}

/* sideCont */
#side #sideCont .sideTtl {
  font-size: 1.943em;
    font-weight: normal;
  padding: 22px 0 16px 0px;
}
#side #sideCont {
	letter-spacing:0.1em;
	line-height:1;
  width: calc(100% / 3);
  height:300px;
	display: block;
	background-color:#fff;
	padding: 0 45px;
	float:left;
	overflow: hidden;
  border-top: 5px solid #006cb9;
}
#side #sideCont ul li {
	border-bottom:1px solid #d9d9d9;
  font-size:1.657em;
}
#side #sideCont ul li:last-child {
}
#side #sideCont ul li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:18px 0;
	position:relative;
  font-family: 'Rokkitt', serif;
  font-weight: normal;
    color:#000;
  position: relative;
}
#side #sideCont ul li a::after {
  content: '';
  display: block;
  background: url(../assets/206/menu_arrow.png) no-repeat;
  width: 3px;
  height: 6px;
  position: absolute;
  right: 30px;
  top: 26px;
  transition: all 0.2s 0s ease;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
}

#side #sideCont ul li a:hover {
	opacity:1;
  color: #2679be;
}
#side #sideCont ul li a:hover::after {
  right: 15px;
}

/* blog */
#side #blog {
	line-height:1.3;
  width: calc(100% / 3);
	display:block;
  height: 300px;
	background-color:#FFF;
  padding: 0 45px;
  float:left;
	text-align:center;
  border-top: 5px solid #006cb9;
}
#side #blog dl {
  text-align: left;
  font-size: 0.857em;
  overflow: hidden;
  overflow-y: scroll;
  height: 146px;
  border-bottom: 1px solid  #d9d9d9;
}
#side #blog  dl dt {
  padding-top: 15px;
  padding-left: 12px;
	margin-bottom:5px;
}
#side #blog  dl dt:first-child {
}
#side #blog  dl dd {
	border-bottom:1px dotted #d9d9d9 ;
	padding:0 12px 18px 12px;
	text-align:justify;
}
#side #blog  dl dd:last-child {
  border-bottom: none;
}
#side #blog  dl dd a {
    position: relative;
}
/*--FF用--*/
  #side #blog  dl dd a {
    display: inline-block;
  }




/#side #blog  dl dd a::after {
    content: "";
    display: block;
    background: url(../assets/204/more.png) no-repeat;
    width: 60px;
    position: absolute;
    height: 16px;
    bottom: 0;
    left: 138px;
}
#side #blog  dl dd a:hover::after {
    opacity: 0.6;
}


#side #blog  dl dd a {
  color: #000;
}
#side #blog .btn {
	width: 94px;
	margin:13px auto 0px;
}
#side #blog .btn a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	text-align:center;
	position:relative;
    background-color: #006cb9;
  width: 94px;
  height: 26px;
  font-size: 0.786em;
  line-height: 26px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#side #blog .btn a:before {
}

/* mobile */
#side #mobile {
  width: calc(100% / 3 + 0.001em);
	display: block;
  height: 300px;
	background-color:#FFF;
  padding: 0 45px;
  float:left;
  border-top: 5px solid #006cb9;
}
#side #mobile figure {
	/padding:18px 0px 0px;
	text-align:center;
}
#side #mobile figure img {
	width:100px;
	height:100px;
  margin: 10px 0;
}
#side #mobile figure figcaption {
	line-height:1.4;
	padding-top:30px;
  font-size: 0.857em;
	text-align: justify;
  border-top: 1px solid  #d9d9d9;
}



/*============================
	ページトップ
=============================*/
#pageTop {
	position:fixed;
	z-index:1000;
	right:0px;
	bottom:0px;
	width:55px;
	height:55px;
	 border-radius:30px;
	 display:none;
}
#pageTop a {
	display:block;
	width:55px;
	height:55px;
	 overflow: hidden;
	 text-indent: 100%;
	 white-space: nowrap;
    text-indent: -9999;
  background: url(../assets/206/pagetop.png) center center no-repeat rgba(153,153,153,0.50);
}
#pageTop a:hover {
  opacity: 1;
  background-color: rgba(153,153,153,0.80);
  background-position: center 16px;
}

/*============================
	フッター
=============================*/
footer {
  border-top: 1px solid  #d9d9d9;
}
footer .copy {
	text-align:center;
	color:#000;
	line-height:1.2;
	font-weight:bold;
	padding:80px 0;
  background-color: #fcf9f5;
  border-top: 4px solid  #f0f0e0;
}

/*============================
	フリーエリア
=============================*/


#foot-area {
	line-height:2;
}
#foot-area {
  width: 1000px;
  margin: 0 auto;
  border-bottom: none;
  padding: 0 50px 48px;
}
#side-area {
  width: 1000px;
  text-align: left;
	clear:left;
  padding: 50px;
  border-right: 1px solid  #d9d9d9;
  border-left: 1px solid  #d9d9d9;
  margin: 0 auto;
}

/*============================
	下層ページ共通
=============================*/
/* pageTtl */
.pageTtl {
	padding:80px 0;
    width: 100%;
	margin:0 auto;
	text-align:center;
	position:relative;
  background-color: #fcf9f5;
  border-top: 1px solid #2679be;
  border-bottom: 1px solid  #d9d9d9;
}

.pageTtl h2 {
  font-size: 2.143em;
    line-height: 1.3;
    text-align: center;
    max-width: 500px;
    display: inline-block;
    color: #000;
    position: relative;
    margin: 0 auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    word-wrap: break-word;
       font-weight: normal;
}
#page nav {
  margin-bottom: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid  #d9d9d9;
}

/* pnkz */
#pnkz {
	letter-spacing:-0.40em;
	text-align:right;
	width:1000px;
	margin:0 auto 0px;
	font-size:0.85em;
  margin: 14px auto;
}
#pnkz li {
	letter-spacing:0;
	display:inline-block;
}
#pnkz li:after {
	content:"";
  display: inline-block;
  background: url(../assets/206/pnkz_arrow.png) no-repeat;
  width: 11px;
  height: 11px;
	margin:0 10px;
  transform: rotate(180deg);
}
#pnkz li:last-child:after {
	display:none;
}
#pnkz li a {
  color: #000;
}

/* content */
#page #content {
  border-top: 1px solid  #d9d9d9;
  position: relative;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#main.form table,
#main.profile table,
#main.map table {
	font-size:1.14em;
  margin: 0 auto;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid  #d9d9d9;
  position: relative;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #d9d9d9;
}

#main.form table th,#main.form table td,
#main.profile table th,#main.profile table td,
#main.map table th,#main.map table td {
	vertical-align:middle;
	text-align:left;
	border-top:1px solid #d9d9d9;
	padding:25px 20px;
}
#main.form table th,
#main.profile table th,
#main.map table th {
	font-weight:bold;
	padding-right:0;
    color: #006cb9;
}
#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
	font-size:1.14em;
	line-height:1.87;
  margin: 0 auto;
  margin-bottom:50px;
}
#main.form .txtBox p,
#main.profile .txtBox p,
#main.map .txtBox p {
	margin-bottom:30px;
  word-break: break-all;
}

/* form */
#main.form {
}
#main.form .requiredMark {
	color:#ce0000;
}
#main.form table th {
	width:270px;
}
#main.form table td {
	height:80px;
}
#main.form .inputArea {
	background:#f1f1f1;
	line-height:1;
	padding:8px 15px;
	border-radius:2px;
	width:520px;
	border:1px solid #ddd;
}
#main.form .inputArea.short {
	width:200px;
	display:inline-block;
}
#main.form .inputArea input {
	width:100%;
}
#main.form .inputArea input:focus,
#main.form .inputArea textarea:focus,
#main.form .inputArea button:focus {
	outline:none;
}
#main.form .inputArea textarea {
	width:100%;
	height:190px;
	padding: 10px 0;
    line-height: 1.5;
}
#main.form table {
	border-bottom:none;
}
#main.form #submit td {
	text-align:center;
	letter-spacing:-0.40em;
	padding-top:40px;
}
#main.form #submit input {
	display:inline-block;
	width:240px;
	text-align:center;
	font-weight:bold;
	line-height:1;
	padding:18px 0;
	cursor:pointer;
	letter-spacing:0.1em;
	margin:0 10px;
	font-size:1.12em;
    background-color: #006cb9;
    border-radius: 3px;
    color: #fff;
}
#main.form #submit input.submitBtn {
}
#main.form #submit input.resetBtn {
  background-color: #fff;
  border: 3px solid #006cb9;
    box-sizing: border-box;
    color: #006cb9;
    padding: 15px 0;
}
#main.form #submit input:hover {
	opacity:0.7;
}

/* map */
#main.map #frame {
	margin-bottom:70px;
	text-align: center;
}
#main.map #frame iframe {
	width: 890px;
	height: 478px;
}

/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}


/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}