@charset "utf-8";
@import url('custom.css');


/***************************************************
*	normarize
****************************************************/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
*,div,h1,h2,h3,h4,h5,dl,dt,dd,ui,ol,li,p,img,a{
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	text-decoration: none;
}
html{ font-size: 62.5%; -webkit-text-size-adjust: 100%;}
body{
	font-size: 1em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "Noto Sans JP", "Meiryo", sans-serif;
}
p{ line-height: 1.6; }
a{ cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:active, a:hover, input{ outline: 0; }
img{ vertical-align: middle;}



/***************************************************
*	base
****************************************************/
#wrapper{
	width: 100%;
	margin: 0 auto;
}



/***************************************************
*	header
****************************************************/
header{
	padding: 10px;
}
#hdr_top {
		position: relative;
		display: flex;
    justify-content: space-between;
    align-items: center;
}
header #hdr_top .logo {
}
header #hdr_top .logo img{
	height: 26px;
	width: auto;
}
header #hdr_top .logo a{
	display: inline-block;
}



/***************************************************
*	main visual
****************************************************/
header #hdr_area {
	margin: 50px auto 10px auto;
}
header #hdr_area .inner {
	position: relative;
	background: url(../img/hdr_img.png) no-repeat;
	background-size: cover;
	height: 140px;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: left;
}
header #hdr_area h1,header #hdr_area span{
	background: linear-gradient(
  90deg,
  rgba(255, 255, 255, 0.9) 0%, 
  rgba(255, 255, 255, 0.9) 60%,
  rgba(255, 255, 255, 0.7) 70%, 
  rgba(255, 255, 255, 0) 100%);
}
header #hdr_area h1, header #hdr_area span {
	font-weight: 600;
	color: #ed4e00;
	text-align: left;
	font-size: 2.6rem;
	padding: 8px 2em;
	padding: 9px 50px 9px 12px;
    line-height: 1;
}


/***************************************************
*	container
****************************************************/
#containers {
	margin: 0px auto;
	padding: 0;
	background: #FFFFFF;
	z-index: 1;
}
#containers:after {
	content: "";
	display: block;
	clear: both;
}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/***************************************************
*	slidemenu
****************************************************/
.button {
	position: relative;
	width: 46px;
	height: 46px;
	text-align: center;
	cursor: pointer;
	z-index:10000;
}
.button span{
	color: #333 !important;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	font-size: 1rem;
	line-height: 1;
}
.button span:before{
bottom: 14px;
}
.button::before,
.button::after,
.button span:before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	line-height: 0.8;
	height: 45px;
	cursor: pointer;
	height: 2px;
	width: 65%;
	background: #333;
	-webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.button::before {
	top: 17px;
}
.button::after {
	top: 9px;
}

/*menu open時*/
.button_open.button::before {
	top: 16px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.button_open.button::after {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button_open.button span:before{
	display: none;
}

ul.accordion ul {
	display: none;
}
.slidemenu {
	background-color: #f0f0f0;
	top: 0;
	width: 255px;
	width: 285px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.slidemenu li ul {
	background-color: #f0f0f0;
}
.slidemenu li {
	list-style: none;
	font-size:1.4rem;
	line-height: 1.8;
}
.slidemenu li ul li{
	font-size:1.4rem;
	line-height: 1.8;
}
.slidemenu li ul li a{
	background-color: #fff;
	padding: 12px 10px 12px 20px;
	border-bottom:none !important;
	height: 100%;
	line-height: 1.5;
}
.slidemenu li a,
.slidemenu li p {
	padding:0px 45px 0px 0px;
	display: block;
	text-decoration: none;
	color: #222;
	position:relative;
	background-color: #fff;
}
.slidemenu li a{
	padding: 10px 20px 10px 20px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #d8d8d8;
}
.slidemenu li p a{
	padding:10px 5px 10px 20px;
	position: relative;
	background-color: #ed4e00;
}
.slidemenu li p.active a{
border-bottom: 1px solid #d8d8d8;
}

.slidemenu li p span {
	display: block;
	margin:0px 10px 0px 0px;
	cursor: pointer;
	position:absolute;
	top:10px;
	right:10px;
}
.slidemenu li:first-child {
	border-top: none;
}
.slidemenu li:last-child {
	
}
.slidemenu .slidemenu-content > li:last-of-type a{
border-top: 1px solid #d8d8d8;
margin-top: -1px;
}
.slidemenu .slidemenu-header {
	height: 68px;
	border-bottom: 1px solid #bdbdbd;
	box-shadow: 0 1px 3px rgba(34,25,25,.24);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,.24);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,.24);
	background-color: #f0f0f0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.slidemenu .slidemenu-header p {
	text-decoration: none;
	color: #222;
	font-size: 1.8rem;
	text-align:center;
	font-weight: 500;
}
.slidemenu .slidemenu-header {
	position: relative;
}
.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 1px 3px rgba(34, 25, 25, .24);
}
.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
}
.slidemenu-left {
	left: 0;
}
.slidemenu-right {
	right: 0;
}








