@charset "UTF-8";
/* --------------------------------------------------
ikinari
-------------------------------------------------- */

/* --------------------------------------------------

reset

-------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
img, a {
	vertical-align: top;
	max-width: 100%;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a:focus, *:focus { outline:none !important; }
/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 

/* --------------------------------------------------
fonts
-------------------------------------------------- */



/* --------------------------------------------------
link
-------------------------------------------------- */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #282828;
	text-decoration: none;
}
a:hover {
	color: #E22A00;
	text-decoration: none;
}
a:active {
	color: #E22A00;
	text-decoration: none;
}
a {
	transition: .2s linear;
}
a img {
	transition: opacity .2s ease-out;
}
a:hover img {
	opacity: 0.5;
}
a:focus {
	outline: 1px dotted #ccc;
}

@media screen and (max-width: 800px) {
a:hover {
	opacity: 1;
}
}
/* --------------------------------------------------
html
-------------------------------------------------- */

html {
	font-size: 62.5%;
	height: 100%;
}

@media screen and (max-width: 1080px) {
html {
	font-size: 58.12%; /* 1.4rem */
}
}

@media screen and (max-width: 600px) {
html {
	font-size: 53.75%; /* 1.3rem */
}
}

@media screen and (max-width: 400px) {
html {
	font-size: 50%; /* 1.2rem */
}
}
/* --------------------------------------------------
body
-------------------------------------------------- */

body {
	font-family: 'Noto Serif JP', serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.6;
	height: 100%;
	min-height: 100%;
	color: #000;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	position: relative;
	letter-spacing: .2rem;
}

/* --------------------------------------------------
top-header
-------------------------------------------------- */
#top-header-outer {
	overflow: hidden;
	background:url(../img/main_bg.png) repeat-x;
	background-size:contain;
}
#top-header {
	text-align: center;
	position: relative;
}
.top-logo {
	width: 20%;
	z-index: 100;
	position: absolute;
	top: 8%;
	left: 40%;
}
.top-logo img{
	width: 100%;
}
.top-main{
	width:20%;
	z-index: 100;
	position: absolute;
	top: 30%;
    left: 40%;
}
.top-main img{
	width: 100%;
}
.lead-txt{
	text-align: center;
	font-size: 2rem;
	line-height: 2;
	font-weight: 500;
    z-index: 100;
	padding-top: 42%;
	padding-bottom: 5%;
}
.top-bg01{
	width:16%;
	position: absolute;
	left: 6%;
	top: 10%;
	z-index: 0;
}
.top-bg02{
	width:26%;
	position: absolute;
	left: -5%;
	top: 32%;
	z-index: 0;
}
.top-bg03{
	width:8%;
	position: absolute;
	right: 0;
	top: 14px;
	z-index: 0;
}
.top-bg04{
	width:30%;
	position: absolute;
	right: -2%;
	top: 15%;
	z-index: 0;
}
.top-bg05{
	width:16%;
	position: absolute;
	right: 8%;
	top: 60%;
	z-index: 0;
}
.top-bg01 img,
.top-bg02 img,
.top-bg03 img,
.top-bg04 img,
.top-bg05 img,
.top-bg img{
	width: 100%;
}
@media screen and (max-width: 640px) {
	.top-logo {
	width: 50%;
	top: 5%;
	left: 25%;
}
	.top-main {
    width: 30%;
    top: 30%;
    left: 35%;
}
.lead-txt{
	font-size: 1.5rem;
	line-height: 2;
	padding-top: 74%;
}
	.top-bg01 {
    width: 20%;
    left: 2%;
	}
	.top-bg03 {
    top: 8px;
	}
	.top-bg05 {
    width: 26%;
    right: 4%;
    top: 50%;
}
}

