@charset("UTF-8");

*{
	box-sizing:border-box;
	margin:0;
	padding:0;
	letter-spacing:0.04em;
}
body{
	font-family:メイリオ, Meiryo, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-weight:500;
	font-size:16px;
	color:#1e1e1e;
}

img{
	border:none;
}

ul,ol{
	list-style:none;
}

a{
	text-decoration:none;
	color:#000;
}
a.hover:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
a.u-line{
	text-decoration:underline;
}
a.u-line:hover{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.sp{
	display:none;
}

.inner{
	width:1040px;
	margin:0 auto;
	position:relative;
}
.outer{
	width:100%;
	min-width:1040px;
	margin:auto;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.ov-hidden{
	overflow:hidden;
}
.marginRight10{
	margin-right: 10px;
}
.clear{
	clear:both;
}
/* ************header************** */
header{

}
header .links{
	height:25px;
	background:#dfdfdc;
}
header .links .inner{
	height:25px;
}
header .links .f-right{
	margin-left:30px;
}
header .links a img{
	vertical-align:bottom;
}
header .header-main{
	height:358px;
	background-image:url(../images/header_wave.png);
	background-repeat: repeat-x;
	background-color:#000;
	background-position:center center;
}
header .logo{
	margin-top:20px;
	height:56px;
	display:block;
	margin-bottom:20px;
}
.search-text{
	width:150px;
	height:20px;
	color:#000;
	border:1px solid #fff;
	border-radius:1000px;
	background: #fff;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	padding:0 10px;
	display:inline-block;
	margin-right:10px;
}
.search-go{
	border:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width:20px;
	height:20px;
	padding-top:20px;
	background:url(../images/header-search-btn.png) no-repeat;
	cursor:pointer;
}
.search-area{
	position:relative;
	margin-top:10px;
}
header h1{
	font-weight:500;
	color:#fff;
	font-size:12px;
	letter-spacing:0.04em;	
	padding-top:20px;
	position:absolute;
	right:0;
	top:30px;
}
header .banner-area{
	background:#fff;
}
header .banner-area img{
	vertical-align:bottom;
}


/* ************#contents************* */
#contents{
	background:url(../images/back_img.jpg);
	background-position:center top;
	padding:20px 0 30px;
}

/* *************main contents*************** */
.main-contents{
	width:770px;
	background:rgba(255,255,255,0.5);
	padding:22px 17.5px;
}

/* ************sidebar*************** */
.sidebar{
	width:253px;
}
.sidebar .latest-posts h3{
	height:48px;
	box-shadow:0 2px 1px 0 rgba(0,0,0,0.34);
	border-radius:5px;
	position:relative;
	z-index:999;
}
.sidebar .latest-posts h3.latest-posts-title{
	background:url(../images/sidebar-bg01.png) no-repeat;
	padding-top:12px;
}
.sidebar .latest-posts h3 span{
	background:#dc0817;
	color:#fff;
	font-size:14px;
	line-height:1;
	width:98px;
	display:block;
	border-radius:4px;
	padding:5px 0;
	text-align:center;
	margin-left:108px;
}
.sidebar .posts{
	margin:auto;
	background:#fff;
	width:240px;
	padding:27px 18px 17px;
	margin-bottom:24px;
}
.sidebar .posts dt{
	font-size:12px;
	color:#dc0817;
	line-height:1;
}
.sidebar .posts dd a{
	font-size:12px;
	color:#1e1e1e;
	line-height:1.666;
}
.sidebar .posts dd{
	padding-bottom:10px;
}
.sidebar .posts dl{
	border-bottom:1px solid #dc0817;
	padding-bottom:6px;
	margin-bottom:16px;
}
.sidebar .posts li{
	display:inline-block;
	margin-right:10px;
	/*margin-bottom:8px;*/
	margin-bottom: 0;
}
.sidebar .posts li a{
	color:#dc0817;
	/*font-size:12px;*/
	font-size: 11px;
	line-height:1;
}
.sidebar .info{
	margin:auto;
	background:#fff;
	width:240px;
	padding:24px 18px 24px;
	margin-bottom:24px;
}
.sidebar .info a{
	font-size:14px;
	letter-spacing:0.06em;
	line-height:1.2;
}
.sidebar .info li{
	border-bottom:1px solid #dc0817;
	padding-bottom:5px;
	margin-bottom:6px;
}
.side_link_txt {
	margin:0 0 18px 1em;
	font-size:12px;
}
.sidebar .twitter-area{
	width:240px;
	margin:0 auto 5px;
}
.sidebar .twitter-area h3{
	text-align:center;
	background:#ca101a;
	height:32px;
	font-weight:500;
}
.sidebar .twitter-area h3 img.pc{
	vertical-align:top;
	padding-top:10px;
	
}
.fa-twitter{
	line-height:1.7;
	margin-right:5px;
}
.fa-twitter:before{
	color:#fff;
}
div.time-line{
	height:390px;
}
.sidebar .special-contents,.sidebar .service{
	width:240px;
	margin:0 auto 18px;
}
.sidebar .special-contents h3,.sidebar .service h3, .sidebar .dictionary_sidebar h3{
	text-align:center;
	background:#ca101a;
	height:32px;
	color:#fff;
	font-size:14px;
	line-height:32px;
	letter-spacing:0.1em;
	font-weight:500;
}
.sidebar .special-contents ul,.sidebar .service ul{
    margin: auto;
    background: #fff;
    width: 240px;
    padding: 20px 18px 15px;
    margin-bottom: 24px;
}
.sidebar .special-contents ul li{
	margin-bottom:5px;
	width:100%;
}
.sidebar .special-contents ul a img,.sidebar .service ul a img,.sidebar .special-contents ul a,.sidebar .service ul a{
	display:block;
	width:100%;
}
.sidebar .service ul li{
	margin-bottom:3px;
}

.sidebar .twitter-area h3{
	height:30px;
	background:#ca101a;
}

.sidebar .special-contents, .sidebar .service, .sidebar .dictionary_sidebar{
	width:240px;
	margin:auto;
}
.sidebar .special-contents h3, .sidebar .service h3, .sidebar .dictionary_sidebar h3{
	height:30px;
	background:#be1a20;

}
/* *****************footer******************** */
footer{
	background:#191818;
	color:#fff;
	font-size:12px;
	text-align:center;
}
#copyrights{
	text-align:center;
	line-height:32px;
	letter-spacing:0.04em;
	display:inline-block;
}
footer a{
	position:absolute;
	right:0;
	color:#fff;
	line-height:32px;
	letter-spacing:0.04em;
}

