@charset "utf-8";


/*
*Theme Name: Tsuhannews PC Theme
*Description: This is our original theme.
*Version:1.0
**/




/*リセットCSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
	color:#333;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;

}

body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	box-sizing: border-box;
}

/*インナー*/

.inner {
	width: 1080px;
	margin:0 auto;
}

/*ラッパー*/
#wrapper{
	background-color: #f5f5f5;
	height:auto;
}

.wraptop {
	padding-top:48px;
}

/* カテゴリー色分け */


.company {
	background-color:#e62c35;
}

.mall {
	background-color:#50b44d;
}

.support {
	background-color:#f49a25;
}

.column {
	background-color:#8834e1;
}

.administration {
	background-color:#2b0fda;
}

.investigation {
	background-color:#d251a7;
}

.marketing {
	background-color:#37b29e;
}

.troubles {
	background-color:#434343;
}

.others {
	background-color:#b7b7b7;
}

.news {
	background-color:#0c5798;
}

.interview {
	background-color:#398dca;
}

.pickup {
	background-color:#debb3a;
}

/* ランキング色分け */


.rankingNo {
	width:20px;
	height:20px;
	position:absolute;
	top:30px;
	left:8px;
	color:#FFF;
}

.rankingNoBox {
	position:relative;
}
.sideBannerdesc a img:hover {
    opacity: .6;
}

.sideRanking li:nth-child(1) .rankingNo {
	background-color:#e6bc2a;
}

.sideRanking li:nth-child(1) .rankingNo::before {
	content:'1';
	padding-left:5px;
}

.sideRanking li:nth-child(2) .rankingNo{
	background-color:#b5b5b5;
}

.sideRanking li:nth-child(2) .rankingNo::before {
	content:'2';
	padding-left:5px;
}

.sideRanking li:nth-child(3) .rankingNo {
	background-color:#b1520c;
}

.sideRanking li:nth-child(3) .rankingNo::before {
	content:'3';
	padding-left:5px;
}

.sideRanking li:nth-child(4) .rankingNo {
	background-color:#378fe0;
}

.sideRanking li:nth-child(4) .rankingNo::before {
	content:'4';
	padding-left:5px;
}

.sideRanking li:nth-child(5) .rankingNo {
	background-color:#0d185b;
}

.sideRanking li:nth-child(5) .rankingNo::before {
	content:'5';
	padding-left:5px;
}

.sideRanking li:nth-child(6) .rankingNo {
	background-color:#e8e5bc;
}

.sideRanking li:nth-child(6) .rankingNo::before {
	content:'6';
	padding-left:5px;
	color:#5d6798;
}

.sideRanking li:nth-child(7) .rankingNo {
	background-color:#e8e5bc;
}

.sideRanking li:nth-child(7) .rankingNo::before {
	content:'7';
	padding-left:5px;
	color:#5d6798;
}

.sideRanking li:nth-child(8) .rankingNo {
	background-color:#e8e5bc;
}

.sideRanking li:nth-child(8) .rankingNo::before {
	content:'8';
	padding-left:5px;
	color:#5d6798;
}

.sideRanking li:nth-child(9) .rankingNo {
	background-color:#e8e5bc;
}

.sideRanking li:nth-child(9) .rankingNo::before {
	content:'9';
	padding-left:5px;
	color:#5d6798;
}

.sideRanking li:nth-child(10) .rankingNo {
	background-color:#e8e5bc;
}

.sideRanking li:nth-child(10) .rankingNo::before {
	content:'10';
	padding-left:1px;
	font-size:12px;
	color:#5d6798;
}

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

.pagination {
	text-align:center;
}

.pagination a.page-numbers,
.pagination .current {
	display:inline-block;
	width:50px;
	height:50px;
	border:1px solid #ddd;;
	text-align:center;
	padding-top:13px;
	box-sizing:border-box;
	margin:5px;
}

.pagination a.page-numbers {
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	background-color:#FFF;
}

.pagination a.page-numbers:hover {
	background-color:#9cabc7;
	color:#FFF;
	border:1px solid #9cabc7;

}

.pagination .current {
	background-color:#365899;
	color:#FFF;
}

.pagination a.next,
.pagination a.prev {
	width:80px;
}

.pagination .dots {
	margin:0 10px;
}


/* パンくず
--------------------*/
.bread_crumb {
	width: 1080px;
	font-size: 13px;
	min-width: 1080px;
	margin:0 auto 20px;
}

	.bread_crumb li,
	.bread_crumb li a {
		color: #808080;
		font-weight: 300;
	}

	.bread_crumb li {
		display: inline;
		line-height: 20px;
		letter-spacing: 2px;
	}

	.bread_crumb li a {
		padding-right: 10px;
		color: #005db9;
		font-weight: 400;
	}

	.bread_crumb li a:after {
		content: ">";
		color: #555;
		padding-left: 10px;
	}



/* ヘッダー */

.fixedHeader {
	height:148px;
	background-color:#FFF;
	transition:0.5s;
	float: left;
	width: 100%;
	margin-bottom:30px;
	z-index:9999999999;
}
.fixedHeaderTop {
	overflow: hidden;
}

.topTxtBanner {
	float: right;
	margin-right: 0;
}


.topTxtBanner a img {
    width: 700px;
    height: 65px;
}
.topTxtBanner a:hover {
    opacity: .8;
}
.topTxtBanner h4 {
    font-size: 18px;
    line-height: 45px;
    font-weight: 600;
    color: #4293e4;
    text-decoration: underline;
}
.topTxtBanner h4:hover{
	opacity: .8;
}
.headerLogo {
	text-align: left;
	padding: 15px 0;
	transition: 0.3s;
}

h1.headerLogo {
	border:none;
}

h1.headerLogo::after {
	height:0px;
	width:0px;
	margin:0;
	padding:0;
}

.headerLogo:hover{
	opacity: 0.7;
}

.headerSubNav {
	height:50px;
}

.headSubNav {
	line-height:50px;
}

.headSubNav li a {
	line-height:40px;
	padding:5px 20px;
	border-right:1px solid #b1b1b1;
	transition:0.3s;
}

