@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: 共有持分専門チーム
Author: 共有持分専門チーム
Author URI: https://mochibun-kaitori.com/
Version: 202601 v1.0
---------------------------------------------------------*/

* {
	font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

.st-main, 
article, 
.st-.st-aside, 
header, 
canvas, 
details, 
figcaption, 
figure, footer, 
nav, 
section, 
summary {
	display: block;
}
html,
body {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	word-wrap: break-word;
	overflow-x: hidden;
  background-image: url('https://mochibun-kaitori.com/wp-content/uploads/2026/01/mochibun28-scaled.webp');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;

}

body.mceContentBody {
	background-color: #fff;
}

.st-hide {
	display:none;
}

/* リンクの色 */
a {
	color: #1558d6;
	text-decoration: none;
}

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

img, 
video, 
object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

.inline-img img {
	display: inline;
}

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

/*画像にボーダー*/
.photoline img {
	border: solid 1px #ccc;
}

img.size-full, 
img.size-large {
	margin-bottom: 0px;
	height: auto;
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.resetwidth img, 
.resetwidth video, 
.resetwidth object,
.resetwidth iframe{
	max-width: initial; /* 初期状態にリセット */
	display: inline;
}

.wp-caption {
	height: auto;
	max-width: 100%;
}

/*続きを読む*/
.tuzukicenter {
	text-align:center;
	padding:20px;
}
.tuzuki {
	padding:10px 20px;
	background:#f3f3f3;
	margin:10px auto;
}

/* スマートフォンは表示しない */
.smanone {
	display: none;
}

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

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

code {
	padding:2px;
	background:#f3f3f3;
	margin:2px;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

/* iframeのレスポンシブ */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrap{
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.videoWrap video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*--------------------------------
各フォント設定
---------------------------------*/

/*基本のフォントサイズ*/
p, /* テキスト */
.yellowbox, /* 黄色ボックス */
.graybox, /* グレーボックス */
.redbox, /* 薄赤ボックス */
#topnews .clearfix dd p, /* 一覧文字 */
.post ul li, /* ulリスト */
.post ol li, /* olリスト */
#comments #respond {
	font-size: 16px;
	line-height: 26px;
}

/*投稿のカテゴリ*/
.post .st-catgroup {
	font-size:14px;
	line-height:18px;
	margin:0;
	padding-top:0px;
}

.catname {
	font-size: 12px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	white-space: nowrap;
	padding: 5px 8px;
	margin-top: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	background:#f3f3f3;
}

.post .st-catgroup a {
	text-decoration:none;
	color:#000;
}

.post .st-catgroup a:hover {
	opacity:0.5;
}

.catname.st-catid3 {
	background:#d9c095;
}


/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
}
*/
.catname.st-catid4 {
	color: #ffffff;
	background:#00496f;
}

/* 関連記事の文字 */
.post p.point {
	margin-bottom:40px;
	position:relative;
	border-bottom:solid 1px #f3f3f3;
	padding:20px 15px 10px;
	background-color:transparent;
}
.post p .point-in {
	padding:3px 20px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	background:#f3f3f3;
	color:#000;
	position:absolute;
	top:15px;
	left:0;
}

/*投稿タグ*/
.tagst {
	font-size:13px;
	color:#ccc;
	padding: 10px 0 0;
}

/* 引用 */
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}


/*--------------------------------
記事下の一括表示部分
---------------------------------*/

.kizi-under-box {
	margin-bottom:20px;
}
/*--------------------------------
関連記事表示部分
---------------------------------*/

.kanren {
	padding-top: 20px;
	margin-top:20px;
}

.st-aside .kanren {
	padding-top: 20px;
	margin-top:0px;
}

.kadomaru img{
	border-radius:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

/* タイトル名 */
.kanren.pop-box h5,
#side .kanren.pop-box h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}

.kanren.pop-box dd h5, 
#side .kanren.pop-box dd h5 {
	font-size: 17px;
	font-weight: bold;
	line-height:25px;
	padding: 0px;
	margin-bottom: 5px;
}

.kanren dt {
	float: left;
	width: 100px;
}

.kanren dt img {
	width: 100px;
}

.kanren dd {
	padding-left: 115px;
}

.kanren dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.kanren dl p {
	margin-bottom: 0px;
}

.kanren dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}