.page-top{
	width:40px;
	height:auto;
	display:block;
	position:fixed;
	right:8%;
	bottom:5%;
}
.page-top img{
	display:block;
	width:100%;
}
/* *******************index********************* */
.main-contents .post{
	background:#fff;
	padding:20px;
	margin-bottom:10px;
}
.main-contents .post.latest .left{
	width:365px;
}
.main-contents .post.latest .right{
	width:302px;
}
.main-contents .post.latest .right p{
	font-size:14px;
	line-height:2;
	margin-bottom:1.8em;
}
.main-contents .post.latest .right p:last-child{
	margin-bottom:0;
}
.main-contents .post .post-title{
	line-height:1.8;
	font-weight:600;
	font-size:20px;
}

.main-contents .post.latest .left h2{
	padding-top:10px;
	padding-bottom:12px;
}
.main-contents .post.latest .thumb{
	margin-bottom:18px;
	display:block;
}
.main-contents .post .thumb img{
	width: 100%;
	height: auto;
	vertical-align:bottom;
}
.main-contents .post .cat{
	font-size:12px;
	color:#fff;	
	display:inline-block;
	background:#dc0817;
	text-align:center;
	border-radius:3px;
	line-height:1.75;
	padding:0 14px;
}

.main-contents .post .date{
	font-size:12px;
	line-height:1;
	color:#dc0817;
	display:inline-block;
	padding-right:15px;
}
.main-contents .post .auther{
	font-size:12px;
	line-height:1;
	color:#373737;
	display:inline-block;
	padding-right:15px;
}
.fa-user:before{
	font-size:16px;
	padding-right:4px;
}
.main-contents .post .left{
	width:200px;
}
.main-contents .post .right{
	width:470px;
}
.main-contents .thumb img.pc{
	display:block;
	max-width:100%;
}
.main-contents .post .right p {
    font-size: 14px;
    line-height: 2;
}
.main-contents .post .right p.date{
	font-size:12px;
	line-height:1;
	color:#dc0817;
	display:inline-block;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
}
.main-contents .post .right p.cat {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    background: #dc0817;
    text-align: center;
    border-radius: 3px;
    line-height: 1.75;
    padding: 0 14px;
}
.main-contents .post .thumb{
	display:block;
}
.main-contents .pager{
	text-align:center;
	padding-top:8px;
}
.main-contents .pager li{
	display:inline-block;
	margin:0 5px;
	vertical-align:top;
}
.main-contents .pager a{
	width:20px;
	height:20px;
	display:block;
	background:#fff;	
	color:#0d0d0d;
	font-size:12px;
	line-height:20px;
}
.main-contents .pager a.current{
	width:20px;
	height:20px;
	display:block;
	color:#fff;	
	background:#0d0d0d;
}
.main-contents .pager .prev a{
	background:transparent;
	margin-left:0;
	margin-right:15px;
	width:10px;
	height:18px;
}
.main-contents .pager .next a{
	background:transparent;
	margin-right:0;
	margin-left:15px;
	width:10px;
	height:18px;
}

