@charset "utf-8";
/*
Theme Name: wp_custom_theme_highlevel_10
Author: num
Description: This is my original theme.
Version: 1.0
*/

/* CSS Document */

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?f9n0f3');
	src: url('fonts/icomoon.eot?f9n0f3#iefix') format('embedded-opentype'),  url('fonts/icomoon.ttf?f9n0f3') format('truetype'),  url('fonts/icomoon.woff?f9n0f3') format('woff'),  url('fonts/icomoon.svg?f9n0f3#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-dog-solid:before {
	content: "\e936";
}
.icon-3:before {
	content: "\e937";
	color: #4b4b4b;
}
.icon-uniE938:before {
	content: "\e938";
	color: #4b4b4b;
}
.icon-2:before {
	content: "\e939";
	color: #4b4b4b;
}
.icon-4:before {
	content: "\e93a";
	color: #4b4b4b;
}
.icon-1:before {
	content: "\e934";
}
.icon-uniE935:before {
	content: "\e935";
}
.icon-angle-double-left:before {
	content: "\e930";
}
.icon-angle-double-right:before {
	content: "\e931";
}
.icon-arrow-right:before {
	content: "\e932";
}
.icon-arrow-left:before {
	content: "\e933";
}
.icon-external-link-alt:before {
	content: "\e92f";
}
.icon-angle-left-solid:before {
	content: "\e92e";
}
.icon-award-solid:before {
	content: "\e914";
}
.icon-bookmark-solid:before {
	content: "\e915";
}
.icon-btc-brands:before {
	content: "\e916";
}
.icon-calendar-alt-solid:before {
	content: "\e917";
}
.icon-capsules-solid:before {
	content: "\e918";
}
.icon-chalkboard-teacher-solid:before {
	content: "\e919";
}
.icon-chart-bar-solid:before {
	content: "\e91a";
}
.icon-chart-line-solid:before {
	content: "\e91b";
}
.icon-check-circle-solid:before {
	content: "\e91c";
}
.icon-chess-king-solid:before {
	content: "\e91d";
}
.icon-chevron-circle-right-solid:before {
	content: "\e91e";
}
.icon-comment-dots-solid:before {
	content: "\e91f";
}
.icon-crown-solid:before {
	content: "\e920";
}
.icon-desktop-solid:before {
	content: "\e921";
}
.icon-envira-brands:before {
	content: "\e922";
}
.icon-flag-solid:before {
	content: "\e923";
}
.icon-gem-regular:before {
	content: "\e924";
}
.icon-glass-martini-alt-solid:before {
	content: "\e925";
}
.icon-heart-solid:before {
	content: "\e926";
}
.icon-internet-explorer-brands:before {
	content: "\e927";
}
.icon-rss-solid:before {
	content: "\e928";
}
.icon-search-solid:before {
	content: "\e929";
}
.icon-sitemap-solid:before {
	content: "\e92a";
}
.icon-star-solid:before {
	content: "\e92b";
}
.icon-th-list-solid:before {
	content: "\e92c";
}
.icon-user-alt-solid:before {
	content: "\e92d";
}
.icon-tooth-solid:before {
	content: "\e912";
}
.icon-chevron-up-solid:before {
	content: "\e910";
}
.icon-icon:before {
	content: "\e911";
}
.icon-hand-point-right:before {
	content: "\e90f";
}
.icon-pencil-alt:before {
	content: "\e90e";
}
.icon-times:before {
	content: "\e913";
}
.icon-angle-down:before {
	content: "\e900";
}
.icon-angle-right:before {
	content: "\e901";
}
.icon-balance-scale:before {
	content: "\e902";
}
.icon-facebook-f:before {
	content: "\e903";
}
.icon-frown:before {
	content: "\e904";
}
.icon-get-pocket:before {
	content: "\e905";
}
.icon-github-alt:before {
	content: "\e906";
}
.icon-google-plus-g:before {
	content: "\e907";
}
.icon-home:before {
	content: "\e908";
}
.icon-line:before {
	content: "\e909";
}
.icon-twitter:before {
	content: "\e90a";
}
.icon-child_friendly:before {
	content: "\e90c";
}
.icon-child_care:before {
	content: "\e90d";
}
.icon-droplet:before {
	content: "\e90b";
}
.icon-coin-dollar:before {
	content: "\e93b";
}
.icon-point-left:before {
	content: "\ea06";
}
.icon-cross:before {
	content: "\ea0f";
}
.icon-arrow-right1:before {
	content: "\ea34";
}
/*--------------ページ全体に関する記述--------------*/

*, *:after, *:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
.clear {
	clear: both;
}
img {
	vertical-align: bottom;
}
a {
	color: #E91E63;
}
a:hover {
	color: #323267;
}
body {
	/* background: #f9f8f5; */
	counter-reset: number 0;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
li {
	list-style: none;
}
.body {
	overflow: hidden;
	/* background: #e0e7e8; */
	color: #333;
	position: relative;
}
#wrap {
	max-width: 1200px;
	margin: 0px auto 0;
	list-style: none;
	/*overflow: hidden;*/
	padding: 0 0 0 100px;
}
.SingleInner, .Front_Inner, .ArchiveInner, .SearchInner {
	/* max-width: 1000px; */
	margin: 0 auto;
	/* line-height: 2; */
	text-align: left;
	box-sizing: border-box;
	/* margin-right: 380px; */
	padding: 0px;
}
.home .Front_Inner {
	margin: 0 auto;
	line-height: 2;
	text-align: left;
	box-sizing: border-box;
	padding: 0px;
}
.banner_container {
	margin: 80px 0 25px;
	text-align: center;
}
.banner01 {
	width: 100%;
	max-width: 400px;
}
/* --------------header関連-------------- */
/*　サイトタイトル　*/
header {
	background: linear-gradient(-45deg, rgba(255, 100, 0, .2), rgba(255, 0, 180, .2));
}
header .header_image {
	background: url(image/header.jpg) no-repeat 73%;
	border-radius: 0 0 600px 600px/50px;
	overflow: hidden;
	height: 700px;
	background-size: cover;
}
div#NavTop {
	background: #ffffff47;
}
.SiteTitle {
	position: absolute;
	bottom: 20%;
	right: 3%;
	z-index: 3;
	max-width: 500px;
}
.SiteTitle:first-letter {
	font-size: 70px;
}
.SiteTitle:before {
	/* content: ""; */
	border-bottom: 1px solid #eee;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -5px;
}
.SiteTitle a {
	color: #555;
	text-shadow: 2px 2px 0px #ffd2e5;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	border: 1px solid #333;
	text-align: center;
	margin: auto;
	/* mix-blend-mode: color-dodge; */
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
	height: 100%;
	font-weight: normal;
	position: relative;
	display: block;
}
.SiteTitle a:before {
	position: absolute;
	content: "";
	width: 104%;
	height: 100%;
	background: rgba(255, 235, 59, 0.2);
	z-index: -2;
	left: -30px;
	bottom: -18px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}
.SiteTitle a:hover {
	text-shadow: 0 0 5px #fff;
}
.SiteTitle_Box {
	border: 3px solid #fff;
	display: inline;
	padding: 20px 65px;
	position: relative;
	font-size: 45px;
}
.header_img_container {
	position: relative;
	height: 100%;
}
.SiteTitle > a > img {
	width: 100%;
	max-width: 340px;
}
.header_img_container > .header_container {
	position: relative;
	/* display: -webkit-flex; */ /* Safari */
	display: flex;/* -webkit-align-items: center; */ /* Safari *//* align-items:         center; *//* -webkit-justify-content: center; */ /* Safari *//* justify-content:         center; */
}
.box_container {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	z-index: -1;
	top: 10px;
    left: 10px;
}
.box_container > .box_container_inner01 {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	animation: rotation 3s ease 0s infinite alternate running;
	transform: translateX(0%);
}
.box_container > .box_container_inner01 > span {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(255, 235, 59, 0.4);
	top: 33px;
	left: 0;
}
@keyframes rotation {
 10% {
 transform: translateX(10%);
 opacity: 1;
}
 100% {
 transform: translateX(100%);
 opacity: 0;
}
}
.box_container > .box_container_inner02 {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	animation: rotation2 7s cubic-bezier(0.05, 1.31, 0.18, 0.44) 0s infinite alternate running;
	transform: translateX(0%);
}

