@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: SIMPLESTER-Ver2
Template: stinger5ver20141227
---------------------------------------------------------*/
@import url('../stinger5ver20141227/style.css');
/*----
テーマ内のメインカラー(デフォルトでは赤色)を変更する時は「#66CCFF」、サブカラー（デフォルトでは青色でトップページのタグの色）を変更する時は「#00bcd4」を検索し、好きな色の値に置換して下さい。複数項目あります。
-----*/

/*2カラム設定
（ウインドウの幅が1150px以上の場合のみトップページの新着記事一覧部分が2カラムになります。
2カラムデザインを使用する場合は下記の数字「99999999」を「1150」に変更してください。）
--------------------*/

body {
	min-width: 320px;
	word-wrap: break-word;
}
@media only screen and (max-width:480px) {
body {
	background-color:#fff;
	background-image: none;
}
}
a {
	color: #198b0a;
}
a:hover {
	color: #198b0a;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.center {
	text-align:center;
}
.center img {
	text-align:center;
	margin: 0 auto;
}
.left {
	text-align:left;
}
.komoji {
	font-size: 11px;
}
section {
	margin-bottom: 1em;
}
article {
	clear:both;
}
/*=================================================
 * 「PC版表示タグ」「スマホ版表示タグ」を作る
 * ================================================= */
/*-- PC版表示CSS  --*/
.pc_area {
	display:block;
}
.phone_area {
	display:none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width:480px) {
.pc_area {
	display:none;
}
.phone_area {
	display:block;
}
}
/*---------------------------------------------------------header 周り */
.fotorama {
	margin: 0 auto 2em;
	max-width: 1900px;
}
#wrapper {
	max-width: 1000px;
	overflow:hidden;
	background-color: #FFF;
	padding: 0 10px 2em;
}
main {
	border-radius:0px;
	background: none repeat scroll 0% 0% transparent;
	padding: 0px;
}
#content {
	padding-top:10px;
}
.clear, .clearfix {
	clear:both;
}
.sotowaku {
	margin:0px auto;
	background-color: #FFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #198b0a;
}
.sitenamewaku {
	background: linear-gradient(to bottom, #198b0a, #44f637);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #198b0a;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.headwaku {
	margin:0px auto;
	padding: 0px 0px 0px;
	max-width: 1020px;
	position: relative;
}
.sitename {
	padding: 20px 20px;
	text-align: center;
}
.sitename a {
	color: #333;
	font-size: 1.0em;
	text-decoration: none;
}
.catch {
	color: #fff;
	font-size: 1.6em;
	line-height: 1;
	text-align: left;
	margin-top: 0em;
}
.catch h1 {
	font-size: 0.7em;
	color: #fff;
}
.kaijyo {
	clear: both;
	position: static;
}
.floated {
	display: inline;
	vertical-align:bottom;
}
.ceo {
	float:right;
	margin-top:0px;
	margin-right: 0px;
}
.toia {
	font-size: 0.5em;
	color: #fff;
}
.spblock {
	display: inline;
	font-size: 0.9em;
	padding-left: 0.5em;
}
.fa-phone-square:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/白抜きの電話アイコン-2.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/白抜きの電話アイコン-2.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 6px 1px;
}
.fa-phone-square2:before {
	content: "";
	background-color: #078703;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/白抜きの電話アイコン-2.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/白抜きの電話アイコン-2.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 6px 1px;
}
.syamei {
	color: #fff;
	vertical-align:bottom;
	font-size: 1.6em;
}
.sitename img {
	max-width: 69px;
	margin: 0 auto;
}
@media only screen and (max-width:480px) {
#wrapper {
	overflow:hidden;
	background-color: #FFF;
	padding: 0 10px 2em;
}
main {
	padding: 0 10px 0em;
}
.headwaku {
	background: linear-gradient(to bottom, #198b0a, #44f637);
	margin:0px auto;
	padding: 10px 10px 10px;
}
.headwaku a {
	color: #fff;
}
.catch {
	text-align: center;
	position: static;
}
.catch h1 {
	line-height: 1.5;
	color: #fff;
}
.sitename {
	padding: 0px 0px;
	text-align: center;
	float: none;
}
.sitename img {
	max-width: 300px;
	margin: 0 auto;
}
.floated {
	float:none;
	width:100%;
	display: block;
}
.ceo {
	float:none;
	margin-top:0px;
	margin-right: 0px;
}
.ceo img {
	width: 100%;
}
.toia {
	font-size: 0.7em;
	display: block;
	padding-bottom: 0.5em;
}
.spblock {
	display: block;
	font-size: 0.9em;
	padding-left: 0em;
	margin-bottom: 10px;
}
}
/*=================================================
 * メニュー
 * ================================================= */
