@charset "utf-8";

/* Table Of Contents
----------------------------------------

# General Elements
# body
# header
# content
# footer
# clearfix

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


/* # General Elements
---------------------------------------------------------------------------- */

a    { color:#3f97ca; text-decoration: underline; }

.btnFix {
	 -webkit-box-shadow : 2px 2px 2px rgba(0,0,0,.1),-1px -1px 2px rgba(0,0,0,.1); /*Chrome, Safari3.0+*/
	box-shadow : 2px 2px 2px rgba(0,0,0,.1),-1px -1px 2px rgba(0,0,0,.1); /*Opera10.5+, IE9b+*/ 
}

.hiddenFix {
	display:none;
}


/* # body
---------------------------------------------------------------------------- */

html, body { height:100%; }

@media screen and (orientation:portrait) {
	html {
		zoom: 1;
	}
}

@media screen and (orientation:landscape) {
	html {
		zoom: 1.5;
	}
}

body {
	background: url(../images/bg_main.gif) repeat 0 0;
	background-size: 150px 150px;
	-moz-background-size: 150px 150px;
	-webkit-background-size: 150px 150px;
	color: #000;
	font-size: 16px;
	font-family: "Lucida Grande", "Noto Sans JP", sans-serif;
        font-feature-settings: "palt";
	line-height:1.4;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

.aga {
    font-size: 1.1em;
    transform: scaleX(1.15);
    display: inline-block;
    margin: 0 0.2em;
}


/* # layout
---------------------------------------------------------------------------- */

div#layout {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* # header
---------------------------------------------------------------------------- */

div#header {
	background:url(../images/bg_header.gif) left top repeat-x #0e0e0e;
	background-size:2px 59px;
	position:relative;
}

div#header h1 {
	padding:12px 0 11px 12px;
}

div#header p.callBtn {
	position:absolute;
	top:11px;
	right:10px;
}

div#header p.callBtnTop {
	position:absolute;
	top:50%;
	right:10px;
	transform: translateY(-50%);
}


/* # gNav
---------------------------------------------------------------------------- */

div#gNav {
	background-color:#b3b3b3;
}

div#gNav ul {
	margin:0 auto;
}

div#gNav ul li {
	float:left;
	width:50%;
	height:auto;
}

div#gNav ul li img {
	width:100%;
	height:auto;
}

div#gNav p img {
	height:auto;
	width:100%;
}


/* # menuBox
---------------------------------------------------------------------------- */

div#menuBox {
	position:relative;
}

div#menuBox img.abPlusMinus {
	position:absolute;
	top:11px;
	right:11px;
}

div#menuBox img.fullWidthFix {
	height:auto;
	width: 100%;
}


/* # commonVisual
---------------------------------------------------------------------------- */

div#commonVisual {
	-webkit-box-shadow : 2px 2px 2px rgba(0,0,0,.1),-1px -1px 2px rgba(0,0,0,.1); /*Chrome, Safari3.0+*/
	box-shadow : 2px 2px 2px rgba(0,0,0,.1),-1px -1px 2px rgba(0,0,0,.1); /*Opera10.5+, IE9b+*/
}

div#commonVisual img {
	height:auto;
	width: 100%;
}


/* # contents
---------------------------------------------------------------------------- */

div#contents {
	padding:10px 10px 0 10px;
}

#contents.sp-content {
	padding: 0px;
}

#contents.sp-content #contents {
	padding: 10px;
}

div#contents div.commonBox {
	border:3px solid #fff;
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.1),-1px -1px 2px rgba(0,0,0,.1); /*Chrome, Safari3.0+*/
	box-shadow:2px 2px 2px rgba(0,0,0,.1),-1px -1px 2px rgba(0,0,0,.1); /*Opera10.5+, IE9b+*/
	background:#f4f4f4;
	padding:14px 15px 15px 15px;
	margin-bottom:15px;
}

div#contents div.commonBox h2 {
    padding: 0 0 5px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #bebebe;
    text-align: center;
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 900;
}