/*20170323追加寺井*/
.main-contents .more-link{
	float: right;
	color: #0048ff;
}



/* *************************category*********************** */
.cat-main-pic img{
	display:block;
	width:100%;
	margin-bottom:18px;
}
.main-contents .post .right p.date.cat-date{
	padding:0;
	line-height:1.75;
	margin-left:14px;
}
.cat-post-data{
	margin-bottom:10px;
}
.main-contents .post .cat-post-title{
	line-height:1;
}
.main-contents .post .cat-post-title .post-title{
	font-size:14px;
	line-height:28px;
}
.main-contents .cat-post.post .right{
	width:520px;
}
.main-contents .cat-post.post .left{
	width:160px;
	height: 160px;
	margin-right:10px;
	/*height:107px;*/
	/*overflow:hidden;*/
}
.main-contents .cat-post.post .left a{
	display:block;
	height: 160px;
}
.main-contents .cat-post.post .left a img{
	/*height:106px;*/
	margin:auto;
}
.cat-txt{
	font-size:14px;
	line-height:2;
	letter-spacing:0;
}


/*20170407修正寺井*/
.w-big img{
	width: 100% !important;
	height: auto !important;
}
.h-big img{
	width: auto !important;
	height: 100% !important;
	text-align: center;
	margin: 0 auto;
	display: block;
}





/* *******************article******************** */
.main-contents .post.article-post{
	padding:0;
	margin-bottom:0;
}
.main-contents .post.article-post .cat-post-data{
	padding:10px 20px;
	border-bottom:2px solid #dc0817;
}
.article-inner{
	padding:0 20px 20px;
}
.main-contents .post.article-post .auther{
	padding-right:0;
	line-height:1.75;
}
.main-contents .post.article-post .date{
	line-height:1.75;
	padding-left:12px;
}
.article-inner .article-title{
	font-size:22px;
	line-height:1.636;
	padding-top:24px;
}
.latest .fa-twitter-square:before,
.article-inner .fa-twitter-square:before{
	font-size:20px;
	line-height:1.1;
}
.latest .fa-facebook-square:before,
.article-inner .fa-facebook-square:before{
	font-size:20px;
	color:#dc0817;
	line-height:1.1;
}
.latest .sns-list,
.article-inner .sns-list{
	padding-bottom:3px;
	border-bottom:1px solid #dfdfdc;
}
.latest .sns-list li,
.article-inner .sns-list li{
	margin-left:8px;
}
.latest .sns-list a,
.article-inner .sns-list a{
	/*display:block;*/
	line-height:1;
}
.latest .sns-list i,
.article-inner .sns-list i{
	line-height:1;
}

.fb_iframe_widget span{
	vertical-align: top!important;
}

.article-post-txt{
	padding-top:20px;
	text-align:center;
}
.article-post-txt h3{
	color:#ca101a;
	font-size:18px;
	line-height:1.3;
	padding-bottom:12px;
	text-align:left;
}
.article-post-txt p{
	font-size:14px;	
	line-height:2;
	padding-bottom:20px;
	text-align:left;
}
.article-post-txt img{
	margin:0 20px 20px 0;
	max-width:100%;
	height: auto;
	box-sizing: content-box;
}
.article-post-txt em{
	font-weight:600;
}
/***** 20170817 投稿ページ分割用修正 *****/
.article-post-txt .pager-split{
	text-align:center;
	padding-top:8px;
	padding-bottom: 10px;
}
.article-post-txt .pager-split li{
	display:inline-block;
	margin:0 2px;
	vertical-align:top;
	width:20px;
	height:20px;
	color:#fff;	
	background:#0d0d0d;
	font-size: 12px;
}
.article-post-txt .pager-split a{
	width:20px;
	height:20px;
	display:block;
	background:#eee;
	color:#0d0d0d;
	font-size:12px;
	line-height:20px;
}
.article-page-navi{
	padding:0 20px 30px;
}
.article-page-navi a{
	font-size:12px;
	font-weight:600;
	letter-spacing:0.1em;
}
.article-page-navi .f-left a:before{
	content:"";
	display:inline-block;
	background:url(../images/article-prev.jpg) no-repeat;
	margin-right:12px;
	vertical-align:middle;
	background-position:center center;
	width:8px;
	height:12px;
	background-size:100% auto;
	background-position:center center;
}
.article-page-navi .f-right a:after{
	content:"";
	display:inline-block;
	background:url(../images/article-next.jpg) no-repeat;
	margin-left:12px;
	vertical-align:middle;
	width:8px;
	height:12px;
	background-size:100% auto;
	background-position:center center;
}
.archives-recent{
	width:410px;
}
.archives-cat{
	width:210px;
}
.archives-cat *{
	color:#dc0817 !important;
}
.article-archives{
	padding:0 20px 20px;
}
.article-archives h3{
	font-size:14px;	
	line-height:1.1;
	padding-bottom:12px;
}
.article-archives .archives-recent li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #dfdfdc;
}
.article-archives .archives-recent li:last-child{
	margin-bottom:0;
}
.article-archives li a{
	font-size:14px;
}
.article-archives .archives-cat li{
	margin-bottom:8px;
}
.article-archives .fa-file-text:before{
	font-size:22px;
	padding-right:10px;
}
.article-archives .fa-folder:before{
	font-size:22px;
	padding-right:10px;
}