nav {
	padding:0px 0;
}
nav li {
	padding:0px 0;
}
nav li a {
	float:left;
	color:#fff
}
.sitenamewaku nav {
	background-color: #198b0a;
	width: 100%;
}
.sitenamewaku .list {
	padding: 0px;
	overflow: hidden;
	position: relative;
}
.list ul {
	list-style: none outside none;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	left: 50%;
}
.list ul li {
	float: left;
	padding: 0px 0px;
	position: relative;
	left: -50%;
	width:112.2px;
	height: 45px;
	display: block;
}
.list ul li.menu-item-62 {
	padding: 0px 0px;
}
.list ul li:last-child {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ccc;
}
.list ul li a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
	display: block;
}
.list ul li.menu-item-62 a {
	padding: 0px 0px;
}
.list ul li a:hover {
	width: 100%;
	height:100%;
	color: #198b0a;
	background-color: #FFF;
}
.acordion {
	background-color: #198b0a;
}
#menu-header .current_page_item, #menu-header .current-menu-item {
	background-color: #198b0a;
}
/*---------------------------------------------------------スマホメニュー */
#s-navi dd.acordion_tree {
	padding:0 0px;
	display:none;
	overflow:hidden;
}
.acordion_tree li, .acordion_tree li li {
	font-size:15px;
	display:flex;
	margin-bottom:10px;
	padding:5px 10px;
	float:none;
}
.acordion_tree ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
}
.acordion_tree li {
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
#s-navi dl.acordion {
	margin:0 0px
}
/*---------------------------------------------------------artical メタ周り */
.tagst a {
	text-decoration: none;
	padding: 4px 7px;
	border-radius: 1px;
	margin-right: 5px;
	color: #818181;
	background-color: #f3f3f3;
	transition: all 0.4s ease;
	border:none;
	font-size:12px;
}
.tagst a:hover {
	background-color:#198b0a;
	color:#fff;
}
.blogbox {
	background-color: #f8f8f8 !important;
	border-left: 5px solid #ccc !important;
	border-top:none;
	border-bottom:none;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
/*---------------------------------------------------------個別記事 周り */
.post {
	background-color: #fff;
	padding: 20px 10px;
	clear:both;
}
@media only screen and (max-width:480px) {
.post {
	padding: 20px 0px;
}
.post h3 {
	padding: 10px 10px;
}
}
/*---------------------------------------------------------小見出し */
.post img {
	margin: 0 auto;
}
.post h2.gaikouh2 {
	font-size:14px;
}
.post h3 {
	font-size: 18px;
	margin: 0px;
	color: #1a1a1a;
	line-height: 27px;
	border: 0px #999999 dotted;
}
/*---------------------------------------------------------ページネーション　周り */
div.pagination {
	display: inline-block;
	background: none !important;
	margin-top: 30px;
	font-size: 15px;
}
div.pagination a {
	color:#fff !important
}
div.pagination a:hover {
	opacity:0.8
}
div.pagination span, div.pagination a {
	padding: 19px 21px 17px !important;
	background-color: #198b0a !important;
}
div.pagination span.current {
	padding: 19px 21px 17px !important;
	background-color: #fefefe !important;
}
.pagination .current {
	color:#333
}
/*---------------------------------------------------------タイポグラフィ 周り */
p {
	font-size:15px;
	line-height:27px;
	margin-bottom:20px
}
.post blockquote {
	margin-right:0;
	border-left:3px solid #CCC
}
.post ul {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.post ul li {
	font-size:14px;
	line-height:27px;
	list-style-type:square
}
.post ol {
	padding-left:30px
}
.wp-caption-text:before {
	content:"■ "
}
table, table tr td, td, th, .post table {
	border-color:#ccc
}
/*=================================================
 * 記事アーカイブ、関連記事箇所
 * ================================================= */
.hani {
	position: relative;
	height: 90px;
	padding-bottom: 1em;
	margin: 10px 0 10px;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: dashed;
}
.hani dl dt a {
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	text-indent: 100%; /*テキスト非表示*/
	white-space: nowrap; /*テキスト非表示*/
	overflow: hidden; /*テキスト非表示*/
}
.hani dl dt a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}
.hani dl dt img {
	margin: 0;
}
@media only screen and (max-width:480px) {
.hani dl dt a {
	position: absolute;
	width: 100%;
	height: 90%;
	top:0;
	left: 0;
	text-indent: 100%; /*テキスト非表示*/
	white-space: nowrap; /*テキスト非表示*/
	overflow: hidden; /*テキスト非表示*/
}
}
/*---------------------------------------------------------検索フォーム */
.topmidashi2, aside h4 {
	font-size:17px;
	color: #eb6100;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #198b0a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #198b0a;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	clear: both;
}
aside #search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#s {
	padding: 5px 65px 5px 10px;
	background: none repeat scroll 0% 0% #f8f8f8 !important;
	border: 1px solid #e1e1e1;
}
/*---------------------------------------------------------サイドバー */
aside #mybox ul li ul li {
	font-size: 17px;
	line-height: 27px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}
