@charset "utf-8";
/* CSS Document */

body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	word-wrap : break-word;
	overflow-wrap : break-word;
	counter-reset: ranking;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

a {
	color: #036eb8;
	text-decoration: underline;
}

a:hover {
	color: #006c6b;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
}

h2 {
	position: relative;
	background: #666;
	color: #fff;
	font-size: 24px;
	line-height: 1.6;
	margin: 40px 0 35px;
	padding: 7px 10px 3px;
	clear: both;
}

h2::before, 
h2::after {
	content: '';
	position: absolute;
	border-top: 10px solid #666;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}

h3 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	font-size: 22px;
	color: #666;
	line-height: 1.6;
	margin: 35px 0 25px;
	clear: both;
}

h4 {
	border-left: 5px solid #666;
	padding: 2px 0 0 8px;
	font-size: 18px;
	color: #666;
	line-height: 1.6;
	margin: 25px 0 20px;
	clear: both;
}

table {
	width: 100%;
	margin-bottom: 25px;
	clear: both;
	word-break: break-all;
}

table th {
	vertical-align: top;
	border: 1px solid #ccc;
	background: #F3F3F3;
	padding: 20px;
}

table td {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 20px;
}

ul {
	margin: 0 0 20px 12px;
}

ul li {
	background: url("../images/common/iconList.png") no-repeat 8px 9px;
	background-size: 8px 8px;
	padding-left: 26px;
}

ol {
	margin: 0 0 20px 38px;
}

ul li + li,
ol li + li {
	margin-top: 10px;
}

p {
	margin-bottom: 20px;
}

iframe {
	border: none;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px dotted #ccc;
	margin: 30px 0;
}

blockquote {
	background: url("../images/common/iconQuoteW.png") no-repeat #f3f3f3 20px 10px;
	background-size: 50px 50px;
	padding: 70px 20px 20px 20px;
	margin: 25px 30px 25px 0;
	clear: both;
}

blockquote > *:last-child {
	margin-bottom: 0;
}

a img {
	backface-visibility: hidden;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

video {
	width: 100%;
	max-width: 400px;
	height: auto;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	table th, 
	table td {
		padding: 10px;
	}

	blockquote {
		background: url("../images/common/iconQuoteW.png") no-repeat #f3f3f3 10px 10px;
		background-size: 40px 40px;
		padding: 60px 10px 10px 10px;
		margin: 25px 10px 25px 0;
	}

}



/* --------------------------------------------------------------
WRAP
-------------------------------------------------------------- */
#wrap {
	position: relative;
}



/* --------------------------------------------------------------
HEADER,FOOTER
-------------------------------------------------------------- */
header h1, 
header p, 
footer p {
	margin-bottom: 0;
}

#glNavAreaPc ul, 
#glNavAreaSp ul {
	margin: 0;
}

#glNavAreaPc ul li, 
#glNavAreaSp ul li {
	background:none;
	padding-left: 0;
}

#glNavAreaPc ul li + li, 
#glNavAreaSp ul li + li, 
#footNav ul li + li {
	margin-top: 0;
}

#headerArea {
	max-width: 1020px;
	margin: 0 auto;
	padding: 10px;
}

#headerArea h1,
#headerArea p.desc {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	line-height: 1.4;
}

#headerArea h1 a,
#headerArea p.desc a {
	color: #333;
	text-decoration: none;
}

#headerArea ul#headNavSp {
	display: none;
}

#glNavSp {
	display: none;
}

#main {
	background: url("../images/common/bgMainPc202412.png") repeat-x center top;
	background-size: cover;
}

#main #mainArea {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
	height: 465px;
}

#main #mainArea #mainSent {
	padding: 55px 0 0 10px;
}

#main #mainArea #mainSent p {
	/*font-size: 22px;
	line-height: 1.6;
	margin-bottom: 0;*/