.headSubNav li a:hover {
	color:#6b85b9;
}

.headSubNav li a:last-child {
	border-right:none;
}
.headSns li {
	float:left;
	padding:0 10px;
}

.headSns li a{
	transition:0.3s;
}

.headSns li a:hover{
	opacity:0.7;
}

.headMail li a{
	border-right:1px solid #b1b1b1;
	padding-right:20px;
	display:block;
}

.headerMainNav {
	background-color:#101452;
}

.headerMainNav li a{
	float:left;
	padding:10px 0px;
	width:135px;
	color:#FFF;
	border-right:1px solid rgba(255, 255, 255, 0.66);
	text-align:center;
	box-sizing:border-box;
	display: block;
	transition:0.4s;
}

.headerMainNav li a:hover{
	background-color:#6b85b9;
}

.headerMainNav li:first-child a {
	border-left:1px solid #fff;
}


/*固定ヘッダー*/


.dummyHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	display: block;
	z-index: 99999;
}

.dummyHeader .headerLogo {
	width:200px;
	float:left;
}

.dummyHeader .headSubNav {
	float: left;
	margin-top:5px;
}

.dummyHeader .fixedHeaderTop {
	height:63px;
}

.dummyHeader {
	height:100px;
	display:none;
}

.dummyHeader .headSns {
	margin-top:10px;
}


/*メイン*/

.content {
	height: auto;
	padding-bottom:40px;
}

.main {
	width:760px;
	height:auto;
}

.h2Title,
 h1,
 .widgettitle{
	position: relative;
	border-bottom: 3px solid #ccc;
	color:#555;
	font-size:20px;
	line-height:35px;
	padding-top: 20px;
}

h1::after,
.h2Title::after,
.widgettitle::after{
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #3498db;
}


/* トップ記事 */


.topNews:first-child {
	margin-bottom:20px;
}

.topArticleBox {
	background-color:#FFF;
	height:auto;
	margin-top:20px;
	border:1px solid #DDD;
}

.topArticleBox ul {
	padding:20px 20px 20px;
}

.topFirstArticle {
	padding-bottom:15px;
}

.topOtherArticle li{
	width:340px;
	padding:10px 0;
	border-bottom:1px dashed #949494;
	float:left;
}

.topOtherArticle li:nth-child(2n) {
	margin-left:40px;
}

.relatedBox .topOtherArticle:nth-child(2n) li{
	margin-left:40px;
}

.relatedBox .topOtherArticle:last-child li,
.relatedBox .topOtherArticle:nth-last-child(2):nth-child(odd) li{
	border:none;
}

.relatedBox img {
	width:150px;
	height:100px;
}

.archivePage .topOtherArticle:nth-child(2n) li {
	margin-left:20px;
}

.archivePage .topOtherArticle:nth-child(2n+1) li {
	margin-left:10px;
}

.topNews .topOtherArticle:nth-child(2n) li {
	margin-left:20px;
}

.topNews .topOtherArticle:nth-child(2n+1) li {
	margin-left:10px;
}

.topNews .topOtherArticle:nth-last-child(2) li,
.topNews .topOtherArticle:last-child li {
	border:none;
}

.archivePage .topOtherArticle:last-child li,
.archivePage .topOtherArticle:nth-last-child(2):nth-child(odd) li {
	border:none;
}


.topFirstArticle .topArticleTxt{
	width:440px;
}

.topArticleTxt {
	line-height:1.7;
	font-size:16px;
}

