@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: lifeup2023
Author URI: 
Version: 1.0
Description: 
---------------------------------------------------------*/



.st-main, 
article, 
.st-.st-aside, 
header, 
canvas, 
details, 
figcaption, 
figure, footer, 
nav, 
section, 
summary {
	display: block;
}

ul{ list-style-type:none; margin:0; padding:0; }
li{ margin:0; } 
p{ line-height:2.5em; text-align:left; }

@keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }
  1% {
	display: block;
	opacity: 0;
  }
  100% {
	display: block;
	opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }
  1% {
	display: block;
	opacity: 0;
  }
  100% {
	display: block;
	opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
	display: none;
	opacity: 0;
  }
  1% {
	display: block;
	opacity: 0;
  }
  100% {
	display: block;
	opacity: 1;
  }
}

@-webkit-keyframes dropdown {
  100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
  }
}

@keyframes dropdown {
  100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
  }
}

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


html{
	height: 100%;
	scroll-behavior: smooth;
	line-height: 2.5em;
}

body{
	height: 100%;
	min-width: 320px;
	word-wrap: break-word;
	background: #fff;
	color: #333333;
	font-size: 1em;
	font-family: 'Noto Sans JP', sans-serif;
}

.pcnon{
	display: none;
}
.spnon{
	display: block;
}

@media screen and (max-width: 767px) {
	.pcnon{
		display: block;
	}
	.spnon{
		display: none;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
a[href*="tel:"] {
	text-decoration: none;
}


/* リンクの色 */
a{
	color: #333333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

/* リンクにマウスオーバーした時の色 */
a:hover{
	color: #acbfe1;
	text-decoration: underline;
}

/* ボタン */
.btn_menu{
	margin-top: 10px;
}
.buttonlink{
	margin: 50px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #acbfe1;
	font-size: 1.1em;
  border-radius: 25px;
  width: 200px;
  height: 50px;
  border: 3px solid #acbfe1;
  position: relative;
  transition: 0.3s;
  background-color: #acbfe100;
}
.buttonlink::before, .buttonlink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #acbfe1;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}
.buttonlink::before {
  transform: translateY(-50%) rotate(30deg);
}
.buttonlink::after {
  transform: translateY(-50%) rotate(-30deg);
}
.buttonlink:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
.buttonlink:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}
.buttonlink:hover{
	background: #acbfe16e;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all  0.5s ease;
	color: #fff;
	text-decoration: none;
}




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

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/*画像 */
img.alignright {
	display: block;
	margin:0 auto 10px;
}
img.alignleft {
	display: block;
	margin:0 auto 10px;
}
img.aligncenter {
	display: block;
	margin:0 auto 10px;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin:0 auto 10px;
}


/* 画像リンクのマウスオーバーに透かし */
a:hover img{
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#wrapper{
	margin: 0 auto;
	overflow:hidden;
	text-align: center;
}

.wid1100{
	margin: 0 auto;
	width: 100%;
	max-width: 1120px;
	padding: 0 10px;
	box-sizing: border-box;
}


.mt20{ margin-top: 20px; }
.mt50{ margin-top: 50px; }
.mt70{ margin-top: 70px; }
.mb20{ margin-bottom: 20px; }
.fs15{ font-size:1.5em; }
.fs20{ font-size:2.0em; }


/*---------------------------------------------------------*/
/* ヘッダー */
/*---------------------------------------------------------*/

header{
	padding-top: 50px;
	text-align: center;
	background: url( "images/index/bg_tophead.jpg" );
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	position: relative;
}
.home header{
	height: 500px;
}
#navbox{
	margin: 0 auto;
	background: #fff;
	padding: 20px 20px;
	width: 100%;
	max-width: 1250px;
	height: 90px;
	border-radius: 40px;
}
.stnm{
	float: left;
	padding: 0 15px 0 15px;
}

#catchbox{
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#catchcomm{
	background: #ffffffcc;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding: 20px 20px;
  }