width: 380px;
float: right;
font-size: 40px;
font-weight: bold;
text-align: center;
color: #643C2C;
line-height: 1.6;
padding-top: 100px;

}

#main #mainArea #mainSent p.tit {
/*	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;*/
}

#glNavPc {
	background: #efefef;
}

#glNavPc #glNavAreaPc {
	max-width: 1021px;
	margin: 0 auto;
	padding: 20px 10px;
}

#glNavPc #glNavAreaPc ul {
	margin-top: -5px;
}

#glNavPc #glNavAreaPc ul li {
	float: left;
	font-size: 14px;
	line-height: 1.6;
	border-right: 1px dotted #ccc;
	margin-top: 5px;
}

#glNavPc #glNavAreaPc ul li:first-child {
	border-left: 1px dotted #ccc;
}

#glNavPc #glNavAreaPc ul li a{
	color: #333;
	text-decoration: none;
	padding: 5px 15px;
	display: block;
}

#glNavPc #glNavAreaPc ul li a:hover, 
#glNavPc #glNavAreaPc ul li.current a {
	background: #666;
	color: #fff;
}

#footer, 
#copy {
	background: #efefef;
}

#footer #footerArea {
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px 10px;
}

#footer #footerArea #footNav ul {
	margin: -10px 0 20px -20px;
	float: left;
	width: 66%;
}

#footer #footerArea #footNav ul li {
	float: left;
	margin: 10px 0 0 20px;
}

#footer #footerArea  p#supportLogo {
	float: right;
	width: 250px;
}

#footer #footerArea  p#supportLogo img {
	width: 100%;
	height: auto;
}

#footer #footerArea .desc {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	margin-top: 20px;
}

#copy p {
	font-family: Verdana,"Roboto","Droid Sans";
	max-width: 1020px;
	margin: 0 auto;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color: #666;
	line-height: 1.4;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#header {
		border-bottom: none;
	}

	#glNavPc, 
	#glNavSp #glNavAreaSp ul {
		display: none;
	}

	#headerArea ul#headNavSp {
		display: flex;
		margin: 0 0 0 -5px;
	}

	#headerArea ul#headNavSp li {
		background: none;
		padding-left: 0;
		margin: 5px 0 0 5px;
	}

	#headerArea ul#headNavSp li.mail {
		width: 100%;
		max-width: 160px;
	}

	#headerArea ul#headNavSp li.mail a {
		background-color: #666;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		line-height: 120%;
		text-align: center;
		text-decoration: none;
		padding: 5px 2px;
		display: block;
	}

	#headerArea ul#headNavSp li.mail a:hover {
		background-color: #999;
	}

	#headerArea ul#headNavSp li.tel img {
		width: 164px;
		height: auto;
	}

	#headerArea ul#headNavSp li.line img {
		width: 36px;
		height: auto;
	}

	#glNavSp {
		display: block;
		background: #efefef;
		width: 100%;
	}

	#glNavBox {
		position: relative;
		z-index: 98;
	}

	#glNavSp #glNavAreaSp p#btnGnav {
		padding: 10px;
		color: #666;
		text-align: right;
		cursor: pointer;
	}

	#glNavSp #glNavAreaSp ul {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #efefef;
	}

	#glNavSp #glNavAreaSp ul li {
		border-top: 1px solid #666;
	}

	#glNavSp #glNavAreaSp ul li a {
		padding: 10px;
		display: block;
		color: #333;
		text-decoration: none;
	}

	#glNavSp #glNavAreaSp ul li a:hover, 
	#glNavSp #glNavAreaSp ul li.current a  {
		background: #666;
		color: #fff;
	}

	#glNavSp.fixed {
		position: fixed;
		top: 0;
		z-index: 99;
		box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	}

	#glNavSp.fixed #glNavBox, 
	#glNavSp.fixed #glNavAreaSp ul {
		position: static;
	}

	#main {
		background: url("../images/common/bgMainSp202412.png") repeat-x center top;
		background-size: cover;
	}

	#main #mainArea {
		height: 200px;
	}

	#main #mainArea #mainSent {
		padding: 20px 0 0;
	}

	#main #mainArea #mainSent p {
		/*font-size: 14px;*/