.box_container > .box_container_inner02 > span {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(255, 235, 59, 0.32);
	border: 1px solid #FFEB3B;
	bottom: 11px;
	left: 0;
}
@keyframes rotation2 {
 10% {
 transform: translateX(10%);
 opacity: 1;
}
 100% {
 transform: translateX(100%);
 opacity: 0;
}
}
.Description {
	margin: 0 auto;
	background: none;
	width: 100%;
	color: #444;
	padding: 10px 10px 50px;
}
.Description p {
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	font-size: 13px;
}
.DescriptionContent {
	/* border-radius: 5px; */
	text-align: center;
	padding: 0;
	display: block !important;
	letter-spacing: 0.1em;
	line-height: 180%;
	border: 1px solid #a9a9a9 !important;
	width: 200px;
	margin: 30px auto 0px !important;
}
.DescriptionContent:before {
	content: none;
	border: none !important;
}
.DescriptionContent a {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background: none;
	border: none;
	color: #444;
	line-height: 50px;
	font-size: 15px;
	font-weight: normal;
}
.DescriptionContent a:hover {
	background-color: #c0003b;
	color: #ffffff;
}
.DescriptionContent a::before, .DescriptionContent a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: none;
}
.DescriptionContent a::before {
	right: 0;
}
.DescriptionContent a::after {
	left: 0;
}
.DescriptionContent a:hover::before, .DescriptionContent a:hover::after {
	width: 0;
	background-color: #a9a9a9;
}
.DescriptionContent a, .DescriptionContent a::before, .DescriptionContent a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header_banner_container {
	width: 200px;
	position: relative;
	z-index: 3;
	top: 176px;
	height: 0px;
	left: 10%;
}
.header_banner_container > div {
	position: relative;
}
.header_banner_container > div > img {
	position: absolute;
	bottom: 0;
	z-index: 999;
}
.header_banner_container p {
	margin: 0;
	padding: 0;
	line-height: 0;
}
.header_banner_container img {
	width: 200px;
}
.header_banner_container .header_banner_btn02 {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.header_banner_btn02 img {
	width: 139px;
}
.header_banner_btn02 img:hover {
	filter: contrast(140%);
}
/*ぱんくず*/
.BreadBox {
	/* padding: 0 10px; */
	margin: 0px 0 0px;
}
.BreadInner {
	max-width: 1220px;
	margin: 30px auto 0px;
	font-size: 14px;
	/* font-weight: 600; */
	color: #444;
	position: relative;
	padding: 0 20px 0 120px;
}
.BreadInner:before {
	position: absolute;
	top: -3px;
	left: 120px;
	content: "\e908";
	font-size: 20px;
	font-weight: normal;
	font-family: 'icomoon' !important;
}
.BreadInner > div {
	width: 100%;
	padding: 0 0 0 28px;
}
.BreadInner > div a {
	text-decoration: none;
	color: #444;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.BreadInner > div a:hover {
	color: #8b7c54;
}
/*TOPに戻る*/
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 50px 50px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #ff6b75;
	/* box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5); */
	position: relative;
}
#pageTop a:before {
	font-family: 'icomoon' !important;
	content: "\e911";
	top: 25px;
	left: 23px;
	color: #eee;
	position: absolute;
	font-size: 40px;
	transform: rotate(-180deg);
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.fa-chevron-up:before {
	left: 17px;
	top: 15px;
	position: absolute;
}
/*-------------------------------ナビゲーション---------------------------*/
/*メインナビ*/
nav {
}
.g-nav {
	width: 100%;
	z-index: 10;
}
.g-nav-menu {
	text-align: center;
}
.g-nav-menu li {
	color: #fff;
	padding: 0 30px;
	list-style-type: none;
	display: inline-block;
	line-height: 80px;
}
.none {
	display: none;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	display: block !important;
	z-index: 99;
}
.fixed .g-nav-menu li {
	line-height: 40px;
}
.home_banner {
	float: left;
	width: 200px;
	position: relative;
	z-index: 3;
	/* top: 157px; */
	height: 0px;
	left: 10%;
}
.gnav_right {/* float: left; *//* width: calc(100% - 10% - 200px); *//* padding: 0 0 0 28%; */padding: 20px 0 5px;border-bottom: 5px solid #222;}
div#menu {
	width: 100%;
	background: rgba(255,255,255,.7);
	display: none;
}
div#menu02 {
	width: 100%;
	border-bottom: 25px solid #fff;
}
nav #menu ul {
	text-align: center;
	font-size: 0;
	/* margin: 40px 0 0px 0px; */
	box-shadow: 0px 7px 3px -4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 7px 3px -4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 7px 3px -4px rgba(0,0,0,0.3);
}
#menu02 ul {
	text-align: right;
	font-size: 0;
	padding: 0px 0 0px 0%;/* margin: 40px 0 0px 0px; */
}
#menu02 li:nth-of-type(1) a {
	padding-left: 0;
}
#menu02 li {
	display: inline-block;
	padding: 0px 50px 10px;
}
nav #menu li, #menu02 li {
	display: inline-block;
	padding: 0px 40px 10px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
nav #menu li a, #menu02 li a {
	font-weight: 600;
	font-size: 15px;/* margin: 15px 0 0; */
}
nav #menu li a {
	color: #3b3b3b;
	text-decoration: none;
	display: block;
	position: relative;
}
#menu02 li a {
	color: #444;
	text-decoration: none;
	position: relative;
	display: block;
	font-weight: normal;
	font-size: 16px;
}
#menu02 li a:before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #888;
	bottom: -3px;
	width: 0%;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s ease;
}
#menu02 li a:hover:before {
	width: 100%;
}
nav #menu li:nth-of-type(1) a:before, #menu02 li:nth-of-type(1) a:before {
/* left: 86px; */
}
nav #menu li:nth-of-type(2) a:before, #menu02 li:nth-of-type(2) a:before {
/* right: 69px; */
}
nav #menu li:nth-of-type(3) a:before, #menu02 li:nth-of-type(3) a:before {
/* right: 56px; */
}
#NavTop li a {
	color: #fff;
}
/*Topナビ*/
#NavTop ul {
	text-align: right;
	margin: 1% 20px 15px 0;
	float: right;
}
#NavTop li {
	display: inline-block;
	border: 1px #fff solid;
	padding: 3px 20px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	margin: 0 10px 0 0;
}
#NavTop li:first-child {
	padding: 3px 13px 3px 0;
	margin: 0 10px 0 0;
}
#NavTop li:hover {
	background: #3c3c3c;
}
/* --------------宣伝--------------*/