#catchcomm span{
	margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
	header{
		height: 200px;
	}
	.home header{
		height: 900px;
	}
	#catchcomm{
		font-size: 1.8em;
	padding: 40px 50px;
	}
}



/*--------------------------------
アコーディオンメニュー
---------------------------------*/

.menu-navigation-container {
	overflow: hidden;
}

nav li a:hover {
	text-decoration: underline;
}

#si {
	margin:0 -10px;
}

#s-navi ul.sub-menu {
	display:none;
}

.trigger .fa:not(.fa-bars) {
	font-size:14px;
}

/*アコーディオンメニューボタン*/

#s-navi:after {
	content: "";
	display: block;
	clear: both;
	margin-bottom:5px;
}

.acordion_tree ul.menu li {
	float: none;
	font-size: 16px;
	padding: 8px 10px;
	list-style:none;
	border-bottom:dotted 1px #fff;
}

.acordion_tree ul.menu li .fa {
	min-width: 1em;
	color: #1d1d1f;
}

.acordion_tree ul.menu li:last-child {
	border:none;
	padding-bottom:0px;
}

.acordion_tree ul.menu li a {
	text-decoration: none;
	color: #1d1d1f;
	font-size: 16px;
}

.acordion_tree ul.menu li li{
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 10px;
}

.menu-close {
	padding:10px;
}

/*   ハンバーガーボタン3本線   */
button {
	display: inline;
	background: none;
	border: none;
	padding: 0;
	width: 42px;
	color: #9e810d;
	letter-spacing: 0.1em;
	cursor: pointer;
	top: 10px;
	margin-right: 20px;
	z-index: 100;
	text-align: center;
	outline: none;
	float: right;
}
/*   ハンバーガーボタン3本線   */
button span.bar {
	display: block;
	height: 2px;
	background-color:#9e810d;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
button .close {
	font-size: 11px;
	letter-spacing: 0.05em;
	display: none;
}
button .menu {
	font-size: 11px;
	display: block;
}
/*  メニューアクティブ時  */
button.active span.bar {
	width: 49px;
}
button.active .bar1 {
	transform: rotate(30deg);
}
button.active .bar2 {
	opacity: 0;
}
button.active .bar3 {
	transform: rotate(-30deg);
}
button.active .menu {
	display: none;
}
button.active .close {
	display: block;
}
/* ナビ */
nav#s-navi {
	width: 300px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(-301px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(255,255,255,0.8);
	padding-top: 30px;
	text-align: left;
}
nav#s-navi.open {
	transform: translate(0); 
}
nav#s-navi ul{
	margin-top: 10px;
	margin-left: 15px;
}
nav#s-navi ul li{
	margin-bottom: 10px;
}

/* メニューst5 未設定 */

nav.st5,
#menuwide div.menu,
#menuwide nav.menu
 {
	display:none;
}


/*--------------------------------
メニュー
---------------------------------*/

