@charset "utf-8";

/* ========================================================
	cms.css
======================================================== */
#main-img-box.not_img {
	height: 200px;
	padding-top:80px;
	margin-bottom:40px;
}
#main-img-box.not_img > section{
	display: block;
}
.page-title.not_img{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
}
.title_l.bl{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
	margin-bottom:1.5em;
}
.blog_date{
    float: left;
	width:100%;
}
/* .blog_date span{
    display: block;
    float: right;
}
.blog_date:after{
    content:" "; display: block; clear: both;
} */

.relation, .auther {
    background-color: #fff;
    margin-top: 30px;
    padding: 20px 20px 30px;
    border: 4px solid #B4B4B4;
	display: none;/*著者名非表示*/
}

.auther > .title01 {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.5;
    padding-bottom: 5px;
    color: #353333;
    margin-bottom: 20px;
}
.auther > .title01 span {
    border-bottom: 2px solid #007FC6;
    padding-bottom: 10px;
}
.auther p.img {
    float: left;
    margin: 0 20px 0 0;
}
.auther dl {
    zoom: 1;
    overflow: auto;
    color: #353333;
}
.auther dt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
    padding-top: 0;
}
.auther dd {
    font-size: 14px;
    font-size: 1.4rem;
}
.auther::after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
}
@media screen and (max-width: 680px) {
	.auther > .title01 {
	    font-size: 1.4rem;
	}
	.auther p.img {
		width: 60px;
		height: 60px;
	}
}

.prevnext {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 40px;
}
.prevnext ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.prevnext li.prev {
    padding-right: 40px;
}
.prevnext li {
    display: table-cell;
    vertical-align: middle;
}
.prevnext li a {
    border-bottom: 2px solid #D9D9D9;
    color: #4D5355;
    display: table;
    height: 76px;
    text-decoration: none;
    width: 100%;
}
.prevnext li.prev a span {
    background: rgba(0, 0, 0, 0) url("../images/parts/link_arrow_cl.png") no-repeat scroll 0 center;
    padding-left: 30px;
}
.prevnext li a span {
    display: table-cell;
    vertical-align: middle;
}
.prevnext li.next {
    border-left: 1px solid #d9d9d9;
    padding-left: 40px;
}
.prevnext li.next a span {
    background: rgba(0, 0, 0, 0) url("../images/parts/link_arrow_cr.png") no-repeat scroll 100% center;
    padding-right: 30px;
}
.prevnext li a span {
    display: table-cell;
    vertical-align: middle;
}
.prevnext li {
    display: table-cell;
    vertical-align: middle;
}

