/*=======================================================================*/
/*
Secondmedia.css
第2階層ブロックおよびパーツ【スマートフォン】
*/
/*=======================================================================*/

/*=======================================================================*/
/* 共通 */
/*=======================================================================*/



/*=======================================================================*/
/* カテゴリーページレイアウト */
/*=======================================================================*/

/* 見出し（タイトル） */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	.catTTL {
		width: 100%;
		margin: 0 0 10px 0;
		background: #F5F1D8;
	}

	.cTTLwrap {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		min-height: 100px;
		display: block;
	}

	.cTTLwrap:before, .cTTLwrap:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	.cTTLwrap:after {
		clear: both;
	}


	.cTTLwrap h1,
	.cTTLwrap h2 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		padding: 5px 30px;
		box-sizing: border-box;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		font-size: 1.4em;
		line-height: 2.2em;
		font-weight: 600;
		color: #333333;
		background: #EDE7B6;
		min-height: auto;
	}

	.cTTLBack {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		display: block;
		width: 100%;
		min-height: 100px;
	}

}

/* メインエリア */
/*=======================================================================*/

/* カテゴリーの概要 */

@media screen and (max-width: 767px) {

	#catDescArea {
		width: 98%;
		padding: 10px;
		box-sizing: border-box;
		margin: 0 auto 20px auto;
		background: #EEEEEE;
		font-size: 0.9em;
		line-height: 1.6em;
	}

	#catDescArea:before, #catDescArea:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	#catDescArea:after {
		clear: both;
	}

	#catDescArea p {
		display: block;
		padding: 10px 0;
		font-size: 0.9em;
		line-height: 1.6em;
	}

	#catDescArea img {
		display: block;
		max-width: 100%;
		height: auto;
		float: none!important;
		margin: 0 auto 10px auto !important;
	}

}

/* カテゴリー　記事リスト */

@media screen and (max-width: 767px) {

	#catNewsArea {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		margin: 0 0 20px 0;
	}

	#catNewsArea h2 {
		font-size: 1.2em;
		width: 100%;
		display: block;
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		border-bottom: 2px solid #44B5A7;
	}

	#catNewsArea h2:before {
		font-size: 1.4em;
		color: #44B5A7;
		content: "\e9ea";
		font-family: 'icomoon' !important;
		margin: 0 10px 0 10px;
	}

	#catNewsArea .page {
		width: 98%;
		padding: 10px 0;
		margin: 0 auto;
	}

	#catNewsArea .pages header {
		width: 98%;
		margin: 0 auto;
		border-bottom: 1px dotted #EEEEEE;
	}

	#catNewsArea .pages article:before,
	#catNewsArea .pages article:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	#catNewsArea .pages article:after {
		clear: both;
	}

	#catNewsArea .pages article {
		padding: 0 0 2px 0;
	}

	#catNewsArea .pages article time {
		width: 100%;
		float: none;
		display: block;
		padding: 4px 0 0 0;
		font-weight: bold;
		box-sizing: border-box;
		font-size: 0.9em;
	}

	#catNewsArea .pages article h3 {
		float: none;
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding: 4px 5px !important;
		margin: 0;
		background: #fff;
		border-bottom: none !important;
		font-weight: normal;
		font-size: 0.9em;
	}

	#catNewsArea .pages article h3 a {
		color: #006B8D;
	}

	#catNewsArea .pages article h3 a:hover {
		color: #333;
	}

}

/* サブカテゴリーエリア */