.topPrBox .topArticleThum {
	width:300px;
	height:200px;
	background-color:#efefef;
	border:1px solid #e0e0e0;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}

.topPrBox .topArticleThum img {
	position:absolute;
	top:50%;
	position: relative;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}

.topFirstArticle .topArticleThum {
	width:240px;
	height:160px;
	background-color:#efefef;
	border:1px solid #e0e0e0;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}

.topFirstArticle .topArticleThum img {
	position:absolute;
	top:50%;
	position: relative;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}

.topOtherArticle .topArticleThum {
	width:150px;
	height:100px;
	margin-top:10px;
	background-color:#efefef;
	border:1px solid #e0e0e0;
	box-sizing:border-box;
	text-align:center;
	position:relative;
}

.topOtherArticle .topArticleThum img {
	position:absolute;
	top:50%;
	position: relative;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}


.topArticleCat{
	font-size:12px;
	width:100px;
	padding:2px 5px;
	color:#FFF;
	text-align:center;
}

.articleDate {
	font-size:12px;
	color:#333;
	padding-right:20px;
}

.topFirstArticle .articleDate {
	font-size:16px;
	color:#333;
	font-weight:bold;
}

.topFirstArticle .topArticleTtl {
	font-size:24px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
	color:#101452;
}

.topFirstArticle a {
	transition:0.3s;
}

.topFirstArticle a:hover {
	color:#5590c3;
}

.topOtherArticle a {
	transition:0.3s;
}

.topOtherArticle a:hover {
	color:#5590c3;
}

.topOtherArticle .topArticleTtl {
	width:175px;
	margin-top:10px;
	font-size:15px;
	font-weight:bold;
	color:#101452;
	word-wrap: break-word;
}



/* 一覧を見るボタン */

.toSeeArchive a {
	display:block;
	background-color:#101452;
	line-height:40px;
	margin-top:20px;
	color:#FFF;
	text-align:center;
	position:relative;
	transition:0.3s;
}

.topNews .toSeeArchive a {
	margin-top:0px;
}

.toSeeArchive a:hover {
	background-color:#6b85b9;
}

.toSeeArchive a i {
	position:absolute;
	right:10px;
	top:12px;
}


/* トップPR */

.topBook {
	margin-top:40px;
}

.topPrBox {
	background-color:#FFF;
	margin-top:20px;
	padding:30px 0 0;
}

.topPrBox li a img {
	/* height:200px; */
	/* width:300px; */
}

.topPrBox .topArticleTtl {
	width:300px;
	margin:10px auto 0;
	font-weight:bold;
	font-size:15px;
}

/* トップセミナー*/

.topSeminar {
	margin-top:40px;
}

.topSeminarBox {
	background-color:#FFF;
	margin-top:20px;
}

.topSeminarBox ul {
	padding:20px 20px 0 20px;
}

.topSeminarBox li a {
	display:block;
	padding:20px 0;
	border-bottom:1px dashed #969696;
	display:block;
	transition:0.3s;
}

.topSeminarBox li a:hover {
	color:#5590c3;
}

.topSeminarBox li:last-child a {
	border:none;
}

.topSeminarDate {
	float:left;
}

.topSeminarTtl {
	float:right;
	width:600px;
}

/*インタビュー*/

/*サイドバー*/

.sidebar {
	width:280px;
	height:auto;
}


/* --- 検索窓 --- */

.sideSearch {
	margin-bottom:40px;
	position:relative;
	padding-top: 20px;
}


.search {
	padding: 1px 10px;/* ボックスのパディング（上下、左右） */
	background-color: #ffffff;
	border-radius:5px;
	height:35px;
	box-shadow:1px 2px 6px 1px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:1px 2px 6px 1px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow:1px 2px 6px 1px rgba(0,0,0,0.2) inset;
	border:none;
	font-size:16px;
	width:280px;
	box-sizing:border-box;
}

.search:focus {
	outline: 0;
}


.sideSearch .button {
	border:none;
	background-color:transparent;
	position:absolute;
	outline: 0;
	cursor:pointer;
	font-size:20px;
	color:#101452;
	height:35px;
	top:20px;
	right:10px

}


/*注目キーワード*/

.sideKeywords {
	margin-top:20px;
}

.keywordsBox {
	margin-top:20px;
}

.widgettitle {
	margin-bottom:20px;
}

.tagcloud a {
	border:1px solid #b9b9b9;
	padding:2px 8px;
	font-size:12px!important;
	border-radius:3px;
	transition:0.2s;
	display:inline-block;
	margin:0px 3px 6px;
}

.tagcloud a:hover {
	background-color:#FFF;
}

.keywordsBox li {
	display:inline-block;
	margin:4px
}

/*サイドバナー１*/
.sideBanner1 {
	margin-top:40px;
	transition:0.3s;
	display:none;
}

.sideBanner1:hover {
	opacity:0.7;
}


/* ランキング */

.sideRanking {
	margin-top:30px;
}


.wpp-list {
	background-color:#FFF;
}

.sideRanking h2 p {
	float:left;
}

.sideRanking a.tabday,
.sideRanking a.tabmonth {
	float:left;
	 border-radius:20px;
	 padding:0 10px;
	 font-size:16px;

}
.sideRanking a.tabday {
	margin-left:90px;
	background-color:#101452;
	color:#FFF;
}

.sideRanking a.tabday:focus {
	background-color:#FFF;
	box-shadow:2px 2px 6px 2px rgba(0,0,0,0.3) inset;
	-moz-box-shadow:1px 2px 6px 2px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:1px 2px 6px 1px rgba(0,0,0,0.3) inset;
	color:#000;
}

.sideRanking a.tabmonth {
	background-color:#101452;
	color:#FFF;
	margin-left:10px;
}

.sideRanking a.tabmonth:focus {
	background-color:#FFF;
	box-shadow:2px 2px 6px 2px rgba(0,0,0,0.3) inset;
	-moz-box-shadow:1px 2px 6px 2px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:1px 2px 6px 1px rgba(0,0,0,0.3) inset;
	color:#000;
}

.rankingDay,
.rankingMonth {
	background-color:#FFF;
	padding:0 10px;
	margin-top:20px;
}

.rankingDay li a,
.rankingMonth li a {
	display:block;
	padding:10px 0;
	border-bottom:1px dashed #b9b9b9;
}

.rankingDay li:last-child a,
.rankingMonth li:last-child a {
	border:none;
}

.rankingDay .rankingNo,
.rankingMonth .rankingNo {
	width:20px;
	margin-right:10px;
	color:#FFF;
	text-align:center;
	height:60px;
}

.rankingDay .rankingNo p,
.rankingMonth .rankingNo p {
	height:20px;
	margin-top:20px;
}

.rankingDay .rankingTtl,
.rankingMonth .rankingTtl {
	width:260px;
}

.sideRanking .articleDate {
	padding:10px 0 0 12px;
	color:#484848;
}

.wpp-list li a {
	display:block;
	padding:0 10px 10px 10px;
	height:45px;
	width:230px;
	float:right;
}

.wpp-list li {
	border-bottom:1px dashed #b9b9b9;
	position:relative;
}


.wpp-list li:first-child {
	margin-top:20px;
}

.wpp-list li:last-child{
	border:none;
}



/*ピックアップ*/

.sidePickup {
	margin-top:30px;
	position:relative;
}

.sidePickup .pickupArchive a{
	display:block;
	position:absolute;
	top:7px;
	right:10px;
	color:#3f85c1;
	transition:0.2s;
}

.sidePickup .pickupArchive a:hover {
	color:#62a4de;
}

.sidePickup .pickupArchive i {
	padding-right:5px;
}

.pickupBox {
	margin-top:20px;
	background-color: #FFF;
	padding:0 10px;
	margin-bottom:40px;
}

.pickupBox li a {
	display: block;
	padding:10px 0;
	border-bottom:1px dashed #b9b9b9;
}

.pickupBox li:last-child a {
	border:none;
}

.pickupBox img {
	vertical-align:middle;
	width:100px!important;
}

.pickupBox .topArticleTtl {
	width:150px;
	transition:0.3s;
	font-weight:bold;
}

.pickupBox .topArticleTtl:hover {
	color:#5590c3;
}

.sideBanner2 {
	transition:0.3s;
}

.sideBanner2:hover {
	opacity:0.7;
}

.sideBanner3 {
	transition:0.3s;
	margin-bottom:30px;
}

.sideBanner3:hover {
	opacity:0.7;
}

/* SNS */

.sideSns {
	margin-top:20px;
	margin-bottom:30px;
}

.sideSns img {
	margin-bottom:5px;
	transition:0.3s;
}

.sideSns img:hover {
	opacity:0.8;
}


/* フッター */
footer {
	background-color:#FFF;
	clear:both;
}

/*アーカイブ*/

.footerLogo {
	text-align:center;
	padding-top:20px;
	transition:0.3s;
}

.footerLogo:hover {
	opacity:0.8;
}


.footerArchiveMenu h4 {
	font-size:15px;
	border-bottom:1px solid #e0e0e0;
	line-height:35px;
	cursor:pointer;
}

.footerArchiveMenu h4:hover {
	color:#368ad4;
}

.footerArchiveMenu ul:nth-child(1) {
	display:block;
}


.footerArchiveMenu h4.active:before {
	font-family:FontAwesome;
    content: '\f078';
    padding-right:10px;
    color:#3a88cc;
}

.footerArchiveMenu h4:before {
	font-family:FontAwesome;
    content: '\f054';
    padding-right:10px;
    color:#3a88cc;
}

.footerArchiveMenu li {
	line-height:40px;
}

.footerArchiveMenu ul li a {
	float:left;
	width:150px;
	margin-right:23px;
	border-bottom:1px dashed #ababab;
	color:#5590c3;
	transition:0.3s;
	font-size:14px;
}

.footerArchiveMenu ul li a:before {
	font-family:'FontAwesome';
	content:'\f138';
	color:#b3b3b3;
	font-size:18px;
	padding-right:10px;
}


.footerArchiveMenu ul li a:hover {
	color:#1f3b77;
}

.footerArchiveMenu ul {
	margin:0 20px;
	*zoom: 1;
	display:none;
}


.footerArchiveMenu ul:before,
.footerArchiveMenu ul:after {
    content: " ";
    display: table;
}

.footerArchiveMenu ul:after {
    clear: both;
}


.footerArchiveMenu ul li a i {
	color:#ababab;
	font-size:16px;
	padding-right:15px;
	line-height:30px;
}

.child {
	display: none;
}

.displayBlock {
	display: block;
}

.footerMenu {
	margin-top:20px;
	padding-bottom:20px;
}

.footerMenu ul {
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}
.footerMenu ul li+li {
    border-left: solid 1px #999;
    padding-left: 2.1rem;
}
.footerMenu li a {
	display:block;
	transition:0.3s;
}

.footerMenu li a:hover {
	color:#5590c3;
}

.footerMenu li:last-child a {
	border:none;
}

.footerBanner a {
	display:block;
	float:left;
	margin-right:45px;
	margin-bottom:40px;
	transition:0.3s;
}

.footerBanner a:hover {
	opacity:0.7;
}

.footerBanner a:last-child {
	margin-right:0px;
}

.copyRight {
	text-align:center;
	background-color:#2c7ad8;
	color:#FFF;
}

/*ページトップへ戻る*/

.page-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
}
.page-top a {
    text-decoration: none;
    color: rgba(44, 122, 216, 0.72);
    display: block;
    border-radius: 5px;
    font-size:70px;
    transition:0.2s;

}
.page-top a:hover {
	color: rgb(44, 122, 216);
}

/*固定ページ*/

.pageMainBox {
	width:760px;
	padding:40px 20px;
	height: auto;
	background-color: #FFF;
	box-sizing: border-box;
	margin-top:20px;
}

/*投稿ページ*/

.single,
.archivePage  {
	width:760px;
	padding:40px 50px;
	height:auto;
	background-color: #FFF;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.snsButtom li{
	float:right;
	padding-left:20px;
}

.pocket-btn {
	width: 80px;
	margin-bottom:20px;
}

#___plusone_0 {
	width: 50px !important;
}