width: 180px;
float: right;
font-size: 18px;
font-weight: bold;
text-align: center;
color: #643C2C;
line-height: 1.6;
padding-top: 50px;

	}

	#main #mainArea #mainSent p.tit {
		/*font-size: 20px;
		font-weight: bold;
		margin-bottom: 5px;*/
	}

	.headerLine {margin-top: 5px !important;}

	#footer #footerArea #footNav ul {
		float: none;
		width: auto;
	}

	#footer #footerArea p#supportLogo {
		float: none;
		width: 100%;
		max-width: 250px;
		margin: 20px auto 0;
	}

}


/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
#contentsArea {
	max-width: 1020px;
	margin: 0 auto;
	padding: 20px 10px 60px;
}

#contentsArea #contentsLeft {
	float: left;
	width: 100%;
	margin-right: -240px;
	/*margin-right: -24%;*/
}

#contentsArea #contentsLeft #contentsDetail {
	background: #fff;
	margin-right: 270px;
	/*
	margin-right: 27%;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 20px;
	*/
}

#contentsArea #contentsRight {
	float: right;
	width: 240px;
	/*width: 24%;*/
}

#contentsArea #contentsRight p.sideTit {
	font-weight: bold;
	margin: 30px 0 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#contentsArea #contentsRight ul.sideBanner {
	margin-left: 0;
}

#contentsArea #contentsRight #sideEntry ul, 
#contentsArea #contentsRight #sidePopular ul {
	margin: 0;
}

#contentsArea #contentsRight ul.sideBanner li, 
#contentsArea #contentsRight ul.btn li, 
#contentsArea #contentsRight #sideEntry ul li, 
#contentsArea #contentsRight #sidePopular ul li {
	background:none;
	padding-left: 0;
}

#contentsArea #contentsRight #sideEntry ul li + li, 
#contentsArea #contentsRight #sidePopular ul li + li {
	margin-top: 0;
}

#contentsArea #contentsRight ul.sideBanner li img {
	width: 100%;
	height: auto;
}

#contentsArea #contentsRight ul.btn {
	margin: -12px 0 0 -12px;
	/*margin: -4.762% 0 0 -4.762%;*/
}

#contentsArea #contentsRight ul.btn li {
	float: left;
	width: 51px;
	margin: 12px 0 0 12px;
	/*
	width: 20.238%;
	margin: 4.762% 0 0 4.762%;
	*/
}

#contentsArea #contentsRight ul.btn li img {
	width: 100%;
	height: auto;
}

#contentsArea #contentsRight #searchBox {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

#contentsArea #contentsRight #searchBox input[type=text] {
	height: 32px;
	color: #333;
	border-radius: 0;
	border: none;
	background: #ddd;
	padding: 5px 65px 5px 5px;
	width: 100%;
}

#contentsArea #contentsRight #searchBox #searchsubmit {
	background: #ddd;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 32px;
	z-index: 20;
}

#contentsArea #contentsRight #sideEntry p.ph img, 
#contentsArea #contentsRight #sidePopular p.ph img {
	width: 100%;
	height: auto;
}

#contentsArea #contentsRight #sideEntry .cont, 
#contentsArea #contentsRight #sidePopular .cont {
	margin-left: 90px;
	/*margin-left: 37.5%;*/
}

#contentsArea #contentsRight #sideEntry .cont p.tit, 
#contentsArea #contentsRight #sidePopular .cont p.tit {
	font-weight: bold;
	margin-bottom: 5px;
}

#contentsArea #contentsRight #sideEntry .cont .txt, 
#contentsArea #contentsRight #sidePopular .cont .txt {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