/* =============================
	 アコーディオン（○○コラム）
  ============================= */
  .menu-item {
/*	border-bottom: 1px solid rgba(255,255,255,0.1);*/
  }
  
  .menu-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	padding: 12px 16px;*/
  }
  
  .menu-title a {
	flex: 1;
  }
  
  /* 右側の「＞」ボタン */
  .accordion-toggle {
	width: 44px;
	height: 46px;
	background-color: #fff;
	border: none;
	cursor: pointer;
	position: relative;
	transition: background 0.3s ease;
  }
  
  /* 矢印部分 */
  .accordion-toggle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 9px;
	height: 9px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: transform 0.3s ease;
	bottom: 0;
	margin: auto;
  }
  
  /* 開いた状態（下向き） */
  .menu-item.open .accordion-toggle::before {
	transform: translate(-50%, -50%) rotate(225deg); /* ▼ 下向き */
	top: 10px;
  }
  /* サブメニュー */
  .submenu {
	display: none;
	background-color: #333;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
  }
  
  .menu-item.open .submenu {
	display: flex;
	background-color: #fff;
  }
  
  .submenu li {
	width: 50%;
	border-bottom: 1px solid #d8d8d8;
	box-sizing: border-box;
  }
  
  .submenu li.full {
	width: 100%;
  }
  
  .submenu a {
	display: block;
	padding: 10px 14px;
	box-sizing: border-box;
	color: #fff;
  }
  
  .submenu a:hover {
	background-color: rgba(255,255,255,0.1);
  }






/***************************************************
*	breadcrumbs
****************************************************/
#breadcrumbs {
	margin: 0 0 10px;
	background-color: #efefef;
	position: absolute;
	top: 68px;
	width: 100%;
	overflow: scroll;
    text-align: left;
}
#breadcrumbs ol {
	text-align: left;
	list-style-type: none;
	display: flex;
	margin: 5px 0px 5px 10px;
}
#breadcrumbs li {
	display: inline;
	text-align: left;
	white-space: nowrap;
	margin: 0 5px 0 0px;
	padding: 0 0 0 15px;
	font-size: 1.2rem;
}
#breadcrumbs li:first-of-type{
	padding: 0 0 0 20px;
	background: url(../img/icon_home.png) left center no-repeat;
	background-size: 14px auto;
}
#breadcrumbs li:last-of-type{
    padding-right:15px;
}



/***************************************************
*	h1, h2
****************************************************/
#container h1, #container h2 {
	font-size: 2.4rem;
	font-weight: 600;
	padding: 10px 0 15px 0;
	margin: 0 0 20px 0;
}
#container h1, #container h2,#container .detail h2{
	letter-spacing: 0.15rem;
	background: url(../img/hr.png) bottom repeat-x;
}



/***************************************************
*	main aside layout
****************************************************/
#container main {
	border: none;
	margin: 0px;
	padding: 0px 15px;
}
#container aside{
}