.social-area-syncer {
	width: 100%;
	min-height: 100px;
	padding: 1.5em 0;
}



ul.social-button-syncer {
	width: 600px;
	margin: 24px 0 0 90px;
	padding: 0;
	border: none;
	list-style-type: none;
}





ul.social-button-syncer li{
	float: left ;
	text-align: center;
	height: 71px;
	margin: 0 8px;
	padding:0;
}


/* [Twitter] */
.sc-tw {
		width: 71px;
	}

	.sc-tw i {
		font-size: 30px;
		color: #1895ce;
		padding-bottom: 5px;
	}

	.sc-tw a {
		width: 70px;
		height: 56px;
		margin: 0 auto;
		padding-top: 6px;
		display: block;
		background: -moz-linear-gradient(top, #fefeff, #dddddd);
		background: -webkit-gradient(linear, left top, left bottom, from(#fefeff), to(#dddddd));
		border: 1px solid #cfcfcf;
		font-size: 12px;
		color: #555;
		text-decoration: none;
		letter-spacing: .5px;
		border-radius: 2px;
		text-align: center;
		border-radius: 5px;
	}

	.sc-tw span:before {
		white-space: pre;
		content: '\A';
	}

/* [Facebook] */
.sc-fb {
	z-index: 99;
	width: 69px;
}

/* [LINE] */
.sc-li {
	width: 50px;
}

.sc-li-img {
	border: none;
	margin: 0 auto;
	padding:0;
	width: 36px;
	height: 60px;
}

.social-area-syncer li {
	float:left;
}

.sc-fb a {
	display: block;
	width: 70px;
	height: 56px;
	padding-top: 8px;
	background-color: #3B55A5;
	background-image: -webkit-linear-gradient(bottom, #3B55A3 0%, #6688e6 100%);
	background-image: linear-gradient(to top, #3B55A3 0%, #6688e6 100%);
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	border-radius: 5px;
	font-weight: 300;
	font-size: 12px;
}

.sc-fb i {
	font-size: 30px;
	padding-bottom: 5px;
}

.sc-fb {
	z-index: 99;
	width: 69px;
}


.single .eyecatch {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.single .eyecatch img {
	width:660px;
	height:440px;
	display:none;
}

.singleDate {
	float:left;
	font-size: 12px;
}

.singleCategory a{
	float: right;
	font-size: 12px;
	line-height:21px;
	padding: 0 20px;
	color:#FFFFFF;
	text-decoration:none;

}


.single h1 {
	font-size: 18pt;
	color: #333333;
	clear:both;
	line-height:1.7;
	margin-bottom: 10px;
	padding-top: 30px;
	font-weight:bold;
	border:none;
}

.single h1:after {
	height:0;
}

.singleTags {
	margin-bottom:20px;
}

.singleTags a {
	border:1px solid #b9b9b9;
	padding:1px 8px;
	font-size:12px;
	border-radius:3px;
	transition:0.2s;
	display:inline-block;
	margin:0px 2px 6px;
}

.singleTags a:hover {
	background-color:#dde2ef;
}

.singleHead {
	margin-bottom: 20px;
	margin-top: 0px;
}


.blogContents {
	font-size: 14px;
	line-height:2;
}


.single.blogContents p{
	font-size: 14px;
	letter-spacing:1px;
	line-height:26px;
}

.single .blogContents h2{
    font-size: 14pt;
    line-height:28px;
    padding: 9px 0px 9px 9px;
    margin:40px 0;
    border-left: 10px solid #101452;
    border-bottom: 1px solid #101452;
    color:#101452;
    letter-spacing:2px;
    font-weight:bold;
    clear:both;
}

.single .blogContents h2::after {
	height:0;
}

.blogContents h3 {
	font-size:18px;
	line-height:28px;
	padding: 9px 0px 9px 9px;;
	margin:40px 0;
	border-bottom: 1px solid #101452;
	color:#101452;
	letter-spacing:2px;
	font-weight:bold;
}

.blogContents h4 {
	font-size:16px;
	line-height:26px;
	margin:40px 0;
	color:#101452;
	letter-spacing:1px;
	font-weight:bold;
}

.blogContents ul {
    list-style-type:disc;
    list-style-position:inside;
    font-size:14px;
    line-height:1.7;
}
.blogContents li ul {
    list-style-type:circle;
    list-style-position:inside;
    margin-left:30px;
    font-size:14px;
    line-height:26px;

}

.blogContents ol {
	list-style-type:decimal;
	list-style-position:inside;
	font-size:14px;
  line-height:1.7;
}

.blogContents li ol {
    list-style-type:decimal;
    list-style-position:inside;
    margin-left:30px;
}


.blogContents table {
	margin: 20px 0px;
}

.blogContents th,
.blogContents td {
	border: 1px solid;
	vertical-align: middle;
	padding: 5px 10px;
	font-weight: 300;
	color: #101452;

}

.blogContents p a {
	color:#155899;
}

.blogContents .alignleft {
	float:left;
	padding:5px 15px 0 0;
}



.blogContents .aligncenter {
	clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blogContents .alignright {
	float:right;
		padding:5px 0 0 15px ;
}

.blogContents blockquote {
	background-color:#f2f2f2;
	padding: 40px 90px 25px 100px;
	position:relative;
	border: 1px solid #acacab;
	font-size: 14px;
	line-height: 24px;
	letter-spacing:2px;
}

.blogContents blockquote:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 40px;
	position:absolute;
	left:25px;
	top:25px;
}

.singleBook .blogContents h2{
	font-size:20px;
	line-height:28px;
	padding: 9px 0px 9px 9px;;
	margin:40px 0;
	color:#101452;
	letter-spacing:2px;
	font-weight:bold;
	background-color:#f5f5f5;
	border-bottom:none;
}


/* アーカイブページ・関連記事 */

.archivePage li{
	list-style-type:none;
}

.archivePage,
.relatedBox,
.relatedBookBox,
.relatedSeminarBox {
	width:760px;
	height:auto;
	background-color: #FFF;
	box-sizing: border-box;
	margin-top: 20px;
}

.archivePage {
	margin-bottom: 30px;
	padding:40px 20px;
}

.relatedBox,
.relatedBookBox,
.relatedSeminarBox {
	padding:20px 20px;
}
.singleRelation .toSeeArchive a {
	margin-top:0;
}



/* 通販系書籍 */

.bookImg img {
	padding-left:20px;
}

.bookInfo {
	width:350px;
}


.bookInfo li {
	font-size:15px;
	line-height:1.8;
}

.bookInfo li:before {
	content:'■';
	padding-right:3px;
}

.bookBuyButton a{
	display:block;
	background-color:#53cc07;
	width:200px;
	text-align:center;
	padding:7px 0;
	border-radius:4px;
	margin-top:40px;
	box-shadow:0px -8px 20px rgba(0,0,0,0.5) inset;
	color:#FFF;
	transition:0.1s;
	font-size:18px;
}

.bookBuyButton a:before {
	content:'▶';
	font-size:16px;
	padding-right:5px;
}

.bookBuyButton a:hover {
	opacity:0.8;
}

.bookCustom {
	margin-bottom:40px;
}

.relatedBookBox li a,
.bookArchive li a{
	display:block;
	margin-bottom:20px;
	border-bottom:1px dashed #c3c3c3;
	padding-bottom:10px;
}

.relatedBookBox li:last-child a,
.bookArchive:last-child li a{
	border:none;
	margin-bottom:0;
}


.archiveBookInfo {
	width:600px;
}

.archiveBookThum {
	width:100px;
	text-align:center;
}
.archiveBookThum img {
    max-width: 76px;
    height: auto;
}

.archiveBookTtl {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

/* セミナーページ */

.singleSeminar {
	line-height:2;
}

.singleSeminar h2{
	font-size:20px;
	line-height:60px;
	background-color:#f7f7f7;
	letter-spacing:2px;
	font-weight:bold;
	border-left:10px solid #101452;
	padding-left:10px;
	margin:40px 0;
	border-bottom:none;
}

.singleSeminar h2::after {
	height:0;
}
.seminarInfo table {
	width:660px;
}

.seminarInfo tr{
	line-height:60px;
	border-bottom:1px dashed #c3c3c3;
	width:width:680px;
}

.seminarInfo tr:last-child {
	border:none;
}

.seminarInfo tr td:first-child{
	font-weight:bold;
	width:200px;
}

.seminarInfo tr td:nth-child(2){
	line-height:1.8;
	padding-bottom:15px;
}

.singleSeminar h3{
	font-size:18px;
	line-height:40px;
	letter-spacing:2px;
	font-weight:bold;
	border-top:1px solid #101452;
	border-bottom:1px solid #101452;
	padding-left:10px;
	margin:40px 0;
}

.singleSeminar .abotApplication h4 {
	margin:30px 0;
	font-size:18px;
	font-weight:bold;
}

.singleSeminar .abotApplication a {
	color:#4784b9;
	text-decoration:underline;
}

.seminarContent .alignleft {
	float:left;
	margin:10px 40px 10px 0;
}

.seminarContent strong {
	font-weight:bold;
}

.archiveSeminarDate {
	width:120px;
	font-size:12px;
	margin-top:2px;
}


.archiveSeminarInfo h3 {
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
}

.seminarArchive li{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #bbbbbb;
}

.seminarArchive li:last-child {
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}


/* メルマガ配信 */

.express {
	letter-spacing:2px;
}

.express h2{
	display:none;
}

.express h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}

.express .pageMainBox {
	margin-top:20px;
}

.express .h2Title {
	margin-bottom:20px;
}

.expressDetail {
	margin-bottom:20px;
}

.expressPrivacy {
	background-color:#efefef;
	padding:30px;
}

.expressPrivacy h3 {
	font-size:16px;
	margin-bottom:20px;
}

.expressPrivacy h4 {
	font-size: 16px;
}

.expressPrivacy li {
	margin-bottom:20px;
}

.submitCheck {
	text-align:center;
	margin:40px 0;
}

.submitAddress p {
	display:inline-block;
	font-size:16px;
}

.submitAddress .input {
	display:inline-block;
}

.submitAddress .inputbox01 {
	width:500px;
	height:30px;
	border-radius:5px;
	border:1px solid #DDD;
	box-shadow:2px 2px 8px rgba(0,0,0,0.3) inset;
	font-size:16px;
	padding-left:10px;
	box-sizing:border-box;
	margin-bottom:20px;
}

.expressBox:last-child .inputbox01 {
	margin-bottom:0px;
}

.submitAddress .red {
	font-size:10px;
	background-color:#ca1b1b;
	padding:4px 5px 3px;
	color:#FFF;
	border-radius:5px;
	margin-left:15px;
	margin-right:26px;
}

.submitBtn a{
	background-color:#2f3479;
	color:#FFF;
	display:block;
	text-align:center;
	line-height:40px;
	width:200px;
	border-radius:5px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
	margin:10px auto;
	transition:0.3s;
}

.submitBtn a:hover {
	background-color:#7075bd;
}

.expressBox {
	margin-bottom: 60px;
}


/* お問い合わせフォーム */


.formInfo {
	margin-bottom:20px;
}

.mw_wp_form tr {
	line-height:60px;
	border-bottom:1px dashed #cccccc;
}

.mw_wp_form tr:last-child {
	border:none;
}

.mw_wp_form th {
	font-weight:bold;
	text-align:left;
	width:220px;
	padding-left:20px;
	line-height:1.8;
	padding-bottom:10px;
}

.mw_wp_form tr:last-child th {
	vertical-align:middle;
}

.contactInput {
	width:100%;
}


.mw_wp_form td input[type="text"],
.mw_wp_form td input[type="url"],
.mw_wp_form td input[type="email"] {
	width:460px;
	height:20px;
}


.mw_wp_form textarea {
	margin-top:20px;
	width:460px;
	height:200px;
}

.mw_wp_form .contactInput .mwform-tel-field input {
	width:40px;
}


.mw_wp_form th .required {
	background-color:#b31111;
	font-size:10px;
	color:#FFF;
	padding:2px 5px;
	font-weight:normal;
	border-radius:4px;
	margin-left:10px;
}

.contactInputBottom {
	background-color:#ececec;
	border-radius:15px;
	padding:30px;
}

.contactInputBottom h3{
	font-size:18px;
}

.contactInputBottom h4 {
	font-weight:bold;
	margin-top:20px;
}


.mw_wp_form .privacyCheck {
	text-align:center;
	margin-top:30px;
}


.mw_wp_form input[type="submit"],
.topButton a {
	font-size:16px;
	border-radius:5px;
	line-height:35px;
	border:none;
	width:250px;
	margin:30px;
	background-color:#101452;
	color:#FFF;
	cursor:pointer;
	transition:0.3s;
}

.topButton a {
	display:block;
	text-align:center;
	margin:30px auto 0;
}

.topButton a i {
	padding-left:10px;
}

.confirmation input[type="submit"] {
	margin:10px;
}

.confirmation tr:last-child td{
	line-height:20px;
	padding-top:20px;
	padding-bottom:30px;
}

.confirmation td {
	text-align:left;
}

.confirmation th {
	padding-top:15px;
}

.confirmation .contactInput {
	margin-top:40px;
}

.confirmation .privacyCheck,
.confirmation .contactInputBottom {
	display:none;
}

.mw_wp_form input[type="submit"]:hover{
	background-color:#6494bd;
}


.mw_wp_form .submitButton {
	text-align:center;
}

.adRadio td {
	line-height:40px;
}

.adRadio td label{
	display:block;
}

body .mw_wp_form .horizontal-item + .horizontal-item {
	margin:0;
}

.contactImg {
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}


/* 404 Not Found */


.nfImg img{
	width:720px;
	margin-bottom:20px;
}

.nfMenuTtl {
	margin-top:40px;
}

.nfMenu {
	margin-bottom:40px;
}

.nfMenu:last-child {
	margin:0;
}

.nfMenu li a{
	display:block;
	line-height:40px;
	border:1px solid #101452;
	width:200px;
	margin-bottom:20px;
	padding-left:20px;
	font-weight:bold;
	box-sizing:border-box;
	border-radius:10px;
	transition:0.3s;
}

.nfMenu li a:hover {
	background-color:#e5eef7;
}

.nfMenu h3,
.terms h3 {
	border-left:10px solid #101452;
	border-bottom:1px solid #101452;
	line-height:40px;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:40px;
}


/* 利用規約・個人情報保護方針 */


.terms {
	margin-bottom:40px;
}

.terms:last-child {
	margin:0;
}

.terms p,
.privacy p {
	margin-bottom:20px;
}

.aboutLink {
	background-color:#f1f1f1;
	padding:25px 25px 5px 25px;
	border-radius:10px;
	font-weight:bold;
	margin-bottom:20px;
}

.privacy h3 {
	font-weight:bold;
	margin-bottom:10px;
	padding-top:10px;
}

.privacy ul {
	margin-bottom:20px;
}


/* サイトマップ */

.sitemap h3 a{
	border-left:5px solid #101452;
	margin:40px 0;
	font-size:16px;
	padding-left:10px;
	font-weight:bold;
	display:block;
}

.sitemap a {
	transition:0.2s;
}

.sitemap a:hover {
	color:#468cc7;
}

.sitemap li a {
	display:block;
	line-height:50px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	padding-left:15px;
	width:240px;
	float:left;
	box-sizing:border-box;
}

.sitemap li a:before {
	font-family:'FontAwesome';
	content:'\f138';
	color:#101452;
	font-size:16px;
	padding-right:10px;
}

.sitemap li:nth-child(3) a,
.sitemap li:nth-child(6) a,
.sitemap li:nth-child(8) a {
	border-right:1px solid #ddd;
}

.sitemap li:nth-child(6) a,
.sitemap li:nth-child(7) a,
.sitemap li:nth-child(8) a {
	border-bottom:1px solid #ddd;
}

/* 検索結果 */

.searchTtl {
	margin-bottom:20px;
}

.searchResult h3 {
	font-size:16px;
	font-weight:bold;
	color:#101452;
	margin-bottom:10px;
	border-bottom:1px dashed #9b9b9b;
}

.searchResult {
	list-style-type:none;
	background-color:#FFF;
	padding:20px;
	margin-bottom:20px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.1);
}

.searchResult p {
	transition:0.1s;
}

.searchResult p:hover {
	color:#6a9fce;
}


/* ライター募集 */
.writerMarT30 {
	margin-top:30px;
}

.writerMarT60 {
	margin-top:60px;
}

.writerIconBig{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/* 会員登録 */


p.message {
	margin-bottom:40px!important;
}

.user_regist .tml-register,
.user_login .tml-login,
.lostpassword .tml-lostpassword {
	background-color:#f7f7f7;
	max-width:80%;
	padding:40px 60px;
	margin:0 auto;
	text-align:center;
}

.user_regist #registerform label,
.user_login #loginform label {
	display:inline-block;
	float:left;
	font-weight:bold;
	text-align:right;
	line-height:40px;
}

.user_regist #registerform label {
	width:20%;
	line-height:40px;
}

.user_regist #registerform > p:last-child(2) label {
	width:100%;
	line-height:40px;
}


.user_regist #registerform input,
.user_login #loginform input {
	display:inline-block;
	float:right;
	outline:0;
	height:30px;
	box-sizing:border-box;
	padding:0 10px;
	border: 1px solid #d8d8d8;;
    	border-radius: 2px;
    	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.lostpassword .tml-lostpassword input,
.tml-user-email-wrap input {
	outline:0;
	height:30px;
	box-sizing:border-box;
	padding:0 10px;
	border: 1px solid #d8d8d8;
    	border-radius: 2px;
    	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


.user_regist #registerform input {
	width:75%;
}

.user_login #loginform input {
	width:60%;
}



.user_regist #registerform input[type="submit"],
.user_login #loginform input[type="submit"],
.lostpassword .tml-lostpassword input[type="submit"],
#your-profile .tml-submit-wrap input {
	display:block;
	float:none;
	width:300px;
	height:40px;
	margin:0 auto;
	border-radius:4px;
	border:none;
	transition:0.2s;
	cursor:pointer;
	font-size:16px;
	text-align:center;color:#fff;
    	background-image: -moz-linear-gradient(top, #1698d8 0%, #1698d8 49%, #008acd 50%, #008acd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1698d8), color-stop(0.49, #1698d8), color-stop(0.50, #008acd), to(#008acd));
}

#registerform input[type="submit"]:hover,
#loginform input[type="submit"]:hover,
.lostpassword .tml-lostpassword input[type="submit"]:hover,
#your-profile .tml-submit-wrap input:hover {
	opacity:0.8;
}


#registerform > p:before,
#registerform > p:after,
#loginform > p:before,
#loginform > p:after {
    content: " ";
    display: table;
}