/* RSS購読するボタン */
.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #1a1a1a;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.rssbox a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#scrollad {
	padding: 20px 0;
}

/*タグクラウド*/
.tagcloud a {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	border:1px #1a1a1a solid;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	opacity:0.5;
}
.tagcloud a:hover {
	opacity:0.5;
}

/*--------------------------------
エディタ用
---------------------------------*/

/*スクロール*/
.post .scroll-box table {
	max-width:initial;
}

.scroll-box {
	overflow-x: auto;
	margin-bottom:10px;
}
.scroll-box::-webkit-scrollbar {
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	background: #f3f3f3;
}
.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ccc;
}

/*画像 */
img.alignright {
	float: right;
	margin: 0 0 0px 10px;
}

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

img.aligncenter {
	display: block;
	margin:0 auto 0px;
}

img.float-left {
	float: left;
}

img.float-right {
	float: right;
}

.wp-caption {
	text-align: center;
}

.aligncenter {
	clear: both;
	display: block;
	margin:0 auto 0px;
}

.ie8 img {
	width: auto;
}

/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.post ul li {
	padding-bottom:5px;
}

.post ul li:last-child {
	padding-bottom:0px;
}

.post ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.post ol li {
	padding-bottom:5px;
}

.post ol li:last-child {
	padding-bottom:0px;
}

/*--------------------------------
検索フォーム
---------------------------------*/

#search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}

#searchform {
	border:#ccc 1px solid;
}

#s {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	height: 34px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 10;
	padding: 10px 65px 10px 10px;
	width: 100%;
	box-sizing: border-box;
}

#searchsubmit {
	border-radius: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 34px;
	z-index: 20;
}

*:first-child + html #searchsubmit {
	top: 1px;
}

/*アコーディオン内*/
.acordion_tree .search-box{
	padding:10px;
}


/*--------------------------------
ページャー
---------------------------------*/

/*コメントナビ*/

.st-pagelink {
	padding:20px 0px;
	text-align:center;
}

.st-pagelink:after {
	content: "";
	display:block;
	clear:both;
}

.st-pagelink a {
	text-decoration:none;
	font-size:13px;
	color: #ffffff;
}

.st-pagelink a:hover {
	opacity:0.5;
	color: #ffffff;
}

.st-pagelink .page-numbers {
	box-sizing:border-box;
	padding:8px 15px 8px 15px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:15px;
	height:auto;
	display:block;
	float:left;
	text-align:center;
	background: #6e5641;
	border-radius: 5px;
}

.st-pagelink .page-numbers.current {
	opacity:0.5;
	color: #ffffff;
}

.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 5px 5px 0;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #6e5641;
	border-radius: 5px;
}

.pagination a:hover {
	color: #fff;
	background-color: #6e5641;
	opacity:0.5;
}

.pagination .current {
	padding: 8px 15px 8px 15px;
	color: #fff;
	background-color: #CCCCCC;
	border-radius: 5px;
}

/*--------------------------------
ぱんくず
---------------------------------*/

#breadcrumb,
#breadcrumb ol {
	margin:0;
	padding:0 0 5px;
}

#breadcrumb ol li {
	color: #ccc;
	font-size: 13px;
	list-style:none;
	display: inline-block;
}

#breadcrumb ol li a {
	text-decoration: none;
	color: #ccc;
}

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

.sns{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:0 0 0px;
}

.snstext{
	font-size:13px;
	vertical-align:middle;
	padding-left:10px;
}

.snscount{
	font-size:13px;
	vertical-align:middle;
	padding:0 10px;
}

.post .sns ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 20px;

}
.sns li {
	float:left;
	list-style:none;
	width:50%;
}

.sns li a {
	font-size:15px;
	position:relative;
	display:block;
	padding:5px 10px 5px 15px;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	height:28px;
	margin:5px;
	cursor:pointer;
	line-height:25px;
}

.sns li a:hover {
}

/* ツイッター */
.sns .twitter a {
	background:#55acee;
}
.sns .twitter a:hover {
	background:#4892cb;
}