aside #mybox ul li ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px 2%;
}
aside #mybox ul li ul li a:before {
	margin-right:5px;
}
aside #mybox ul li ul li a:hover {
	background: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/arrow_bk.png") right bottom no-repeat #e6e6e6;
}
@media only screen and (max-width:480px) {
aside #search {
	margin-bottom: 30px;
}
aside img {
	width: 100%;
}
aside #mybox ul li ul li {
	font-size: 17px;
	line-height: 27px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}
}
#archives-dropdown-2 {
	width: 100%;
	height: 40px;
}
.screen-reader-text {
	display: none;
}
#archives-dropdown-3 {
	width: 100%;
	height: 40px;
}
aside #mybox ul li ul li:hover {
	opacity: 0.7;
}
li.cat-item a {
	padding: 10px 2%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
li.cat-item a:hover {
	background: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/arrow_bk.png") right bottom no-repeat #e6e6e6;
}
ul#menu-sidebar li a {
	padding: 20px 3%;
	overflow: hidden;
}
/*---------------------------------------------------------sns btn 周り */
.sns {
	position:relative;
	margin-bottom: 1em;
}
.snsb {
	display:flex;
	justify-content:center;
	display:-webkit-flex;
	-webkit-justify-content:center;
	text-align:center;
	padding:15px 0px 10px;
}
.snsbotan a {
	float:left;
	margin-left:20px;
}
div.snsbotan {
	overflow: hidden;
	position: relative;
	margin:20px 0 0 0;
}
ol.snsbotan1 {
	list-style-type: none;
	float: left;
	left:50%;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
}
ol.snsbotan1 li {
	list-style-type: none;
	position: relative;
	left: -50%;
	margin:0 10px 0 0;
	float: left;
	background-color: #fff;
}
ol.snsbotan1 li a {
	margin-left:0px;
	background-color: #fff;
	width: 100%;
}
ol.snsbotan1 li:first-child {
	margin-left: 0px;
}
.border_radius {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.post .sns .snsb.clearfix {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
@media screen and (max-width:480px) {
ol.snsbotan1 li {
	list-style-type: none;
	position: relative;
	left: -50%;
	margin:0px 10px 0 10px;
	float: left;
}
ol.snsbotan1 li:first-child {
	margin-left: 10px;
}
ol.snsbotan1 li a {
	margin-left:0px;
}
ol.snsbotan1 li a img {
	max-width: 60px;
}
}
/*---------------------------------------------------------SNS ボタンのグループ */
.snsButtons_twitter {
	font-size:14px;
	line-height:21px;
	list-style-type:square
}
.snsButtons {
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-size:14px;
	line-height:21px;
	list-style-type:square
}
.snsButtons a {
	text-decoration: none;
}
/* 各 SNS ボタンのボックス */
.snsButtons li {
	display: inline-block;  /* 水平に並べる */
	list-style-type: none;  /* 先頭のポッチを消す */
	margin: 2px;
	padding: 6px 0px;
	color: white;
	border-radius: 4px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
/* マウスカーソルを重ねたとき */
.snsButtons li:hover {
	opacity: 0.7;
}
/* クリックしたとき */
.snsButtons li:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
/* アイコン部分 */
.snsButtons i {
	font-size: 18pt;
	min-width: 30px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	vertical-align: bottom;
}
/* テキスト部分 */
.snsButtons_label {
	min-width: 60px;
	display: inline-block;
	padding: 0px 8px 0px 0px;
	text-align: center;
	font-size: 10pt;
}
/* 各 SNS のブランドカラー */
.snsButtons_twitter {
	background: #000;
}
.snsButtons_facebook {
	background: #3b5998;
}
.snsButtons_pocket {
	background: #ee4056;
}
.snsButtons_google {
	background: #dd4b39;
}
.snsButtons_line {
	background: #1dcd00;
}
.snsButtons li a {
	color: #fff;
	border-bottom: none;
}
@media only screen and (max-width:480px) {
.snsButtons_label {
	min-width: 50px;
	display: inline-block;
	padding: 0px 1px 0px 0px;
	text-align: center;
	font-size: 10pt;
}
}
/*---------------------------------------------------------media Queries PCサイズ（最低780pxのサイズ） */
@media only screen and (min-width: 780px) {
aside {
	width: 240px;
	margin-top: 0px;
}
#contentInner {
	margin-right: -240px;
}
main {
	margin-right: 250px;
}
}
/*---------------------------------------------------------pagetop-btn 周り */
#page-top {
	right:10px;
}
.page-id-54 #page-top, .page-id-59 #page-top, .page-id-434 #page-top {
	right:10px;
	bottom: 80px;
}
#page-top a {
	opacity: 0.4;
	padding: 10px 15px;
	background: none repeat scroll 0% 0% #198b0a;
}
#page-top a:hover {
	background: none repeat scroll 0% 0% #198b0a;
	color: #FFF;
	opacity: 0.8;
}
@media only screen and (max-width:480px) {
#page-top {
	display: none!important;
}
}
/*---------------------------------------------------------footer 周り */
.footerlogo {
	clear: both;
	text-align: center;
}
.footerlogo2 {
	width: 980px;
	color: #333;
	background-color: #fff;
	padding: 0 20px 2em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.footerwaku {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footerwaku td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footerwaku img {
	display: inline;
	vertical-align:middle;
}
.footerwaku a:hover img {
	position: relative;
	top: 2px;
	left: 2px;
	text-decoration: none;
}
.footlogo {
	float: left;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.logomatome {
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	background: linear-gradient(to bottom, #44f637, #198b0a);
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
	clear: both;
}
.logomatome ul {
	position: relative;
	left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
	float: left;
}
.logomatome ul li {
	position: relative;
	left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
	float: left;
	list-style: none; /* 項目にぼっちを出したくない場合はこれを設定（今回はあんまり関係ないですが） */
}
.rogoright {
	text-align: center;
	float: left;
}
.footerlogo img {
	max-height: 100px;
	display: inline;
}
.footertel {
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	margin-top: 0em;
}
.copy {
	padding: 2em 0;
}
.copy a {
	color: #fff;
}
#menu-undermenu {
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
#menu-undermenu li {
	list-style:none;
	float: left;
}
#menu-undermenu li:before {
	content: "";
	background-color: #666;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/122_arr_24.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/122_arr_24.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 3px 1px;
}
#menu-undermenu li:first-child a {
	border-left: 0px solid #FFF;
}
#menu-undermenu li a {
	display: inline-block;
	padding: 0 1em 0 0em;
	color: #333;
	text-decoration: none;
}
#menu-undermenu li a:hover {
	color:#198b0a;
	text-decoration: underline;
}
.menu-undermenu-container {
	text-align: right;
}
#menu-undermenu .current-menu-item a {
	color: #198b0a;
	background-color: #fff;
	text-decoration: underline;
}
@media only screen and (max-width:480px) {
.logomatome {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	background-color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
	position: static;
	overflow: hidden;
	clear: both;
}
.logomatome a {
	color: #fff;
}
.logomatome ul {
	position: static;
	left: 0%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
	float: none;
}
.logomatome ul li {
	display:block;
	position: static;
	left: 0%; /* 各リスト項目になるli要素を左に50%移動。 */
	float: none;
	list-style: none; /* 項目にぼっちを出したくない場合はこれを設定（今回はあんまり関係ないですが） */
}
.footerlogo2 {
	width: 100%;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
.footerlogo3 {
	width: 100%;
	text-align: left;
	clear: both;
}
.rogoright {
	text-align: center;
}
#menu-undermenu {
	text-align: left;
	margin: 0px 0px 30px;
	display:block;
	overflow:hidden;
	width:100%;
	z-index:10;
	position:relative;
	font-size:85.7%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
}
#menu-undermenu li:before {
	display:none;
}
#menu-undermenu .innerBox {
	width: 100%;
	margin: 0;
}
#menu-undermenu .menu {
	display:block;
	overflow:hidden;
}
#menu-undermenu .menu li {
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
	line-height:100%;
	font-size:12px;
	width:100%;
}
#menu-undermenu .menu li a {
	background: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/arrow_gray.png") right bottom no-repeat;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 3%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#menu-undermenu .menu li a:hover {
	color: #198b0a;
	background-color: #CCCCCC;
	background-image: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/arrow_gray.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu-undermenu li:first-child a {
	border-left: none;
}
#menu-undermenu li a {
	display: inline-block;
	padding: 0 1em;
	border-right: none;
	text-decoration: none;
}
}
/*=================================================
 * 各ページ見出し
 * ================================================= */