/* **追記20170424** */
.border-image{
	border:1px solid #888;
}

/* ********************about********************* */
.about-page-title{
	font-size:20px;
	line-height:1.8;
	border-bottom:1px solid #dfdfdc;
	padding:20px 0 26px;
	margin-bottom:38px;
}
.about-comment-area{
	padding:20px;
	background:#efefef;
	margin-bottom:60px;
}
.about-comment-area h3{
	color:#dc0817;
	font-size:18px;
	line-height:1.555;
	padding-bottom:16px;
}
.comment-txt{
	font-size:14px;
	line-height:2;
	padding-bottom:26px;
}
.about-comment-area .signature{
	text-align:right;
	font-size:14px;
}
.about-comment-area .signature span{
	font-size:10px;
}
.txt-detail{
	width:300px;
}
.txt-detail h3{
	color:#dc0817;
	font-size:18px;
	line-height:2;
	padding-bottom:20px;
}
.txt-detail p{
	font-size:14px;
	line-height:2;
	padding-bottom:60px;
}
.about-detail-area{
	padding-left:20px;
}
.about-detail-area ul{
	text-align:right;
}
.about-detail-area li{
	padding-bottom:16px;
}
.about-detail-area li a{
	color:#ca101a;
}
.cover{
	width:345px;
	position:relative;
}
.book-pic{
	display:block;
	width:100%;
}
#punt01{
	left:50%;
	top:1%;
}
.punt{
	display:block;
	width:15.2%;
	position:absolute;
	cursor:pointer;
}
.punt img{
	display:block;
	width:100%;
}
.popup-title{
	font-size:18px;	
	color:#be1a20;
	text-align:left;
}
.popup-txt{
	font-size:14px;	
	text-align:left;
}
.popup-list{
	text-align:left;
	list-style-type:disc;
	font-size:14px;
	padding-top:20px;
	padding-left:1.5em;

}

.about-outline{
	margin-top:40px;
}
.about-outline .outline{
	width:50%;
	position:relative;
}
#punt02{
	top:3.4%;
	left:34.7%;
}
#punt03{
	top:40.5%;
	right:6%;
}

#punt04{
	top:3.94%;
	left:27%;
}
#punt05{
	top:16.2%;
	right:26%;
}
#punt06{
	top:42%;
	right:0;
}
#punt07{
	top:54.6%;
	right:0;
}
#punt08{
	bottom:13.2%;
	right:0;
}
#punt09{
	top:38%;
	left:27%;
}

/* ************20170228寺井修正**************** */
.mawarikomi{
	margin-right: 30px;
	margin-bottom: 30px;
}

/* ************20170711成瀬修正**************** */
.corpname{
    font-size: 18px;
    font-weight:bold;
}

/* ************20190108寺井追加　（用語集）**************** */
.dictionary .dictionary_post_title{
	padding: 0 20px;
}
.dictionary .about-comment-area{
	background: #fff;
}
.dictionary .dictionary_dl{
	/*border-bottom: 1px solid #dfdfdc;*/
	padding: 15px 5px;
}
.dictionary .dictionary_dl .dictionary_dt{
	font-weight: bold;
	background: #dfdfdc;
	padding: 15px;
	line-height: 1;
	margin-bottom: 10px;
}
.dictionary .dictionary_dl .dictionary_dd{
	padding: 0 15px;
}
.dictionary .dictionary_sidebar{
	background: #fff;
	overflow: hidden;
	margin-bottom: 24px;
	/*border-left: 1px solid #ccc;*/
}
.dictionary .dictionary_sidebar li{
	float: left;
	width: 20%;
	text-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: -1px;
}
.dictionary .dictionary_sidebar li.f_white{
	color: #f4f4f4;
	background: #f4f4f4;
}
.dictionary .dictionary_sidebar li.clear{
	clear: both;
}
.dictionary .dictionary_sidebar li.w40{
	width: 40%;
}

@media screen and (min-width:737px){
	.g_calendar{
		margin-left: 7px;
	}
}