@media print, screen and (min-width: 768px) {

	#menubox {
		margin: 0px 0px 0px 400px;
		padding: 5px 0 0;
		text-align: right;
		max-width: 800px;
	}
	#menuwide {
		padding: 0px;
		margin:0 auto;
	}
	nav.spnon {
		max-width:800px;
		margin:0 auto;
	}
	nav.st5 {
		max-width:800px;
		margin:0 auto;
	}
	header .spnon ul.menu li{
		margin-top: 5px;
		box-sizing:border-box;
		list-style-type:none;
		float:left;
		padding: 8px 0;
		height: 36px;
		text-align:center;
		border-right:dotted 1px #333;
		position:relative;
		color: #1d1d1f;
		width: 19%;
	}
	header .spnon ul.menu>li:last-child {
		border:none;
	}
	header .spnon ul.menu li a{
		display:block;
		font-size: 16px;
		overflow:hidden;
		width:100%;
		height:100%;
		line-height:20px;
		color: #333333;
		text-decoration:none;
		position:relative;
		z-index:1;
	}
	header .spnon ul.menu li:hover{
		background: #e4eecd;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all  0.5s ease;
	}
	header .spnon ul.menu li a:hover{
		color: #333333;
	}

	header .spnon ul.menu li li{
		margin: 9px 0;
		padding: 0px 0;
		height: auto;
		border-right: none;
		border-left: none;
		float: none;
		width: 100%;
	}
	header .spnon ul.menu li li a{
		background:#e4eecd; /*ドロップダウンメニューの背景色*/
		padding: 15px 10px;
		border-top:#fff dotted 1px;
		margin-bottom: -10px;
		text-align: left;
		z-index:2;
	}
	header .spnon ul.menu li li:last-child a {
		border-bottom:#fff solid 1px;
	}
	header .spnon ul.menu li li a:hover{
		background:#e4eecd; /*ドロップダウンメニューの背景色*/
	}


	header .spnon ul.sub-menu li ul.sub-menu{
		position:absolute;
		left:182px;
		top:0;
		margin: 0;
	}

	header .spnon ul.sub-menu{
		margin: 0;
		width: max-content;
		display:none;
	}

	header .spone ul.sub-menu li{
		margin-bottom: 0;
		margin-top: 0;
		width: max-content;
	}

	nav {
		display: block;
	}


	/* メニューst5 */

	nav.st5 {
		padding:5px;
		display:block;
	}

	nav.st5 li {
		position: relative;
		float: left;
		font-size: 14px;
		padding-left: 15px;
		display: inline;
		padding-right: 15px;
		border-right:1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	nav.st5 li:last-child {
		border:none;
	}

	nav.st5 li .sub-menu,
	nav.menu li .children {
		display:none;
	}

	nav.st5 li a {
		color: #333;
		text-decoration: none;
	}

	.menu-nav.st5igation-container {
		overflow: hidden;
	}

	nav.st5 li a:hover {
		text-decoration: underline;
	}

	/* メニュー未設定 */

	#menuwide div.menu,
	#menuwide nav.menu {
		max-width:780px;
		margin:0 auto;
		padding:5px 5px 0;
		display:block;
	}

	#menuwide div.menu:after,
	#menuwide nav.menu:after {
		content:'';
		display:block;
		clear:both;
	}

	#menuwide div.menu li,
	#menuwide nav.menu li {
		position: relative;
		font-size: 14px;
		padding-left: 15px;
		display: inline;
		padding-right: 15px;
		border-right:1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#menuwide div.menu li:last-child,
	#menuwide nav.menu li:last-child {
		border:none;
	}

	#menuwide div.menu li .sub-menu,
	#menuwide nav.menu li .sub-menu {
		display:none;
	}

	#menuwide div.menu li a,
	#menuwide nav.menu li a {
		color: #333;
		text-decoration: none;
	}


}




/*---------------------------------------------------------*/
/* フッター */
/*---------------------------------------------------------*/
footer{
	margin-top:80px;
	padding-bottom: 10px;
	background: url( "images/bg_footer.png" ) repeat-x bottom;
}
#footbox{
	margin: 30px auto;
	max-width: 1200px;
	padding: 0px 10px 50px;
	font-size: 0.85em;
}
.ft_left{
	float: left;
	text-align: left;
	width: 100%;
	max-width: 470px;
}
.ft_insect{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.ft_left{
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
}

.hojyo{
	clear: both;
	float: right;
	border: 1px solid #8e8e8e;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
#menu-footer{
	float: right;
}
#menu-footer li{
	display: inline;
	margin-left: 10px;
}
#menu-footer li a{
	text-decoration: none;
}
.copyright{
	color: #fff;
	text-align: center;
}

#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #acbfe1;
	opacity: 0.6;
	border-radius: 15%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 10px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}



/*---------------------------------------------------------*/
/* フロントページ */
/*---------------------------------------------------------*/

.contents_rd{
	margin:50px auto;
	padding: 20px 0;
	text-align: center;
	background: #e71a3b;
}
.contents_wh{
	padding: 20px 0;
	text-align: center;
	background: #fff;
}
.contents_pb{
	padding: 20px 0;
	text-align: center;
	background: #acbfe1;
}