.entry-title {
	font-size: 24px;
	line-height: 30px;
	color: #198b0a;/*文字色*/
	margin-bottom: 10px;
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px #198b0a;/*上線*/
	border-bottom: solid 3px #198b0a;/*下線*/
}
.post h2 {
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #198b0a;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
}
/*=================================================
 * サイトマップ
 * ================================================= */
#sitemap_list li {
	list-style-type:none
}
/*=================================================
 * 無料会員登録、Simple WP Membership
 * ================================================= */
#item-swpm-66, #item-swpm-72, #item-swpm-74 {
	display:none;
}
.swpm-login-widget-action-msg {
	font-weight: 700;
	font-size: 1.5em;
	color: #F00;
}
.swpm-logged-username-value {
	display:none;
}
.swpm-edit-profile-link {
	display:none;
}
.registration_hidden_to_logged_users_msg, .swpm_error {
	font-weight: 700;
	font-size: 1.2em;
	color: #F00;
	margin-bottom: 1em;
}
.textwidget .swpm-username-input input, .textwidget .swpm-password-input input, .swpm-pw-reset-email-input input {
	width: 100%;
}
/*=================================================
 * ページナビ
 * ================================================= */
.swpm-post-not-logged-in-msg {
	margin-bottom: 2em;
}
.p-navi dl dt {
	font-weight: 700;
	font-size: 14px;
	line-height: 27px;
	float: left;
	width: 120px;
	color: #666;
}
/*=================================================
 * テーブルレスポンシブ
 * ================================================= */