/* **********************これ以下レスポンシブスタイル************************* */
@media screen and (max-width:736px){
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}
	.inner{
		width:100%;
		margin:0 auto;
		position:relative;
	}
	.outer{
		min-width:100%;
		margin:auto;
	}

/* *************header**************** */
	header .links{
		height:7.8125vw;
	}
	header .links ul{
		width:25vw;
		padding-top:0.8vw;
		margin:auto;
	}
	header .links ul li{
		display:inline-block;
		width:100%;	
	}
	header .links ul li a,header .links ul li img{
		display:block;
		width:100%;
	}
	header .links .inner{
		height:auto;
	}

	header .header-main{
		height:auto;
		background:#030000;
	}
	header .header-main .inner{

	}
	header .logo{
		width:68%;
		height:auto;
		margin-top:5vw;
		margin-bottom:5vw;
		margin-left:15px;
	}
	header .logo a,	header .logo img{
		width:100%;	
		height:auto;	
		display:block;
	}

	header h1{
		position:static;
		width:100%;
		background:#6b6b6b;
		text-align:center;
		line-height:1.5;
		font-size:3.75vw;
		padding:2.1vw 0;
	}
	.sp-header-banner{
		width:100%;
		background:#fff;
	}
	.sp-header-banner a,.sp-header-banner img{
		width:100%;
		height: auto;
		display:block;
	}


/* *****************search area mobile menu**************** */
	.sp-menu-btn{
		display:block;
		width:6.5%;
		margin-top:6.25vw;
		margin-right:15px;
	}
	.sp-menu-btn img{
		display:block;
		width:100%;
	}
	.sp-search-btn{
		display:block;
		width:5.9%;
		margin-top:6.25vw;
		margin-right:5.7%;
	}
	.sp-search-btn img{
		display:block;
		width:100%;
	}
	.search-area{
		float:none;
		clear:both;
		display:none;
		margin-top:0;
		width:100%;
		padding:3vw 15px 5vw;
		height:14.25vw;
	}
	.search-text{
		width:68vw;
		height:6.25vw;
		margin-right:0;
		float:left;
	}
	.search-go{
		width:17vw;
		height:6.25vw;
		padding-top:6.25vw;
		background-size:100% auto;
		background-image:url(../images/search_btn.png);
		background-repeat:no-repeat;
	}

	.sp-menu{
		display:none;

		clear:both;
		width:100%;
		padding-bottom:9vw;
	}
	.sp-menu a{
		color:#fff;
		font-size:4.375vw;
		
	}
	.sp-menu h3{
		color:#be1a20;
		letter-spacing:0.06em;
		font-size:4.375vw;
		font-weight:500;
		padding:0 15px;
		line-height:14vw;
		border-bottom:1px solid #be1a20;
	}
	.sp-menu a.navi-link{
		display:block;
		width:100%;
		position:relative;
		line-height:14vw;
		border-bottom:1px solid #fff;
		padding:0 15px;
	}
	.sp-menu a.navi-link:after{
		position:absolute;
		right:15px;	
		top:0;
		bottom:0;
		width:2.8125vw;
		height:4.6875vw;
		display:block;
		content:"";
		background:url(../images/sp-arrow.jpg) no-repeat;
		background-position:center center;
		background-size:100% auto;
		margin:auto;
	}
	.sp-menu .info{
		border-bottom:1px solid #fff;
	}
	.sp-menu .info a{
		display:block;
		width:100%;
		position:relative;
		line-height:14vw;
		border-bottom:1px solid #be1a20;
		padding:0 15px;	
	}
	.sp-menu .info li:last-child a{
		border-bottom:none;
	}
	.sp-menu .info a:after{
		position:absolute;
		right:15px;	
		top:0;
		bottom:0;
		width:2.8125vw;
		height:4.6875vw;
		display:block;
		content:"";
		background:url(../images/sp-arrow.jpg) no-repeat;
		background-position:center center;
		background-size:100% auto;
		margin:auto;	
	}
	.sp-menu .blog-cat-list ul{
		padding:4.7vw 15px 0;
		border-bottom:1px solid #fff;
	}
	.sp-menu .blog-cat-list li{
		display:inline-block;
		margin-right:4.7vw;
		margin-bottom:4.7vw;
	}
	.sp-menu .blog-cat-list li a{
		display:block;
		width:100%;
		border-radius:0.8vw;
		background:#be1a20;
		line-height:7.8vw;
		padding:0 2.8vw;
	}
	.sp-menu .blog-cat-list li a:hover{
		text-decoration:none;
		opacity:0.7;
		filter:alpha(opacity=70);
	}

/* *************contents************** */
	.main-contents.f-left{
		float:none;
		width:100%;
		padding:0;
		background:none;
	}
	.sidebar.f-right{
		float:none;
		width:100%;
		background:#fff;
	}
	 #contents{
		background:#dfdedc;
		padding-top:3.125vw;
		padding-bottom:0;
	}