#registerform > p:after,
#loginform > p:after {
    clear: both;
}

#registerform > p,
#loginform > p {
    *zoom: 1;
}


#registerform p:nth-last-child(2) label {
	width:100%;
	text-align:center;
	float:none;
	display:inline-block;
}

#registerform p:nth-last-child(2) input {
	width:15px;
	float:none;
}

#loginform .tml-rememberme-submit-wrap > p {
	 display:block;
	 width:100%;
	 text-align:center;
}


#loginform .tml-rememberme-wrap input,
#registerform input[type="checkbox"] {
	width:15px;
	float:none;
	display:inline-block;
	box-shadow:none;
}

#loginform .tml-rememberme-wrap label {
	width:140px;
	float:none;
	display:inline-block;

}

.tml-form-table {
	width:90%;
	margin:0 auto;
}

#your-profile {
	text-align:center;
}

#your-profile th {
	font-weight:bold;
	line-height:35px;
	border-left:8px solid #3498db;
	border-bottom:1px solid #3498db;
	background-color:#f7f7f7;
	padding-left:15px;
	margin:20px 0;
}

#your-profile td {
	margin-bottom:20px;
	text-align:left;
}

#your-profile h3 {
	display:none;
}

.tml .tml-action-links li:first-child {
	border-right:1px solid #666;
}