#contentsArea #contentsRight #sideEntry .cont .txt p, 
#contentsArea #contentsRight #sidePopular .cont .txt p {
	margin-bottom: 0;
}

#contentsArea #contentsRight #sideEntry .box, 
#contentsArea #contentsRight #sidePopular .box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

#contentsArea #contentsRight #sideEntry .box:last-child, 
#contentsArea #contentsRight #sidePopular .box:last-child {
	margin-bottom: 0;
	padding-bottom: 0px;
	border-bottom: none;
}

#contentsArea #contentsRight #sideEntry p.ph {
	float: left;
	width: 80px;
	/*width: 33.334%;*/
	margin-bottom: 0;
}

#contentsArea #contentsRight #sidePopular p.ph {
	position: relative;
	float: left;
	width: 80px;
	/*width: 33.334%;*/
	margin-bottom: 0;
}

#contentsArea #contentsRight #sidePopular p.ph::before {
	background: rgba(102,102,102,1);
	color: #fff;
	counter-increment: ranking;
	content: counter(ranking, decimal);
	font-size: 12px;
	left: 2px;
	top: 2px;
	line-height: 1;
	padding: 4px 7px;
	position: absolute;
	z-index: 2;
	font-family: Arial;
}

#contentsArea #contentsRight #sidePopular .box .viewCount {
	margin-top: 5px;
	background: #F7F7F7;
	padding: 5px 10px;
	display: inline-block;
}

#contentsArea #contentsRight .sideFb {
	margin-bottom: 20px;
}

#contentsArea #contentsRight #sideWiget {
	margin-bottom: 30px;
}

#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	width: 100%;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	/*padding-top: 10px;*/
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 1.6;
}

#wp-calendar tr th {
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	background: #f3f3f3;
}

#wp-calendar tr td {
	text-align: center;
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 18px;
}

#wp-calendar td a {
	display: block;
	color: #666;
}

#wp-calendar td a:hover {
	color: #FF8400;
}

#wp-calendar tbody tr #today {
	background: #F2FFDF;
}

.pageNavi {
	margin-top: 30px;
}

.pageNavi .current {
	background: #666;
	border: 1px solid #666;
	color: #fff;
	padding: 5px 10px;
	margin: 0 2px;
	text-decoration: none;
	display: inline-block;
	min-height: 20px;
}

.pageNavi a.page-numbers {
	background: #fff;
	color: #666;
	border: solid 1px #999;
	padding: 5px 10px;
	margin: 0 2px;
	text-decoration: none;
	display: inline-block;
	min-height: 20px;
}

#breadcrumbArea {
	max-width: 1020px;
	margin: 0 auto;
	padding: 10px;
}

#breadcrumbArea ul {
	margin: -5px -10px 0 0;
}

#breadcrumbArea ul li {
	background: none;
	padding: 0 15px 0 0;
	float: left;
	font-size: 13px;
	line-height: 1.6;
	margin: 5px 8px 0 0;
}

#breadcrumbArea ul li:last-child {
	padding: 0;
	margin-left: 0;
}

#breadcrumbArea ul li a {
	color: #036eb8;
	text-decoration: none;
	display: inline-block;
}

#breadcrumbArea ul li a:last-child {
	position: relative;
}

#breadcrumbArea ul li a:last-child::after {
	content: '';
	background: url("../images/common/arrowPan.png") no-repeat 0 0;
	background-size: 5px 8px;
	position: absolute;
	top: 5px;
	right: -15px;
	width: 5px;
	height: 8px;
	pointer-events: none;
}

#breadcrumbArea ul li a:hover {
	text-decoration: underline;
}

#listArea .box, 
#listArea2 .box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

#listArea .box p, 
#listArea2 .box p {
	margin-bottom: 0;
}

#listArea .box p.ph, 
#listArea2 .box p.ph {
	float: left;
	width: 150px;
	/*width: 20.548%;*/
}

