/*Jimdo修正 Syannhai*/ 

html,.body{ overflow-x: hidden!important; }
table {
	border-collapse : collapse ;
	white-space: nowrap;
}
table td,table th {
	border: 1px solid #ccc;
	padding: 12px 10px;
}
table th {
	background-color:#22ac38;
	color:#fff!important;
	font-weight: normal!important;
}
img{ max-width: 100%!important }
.j-header {text-align: center!important;}
h1,h2,h3,h4,p,ol,ul,li,td,tr{
	font-family: 'Noto Sans Japanese'!important;
	line-height: 1.73;
}
h1{ 
	border-bottom: solid 10px #422110;
	display: inline-block;
	font-weight: 600!important;
	padding-bottom: 20px!important;
	text-align: center!important;
}
h2{ 
	font-weight: 500!important;
	text-align: center;
}
h2:after{
	background: -webkit-linear-gradient(left, #Faa, #CF6 25%, #3CC 70%, #aaf 90%);
	background: linear-gradient(to right, #Faa, #CF6 25%, #3CC 70%, #aaf 90%);
	content:"";
	display:block;
	height:1px;
	margin-top: 10px;
	width:100%;
}
h2.j-blog-headline{
	color: #6da7de;
	font-size: 22px;
	text-align: left;
}
h2.j-blog-headline:after{
	content: none;
}
h2.j-blog-headline:first-letter{
	background-color: transparent;
	color: #6da7de;
	font-size: 22px;
	margin-right: 0;
	padding: 0;
}
.j-blogarticle h2:hover,.j-blogarticle h2:hover::first-letter{
	color: orange;
}
h3 {
	color: #422110;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.5em;
	position: relative;
}
h3::before {
	color: #422110; 
	content: "\f138";
	font-family: FontAwesome;
	font-size: 1em;
	left: 0.25em;
	position: absolute;
	top: 0.5em;
}
p{
	font-weight:300!important;
	font-family: "Noto Sans Japanese"!important;
	margin-bottom: 18px!important;
	text-align: justify;
}

.jtpl-title{
	display: none;
}

.jtpl-breadcrumb{
	background-color: #f2efe4;
	border-radius: 6px; 
	margin-bottom: 50px!important;
}
.jtpl-breadcrumb .j-nav-current a{
	color: #959595!important
}
@media (min-width:768px){
	.jtpl-logo{
		margin-top: -10px;
	}
	.jmd-nav__list-item-1 a{
		width: 300px!important;
	}
}

@media (max-width:768px){
	h1,h2,h3,p,ol,ul,li,td,tr{ font-weight:300!important }
	/*スマホロゴ画像*/ 
	.jtpl-logo .cc-imagewrapper{
		float:none!important;
		margin:0 auto!important;
		max-width:70%
	}	
}

/*BOC追加*/

.kv{
	background-color: #f2efe4;
	margin:0 -100% -5px!important;
	padding:0 100%!important;
	text-align: center;
}
.kv img{
	margin: 0 0 -5px!important;
	padding: 0!important
}

/*スマホ用改行表示*/
.text { display: inline-block; }

/*コピー*/
h4{
	color:#f39801!important;
	font-weight: 500!important
}
p.copy {
	color: #f39801;
	display: inline-block;
	font-size: 20px;
	font-family: "Noto Sans Japanese";
	line-height: 1.4;
	padding:0.25em 1em;
	position: relative;
}

p.copy:before,p.copy:after{ 
	content:'';
	display: inline-block;
	height: 30px;
	position: absolute;
	width: 20px;
}

p.copy:before{
	border-left: solid 1px #f39801;
	border-top: solid 1px #f39801;
	left: 0;
	top:0;
}

p.copy:after{
	border-bottom: solid 1px #f39801;
	border-right: solid 1px #f39801;
	bottom:0;
	right: 0;
}
.box-glay{
	background-color: #f2efe4;
	border-radius: 6px; 
	box-sizing: border-box;
	display: block;
	padding: 15px 20px!important;
	width: 100%;
}
ul.menu-list{
	border-collapse: collapse;
	display:table;
	margin: -1px 0 0!important; /*2行調整*/
	table-layout:fixed;
	text-align:center;
	width:100%;
}
ul.menu-list li{
	border: solid 2px #422110;
	background-color: #fff;
	display:table-cell;
	font-size: 18px;
	vertical-align:middle;
}
ul.menu-list li a{
	display:block;
	color: #422110!important;
	padding: 10px;
	text-decoration: none!important
}
ul.menu-list li a:hover{
	background-color: #422110;
	color: #fff!important;
}
ul.menu-list li span{
	background-color: #422110;
	color: #fff!important;
	display:block;
	padding: 10px;
}
/*リード*/
p.read{
	color:#025197;
	font-size: 10px;
	font-weight: bold!important;
	margin-bottom: 1px!important;
}

@media (max-width:768px){
	/*スマホ用改行表示*/
	.text { display: inline-block; }
	
	ul.menu-list { text-align:left!important; }
	ul.menu-list li{ 
		display:block;
		margin-bottom: -2px;
	}
	ul.menu-list li a{ padding-left: 10px!important; }

}