.tml-action-links li:first-child a {
	color:#4d79bb;
}


/* サイドバーログイン */


.sidebarLogin {
	padding:5px;
	margin:20px 10px;
	background-color:#ececec;
	border:1px solid #dadada;
}

.sidebarLogin a {
	display:block;
	line-height:40px;
	border-radius:4px;
	margin:10px;
	transition:0.2s;
	text-align:center;
}

.sidebarLogin a:first-child {
	border:1px solid #d0d0d0;
	color:#555;
    	background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f7f7f7 50%, #f7f7f7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.50, #f7f7f7), to(#f7f7f7));
}

.sidebarLogin a:last-child {
	color:#fff;
    	background-image: -moz-linear-gradient(top, #1698d8 0%, #1698d8 49%, #008acd 50%, #008acd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1698d8), color-stop(0.49, #1698d8), color-stop(0.50, #008acd), to(#008acd));
}

.sidebarLogin a:hover {
	opacity:0.8;
}

.sidebarLogin a:first-child:before {
	font-family:FontAwesome;
	content:'\f13e';
	font-size:12px;
	margin-right:10px;
}

.sidebarLogin a:last-child:before {
	font-family:FontAwesome;
	content:'\f007';
	font-size:12px;
	margin-right:10px;
}


/* シングルページページャー */


.pagers {
	text-align:center;
	margin:40px;
}

.pagers > span,
.pagers a {
	display:inline-block;
	width:34px;
	height:33px;
	padding-top:2px;
	box-sizing:border-box;
	text-align:center;
	margin:5px;
}

.pagers > span {
	background-color:#101452;
	color:#fff;
}

.pagers a {
	border:1px solid #101452;
}

.pagers a:hover {
	border:1px solid #7596bf;
	color:#7596bf;
}

.next_page a {
 padding:0;
 margin:50px auto 0;
 width: 240px;
 height: 46px;
 line-height: 46px;
 color: #FFF;/*文字色*/
 background-color:#435eaf;/*背景色*/
 font-size: 18px;
 font-weight: 500;
 text-align: center;
 display: block;
 text-decoration: none;
 -webkit-border-radius: 0px;/*角丸はここを『30』*/
 border-radius: 0px; /*角丸はここを『30』*/
 border: solid 2px #435eaf;/*押す前の線の色（同色の枠線があります）*/
 -webkit-transition: all .3s;
 transition: all .3s;
}

.next_page a:hover {
 color: #435eaf;/*押した後の文字色*/
 background-color: transparent;
 border: solid 2px;
 border-color: #435eaf;/*線の色*/
}


/* シングルページログイン */

#wpmem_restricted_msg {
	text-align:center;
	margin-bottom:20px;
}