/***************************************************
*	main:column top page
****************************************************/
#container main section#archive article,
.column_recommend article {
	background: url(../img/hr_1.png) repeat-y left center;
	border-left: medium none;
	padding: 10px 5px 10px 20px;
	margin: 0 0 20px 0;
	position: relative;
}
#container main section#archive article a.wrap:after,
.column_recommend article a.wrap:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	background: #eee url(../img/archive_arrow.png) no-repeat;
	width: 22px;
  background-position: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#container main section#archive article:first-of-type,
.column_recommend article:first-of-type{
	margin-top: 20px;
}
#container main section#archive article time,
.column_recommend article time {
	margin: 0 10px 0 0;
	font-size: 1.3rem;
}
#container main section#archive article .category_link,
.column_recommend article .category_link{
display: inline-block;
padding-right: 30px;
vertical-align: baseline;
}
#container main section#archive article a.wrap,
.column_recommend article a.wrap {
	color: #333;
	margin: 10px 0 0;
	text-decoration: none;
}
section#archive article a.wrap h2,
section#archive article a.wrap h3,
.column_recommend article a.wrap h3 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0 0 10px;
	padding: 0 30px 0 0;
	line-height: 1.4;
}
.article_inner {
	line-height: 1.5;
	background: url(../img/sp_link_arrow.png) right 50% no-repeat;
	background-size: 18px auto;
	color: #333;
	float: inherit;
	margin: 10px 0 0 0;
	padding: 0px;
	text-decoration: none !important;
}
.article_inner p {
	font-size: 1.4rem;
	padding: 0 30px 0 0;
	clear: both;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}



/***************************************************
*	main:category page
****************************************************/
#container main section#archive div.read p {
	border: medium none;
	font-size: 1.6rem;
	margin: 20px 0;
	line-height: 1.7;
	font-weight: 600;
}
.category {
  margin-top: 40px;
}



/***************************************************
*	main:detail page
****************************************************/
#container main section#entry .summary {
	padding: 0 0 0 15px;
	position: relative;
	margin: 50px 0 0 0;
	border-left-width: 5px;
	border-left-style: solid;
}
#container main section#entry .summary time {
	font-weight: normal;
	font-size: 1.3rem;
	margin-right: 10px;
}
#container main section#entry .summary h1 {
	background: none;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0;
	line-height: 1.4;
}
#entry .category_link{
display: inline-block;
/*float: right;*/
}
#container main section#entry .detail {
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 20px 0 45px 0;
}
#container main section#entry .detail p {
	font-size: 1.6rem;
	margin: 20px 0 0;
	line-height: 1.8;
	word-break: break-all;
}

#container main section#entry .detail .detail_main_img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#container main section#entry .detail img{
	max-width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
#container main section#entry .detail h2 {
	margin: 60px 0 0 0;
	padding: 0px 0px 15px 0px;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	border-bottom: 1px solid #aaa;
	position: relative;
	background-image: none;
}
#container main section#entry .detail h2::before{
	content: "";
	background: #ed4e00;
	position: absolute;
	width: 100px;
	height: 3px;
	bottom: -2px;
	left: 0;
}
#container main section#entry .detail h3{
	margin: 40px 0 0 0;
	padding: 5px 0 5px 15px;
	font-size:1.9rem;
	line-height: 1.4;
	position: relative;
	border-left: 2px solid #ed4e00;
	font-weight: 600;
}
#container main section#entry .detail h3::before {

}
#container main section#entry .detail h4{
	margin:40px 0 0 0;
	font-size:1.8rem;
	font-weight: 600;
	line-height: 1.4;
	color: #ed4e00;
}


/* detail list style */
#container main section#entry .detail ol,
#container main section#entry .detail ul {
    margin: 20px 0 0 0;
}
#container main section#entry .detail ul li,
#container main section#entry .detail ol li{
	font-size: 1.6rem;
	line-height: 1.7;
	margin: 0px 0 0 25px;
}
#container main section#entry .detail ol li {
  list-style: outside decimal;
}
#container main section#entry .detail ul li {
  list-style: outside disc;
}



