@charset "utf-8";

/*--------------------------------------------------------------------
	common
--------------------------------------------------------------------*/

@media screen and (max-width: 959px) {

#blog.p-entry #contents { padding: 0 0 10px; }

}

@media screen and (max-width: 767px) {

#blog .mainArticleWrap {
	font-size: 1.0em;
}

}

/*--------------------------------------------------------------------
	layoutMain
--------------------------------------------------------------------*/

.layoutMain {
	width: 730px;
	float: left;
}

.mainLatest {
	position: relative;
	padding: 0 0 30px;
	border-bottom: 1px dotted #D7D7D7;
}

.mainLatest a {
	display: block;
	text-decoration: none !important;
}

.mainLatest a:hover {
	text-decoration: none !important;
}

.mainLatestVisual {
	position: relative;
	padding: 0 0 0 10px;
	display: block;
}

.mainLatestVisual > p:first-child {
	position: absolute;
	background-color: rgba(148,179,26,0.90);
	color: #FFF;
	width: 230px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	top: 0;
	left: 0;
}

.mainLatestVisual > p:nth-child(2) img {
	width: 100%;
}

.mainLatestVisual > div {
	background-color: rgba(255,255,255,0.90);
	width: auto;
	box-sizing: border-box;
	padding: 15px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: 25px;
}

.mainLatestVisual > div > p:first-child {
	color: #383838;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
}

.mainLatestVisualTxt {
	padding: 0 0 0 10px;
	margin-top: 15px;
	font-size: 1.16em;
	line-height: 2.0em;
	color: #383838;
	text-decoration: none !important;
}

.mainLatest a:hover .mainLatestVisualTxt {
	text-decoration: none !important;
}



@media screen and (max-width: 1024px) {

.mainLatest {
	padding: 0 0 15px;
}

}

@media screen and (min-width: 960px) and (max-width: 1024px) {

.layoutMain {
	width: 100%;
	float: left;
	margin-right: -270px;
}

.mainLatestVisual > div > p:first-child {
	font-size: 1.5em;
}

.layoutMainInner {
	margin-right: 270px;
}

.mainLatestVisualTxt {
	font-size: 1.26em;
}

.p-index .mainLatestVisualTxt {
	font-size: 1.0em;
}

}

@media screen and (max-width: 959px) {

.layoutMain {
	width: auto;
	float: none;
}

.p-entry .layoutMainContents{
	border: 10px solid #ECEDEB;
	padding: 15px;
}

.p-entry .layoutMainNavi {
	padding: 0 10px 10px;
}

.mainLatestVisualTxt {
	font-size: 1.16em;
}

.p-index .mainLatestVisualTxt {
	font-size: 1.0em;
}

}

@media screen and (min-width: 768px) and (max-width: 959px) {

.mainLatestVisual > div > p:first-child {
	font-size: 1.5em;
}

}

@media screen and (max-width: 767px) {

.mainLatest {
	position: relative;
	padding: 0;
	border: 1px solid #9D9D9D;
	background-color: #F0F0F0;
}

.mainLatestVisual {
	padding: 0;
	background: none;
}

.mainLatestVisual > p:nth-child(2) img {
	width: auto;
}

.mainLatestVisual > div {
	background-color: rgba(255,255,255,0.90);
	width: auto;
	box-sizing: border-box;
	padding: 10px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
}

.mainLatestVisualTxt {
	padding: 0;
	margin-top: 10px;
	line-height: 1.7em;
	font-size: 1.2em;
}

.p-index .mainLatestVisualTxt {
	margin-top: 0;
	font-size: 1.1em;
}

.mainLatestVisual > p:first-child {
	width: 170px;
	height: 26px;
	line-height: 26px;
	font-size: 0.86em;
}

.mainLatestVisual > div > p:first-child {
	font-size: 1.2em;
}

.mainLatestInfo {
	padding: 10px;
}

.visualNewsIndexInnerFirstChapter > p {
	height: auto;
	line-height: 1.4em;
	font-size: 0.86em;
}

.visualNewsIndexInnerFirstChapter > p:first-child {
	width: auto;
	padding: 5px;
	text-align: center;
	background-color: #FF9C00;
	color: #FFF;
}

.visualNewsIndexInnerFirstChapter > p:last-child {
	width: 190px;
	padding: 5px;
	text-align: center;
	background-color: #A6BF44;
	color: #FFF;
}

}

@media screen and (max-width: 359px) {

.visualNewsIndexInnerFirstChapter > p {
	font-size: 0.8em;
}

.visualNewsIndexInnerFirstChapter > p:last-child {
	width: 170px;
}

.mainLatestVisualTxt {
	font-size: 1.1em;
}

.mainLatestVisual > div > p:first-child {
	font-size: 1.1em;
}

}

/*--------------------------------------------------------------------
	layoutSide
--------------------------------------------------------------------*/

.layoutSide {
	width: 330px;
	float: right;
}

.layoutSideOrder {
	margin: 0;
	padding: 0;
	list-style: none;
}

