@charset "utf-8";

/* ========================================================
	cms.css
======================================================== */
#main-img-box.not_img {
	height: 150px;
}
#main-img-box.not_img > section{
	display: block;
}
.page-title.not_img{
	display: block;
	font-weight: 700;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
}
.title_l.bl{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
}
.blog_date{
    float: left;
}
/* .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;
}

.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 #007FC6;
    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: #007FC6;
    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 {
    width: 235px;
    height: 150px;
    float: left;
}
.img-left .ph img{
	width: auto;
    max-width: 100%;
}
.img-left .text {
    width: 65%;
}
.img-left .blog_date {
    margin-bottom: 30px;
}
@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; }

.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 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 #007FC6;
    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;
	
	font-size:16px;
	font-size:1.6rem;
}
.column > p.talk {
	height: 100px;
}

.column {
	font-size: 1.6rem;
}

.column ul{
	padding-left:10px;
}

.column ul li{
    list-style-type: disc;
	margin-left:10px;
}

@media screen and (max-width: 680px) {
.column > p{
	font-size:14px;
	font-size:1.4rem;
}	
.column > p.talk .icon-talk {
	padding-bottom:1.8em;
}
.column > p.icon-adjust {
	margin-bottom:6em !important;
}
.column > p.icon-adjust .icon-talk {
	padding-bottom:4em !important;
}
}

.column span.text-red{
	color: #FF0000;
}

.column table th{
	font-weight: bold;
	line-height: 2em;
	padding-left: 5px;
	background: #eeeeee;
	text-align: center;
}

.column table td{
    /* line-height: 2.8em; */
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.column .text-c,
.column .tac{
	text-align: center;
}

/*
.column .border-box ul{
	padding-left:10px;
}

.column .border-box ul li{
    list-style-type: disc;
	margin-left:10px;
}
*/

.column .icon-talk{
	margin-right: 10px;
    /*height: 80px;*/
	float: left;
}

.column blockquote {
    margin: 0 0 1rem;
}

.quotes{
    position: relative;
    padding: 15px 15px 15px 65px;
    box-sizing: border-box;
    font-style: normal;
    background: #fafafa;
    font-size: 16px;
}

.quotes::before {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    content: "“";
    color: rgb(224, 224, 224);
    font-size: 90px;
    line-height: 1;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

.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.6rem;
	}	
	.column table td{
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 10px;
    }
	.column table th{
	font-size: 1.4rem;
    }
}

article.section:after{
    content: " "; display: block; clear: both; height: 0; line-height: 0;
}
article.section + article.section{
    margin-top: 60px;
}

/* よくあるご質問 */
.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 #007FC6;
    background:#fff;
    color:#007FC6;
    padding: 5px 10px;
    text-decoration: none !important;
}

.pagenation a:hover {
    background: #007FC6;
    color:#fff !important;
}

.pagenation .current {
    display: inline-block;
    border:1px solid #007FC6;
    background: #007FC6;
    color: #fff;
    padding: 5px 10px;
}
@media screen and (max-width: 680px) {
    .pagenation {
        margin-top: 10px;
        margin-bottom: 0;
    }
.pagenation li {
    display:inline-block;
	margin-bottom:5px;
}
}

/* SNSボタン */
.sns_btn{
    float: right;
	margin-top: 10px;
}
.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;
    }
}

/*ブログ吹き出し-------------------------------*/
.fukidesc {
    display: table;
    margin: 1em;
    width: 95%;
}
.fukicell {
    display: inline-block;
    /*vertical-align: middle*/;
    padding-right: 10px;
	  /*position: relative*/}
	
.fukidesc .fukibig {
    width: 62%;
}
.fukiimg {
    display: table-cell;
   vertical-align: middle;
    width: 100px;
}

.fukiimg p{
	margin-top: 0px;
}
	
.fukiimg img {
    width: 80px;
}
.fukip {
    border: #F0F0F0 solid 3px;
    position: relative;
    /*background: #FFF;*/
    padding: 0px 10px;
    border-radius: 13px;
	/*margin: 0*/
}

.fukip p{
display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.fukip:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #f0f0f0;
    top: 15px;
    left: -20px;
}

.fukip:after {
    position: absolute;
    content: '';
    border: 11px solid transparent;
    border-right: 10px solid #fff;
    top: 14px;
    left: -17px;
}

.ez-toc-section {
    padding-top: 80px;
	margin-top:-80px;	
}