.topttl{
	font-size: 1.5em;
	letter-spacing: 0.25em;
	margin-top: 70px;
	margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
	.topttl{
		font-size: 2.3em;
	}
}


#contents_news h3, #contents_chara h3{
	background: url( "images/index/ttl_topbg.png" );
	background-repeat: no-repeat;
  background-position: center top;
  padding: 45px 0;
  font-size: 1.3em;
  letter-spacing: 0.2em;
}


/* お知らせ */
#contents_news{
	background: url( "images/index/bg_news.jpg" );
	background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
#contents_news article{
	margin-top: 100px;
}
#contents_news dl dt{
	width: 90px;
	float: left;
}
#contents_news dl dd{
	margin-left: 100px;
	text-align: left;
}
#contents_news dl dd span{
	margin-right: 15px;
}

.itiranlink a{
	display: block;
	text-decoration: none;
}
.itiranlink{
	margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #8e8e8e;
  border-radius: 30px;
  width: 250px;
  height: 50px;
  border: 2px solid #8e8e8e;
  position: relative;
  transition: 0.3s;
  background-color: #ffffff00;
}
.itiranlink::before, .itiranlink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #8e8e8e;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}
.itiranlink::before {
  transform: translateY(-50%) rotate(30deg);
}
.itiranlink::after {
  transform: translateY(-50%) rotate(-30deg);
}
.itiranlink:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
.itiranlink:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}



/* 特徴 */
#contents_chara{
	background: url( "images/index/bg_chara.jpg" );
  background-position: center top;
  padding: 80px 0;
  text-align: center;
}
.chara-flex{
	display: flex;
	justify-content: space-between;
}
.chara-fbox{
	width: 30%;
}
.chara-fbox img{
	width: 100%;
}
.chara-fbox h4{
	margin: 15px auto;
	font-size: 1.2em;
}
.chara-fbox p{
	font-size: 0.9em;
	line-height: 1.8em;
}



/* パウダー */
#contents_product{
	background: url( "images/index/bg_product.png" );
	background-repeat: no-repeat;
  background-position: center 30px;
  padding: 80px 0 90px;
  text-align: left;
  height: 600px;
}
#contents_product h3{
  font-size: 1.5em;
  letter-spacing: 0.2em;
}
#contents_product p{
	margin-top: -10px;
	width: 45%;
	line-height: 2em;
}


/* コンテンツリンク */
#contents_links{
	margin-top: -10px;
	background: #558335;
}
.links-flex{
	display: flex;
}
.links-fbox{
	width: 50%;
	position: relative;
}
.links-fbox img{
	width: 100%;
}
.links-fbox p{
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.formlink {
	margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
 	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.2em;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  border: 3px solid #ffffff;
  position: relative;
  transition: 0.3s;
	background: #ffffff4d;
}
.formlink:hover{
	background: #ffffffff;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all  0.5s ease;
	color: #000;
	text-decoration: none;
}


@media screen and (max-width: 767px) {
	#contents_product{
  padding: 80px 0 90px;
  text-align: left;
  min-height: 600px;
  height: auto;
}
	#contents_product p{
		background: #ffffffb3;
		width: 100%;
		line-height: 2em;
	}

	.links-flex{
		flex-direction: column;
	}
	.links-fbox{
		width: 100%;
	}
}



/*---------------------------------------------------------*/
/* コンテンツページ */
/*---------------------------------------------------------*/

.contents_pg{
	padding: 0px 0 20px;
	text-align: left;
}

#conh1{
	background: #ebedc2;
	width: 100%;
	padding: 50px 0;
}
.contents_pg h1{
	max-width: 1100px;
	width: 95%;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
	.contents_pg h1{
		font-size: 1.8em;	
	}
}

.contents_pg h3{
	clear: both;
	background: url( "images/insect_double.png" );
	background-repeat: no-repeat;
  background-position: left top;
	border-bottom: 2px dotted #bfd300;
	padding-left: 80px;
	padding-bottom: 5px;
	font-size: 1.8em;
	margin-bottom: 20px;
}

