
/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
body {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333;
	line-height: 1.7;
	font-weight: 500;
	/*font-family: "M PLUS Rounded 1c";*/
	
	font-family: "Zen Kaku Gothic New", sans-serif;
	
	font-family: "Noto Sans JP";
	font-weight: 400;
    font-style: normal;
	background: url(images/bg_body.jpg) no-repeat center top;
	background-size: cover;
	/*background-attachment: fixed;*/
}

.clr {
	clear: both;
}
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}

.pc {
}
.sp {
	display: none;
}
a,
.sidebar .widget a:hover {
	text-decoration: none;
}
a {
	/*color: #A32124;*/
}
a:link,
a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
	text-decoration: none;
}


@media (min-width: 701px) {
.post-inner {
	padding-right: 0;
}
/*------------------------------------*/
}

.post-content p {
	line-height: 1.7;
}
.post-content img {
	display: inline;
}

.morebtn {
	text-align: center;
}
.morebtn .btnbox {
	display: inline-block;
	padding: 10px 50px;
	line-height: 1.5;
	background-color: #fff;
	border: 2px solid #dadada;
	border-radius: 50px;
}
.morebtn a {
	color: #444;
}


#btmicon {
	display: none;
}
#hscicon {
	display: block;
	position: absolute;
	right: 20px;
	top: 80px;
	
	top: 20px;
}
#hscicon ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#hscicon ul li {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
}
.grecaptcha-badge {
	z-index: 200;
}

/*--------------------------------------------------------------
レイアウト
--------------------------------------------------------------*/
.wrapper {
	margin-top: 0;
}

/*--------------------------------------------------------------
sidebar
--------------------------------------------------------------*/
.sidebar {
	background-color: rgba(255, 255, 255, 0.85);
}


@media (min-width: 931px) {
	body.home .sidebar {
		left: 30px;
	}
/*------------------------------------*/
}

/*--------------------------------------------------------------
header・gnavi
--------------------------------------------------------------*/
#desctxt {
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
	line-height: 1.5;
}


.sidebar {
}

.sidebar-top h1.blog-title {
	text-align: center;
}
.sidebar-top h1.blog-title img {
	display: inherit;
	vertical-align: middle;
}

#wrap_side ul.main-menu li {
	text-align: left;
	margin: 0 0 20px;
	background: url(images/icon_gnavi.png) no-repeat left center;
	padding-left: 20px;
}
#wrap_side ul.main-menu li span {
	display: none;
}
#wrap_side ul.main-menu a {
	font-weight: 500;
	letter-spacing: 0;
}
#wrap_side ul.main-menu a:link,
#wrap_side ul.main-menu a:active,
#wrap_side ul.main-menu a:hover,
#wrap_side ul.main-menu a:visited {
	color: #222;
}

#wrap_side ul.sub-menu li {
	margin-left: 15px;
	margin-top: 7px;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
#wrap_footer {
	/*margin: 4% 0 0 400px;*/
	background-color: #fff;
	
	margin: 0 auto;
	width: 100%;
	padding-left: 300px;
}
#f_inner {
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 50px;
}
#f_inner .wrap {
	display: flex;
	flex-wrap: wrap;
}
#f_inner .f_widget {
	width: 25%;
	padding-right: 30px;
}

#f_inner h3 {
	display: none;
}
#f_inner ul {
	margin: 0;
	padding: 0;
}
#f_inner ul li {
	list-style-type: none;
	margin: 0 0 10px;
	line-height: 1.5;
}
#f_inner a {
	color: #222;
}

#f_info {
}
#f_inq {
	text-align: center;
}
#f_inq img {
	display: inline-block;
}
#flogo {
	margin-bottom: 30px;
}
#f_inq .morebtn .btnbox {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	letter-spacing: 0;
}
#f_inner ul.menu li span {
	display: none;
}

#copytxt {
	padding: 50px 0 20px;
	font-size: 12px;
	text-align: left;
	color: #666;
	letter-spacing: 0;
}


/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/