#listArea .box p.ph img, 
#listArea2 .box p.ph img {
	width: 100%;
	height: auto;
}

#listArea .box .cont, 
#listArea2 .box .cont {
	margin-left: 170px;
	/*margin-left: 23.288%;*/
}

#listArea .box .cont h3, 
#listArea2 .box .cont h3 {
	border-bottom: none;
	margin: 0 0 8px;
	clear: inherit;
}

.info {
	background: #F7F7F7;
	padding: 5px 10px;
	font-size: 12px;
	margin-bottom: 10px;
}

.info .infoArea {
	margin: -5px 0 0 -10px;
	overflow: hidden;
}

.info .infoArea p {
	float: left;
	margin: 5px 0 0 10px;
}

#listArea .box .cont .txt, 
#listArea2 .box .cont .txt {
	font-size: 16px;
}

#listArea .box .cont .txt p.continuation, 
#listArea2 .box .cont .txt p.continuation {
	margin-top: 15px;
	text-align: center;
}

#listArea .box .cont .txt p.continuation a, 
#listArea2 .box .cont .txt p.continuation a {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 150px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
}

#listArea .box .cont .txt p.continuation a:hover, 
#listArea2 .box .cont .txt p.continuation a:hover {
	background: #999;
	border: 1px solid #999;
	color: #fff;
}

/*
.alignnone {
	margin-bottom: 25px;
}
*/

.aligncenter {
	display: block;
	margin: 0 auto 25px;
}

.alignright {
	display: block;
	margin: 0 0 25px 20px;
	float: right;
}

.alignleft {
	display: block;
	margin: 0 20px 25px 0;
	float: left;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px;
	margin-bottom: 25px;
	max-width: 100%;
	height: auto;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text a, 
.wp-caption-text {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin: 5px 0 0;
}

.waku1 {
	border: 2px solid #ccc;
	padding: 20px;
	margin-bottom: 25px;
	clear: both;
}

.waku2 {
	background: #efefef;
	padding: 20px;
	margin-bottom: 25px;
	clear: both;
}

.waku1 > *:first-child, 
.waku2 > *:first-child {
	margin-top: 0;
}

.waku1 > *:last-child, 
.waku2 > *:last-child {
	margin-bottom: 0;
}

.waku1::before, 
.waku1::after, 
.waku2::before, 
.waku2::after {
	content: "";
	display: table;
}

.waku1::after, 
.waku2::after {
	clear:both;
}

.frameBox{
	margin-bottom: 25px;
}

.frameBox img {
	max-width: 100%;
	height: auto;
}

.frameBox .facebook{
	overflow-x: auto;
}

.frameBox iframe.wp-embedded-content {
	max-width: 100%;
}

.frameBox .youtube, 
.frameBox .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}

.frameBox .instagram {
	position: relative;
	padding-bottom: 120%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}

.frameBox .youtube iframe, 
.frameBox .ggmap iframe, 
.frameBox .instagram iframe {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: 100%;
}

#pageTop p {
	position: fixed;
	right: 10px;
	bottom: 80px !important;
	width: 40px;
	margin-bottom: 0;
	z-index: 20;
}