.contents-base{
	margin: 50px 0 50px;
	line-height: 2em;
}


/* 関連記事 */
.relation-con{
	margin: 100px auto 50px;
}
.relation-con h4{
	border-bottom: 1px solid #ff001e;
	padding-bottom: 10px;
}
.relation-grid{
	margin: 20px auto 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.relation-grid .relation-box{
	text-align: left;
	padding: 12px;
	line-height: 1.2em;
	max-width: 500px;
	margin-bottom: 30px;
}
.relation-grid .relation-box a{
	text-decoration: none;
}
.relation-grid .relation-box .rel-img{
	overflow:hidden;
	margin-bottom: 10px;
	text-align: center;
	background: #eeeeee;
	padding: 0;
}
.relation-grid .relation-box .rel-img img{
	width: 100%;
	height: auto;
	padding: 0;
	transition:1s all;
}
.relation-grid .relation-box .rel-img img:hover{
	transform:scale(1.2,1.2);
}
.relation-grid .relation-box .relttl{
	margin: 0 0 5px;
}



/* パンくず */
.breadcrumb{
	margin-bottom: 10px;
}
.breadcrumb a{
	text-decoration: none;
}
.breadcrumb span{
	margin-left: 5px;
}
.breadcrumb .arrow{
	margin-right: 10px;
}
.breadcrumb li{
	display: inline-block;
}
.breadcrumb li:not(:last-child)::after { /*最後の要素を除いて（not）、要素の直後（after）にカンマ記述*/
	content: ',';
	margin: 0 5px; /*要素間の余白を微調整*/
}



/* about */
.profile table{
	border: none;
	border-top: #e7e7e7 1px dotted;
	width: 100%;
	margin-bottom: 50px;
}
.profile table th{
	border: none;
	border-bottom: #e7e7e7 1px dotted;
	padding: 10px 5px;
}
.profile table td{
	border: none;
	border-bottom: #e7e7e7 1px dotted;
	padding: 10px 5px;
}



/* product */
.product p img{
	border-radius: 10%;
}





/* flow */
.flow dl{
	border: #d1d940 2px solid;
	padding: 15px 20px 10px;
}
.flow dl dt{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #d1d940 1px dashed;
}
.flow dl dd{
	padding-top: 10px;
}
.triangle{
	margin: 20px auto;
	width: 20px;
  border-top: 20px solid #d1d940;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.flow dl img{
	border-radius: 20px;
}



/* お問合せ */
.wpcf7-form input, .wpcf7-formt textarea {
  width: 100%;
}
.wpcf7-form {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
.wpcf7-form br {
  margin-bottom: 5px;
}
.wpcf7-form label {
  width: 100%;
}

div.wpcf7-validation-errors {
  margin: 20px 0px;
  padding: 15px;
}

div.wpcf7-response-output {
  margin: 20px 0px;
}

.hissu{
	color: #ff0000;
	font-size: 0.9em;
	margin-left: 10px;
}
.submit-wrap p{
	margin-top: 50px;
	text-align: center; 
}

.wpcf7-form label {
	width: 100%;
	font-size: 1.2em;
	font-weight: normal;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
	width: 100%;
	outline:solid 1px #e4e4e4;
}
input[type="submit"] {
	width: 300px;
}

input.brth{
	width: 100px;
}
input.adrs{
	width: 300px;
}

input[type="reset"], input[type="submit"] {
  cursor: pointer;
  background: #9e810d;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

input[type="reset"]:hover, input[type="submit"]:hover{
  opacity: 0.8;
  background: #85a0d3;
  border: none;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #c7d3ea;
  padding: 10px;
}

textarea:not(.editor-post-title__input),
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  color: #000000;
}
textarea:not(.editor-post-title__input):focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #EBEBEB;
  border-bottom: 1px solid #fff !important;
  background: #fff;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
}


.recap{
	margin-top: 50px;
	text-align: left;
	font-size: 0.8em;
}
.grecaptcha-badge { visibility: hidden; }



/* Q&A */
.Qa-Box {
	width: 95%;
	margin: 0 auto;
}
.Qa-Box dt,
.Qa-Box dd {
	display: flex;
	align-items: baseline;
	margin: 20px 0;
}
.Qa-Box dd{
	margin-bottom:40px;
}
.Qa-Box dt p {
	margin: 0;
	padding-left: 15px;
	font-weight: bold;
	width: 100%;
}
.Qa-Box dd p {
	margin: 0;
	padding-left: 15px;
	width: 100%;
}
.Qa-Box dt::before {
	font-size: 1.2em;
	content: "Q";
	display: flex;
	justify-content: center;
	align-items: center;
	background: #75bbff;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.Qa-Box dd::before {
	font-size: 1.2em;
	content: "A";
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff8d8d;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}



/* 個人情報保護方針 */
.privacy_reed{
	padding-bottom: 30px;
}
.privacy_tit{
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #082b5b;
	border-bottom: 1px dotted #999;
}
.privacy_dt{
	padding: 5px 10px 30px 10px;
}



/*---------------------------------------------------------*/
/* アーカイブページ */
/*---------------------------------------------------------*/

.archive-base{
	text-align: left;
}
.archive-base h1{
  border-bottom: solid 1px black;
}

.archive-base article{
	margin-top: 100px;
}
.archive-base dl dt{
	width: 90px;
	float: left;
}
.archive-base dl dd{
	margin-left: 100px;
	text-align: left;
}
.archive-base dl dd span{
	margin-right: 15px;
}


nav.navigation{

}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
}