/* ************sidebar**************** */
	.sidebar .twitter-area h3{
		height:9.375vw;
		background:#be1a20;
		padding-top:1.8vw;
		margin-bottom:4.375vw;
	}
	.sidebar .twitter-area h3 img.sp{
		display:inline-block;
		height:5.3125vw;
		width:auto;
	}
	.sidebar .twitter-area{
		width:100%;
		margin-bottom:6.25vw;
	}
	.sidebar .time-line{
		padding-left:0;
		padding-right:0;
		margin:auto;
	}
	.sidebar .time-line img.sp{
		display:block;	
		width:100%;
	}

	.sidebar .special-contents, .sidebar .service{
		width:100%;
	}
	.sidebar .special-contents h3, .sidebar .service h3{
		margin-bottom:4.375vw;
		height:9.375vw;
		font-size:5.625vw;
		line-height:9.375vw;
	}
	.sidebar .special-contents ul, .sidebar .service ul{
		padding:0 15px 5vw;
    	width: 100%;
    	margin-bottom: 0;
	}
	.sidebar .special-contents ul a img, .sidebar .service ul a img{
		display:block;
		width:100%;
	}
	.sidebar .special-contents ul li,.sidebar .service ul li{
		margin-bottom:3.125vw;
	}
	.sidebar .special-contents ul li:last-child,.sidebar .service ul li:last-child{
		margin-bottom:0;
	}
	div.time-line iframe,div.time-line{
		height:110vw !important;
		width:100% !important;
	}

/* *************footer**************** */
	#copyrights{
		font-size:3.125vw;
		line-height:1.5;
		padding-bottom:0.8em;
	}
	footer a {
    	position: static;
    	right: auto;
    	line-height: 1.5;
		text-align:center;
		font-size:3.125vw;
		padding:0.8em 0;
		display:inline-block;
	}
	
	


/* *************index**************** */
	.main-contents .post.latest .left{
		float:none;
		width:100%;
		padding:0;
	}
	.thumb-outer{
		width:35vw;
		padding-left:15px;
		float:left;
	}
	.main-contents .post{
		padding:4.68vw 0;
		margin-bottom:3.125vw;
	}
	.main-contents section.post:nth-of-type(10){
		padding:4.68vw 0;
		margin-bottom:0;
	}
	.main-contents .post.latest .thumb{
		width:auto;
	}
	.main-contents .post .cat{
    	font-size: 3.125vw;
    	border-radius: 0.8vw;
    	line-height: 1.75;
    	padding: 0 2.5vw;
	}
	.main-contents .post h2{
		line-height:1;
		padding-top:1.4vw;
		padding-bottom:1.2vw;
	}
	.main-contents .post a.post-title{
		font-size:4.375vw;
		line-height:1.28;
	}
	.post-data{
		clear:both;
		width:100%;
		padding:0 15px 2.8vw;
	}
	.post-txt{
		float:right;
		width:58vw;
		padding-right:15px;
	}
	.main-contents .post .thumb img.sp{
		width:100%;
	}
	.main-contents .post .date{
		font-size:3.75vw;
		padding-right:3.75vw;
	}
	.main-contents .post .auther{
		font-size:3.75vw;
	}
	.main-contents .post.latest .right{
		width:100%;
		float:none;
		padding:0 15px;
	}
	.main-contents .post.latest .right p{
		font-size:4.375vw;
	}
	.main-contents .post .left{
		width: 35vw;
    	padding-left: 15px;
	}
	.main-contents .post .left img{
		width:100%;
		height: auto;
		display:block;
	}
	.main-contents .post .right{
		float: right;
    	width: 58vw;
   	 	padding-right: 15px;
	}
	.main-contents .post .right p.date{
		font-size: 3.75vw;
    	padding-right: 3.75vw;
		padding-top:2.5vw;
		padding-bottom:2.1vw;
	}
	.main-contents .pager{
		padding:5vw 15px 6vw;
	}
	.main-contents .pager li{
		margin:0 1.5vw;
	}
	.main-contents .pager li.prev{
		float:left;
		width:3.125vw;
		margin:0;
	}
	.main-contents .pager li.prev a,.main-contents .pager li.prev img,.main-contents .pager li.next a,.main-contents .pager li.next img{
		display:block;
		height:auto;
		width:100%;
		margin:0;
	}

	.main-contents .pager li.next{
		float:right;
		width:3.125vw;
		margin:0;
	}
	.main-contents .pager a.current,.main-contents .pager a{
		width:6.25vw;
		height:6.25vw;
		font-size:3.75vw;
		line-height:6.25vw;
	}
	.fa-user:before {
    	font-size: 3.75vw;
    	padding-right: 0.8vw;
	}
	.fa-twitter{
		margin-right:0;
	}
	.fa-twitter:before {
    	font-size:7vw;
		line-height:1;
		margin-right:0;
	}
	.main-contents .post .right p.cat{
		font-size:3.125vw;
		padding:0.9vw 2.1vw;
		line-height:1.1;
		border-radius:0.9vw;
	}
	.cat-post-data{
		margin-bottom:0;
	}

	/*20170517寺井追加*/
	.top-news-content{
		padding: 0 15px;
	}