.wpmem-login a,
.wpmem-regist a {
	display:block;
	line-height:40px;
	border-radius:4px;
	margin:10px;
	transition:0.2s;
	text-align:center;
	width:40%;
	margin:10px auto;
}

.wpmem-login a {
	border:1px solid #d0d0d0;
	color:#555;
    	background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f7f7f7 50%, #f7f7f7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.50, #f7f7f7), to(#f7f7f7));
}

.wpmem-regist a {
	color:#fff;
    	background-image: -moz-linear-gradient(top, #1698d8 0%, #1698d8 49%, #008acd 50%, #008acd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1698d8), color-stop(0.49, #1698d8), color-stop(0.50, #008acd), to(#008acd));
}

.wpmem-login a:first-child:before {
	font-family:FontAwesome;
	content:'\f13e';
	font-size:12px;
	margin-right:10px;
}

.wpmem-regist a:last-child:before {
	font-family:FontAwesome;
	content:'\f007';
	font-size:12px;
	margin-right:10px;
}


/* 会員規約 */

.agree .agree_left{
	text-align: left;
}



.agree .agree_right{
	text-align: right;
}
.resist_policy,.agree {
	text-align:left;
	background-color:#fff;
	box-sizing:border-box;
	padding:0px 15px 40px;
	margin-bottom:25px;
	height:300px;
	overflow-y:scroll;
	border:1px solid #ddd;

}

.resist_policy h3,.agree .agree_left h3 {
	line-height:40px;
	margin:20px 0;
	border-left:8px solid #1698d8;
	padding-left:10px;
	background-color:#f7f7f7;

}

/*20171227追記スポンサー一覧*/
div#sponsors p {
    line-height: 30px;
    text-align: left;
}