/*--- 見出し -----------------------------------------------*/
body.page .post-header,
.archive-header {
	margin-bottom: 80px;
}
.post-header h1,
h1.post-title,
.archive-title {
	font-size: 60px;
	font-weight: 400;	
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-top: 0;
}
.post-header h1 span,
h1.post-title span {
	font-size: 40%;
	margin-left: 20px;
	font-weight: 300;
}

.post-content h2 {
	font-size: 36px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	text-align: center;
	margin-bottom: 30px;
	
	font-size: 2.2rem;
}
.post-content h2 span {
	font-size: 22px;
	margin-right: 5px;
}
.post-content h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

/*--- テキスト -----------------------------------------------*/
.hissu {
	color: #cc0000;
}
.eng {
	font-size: 18px;
	color: #666;
	line-height: 1.5;
}
.txt_L01 {
	font-size: 140%;
}
.txt_L02 {
	font-size: 120%;
}
.txt_red {
	color: #F00;
}
.txt_S {
	font-size: 85%;
}

/*--- リスト -----------------------------------------------*/
.post-content ul,
.post-content li {
	margin-top: 0;
}
.post-content ul li,
.post-content ol li {
	/*margin: 0 0 15px 0;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 10px;
	*/
}

#wrap_page dl {
}
#wrap_page dt {
	font-size: 100%;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 0 0 10px;
	color: #222;
}
#wrap_page dd {
	margin: 0;
	padding: 0 0 30px;
	line-height: 1.7;
}

/*--- table -----------------------------------------------*/
.post-content table {
	margin-bottom: 30px;
}
.post-content table th {
	font-weight: 500;
	width: 30%;
}
.post-content tr:nth-child(2n) td,
.post-content tr:nth-child(2n) th {
	background-color: #fff;
	border: none;
}

/* 通常box ---------------------------------------------*/
.border {
	border: 1px solid #ccc;
}
.mgn_B70 {
	margin-bottom: 70px;
}
.mgn_B50 {
	margin-bottom: 50px;
}
.mgn_B30 {
	margin-bottom: 30px;
}
.mgn_B20 {
	margin-bottom: 20px;
}
.mgn_B15 {
	margin-bottom: 15px;
}
.mgn_B10 {
	margin-bottom: 10px;
}

.boxL {
	float: left;
	padding: 0 15px 15px;
}
.boxR {
	float: right;
	padding: 0 15px 15px;
}
.box_L01 {
	float: left;
	width: 27%;
	padding: 0 0 15px;
}
.box_R01 {
	float: right;
	width: 67%;
	padding: 0 0 15px;
}
.box_L02 {
	float: left;
	width: 67%;
	padding: 0 0 15px;
}
.box_R02 {
	float: right;
	width: 27%;
	padding: 0 0 15px;
}
.box_L03 {
	float: left;
	width: 37%;
	padding: 0 0 15px;
}
.box_R03 {
	float: right;
	width: 57%;
	padding: 0 0 15px;
}
.box_L04 {
	float: left;
	width: 57%;
	padding: 0 0 15px;
}
.box_R04 {
	float: right;
	width: 37%;
	padding: 0 0 15px;
}
.box_L05 {
	float: left;
	width: 22%;
	padding: 0 0 15px;
}
.box_R05 {
	float: right;
	width: 72%;
	padding: 0 0 15px;
}
.box_L06 {
	float: left;
	width: 72%;
	padding: 0 0 15px;
}
.box_R06 {
	float: right;
	width: 22%;
	padding: 0 0 15px;
}

.box_L50,
.box50 {
	float: left;
	width: 47%;
	padding: 0 0 15px;
}
.box_R50 {
	float: right;
	width: 47%;
	padding: 0 0 15px;
}

.box3 {
	float: left;
	width: 33.3%;
	padding: 0 10px 10px;
}
.box3_2 {
	float: left;
	width: 33.3%;
	text-align: center;
}
.box4 {
	float: left;
	width: 25%;
	padding: 0 10px 10px;
}
.box5 {
	float: left;
	width: 20%;
	padding: 0 10px 10px;
}

.bikoubox01 {
	background-color: #f7f7f7;
	padding: 20px;
}

.bikoubox02 {
	background-color: #f7f7f7;
	padding: 40px 50px;
	height: 400px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 30px;
}


/*--- 投稿系 -------------------------------------*/