/* detail blockquote style */
#container main section#entry .detail blockquote p{
	margin: 30px 0 0 0;
	padding: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #666;
	border: 1px solid #ccc;
	line-height: 1.7;
}

/* detail table style */
#container main section#entry .detail table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 1.5em;
	margin: 20px 0 0 0;
	table-layout: auto;
	word-break: break-word;
}

#container main section#entry .detail th,
#container main section#entry .detail td {
	padding: 6px 10px;
	border: 1px solid #ddd;
	min-width: 60px;
	vertical-align: top;
	font-size: 1.5rem;
        line-height: 1.6;
}



/* detail link style */
#container main section#entry .detail a{
	text-decoration: underline;
}
#container main section#entry .detail a:hover{
	text-decoration: none;
}

/* recommend */
.column_recommend{
	margin-top: 40px;
}
.column_recommend .recommend_title + p{
	font-size: 1.6rem;
	margin-top: 20px;
}

/***************************************************
*	main:paging
****************************************************/
div.paging {
  clear: both;
	padding:20px 0 30px 0;
}
.paging ul {
	display: table;
	margin: 0 auto !important;
	padding: 0 !important;
}
.paging ul li {
	font-size: 1.4rem;
	display: block;
	float: left;
}
.paging ul li a:hover {
	color: #fff !important;
}
.paging ul li a {
	background: #fff;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	margin: 0px 3px;
	padding: 6px 12px;
	text-decoration: none !important;
}
.paging ul li a {
	display: none;
}
.paging ul li a.prev {
	border-right: none;
	display: block;
}
.paging ul li a.column_active {
	display: block;
}
.paging ul li a.next {
	border-left: none;
	display: block;
}
.paging ul li a.column_active {
	font-weight: bold;
	color: #FFF;
}
.paging .sp_text_prev {
  padding: 0 0 0 10px;
}
.paging .sp_text_next {
  padding: 0 10px 0 0;
}



/***************************************************
*	main:prev next link
****************************************************/
.prev_next_article_links{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding:20px 0 20px 0;
}

.prev_next_article_links li{
	display: table-cell;
	padding: 20px;
	border:1px solid #ccc;
	width: 50%;
	box-sizing:border-box;
}
.prev_next_article_links li:nth-child(even){
	border-left:none;
}
.prev_next_article_links li a{
	text-decoration: none;
	padding:10px 15px 15px 15px;
	display:block;
}
.prev_next_article_links li.prev_link{
	float: left;
	}
.prev_next_article_links li.next_link{
	float: right;
	}
.prev_next_article_links li.prev_link .prev_next_tit{
	float:left;
}
.prev_next_article_links li.next_link .prev_next_tit{
	float:right;
}
.prev_next_article_links .prev_next_tit .paging_tit{
	vertical-align: middle;
}

.prev_next_article_links .prev_link .prev_next_text{
	float:right;
}
.prev_next_article_links .next_link .prev_next_text{
	float:left;
}
.prev_next_article_links li a h2{
	font-size: 1.6rem !important;
	line-height:1.4 !important;
	text-decoration:none;
	background:none;
	font-weight:bold !important;
	background:none !important;
	letter-spacing: 0 !important;
	margin: 0 !important;
	padding:10px 0 10px 0 !important;
	text-decoration: underline;
}

.prev_next_article_links li a:hover h2{
	text-decoration:none;
}
.prev_next_article_links li a .paging_tit{
	text-align:center;
	font-weight:bold;
	float:left;
}
.prev_next_article_links li a p{
	color:#333;
	line-height:1.5;
	margin: 0 0 10px 0;
	font-size:1.4rem;
}
.prev_next_article_links ul{
	margin:0;
	padding:0;
}

.prev_next_article_links li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.prev_next_article_links li.prev_link p.paging_tit{
	padding:7px 0px 0px 20px;
	margin-bottom:0px;
}
.prev_next_article_links li.next_link p.paging_tit{
	padding: 7px 20px 0px 0px;
	text-align:right;
	margin-bottom:0px;
}