@media screen and (max-width: 767px) {

	#subCatArea,
	#subCatArea02 {
		width: 98%;
		padding: 0;
		box-sizing: border-box;
		margin: 0 auto 20px auto;
	}

	#subCatArea:before,
	#subCatArea:after,
	#subCatArea02:before,
	#subCatArea02:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	#subCatArea:after,
	#subCatArea02:after {
		clear: both;
	}

	#subCatArea .scBlock,
	#subCatArea02 .scBlock {
		width: 100%;
	}

	#subCatArea .scBlock:nth-child(odd),
	#subCatArea02 .scBlock:nth-child(odd) {
		float: none;
		margin: 0 0 10px 0;
	}

	#subCatArea .scBlock:nth-child(even),
	#subCatArea02 .scBlock:nth-child(even) {
		float: none;
		margin: 0 0 10px 0;
	}

	#subCatArea .scBlock h2,
	#subCatArea02 .scBlock h2 {
		display: block;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		border: 1px solid #44B5A7;
		font-weight: normal;
		margin: 0 0 10px 0;
	}


	#subCatArea .scBlock h2 a,
	#subCatArea02 .scBlock h2 a {
		color: #006B8D;
		filter: dropshadow(color=#FFFFFF,offX= 0,offY=-1)
		dropshadow(color=#FFFFFF,offX= 1,offY= 0)
		dropshadow(color=#FFFFFF,offX= 0,offY= 1)
		dropshadow(color=#FFFFFF,offX=-1,offY= 0);
		text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
		text-decoration: underline;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#subCatArea .scBlock h2 a:hover,
	#subCatArea02 .scBlock h2 a:hover {
		text-decoration: none;
	}

	#subCatArea .scBlock ul,
	#subCatArea02 .scBlock ul {
		width: 100%;
		box-sizing: border-box;
		list-style: none;
		padding: 0 10px 10px 20px;
	}

	#subCatArea .scBlock ul li,
	#subCatArea02 .scBlock ul li {
		padding-left: 1em; 
		text-indent: -.7em;
		line-height: 1.8em;
		font-size: 0.9em;
	}

	#subCatArea .scBlock ul li:before,
	#subCatArea02 .scBlock ul li:before {
		content: '';
		width: 8px;
		height: 8px;
		display: inline-block;
		border-radius: 100%;
		background: #44B5A7;
		position: relative;
		left: -10px;
		top: -2px;
	}

	#subCatArea .scBlock ul li a,
	#subCatArea02 .scBlock ul li a {
		color: #006B8D;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#subCatArea .scBlock ul li a:hover,
	#subCatArea02 .scBlock ul li a:hover {
		text-decoration: underline;
	}

}

/* 子カテゴリー */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	#main article.subCat h1 {
		display: block;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		border: 1px solid #44B5A7;
		margin: 0 0 10px 0;
		font-size: 1.4em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.8em;
      		filter: dropshadow(color=#FFFFFF,offX= 0,offY=-1)
		dropshadow(color=#FFFFFF,offX= 1,offY= 0)
		dropshadow(color=#FFFFFF,offX= 0,offY= 1)
		dropshadow(color=#FFFFFF,offX=-1,offY= 0);
		text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	}

	article.pageList h2 {
		display: block;
		width: 100%;
		background: #00838F;
		border-bottom: 5px solid #00695C;
		color: #FFF;
		padding: 5px 20px;
		margin: 1em 0 1em 0;
		font-size: 1.2em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.8em;
		font-weight: 400;
		box-sizing: border-box;
	}

	#subCatArea .category-page,
	#subCatArea02 .category-page {
		padding: 0 0 0 10px;
	}

	#subCatArea .category-page:before,
	#subCatArea .category-page:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}
	#subCatArea02 .category-page:before,
	#subCatArea02 .category-page:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	#subCatArea .category-page:after,
	#subCatArea02 .category-page:after {
		clear: both;
	}

	#subCatArea .category-page article,
	#subCatArea02 .category-page article {
		line-height: 1.8em;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #CCC;
	}

	.category-page .arc_01,
	.category-page .arc_02 {
		display: block;
		width: 98%;
		margin: 0 auto;
	}

	.arc_01 header {
		width: 98%;
		box-sizing: border-box;
		padding: 10px 10px 10px 20px;
		border-bottom: 1px solid #CCC;
	}

	.arc_02 header {
		width: 98%;
		float: none;
		box-sizing: border-box;
		margin: 0 5px;
		padding: 10px 10px 10px 20px;
		border-bottom: 1px solid #CCC;
	}

	#subCatArea article h3,
	#subCatArea02 article h3 {
		font-size: 1em;
		font-weight: normal;
	}

	#subCatArea article h3:before,
	#subCatArea02 article h3:before {
		content: '';
		width: 8px;
		height: 8px;
		display: inline-block;
		border-radius: 100%;
		background: #44B5A7;
		position: relative;
		left: -10px;
		top: -2px;
	}

	#subCatArea article h3 a,
	#subCatArea02 article h3 a {
		color: #333;
	}

	#subCatArea article h3 a:hover,
	#subCatArea02 article h3 a:hover {
		color: #44B5A7;
	}

	#subCatArea article h3 span.date,
	#subCatArea02 article h3 span.date {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}

	#documant .body img{/*右左寄せ画像の解除*/
		float: none !important;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
    }

}