/* --------------------------------------------------
prof-box
-------------------------------------------------- */
.prof-box-bg{
	background:#F1EAD1;
	position: relative;
	padding: 5em 0;
	overflow: hidden;
}
.prof-box-bg h2{
	margin:0 auto 2em auto;
	text-align:center;
	position: relative;
	font-size:3.6rem;
	padding-bottom: .5em;
	letter-spacing: .5rem;
}
.prof-box-bg h2:after{
	content: "";
    width: 160px;
    height: 12px;
    display: inline-block;
    background: url("../img/red_line.png");
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.prof-box{
	width:96%;
	max-width:960px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
.higomaru-prof{
	width:30%;
	/*position: absolute;
	left: -1%;
	top: -18%;*/
	z-index: 100;
}
.prof-box dl{
	width: 66%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.prof-box dl dt{
	background: #000;
	color: #FFF;
	text-align: center;
	border-radius: 20px;
	padding: .25em 1em;
	white-space: nowrap;
	width: 18%;
	margin-right: 2%;
	box-sizing: border-box;
	margin-bottom: .5em;
}
.prof-box dl dd{
	border-bottom: 1px solid #565656;
	width: 80%;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.prof-bg01{
	width:34%;
	position: absolute;
	left: -3%;
	top: 10%;
	z-index: 0;
}
.prof-bg02{
	width:28%;
	position: absolute;
	right: -4%;
	bottom: 12%;
	z-index: 0;
}
.prof-bg01 img,
.prof-bg02 img{
	width: 100%;
}
@media screen and (max-width: 640px) {
	.prof-box-bg{
	padding: 2em 0;
	}
	.prof-box{
    display: block;
	}
	.higomaru-prof{
	width:60%;
		margin: 0 auto 2em auto;
}
.prof-box dl{
	width:100%;
}
	.prof-bg01{
	width:46%;
}
.prof-bg02{
	width:48%;
}
	.prof-box-bg h2{
	font-size:3rem;
}
}
/* --------------------------------------------------
sns-area
-------------------------------------------------- */
.sns-area{
	width:96%;
	max-width:960px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
}
.twitter{
	width: 60%;
}
.bnrarea{
	width: 38%;
}
.bnrarea li{
	margin-bottom: .5em;
}
.bnrarea li img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 840px) {
.sns-area{
	display: block;
}
	.twitter{
	width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	.bnrarea{
	width: 100%;
}
	.bnrarea ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.bnrarea ul li{
		width: 48%;
		margin: .5em 0;
	}
}
/* --------------------------------------------------
news-box-bg
-------------------------------------------------- */
.news-box-bg{
	width:100%;
	background:url(../img/news_bg.png) repeat;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
/* --------------------------------------------------
sns-area
-------------------------------------------------- */
.sns-area-bg{
	width:100%;
	background:url(../img/sns_bg.png) repeat;
	padding: 50px 0;
}
.news-box{
	width: 96%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	position: relative;
	z-index: 100;
	background: #FFF;
	padding: 3em 1em;
	box-sizing: border-box;
	border-radius: 20px;
	flex-wrap: wrap;
}
.news-box:before{
	content: "";
    width: 3px;
    height: 270px;
    position: absolute;
    top: -50px;
    left: 30px;
	background: #E66446;
}
.news-box h2{
	font-size: 3.4rem;
    writing-mode: vertical-rl;
    letter-spacing: 1rem;
    line-height: 1.8;
    display: inline-block;
	margin-left: .5em;
}
.news-bg01{
	width:18%;
	position: absolute;
	left: -3%;
	top: 10%;
	z-index: 0;
}
.news-bg02{
	width:18%;
	position: absolute;
	right: -4%;
	bottom: 12%;
	z-index: 0;
}
.news-bg01 img,
.news-bg02 img{
	width: 100%;
}

.link-btn {
	width: 100%;
	text-align: center;
}

.link-btn a {
	min-width:380px;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 1em 3em;
	display: inline-block;
	background: #000;
	margin-top: 2em;
}
.link-btn a:hover {
	opacity: 0.7;
	transition: opacity .2s ease-out;
}
.list-txt{
	width: 86%;
}
ul.list-txt li a {
    font-size: 1.8rem;
    padding: 1em 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px dotted #666;
}
ul.list-txt li div.date {
    width: 14em;
	color: #000;
}
ul.list-txt li div.date {
    font-weight: bold;
}
ul.list-txt li div {
    text-align: left;
    box-sizing: border-box;
}
ul.list-txt li div.date .icon-new {
    margin-left: 0.5em;
}
.icon-new {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.1em .5em;
    background: #F19A86;
    display: inline-block;
	border-radius: 5px;
}

@media screen and (max-width: 640px) {
	.news-box-bg{
		padding: 60px 0;
	}
	.news-box{
		display: block;
		padding: 1.5em 1em;
	}
	.news-box h2{
		writing-mode: horizontal-tb;
		display: block;
		position: relative;
		text-align: center;
		padding-bottom: .5em;
		font-size: 3rem;
		}
	.news-box h2:before{
	content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px;
   left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	background: #E66446;
}
	.news-box:before{
		display: none;
	}
	ul.list-txt li a{
		display: block
	}   
	ul.list-txt li {
		border-bottom: 1px dotted #666;
	}
	.news-bg01{
	width: 32%;
	left: 1%;
	top: 3%;
	z-index: 0;
}
.news-bg02{
	width: 34%;
	right: -4%;
	bottom: 2%;
}
	.sns-area-bg{
	padding: 30px 0;
}
	.link-btn a {
	min-width:100%;
	}
}


/* --------------------------------------------------
link-bnr
-------------------------------------------------- */
.link-bnr{
	width: 96%;
    max-width: 1080px;
	margin:50px auto;
}
.link-bnr ul{
	display:flex;
	justify-content:space-between;
}
.link-bnr li{
	width:48%;
}

.link-bnr li img{
	width: 100%;
}
@media screen and (max-width: 480px) {
	.link-bnr ul{
		display:block;
}
	.link-bnr li{
		width:100%;
		margin-bottom:1em;
	}
}

/* --------------------------------------------------
footer
-------------------------------------------------- */
#footer{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.kumamoto-logo{
	width: 200px;
	margin: 0 auto 2rem;
	padding-top: 4rem;
}

.to-kankouguide{
	padding: .5rem 5rem;
	border: 1px solid #000;
	display: inline-block;
	margin-bottom: 2em;
}
.to-kankouguide a:link{
	text-decoration:none;
}
.to-kankouguide a:hover{
	opacity: .7;
}
.copy-box{
	background: #000;
	color: #FFF;
	padding: 2em 0;
}
.copy-box ul{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #DCDCDC;
	width: 36em;
	margin: 0 auto;
	padding-bottom: .5em;
}
.copy-box ul li a{
	color: #FFF;
}
.copy-box ul li a:hover{
	color: #FFF;
	text-decoration: underline
}
.copyright{
	font-size: 60%;
	text-indent: .1rem;
	letter-spacing: .1rem;
	padding: 1.5rem 0;
}
@media screen and (max-width: 640px) {
.copy-box ul{
	width: 96%;
	margin: 0 auto;
	font-size: 1.2rem;
}
}
/* --------------------------------------------------
pagetop
-------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
	display:block;
}
#page-top img{
	width:160px;
	height:auto;
}
@media screen and (max-width: 1200px) {
#page-top img{
	width:120px;
	height:auto;
}
}
@media screen and (max-width: 680px) {
#page-top {
    bottom: 10px;
    right: 10px;
}
#page-top img{
	width:100px;
	height:auto;
}
}
@media screen and (max-width: 480px) {
#page-top img{
	width:80px;
	height:auto;
}
}
/* --------------------------------------------------
animation
-------------------------------------------------- */

.fx-fadein01 {
    animation: op 0s ease 0s normal,gfadein01 1.8s ease 0s normal,fuwafuwa 1.8s ease 1.8s infinite;
    visibility: visible !important;
}
.fx-fadein02 {
    animation: op 0s ease 0s normal,gfadein02 1.8s ease 0s normal;
    visibility: visible !important;
}
.fx-fadein03 {
    animation: op 0s ease 0s normal,gfadein03 1.8s ease 0s normal;
    visibility: visible !important;
}
.fx-fadein04 {
    animation: op 0s ease 0s normal,gfadein04 1.8s ease 0s normal;
    visibility: visible !important;
}
.fx-fadein05 {
    animation: op 1s ease 0s normal,gfadein05 1s ease 1s normal;
    visibility: visible !important;
}
@keyframes gfadein01 {
  0% {
	transform: scale(0);
	transform-origin: center center;
  }
  65% {
	transform: scale(1.07);
	transform-origin: center center;
  }	
  100% {
	transform: scale(1);
	transform-origin: center center;
  }	
}
@keyframes gfadein02 {
  0% {
	transform: translate(0,100px);
	opacity: 0;
  }	
  100% {
	transform: translate(0,0);
	opacity: 1;	
  }	
}
@keyframes gfadein03 {
  0% {
	transform: translate(-100px,0);
	opacity: 0;
  }	
  100% {
	transform: translate(0,0);
	opacity: 1;	
  }	
}
@keyframes gfadein04 {
  0% {
	transform: translate(0,-100px);
	opacity: 0;
  }	
  100% {
	transform: translate(0,0);
	opacity: 1;	
  }	
}
@keyframes gfadein05 {
  0% {
	transform: translate(0,100px);
	opacity: 0;
  }	
  100% {
	transform: translate(0,0);
	opacity: 1;	
  }	
}
@keyframes fadein {
  0% {
		opacity: 0;
  }
  100% {
		opacity: 1;
  }
}
@keyframes op {
  0% {
	opacity: 0;
  }
  100% {
	opacity: 0;	
  }	
}
/* --------------------------------------------------
animation
-------------------------------------------------- */

.fx-swing {
        -moz-animation: swing linear 2s infinite;
        -moz-transform-origin: center -5px 0;
        -webkit-animation: swing linear 2s infinite;
        -webkit-transform-origin: center -5px 0;
        -ms-animation: swing linear 2s infinite;
        -ms-transform-origin: center -5px 0;
        -o-animation: swing linear 2s infinite;
        -o-transform-origin:center -5px 0;
        animation: swing linear 2s infinite;
        transform-origin: center 70% 0;
}
@-moz-keyframes swing {
        0% { -moz-transform: rotate(0deg) }
        25% { -moz-transform: rotate(); }
        50% { -moz-transform: rotate(0deg); }
        75% { -moz-transform: rotate(-4deg); }
        100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing {
        0% { -webkit-transform: rotate(0deg); }
        25% { -webkit-transform: rotate(4deg); }
        50% { -webkit-transform: rotate(0deg); }
        75% { -webkit-transform: rotate(-4deg); }
        100% { -webkit-transform: rotate(0deg); }
}
@-o-keyframes swing {
        0% { -o-transform: rotate(0deg); }
        25% { -o-transform: rotate(4deg); }
        50% { -o-transform: rotate(0deg); }
        75% { -o-transform: rotate(-4deg); }
        100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing {
        0% { -ms-transform: rotate(0deg); }
        25% { -ms-transform: rotate(4deg); }
        50% { -ms-transform: rotate(0deg); }
        75% { -ms-transform: rotate(-4deg); }
        100% { -ms-transform: rotate(0deg); }
}
@keyframes swing {
        0% { transform: rotate(0deg); }
        25% { transform: rotate(4deg); }
        50% { transform: rotate(0deg); }
        75% { transform: rotate(-4deg); }
        100% { transform: rotate(0deg); }
}
.fuwafuwa {
    -webkit-animation-name:fuwafuwa;
    -webkit-animation-duration:2s;
    -webkit-animation-iteration-count:infinite;
    /-webkit-animation-direction:alternate;/
    -webkit-animation-timing-function:ease;
    
    -moz-animation-name:fuwafuwa;
    -moz-animation-duration:2s;
    -moz-animation-iteration-count:infinite;
    /-moz-animation-direction:alternate;/
    -moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -10px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -10px);}
    100% {-moz-transform:translate(0, 0);}
}

/* --------------------------------------------------
events
-------------------------------------------------- */
#header{
	overflow: hidden;
	background:url(../img/head_bg.png) repeat-x;
}
.head-box{
	width: 96%;
    max-width: 1080px;
    margin: 4% auto;
	text-align: center;
}
/*.head-box{
	width: 40%;
	max-width: 480px;
	margin: 3% auto;
	display: flex;
	justify-content: space-between;
}*/
.p-logo-img{
	width: 24%;
	max-width: 260px;
	display: inline-block;
	margin-left: 1em;
}
.p-main{
	width: 10%;
	max-width: 110px;
	display: inline-block;
	padding-top: .5em;
}
.p-logo-img img{
	width: 100%;
	
	height: auto;
}
.p-main img{
	width: 100%;
	
	height: auto;
}
.breadCrumbs {
	width: 100%;
	padding: 2rem 0;
	bottom: 0;
	background: #000;
	color: #FFF;
}

.breadCrumbs ul {
	max-width: 1200px;
	padding: 0 3%;
	margin: 0 auto;
	display: flex;
	font-size: 90%;
	justify-content: flex-vt;
}

.breadCrumbs li a {
	text-decoration: underline;
	position: relative;
	display: inline-block;
	color: #FFF;
}

.breadCrumbs li a:before {
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	display: block;
	right: -1.6em;
	top: 50%;
	transform: translateY(-50%);
}

.breadCrumbs li a:hover {
	opacity: .6;
}

.breadCrumbs li {
	display: inline;
	margin-right: 4rem;
	vertical-align: top;
}

.breadCrumbs li:first-child {
	position: relative;
}

.breadCrumbs li:last-of-type::after {
	content: none;
	margin-right: none;
}

@media screen and (max-width: 1080px) {
	.breadCrumbs ul {
		width: 90%;
	}

	.breadCrumbs li:last-child {
		margin-right: 0;
	}
}
/* --------------------------------------------------
.news-contents
-------------------------------------------------- */
.news-contents{
	background:#F1EAD1;
	position: relative;
	padding: 3em 0;
	overflow: hidden;
}
.news-contents h2{
	margin:0 auto 2em auto;
	text-align:center;
	position: relative;
	font-size:3.6rem;
	padding-bottom: .5em;
	letter-spacing: .5rem;
}
.news-contents h2:after{
	content: "";
    width: 160px;
    height: 12px;
    display: inline-block;
    background: url("../img/red_line.png");
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.head-bg01 {
    width: 12%;
    position: absolute;
    left: 6%;
    top: 6%;
    z-index: 0;
}
.head-bg02 {
	width: 6%;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 0;
}
@media screen and (max-width: 680px) {
	.head-bg01 {
    width: 12%;
    position: absolute;
    left: 6%;
    top: 3%;
    z-index: 0;
}
}
.news-page {
	width: 96%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	position: relative;
	z-index: 100;
	background: #FFF;
	padding: 3em 1em;
	box-sizing: border-box;
	border-radius: 20px;
	flex-wrap: wrap;
}
.news-page .main{
	width: 74%;
	order: 2;
}
.news-page .main .list-txt{
	width: 100%;
}
.news-page .side{
	width: 23%;
	order: 1;
}
/* paging */
.paging{
	padding:20px 0;
	text-align:right;
	clear:both;
	position:relative;
	overflow: hidden;
}
.paging .paging-sort{
	float:left;
	margin-right:1rem;
}
.paging .paging-sort select{
	padding:5px 10px;
	line-height:1;
	vertical-align:middle;
}
.paging .paging-result{
	float:left;
	display:inline-block;
	line-height:2;
	vertical-align:middle;
}
.paging span{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:.5rem;
}
.paging a{
	line-height:1;
	letter-spacing:normal;
	display:inline-block;
	padding:1rem 1.2rem;
	text-decoration:none;
	color:#272727;
	border:#d2d2d2 solid 1px;
	background:#FFF;
}
.paging a:hover{
	opacity:1;
	color:#FFF;
	background:#000;
	border:#000 solid 1px;
}
.paging .current{
	line-height:1;
	letter-spacing:normal;
	display:inline-block;
	padding:1rem 1.2rem;
	text-decoration:none;
	color:#FFF;
	border:#000 solid 1px;
	background:#000;
}
/* --------------------------------------------------
side
-------------------------------------------------- */

#side {
  width: 20%;
	float:left;
	box-sizing:border-box;
}
.side-list{
	margin-bottom:2rem;
}
.side-list h3{
	font-size:1.7rem;
	padding:15px;
	text-align:center;
	background:#000;
	color:#FFF;
}
.side-list li a{
	display:block;
	color:#000;
	background:#FFF;
	padding:15px 25px 15px 15px;
	font-size:1.4rem;
	line-height:1.2;
	border-left:#d2d2d2 solid 1px;
	border-right:#d2d2d2 solid 1px;
	border-bottom:#d2d2d2 solid 1px;
	position:relative;
}
.side-list li a:after{
	content:"\f105";
	line-height:1;
	font-size:2rem;
	font-family:fontawesome;
	position:absolute;
	right:1rem;
	top:50%;
	margin-top:-1rem;s
}
@media screen and (max-width: 840px) {
	.news-contents{
	padding: 2em 0;
	}
	.news-contents h2{
	margin:0 auto 1em auto;
}
	.news-page {
    display: block;
	padding: 1.5em 1em;
	}
	.news-page .main{
		width: 100%;
	}
	.news-page .side{
		width: 100%;
	}
}
/* --------------------------------------------------
block
-------------------------------------------------- */

.pht{
	text-align:center;
}
.pht img{
	max-width:100%;
}

/* block-center */
.block-center .pht{
	display: block;
	text-align:center;
}

/* block-right */
.block-right{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.block-right .pht{
	max-width:50%;
	float:right;
	margin-left:20px;
}
.block-right .item{
	max-width:46%;
	float:left;
	box-sizing:border-box;
}
.block-right .pht img{
	max-width:100%;
}

/* block-left */
.block-left{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.block-left .pht{
	max-width:50%;
	float:left;
	margin-right:20px;
}
.block-left .item{
	max-width:46%;
	float:right;
	box-sizing:border-box;
}
.block-left .pht img{
	max-width:100%;
}

/* block-2col */
.block-2col{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	margin-right:-1%;
}
.block-2col .pht{
	max-width:49%;
	margin-right:1%;
	float:left;
}

/* block-3col */
.block-3col{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	margin-right:-2%;
}
.block-3col .pht{
	max-width:32%;
	margin-right:1%;
	float:left;
}

/* col-left col-right */
.col-left{
	float: left;
	padding-right: 3%;
	width: 50%;
}
.col-right {
	float:right;
	padding-left: 3%;
	width: 50%;
}
/* --------------------------------------------------
post-content
-------------------------------------------------- */

/* ttl-post */
.ttl-post{
	line-height:1.4;
	font-size:2rem;
	margin-bottom:2rem;
	font-size:3rem;
	margin:1em 0;
}
.ttl-post span{
	margin-right:1rem;
}

@media screen and (max-width: 767px) {
	.ttl-post{
		font-size:2rem;
	}
}
/* post-content */
.post-content{
	overflow:hidden;
	max-width:1200px;
	margin:0 auto 2em auto;
}
.post-content .pht{
	display: table;
	width:100%;
	text-align:center;
}
.post-content .pht img{
	max-width:100%;
}
.post-content p{
	padding:1rem 0;
	max-width:800px;
	margin:0 auto;
}
.post-content .pht figcaption{
	display:block;
	font-size:1.2rem;
	padding:5px;
	line-height:1.2;
}

/* post-date */
.post-date{
	display:block;
	text-align:right;
	padding:1rem;
}
.post-date:before{
	content:"\f040";
	font-family:fontawesome;
	margin-right:1rem;
}
/* related-file related-link */
.related-file,
.related-link{
	line-height:1.2;
	border-top:#eef0f1 solid 1px;
	border-bottom:#eef0f1 solid 1px;
	margin-bottom:-1px;
}
.related-file:before{
	content:"\f019";
	font-family:fontawesome;
	margin-right:1rem;
	color:#096;
}
.related-link:before{
	content:"\f0c1";
	font-family:fontawesome;
	margin-right:1rem;
	color:#B95528;
}