.sns .fa-twitter {
	border-right:1px solid #9ACFF4;
	padding-right:15px;
}

/* Facebook */
.sns .facebook a {
	background:#3b5998;
}
.sns .facebook a:hover {
	background:#324c81;
}

.sns .fa-facebook {
	border-right:1px solid #607BB2;
	padding-right:15px;
}


/* LINE */
.sns .line a {
	background:#25af00;
}
.sns .line a:hover {
	background:#219900;
}

.sns .fa-comment {
	border-right:1px solid #29c200;
	padding-right:15px;
}

/* Pocket */
.sns .pocket a {
	background:#f03e51;
}

.sns .fa-get-pocket {
	border-right:1px solid #F27985;
	padding-right:15px;
}
.sns .pocket a:hover {
	background:#c0392b;
}

/*--------------------------------
PAGE TOP
---------------------------------*/

#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 80px;
	right: 20px;
	font-size: 40px;
}

#page-top a {
	position: fixed;
	z-index: 9999;
	bottom: 80px;
	right: 20px;
	font-size: 40px;
	display: block;
	-moz-opacity: 0.7;
	opacity: 0.7;
	color: #000000;
	text-decoration: none;
}

#page-top a:hover {
	text-decoration: none;
	color: #cccccc;
}

/*--------------------------------
PREV NEXT
---------------------------------*/

.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 50px;
	color: #666;
}

.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 25px;
}

/*レイアウト スマートフォン
---------------------------------------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	overflow:hidden;
}

body.fixed-footer #wrapper {
	height:100%;
	min-height: 100%;
}

#headbox {
	padding: 0 10px 10px;
	margin:0;
}

#side .st-aside {
	padding: 0 15px 20px;;
}

.st-main {
	padding: 20px 15px;
	margin: 0 0 20px;
	background:#fff;
}

.post {
	padding-bottom:10px;
}

/*アドセンス*/
.adbox {
	padding:20px 0px;
	margin:0 -5px;
}

.ad {
	padding-bottom: 10px;
	margin:0px;
}
.adsbygoogle {
	max-width:100%;
	box-sizing:border-box;
	overflow:hidden;
}

.middle-ad {
	margin:0 -5px 10px;
}


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

	#side .st-aside {
		clear: both;
		float: none;
		width: auto;
		position: static;
	}

	/*SNSボタン*/
	.sns .fa {
		font-size:20px;
	}

	.sns li a {
		padding: 10px 15px;
	}


	/* RSS購読するボタン */
	.rssbox a {
		padding: 15px 20px;
		margin-bottom: 10px;
		font-size: 20px;
	}

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

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

	/*タグクラウド*/
	.tagcloud a {
		font-size: 20px!important;
		line-height: 1em;
		padding: 15px;
		margin-top: 10px;
	}

	/*SNSボタン*/
	.sns .fa {
		font-size:25px;
	}

	.sns li a {
		padding: 15px 20px;
	}


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


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

	header {
		text-align: left;
	}

	#headbox {
		padding: 0 10px 10px;
		margin:0;
	}

	#headbox {
		text-align:center;
	}

	#headbox img {
		margin: 0 auto;
	}

	.sitename img {
		max-width: 100%;
		margin: 0;
	}

	.st-main {
		background-color: #fff;
		padding: 20px 30px;
	}

	/*--------------------------------
	各フォント設定
	---------------------------------*/

	/*基本のフォントサイズ*/
	p, /* テキスト */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li /* olリスト */
	 {
		font-size: 16px;
		line-height: 26px;
	}

	dd p {
		margin-bottom: 0px;
	}

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

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

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

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
	text-align: center;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  float: left;
  padding: 20px 0px 0px 0px;
  margin: 0px 20px 0px 0px;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  background: none;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 0px 0px 0px 0px;
  background: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 11px 0px 0px 0px;
  padding: 6px 0px 0px 0px;
}
.dropmenu li ul li{
  width: 180px;
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	background: rgba(255,255,255,0.95);
}
.dropmenu li ul li a{
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	opacity: 1.0;
	font-size: 14px;
	line-height: 14px;
  text-align: left;
}
.dropmenu li:hover > a{
  background: none;
}
.dropmenu li a:hover{
  background: none;
	color: #ffffff;
	opacity: 1.0;
}
#fade-in2 li ul{
  opacity: 0;
  top: 80%;
  visibility: hidden;
  transition: .3s;
}
#fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

	/*--------------------------------
	各フォント設定
	---------------------------------*/

	/*基本のフォントサイズ*/
	p, /* テキスト */
	.yellowbox, /* 黄色ボックス */
	.graybox, /* グレーボックス */
	.redbox, /* 薄赤ボックス */
	.post ul li, /* ulリスト */
	.post ol li /* olリスト */
	 {
		font-size: 16px;
		line-height: 26px;
	}

	dd p {
		margin-bottom: 0px;
	}

	/*--------------------------------
	ページャー
	---------------------------------*/

	.st-pagelink .page-numbers {
		padding:5px 13px;
	}


	/*--------------------------------
	PCのレイアウト
	---------------------------------*/

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

	#st-header {
		max-width:1060px;
		margin:0 auto;
	}

	#content {
		max-width:1060px;
		margin:0 auto;
	}

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

	.sns{
		width:90%;
	}

	.sns li {
		width:33%;
	}

	.snstext{
		display:inline;
	}

	.kanren .clearfix dd p {
		font-size:13px;
		line-height: 18px;
	}

	/*--------------------------------
	PCのレイアウト（右サイドバー）
	---------------------------------*/

	#contentInner {
		float: left;
		width: 100%;
		margin-right: -300px;
	}

	.st-main {
		margin-right: 320px;
		margin-left: 0px;
		background-color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		padding: 30px 50px 30px;
	}

	#side .st-aside {
		float: right;
		width: 300px;
		padding: 0px;
	}

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