#pageTop p img {
	width: 100%;
	height: auto;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#contentsArea #contentsLeft {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}

	#contentsArea #contentsLeft #contentsDetail {
		margin-right: 0;
		/*
		border-radius: 0;
		border: none;
		padding: 0;
		*/
	}

	#contentsArea #contentsRight {
		float: none;
		width: auto;
	}

	#contentsArea #contentsRight ul.sideBanner {
		max-width: 500px;
		margin: 0 auto 20px;
	}

	#contentsArea #contentsRight ul.btn {
		margin: -10px 0 0 -10px;
	}

	#contentsArea #contentsRight ul.btn li {
		width: 52px;
		margin: 10px 0 0 10px;
	}

	#contentsArea #contentsRight #sideEntry p.ph, 
	#contentsArea #contentsRight #sidePopular p.ph {
		width: 80px;
	}

	#contentsArea #contentsRight #sideEntry .cont, 
	#contentsArea #contentsRight #sidePopular .cont {
		margin-left: 90px;
	}

	#contentsArea #contentsRight .sideFb {
		margin: 0 auto 20px;
		width: 240px;
	}

	#listArea .box p.ph, 
	#listArea2 .box p.ph {
		float: none;
		margin: 0 auto 15px;
	}

	#listArea .box .cont, 
	#listArea2 .box .cont {
		margin-left: 0;
	}

	.alignright, 
	.alignleft {
		float: none;
		margin: 0 auto 25px;
	}

	.waku1, 
	.waku2 {
		padding: 10px;
	}

}



/* --------------------------------------------------------------
CATEGOTY,ARCHIVE
-------------------------------------------------------------- */
#categoryList h2 {
	margin-top: 0;
}



/* --------------------------------------------------------------
PAGE
-------------------------------------------------------------- */
#pageDetail img {
	max-width: 100%;
	height: auto;
}

#pageDetail .txt > *:last-child {
	margin-bottom: 0;
}

#pageDetail .txt > h2:first-child {
	margin-top: 0;
}



/* --------------------------------------------------------------
SINGLE
-------------------------------------------------------------- */
#singleDetail img {
	max-width: 100%;
	height: auto;
}

p.bottomTit {
	font-weight: bold;
	margin: 30px 0 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #5687ca;
}

#singleDetail h1 {
	margin-bottom: 10px;
}

#singleDetail .info {
	margin-bottom: 30px;
}

#singleDetail .txt > *:last-child {
	margin-bottom: 0;
}

#singleDetail .txt > h2:first-child {
	margin-top: 0;
}

#contributor {
	margin-top: 40px;
	border: 2px solid #ccc;
	padding: 20px;
}

#contributor p.tit {
	background: #ccc;
	padding: 10px;
	font-weight: bold;
}

#contributor p.ph {
	float: left;
	width: 80px;
	margin-bottom: 0;
}

#contributor p.ph img {
	width: 100%;
	height: auto;
}

#contributor p.name {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	margin-left: 95px;
}

#contributor .profile {
	margin-left: 95px;
}

#contributor *:last-child {
	margin-bottom: 0;
}

#sns {
	margin-top: 40px;
}

#sns ul {
	margin: -10px 0 0 -10px;
}

#sns ul li {
	background: none;
	padding-left: 0;
	float: left;
	margin: 10px 0 0 10px;
}

.feedly {
	text-align: center;
}

.feedly a {
	text-decoration: none;
}

.feedly span {
	display: block;
	color: #444;
	border: 1px solid #ccc;
	margin-bottom: 9px;
	font-size: 13px;
	padding: 5px;
	border-radius: 3px;
	position: relative;
	background: #fff;
}

.feedly span::before {
	position: absolute;
	top: 100%;
	left: 28px;
	width: 0;
	height: 0;
	content: "";
	border: 5px solid transparent;
	border-top-color: #999;
}

.feedly span::after {
	position: absolute;
	top: 100%;
	left: 29px;
	width: 0;
	height: 0;
	content: "";
	border: 4px solid transparent;
	border-top-color: #fff;
}

.feedly img:hover {
	opacity: 0.8;
}

#commentArea {
	margin-top: 40px;
}

#commentArea > ul {
	margin-left: 0;
}

#commentArea > ul > li {
	background: #f3f3f3;
	padding: 15px;
	margin: 0 0 15px 0;
}

#commentArea ul li:last-child {
	margin: 0;
}

#commentArea ul.children {
	padding-top: 15px;
	margin: 15px 0 0 0;
	border-top: 1px dotted #ccc;
}

#commentArea ul.children li {
	background: none;
	padding-left: 0;
}

#commentArea .commentmetadata {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.6;
}