/* サイドエリア */
/*=======================================================================*/

/* カテゴリーメニューエリア */

@media screen and (max-width: 767px) {

	#sideMenu {
		width: 98%;
		margin: 0 auto 10px auto;
		background: #DDEFF2;
		padding: 10px;
		box-sizing: border-box;
		border-radius: 5px;
	}

	#sideMenu h2 {
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 600;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		color: #333;
		margin: 0 0 10px 0;
	}

	#sideMenu ul {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		background: #FFF;
		border-radius: 5px;
		list-style: none;
	}

	#sideMenu ul li {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #DDEFF2;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#sideMenu ul li:hover {
		background: #DDEFF2;
	}

	#sideMenu ul li:before {
		position: absolute;
		top: 12px;
		left: 0;
		font-family: 'icomoon' !important;
		margin: 0 10px 0 10px;
		content: "\ea60";
		font-size: 1.2em;
		color: #0E97C4;
	}

	#sideMenu ul li:last-child {
		border-bottom: none;
	}

	#sideMenu ul li a {
		display: block;
		width: 100%;
		padding: 10px 10px 10px 35px;
		box-sizing: border-box;
		color: #0E97C4;
		text-decoration: underline;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#sideMenu ul li:before a:hover {
		color: #333;
	}

	#sideMenu ul li a:hover {
		color: #333;
		text-decoration: none;
	}

}

/* よく見られているページエリア */

@media screen and (max-width: 767px) {

	#RankMenu {
		width: 98%;
		margin: 0 auto 10px auto;
		background: #FFF;
		padding: 0;
		box-sizing: border-box;
	}

	#RankMenu h2 {
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 600;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		color: #333;
		margin: 0 0 10px 0;
	}

	#RankMenu ol {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		background: #CCCCCC;
		counter-reset:number;
		list-style:none;
		border-radius: 5px;

	}

	#RankMenu ol li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #CCC;
		background: #FFF;
		position: relative;
	}

	#RankMenu ol li:before {
		position: absolute;
		top: 8px;
		left: 5px;
		counter-increment: number;
		content: counter(number);
		line-height: 30px;
		text-align: center;
		height: 30px;
		width: 30px;
		border-radius: 50%;
		color: #FFF;
	}

	#RankMenu ol li:nth-child(1):before {
		background: #DCB161;
	}

	#RankMenu ol li:nth-child(2):before {
		background: #777777;
	}

	#RankMenu ol li:nth-child(3):before {
		background: #D05A28;
	}

	#RankMenu ol li:nth-child(4):before {
		background: #0F71D3;
	}

	#RankMenu ol li:nth-child(5):before {
		background: #0F71D3;
	}

	#RankMenu ol li:last-child {
		border-bottom: none;
	}

	#RankMenu ol li a {
		display: block;
		width: 100%;
		padding: 10px 10px 10px 40px;
		box-sizing: border-box;
		color: #0E97C4;
		text-decoration: underline;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#RankMenu ol li a:hover {
		color: #333;
		text-decoration: none;
	}

}

/* よく見られているページエリア */