/* アコーディオン */
.accordion {
margin: 1em auto;
max-width: 90vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.title2,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;

}
.title2 {
border: solid 1px #ccc;
padding: 1em 2em 1em 1em;
display: block;
color: #333;
font-weight: bold;
}
.title2::after,
.title2::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title2::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 16px;
line-height: 26px;
}
.toggle:checked + .title2 + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title2::before {
transform: rotate(90deg) !important;
}

/*--------------------------------
追加css
---------------------------------*/

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
.indent-2 {
	padding-left:2em;
	text-indent:-2em;
}
.fs8 {
	font-size: 8px;
	line-height:18px;
}
.fs10 {
	font-size: 10px;
	line-height:15px;
}
.fs12 {
	font-size: 12px;
	line-height:22px;
}
.fs14 {
	font-size: 14px;
	line-height:24px;
}
.fs16 {
	font-size: 16px;
	line-height:26px;
}
.fs18 {
	font-size: 18px;
	line-height:28px;
}
.fs20 {
	font-size: 20px;
	line-height:30px;
}
.fs24 {
	font-size: 24px;
	line-height:34px;
}
.fs28 {
	font-size: 28px;
	line-height:38px;
}
.fs36 {
	font-size: 36px;
	line-height:46px;
}
.fcy {
	color: #fff000;
}
.fcb {
	color: #000000;
}
.fcw {
	color: #ffffff;
}
.fcr {
	color: #ff0000;
}
.fcbl {
	color: #0057c2;
}
.fcmenu {
	color: #002373;
}
.fcg {
	color: #666666;
}
.fcgr {
	color: #06c755;
}
.fcp {
	color: #ff0066;
}
.fcch {
	color: #6e5641;
}
.fccr {
	color: #dbc9ad;
}
.fcenter {
	text-align: center;
}
.fright {
	text-align: right;
}
.leftf {
	float: left;
	padding: 0px 10px 0px 0px;
}
.rightf {
	float: right;
}
.fbold {
	font-weight: bold;
}
.space2 {
	height:2px;
}
.space5 {
	height:5px;
}
.space10 {
	height:10px;
}
.space20 {
	height:20px;
}
.space30 {
	height:30px;
}
.space40 {
	height:40px;
}
.space50 {
	height:50px;
}
.space60 {
	height:60px;
}
.space70 {
	height:70px;
}
.space80 {
	height:80px;
}
.space100 {
	height:100px;
}
.space120 {
	height:120px;
}
.space140 {
	height:140px;
}
/* 中見出し */
h1 {
	font-weight:normal;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-weight:normal;
}
h3 {
	font-weight:normal;
	color: #001733;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-weight:normal;
}
h5 {
	font-weight:normal;
}
.line01 {
	clear: both;
	width: auto;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: #cccccc solid 1px;
}
.line02 {
	clear: both;
	width: auto;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: #ffffff solid 1px;
}
.line03 {
	clear: both;
	width: auto;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: #cccccc solid 1px;
}
.line04 {
	clear: both;
	width: auto;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: #002373 solid 2px;
}
.line05 {
	clear: both;
	width: auto;
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 40px 0px;
	border-bottom: #cccccc solid 1px;
}
.g400{
	font-family:"Noto Sans JP";
	font-weight: 400;
}
.g600{
	font-family:"Noto Sans JP";
	font-weight: 600;
}
.g900{
	font-family:"Noto Sans JP";
	font-weight: 900;
}