#commentArea #respond {
	background: #f3f3f3;
	padding: 15px;
}

#commentArea #respond h3#reply-title {
	background: url("../images/common/iconCommentG.png") no-repeat 0 0;
	background-size: 36px 30px;
	padding: 4px 0 0 44px;
	min-height: 30px;
	font-size: 16px;
	border-bottom: none;
	margin: 0 0 10px;
}

#commentArea #respond textarea {
	width: 100%;
	padding: 10px;
}

#commentArea #respond input {
	padding: 10px;
	width: 100%;
}

#commentArea #respond input[type="submit"] {
	background: #ccc;
	border: none;
	padding: 10px;
	-webkit-appearance: none;
	cursor: pointer;
}

#commentArea .comment-awaiting-moderation {
	color: #f65050;
}

#relatedArticle ul {
	margin: 0;
}

#relatedArticle ul li {
	background: none;
	padding-left: 0;
}

#relatedArticle ul li + li {
	margin-top: 0;
}

#relatedArticle .box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

#relatedArticle .box:last-child {
	margin-bottom: 0;
	padding-bottom: 0px;
	border-bottom: none;
}

#relatedArticle .box .ph {
	float: left;
	width: 100px;
	margin-bottom: 0;
}

#relatedArticle .box .ph img {
	width: 100%;
	height: auto;
}

#relatedArticle .box .cont {
	margin-left: 110px;
}

#relatedArticle .box .cont p.tit {
	font-weight: bold;
	margin-bottom: 5px;
}

#relatedArticle .box .cont .txt {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

#relatedArticle .box .cont .txt p {
	margin-bottom: 0;
}

#pageNavi {
	margin-top: 30px;
}

#pageNavi dl {
	margin-top: -10px;
}

#pageNavi dl dt {
	float: left;
	width: 5.5em;
	clear: left;
	background: #666;
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#pageNavi dl dd {
	margin: 10px 0 0 6.5em;
	padding: 5px;
	font-size: 14px;
	line-height: 1.6;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#contributor {
		padding: 10px;
	}

	#contributor p.ph {
		margin-bottom: 20px;
		width: 60px;
	}

	#contributor p.name {
		margin-left: 70px;
	}

	#contributor .profile {
		margin-left: 0;
		clear: both;
	}

}



/* --------------------------------------------------------------
FORM
-------------------------------------------------------------- */
.req {
	background: #ce4739;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

.kome {
	color: #ce4739;
	font-weight: bold;
	font-size: 10px;
	vertical-align: top;
}

ul.error-messages {
	margin: 0;
}

ul.error-messages li {
	margin-bottom: 10px;
}

#formTable table {
	width: 100%;
}

#formTable table tr th {
	width: 280px;
	text-align: left;
	vertical-align: top;
}

/*
#formTable table tr td span.wpcf7-list-item {
	display: block;
	margin: 0;
}
*/

#formTable table tr td input[type="text"], 
#formTable table tr td input[type="email"], 
#formTable table tr td textarea {
	padding: 10px;
	/*width: 420px;*/
	width: 100%;
	border: 1px solid #aaa;
}

#formTable table tr td input[type="tel"] {
	padding: 10px;
	width: 200px;
	/*width: 100%;*/
	border: 1px solid #aaa;
}

#formTable table tr td input[type="text"]#addnum {
	width: 200px;
}

#formTable table tr td select {
	padding: 10px;
}

form.wpcf7-form p.buttons-area-confirm {
	padding: 0!important;
	margin: 20px 0 0;
	text-align: center;
}

form.wpcf7-form p.submit-button {
	margin: 20px 0 0;
	text-align: center;
}

form.wpcf7-form p.buttons-area-confirm .button-confirm, 
form.wpcf7-form p.submit-button .wpcf7-submit {
	padding: 10px 20px;
	background: #666;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	width: 200px;
}