.post table {
	border:1px #999 solid;
}
.post table tr:nth-child(even) {
	background-color:#fff;
}
.waku01 {
	padding: 20px 20px;
}
.waku01 table {
	width: 100%;
}
.waku01 th {
	background: #198b0a;
	font-weight: normal;
}
.waku01 th {
	padding: 10px 0px;
	border: none;
}
.waku01 th, .waku01 td {
	padding: 10px;
	border: 1px solid #999;
}
.waku01 th {
	background: #364e96;
	font-weight: normal;
}
.demo01 td {
	border: 1px solid #999;
}
.demo01 th {
	width: 30%;
	text-align: center;
	background-color: #eeeeee;
}
.demo01 th a {
	border-bottom: none;
}
.kintou {
	text-align: justify;
	text-justify: inter-ideograph;
	padding-right: 5px;
	padding-left: 5px;
}
@media only screen and (max-width:480px) {
.waku01 {
	padding: 20px 0px;
}
.waku01 th {
	padding: 10px 0px;
	border: none;
}
.waku01 td {
	padding: 10px 0px 10px 10px;
	border: none;
}
.demo01 {
	margin: 0 0px;
	border: none;
}
.demo01 td {
	border: none;
}
.demo01 th {
	background-color: #eeeeee;
}
.demo01 th, .demo01 td {
	width: 100%;
	display: block;
	border-top: none;
}
.demo01 tr:first-child th {
	border: none;
}
.kintou {
	text-align: justify;
	text-justify: inter-ideograph;
	padding-right: 25px;
	padding-left: 5px;
}
}
/*=================================================
 * よくあるご質問
 * ================================================= */