.mincho {
	font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.box1200{
	width: auto;
	max-width: 1200px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
}
.box1100{
	width: auto;
	max-width: 1100px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
}
.box1000{
	width: auto;
	max-width: 1000px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background: #ffffff;
}
.box900{
	width: auto;
	max-width: 900px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
}
.box800{
	width: auto;
	max-width: 800px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
}
.box700{
	width: auto;
	max-width: 700px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
}
.box600{
	width: auto;
	max-width: 600px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
}
.box500{
	width: auto;
	max-width: 500px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
}
.box400{
	width: auto;
	max-width: 400px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.box70p{
	width: auto;
	max-width: 70%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
.box40p{
	width: auto;
	max-width: 40%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
.boxh1{
	width: auto;
	max-width: 1000px;
	padding: 0px 10px 20px 10px;
	margin: 0px auto 0px auto;
	background: #002374;
}
.info-box{
	width: auto;
	max-width: 600px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
	background: #f2edd9;
	border-radius: 5px;
}
.link_b {
	color: #000000;
}
.link_b a {
	color: #000000;
}
.link_b a:hover {
	color: #999999;
}
.link_w {
	color: #ffffff;
}
.link_w a {
	color: #ffffff;
}
.link_w a:hover {
	color: #ffffff;
	opacity:0.7;
}
.link_c {
	color: #dbc9ad;
}
.link_c a {
	color: #dbc9ad;
}
.link_c a:hover {
	color: #dbc9ad;
	opacity:0.7;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shadow{
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0 #000000,-1px 1px 0 #000000,1px -1px 0 #000000,-1px -1px 0 #000000;
}
.shadow2{
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 0 #ffffff,-1px 1px 0 #ffffff,1px -1px 0 #ffffff,-1px -1px 0 #ffffff;
}
ul {
  list-style: none;
}
.copy {
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}
.pankuzu {
	padding: 0px 10px 0px 10px;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
	position: absolute;
	top: 65px;
	left: 10px;
	z-index: 100;
	background-color: rgba(255,255,255,0.6);
	border-radius: 50px;
}
.pankuzu a {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
}
.pankuzu a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.dis_on {
	display: block;
}
.dis_no {
	display: none;
}
.thumb{
	text-align:center;
	overflow: hidden;
 }
.thumb img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	transition-duration: 0.5s;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
 }
.thumb img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
video {
  width: 100%;
  height: auto;
}
.more {
  width: 250px;
  height: 45px;
  overflow: hidden;
	margin: 0px auto 0px auto;
	border-radius: 5px;
}
.more a {
	font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  background-color: #6e5641;
  text-decoration: none;
  position: relative;
  z-index: 2;
	border-radius: 5px;
}
.more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 100%;
  z-index: -1;
  background-color: #866d58;
  transition: all 300ms linear;
  transform: skewX(-30deg) scale(0, 1);
	border-radius: 5px;
}
.more a:hover {
  color: #ffffff;
	border-radius: 5px;
}
.more a:hover:before {
  left: -10%;
  transform: skewX(-30deg) scale(1, 1);
	border-radius: 5px;
}
.more2 {
  width: 200px;
  height: 40px;
  overflow: hidden;
	margin: 10px auto 0px auto;
	border-radius: 5px;
	border: #FFFFFF solid 1px;
}
.more2 a {
	font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background-color: #005db1;
  text-decoration: none;
  position: relative;
  z-index: 2;
	border-radius: 5px;
}
.more2 a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 120%;
  height: 100%;
  z-index: -1;
  background-color: #01b0e9;
  transition: all 300ms linear;
  transform: skewX(-30deg) scale(0, 1);
	border-radius: 5px;
}
.more2 a:hover {
  color: #ffffff;
	border-radius: 5px;
}
.more2 a:hover:before {
  left: -10%;
  transform: skewX(-30deg) scale(1, 1);
	border-radius: 5px;
}

.hissu {
	display: inline-block;
	color:#ffffff;
	padding:2px 5px 3px 5px;
	margin:0px 0px 0px 0px;
	font-size:10px;
	line-height:10px;
	background:#ff0000;
	border-radius: 5px;
}
.catdeco {
	display: inline-block;
	color:#ffffff;
	padding:5px 10px 5px 10px;
	margin:0px 0px 10px 0px;
	font-size:14px;
	line-height:14px;
	background:#005db1;
	border-radius: 5px;
}
.catdeco a {
	color:#ffffff;
	background:#005db1;
}
.catdeco a:hover {
	color:#ffffff;
	background:#00316d;
}
.kankaku{
letter-spacing: 0.2em;
}
.head_menu {
	display: block;
	position: fixed;
	width: auto;
	top: 0px;
	right: 10px;
	z-index: 101;
}
.hlogo {
	display: block;
	position: fixed;
	width: 88px;
	top: 10px;
	left: 10px;
	z-index: 101;
}
.htitle {
	display: block;
	position: fixed;
	width: 120px;
	top: 37px;
	left: 95px;
	color: #dbc9ad;
	z-index: 101;
}
.tarm_deco {
	display: inline-block;
	border: rgba(0,0,0,1.00) solid 1px;
	padding:2px 5px 3px 5px;
	margin:5px 10px 5px 0px;
}

/*コンタクトフォーム7の送信ボタン*/
.wpcf7-submit{
width:100%;
padding:10px !important;
border-radius:10px;
background: #fc921e !important;
color:#ffffff !important;
	margin:0 auto;
	border: none;
}

.wpcf7-submit:hover{
background: #fc921e !important;
color:#ffffff !important;
	opacity:0.8;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]),textarea,select {
	box-sizing:border-box;
	width:100%;
	padding:5px;

}
.post input,.post textarea{
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #ccc;
}

.balloon1 {
  position: relative;
  display: block;
  margin: 1.5em 0;
  padding: 40px 10px;
  min-width: 120px;
  max-width: auto;
  color: #ffffff;
  background: #005db1;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #005db1;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}

.box02 {
	box-sizing: border-box;
	width: auto;
	height: 399px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto 0px auto;
	background-image:url(https://mochibun-kaitori.com/wp-content/uploads/2026/01/mochibun02.webp);
	background-position:left center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
.box03 {
	box-sizing: border-box;
	width: auto;
	padding: 40px 10px 40px 10px;
	margin: 0px auto 0px auto;
	background: #f2f5ff;
}
.box04 {
	box-sizing: border-box;
	width: auto;
	max-width: 800px;
	padding: 20px 10px 20px 10px;
	margin: 0px auto 0px auto;
	background: #ffffff;
	border-radius: 30px;
}
.box05 {
	box-sizing: border-box;
	width: auto;
	padding: 40px 10px 40px 10px;
	margin: 0px auto 0px auto;
	background: #002373;
}
.about2 {
	box-sizing: border-box;
	width: 380px;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 20px 10px;
	background: rgba(255,255,255,1.00);
	border-radius: 10px;
	float: left;
}
.about_top2 {
	position: relative;
	box-sizing: border-box;
	height: 200px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.about_top2 div.img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 150px;
	margin: 0px 10px 0px 0px;
}	
.about_top2 div.name {
	position: absolute;
	top: 0;
	left: 160px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.btn {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 110;
	padding: 0px 0px 0px 0px;
	background: rgba(255,255,255,0.90)
}
	
/*------------sma------------*/
.br_sma{
	display:block;
}
.br_pc{
	display:none;
}
.tab_no{
	display:block;
}
.tab_on{
	display:none;
}
.fs600 {
	font-size: 350%;
}
.fs500 {
	font-size: 350%;
}
.fs400 {
	font-size: 300%;
}
.fs300 {
	font-size: 230%;
}
.fs250 {
	font-size: 200%;
}
.fs200 {
	font-size: 160%;
}
.fs180 {
	font-size: 140%;
}
.fs160 {
	font-size: 130%;
}
.fs140 {
	font-size: 130%;
}
.fs130 {
	font-size: 130%;
}
.fs120 {
	font-size: 120%;
}
.fs110 {
	font-size: 110%;
}
.columns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.col1 {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
}
.columns .colfoot {
	width: 50%;
}
.colfoot {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
}
.columns .col2 {
	width: 50%;
	max-width: 200px;
}
.col2 {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
}
.columns .col2-1 {
	width: 100%;
}
.col2-1 {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
}
.hright {
	display: none;
}
.formbox {
	box-sizing: border-box;
	width: auto;
}
.forml {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 26px;
	float: none;
}
.formr {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	float: none;
}





/*------------tab------------*/
@media only screen and (min-width: 600px) {

.br_sma{
	display:block;
}
.br_pc{
	display:none;
}
.tab_no{
	display:none;
}
.tab_on{
	display:block;
}
.fs600 {
	font-size: 500%;
}
.fs500 {
	font-size: 450%;
}
.fs400 {
	font-size: 350%;
}
.fs300 {
	font-size: 250%;
}
.fs250 {
	font-size: 200%;
}
.fs200 {
	font-size: 160%;
}
.fs180 {
	font-size: 150%;
}
.fs160 {
	font-size: 130%;
}
.fs140 {
	font-size: 130%;
}
.fs130 {
	font-size: 130%;
}
.fs120 {
	font-size: 120%;
}
.fs110 {
	font-size: 110%;
}
.formbox {
	box-sizing: border-box;
	width: auto;
}
.forml {
	box-sizing: border-box;
	width: 25%;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 26px;
	float: left;
}
.formr {
	box-sizing: border-box;
	width: 75%;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	float: left;
}
.columns .col2-1 {
	width: 50%;
}
.col2-1 {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
}

/*------------pc------------*/
@media print, screen and (min-width: 960px) {

.br_sma{
	display:none;
}
.br_pc{
	display:block;
}
.tab_no{
	display:none;
}
.tab_on{
	display:block;
}
.fs600 {
	font-size: 600%;
}
.fs500 {
	font-size: 500%;
}
.fs400 {
	font-size: 400%;
}
.fs300 {
	font-size: 300%;
}
.fs250 {
	font-size: 250%;
}
.fs200 {
	font-size: 200%;
}
.fs180 {
	font-size: 180%;
}
.fs160 {
	font-size: 160%;
}
.fs140 {
	font-size: 140%;
}
.fs130 {
	font-size: 130%;
}
.fs120 {
	font-size: 120%;
}
.fs110 {
	font-size: 110%;
}
.hright {
	display: block;
	position: fixed;
	width: 100px;
	top: 15px;
	right: 10px;
	font-size: 20px;
	font-weight: bold;
	z-index: 101;
}
.formbox {
	box-sizing: border-box;
	width: auto;
}
.forml {
	box-sizing: border-box;
	width: 25%;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 26px;
	float: left;
}
.formr {
	box-sizing: border-box;
	width: 75%;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	float: left;
}
	

}	




/* アコーディオン */
.accordion {
margin: 1em auto;
max-width: 90vw;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
	font-family: 'NotoSansJP-Medium', sans-serif;
	font-weight: 500;
}
.title2,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;

}
.title2 {
border: solid 1px #ccc;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
}
.title2::after,
.title2::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title2::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 16px;
line-height: 26px;
}
.toggle:checked + .title2 + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title2::before {
transform: rotate(90deg) !important;
}



.online {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.online::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.online:hover::after {
  transform: scale(1, 1);
}
.online2 {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.online2::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #005db1;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.online2:hover::after {
  transform: scale(1, 1);
}

.grecaptcha-badge { visibility: hidden; }