form.wpcf7-form p.submit-button .button-rewrite {
	padding: 10px 20px;
	background: #eee;
	color: #666;
	border: none;
	cursor: pointer;
	font-size: 16px;
	width: 120px;
}

form.wpcf7-form p.buttons-area .wpcf7-submit {
	margin-left: 0!important;
	width: 200px;
}

form.wpcf7-form table tr.error td {
	background: #ffedda!important;
}

form.wpcf7-form table td span.wpcf7-form-control-wrap-confirm {
	color: #333!important;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #60C0BD!important;
	text-align: center;
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	color:  #db381d;
}

.wpcf7-validation-errors {
	border: 2px solid #ce4739!important;
	text-align: center;
	margin-top: 20px;
}

.wpcf7-spinner {
	display: block;
	margin: 10px auto 0;
}

.wpcf7-list-item {
	display:block;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#formTable table tr th {
		display: block;
		padding: 5px 10px;
		width: auto;
		float: left\9;
		clear: both\9;
		width: 100%\9;
		border: none;
		/*border-bottom: 5px solid #fff;*/
	}

	#formTable table tr td {
		display: block;
		padding: 15px 10px 20px;
		border: none;
		/*border-bottom: 5px solid #fff;*/
		width: auto;
		float: left\9;
		clear: both\9;
		width: 100%\9;
	}

	#formTable table tr:last-child td {
		padding: 15px 10px 0;
	}

	#formTable table tr td input[type="text"], 
	#formTable table tr td input[type="email"], 
	#formTable table tr td textarea, 
	#formTable table tr td select {
		width: 100%;
	}

	#formTable table tr td input[type="tel"], 
	#formTable table tr td input[type="text"]#addnum {
		width: 100%;
		max-width: 200px;
	}

	form.wpcf7-form p.buttons-area-confirm, 
	form.wpcf7-form p.submit-button {
		display: block;
	}

	form.wpcf7-form p.submit-button .button-rewrite {
		margin: 20px 0 0!important;
	}

	form.wpcf7-form p.buttons-area .wpcf7-submit {
		display: block;
		margin: 20px auto 0!important;
	}

}



/* --------------------------------------------------------------
TOPPAGE
-------------------------------------------------------------- */
#contentsArea.topPage {
	padding: 30px 10px 60px;
}

#topNews, 
#topBlog {
	position: relative;
}

#topNews p.btn, 
#topBlog p.btn {
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: bold;
	text-align: center;
}

#topNews p.btn a, 
#topBlog p.btn a {
	border: 1px solid #fff;
	padding: 5px 10px;
	width: 110px;
	color: #fff;
	display: block;
	text-decoration: none;
}

#topNews p.btn a:hover, 
#topBlog p.btn a:hover {
	background: #fff;
	color: #666;
}

#topNews h2 {
	background: url("../images/common/iconNewsH2.png") no-repeat #666 10px 9px;
	background-size: 26px 26px;
	min-height: 26px;
	padding: 7px 120px 5px 45px;
}

#topBlog h2 {
	background: url("../images/common/iconBlogH2.png") no-repeat #666 10px 9px;
	background-size: 26px 26px;
	min-height: 26px;
	padding: 7px 120px 5px 45px;
}



/* --------------------------------------------------------------
flow
-------------------------------------------------------------- */
#flow ul.flowList {
	margin: 0 0 20px;
}

#flow ul.flowList li {
	background: none;
	padding-left: 0;
	border: 2px solid #ccc;
	padding: 20px;
	margin-bottom: 35px;
	position: relative;
}

#flow ul.flowList li::before {
	content: '';
	position: absolute;
	border-top: 15px solid #efefef;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	bottom: -27px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60px;
	height: 15px;
}

#flow ul.flowList li:last-child {
	margin-bottom: 0;
}

#flow ul.flowList li:last-child::before {
	content: none;
}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#flow ul.flowList li {
		padding: 10px;
	}

}

