@charset "UTF-8";
/* CSS Document */

.article{
	color: #000;
	background-color: #FFFFFF;
	margin-bottom:20px;
}

.article .description {
  border-top: 5px solid #5dcbdb;
  padding: 2px 40px 0;
  font-size: 14px;
  font-weight: bold;
  color: #5dcbdb;
}


.article .inner {
	padding: 38px 40px 40px;
}

.sns_box_lt {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
	font-size:14px;
}

.writer{
	font-weight:bold;
}
.sns_box_rt {
    float: right;
    margin: 0 0 10px;
    padding: 0;
/*    text-align: right;*/
}
.sns_box_rt .tw {
    float: right;
    margin: 0 0 0 10px;
}
.sns_box_rt .fb {
    float: right;
    margin: 0 0 0 10px;
}
.sns_box_rt .gp {
    float: right;
    margin: 0;
}
.gplusone div {
    width: 65px !important;
}

.loginbox{
  overflow: hidden;
  font-size: large;
  width: fit-content;
  margin: 20px auto;
  text-align:center;
}

.loginbox a{
  margin: 10px;
}


.article h3.ttl{
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom:10px;
	background-color: #EEE;
	padding-top: 2px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C8000F;
}

#writerName{
	font-size: 11px;
	color: #FFF;
	background-color: #000;
	text-align: left;
	width: 90px;
	padding: 3px;
	font-weight: bold;
}
.writerBox{
	background-color: #EEE;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom:20px;
}
.writerBox dl{
	width: 425px;
	float:right;
}
.writerBox dt{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

.cateList li{
	float:left;
	margin-right:15px;;
}
.article .content{
	font-size:16px;
	line-height:1.6em;
}
.article .content h2{
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 20px;
    text-decoration: underline;
}
.article .content h2.ttl{
	font-weight:bold;
}
.article .content h3 {
    font-weight: bold;
    text-align: left;
}

/*--- news__post ------------------------------------------------------------------*/
#news__post{}
#news__post .inner{
		padding:20px 20px 20px 0;
}
#news__post .content h2{
	font-weight: bold;
	margin-bottom: 7px;
	position: relative;
	margin: 2em 0 1.5em!important;
	padding: 0 0 0.3em!important;
	line-height: 1.3;
	font-size: 1.6em!important;
	border-bottom: 2px solid #ddd;
	display: block;
	text-decoration: none!important;
	border-left: none!important;
}
#news__post .content h2:after{
	position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #E60012;
  content: "";
  width: 90px;
}
#news__post .content h3 {
	font-size:1.2em;
  font-weight: bold;
  text-align: left;
	margin-bottom:1em;
	border-left:4px solid #E60012;
	padding:0 0 0 10px;
}

#news__post .content h4 {
	font-size:1em;
  font-weight:bold;
  text-align:left;
	margin-bottom:0.5em;
}
#news__post .content img{
    float:none;
		text-align:center;
    padding-bottom:10px;
}

#news__post li {
	line-height: 1.4em;
	margin-bottom:1px;
	font-size:93%;
}
#news__post li.notice a {}
#news__post li.notice a:hover {
	color: #F00;
}
#news__post ul.contents, #news__post ul,#news__post ol.contents, #news__post ol{
	margin:1.2em 0 2em 1em;
}
#news__post ul.contents li, #news__post ul li,#news__post ol.contents li, #news__post ol li{
	margin:0.5em;
	font-size:100%;
}
#news__post ul.contents li, #news__post ul li{
	list-style-type: disc;
}
#news__post ol.contents li, #news__post ol li{
	list-style-type: decimal;
}
#news__post ol li ul li,#news__post ul li ul li{
	list-style-type: circle
}
#news__post ul li ol li{
	list-style-type: decimal;
}
#news__post blockquote, div.reffer{
	padding: 0.5em 0.5em 0.5em 2em;
  margin:1em 0 2em 0;
  background-color: #f7f8e6;
}
#news__post blockquote:before{
  position: absolute;
	top:10px;
	left:10px;
	font-family: "Font Awesome 5 Free";
	content: "\f10d";
}

/*--- P ------------------------------------------------------------------*/
.article p{
	text-indent: 1em;
	margin-bottom: 2em;
	line-height:1.6em;
}


/*--- TABLE ------------------------------------------------------------------*/
.article table{
font-size:16px;
line-height:1.6em;
margin:1em 0 2em 0;
border: 1px solid #ccc;
border-collapse: collapse;
}
.article table th,.article table td{
padding: 10px;
border: 1px solid #ccc;
}
.article table th{
background:#eee;
font-weight:bold;
}

/*--- image・caption ------------------------------------------------------------------*/
.article .content .ib{
	padding:0px;
	text-align:center;
}
.article .ib p.cap{
font-size:90%;
line-height:1.4em;
clear: both;
text-indent: 0px;
text-align:center;
}
.article .content .ib img{
	margin:0px auto 5px auto;
	padding:0px;
	float:none;
}

/*5/11*/

.article .content p{
	text-indent: 1em;
	margin-bottom: 20px;
}

#voiceTtl{
	color: #C8000F;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #787878;
}