@media screen and (max-width: 767px) {

	#PickUpMenu {
		width: 98%;
		margin: 0 auto 10px auto;
		background: #FFF;
		padding: 0;
		box-sizing: border-box;
	}

	#PickUpMenu h2 {
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 600;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		color: #333;
		margin: 0 0 10px 0;
	}

	#PickUpMenu ul {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		background: #CCCCCC;
		border-radius: 5px;
		list-style: none;
	}

	#PickUpMenu ul li {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #FFF;
		border-bottom: 1px solid #DDEFF2;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#PickUpMenu ul li:hover {
		background: #DDEFF2;
	}

	#PickUpMenu ul li:before {
		position: absolute;
		top: 12px;
		left: 0;
		font-family: 'icomoon' !important;
		margin: 0 10px 0 10px;
		content: "\ea60";
		font-size: 1em;
		color: #3C6239;
	}

	#PickUpMenu ul li:last-child {
		border-bottom: none;
	}

	#PickUpMenu ul li a {
		display: block;
		width: 100%;
		padding: 10px 10px 10px 35px;
		box-sizing: border-box;
		color: #333;
		text-decoration: none;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#PickUpMenu ul li:before a:hover {

		color: #0E97C4;
		text-decoration: underline;
	}

	#PickUpMenu ul li a:hover {
		color: #333;
		text-decoration: none;
	}

}

/*=======================================================================*/
/* 詳細ページレイアウト　※一部カテゴリーページにも使用 */
/*=======================================================================*/


/* 見出し（タイトル） */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	.pageTTL {
		width: 100%;
		margin: 0 0 20px 0;
		background: #F5F1D8;
	}

	.pageTTL h1 {
		width: 100%;
		margin: 0 auto;
		background: #EDE7B6;
		padding: 10px;
		box-sizing: border-box;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		font-size: 1.4em;
		line-height: 1.8em;
		font-weight: 600;
		color: #333333;
	}

}

/* パンくずリスト */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	#BCArea {
      width: 98%;
      margin: 20px auto;
      box-sizing: border-box;
      overflow-x: hidden;
	}

	#BCArea dl {
		width: 98%;
      margin: 0 auto;
	}

	#BCArea dl:before, #BCArea dl:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	#BCArea dl:after {
		clear: both;
	}

	#BCArea dl dt {
		display: block;
		float: none;
		width: 96%;
      margin: 0 auto;
		font-size: 0.8em;
	}

	#BCArea dl dd {
		display: block;
		float: none;
      width: 98%;
		padding: 5px 10px;
		margin:5px 0;
		font-size: 0.8em;
	}

	.CrumbsTTL {
		display: block;
		width: 100%;
		color: #FFF;
		text-align: center;
		background: #333333;
		border-radius: 50px;
		padding: 5px 10px;
		box-sizing: border-box;
	}


	.crumbs {
		display: block;
		margin: 0 0 10px 0;
	}

	.crumbs a {
		color: #333333;
	}

	.crumbs a:hover {
		color: #0F97C4;
	}

	.crumbs a.goIndex {
		color: #0F97C4;
		font-weight: bold;
	}

	.crumbs a.goIndex:before {
		color: #0F97C4;
		font-family: 'icomoon' !important;
		content: "\e917";
		margin: 0 3px 0 0;
	}


	.crumbs a.goIndex:hover {
		color: #333333;
	}

}

/* SNSボタンエリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	#snsBtnArea {
		width: 98%;
		margin: 0 auto;
	}

	#snsBtnArea:before, #snsBtnArea:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	#snsBtnArea:after {
		clear: both;
	}

	.cms-sns_share {
		float: right;
	}

	.cms-sns_share .fb {
	    /*margin-top: -6px;*/
	}

	.cms-sns_share .site {
	    float: left;
	    margin-right: 15px;
	}

}