/* *********************category*********************** */
	.cat-main-pic img{
		display: block;
		margin-bottom:3.4vw;
		padding:1.875vw 0;
		width:100%;
		height: auto;
	}
	.main-contents .cat-post.post .left{
		width:35vw;
		height:35vw;
		overflow:hidden;
		margin-right:0;
	}
	.main-contents .cat-post.post .left a{
		height: 35vw;
	}
	.main-contents .cat-post.post .left a img{
		width:100%;
		height:auto;
	}
	.main-contents .cat-post.post .right{
		width:58vw;
	}
	.main-contents .post .cat-post-title .post-title{
		font-size: 4.375vw;
    	line-height: 1.28;
	}
	.cat-post .post-data{
		padding:0;
	}


/* *******************article************************ */
	.main-contents .post.article-post .auther{
		clear:both;
		float:none;
		display:block;
	}
	.main-contents .post.article-post .cat-post-data{
		padding-top:6.25vw;
		padding-bottom:2.5vw;
	}
	.article-inner{
		padding:0 15px;
	}
	.main-contents .post .article-inner h2{
		font-size:6.25vw;
		line-height:1.5;
	}
	.article-post-txt h3{
		font-size:4.375vw;
	}
	.article-post-txt p{
		font-size:4.375vw;
		line-height: 1.5;
    	padding-bottom: 6.25vw;		
	}
	.article-post-txt img{
		padding-bottom:5vw;
	}
	/***** 20170817 投稿ページ分割用修正 *****/
	.article-post-txt .pager-split{
		padding:5vw 15px 6vw;
	}
	.article-post-txt .pager-split li{
		margin:0 1.5vw;
		width:6.25vw;
		height:6.25vw;
		font-size:3.75vw;
		line-height:6.25vw;
	}
	.article-post-txt .pager-split a{
		width:6.25vw;
		height:6.25vw;
		font-size:3.75vw;
		line-height:6.25vw;
	}
	.article-page-navi{
		padding:4.375vw 15px 9.375vw;
		border-top:1px solid #dfdedb;
	}
	.article-page-navi a{
		font-size:3.75vw;
	}
	.article-page-navi .f-left a:before{
		display:inline-block;
		height:3.9vw;
		margin-right:3.4vw;	
		width:2.343vw;
	}
	.article-page-navi .f-right a:after{
		display:inline-block;
		height:3.9vw;	
		margin-left:3.4vw;
		width:2.343vw;
	}
	.archives-recent{
		float:none !important;
		width:100%;
		padding-bottom:9.375vw;
	}
	.archives-cat{
		float:none !important;	
		width:100%;
	}
	.article-archives h3{
		font-size:4.375vw;
		padding-bottom:3.125vw;
	}
	.article-archives h3{
		font-size:4.375vw;
		padding-bottom:3.125vw;
	}	
	.article-archives li a{
		font-size:4.375vw;	
		line-height:1.42;

	}
	.article-archives li{
		padding-bottom:2.5vw;
		margin-bottom:1.25vw;	
	}
	.article-archives .archives-cat li{
		margin-bottom:0;
	}
	.latest .sns-list{
		clear: both;
	}
	.latest .fa-facebook-square:before,
	.article-inner .fa-facebook-square:before{
		font-size:6.25vw;
	}
	.latest .fa-twitter-square:before,
	.article-inner .fa-twitter-square:before{
		font-size:6.25vw;
	}
	.latest .sns-list li,
	.article-inner .sns-list li{
		margin-left:3.125vw;
	}
	.latest .sns-list,
	.article-inner .sns-list{
		padding-bottom:2vw;
	}
	.latest .sns-list,
	.article-inner .sns-list{
		border-bottom:none;
	}
	.latest .fa-folder:before,.article-archives .fa-file-text:before,
	.article-archives .fa-folder:before,.article-archives .fa-file-text:before{
		font-size:4.75vw;
		padding-right:0.8vw;
	}