.layoutSideCategoryOrder {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sideCategoryList {
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.sideCategoryList > li {
	border-bottom: 1px dotted #D9D9D9;
	padding: 5px 0 10px;
}

.sideCategoryList > li:last-child {
	border-bottom: none;
}

.sideCategoryList > li > a {
	display: block;
	padding: 10px 10px 10px 15px;
	text-decoration: none;
	color: #8EB07B;
	font-size: 1.36em;
}

.sideCategoryList > li > ul > li > a {
	display: block;
	padding: 7px 10px 7px 45px;
	text-decoration: none;
	color: #383838;
	background: url("../../../common/images/common/arrow_orange01.png") left 30px center no-repeat;
}

.sideCategoryList a:hover {
	text-decoration: underline;
}

.sideCategoryResearch a {
	border-top: 1px solid #94B31A;
	border-bottom: 1px solid #94B31A;
	padding: 10px 0;
	display: block;
}

@media screen and (max-width: 1024px) {

.sideCategoryList > li {
	border-bottom: 1px solid #D9D9D9;
	padding: 0;
}

.sideCategoryList > li:last-child {
	border-bottom: none;
}

.sideCategoryList > li > a {
	padding: 10px 10px 10px 15px;
	font-size: 1.26em;
	border-bottom: 1px dotted #D9D9D9;
}

.sideCategoryList > li > ul > li > a {
	padding: 10px 10px 10px 35px;
	border-bottom: 1px dotted #D9D9D9;
	background: url("../../../common/images/common/arrow_orange01.png") left 20px center no-repeat;
}

.sideCategoryList a:hover {
	text-decoration: none;
}

.sideCategoryList > li > ul > li:last-child > a {
	border-bottom: none;
}

}

@media screen and (max-width: 959px) {

.layoutSide {
	width: auto;
	float: none;
	margin-top: 20px;
}

.p-entry .layoutSide {
	padding: 0 10px 10px;
}

.sideCategoryResearch a {
	padding: 10px;
	box-sizing: border-box;
}

}

@media screen and (min-width: 960px) and (max-width: 1024px) {

.layoutSide {
	width: 250px;
	float: right;
	margin-top: 0;
}

}

@media screen and (max-width: 767px) {

.p-index .layoutSide {
	margin-top: 0;
}

.layoutSideOrder,.layoutSideCategoryOrder {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-direction: column;
}

.layoutSideOrder01 { order: 0; }
.layoutSideOrder02 { order: 3; }
.layoutSideOrder03 { order: 2; }
.layoutSideOrder04 { order: 1; }

.layoutSideCategoryOrder01 { order: 1; }
.layoutSideCategoryOrder02 { order: 0; }

}

/*--------------------------------------------------------------------
	article
--------------------------------------------------------------------*/

.mainArticleVisual {
	position: relative;
	padding: 0 0 30px;
	margin-top: 20px;
}

.mainReserchBottom {
	border: 1px solid #D7D7D7;
	padding: 20px;
	line-height: 2.0em;
}

.mainReserchBottom > p:last-child {
	margin: 0;
	font-size: 0.9em;
	color: #005A3F;
}

.boxResearchQuestion {
	box-sizing: border-box;
	background: #F7FFD2;
	padding: 5px 15px 15px;
}

.boxResearchQuestion .Qwrap {
	display: table;
	width: 100%;
	margin: 10px 0 0;
}

.boxResearchQuestion .Qwrap > div {
	display: table-cell;
	vertical-align: top;
}

.boxResearchQuestion .Qicon {
	width: 106px;
}

.boxResearchQuestion .Qicon img {
	margin: 0;
	padding: 0;
}

.boxResearchQuestion .Qarea {
	padding: 12px 0 0 15px;
}

.boxResearchQuestion .Qtxt {
	font-weight: bold;
	color: #383838;
	font-size: 1.5em;
	line-height: 1.6em;
	padding: 20px 0 10px;
}

.boxResearchQuestion .Aarea {
	border: 1px solid #98BE01;
	background: #FFF;
	padding: 15px;
}

.boxResearchQuestion .tableA01 {
	margin: 0 !important;
	width: 100%;
}

.boxResearchQuestion .tableA01 td {
	padding: 0 !important;
	border: none !important;
	vertical-align: middle !important;
}

.boxResearchQuestion .tableA01 thead td {
	padding: 10px !important;
	text-align: center;
	border-bottom: 1px solid #666666 !important;
}

.boxResearchQuestion .tableA01 tbody td {
	border-bottom: 1px dotted #666666 !important;
	font-size: 1.2em;
}

.boxResearchQuestion .tableA01 tr td:nth-child(1) {
	padding: 10px 20px !important;
	border-right: 5px solid #94B31A !important;
}

.boxResearchQuestion .tableA01 tbody tr td:nth-child(1) {
	text-align: left;
}

.boxResearchQuestion .tableA01 tbody tr td.qRank {
	padding: 10px 20px !important;
	text-align: left;
}

.boxResearchQuestion .tableA01 tr td:nth-child(2) {
	padding: 10px !important;
	text-align: center;
	border-right: 5px solid #BBBBBB !important;
}

.boxResearchQuestion .tableA01 tr td:nth-child(3) {
	padding: 10px 0 !important;
}

.boxResearchQuestion .tableA01 tr td:nth-child(1) { width: 45%; }
.boxResearchQuestion .tableA01 tr td:nth-child(2) { width: 15%; }
.boxResearchQuestion .tableA01 tr td:nth-child(3) { width: 40%; }

.boxResearchQuestion .tableA01 tr td:nth-child(3) .graph01 {
	height: 20px;
	background: #E7AA8D;
}

.boxResearchPie {
	background: #EEEEEE;
	padding: 20px 15px 15px;
}

.boxResearchPieInner {
	width: 580px;
	margin: 0 auto;
}


@media screen and (max-width: 767px)  {

.mainArticleVisual {
	padding: 0 0 20px;
	margin-top: 10px;
}

.mainReserchBottom {
	padding: 15px;
	line-height: 1.7em;
}

.boxResearchQuestion {
	padding: 0 5px 5px;
}

.boxResearchQuestion .Qicon {
	width: 53px;
}

.boxResearchQuestion .Qicon img {
	width: 53px;
}

.boxResearchQuestion .Qarea {
	padding: 12px 0 0 10px;
}

.boxResearchQuestion .Qtxt {
	font-size: 1.3em;
	padding: 10px 0 10px;
}

.boxResearchQuestion .Aarea {
	padding: 5px;
}

.boxResearchQuestion .tableA01 thead td {
	padding: 5px !important;
}

.boxResearchQuestion .tableA01 tbody td {
	font-size: 1.0em;
}

.boxResearchQuestion .tableA01 tr td:nth-child(1) {
	padding: 5px 5px !important;
	border-right: 3px solid #94B31A !important;
}

.boxResearchQuestion .tableA01 tr td:nth-child(2) {
	padding: 5px !important;
	border-right: 3px solid #BBBBBB !important;
}

.boxResearchQuestion .tableA01 tr td:nth-child(3) {
	padding: 5px 0 !important;
}

.boxResearchQuestion .tableA01 tr td:nth-child(1) { width: 45%; }
.boxResearchQuestion .tableA01 tr td:nth-child(2) { width: 20%; }
.boxResearchQuestion .tableA01 tr td:nth-child(3) { width: 35%; }

.boxResearchPieInner {
	width: auto;
	margin: 0 auto;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

.mainArticleWrap {
	font-size: 1.26em;
}

}

@media screen and (max-width: 1024px)  {

}

/*--------------------------------------------------------------------
	pie
--------------------------------------------------------------------*/


@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0,0,0);
  }
}