/* ページ本文エリア  {{yield}} */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	#documant article {
      line-height: 1.6em;
      padding: 0 0 3em 0;
      border-bottom: 1px solid #CCC;
      word-wrap:break-word;
	}

	#documant article p {
		width: 98%;
		min-width: 100%;
		margin: 0 auto 1em auto;
	}

	#documant article h2 {
		display: block;
		width: 100%;
		background: #0091C0;
		border-bottom: 5px solid #006384;
		color: #FFF;
		padding: 10px;
		margin: 1em 0;
		font-size: 1.2em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.6em;
		font-weight: 400;
		box-sizing: border-box;
	}


	#documant article h3 {
		display: block;
		width: 100%;
		color: #006384;
		border: 2px solid #006384;
		font-size: 1em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.6em;
		font-weight: 400;
		padding: 10px;
		margin: 1em 0;
		box-sizing: border-box;
	}

	#documant article h4 {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-left: 10px solid #0C6A8A;
		color: #0C6A8A;
		padding: 0 0 0 10px;
		margin: 1em 0 1em 0;
		box-sizing: border-box;
		font-size: 1em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.6em;
		font-weight: 600;
	}

	#documant article table {
		width: 100% !important;
	    border-collapse: collapse;
	    margin-left: 0;
	    margin-bottom: 1em;
	}

	#documant article table caption {
		text-align: left;
		font-weight: bold;
	}

	#documant article *,
	.inquiry-html * {
		color: #333;
		font-size: 1.0em;
		line-height: 1.6em;
	}

	#documant article th,
	.inquiry-html th {
		background: #eee;
		border-color: #999;
		border-style: solid;
		border-width: 1px;
		padding: 5px;
		text-align: center;
		font-weight: 900;
	}

	#documant article td,
	.inquiry-html td {
		border-color: #999;
		border-style: solid;
		border-width: 1px;
		padding: 5px;
	}

	#documant article th,
	.inquiry-html .table-non th {
		border: 1px solid #999;
	}

	#documant article td,
	#documant article td { 
		border: 1px solid #999;
		word-break: break-all;
	}

	#documant article ul {
      width: 98%;
      max-width: 98%;
      margin: 0 0 1em 0;
      padding: 0 0 0 20px;
      box-sizing: border-box;
	}
  
  	#documant img {
     max-width: 100%;
     height: auto !important;
      margin: 0 0 10px 0;
    }
  
    #documant p.float-left {
      float: none;
    }

    #documant p.float-right {
      float: none;
    }

}


/* お問い合わせエリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	footer.contact {
		width: 98%;
		margin: 2em auto 1em auto;
		background-image: none!important;
		position: static;
		float: none;
		border: 2px solid #bcbcbc;
		margin-bottom: 40px;
	}

	footer.contact:before, footer.contact:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	footer.contact:after {
		clear: both;
	}

	footer.contact h2 {
		font-size: 1.2em;
		background-color: #eeeeee;
		padding: 10px;
	}

	.contact p.group {
		padding: 5px 0px 5px 10px;
	}

	.contact dl,
	.contact dt,
	.contact dd {
		float: left;
		margin: 0px 0px 5px 10px;
	}

	.contact dd {
		margin-right: 10px;
	}

}

/* 関連記事 */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	.related-pages {
		width: 98%;
		margin: 1em auto;
	}

	.related-pages h2 {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-left: 10px solid #EDE7B6;
		color: #333333;
		padding: 0 0 0 10px;
		margin: 1em 0 1em 0;
		box-sizing: border-box;
		font-size: 1em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.6em;
		font-weight: 600;
	}

	.related-pages ul {
		margin-left: 20px;
	}

	.related-pages ul li a {
		color: #0F97C4;
	}

	.related-pages ul li a:hover {
		color: #333333;
	}

}

/* PDFダウンロードエリア */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	.ss-adobe-reader {
		width: 98%;
		margin: 0.5em auto;
		padding: 10px;
		border: 3px solid #dc2b2b;
		box-sizing: border-box;
		font-size: 0.8em;
	}

	.ss-adobe-reader:before, .ss-adobe-reader:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	.ss-adobe-reader:after {
		clear: both;
	}

	.ss-adobe-reader a {
		color: #0F97C4;
	}

	.ss-adobe-reader a:hover {
		color: #333333;
	}

}

/* ミニアンケート */
/*=======================================================================*/