.faq dl {
	margin:10px;
	line-height:1.8em;
	font-size: 1em;
	overflow: hidden;
	_zoom: 1;
}
.faq dl dd {
	text-indent: 0em;
	padding: 0 0px 0px 0px;
}
.faq dl dt {
	text-indent: 0em;
	padding: 0 0px 0px 0px;
	margin:20px 20px 0 0;
}
.faq dl dd:first-letter, .faq dl dt:first-letter {
	font-size: 1.6em;
	font-weight: bold;
	margin-right:10px;
	padding:5px;
	font-family: 'Nunito', sans-serif;
}
.faq dl dd {
	margin: 20px 0 -1px 0;
	padding-bottom:15px;
	border-bottom: 1px #000 dotted;
}
.faq dl dt:first-letter {
	color: #0F78E1;
}
.faq dl dd:first-letter {
	color: #ff6767;
}
/*=================================================
 * 個人情報保護方針、プライバシーポリシー、利用規約
 * ================================================= */
.policy4 {
	text-align: left;
}
.policy4 p {
	font-size: 16px;
	margin: 0;
}
.policy4 ol {
	padding: 0px;
	margin-bottom: 0px;
}
.policy4 dl dt {
	font-weight: bold;
	padding: 20px 0;
}
.policy4 dl dd {
	padding-left: 30px;
	padding-bottom: 10px;
}
.policy4 dl dd ol li {
	list-style-type: decimal;
	margin-left: 30px;
	font-size: 16px;
}
.policy4 p.policy3 {
	margin: 0 0 20px;
}
.policy4 p.policy2 {
	margin: 20px 0 0;
}
@media only screen and (max-width:480px) {
.policy4 dl dd {
	padding-left: 0px;
	padding-bottom: 10px;
}
}
/*=================================================
 * sns btn 下　問い合わせ
 * ================================================= */