.pieID {
	display: inline-block;
	vertical-align: top;
}

.pie {
	height: 200px;
	width: 200px;
	position: relative;
	margin: 0 30px 30px 0;
}

.pie::before {
  content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 100px;
	background: #EEE;
	border-radius: 50%;
	top: 50px;
	left: 50px;
}

.pie::after {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
	margin: 220px auto;

}

.slice {
	position: absolute;
	width: 200px;
	height: 200px;
	clip: rect(0px, 200px, 200px, 100px);
	animation: bake-pie 1s;
}

.slice span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	clip: rect(0px, 200px, 200px, 100px);
}

.legend {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #FFF;
	padding: 15px 15px 8px;
	font-size: 13px;
	box-shadow: 1px 1px 0 #DDD,
				2px 2px 0 #BBB;
}

.legend li {
	width: 250px;
	box-sizing: border-box;
	height: 1.25em;
	margin-bottom: 0.7em;
	padding-left: 0.5em;
	border-left: 1.25em solid black;
	display: table;
}

.legend em {
	font-style: normal;
	display: table-cell;
	vertical-align: middle;
	width: auto;
}

.legend span {
	display: table-cell;
	vertical-align: middle;
	width: 20px;
	text-align: right;
}

@media screen and (max-width: 767px)  {

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0,0,0);
  }
}

.pieID {
	width: 200px;
	display: block;
	vertical-align: top;
	margin: 0 auto;
	overflow: hidden;
}

.pie {
	height: 200px;
	width: 200px;
	position: relative;
	margin: 0 auto 0;
	display:block;
	padding-bottom: 40px;
}

.pie::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 100px;
	background: #EEE;
	border-radius: 50%;
	top:50px;
	left: 50px;
}

.pie::after {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	position: absolute;
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
	margin: 220px auto 0;
	left: 50%;
	margin-left: -60px;
}

.slice {
	position: absolute;
	top: 0px;
	width: 200px;
	height: 200px;
	clip: rect(0px, 200px, 200px, 100px);
	animation: bake-pie 1s;
}

.slice span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	clip: rect(0px, 200px, 200px, 100px);
}

.legend {
	display:block;
	width: 100%;
	box-sizing: border-box;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #FFF;
	padding: 15px 15px 5px;
	font-size: 13px;
	box-shadow: 1px 1px 0 #DDD,
				2px 2px 0 #BBB;
}

.legend li {
	width: 100%;
	box-sizing: border-box;
	height: 1.25em;
	margin-bottom: 0.7em;
	padding-left: 0.5em;
	border-left: 1.25em solid black;
}

.legend em {
	font-style: normal;
}

.legend span {
	float: right;
}

}