.relation > .title01 {
    border-bottom: 2px solid #1594e5;
    display: inline-block;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.5;
    padding-bottom: 5px;
    color: #353333;
    margin-bottom: 20px;
}
.relation li {border-bottom: 1px solid #CCCCCC;}
.relation li a .cat {
    color: #1594e5;
    font-size: 1.2rem;
    margin-left: 2em;
}
.relation li a .date {
    color: #666666;
    margin-left: 2em;
}
@media screen and (max-width: 680px) {
	.relation > .title01 {
	    font-size: 1.4rem;
	}
}

.img-left .ph {
    max-width: 235px;
    min-height: 200px;
    float: left;
}
.img-left .ph img{
	width: auto;
    max-width: 100%;
    max-height: 200px;
}
.img-left .text {
    width: 65%;
}
.img-left .blog_date {
    margin-bottom: 30px;
	width:100%;
}
@media screen and (max-width: 680px) {
	.img-left .ph {
	    width: auto;
	    height: auto;
	    float: none;
	    text-align: center;
	}
	.img-left .ph img{
		width: auto;
	    max-width: 100%;
	}
	.img-left .text {
	    width: auto;
	}
	.img-left .blog_date {
	    margin-bottom: 15px;
	}
	.section + .section{
	    margin-top: 0;
	}
}

.tal{ text-align: left !important; }


.column h1{
	font-size: 24px;
	font-size: 2.4rem;
	color: #1e273d;
	/*margin-bottom: 20px;*/
}


.column h2{
	font-size: 24px;
	font-size: 2.4rem;
	color: #1e273d;
	/*margin-bottom: 20px;*/
}
.column h3{
    border-bottom: 2px solid #1594e5;
    display: inline-block;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.5;
    padding-bottom: 5px;
    color: #353333;
    /*margin-bottom: 20px;*/
}
.column > p{
	margin-bottom: 20px;
}

.column > p.talk{
	height: 80px;
}

.column span.text-red{
	color: #FF0000;
}

.column table th{
	font-weight: bold;
	line-height: 2em;
	padding-left: 5px;
	background: #cccccc;
	text-align: center;
}

.column table td{
	line-height: 2em;
	padding-left: 5px;
}

.column .text-c{
	text-align: center;
}

.column .border-box{
	padding:10px;
	border: 1px solid #000000;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
}

.column .icon-talk{
	margin-right: 10px;
    height: 80px;
	float: left;
}

.font-red{
	color:#FF0000;
}

@media screen and (max-width: 680px) {
	.column h1{
		font-size: 1.8rem;
	}

	.column h2{
		font-size: 1.8rem;
	}
	.column h3{
	    font-size: 1.4rem;
	}
}

article.section:after{
    content: " "; display: block; clear: both; height: 0; line-height: 0;
}
article.section + article.section{
    margin-top: 20px;
}
@media screen and (max-width: 680px) {
article.section + article.section{
    margin-top: 0px;
}
}

/* よくあるご質問 */
.midashi-q{
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    margin-right: 10px;
}
.midashi-a{
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    color: #007FC6;
	margin-bottom: 0px !important;
}
.btn01{
    border: 1px solid #007FC6;
    text-align: center;
    width: 150px;
    margin: 30px auto 0;
}
.btn01 a{
    display: block;
    padding: 5px;
}
.btn01 a:hover{
    background: #007FC6;
    color:#fff;
}



#main-left .section p {
	margin-bottom: 20px;
}
.activex_answer {
    font-weight: bold;
    margin-top: 15px;
}

.pagenation {
    zoom:1;
    text-align:center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.pagenation:after {
    content:"";
    display: block;
    clear: both;
}
.pagenation li {
    display:inline;
}

.pagenation a {
    display: inline-block;
    border:1px solid #1594e5;
    background:#fff;
    color:#1594e5;
    padding: 5px 10px;
    text-decoration: none;
}

.pagenation a:hover {
    background: #1594e5;
    color:#fff;
}

.pagenation .current {
    display: inline-block;
    border:1px solid #1594e5;
    background: #1594e5;
    color: #fff;
    padding: 5px 10px;
}
@media screen and (max-width: 680px) {
    .pagenation {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

/* SNSボタン */
.sns_btn{
    float: right;
}
.sns_btn li{
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 680px) {
    .sns_btn{
        float: none;
        display: block;
        margin-top: 10px;
    }
    .blog_date{
        float: none;
    }
    .page-title.not_img{
        top: 0;
    }
}


.column p .aligncenter, .column p .alignnone  {
	text-align:center;
	display:block;
	margin:0 auto;
}



.sns_btn .fb_iframe_widget {
	left:0 !important;
	bottom:0 !important;
}





.mailarchive .blog_date {
	margin-bottom: 5px !important;
	color: #656565;
}
.mailarchive .title_s3 {
	font-size: 1.6rem;
	margin:0px !important;
	position: relative;
	padding-left: 1em;
	clear: both;
}
.mailarchive .title_s3:before{
	display: block;
	content: "";
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #1594e5;
	position: absolute;
	margin:auto;
	top:0;
	bottom: 0;
}
.mailarchive a {
	text-decoration: none !important;
}
.mailarchive a:hover {
	text-decoration: underline!important;
}

@media screen and (max-width: 680px) {
.mailarchive .title_s3 {
	font-size: 1.4rem;
}
}