@charset "utf-8";
/* CSS Document */
body{
	font-feature-settings: "palt";
}
img{
-webkit-backface-visibility: hidden;
}
table{ width:100%; table-layout: fixed;}
/*------------------------------------------------
FLOAT
------------------------------------------------*/
.float-rt {
	float: right;
	margin-left: 20px;
}
.float-lt {
	float: left;
	margin-right: 20px;
}

.aln-rt {
	text-align: right;
}
.aln-cr {
	text-align: center;
}

/*------------------------------------------------
CLEAR
------------------------------------------------*/

.clearFix{
}

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

.clear{
	clear:both;
}

/*------------------------------------------------
LINK STYLE
------------------------------------------------*/
a{
	color:#0071BC;
	text-decoration: none;
	transition: all .3s !important;
}
a img{
	transition: all .3s !important;
}
a:visited{
	color:#0071BC;
	text-decoration: none;
}
a:hover{
	color:#B28146;
	outline:none;
	text-decoration: none;
}
a:active{
}
@media screen and (min-width: 760px) {
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
	}
}
a[target="_blank"]::after{
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 80%;
	content: "外部リンク \f35d";
	display: inline-block;
	color: #FFF;
	background: #AAA;
	line-height: 1em;
	padding: 5px 8px;
	vertical-align: middle;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 
}
a.exicon::after{
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d"!important;
	display: inline-block;
	color: inherit;
	line-height: inherit;
	background: none;
	padding: 0;
}
a.no_icon::after{
	display: none;
}
.addtoany_shortcode a::after{
	display: none;
}

/*------------------------------------------------
記事本文用スタイル
------------------------------------------------*/
.txt-area_box h1{
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}
.txt-area_box h2{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}
.txt-area_box h3{
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}
.txt-area_box h4{
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 6px;
}
.txt-area_box h5{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;
}
.txt-area_box h6{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 6px;
}
.txt-area_box p{
	margin-bottom: 40px;
}

.txt-area_box blockquote {
    position: relative;
    padding: 20px 20px 20px 42px;
    background: #e1e5f0;
	margin: 20px;
}
.txt-area_box blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
    content: "\f10d";
    color: #e1e5f0;
    font-size: 22px;
    line-height: 1;
    z-index: 2;
}
.txt-area_box blockquote:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 40px 40px;
    border-style: solid;
    border-color: transparent #F9F9F6;
}
.txt-area_box blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
.txt-area_box blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.txt-area_box ol{
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	margin: 20px;
}
.txt-area_box ol ol{
	padding-left: 1em;
}
.txt-area_box ol li{
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.txt-area_box ol li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: bold;
	color: #596796;
}

.txt-area_box ul{
	margin: 20px;
}
.txt-area_box ul li{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.txt-area_box ul li:before{
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f192";
  	margin-right: .5em;
	color: #596796;
}


/*------------------------------------------------
PAGE TOP
------------------------------------------------*/
#page-top-btn {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:9999;
}
#page-top-btn i{
	margin:0 !important;
	font-size:20px;
	}
#page-top-btn a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 10px 0 10px 0;
	text-align: center;
	display: block;
}
#page-top-btn a:hover {
	text-decoration: none;
	background: #111;
}
@media screen and (max-width:1200px){
	#float-btn {
		display: none;
	}
	#page-top-btn {
		bottom: 0;
	}
}
@media screen and (max-width:760px){
	#page-top-btn a {
		width: 40px;
	}
	.float-rt {
		float: none;
		margin-left: 0px;
		margin-bottom: 8px;
	}
	.float-lt {
		float: none;
		margin-right: 0px;
		margin-bottom: 8px;
	}
}