.seminarSche{
	width: 591px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom:35px;
}
.seminarSche th{
	background-color: #EEE;
	padding: 20px;
	width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.seminarSche td{
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.seminarPriv{
	width:540px;
	margin-left:20px;
	margin-bottom:30px;
	overflow: auto;
	height: 120px;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
}
.seminarPriv .ttl{
	font-weight: bold;
	margin-bottom:10px;
}
#seminar .btn{
	text-align:center;
	margin-bottom:30px;
}

.mainTtl2 .dictionary h1{
	font-size: 26px;
	line-height:30px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #C4000F;
	border-bottom-color: #C4000F;
	margin-bottom:15px;
	height: auto;
}

.dictionary .content{
	font-size:16px;
	line-height:25px;
}
.dictionary .content h2{
	font-weight: bold;
	margin-bottom: 20px;
}
.dictionary .content img{
	float:right;
	padding-left:15px;
}
.dictionary .content p{
	text-indent: 1em;
	margin-bottom: 15px;
}
.dictionary .content h2.ttl{
	font-weight:bold;
}

.dictionary ul{
	font-weight:bold;
	font-size:16px;
	line-height:25px;
	margin:20px 0 30px 30px;
}

.dictionary ul li{
	background-image: url(../img/common/pin.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding-left: 15px;
}

.dictionary ul span{
       font-size:12px;
       margin:0 0 0 10px;
       color:#666;
       line-height: 12px;
}

.dictionary h1 span {
      font-size:12px;
      margin:0 0 0 10px;
      color:#666;
      line-height: 12px;
}

/*6/12*/

.img_box_right{
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	width:265px;
	text-align:right;
}

.img_box_right p.cap{
	font-size:12px;
	line-height:16px;
	clear: both;
	text-indent: 0px;
	padding-left:15px;
}

/*2013/8/16*/

.ib p.cap{
	font-size:12px;
	line-height:16px;
	clear: both;
	text-indent: 0px;
	text-align:center;
}

/*2/26*/

.img_box_left{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
	width:265px;
	text-align:left;
}

.img_box_left p.cap{
	font-size:12px;
	line-height:16px;
	clear: both;
	text-indent: 0px;
	padding-right:15px;
}
.article .content .img_box_left img {
padding-right: 15px;
padding-bottom: 10px;
}


/* 20121012 */

/* 20140710　hrを定義 */
/*--- HR ------------------------------------------------------------------*/
.article hr {
	display:block;
	border:1px solid #ddd;
	margin:1rem auto 2rem auto;
	width:80%;
}

/*--- source ------------------------------------------------------------------*/
#news__post div.source{
	color: #666;
	margin-bottom:2em;
}
#news__post div.source p {
	text-indent: 0 !important;
	line-height: 1.6em;
	margin-bottom: 0px !important;
}
#news__post div.source a:after {
	font-family: "Font Awesome 5 Free";
	content:'\f2d2';
	padding-right:3px;
}
#news__post div.source ul {
	font-size:80%;
	margin:0;
	margin-left:1em;
}
/*--- READMORE・LOGIN ------------------------------------------------------------------*/
.article .readmore{
	background: -webkit-linear-gradient(bottom,#fff 20%,rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg,#fff 20%,rgba(255,255,255,0) 100%);
	position: relative;
	height: 6em;
	margin-top:-4em;
	width: 100%;
	z-index: 3;
	text-align:center;
}
.article .content .readmore p{
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin:2em auto 0 auto;
	padding:0;
	color:#666;
	font-size:90%;
	text-align:center;
	text-indent:0;
}

#cont .wrap.clearfix #mainCont #premium .inner .loginBox .inner .prm_about {
	position: absolute;
	top: 245px;
	right: 50px;
}

div#newzia_connect348 {
	margin-top:25px;
}

#newzia_connect348 ul {
	margin:10px 0px 0px 10px;
}

#newzia_connect348 li {
	background-image: url(../img/common/pin.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

.poweredby {
	text-align: right;
}
.btn-clip {
  display: block;
  width: 90px;
  height: 20px;
  border: 1px solid #d5d5d5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none !important;
  padding: 0 6px;
  font-weight: bold;
  font-size: 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.btn-clip .fa {
  color: #ffcc00;
  display: inline-block;
  margin-right: 6px;
  font-size: 1.2em;
  position: relative;
  top: 1px;
}
.btn-clip span {
  color: #333 !important;
}

.unclipped:hover {
  background: #fafafa;
}

/*continued to read*/
.linkto {
    margin-top: 40px;
    line-height: 2.1em;
    font-size: 14px;
}
.linkto hr {
    border-top: 1px solid #8c8b8b;
    width: 100%;
    margin-bottom: 10px;
}
.linkto p {
    padding: 0px 10px 0px 10px;
}
.linkto ul {
    padding: 0px 30px 0px 30px;
}
.linkto li {
    list-style-type: disc;
    line-height: 1.8em;
}
.linkto .conti {
    text-align: right;
}
.linkto .btn {
    text-align: center;
    margin: 30px auto 55px auto;
}
.linkto .btn btn {
      padding: 10px 50px 10px 50px;
    background-color: #cc0000;
    color: #fff;
    border-radius: 5px;
}

.linkto .btn a {
	text-decoration: none;
}

.linkto .btn a:hover {
	opacity:0.8;
}

#btn_print,
#btn_print_btm{
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #fff;
  font-size: 12px;
  background: #000;
  padding: 0px 10px;
  border: none;
  text-decoration: none;
  float: left;
  padding: 4px 8px;
}

#btn_print:hover,
#btn_print_btm:hover {
  background: #555;
  text-decoration: none;
  cursor: pointer;
}
/* 20191121 */
.article .content{
    font-size:16px;
    line-height:1.6em;
}
.article .content h2{
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 20px;
    text-decoration: underline;
}
.article .content h3 {
    font-weight: bold;
    text-align: left;
    font-size:1.2em;
}
.article .content img{
    float:right;
    padding-left:15px;
    padding-bottom:10px;
}
.article .content h2.ttl{
    font-weight:bold;
}
li {
    line-height: 1.4em;
    margin-bottom:1px;
    font-size:93%;
}
li.notice a {}
li.notice a:hover {
    color: #F00;
}

.article hr {
	display:block;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color:#bbb;margin-bottom:35px;
	width:80%;
}