/*---------------------------------------------------------*/
/* 投稿ページ*/
/*---------------------------------------------------------*/
#main{
	display: flex;
	flex-direction: column;
}

.single-base{
	width: 100%;
	max-width: 800px;
	text-align: left;
}

.single-base h3{
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 1.2em;
  position: relative;
  padding: 0.6em;
  background: #e6effd;
  border: none;
  border-radius: 7px;
}
.single-base h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e6effd;
  width: 0;
  height: 0;
}


/*---------------------------------------------------------*/
/* サイドバー */
/*---------------------------------------------------------*/

#side .st-aside {
	padding: 0;
}
@media print, screen and (min-width: 768px) {
	#main{
		display: flex;
		flex-direction: row;
	}
	#side .st-aside {
		margin-left: 20px;
		margin-top: 60px;
		width: 280px;
		padding: 0px;
	}
}


#side .st-aside h2 {
	font-size: 1em;
	color: #27acd9;
	border-bottom: solid 3px #27acd9;
	padding: 10px 0;
}

#side .st-aside li{
	list-style-type:none; margin:0; padding:0;
}
#side .st-aside ul li {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
}
#side .st-aside ul li a{
	text-decoration: none;
}
#side .st-aside .children li {
	padding-left: 10px;
}

#side .st-aside ul li ul li{
	list-style-type: none;
	margin: 0px;

}

#side .st-aside .sub-menu {
	padding-left: 10px;
}

#side .st-aside .side-t {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#side .st-aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 24px;
}



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 959px) {


/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 959px) {


/*-- ここまで --*/
}


/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) {

	img.alignright {
		float: right;
		margin: 0 0 5px 10px;
	}

	img.alignleft {
		float: left;
		margin: 0 10px 5px 0;
	}

	img.aligncenter {
		display: block;
		margin:0 auto 10px;
	}
	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {

	#wrapper {
		overflow:visible; /*グローバルメニューの下層リンクを表示する為*/
		padding:0;
		width:100%;
	}

	ul.slites li img{
		height: 385px;
		width: 385px;
		object-fit: cover;
	}

	.news-grid .news-box .col-img img{
		width: 100%;
		height: auto;
		max-height: 207px;
		object-fit: cover;
		padding: 0;
		transition:1s all;
	}

	.archive-grid .archive-box .rel-img img{
		width: 100%;
		height: auto;
		max-height: 215px;
		object-fit: cover;
		padding: 0;
		transition:1s all;
	}
}


@media screen and (max-width: 599px) {
	.stnm img{
		width: 200px;
	}
}