.Publicity {
	color: #444;
	font-weight: bold;
	text-align: center;
	padding: 70px 0 80px;/* background: #e7e3d9; */
}
.Publicity img {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.Publicity > p {
	font-size: 20px;
	margin: 0 0 40px;
	position: relative;
	display: inline-block;
	padding: 0;
}
.Publicity > p:before, .PickUpInner > p:before, .move_container_inner > p:before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #808085;
	bottom: -10px;
	width: 30%;
	left: 0;
	right: 0;
	margin: auto;
}
.Publicity > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.Publicity > div > div {
	width: 100%;
	max-width: 352px;
	height: 291px;
	text-align: left;
}
.Publicity > div > div:nth-of-type(2) {
	margin: 0 30px 0;
}
.Publicity > div p:nth-of-type(1) {
}
.Publicity > div > div > p:nth-of-type(1) {
	margin: 70px 0 30px;
	font-size: 18px;
	line-height: 1.8;
	position: relative;
	color: #c0003b;
}
.Publicity > div > div > p:nth-of-type(1):before {
	position: absolute;
	font-family: FontAwesome;
	top: -85px;
	left: 45%;
	font-size: 50px;
	color: #c0003b;


	margin: auto;
	font-weight: normal;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.Publicity > div > div > p:nth-of-type(1):hover:before {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.Publicity > div > div:nth-of-type(1) > p:nth-of-type(1):before {
	content: "\f182";
}
.Publicity > div > div:nth-of-type(2) > p:nth-of-type(1):before {
	content: "\f0f9";
}
.Publicity > div > div:nth-of-type(3) > p:nth-of-type(1):before {
	content: "\f043";
}
.Publicity > div > div > p:nth-of-type(2) {
	font-size: 15px;
	line-height: 1.9;
}
/* --------------動画--------------*/

.move_container {
	background: #f2f0eb;
}
.move_container .move_container_inner {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0;
}
.move_container_inner > p {
	font-size: 20px;
	margin: 0px 0 50px;
	position: relative;
	display: inline-block;
	padding: 0;
}
.move_container_inner div > p:nth-of-type(1) {
	margin: 8px 0 15px;
	padding: 0;
	color: #c0003b;
	font-weight: bold;
}
.move_container iframe {
	border: none;
}
.move_container div > p:nth-of-type(2) {
	line-height: 1.6;
	font-size: 15px;
	text-align: left;
	padding: 0;
	margin: 10px 0 0;
}
.move_container_inner > div > div {
	display: inline-block;
	/* border: 2px solid #eee; */
	padding: 15px;
	border-top: 3px solid #ddd;
	position: relative;
	max-width: 350px;
	background: #fff;
	min-height: 372px;
	vertical-align: top;
	box-shadow: 0px 7px 3px -4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 3px -4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 7px 3px -4px rgba(0,0,0,0.1);
}
.move_container_inner > div > div:nth-of-type(2) {
	margin: 0 20px;
}
.move_container_inner > div > div:before {
	position: absolute;
	content: "";
	border-top: 3px solid #c0003b;
	width: 175px;
	top: -3px;
	left: -1px;
}
.move_container_inner > div > div:after {
	content: "▼";
	color: #c0003b;
	top: -20px;
	left: 0;
	right: 0;
	position: absolute;
	font-size: 25px;
}
/* --------------メインコンテンツ--------------*/
.MainContainer {
	width: 100%;
	float: left;
	/* line-height: 2; */
	margin: 0 0 30px;
	padding: 0px 0 0;
}
.MainContainer section:nth-of-type(2) {
/* background: #fffedc; */
	/* padding: 15px; */
	/* margin: 30px 0; */
}
.Front_Inner_Before {
	width: 100%;
	padding: 0 10px;
	float: left;
}
.home .Front_Inner_Before {
	float: none;
}
.Front_Inner img.banner01 {
}
/*サイドバー*/
.sidebar2 {
	box-sizing: border-box;
	position: fixed;
	width: 400px;
	top: 0;
	z-index: 9;
	left: -310px;
}
.sidebar2 > div {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.sidebar2 > div > div {
	background: #eee;
	padding: 10px;
	min-height: 100vh;
}
.sidebar2 #sideber_btn {
	padding: 24px 27px;
	background: #ff6b75;
	min-height: auto;
	color: #eee;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}
.sidebar2 .icon-point-left {
	padding: 0 0 0 5px;
}
.sidebar2 img {
	width: 100%;
	max-width: 270px;
	display: block;
	margin: 0 auto 10px;
}
.Server_Rankingu .Rankingu_txt {
	line-height: 1.7;
	margin: 0 0 10px;
	font-size: 14px;
}
.sidebar2 .title {
	position: relative;
	font-size: 20px;
	padding: 0 0 5px;
	text-align: center;
	margin: 0 0 20px;
	color: #33;
}
.sidebar2 .title:before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #555;
	width: 20%;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: auto;
}
.sidebar2 .title:after {
}
.Server_Rankingu > div {
	margin: 0 0 40px;
	background: #dddddd8c;
	padding: 10px;
}
.Rankingu_title {

	position: relative;
	padding: 0 0 0 22px;
	margin: 0 0 0px;

	font-weight: bold;
	font-size: 17px;
}
.Rankingu_title:before {
	content: "▶";
	position: absolute;
	color: #c0003b;
	font-size: 18px;
	top: -3px;
	left: 0;
}
.Recommended_btn {
	/* border-radius: 5px; */
	text-align: center;
	padding: 0;
	display: block !important;
	letter-spacing: 0.1em;
	line-height: 180%;
	border: 1px solid #a9a9a9 !important;
	width: 150px;
	margin: 0px auto 0px !important;
}
.Recommended_btn a {
	display: inline-block;
	width: 150px;
	height: 47px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	position: relative;
	z-index: 2;
	background: none;
	border: none;
	color: #444;
	line-height: 50px;
	font-size: 15px;
	font-weight: normal;
}
.Recommended_btn a:hover {
	background-color: #c0003b;
	color: #ffffff;
}
.Recommended_btn a::before, .Recommended_btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	width: 50%;
	height: 100%;
	background-color: none;
}
.Recommended_btn a::before {
	right: 0;
}
.Recommended_btn a::after {
	left: 0;
}
.Recommended_btn a:hover::before, .Recommended_btn a:hover::after {
	width: 0;
	background-color: #a9a9a9;
}
.Recommended_btn a, .Recommended_btn a::before, .Recommended_btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*　シングル記事　*/
.Single_Btn .Next a {
	float: right;
	background: #000;
	border-radius: 6px;
	padding: 5px 10px;
}
.Single_Btn .Next a:after {
	content: "＞";
	color: #fff;
	padding: 0 0 0 5px;
}
.Single_Btn .Previous a {
	float: left;
	background: #000;
	border-radius: 6px;
	padding: 5px 10px;
}
.Single_Btn .Previous a:before {
	content: "＜";
	color: #fff;
	padding: 0 5px 0 0px;
}
/*カテゴリ*/
.ArchiveInner h2 a:hover, .SearchInner h2 a:hover {
	/* color: #fa6e4d; */
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
/* アーカイブ */
.ArchiveInner {
	/*text-align: center;*/
	margin-top: 0px;
}
.ArchiveInner ul {
/* padding: 10px; */
}
.ArchiveBox {
	background: none;
	margin: 0px auto 15rem;
	width: 100%;
	position: relative;
}
.ArchiveBox > div {
	display: flex;
	/* overflow: hidden; */
	/* padding: 10px; */
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ArchiveBox:nth-child(even) > div {
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction: row-reverse;
}
.ArchiveBox:nth-of-type(2) time {
	left: 100px;
}
.ArchiveBox:nth-of-type(2) > div > div:nth-of-type(2) {
	margin: 0 50px 0 100px;
}
.page-template-List .ArchiveBox:nth-of-type(2) > div > div:nth-of-type(2) {
	margin: 0 50px 0 0px;
}
.ArchiveBox:nth-of-type(2) > div > div:nth-of-type(1) {
	margin: 0;
}
.ArchiveBox:nth-of-type(2) > div > div:nth-of-type(1) a img {
	margin-left: auto;
}
.ArchiveBox:nth-of-type(2) > div > div:nth-of-type(1) > a {
	text-align: right;
}
.ArchiveBox > div:hover p a {
	background: linear-gradient(-45deg, rgba(255, 100, 0, .2), rgba(255, 0, 180, .2));
	padding: 3px 5px;
	color: #fff;
}
.ArchiveBox > div > div:nth-of-type(1) {
	width: 100%;
	height: auto;
	/* max-width: 500px; */
	margin: 0 45px 0 0;
	position: relative;
}
.ArchiveBox > div > div:nth-of-type(2) {
	width: 100%;
	text-align: left;
	font-family: 'Noto Sans Japanese', sans-serif;
	margin: 0 50px 0 0;
	position: relative;
}
.ArchiveBox > div > div:nth-of-type(2) > p {
	font-size: 16px;
	color: #999;
	line-height: 1.6;
}
.ArchiveBox img {
	width: 100%;
	max-width: 800px;
	height: 300px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.ArchiveBox h2 {
	margin: 0 0 20px;
	text-align: left;
}
.ArchiveBox p a {
	position: absolute;
	bottom: -10px;
	color: #ff6b75;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	right: 0px;
	font-style: italic;
}
.ArchiveBox span {
	background: none;
	display: block;
	vertical-align: middle;
	font-size: 35px;
	font-family: 'Noto Serif JP', serif;
}
.ArchiveBox span time {
	color: #fff;
}
.ArchiveBox > p:nth-of-type(2) a {
	color: #FFF;
	background: 000;
}
.ArchiveBox time {
	font-size: 2.7rem;
	color: #808085;
	position: absolute;
	font-weight: 100;
	top: -34px;
	left: 12px;
	z-index: 1;
	font-style: italic;
}
.ArchiveBox:nth-child(even) time {
	right: 70px;
	text-align: right;
}
.img-container {
	overflow: hidden;
	position: relative;
}
.img-container__img {
	display: block;
	opacity: 0;
	position: relative;
	transition: all .5s .3s ease;
	z-index: 0;
}
.img-container:before {
	background: linear-gradient(-45deg, rgba(255, 100, 0, .2), rgba(255, 0, 180, .2));
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition: all .8s 0s ease;
	width: 100%;
	z-index: 1;
}
.text-container {
/* padding:0 60px; */
}
.text-container__title {
	color: #333;
	display: inline-block;
	font-size: 60px;
	font-weight: 700;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.text-container__title:before {
	background: linear-gradient(-45deg, rgba(255, 100, 0, .2), rgba(255, 0, 180, .2));
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition: all .8s .3s ease;
	width: 100%;
	z-index: 1;
}
.text-container__title__inner {
	display: inline-block;
	opacity: 0;
	transition: all .8s .5s ease;
}
.text-container__text {
	left: -50px;
	opacity: 0;
	position: relative;
	transition: all .5s .5s ease;
}
/*アニメーションするプロパティを設定します*/
.img-container.active img {
	opacity: 1;
}
.img-container.active:before {
	transform: translateX(101%);
}
.text-container.active .text-container__title:before {
	transform: translateX(101%);
}
.text-container.active .text-container__title__inner {
	opacity: 1;
}
.text-container.active .text-container__text {
	left: 0;
	opacity: 1;
	font-size: 20px;/* background: #999; */
}
/*ピックアップ*/
.PickUpInner {
	margin: 0 auto 0px;
	padding: 80px 0 0px;
	/* max-width: 1500px; */
	text-align: center;
}
.PickUpInner > p {
	font-size: 3rem;
	margin: 0px 0 100px;
	font-weight: normal;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0;
	color: #808085;
}
.PickUpInner p:nth-of-type(2) {
	font-size: 14px;
}
.PickUpInner ul {
/* display: flex; */
	/* Safari */
	/* -webkit-justify-content: space-between; */ /* Safari */
	/* justify-content: space-between; */
}
.PickUpInner li {
}
.PickUpInner li:nth-of-type(2) {
}
.PicUpBox {
	position: relative;
}
.PicUpBox img {
	max-width: 300px;
	width: 100%;
	height: 200px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin: 0 0 10px;
}
.PicUpBox_ph {
	margin: 0 0 10px;
}
.ribbon01 {
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 10px;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
	width: 40px;
	text-align: center;
	color: white;
	font-size: 17px;
	background: linear-gradient(#ff785b 0%, #e95738 100%);
	border-radius: 2px 0 0 0;
}
.ribbon01:before {
	position: absolute;
	content: '';
	top: 0;
	right: -6px;
	border: none;
	border-bottom: solid 6px #cf4a2d;
	border-right: solid 6px transparent;
}
.ribbon01:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid #e95738;
	border-right: 20px solid #e95738;
	border-bottom: 10px solid transparent;
}
.ribbon_area {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 89px;
	height: 91px;
	overflow: hidden;
}
.ribbon02 {
	display: inline-block;
	position: absolute;
	padding: 7px 0;
	left: -23px;
	z-index: 2;
	top: 22px;
	width: 160px;
	text-align: center;
	font-size: 18px;
	line-height: 16px;
	background: #ffa520;
	color: #fff;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.ribbon02:before, .ribbon02:after {
	position: absolute;
	content: "";
	border-top: 4px solid #b2751b;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: -4px;
}
.ribbon02:before {
	left: 14px;
}
.ribbon02:after {
	right: 18px;
}
.NewsTitle span:nth-of-type(1) {
	display: block;
}
.NewsTitle2 span:nth-of-type(1) {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
	text-align: left;
	height: 51.8px;
	overflow: hidden;
}
.NewsTitle2 span:nth-of-type(2) {
	display: inline-block;
	width: calc(100% - 110px);
	vertical-align: middle;
	margin: 0 0 0 10px;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;/* font-weight: bold; */
}
.PicUpBox2Content a {
	text-decoration: none;
}
.PicUpBox2Content span:nth-of-type(1) {
	display: block;
	width: auto;
	max-width: 278px;
	margin: 0 !important;
}
.PicUpBox2Content span:nth-of-type(2) {
	display: block;
	margin: 10px 0 0;
	width: auto;
}
.PicUpBox2Content img {
	width: 100%;
	max-width: 278px !important;
	object-fit: cover;
	height: 144px;
}
.PicUpBox a, .ArchiveBox a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	transition: 0.3s;
	display: block;
	text-align: left;
}
.PicUpBox time {
	font-weight: 100;
	color: #808085;
	position: absolute;
	top: -19px;
	right: 0;
}
.PickUpInner li a:hover, .ArchiveInner li a:hover, .SearchInner li a:hover {

}
.PicUpBoxContent {
	text-align: left;
}
.PicUpBoxContent .post-categories a {
	color: #999;
}
.page-template-List .ArchiveBox > p > a {
	display: flex;
}
.page-template-List .ArchiveBox span:nth-of-type(2) {
	/* max-width: 240px; */
	/* height: 144px; */
	margin: 10px 0 0px 10px;/* display: block; */
}
.PickUp2Inner {
	text-align: center;
	margin: 60px 0 0;
}
.PickUp2Inner ul {
	padding: 60px 10px 10px;
	/* Safari */
	 /* Safari */
	 /* Safari */
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	display: -webkit-flex; /* Safari */
	display: flex;
}
.PickUp2Inner a {
	color: #333;
}
.PickUp2Inner > p {
	font-size: 20px;
	margin: 0 0 80px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0 0 5px;
	line-height: 1.5;
	text-align: left;
}
.PickUp2Inner > p:before {
	position: absolute;
	content: " ";
	border-bottom: solid 1px #444;
	bottom: -15px;
	width: 100%;
	left: 0px;
	right: 0;
	margin: auto;
}
.PickUp2Inner > h2:before, .PickUp2Inner > h2:after {
/* content: none; */
	/* position: absolute; */
	/* top: 50%; */
	/* display: inline-block; */
	/* width: 45px; */
	/* height: 1px; */
	/* background-color: black; */
}
.PickUp2Inner > h2:before {
	left: 0;
}
.PickUp2Inner > h2:after {
	right: 0;
}
.PickUp2Inner > P {
}
.PickUp2Inner li {
	max-width: 300px;
	text-align: left;
}
.PickUp2Inner li a:hover {
	color: #26929f;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.PickUp2Inner .NewsTitle2 {
	height: 144px;
	margin: 0 0 10px;
}
.PickUp2Inner a {
}
.NewsTitle2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.NewsTitle {
	text-align: left;
	position: relative;
}
.NewsTitle:before {
	position: absolute;
	content: "PICKUP!!";
	color: #808085;
	font-size: 20px;
	font-weight: 100;
	top: -15px;
	left: 0;
}
.NewsTitle a {
	display: inline-block;
}
.PicUpBox2 img {
	width: 100%;
	width: 300px;
	height: 150px;
	margin: 0 0 10px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
/*ボタン*/
.PickUpInner .list_btn {
	text-align: center;
	margin: 50px 0 0;
	padding: 80px 0;
	background: #777;
	position: relative;
}
a.bt-samp57 {
	display: inline-block;
	color: #444;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
}
a.bt-samp57 i {
	position: absolute;
	top: 7px;
	left: 18px;
	font-size: 25px;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
a.bt-samp57 .list_btn_text {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 42px;
	position: relative;
	color: #ddd;
}

a.bt-samp57 .list_btn_text:before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #888;
	bottom: -3px;
	width: 30%;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s ease;
}
a.bt-samp57 .list_btn_text:hover:before {
	width: 100%;
}
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_arrows {
	position: absolute;
	top: -60px;
	right: -260px;
	display: flex;
	height: 200px;/*画面いっぱいにする場合100vh*/
	width: 100%;
	/* margin: 2em auto; */
	justify-content: center;
	align-items: center;
	transform: rotate(-90deg);
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: 50%;/*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
}
.cp_arrows .cp_arrowfirst {
	-webkit-animation: arrow-move08 2s ease-in-out infinite;
	animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
	-webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
	animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 3px;
	content: '';
	background: #d9c513;
}
.cp_arrows .cp_arrow:before {
	-webkit-transform: rotate(30deg) translateX(-39%);
	transform: rotate(30deg) translateX(-39%);
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
	-webkit-transform: rotate(-30deg) translateX(39%);
	transform: rotate(-30deg) translateX(39%);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
 0% {
 top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
 opacity: 0;
}
 70% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes arrow-move08 {
 0% {
 top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
 opacity: 0;
}
 70% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/*スライドサイドバー*/
.slider_sidebar {
	z-index: 99;
	cursor: pointer;
	position: fixed;
	top: 40%;
	right: 0;
	width: 60px;
	background: #1b2c7c;
	color: #fff;
	font-size: 16px;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}
i.fa.fa-exchange-alt {
	display: inline-block;
	vertical-align: middle;
}
.slider_sidebar ul {
	display: block !important;
	padding: 7px 15px;
	/* position: relative; */
	/* top: 0px; */
	text-align: center;
}
.slider_sidebar ul li {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 20px;
}
.fa-exchange-alt:before {
	position: relative;
	left: 10px;
	top: 40px;
}
.slider_sidebar a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.slider_sidebar a:hover {
	color: #ff0;
}
.share2 img:hover {
	opacity: .7;
}
/*---------------装飾用--------------*/
.ArchiveInner h1, .SearchInner h1, .ContentInner h1 {
	font-size: 25px;
	margin: 50px auto 80px;
	position: relative;
	/* display: inline-block; */
	padding: 0;
	text-align: center;
	line-height: 1.6;
}
.ContentInner h1 {
	font-size: 40px;
}
.ArchiveInner h1:before, .SearchInner h1:before, .ContentInner h1:before {
	position: absolute;
	content: " ";
	border-bottom: solid 1px #444;
	bottom: -10px;
	width: 20%;
	left: -13px;
	right: 0;
	margin: auto;
}
.Front_Inner h2, .SingleInner h1 {
	font-size: 30px;
	padding: 10px;
	line-height: 1.6;
	color: #555;
}
.Front_Inner h2:first-letter, .SingleInner h1:first-letter {
	font-size: 1.8em;
	padding: 2px 10px;
	color: #555;
	background: linear-gradient(-45deg, rgba(255, 100, 0, .2), rgba(255, 0, 180, .2));
	border-radius: 50%;
}
.Front_Inner h2:before, .SingleInner h1:before {
}
.Front_Inner h4, .SingleInner h3, .ArchiveInner h3, .SearchInner h3, .ContentInner h3 {
	color: #444;
	font-size: 23px;
	line-height: 1.4;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin: 40px 10px 20px;
}
.Front_Inner h4:before, .SingleInner h3:before, .ArchiveInner h3:before, .SearchInner h3:before, .ContentInner h3:before {
	position: absolute;
	content: '';
	border-radius: 100%;
	top: -.1em;
	left: .2em;
	z-index: 2;
	width: 25px;
	height: 25px;
	background: rgba(150, 150, 150, .5);
}
.Front_Inner h4:after, .SingleInner h3:after, .ArchiveInner h3:after, .SearchInner h3:after, .ContentInner h3:after {
	position: absolute;
	content: '';
	border-radius: 100%;
	top: .5em;
	left: .7em;
	width: 20px;
	height: 20px;
	background: rgba(210, 210, 210, .5);
}
.Rankingu_container h3:before {
	content: none !important;
}
.Rankingu_h {
	margin: 90px 0 15px 0 !important;
	text-align: center !important;
	position: relative;
	background: #c7d8da;
}
.Rankingu_container h2:first-letter {
	background: none;
	font-size: 30px;
	padding: 0;
	color: #444;
}
.Rankingu_h:before {
	position: absolute;
	content: url(image/Rankingu_h_icon.png);
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
}
.Front_Inner h3, .SingleInner h2 {
	color: #555;
	font-size: 25px;
	font-weight: bold;
	position: relative;
	line-height: 1.2;
	text-align: left;
	border: 1px solid #ff6b75;
	padding: .75em 1em;
	margin: 0 0 20px;
	z-index: 2;
}
.Front_Inner h3:before, .SingleInner h2:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #ffc2c6;
	left: 4px;
	z-index: -1;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}
.Front_Inner h3:after, .SingleInner h2:after {
}
.Front_Inner .h3, .SingleInner .h2 {
	background: none;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.Front_Inner .h3:before, .SingleInner .h2:before {
	position: absolute;
	content: "Summary";
	top: 0;
	left: 32px;
	font-size: 13px;
	color: #999;
}
.Front_Inner .h4, .SingleInner .h3 {
}
.SingleInner .h4 {
	position: relative;
	padding: 0.6em;
	background: #72bcad;
	font-size: 20px;
	margin: 0 0 24px;
	color: #fff;
	font-weight: bold;
}
.SingleInner .h4:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #72bcad;
	width: 0;
	height: 0;
}
.Front_Inner strong, .SingleInner strong {
	color: #F44336;
	padding: 3px 3px 1px;
	font-weight: bold;
	font-size: 18px;
	font-size: 18px;
	border-bottom: 2px dotted #ff6b75;
}
blockquote {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 20px 10px 20px 45px;
	position: relative;
	font-size: 12px;
	margin: 0 0 30px;
}
blockquote:before {
	position: absolute;
	content: "“";
	top: 3px;
	left: 1px;
	font: 8em/1 'ＭＳ Ｐゴシック';
	color: #ddd;
}
blockquote cite a {
	font-size: 12px;
	color: #3F51B5;
}
blockquote cite a:hover {
	text-decoration: none;
}
.MainContainer section p a {
	display: inline-block;
    text-decoration: none;
    background: linear-gradient(to bottom, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%);
    color: #777;
    padding: 3px 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #d3be2a;
    transition: .4s;
}
.MainContainer section p a:hover{
    transform: translateY(3px);
    padding: 3px 5px 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border-bottom: solid 1px #d3be2a;
}

.hr01 {
	display: block;
	width: 90%;
	height: 2px;
	background-color: #F4F3F3;
	border: 0;
	margin: 0 auto;
}
.MainContainer div p, .sitemap_inner {
	padding: 0 20px;
	margin: 0 0 25px;
	line-height: 2;
	font-family: "メイリオ", sans-serif;
}
.archive h2, .ArchiveBox h2 {
	background: none;
	line-height: 1;
}
.ArchiveBox h2 a, .PicUpBox2 a {
	color: #444;
	font-size: 25px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5;
}
.PicUpBox2 a {
	font-size: 16px;
}
.container_left {
	padding: 25px 15px 10px 15px;
	margin: 0 10px 30px;
	/* float: left; */
	width: 60%;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
	position: relative;
	z-index: 2;
}
.container_right {
	padding: 25px 15px 10px 15px;
	margin: 0 10px 30px;
	float: right;
	width: 60%;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
	position: relative;
}
section > div {
	margin: 0 0 30px;
}
.container_left_img {
	position: absolute;
	max-width: 600px;
	max-height: 340px;
	width: 100%;
}
.container_right_img {
	position: absolute;
	max-width: 600px;
	max-height: 340px;
	width: 100%;
}
.container_bottom01 {
	margin: 0 0 60px;
}
.container_bottom02 {
	margin: 0 0 100px;
}
.txt_container {
	position: relative;
}
.Front_Inner > section > div > section > div > section:nth-of-type(3) > div {
	background: #2793e6;
	padding: 25px 15px 10px 15px;
	margin: 0 10px 30px;
	float: left;
	width: 60%;
}
.Front_Inner > section > div > section > div > section:nth-of-type(4) > div {
	background: #159910;
	padding: 25px 15px 10px 15px;
	margin: 0 10px 30px;
	float: right;
	width: 60%;
}
.single .SingleInner > section > div > section > div {
	padding: 15px 0 1px;
	margin: 0 0 30px;
	background: #fff;
	/* box-shadow: 0 6px 10px 0 rgba(0,0,0,.1); */
}
.single .SingleInner > section > div > section > div > div {
	/* background: #fff; */
	/* box-shadow: 0 6px 10px 0 rgba(0,0,0,.1); */
	padding: 15px 15px 15px 15px;
	margin: 0 10px 30px;
}
.section_deco {
	background: #ffffff !important;
	margin: 0 0 25px;
	padding: 20px 0;
}
section.section_none > div {
	background: none !important;
}
.Rankingu_container {
	background: #f0f0f0 !important;
	padding: 10px 30px 10px !important;
	margin: 0 auto 30px !important;
	width: 100%;/* max-width: 1000px; */
	box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
}
section > p {
	margin: 0 0 30px;
}
.PageNation {
	display: flex;
	margin: 0 0 30px;
}
.page-numbers {
	background: #999;
	padding: 10px 15px;
	display: block;
	margin: 0 10px 0 0;
	color: #fff;
}
.page-numbers:hover {
	color: #ddd;
}
/*目次*/
.Front_Inner_top {
/* display: flex; */
}
/*---目次　クリックで隠す---*/
/*全体*/
.home .hidden_box {
	margin: 0px 0px 80px 0;
}
.hidden_box {
	margin: 0px 0px 30px 0;
	padding: 0;
	border: 2px #222 solid;
	width: 700px;
}
/*ボタン装飾*/
.hidden_box label {
	padding: 15px;
	font-weight: bold;
	margin: 4px;
	border: 2px solid #222;
	cursor : pointer;
	transition: .5s;
	display: block;
	float: left;
	width: calc(100% - 8px);
	color: #555;
}
/*アイコンを表示*/
.hidden_box label:before {
	display: inline-block;
	content: '\e92c';
	font-family: 'icomoon' !important;
	padding-right: 5px;
	transition: 0.2s;
	color: #555;
}
/*ボタンホバー時*/
.hidden_box label:hover {
	background: #ececec;
}
/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
	content: '\e913';
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #ffffff;
}
/*チェックは見えなくする*/
.hidden_box input {
	display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	height: auto;
	padding: 10px 0;
	/* background: #fbf9e2; */
	opacity: 1;
	transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
	padding: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: 0.8s;
}
/*-------------------------------------------*/
.MokujiBox {
/* background: #f1f1f1; */
	/* margin: 0 0 20px; */
	/* border: 1px solid #1b2c7c; */
}
.MokujiBox > div:first-child {
	padding: 10px;
	/* background: #1b2c7c; */
	color: #fff;
	font-weight: bold;
}
#mokuji {
	font-size: 14px;
	padding: 5px 15px 10px;
	text-align: left;
}
#mokuji > ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#mokuji ul li {
	margin: 0 0px;
	padding: 3px 5px;
}
#mokuji ul li:hover {
	background: #dbdbdb75;
}
#mokuji > ul > li > a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 15px;
}
#mokuji > ul > ul {
	padding: 0 15px;
}
#mokuji > ul > ul > ul {
}
#mokuji > ul > ul > li > a {
	color: #333;
	font-size: 13px;
	position: relative;
	padding: 0 0 0px 15px;
	text-decoration: none;
}
#mokuji > ul> li > a:before, #mokuji > ul > ul > li > a:before {

	position: absolute;
	content: "\e901";
	font-family: 'icomoon' !important;
	left: 2px;
	top: -6px;
	color: #333;
}
/*------------------ページネーション--------------------*/