div#contents div.commonBox h3 {
    padding: 0 0 5px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #bebebe;
    text-align: center;
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 900;
}

div#contents div.commonBox div.dottedBox h3 {
    display:flex;
    border-bottom: none;
    text-align: left;
    margin: 0;
}


div#contents div.commonBox h4 {
	font-weight:bold;
	font-size:17px;
	padding-bottom:7px;
}

div#contents div.commonBox p {
	padding-bottom:20px;
}

div#contents div.commonBox p img {
	height:auto;
	width: 100%;
}

div#contents div.commonBox .maru {
	width: 22px;
	height: 22px;
	margin: 3px 5px 0 0;
	background-color: #c63741; border-radius: 50%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
}

div#contents div.commonBox div.dottedBox {
	background:url(../images/bg_border.gif) left bottom repeat-x;
	background-size:167px 1px;
	padding-bottom:5px;
	margin-bottom:15px;
}

div#contents div.whiteBox {
	background:#fff;
}

div#contents div.footBoxFix {
	padding:10px 15px;
}

div#contents p.noPadding {
	padding-bottom:0 !important;
}

div#contents ul.bottomList {
	padding-bottom:7px;
}

div#contents ul.bottomList li {
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.1),-1px -1px 2px rgba(0,0,0,.1); /*Chrome, Safari3.0+*/
	box-shadow:2px 2px 2px rgba(0,0,0,.1),-1px -1px 2px rgba(0,0,0,.1); /*Opera10.5+, IE9b+*/
	margin-bottom:8px;
}

div#contents ul.bottomList li img {
	height:auto;
	width:100%;
}


/* # footer
---------------------------------------------------------------------------- */

div#footer {
	background-color:#fff;
	height:37px;
	position:relative;
}

div#footer p.logoImg {
	padding:11px 0 0 10px;
}

div#footer p.copyrightFix {
	position:absolute;
	top:17px;
	right:13px;
}

/* # archive
---------------------------------------------------------------------------- */

.archives-list {
	display: flex;
	flex-direction: column;
	margin-top: 8px;
}

.post-list {
	display: flex;
}

.post-list--item {
	display: flex;
	flex-direction: row;
	width: 100%;
	/* min-height: 175px; */
	padding: 10px;
	column-gap: 3%;
	background-color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition-duration: 0.3s;
}

.post-list--item:hover {
	transform: translateY(-5px);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.post-list--imageContainer {
	flex-shrink: 0;
	width: 30%;
	max-width: 100%;
}

.post-list--imageContainer > .wp-post-image  {
	width: 100%;
	height: 60%;
	object-fit: cover;
}

.post-list--itemSide .label {
	font-size: 11px;
	font-weight: bold;
	background-color: #fcee21;
	color: #3e3e3e;
	display: inline-block;
	padding: 0.1em 0.5em;
	margin-right: 0.5em;
	border-radius: 2px;
}

.post-list--itemSide h2 {
	display: inline;
	margin: 0 0 .4em;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5;
	color: #3E3E3E;
}

.post-list--itemSide time {
	color: #3E3E3E;
	font-size: 12px;
	opacity: 0.75;
}

.post-list--itemSide > p.description {
	color: #3E3E3E;
	font-size: 11px;
	opacity: 0.75;
	letter-spacing: 0.25em;
	line-height: 1.8;
	margin-top: 4px;
}

.pagination-next {
	text-align: center;
	margin-top: 2em;
}

.pagination-next a {
	display: inline-block;
}

.pagination-next a:hover,
.page-numbers:hover {
	opacity: 0.8;
	color: #000;
}

.pagination {
  display: flex;
  margin: 20px auto 0;
	width: 100%;
	justify-content: center;
}

.page-numbers,
.pagination-next a {
	padding: 8px;
	margin: 0 5px;
	border-radius: 10px;
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

.pagination + * {
	margin-top: 2em;
}

.page-numbers.current {
	cursor: default;
  opacity: 0.6;
}