/* prev next link icon */
.prev_next_article_links li.next_link p.paging_tit,
.prev_next_article_links li.prev_link p.paging_tit{
	position: relative;
	display: block;
	background-image:none;
}
.prev_next_article_links li.next_link p.paging_tit::before,
.prev_next_article_links li.next_link p.paging_tit::after,
.prev_next_article_links li.prev_link p.paging_tit::before,
.prev_next_article_links li.prev_link p.paging_tit::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	content: "";
	vertical-align: middle;
}
.prev_next_article_links li.prev_link p.paging_tit::before,
.prev_next_article_links li.next_link p.paging_tit::before{
	top:10px;
	width: 10px;
	height: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
}
.prev_next_article_links li.next_link p.paging_tit::before{
	right: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.prev_next_article_links li.prev_link p.paging_tit::before{
	left: 5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


/***************************************************
*	main:social_area
****************************************************/
.sns_btn {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.sns_btn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.sns_btn li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: block;
	text-align: right;
}
.sns_btn li.hatena {
}
.sns_btn li.twitter {
}
.sns_btn li.google {
}
.sns_btn li.facebook {
}
.error-message {

}
#flashMessage {

}
/*Google+1*/
#___plusone_0, #___plusone_1 {

}



/***************************************************
*	aside:nav
****************************************************/
#container aside{
	width: 100%;
	margin: 40px 0 60px 0;
	padding: 0px 15px;
	box-sizing: border-box;
	position: relative;
}
#container aside h2{
	padding-bottom: 16px;
	background:#f0f0f0;
	color: #222;
	padding: 10px 15px;
	margin: 0;
	font-weight: 500;
}

#container aside ul#menu-category{
	margin: 0px 0 36px 0;
}
#container aside ul#menu-category li{
	font-size: 1.5rem;
		margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#container aside ul#menu-category li a{
	display: block;
	padding: 14px 15px;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-bottom: 1px solid #ccc;
}
#container aside ul#menu-category li:hover:before{
	left:4px;
}
#container aside ul#menu-category li.arrow::before{
	top: 12px;
  bottom: inherit;
}

/***************************************************
*	info link
****************************************************/
.info_link{
	max-width: 300px;
    margin: 0 auto;
}
.info_link ul{
	display: flex;
	flex-direction: column;
	gap:15px;
}
.info_link_btn{
	padding: 18px 10px;
	color: #fff;
	background-color: #ed4e00;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	font-size: 1.6em;
	display: block;
	text-align: center;
	box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 17%);
	transition: .4s;
	position: relative;
}
.info_link_btn:hover {
    filter: brightness(1.25) invert(0);
}

.info_link_btn::after {
    display: inline-block;
    content: "";
    margin-left: 10px;
    transition: .4s;
    background-image: url(../img/icon_window_wh.png);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/***************************************************
*	footer
****************************************************/
a#pagetop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	padding: 10px 10px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.8;
	z-index:10;
}
a#pagetop:hover{
	opacity: 1;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
footer{
	margin: 0 auto;
	overflow:auto;
	width: 100%;
	background: #ccc;
}
footer .inner{
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 10px 5px 10px;
}
footer ul.ftr_nav{
	display: flex;
	flex-direction: column;
	font-size:0.8rem;
	justify-content: center;
}
footer ul.ftr_nav:after{
	content: "";
	display: block;
	clear: both !important;
}

footer ul.ftr_nav li a{
	font-size: 1.4rem;
	color: #222222;
	display: block;
	text-align: center;
	padding: 12px 0;
}
footer ul.ftr_nav li a:hover{
	text-decoration: underline;
}
footer .copy{
	font-size: 1.1rem;
	color: #222222;
	text-align: center;
	margin-top: 50px;
	display: block;
}



/***************************************************
*	display: none;
****************************************************/
.thumnbail,
.nextbar, /*#entry span,*/
.sp_main_img {
        display: none;
}




/***************************************************
*	clearfix
****************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