/*●個別記事のページナビ*/
.g_navigation {
	text-align: center;
	padding: 1em 0;
	width: 100%;
	margin: 0 0 30px;
}
/*.navitop {
  float:left;
  width:12%;
  text-align:center;
}*/
.navileft {
	float: left;
	width: 100px;
	text-align: left;
	word-break: break-all;
	line-height: 1.5em;
	background: #333;
	color: #fff;
	padding: 10px 10px 10px 15px;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.naviright {
	float: right;
	width: 100px;
	text-align: right;
	word-break: break-all;
	line-height: 1.5em;
	background: #333;
	color: #fff;
	padding: 10px 15px 10px 10px;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.naviright a, .navileft a {
	color: #fff;
	/* padding:  10px; */
	text-decoration: none;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	font-weight: bold;
}
.naviright:hover, .navileft:hover {
	background: #919191;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
/* ---------------------------SNSボタン--------------------- */
.home .share {
	margin: 55px auto 10px;
}
.share {
	margin: 30px auto 15px;
}
.share ul {
	display: flex;
}
.share li {
}
/* Icons */

.share a {
	color: #ff6b75;
	background: none;
	border-radius: 50%;
	background: linear-gradient(-45deg, rgba(255, 100, 0, .2), rgba(255, 0, 180, .2));
	/* border: 1px solid #ffffff; */
	text-align: center;
	text-decoration: none;
	font-family: fontawesome;
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 2px;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-font-smoothing: antialiased;
}
.share a:hover {
	background: #ddd;
	color: #333;
}
/* pop-up text */

.share a span {
	color: #666;
	position: absolute;
	bottom: 0;
	left: -25px;
	right: -25px;
	padding: 5px 7px;
	z-index: -1;
	font-size: 14px;
	border-radius: 2px;
	background: #eee;
	visibility: hidden;
	opacity: 0;
	-o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* pop-up text arrow */

.share a span:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #eee;
	position: absolute;
	bottom: -5px;
	left: 40px;
}
/* text pops up when icon is in hover state */

.share a:hover span {
	bottom: 50px;
	visibility: visible;
	opacity: 1;
}
.share li a:before {
	font: 22px/1 'icomoon' !important;
	top: 8px;
	left: 10px;
	position: absolute;
}
.home .share li:nth-of-type(1) a, .home .share li:nth-of-type(2) a, .home .share li:nth-of-type(3) a, .home .share li:nth-of-type(4) a, .home .share li:nth-of-type(5) a, .home .share li:nth-of-type(6) a {
	padding-top: 0px;
}
.share li:nth-of-type(1) a, .share li:nth-of-type(2) a, .share li:nth-of-type(3) a, .share li:nth-of-type(4) a, .share li:nth-of-type(5) a, .share li:nth-of-type(6) a {
	padding-top: 12px;
}
.share li:nth-of-type(1) a:before {
	content: '\e903';
}
.share li:nth-of-type(2) a:before {
	content: '\e90a';
}
.share li:nth-of-type(3) a:before {
	content: '\e906';
}
.share li:nth-of-type(4) a:before {
	content: '\e905';
}
.share li:nth-of-type(5) a:before {
	content: '\e909';
}
/*記事内pタグ装飾*/
section div p.txt_list {
	margin: 0 0px 20px 10px;
	background: #f3f3f3;
	/* margin: 0 0 20px; */
	color: #333;
	font-weight: 600;
	padding: 0 0 0 37px;
	position: relative;
}
section div p.txt_list:before {
	position: absolute;
	content: url(image/point.png);
	top: -14px;
	left: -1px;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
section div p.txt_list2 {
	position: relative;
	padding: 2px 0px 2px 46px;
	background: none;
	margin: 0 0 10px 30px;
	border-radius: 16px;
	color: #333;
	font-weight: 600;
	background: #f7fbfd;
}
section div p.txt_list2:before {
	font-family: FontAwesome;
	position: absolute;
	top: -1px;
	left: 20px;
	content: "\f14a";
	font-size: 19px;
	color: #707070;
}
/*ul、olのりすとー*/
.MainContainer section ul {
	counter-reset: list;
	list-style-type: none;
	background: #f9f9f9;
	padding: 10px 20px;
	width: 90%;
	margin: 0 auto 30px;
}
.MainContainer section ul li {
	position: relative;
	line-height: 30px !important;
	margin: 7px 0 10px 40px !important;
	padding-left: 10px !important;
	font-weight: bold;
	font-size: 16px;
	border-bottom: solid 1px #aaa;
}
.MainContainer section ul li:before {
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: -30px;
	width: 30px;
	height: 32px;
	background: #aaa;
	text-align: center;
	color: #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.MainContainer section ul li:last-child {
	margin: 0 0 20px;
}
.share > ul li:before {
	font-family: FontAwesome;
	position: absolute;
	top: 2px;
	left: 14px;
	content: none;
	font-size: 19px;
	color: #ffffff;
	z-index: 2;
}
section ol {
	background: none;
	border-radius: 10px;
	padding: 10px 30px;
	margin: 20px 40px;
	list-style: square;/* width: 95%; */
}
section ol li {
	position: relative;
	padding: 2px 0px 2px 46px;
	background: none;
	margin: 10px 0;
	border-radius: 16px;
	color: #333;
	font-weight: 600;
}
section div > ol li:nth-child(odd) {
	background: #fdfdf7;
}
section ol li:before {
	font: 19px/1 'icomoon';
	left: 21px;
	top: 8px;
	position: absolute;
	content: "\e90f";
	color: #bababa;
}
/*あさいどー*/
.supplement {
	border-radius: 10px;
	padding: 10px 25px;
	margin: 20px auto 30px;
	width: 90%;
	background: #fff4f2;
}
.supplement a {
	color: #E91E63;
	/* text-shadow: 1px 1px 0px #F44336; */
	text-decoration: none;
	font-weight: 600;
}
.supplement a:hover {
	color: #ff5400;
	text-decoration: underline;
	font-weight: 600;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.supplement .h3, .supplement summary {
	color: #777;/*文字色*/
	text-align: center;
	border: solid 3px #777;
	border-radius: 6px;
	padding: 15px 0;
	margin: 15px 0;
	font-weight: 600;
	font-size: 17px;
}
.supplement .h3:before, .supplement summary:before {
	content: none;
}
.supplement p {
	padding: 0 15px;
	color: #777;
}
/*dt,dd*/
dl {
	margin: 0px 0 50px 0px;
}
dl.dl {
	margin: 50px 0;
}
dt {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #eee;
	background: #555;
	/* display:  inline-block; */
	padding: 7px 10px 7px 70px;
	margin: 0 0px 10px;
}
dt:before {
	position: absolute;
	content: "";
	min-width: 50px;
	height: 40px;
	background: linear-gradient(-45deg, rgba(255, 100, 0, .2), rgba(255, 0, 180, .2));
	top: -6px;
	color: #fff;
	padding: 3px 3px 0 7px;
	font-size: 18px;
	left: 11px;
	counter-increment: number 1;
	content: "0" counter(number) "";
}
dt:after {
	position: absolute;
	/* content: ""; */
	width: 100%;
}
dd {
	margin: 0 0 40px;
	font-family: "メイリオ", sans-serif;
	font-size: 15px;
	color: #555;
}
dd > dl {
	margin: 50px 0 0;
}
dl {
	margin: 30px auto;
	background: #ffffffbd;
	padding: 20px 0;
	width: 90%;
}
/* カスタムフィールド　画像*/
.CenterBlock img {
	display: block;
	margin: 0 auto;
}
.center {
	max-width: 100%;
	margin: 20px auto 20px !important;
	box-shadow: 4px 4px 2px 0 rgba(0,0,0,.2);
}
.left {
	max-width: 50%;
	float: left;
	margin: 0 20px 15px 0;
	box-shadow: 4px 4px 2px 0 rgba(0,0,0,.2);
}
.right {
	max-width: 50%;
	float: right;
	margin: 0 0 0 18px;
	box-shadow: 4px 4px 2px 0 rgba(0,0,0,.2);
}
/*　--------------サイドバー--------------*/

.Relation_Side {
	/* padding: 0px 10px 0; */
	text-align: center;/* margin: 0 0 30px; */

}
.Relation_Side ul {
	counter-reset: my-counter;
}
.Relation_Side li {
	padding: 0px 10px 15px;
	position: relative;
}
.Relation_Side li:before {
	position: absolute;
	content: counter(my-counter);
	counter-increment: my-counter;
	padding: 1px 9px;
	left: 0;
	top: -7px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	background: #ff6b75;
	z-index: 2;
}
.Relation_Side .NewArticle:before {
	content: none !important;
}
.Relation_Side li a {
	color: #333;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.Relation_Side li a:hover {
	color: #777;
}
.Relation_Side img {
	width: 100%;
	height: 51.8px;
	object-fit: cover;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.Relation_Side img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.RelationTitle, .sidebar2 .SideWidget_Title {
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px 0;
	line-height: 180%;
	text-align: center;
	width: 100%;
	background: #1B2C7C;
	color: #fff;
	margin: 0 0 10px;
}
#categories-4 {
	margin: 0 20px 0 0;
}
.SideBer ul {
	list-style: none;
	margin: 0;
	padding: 10px;
}
.SideBer ul li a, .archives_container a {
	text-decoration: none;
	position: relative;
	padding: 0 0 0px;
	display: block;
	color: #333;
	text-align: left;
	font-size: 14px;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;/* font-weight: bold; */
}
.archives_container a:hover {
	color: #c0003b;
}
.SideBer ul li a:before {
	/* content: "\f004"; */
	position: absolute;
	top: 5px;
	font-family: FontAwesome;
	left: 0;
}
.archives_container ul li a:hover {
	color: #aaa;
}
.SideBer ul li:nth-of-type(2) a:hover {
}
.SideBer ul li:nth-of-type(3) a:hover {
}
.SideBer ul li a:hover {
}
/*.SideBer ul li a:before {
	font-family: FontAwesome;
	position: absolute;
	top: 3px;
	left: 0px;
	content: "\f0fe";
	font-size: 19px;
	color: #dc3737;



}*/
.sidebar_nav {
	text-align: center;
	margin: 0 0 30px;
}
.sidebar_nav li {
	margin: 0 0 10px;
}
.sidebar_nav img:hover {
	opacity: .8;
}
.SideWidget {
	background: none;
	width: 100%;/* margin: 0px 20px 15px; *//* display: inline-block; *//* vertical-align: top; */
}
.SideWidget_Title {
	display: block;
	text-align: left;
	color: #444;
	font-size: 15px;
	font-weight: 600;
	/* margin: 15px 0px 0px 0; */

	-moz-border-radius: 5px;
	/* -webkit-border-radius: 5px; */
	/* border-radius: 5px; */
	/* letter-spacing: 0.1em; */
	padding: 10px 0;
	line-height: 180%;
	width: 100%;
}
.archives_container li {
	padding: 0 0 0 30px;
	position: relative;
}
.sidebar2 .widget_archive li:before, .archives_container li:before {
	content: "";
	position: absolute;
	font: bold 14px 'icomoon';
	left: 5px;
	top: 5px;
	content: "\e90e";
	color: #555;
}
.SideBer .widget_recent_entries {
	display: none;
}
.footer_content .SideWidget_Title:nth-of-type(1), .footer_content .SideWidget_Title:nth-of-type(1) a {
	font-size: 15px;
}
.footer_content .SideWidget_Title {
	padding: 20px 0 10px;
}
.footer_content .SideWidget_Title a {
	font-weight: bold;
}
.SideWidget li, .archives_container li {
	margin: 0 0px 12px 0;
}
.slider_sidebar .widget_search {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	position: static;
}
.widget_search {
	background: none;
	padding: 0 30px 0 40px;
}
.footer_content .widget_search {
	margin: 0 0 50px;
}
#archives-2 a {
	font-size: 15px;
}
/*--------------　検索　--------------*/
.SearchBox {
	/* background: #2f9ef3; */

	padding: 50px 0;
	margin: 0 0 0px;
	background-color: #f4eaea;
	background-image: radial-gradient(#c5c5c5 10%, transparent 20%), radial-gradient(#c5c5c5 10%, transparent 20%);
	background-size: 6px 6px;
	background-position: 0px 0, 3px 3px;
	padding: 20px 0 50px;
}
input.s {
	width: 100%;
	height: 30px;
	background: none;
	border: none;
	border-bottom: 1px solid #ababab;
	padding: 0 10px;
}
footer input.s {
	color: #fff;
}
header input.s {
	color: #444;
}
input.searchsubmit {
	top: -4px;
	position: absolute;
	padding: 19px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	right: -2px;
	background: url(image/SearchIcon.png) no-repeat;
	background-position: 8px;
	border: none;
	font-size: 0;
	cursor: pointer;
}
.searchform > div {
	position: relative;
	text-align: center;
	width: 200px;
	margin: 0 auto;
}
.FooterInner .searchform > div {
	width: 500px;
}
/*検索結果*/

.SearchInner > p {
	padding: 0 20px;
}
.SearchInner > ul {
	padding: 0 20px;
	text-align: center;
}
/*--------------　footer　--------------*/
.home header + div {
	margin: 0 0 0px 0;
	position: relative;
	z-index: 9;
	/* background: #f2f0eb; */
	color: #222;
}
footer > div {
	color: #fff;
	text-align: center;
	margin: 100px 0 0;
	background: none;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.FooterInner {
	width: 100%;
	text-align: center;
	padding: 0px 0 0;
}
.FooterInner > div:nth-of-type(2) {
	position: relative;
}
.footer_content {
	background-color: #555;
	position: relative;
	padding: 100px 0;
}
.footer_content::before {
	/* content: ''; */
	background: url(image/header.jpg) no-repeat 50%;
	opacity: 0.7;
	filter: blur(4px);
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	z-index: -1;
}
.footer_content p {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1;
	text-align: left;
	font-size: 15px;
	color: #000;
}
.footer_content > div {
}
.banner02_container::after {
	/* content: ""; */
	width: 0;
	height: 0;
	border: 90px solid transparent;
	border-top: 90px solid #13afd8;
	position: absolute;
	top: -33px;
	left: 0;
	right: 0;
	margin: auto;
}
footer > div {
	color: #fff;
	text-align: center;
	margin: 0px 0 0;
	padding: 0px 0 0;
}
.FooterInner {
/* padding: 0px 0 0; */
}
.footer_content > div {
	font-weight: bold;
}
.footer_content > div > div:nth-of-type(2) {
	margin: 0 20px;
}
.footer_content > div > div > p:nth-of-type(2) {
	max-width: 1000px;
	margin: 0 auto 50px;
	line-height: 1.6;
}
.footer_content > div > div img {
}
.footer_content > div > div > p:nth-of-type(1) {
	font-size: 35px;
	position: relative;
	margin: 0 0 80px;
	text-align: center;
	display: inline-block;
	font-family: serif;
}
.footer_content > div > div > p:nth-of-type(1):before {
	position: absolute;
	content: " ";
	border-bottom: solid 1px #444;
	bottom: -15px;
	width: 120%;
	left: -16px;
	right: 0;
	margin: auto;
}
img.banner02 {
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
	width: 100%;
	max-width: 700px;/* margin: 0 0 30px; */
}
.Copyright {
	background: #333;
	padding: 20px 0;
	font-size: 13px;
	color: #ddd;
}
.Copyright a {
	color: #eee;
	text-decoration: none;
}

.share2 ul {
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.share2 li {
	margin: 10px 0 0 25px;
	font-size: 22px;
}
.share2 li a {
	font-family: 'icomoon' !important;
	position: relative;
	color: #ffffff;
}
.share2 li a:hover {
	opacity: .5;
}
.share2 li:nth-of-type(1) a:before {
	content: '\e903';
}
.share2 li:nth-of-type(2) a:before {
	content: '\e90a';
}
.share2 li:nth-of-type(3) a:before {
/* content: '\f0d5'; */
}
.footer_content .footer_navi {
	margin: 0 0 50px;
}
.footer_content .footer_navi > ul, .FooterInner .SideWidget {
	width: 20%;
	max-width: 270px;
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}
.FooterInner .SideWidget:nth-of-type(3), .FooterInner .SideWidget:nth-of-type(4) {
	padding: 27px 0 0;
}
.FooterInner .SideWidget:nth-of-type(2) {
/* margin: 0 60px 0 0; */
}
.footer_content a {
	font-weight: normal;
	text-decoration: none;


	color: #444;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	font-size: 13px;
}
.footer_content ul li:before {
	content: "▶";
	font-size: 13px;
	left: 0px;
	top: -2px;
	position: absolute;
	color: #c0003b;
}
.footer_content a:hover {
	color: #b49c64;
}
.footer_navi ul li {
	text-align: left;
	font-size: 16px;
	padding: 0 0 0 20px;
	position: relative;
}
.footer_navi ul:first-child li:nth-of-type(2), .footer_navi ul:nth-of-type(2) li:first-child, .footer_navi ul:nth-of-type(3) li:first-child {
	padding: 0;
}
.footer_navi ul:first-child li:first-child {
	margin: 0 0 20px;
	padding: 0;
	font-size: 18px;
}
.footer_navi ul:first-child li:first-child a {
	background: linear-gradient(transparent 70%, #747474 70%);
	font-weight: bold;
}
.footer_navi ul:first-child li:first-child a:hover {
	background: none;
}
.footer_navi ul:nth-of-type(2), .footer_navi ul:nth-of-type(3) {
	margin: 50px 0 0;
}
.footer_navi ul:first-child li:first-child:before, .footer_navi ul:first-child li:nth-of-type(2):before, .footer_navi ul:nth-of-type(2) li:nth-of-type(1):before, .footer_navi ul:nth-of-type(3) li:nth-of-type(1):before {
	content: none !important;
}
.footer_navi ul li:nth-of-type(1), .footer_navi ul:nth-of-type(1) li:nth-of-type(2) {
	color: #ff0;
}

/*--------------　404　--------------*/
/*.error404 #wrap {
	height: 100%;
}
.error404 #wrap .MainContainer {
	position: relative;
	min-height: 100%;
	height: auto;
	height: 100%
}
.error404 .ArchiveInner {
	margin: 0;
}
.error404 footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}*/


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

/*お問い合わせ*/
 .forms {
 margin:16px
 }
.forms li {
 margin:16px;
 list-style:none
 }
.forms label {
 cursor:pointer;
 display:block;
 font-weight:800
 }
.forms input,.forms textarea {
 border: 1px solid #333;
 border-radius: 3px;
 padding:8px;
 width: 100%;
 font-size:100%;
 }
.forms li .error {
 font-size:80%;
 color:red
 }
.forms li.textarea .error {
 display:block;
 /* position:absolute; */
 right:0;
 top:0;
 }
.forms li.buttons button {
 cursor:pointer;
 padding:8px;
 border: none;
 color: #fff;
 background: #333;
}
/*お問い合わせ　ここまで*/



/*--------------　メディアクエリ　--------------*/


@media only screen and (min-width: 871px) {
.hm_wrap {
	display: none;
}
.pc_none {
	display: none;
}
}
@media only screen and ( max-width: 1024px) {
	#wrap {
		padding: 0 20px;	
	}
.sidebar2 {
	width: 100%;
	margin: 0;
	position: static;
}
.sidebar2 #sideber_btn {
    display: none;
}
.sidebar2 > div > div {
    height: auto;
    width: 100%;
    padding: 10px 10px 40px;
	    min-height: auto;
}
}
@media only screen and ( max-width: 870px) {
/******************************************************************/
	/*ハンバーガーメニュー*/
/******************************************************************/
.sp_nav input {
	position: fixed;
	opacity: 0;
}
.sp_nav label {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}
.sp_nav label::before {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(18, 67, 100, 0.6);
	content: '';
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
label .burger {
	position: fixed;
	top: 1em;
	left: 1em;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	z-index: 99;
	transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
label .burger::before, label .burger .bar, label .burger::after {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 11%;
	background: #222;
	content: '';
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
label .burger .bar {
	top: 43%;
}
label .burger::before {
	top: 0px;
	transform-origin: top left;
}
label .burger::after {
	bottom: 0;
	transform-origin: bottom left;
}
input:focus + label .burger, label:hover .burger {
	opacity: .75;
}
nav {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	transform: translate3d(0, 0, 0);
	/* material acceleration */
	transform: translateX(-100%);
	will-change: transform;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
nav::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 25em;
	background: linear-gradient(-45deg, rgb(255, 100, 0), rgb(255, 0, 180));
	content: '';
	transform: skewX(15deg) translateX(-100%);
	transform-origin: bottom left;
	will-change: transform;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
 @media (min-width: 40em) {
 nav::before {
 width: 40em;
}
}
nav a {
	margin: .5em 0;
	padding: .2em 2em;
	font-size: 1.5em;
	color: white;
	text-decoration: none;
	font-weight: 500;
	transform: translateX(-100%);
	transition: color .15s, transform .5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
nav a:nth-child(1) {
	transition-delay: 0s, 100ms;
}
nav a:nth-child(2) {
	transition-delay: 0s, 150ms;
}
nav a:nth-child(3) {
	transition-delay: 0s, 200ms;
}
nav a:nth-child(4) {
	transition-delay: 0s, 250ms;
}
nav a:nth-child(5) {
	transition-delay: 0s, 300ms;
}
nav a:nth-child(6) {
	transition-delay: 0s, 350ms;
}
nav a:hover, nav a:focus {
	color: black;
}
main {
	overflow: hidden;
}
#wrap {
	transform: translate3d(0, 0, 0);
	/* material acceleration */
	will-change: transform, filter;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
[id="navcheck"]:checked + label::before {
	opacity: 1;
	pointer-events: auto;
}
[id="navcheck"]:checked + label .burger::before, [id="navcheck"]:checked + label .burger::after {
	width: 141.42%;
}
[id="navcheck"]:checked + label .burger::before {
	transform: rotate(45deg) translateY(-50%);
}
[id="navcheck"]:checked + label .burger::after {
	transform: rotate(-45deg) translateY(50%);
}
[id="navcheck"]:checked + label .burger .bar {
	transform: scale(0.1);
}
[id="navcheck"]:checked ~ nav {
	transform: translateX(0);
}
[id="navcheck"]:checked ~ nav::before {
	transform: skewX(15deg) translateX(0);
}
[id="navcheck"]:checked ~ nav a {
	transform: translateX(0);
}
[id="navcheck"]:checked ~ #wrap {
	transform: translateX(3em);
	transform-origin: left center;
	-webkit-filter: blur(2px);
	filter: blur(2px);/* quite laggy :S */
}
/* helper */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/******************************************************************/
header {
/* background: url(image/header.jpg) center top no-repeat; */
    /* background-size: cover; */

    /* color: #fff; */
    /* position: relative; */
    /* overflow: hidden; */

    /* background-color: #fcfcfc; */
    /* background-image: radial-gradient(#c5c5c5 10%, transparent 20%), radial-gradient(#c5c5c5 10%, transparent 20%); */

    /* background-size: 6px 6px; */
    /* background-position: 0px 0, 3px 3px; */;
}
header .header_image {
	height: 300px;
	background: url(image/header.jpg) no-repeat 68%;
	background-size: cover;
}
.SiteTitle + div {
	margin: 0 0 0px 0;
}
#wrap {
	width: 100%;
	padding: 0 10px;
}
.header_img_container {
	display: block;
	padding: 0px 0 0;
	text-align: center;
}
.link_WaterSupply, .link_server {
}
header img {
	width: 100%;
	height: auto;
}
.header_icon_rogo > img {
	max-width: 200px;
	bottom: 100px;
}
.header_img_container > div:nth-of-type(1) {
}
.header_img_container > div:nth-of-type(1):first-letter {
	font-size: 80px;
}
div#menu02 {
	padding: 20px 0;
}
.SingleInner, .Front_Inner, .ArchiveInner, .SearchInner {
	margin-right: 0px;
	text-align: left;
}
.link_WaterSupply a {
/* right: 250px; */
}
.home .Front_Inner {
	padding: 10px;
}
.ArchiveInner ul {
	margin: 80px 0 30px;
	justify-content: space-between;
}
.MainContainer {
	width: 100%;
	float: none;
	padding: 0 0px;
	margin: 0;
}
.Front_Inner_Before {
	float: none !important;
	padding: 0;
}
/*ぱんくず*/
.BreadBox {
	margin: 30px 0 0;
}
.BreadInner {
	padding: 0;
	margin: 0 auto;
}
.BreadInner:before {
	font-size: 15px;

	top: 1px;
	left: 0px;
}
.BreadInner > div {
	padding: 0 0 0 20px;
}
/*ヘッダー*/
.sp_none {
	display: none !important;
}
.gnav_right {
	float: none;
	padding: 0 0;
	position: absolute;
	top: 0;
}
div#NavTop {
	bottom: 0;
	left: 0;
	right: 0;
}
#NavTop ul {
	margin: 0px auto 0px;
	float: none;
	text-align: center;
	padding: 20px 0;
}
#NavTop li {
}
nav #menu li, #menu02 li {
	width: auto;
}
.DescriptionContent {
	margin: 30px auto 10px;
}
/*ナビ*/
nav > #menu {
	display: none;
}
/*ｈタグ　タイトル*/
.SiteTitle:first-letter {
	font-size: 40px !important;
}
.SiteTitle a {
	/* top: -340px; */
	font-size: 20px;
	padding: 10px;
}
.SiteTitle a:before {
	bottom: -10px;
	left: -20px;
}
.box_container > .box_container_inner01 > span {
	top: 10px;
	width: 30px;
	height: 30px;
}
.box_container > .box_container_inner02 > span {
	width: 30px;
	height: 30px;
	bottom: 20px;
}
.SiteTitle {
	left: 0;
	right: 0;
	margin: 0 10px;
}
.SiteTitle > a > img {
/* -webkit-transform: scale(0.7); */
	/* transform: scale(0.7); */
}
/*更新情報*/
header + div {
	position: static;
	z-index: 0;
	padding: 0 10px;
}
/*気になるポイント*/
.Publicity {
	padding: 30px 10px 40px;
}
.Publicity > div {
	display: block;
}
.Publicity > div > div {
	margin: 0 auto 100px;
	height: auto;
}
.Publicity > div > div:last-child {
	margin: 0 auto 30px;
}
.Publicity > div > div:nth-of-type(2) {
	margin: 0 auto 100px;
}
.Publicity > P {
	line-height: 1.4;
	padding: 0px 0 5px;
	margin: 20px 0 20px;
	text-align: left;
}
.Publicity > div p:nth-of-type(1) {
	margin: 0 0 0px;
	padding: 0;
	margin: 60px 0 10px !important;
}
.Publicity > div > div > p:nth-of-type(2) {
	margin: 0 0 5px;
	padding: 0;
}
.Publicity > div > div > p:nth-of-type(3) {
	margin: 0 0 5px;
	padding: 0;
}
.Publicity > div > div > p:nth-of-type(1):before {
	top: -80px;
	left: 46%;
}
/*動画*/
.move_container > div > div > div {
	margin: 0 0 20px !important;
}
/*目次の所のbox*/

.Front_Inner_top {
	display: block;
	width: 100%;
}
/*目次*/
.hidden_box {
	width: 100%;
	margin: 0px 0px 30px 0 !important;
}
.page-template-List h2 {
	border: none;
	padding: 3px 5px;
	margin: 20px 0 10px;
}
.Front_Inner h2, .SingleInner h1, .ArchiveInner h1, .SearchInner h1 {
	font-size: 20px;
	line-height: 1.5;
	margin: 30px 0 15px;
	padding: 0;
}
.SingleInner div > h2 {
	margin: 0px auto 20px;
	line-height: 135%;
	width: 100%;
	left: 0;
	padding: .75em 10px;
}
.Rankingu_h {
	padding: .5em 5px !important;
}
.Front_Inner h2::after, .SingleInner h1::after, .ArchiveInner h1::after, .SearchInner h1::after, .ContentInner h1::after {
	/* font-family: FontAwesome; */
	top: -15px;
	/* left: -5px; */
	font-size: 13px;
}
.Front_Inner div > .h3:before {
	top: -5px;
}
.SingleInner div > h2:before {
}
.SingleInner .h4 {
	width: 100%;
}
.supplement .h3, .supplement summary {
	padding: 0;
	margin: 10px auto;
	position: static;
}
.supplement .h3:before {
	content: none;
}
.supplement p {
	padding: 0 5px;
}
.ribbon03 h1 {
	line-height: 1.5;
	font-size: 20px;
}
.ribbon03:before, .ribbon03:after {
	content: none;
}
.sidebar2 .title {
	line-height: 2.5;
	margin: 0 0 30px;
}
.sidebar2 .title:after {
	font-size: 25px;
	bottom: -35px;
	left: 45%;
}
/*記事内*/
section > div > section > div {
	margin: 0 0 20px !important;
}
section.section_none > div {
	background: none;
	padding: 5px;
}
.Front_Inner h3, .SingleInner h2, .ArchiveInner h2, .SearchInner h2, .ContentInner h2 {
	font-size: 20px;
}
.Front_Inner h4, .SingleInner h3, .ArchiveInner h3, .SearchInner h3, .ContentInner h3 {
	font-size: 19px;
	line-height: 1.5;
	background-size: 30px;
	padding: 3px 0px 5px 40px;
	text-align: left;
	margin: 0 0 20px;
}
.Front_Inner h4:before, .SingleInner h3:before, .ArchiveInner h3:before, .SearchInner h3:before, .ContentInner h3:before {
}
section p {
	padding: 0px 5px;
	text-align: left;
	line-height: 2;
}
.MainContainer section:nth-of-type(2) {
	/* background: #fffedc; */
	padding: 0px;
	margin: 30px 0;
}
section > div {
	margin: 0 0 40px;
}
.container_right {
	float: none;
	width: 100%;
	margin: 10px 0 10px;
}
.container_left {
	float: none;
	width: 100%;
	margin: 10px 0 10px;
}
.container_left_img {
	position: static;
	margin: 10px 0;
}
.container_left_img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.container_right_img {
	position: static;
	margin: 10px 0;
}
.container_right_img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.container_bottom02 {
	margin: 0 0 50px;
}
dl {
	padding: 15px 5px;
	text-align: left;
	margin: 30px auto 0px;
}
dt {
	line-height: 1.4;
	font-size: 20px;
	margin: 0 0 10px;
}
.dd {
	padding: 0;
	margin: 0 0 10px;
}
section ol {
	width: 100%;

	margin: 0;
	padding: 0 5px;
}
.MainContainer section ul {
	padding: 10px;
	margin: 0 auto 20px;
}
section div > ul {
	padding: 0 5px 0 5px;
}
section div > ul li {
	position: relative;
	text-align: left;
}
.supplement {
	/* background: #00c4cc; */
	border-radius: 10px;
	padding: 10px;
	margin: 20px auto 50px;
	width: 98%;
}
section div p.txt_list {
	margin: 0 0px 20px 30px;
	background: #f3f3f3;
	margin: 0 0 20px !important;
	color: #333;
	font-weight: 600;
	padding: 0 0 0 34px;
	position: relative;
}
section div p.txt_list2 {
	margin: 0 5px 25px;
}
/*ピックアップ*/
.PickUpInner {
	padding: 30px 0 50px;
}
.PickUpInner p {
	margin: 0 0 50px;
	font-size: 2rem;
}
.PickUpInner ul {
/* display: block; */
}
.PickUpInner li {
	max-width: 100%;
	margin: 0 auto 60px;
}
.ArchiveBox time {
	font-size: 2rem;
	top: -30px;
	left: 0;
}
.ArchiveBox:nth-of-type(2) time {
	left: 0;
}
.ArchiveBox > div {
	padding: 0;
	display: block;
}
.ArchiveBox > div > div:nth-of-type(1) {
	margin: 0 10px 0 0;
}
.PicUpBox img {
	max-width: 100px;
	height: auto;
}
.PickUpInner .list_btn {
	margin: 30px 0 0;
	padding: 20px 0;
}
.cp_arrows {
	right: -135px;
	top: -64px;
}
.ArchiveBox p a {
	position: static;
	text-align: right;
	margin: 10px 0 0;
}
/*アーカイブ*/
.ArchiveBox div:nth-of-type(2) {
	max-width: 100%;
	margin: 10px 0 50px !important;
}
.ArchiveBox h2 a {
	font-size: 17px;
}
.ArchiveBox span {
	font-size: 20px;
}
.ArchiveBox > div > div:nth-of-type(2) > p {
	font-size: 16px;
	line-height: 1.7;
}
/*サイドばー*/
.SideBer {
	margin: 0px;
	padding: 0 0px;
	width: 100%;
}
.footer_content .footer_navi > ul, .FooterInner .SideWidget {
	width: 100%;
	display: block;
	margin: 5px auto !important;
	padding: 0 !important;
}
.widget_search {
	text-align: center;
}
input.s {/* width: 90%; *//* background: #fff; */
}
input.searchsubmit {
	right: -4px;
}
.searchform > div {
	width: 100% !important;
	text-align: left;
}
/*サイドばー２*/

.sidebar2 #sideber_btn {
	display: none;
}
.sidebar2 > div > div {
	height: auto;
	width: 100%;
	padding: 10px 10px 40px;
}
.Relation_Side li {
/* margin:  0 0 5px; */
}
.MainContainer div p, .sitemap_inner {
	padding: 0px;
	margin: 0 0 20px;
}
.ArchiveBox {
	margin: 0px auto 4rem;
}
.ArchiveBox:last-child {
}
.ArchiveBox img {
	width: 100%;
	height: 200px;
	max-width: 100%;
}
.PickUp2Inner {
	margin: 0 0 20px;
}
.PickUp2Inner > p {
	font-size: 18px;
	line-height: 1.6 !important;
}
.PickUp2Inner ul {
	display: block;
	padding: 0;
	margin: 20px 0 0;
}
.PickUp2Inner li {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
.PicUpBox2 {
	padding: 0;
	display: flex;
}
.PicUpBox2 .NewsTitle {
	margin: 0 10px 0 0px;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	/* font-weight: bold; */
}
.PicUpBox2 .NewsTitle:before {
	font-size: 20px;
	top: -18px;
}
.PicUpBox2 a {
	font-size: 15px;
	width: 100%;
	display: block;
	line-height: 1.6;
}
.NewsTitle:before {
	font-size: 20px;
	top: -18px;
}
.NewsTitle a {
	line-height: 1.5;
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
.NewsTitle a:nth-of-type(2) {
	max-width: calc(100% - 110px);

	margin: 0 0 0 5px;
}
.PicUpBox time {

	font-size: 13px;
	top: -13px;
}
.PicUpBox2 .NewsTitle2 {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
	text-align: left;
	height: 51.8px;
	overflow: hidden;
}
.PicUpBox2 img {
	height: 100px;
	width: 130px;
}
/*TOPに戻る*/
#pageTop a {
	padding: 20px;
}
#pageTop a:before {
	font-size: 12px;
	top: 13px;
	left: 11px;
}
/*フッター*/
.Description {
	width: 100%;
	padding: 0;/* background: #ffffff2b; */
}
.Description p:nth-of-type(2) {
	padding: 0px 10px 0px;
	/* text-align: center; */
	line-height: 1.8 !important;
	font-size: 13px;
}
.footer_content {
	display: block;
	height: auto;
	padding: 55px 10px 30px;
}
.footer_content > div {
	height: auto;
	margin: 0 0 20px !important;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}
.footer_content > div:nth-of-type(2) > div {
/* width: 29%; */
}
.footer_content > div > div > p:nth-of-type(2) {
	font-size: 13px;
	width: auto;
}
.footer_content > div > p:nth-of-type(1) {
	margin: 0px 0 5px;
}
img.banner02 {
	width: 100%;
	margin: 0 0px;
	padding: 0 5px;
	box-sizing: border-box;
}
.banner02_container::after {
	/* content: ""; */
	width: 0;
	height: 0;
	border: 90px solid transparent;
	border-top: 90px solid #13afd8;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
.Copyright {
	margin: 0px 0 0;
	padding: 25px 10px 20px 10px;
	text-align: left;
}
/* カスタムフィールド　画像*/
.left, .right {
	max-width: 100%;
	float: none;
	margin: 0 auto 10px;
	display: block;
}
/*シェアボタン*/
.share {
	margin: 0 0 10px;
}
.home .share {
	margin: 0px 0 0;
}
.share ul {
	padding: 20px 0 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: center;
}
.share li {
	display: inline-block;
	width: 38px;
	margin: 0 1% 0;
}
.share li a {
	border-radius: 6px;
	height: 38px;
	padding: 0 0px 0px 0px;
}
.share li a span img {
	height: 38px;
	padding: 3px 0 0;
}
.share li a:before {
	font-size: 20px;
	top: 8px;
	left: 30%;
}
.share .facebook img {
/* padding: 0 0 5px; */
}

/*シェアボタン２*/



/*--------------ランキング------------*/

.Rankingu_container {
	padding: 10px !important;
}
.Rankingu_container h3 {
	padding: 0 0 5px 74px;
}
.Rankingu_container h3:after {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	left: -20px !important;
	top: -25px !important;
}
/*テーブル */
.tablepress {
	width: 100%;
}
.Rankingu_container img {
	margin: 0 0 10px;
}
}

@media only screen and (max-width: 320px) {
header {
	/* height: 100vh; */
}
.WaterSupply_container > p {
}
.WaterServer_container > p {
	top: 30%;
}
.WaterSupply_container > p > img {
	max-width: 120px;
}
.header_icon_rogo > img {
	bottom: 150px;
}
.link_WaterSupply, .link_server {
	bottom: 32px;
}
}
