@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&display=swap');

/* ===================================================================
 10px = 77%  11px = 85%  12px = 93%  13px = 100%  14px = 108%  15px = 116%  16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%  22px = 167%  23px = 174%  24px = 182%  25px = 189%  26px = 197%
=================================================================== */


html {
	overflow-y: scroll; }/* スクロールバーの有無によるズレ対策 */

body {
	font-size:16px; line-height:1.8; font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color:#2f2f2f; }


select, input, textarea, button, table {
	font-size:16px; line-height:1.8; font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color:#2f2f2f; }

a:link		{
	color:#0046D4;
	text-decoration:none;
}
a:visited	{
	color:#185EEB;
	text-decoration:none;
}
a:hover		{
	color:#4F8400;
	text-decoration:none;
}
a:active	{
	color:#185EEB;
	text-decoration:none;
}
a:active, a:focus	{ outline:none; }/* 選択時に点線を表示しない */

.textcenter{ text-align:center; }
.textright{ text-align:right; }
.textleft{ text-align:left; }
.texttop{ vertical-align:top; }
.textbottom{ vertical-align:bottom; }
.textmiddle{ vertical-align:middle; }
.textVcentral{ vertical-align:central; }
.floatleft{ float:left; }
.floatright{ float:right; }
.textjustify{ text-align:justify; }
.textinline{ display:inline; }
.nowrap{ white-space: nowrap; }

.break{ display: inline-block; }

/* Clearfix
----------------------------------------------------------------------------------------------------*/

.clear {
  clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.clearfix:before,.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0px;
}

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }
	
/*------------------------------------------------------------
  Pagetop
------------------------------------------------------------ */

.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 2px;
	z-index:900;
}
.pagetop a {
	display: block;
	width: 42px;
  height: 42px;
	text-align: center;
	background-color: rgba(117,123,65,0.9);
  color: #fff;
	text-decoration: none;
	font-size:36px;
	line-height:36px;
  border-radius: 21px
}


/*------------------------------------------------------------
  SNS
------------------------------------------------------------ */

.share ul{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-ms-display: flex;
	-js-display: flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	max-width: 150px;
	margin-top: 20px
}
.share ul li{
	width: 25%;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
}
.share ul li img{
	opacity: 0.5;
}

.share-back1{
	background-color: #888;
	margin-top: 10px;
}
.share-back1 ul{
	margin: 0 auto;
	padding: 5px
}
.share-back1 ul li{
	border: 1px solid #fff;
	background-color: #888;
}

.share-back2{
	margin-top: 30px;
}
.share-back2 ul{
	margin: 0 auto;
	padding: 5px
}
.share-back2 ul li{
	border: 1px solid #fff;
	border-radius: 50%;
}

	