div#sponsors ul {
    width: 100%;
    display: flex;
    flex-wrap:  wrap;
    padding: 20px;
    box-sizing: border-box;
    /* border: solid 3px #3498db; */
    border-radius: 30px;
    background: #fff;
}

div#sponsors ul li {
    width: 33%;
    text-align: center;
    display: flex;
    flex-direction:  column;
    justify-content: space-around;
    position: relative;
    margin-bottom: 20px;
}

div#sponsors ul li img {
    width: 100%;
    height: auto;
}
div#sponsors ul li a span {
    text-decoration: underline;
    color: deepskyblue;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}
.sponsorsWrap h3 {
    color: #fff;
    background: #3498db;
    padding: .5rem 1.4rem;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 40px;
    letter-spacing: .1rem;
}

div#sponsors {
    text-align: center;
    padding-bottom: 160px;
}
.archivePage #sponsors p{
	display: none;
}
.archivePage #sponsors .sponsorsWrap{
	margin: 40px 0;
}

.topSeminar+#sponsors{
    margin-top: 40px;
}
.sponsorsWrap {
    padding: 20px;
    box-sizing: border-box;
    border: double 6px lightskyblue;
    border-radius: 20px;
    background: white;
}
/*20180110 fronttxt*/
.frontTxtBanner {
    background: #f9ffff;
    border: solid 1px #3498db;
    padding: 20px 20px 40px;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
}

.frontTxtBanner a {
    font-size: .9em;
    color: darkblue;
    text-decoration: underline;
}
.frontTxtBanner span {
    color: #fff;
    background: #555;
    padding: .2rem .8rem;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.frontTxtBanner li+li {
    padding-top: .5rem;
}

/*20180711theme my login*/
.tml-links a {
    text-decoration: underline;
    color: deepskyblue;
}

.tml-links {
    margin-bottom: 50px;
}
span.tml-label {
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block !important;
}
.blogContents iframe {
    margin: 0 auto;
    display: block;
}

/*20180821*/
p.regist-cmt {
    font-size: .8rem;
    /* text-indent: .5rem; */
    color: #bababa;
    padding: .4rem;
}
/*20181120*/
.formInfo h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: cadetblue;
    border-bottom: solid 1px cadetblue;
    line-height: 1.6;
    text-indent: .6em;
}

.formInfo img {
    width: 100%;
    height: auto;
}

.formInfo p+h3 {
    margin-top: 30px;
}

.formInfo p {
    line-height: 1.7;
}