.snstoiwaku {
	margin: 0 10px;
}
.snstoi {
	position: relative;
	width: 98%;
	margin: 50px auto;
	border: 3px solid #fe6c05;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
.madoguchi p {
	margin: 20px;
}
.snstoicatch {
	margin: 10px 0 7px -5px;
	text-align: center;
	font-size: 28px;
}
.square_btn {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.35em 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	transition: .4s;
	border-radius: 4px;
	background-color: #FF9900;
}
.square_btn:hover {
	color: #FFF;
	background-color: #F30;
}
.square_btn2 {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.35em 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	transition: .4s;
	border-radius: 4px;
	background-color: #ff0000;
}
.square_btn2:hover {
	color: #000;
	background-color: #fff100;
}
@media only screen and (max-width:480px) {
.snstoi {
	position: relative;
	width: 98%;
	margin: 50px auto;
	border: 4px solid #ccc;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
.snstoiBox {
	padding-left: 0px;
}
.madoguchi {
	padding-left: 0px;
	width: 100%;
}
.square_btn {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	transition: .4s;
	border-radius: 4px;
	background-color: #FF9900;
}
}
/*=================================================
 * カラー
 * ================================================= */
.red {
	color:#ff0000;
	font-weight: bold;
}
.red2 {
	color:#ff0000;
}
.red3 {
	color:#ff0000;
	background-color: #ccffff;
	font-weight: bold;
}
.green {
	color:#417e2c;
	font-weight: bold;
}
.blue {
	color:#3366ff;
	font-weight: bold;
}
/*=================================================
 * フォームページ
 * ================================================= */
.form-width {
	width: 98%;
}
.toi1 {
	color: #F00;
}
@media only screen and (max-width:480px) {
.form-width {
	width: 94%;
}
}
/*=================================================
 * 「Contact Form 7（コンタクトフォームセブン）」
 * ================================================= 
span.wpcf7-list-item {
display: block;
}*/
.wpcf7-list-item-label {
	margin-right: 10px;
}
.wpcf7-submit {
	display: block;
	width: 500px;
	margin: 30px auto;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	line-height: 60px;
	border-radius: 5px;
	background: #ec7806 url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/yajirushi.png") no-repeat 95% center;
	background-size: auto auto;
	background-size: 7px 11px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
.kousu .wpcf7-list-item {
	display:block;
}
.screen-reader-response ul li {
	font-weight: 700;
	font-size: 1.2em;
	color: #F00;
}
.wpcf7-not-valid-tip {
	font-weight: 700;
	font-size: 1.2em;
	color: #F00;
}
@media only screen and (max-width:480px) {
.wpcf7-submit {
	display: block;
	width: 100%;
	margin: 30px auto;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	line-height: 60px;
	border-radius: 5px;
	background: #ec7806 url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/yajirushi.png") no-repeat 95% center;
	background-size: auto auto;
	background-size: 7px 11px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
.wpcf7-list-item {
	display: block;
	width: 100%;
}
}
/*=================================================
 * パンくずリスト
 * ================================================= */
.pankuzu01 {
	text-align: left;
	font-size: 0.8em;
	padding-bottom: 1em;
}
.pankuzu01 li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 1em;
}
.pankuzu01 li a:hover {
	position:relative;
	left: 2px;
	top:2px;
}
.pankuzu01 li:first-child {
	padding: 0 5px 0 0em;
}
@media screen and (max-width:750px) {
.pankuzu01 {
	text-align: left;
	font-size: 0.8em;
	padding: 0 22px 1em;
}
.pankuzu01 span {
	display: inline;
}
}
@media screen and (max-width:480px) {
.pankuzu01 {
	text-align: left;
	font-size: 0.8em;
	padding: 0 0px 1em;
}
.pankuzu01 li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}
}
/*=================================================
 * アイコン
 * ================================================= */
.fa-home:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/ホームのフリーアイコン素材.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/ホームのフリーアイコン素材.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 4px 0;
}
.fa-clock:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/カレンダーのフリーアイコン2.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/カレンダーのフリーアイコン2.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px 5px;
}
.fa-repeat:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/リロードのフリーアイコン.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/リロードのフリーアイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px 5px;
}
.fa-bars:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/メニューの無料アイコン10.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/メニューの無料アイコン10.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 3px 1px;
}
.fa-calendar:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/カレンダーのフリーアイコン2.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/カレンダーのフリーアイコン2.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 3px 1px;
}
.fa-tags:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/タグアイコン3.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/タグアイコン3.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 0px 1px;
}
.fa-th-list:before {
	content: "";
	background-color: #666;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/本アイコン.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/本アイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 3px 1px;
}
.fa-angle-up:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/矢印アイコン　上4.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/矢印アイコン　上4.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px;
}
.fa-caret-right:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 2em;
	width: 1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/122_arr_24.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/122_arr_24.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px;
}
.fa-rotate-right:before {
	content: "";
	background-color: #1a1a1a;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/リロードのフリーアイコン.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/リロードのフリーアイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px 3px 1px;
}
.fa-twitter:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 25px;
	width: auto;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2025/02/x.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2025/02/x.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 10px 0px;
	padding: 5px 20px 5px 15px;
}
.fa-facebook-square:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 25px;
	width: auto;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/facebook.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/facebook.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 2px 15px 3px 10px;
	padding: 5px 15px 0px 15px;
}
.fa-line:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 25px;
	width: auto;
	-webkit-mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/line.svg");
	mask: url("https://mihodream-neo.com/wp/wp-content/uploads/2022/07/line.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 2px 11px 1px;
	padding: 5px 18px 2px 15px;
}
@media only screen and (max-width:480px) {
.fa-twitter:before {
	margin: 0 5px 0px;
}
.fa-facebook-square:before {
	margin: 0 8px 5px 5px;
}
.fa-line:before {
	margin: 0 8px 3px 5px;
}
}