@media screen and (max-width: 767px) {

	#feedback {
		width: 98%;
		margin: 2em auto 3em auto;
		color: #666666;
		box-sizing: border-box;
	}

	#feedback h2 {
		display: block;
		width: 100%;
		box-sizing: border-box;
		background: #EEECDE;
		font-size: 1em;
		font-family: "Noto Sans", "Noto Sans Japanese", sans-serif;
		line-height: 1.6em;
		font-weight: 600;
		padding: 10px 20px;
		box-sizing: border-box;
		margin: 0 0 1em 0;
	}

	#feedback p {
		margin-bottom: 0.9em;
	}

	#feedback .inquiry-form dl,
	#feedback .inquiry-form fieldset{
		margin-bottom: 1em;
		padding: 0;
		border: none;
	}

	#feedback .inquiry-form dl dt,
	#feedback .inquiry-form legend{
		font-weight: bold;
	}

	#feedback footer {
		background-image : none!important;
		position: static;
		float: none;
	}

	.columns {
		width: 100%;
		margin: 0 0 2em 0;
	}

	.columns:before, .columns:after {
		content: "\0020";
		display: block;
		height: 0;
		overflow: hidden;
	}

	.columns:after {
		clear: both;
	}

	footer.send {
		border: none !important;
	}

	.inquiry-form .send input,
	.columns .send input,
	.form-login .send input {
		display: block;
		width: 80%;
		margin: 0 auto;
		color : #333333;
		padding: 10px 0px;
		text-align :center;
		border-bottom: 4px solid #929292;
		border-top: none;
		border-left: none;
		border-right: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background-color: #d5d5d5;
		font-size: 1.0em;
		cursor: pointer;
	}

	.inquiry-form .send input:active,
	.columns .send input:active,
	.form-login .send input:active {
		border-bottom: none;
	}

	.inquiry-form dl,
	.columns dl,
	.form-login dl,
	.body--contact .inquiry-form fieldset,
  #feedback .inquiry-form fieldset{
      border-width : 1px 0px 0px 0px!important;
      border-color : #cccccc!important;
      border-style: solid!important;
      clear: both;
      padding-top: 10px;
      width: 98%;
	}
	#contactPage .inquiry-form dl dd,
	.inquiry-form dl dd, .columns dl dd,
	.form-login dl dd,
	#contactPage .inquiry-form .fields,
	#feedback  .inquiry-form .fields{
		float: none;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#contactPage .inquiry-form dl dt,
	.inquiry-form dl dt,
	.columns dl dt,
	.form-login dl dt,
	#contactPage .inquiry-form legend,
	#feedback .inquiry-form legend{
		clear: both;
		/*float: none;*/
		width: 100%;
		padding: 6px 15px;
		font-weight: bold;
		background: #f0ebe1;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}

	.inquiry-form dl select,
	.columns dl select,
	.form-login dl select,
	.inquiry-form .fields select{
	    width: 98%;
	    padding: 10px 5px;
	}

	.inquiry-form dl dt .required,
	.columns dl dt .required,
	.form-login dl dt .required,
	.inquiry-form .fields .required{
		color: #bb0000;
		font-weight: normal;
		font-size: 0.8em;
		display: block;
	}

}

/* ページ送り */

@media screen and (max-width: 767px) {
  .pagination span.current,
  .pagination a {
    float: none;
    border-radius: 0px;
    margin: 0 0px;
    display: inline-block;
    text-align: center;
  }
  
  .pagination .next a,
  .pagination .prev a {
    padding: 8px 4px;
    width : auto !important;
  }
  
  .pagination span.first,
  .pagination span.last,
  .pagination span.gap{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #soshikiPage #main {
    font-size: 0.8em;
  }
  #soshikiPage #main dt {
    float:none;
    width : 100%; 
    border-top:1px dotted #999;
  }
  #soshikiPage #main dd {
    padding:5px;
    border-top:0px dotted #999;
  }
}

@media screen and (max-width: 767px){
  .body--sisetsu .keyword input {
    width: auto;
  }
}
@media screen and (max-width: 767px){
  .event-date h2 {
      padding: 7px 0 24px 10px;
  }
}
@media screen and (max-width: 767px){
  .event-date ul {
	top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .body--sisetsu .image{
    width: 27%;
  }
}

@media screen and (max-width: 767px) {
  .body--sisetsu .image.summary-image{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
  }
}

/*=======================================================================*/
/* シティプロモーション */
/*=======================================================================*/
@media screen and (max-width: 767px) {
  .cityPromotionWrap ul.promotionLink li{
	        width: 80%!important;
  }
}