/* *****************about***************** */
	.main-contents .post h2.about-page-title{
		font-size:6.25vw;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:2.5vw;
		padding-top:0;
		margin-bottom:6.25vw;
	}
	.about-comment-area h3{
		font-size:4.375vw;
		padding-bottom:3.75vw;
	}
	.about-comment-area{
		padding:6.25vw 3.125vw;
		margin:0 15px 7.8vw;
	}
	.comment-txt{
		font-size:4.375vw;
		padding-bottom:5.625vw;
	}
	.about-comment-area .signature span{
		font-size:3.125vw;
	}
	.about-comment-area .signature{
		font-size:4.375vw;
	}
	.txt-detail h3{
		font-size:4.375vw;
		line-height:1.428;
	}
	.about-detail-area{
		padding:0 15px;
	}
	.txt-detail{
		width:100%;
		float:none !important;
		padding-bottom:10vw;
	}
	.txt-detail p{
		font-size:4.375vw;
		line-height:1.428;
		padding-bottom:3.125vw;
	}
	.about-detail-area li{
		padding-bottom:2vw;
	}
	.about-detail-area li a{
		font-size:4.375vw;
	}
	.cover{
		width:100%;
		float:none !important;
	}
	.about-outline{
		margin-top:10vw;
		padding:0 15px 5vw;
	}
	.about-outline .outline{
		float:none !important;
		width:100%;
		margin-bottom:3.125vw;
	}
	.about-outline .outline.f-right{
		margin-bottom:0;
	}
	
/* *****************広告バナー***************** */
	.box-fixed{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		transition: 1s;
	}
	.page-top{
		position: absolute;
		width:12.5vw;
		right:15px;
		top: -15vw;
	}
	.page-top-position{
		bottom: 3vw;
		transition: 1s;
	}
	
	.banner-widget{
		padding: 1vw;
		background: #ccc;
		transition: 1s;
	}
	.banner-widget:before{
		content: "";
		display: block;
		position: absolute;
		top: -7vw;
		left: 0;
		right: 0;
		margin: auto;
		width: 20vw;
		height: 20vw;
		background: #ccc;
		border-radius: 10vw 10vw 0 0;
		z-index: 1;
		cursor: pointer;

	}
	.banner-widget img{
		position: relative;
		height: auto;
		vertical-align: bottom;
		z-index: 100;
	}

	/* ************20170228寺井修正**************** */
	.mawarikomi{
		margin-right: 0;
		margin-bottom: 0;
	}

	/* ************20190108寺井追加　（用語集）**************** */
	.dictionary .dictionary_post_title{
		padding: 0;
		margin: 0 15px;
		font-size: 4.375vw;
	}
	.dictionary_sidebar .about-comment-area{
		background: #fff;
		padding: 3.125vw 0;
	}
	.dictionary .dictionary_dl{
		/*border-bottom: 1px solid #dfdfdc;*/
		padding: 3.125vw 0;
	}
	.dictionary .dictionary_dl .dictionary_dt{
		padding: 3.5vw;
		font-size: 3.75vw;
		margin-bottom: 2vw;
	}
	.dictionary .dictionary_dl .dictionary_dd{
		padding: 0 3.5vw;
		font-size: 3.75vw;
	}
	.dictionary_sidebar{
		background: rgba(0,0,0,.75);
		overflow: hidden;
		margin-bottom: 24px;
		/*border-left: 1px solid #ccc;*/
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: calc(100vh);
		z-index: 9999;
		padding: 4.5vw;
		display: none;
	}
	.dictionary_sidebar_inner{
		width: 100%;
		box-sizing: border-box;
		padding: 7.5vw 5vw;
		background: #fff;
		overflow: auto;
		height: 100%;
		box-shadow: 0 0 4px #000;
		border: 1px solid #000;
		position: relative;
	}
	.dictionary_sidebar_inner table{
		width: 100%;
		border: 1px solid #ccc;
		border-collapse: collapse;
	}
	.dictionary_sidebar td{
		width: 20%;
		text-align: center;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		/*margin-top: -1px;*/
		font-size: 3.75vw;
		padding: 1.5vw 0;
		margin-left: -1px;
	}
	.dictionary_sidebar td.f_white{
		color: #f4f4f4;
    		background: #f4f4f4;
	}
	.dictionary_sidebar li.w40{
		width: calc(40% + 1px);
	}
	.dictionary_sidebar h3{
		margin-bottom: 3.5vw;
		font-size: 5vw;
	}
	.dictionary_list_btn{
		color: #fff;
		background: #be1a20;
		margin: 0 calc(15px + 3.125vw);
		box-sizing: border-box;
		padding: 3.75vw 0;
		text-align: center;
		line-height: 1;
		font-size: 3.75vw;
		margin-bottom: 5vw;
	}
	.dictionary_close_btn{
		font-size: 5vw;
		font-weight: bold;
		color: #fff;
		background: #be1a20;
		width: 10vw;
		height: 10vw;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		right: 0;
		top: 0;
	}
}

.color_blue{
	color: #0048ff;
}