@charset "utf-8";
/* demo
--------------------------------------------------------------*/
.headerArea {
    width: 100%;
    border-top: 4px solid #1558a0;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 0 4px 0 #e7e7e7;
}
.icon-round:before {
    /*content: url(/tatekae-lab/resources/img/common/icon-round.png);*/
    content: url(/image.jsp?id=609641);

}

/*   file.jsp?id=333540  */
.topPage .contentsArea h2, .topPage .sec-h2 .sec-title {
    color: #1558a0;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
    border-left: none;
    padding-left: .4em;
}
.tabBox.current {
  border-top: 1px dotted #a9a9a9;
}
.sec-h2 .viewListPage {
  position: inherit;
  font-size: 13px;
  float: right;
  line-height: 1.5em;
  background-color: #1558a0;
  color: #FFFFFF;
  padding-left: 10px;
  margin-top: 15px;
}
.arrow1:after {
    /*content: url(/tatekae-lab/resources/img/common/arrow-01.png);*/
    content: url(/image.jsp?id=333620);
    display: inline-block;
    margin-left: 10px;
}
.col_3 > a, .col_3 > a:before, .col_3 > a:after {
	box-sizing: border-box;
}
.col_3{
	width: 1024px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
  margin-bottom: 30px;
}
.col_3 > a{
  width: 305px;
  float: left;
  padding: 10px;
  margin: 15px 16px;
}
.btnRed {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #ed8580;/*色*/
    border: solid 1px #ed8580;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
/*    text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/
    text-align: center;
    font-weight: bold;
    font-size:1.2em;
}

.btnRed:active {/*押したとき*/
    border: solid 1px #ed8580;
    box-shadow: none;
    text-shadow: none;
}

@media screen and (max-width: 640px) {
  .col_3{
  	width: 100%;
  }
	.col_3 > a{
		width: 100%;
    margin: 15px 16px;
	}

}
.minib{
    font-size:0.7em;
}
.lyt-3col .lyt-column, .lyt-3col .lyt-column-type2 {
    border-top: 5px solid #1558a0;
}

.topPage .sec-h3 .sec-title {
    color: #221814;
}
.footer-top {
    width: 100%;
    background-color: #0269b9;
    position: fixed;
    bottom: 0;
}
.footer-contactBox .btn-contact a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #1558a0;
    line-height: 22px;
}
.gnav-list .item {
    border-right: 1px solid #d9d9d9;
    height: 51px;
    width: 135px;
    text-align: center;
    vertical-align: middle;
    float: left;
}
.gnav-list .item.contact {
    border-right: none;
    width: 150px;
    background-color: #ed8580;
    color: #FFF;
}
.gnav-list .item.contact a {
    color: #FFF;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: table;
}
.gnav-list .item.contact a:hover .lineIn2 {
  border-bottom:2px solid #ffffff;
}


.gnav-list .item a{
  color:#333;
  font-size:14px;
  line-height:19px;
  font-weight:bold;
  height:100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display:table;
}
.gnav-list .item a:hover{
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity:100;
  opacity:1;
}
.gnav-list .item .over,
.gnav-list .item .cur{
  border-bottom:2px solid #1558a0;
}
.gnav-list .item.w170 {
    width: 174px;
}
.pmini{
  margin: 20px 10px;
  font-size:80%;
}
.fmini{
  font-size:80%;
}
/*** 事例紹介 ***/
.pageTitle {
    color: #1558a0;
    font-size: 28px;
}
.kanriHead{
  text-align: center;
  margin: 10px auto;
  color: #1458a0;
}

.contentsArea h2, .sec-h2>.sec-title, td.fm-verticalanswer h2 {
    color: #1558a0;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
    border-left: 6px solid #1558a0;
    padding: .2em 0 .2em .4em;
}
.contentsArea .sec-h2-cen {
    text-align: center;
}
.contentsArea h2.sec-title-cen {
  font-size: 33px;
  line-height: 1;
  margin-bottom: 0px;
  padding: .2em 0 .2em .4em;
  border-left: none;
}
.bg-blue {
    background-color: #4e6bb2;
}
.imgBlueClass{
  width: 80px;
  height: 20px;
  margin: 1px 10px 3px;
}
.fblack{
  color: #000000;
}
.fthin{
  font-weight:100;
}
.exampleTable{
	width:1004px;
	border: solid 1px #000000;
    margin: 0 0 25px 16px;
    font-size:90%;
    background-color: #FFF;
}
table.exampleTable th, table.exampleTable td{
	border: solid 1px #000000;
	padding:5px 3px;
}
table.exampleTable th{
	text-align: center;
	background-color:#add7f5;
}
table.exampleTable th.tbPink{
	background-color:#f5ade9;
}
table.exampleTable th.tbBlack{
	background-color:#dcddde;
}
table.exampleTable td.tbGlay{
	background-color:#e9e0f1;
}
table.exampleTable td.tbBlue{
	background-color:#2663a5;
  color:#FFF;
}

.lyt-blue{
  background-color: #e1e5f2;
}
.lyt-3col .lyt-column .sec-title3, .lyt-3col .lyt-column-type2 .sec-title3 {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    color: #b8c6c8;
    padding: 0 0 13px;
    margin-bottom: 0;
    margin-right: 5px;
}
.btn-small a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 7px 0;
    background-color: #2663a5;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
}
/** 経験者に学ぶ **/
.pageLinkBox .btn a {
    background-color: #cde7ec;
    color: #0a569f;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-indent: -2em;
    padding: 18px 0;
}
.arrow9-1:before {
    /*content: url(/tatekae-lab/resources/img/common/arrow-09-1.png);*/
    content: url(/image.jsp?id=343203);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 85px;
    margin-top: -6px;
}
/**  イベント・セミナー情報 **/
.col2-1, .col2-2{
	float: left;
  width:50%;
  padding: 0 5px;
}

.col2 {
	overflow: hidden;
}

/* clearfix */
.col2:before,
.col2:after {
    content: "";
    display: table;
}

.col2:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.col2 {
    zoom: 1;
}
.lead-harf-img{
  width: 45%;
  padding: 10px 5px;
}
.oldEventDate{
  background-color: #2663a5;
  width:100%;
  line-height: 1.5em;
  color: #FFF;
  padding-left: 10px;
}
.oldEventTitle{
  font-size: 120%;
  font-weight: 500;
  color:#2663a5;
  padding: 5px 10px;
}
.oldEventLeft p{
  padding: 0px 10px 5px;
}
.arrow6b:before {
    /*content: url(/tatekae-lab/resources/img/common/arrow-06.png);*/
    content: url(/image.jsp?id=333627);
    display: inline-block;
    vertical-align: middle;
    margin: -2px .5em 0 0;
}
.oldEventLeft{
	float: left;
  width:75%;
}
.oldEventRight{
  float: left;
  width:25%;
  margin-top: 30px;
}
.oldEvent {
	overflow: hidden;
}

/* clearfix */
.oldEvent:before,
.oldEvent:after {
    content: "";
    display: table;
}

.oldEvent:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.oldEvent {
    zoom: 1;
}
.btnBoxSs {
    display: block;
    width: 150px;
    margin: 0 auto !important;
}
@media screen and (max-width: 640px) {
  .lead-harf-img{
    width: 50%;
    padding: 10px 5px;
  }
  .col2-1, .col2-2{
  	float: left;
    width:100%;
  }
  .lead-harf-img{
    width: 100%;
    padding: 10px 5px;
    text-align: center;
  }
  .oldEventLeft, .oldEventRight{
    float: left;
    width:100%;
    margin-top: 5px;
  }
}
/* 区分所有者支援 */
.sec-h2 .lyt-2col {
    width: 1024px;
    display:flex;
}
.sec-h2 .sec-h3 .lyt-2col {
    width: 100%;
    display: flex;
}
.sec-h2 .lyt-2col .lyt-column, .sec-h2 .lyt-2col .lyt-column-type2 {
    width: 456px;
    float: left;
    padding-top: 15px;
    margin: 15px 16px 40px;
    position: relative;
    border-top: 5px solid #1558a0;
}
div.lyt-2co.lyt-maxWidth div.lyt-column {
    width: 456px;
    float: left;
    padding-top: 15px;
    margin: 15px 16px 40px;
    position: relative;
    border-top: 5px solid #1558a0;
}
.contentsArea h3 {
    font-weight: bold;
    padding: 15px 40px;
    background-color: #fff;
    margin-bottom: 1em;
}
.sec-h2 .lyt-2col .lyt-column .sec-title3, .sec-h2 .lyt-2col .lyt-column-type2 .sec-title3 {
    font-size: 24px;
    line-height: 20px;
    position: relative;
    color: #b8c6c8;
    padding: 0 0 13px;
    margin-bottom: 0;
    margin-right: 5px;
}
.type-static-archive .sec-title {
    font-size: 22px;
    /* margin-bottom: 25px; */
}
.lyt-2col .lyt-column {
    width: 468px;
    float: left;
    padding-top: 15px;
    margin: 15px 16px 40px;
    border-top: 5px solid #1558a0;
    
}
.type-static-archive .lyt-2col .lyt-column .sec-title {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    color: #000000;
    padding: 0 0 13px;
    background-color: #fff;
}
.lyt-2col .lyt-column .sec-title3 {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    color: #b8c6c8;
    padding: 0 0 13px;
    margin-bottom: 0;
    margin-right: 5px;
}
.contentsArea h3.sec-title100 {
  font-size: 22px;
  font-weight: bold;
  padding: 15px 5px 0;
  background-color: #fff;
  margin-bottom: 5px;
  border-top: 5px solid #1558a0;
}
.contentsArea h3.sec-title100 .sec-title3 {
    font-size: 22px;
    line-height: 20px;
    position: relative;
    color: #b8c6c8;
    padding: 0 0 13px;
    margin-bottom: 0;
    margin-right: 5px;
}
.lyt-3col .lyt-column11 {
    width: 305px;
    float: left;
    padding-top: 15px;
    margin: 15px 16px 40px;
    position: relative;
    min-height: 350px;
}
.lyt-3col .lyt-column11 .sec-title11 {
  font-size: 18px;
  line-height: 20px;
  position: relative;
  color: #000000;
  padding: 0;
  background-color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px){
  .lyt-3col .lyt-column11 {
      width: 100%;
      margin: 0;
    }
  .sec-h2 .lyt-2col {
    width: 100%;
    display: inline-table;
  }
  .sec-h2 .lyt-2col .lyt-column, .sec-h2 .lyt-2col .lyt-column-type2 {
    width: 100%;
    margin: 15px 0;
  }
  .lyt-2col .lyt-column {
    width: 100%;
    margin: 0 auto;
    display: contents;
}

}
/** 資料選択 **/
.col-4 .archive p {
    background-color: #1558a0;
    color: #fff;
}
.footer_text {
    border: solid 1px #1558a0;
    width: 760px;
    padding: 27px 59px;
    margin: 0 auto 60px;
}
.btn-small button {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 7px 0;
    background-color: #1558a0;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    border: none;
}
.type-static-single .contentsArea .article-body {
    width: 642px;
    float: left;
    border-top: 2px solid #1558a0;
}
.imgArea .img30 {
    float: left;
    width: 37%;
    margin-right: 1%;
}
.imgArea .img70 {
    float: left;
    width: 61%;
    margin-right: 1%;
}
.imgArea .img30b {
    float: left;
    width: 31%;
    margin-right: 1%;
}
.imgArea .img70b {
    float: left;
    width: 68%;
    margin-right: 1%;
}
.imgArea .img50 {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.imgArea .img20 {
    float: left;
    width: 18%;
    margin-right: 1%;
}
.imgArea .img40 {
    float: left;
    width: 40%;
    margin-right: 1%;
}

.imgArea p{
	font-size: 80%;
}
.txtr{
  text-align: right;
 }
.txtc{
  text-align: center;
 }
@media screen and (max-width: 640px){
	.imgArea .img30 {
	    width: 100%;
	}
	.imgArea .img70 {
	    width: 100%;
	}
	.imgArea .img50 {
	    width: 100%;
	}
	.imgArea .img20 {
	    width: 100%;
	}
	.imgArea .img40 {
	    width: 100%;
	}
	.footer_text {
	    width: 100%;
	    padding: 27px 10px;
	    margin: 0 auto 60px;
	}
	.type-static-single .contentsArea .article-body {
	    width: 100%;
	}


}
 .arrow1-4:before {
    /*content: url(/tatekae-lab/resources/img/common/arrow-01-4.png);*/
    content: url(/image.jsp?id=341197);
    display: block;
    position: absolute;
    left: 3px;
    top: 1.4em;
    margin-top: -5px;
 }
 .type-static-single .sideNav-list .directoryParent {
    border-bottom: 1px solid #cae6e1;
    font-weight: bold;
}
.type-static-single .sideNav {
    width: 280px;
    float: right;
    border-top: 2px solid #1558a0;
}
.type-static-single .sideNav-list>.directoryChild {
    position: relative;
    font-weight: bold;
    border-bottom: none;
}
/** 建て替え例 **/
a.linkBlue { color: #00a0e8; }
.mgt10{
	margin-top: 10px !important
}
.mgb10{
	margin-bottom:10px !important
}
.contentsArea p {
    margin-bottom: 1.5em;
    line-height: 26px;
}
.contentsArea p.ptxt2 {
    margin-bottom: 1.5em;
    line-height: 26px;
    font-size:110%;
}

.contentsArea p.mt0{
	    line-height: 22px;
	    margin-bottom: 3px;
}
.contentsArea p.wHi{
    margin-bottom: -3px;
    margin-top: -3px;
}
.fontS{
	font-size:80%;
}
.btn-small a.examBtn {
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 7px 10px;
    background-color: #2663a5;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
    text-align: left;
}
.btn-small a.examBtn:before {
    /*content: url(/tatekae-lab/resources/img/common/arrow-06.png);*/
    content: url(/image.jsp?id=333627);
    display: inline-block;
    vertical-align: middle;
    margin: -2px .5em 0 0 ;
}
.btn-small a.examBtn2 {
    display: inline-block;
    width: 456px;
    height: 100%;
    padding: 7px 10px;
    background-color: #2663a5;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
    text-align: left;
}
.btn-small a.examBtn2:before {
    /*content: url(/tatekae-lab/resources/img/common/arrow-06.png);*/
    content: url(/image.jsp?id=333627);
    display: inline-block;
    vertical-align: middle;
    margin: -2px .5em 0 0 ;
}
.btn-small a.examBtn3 {
    display: inline-block;
    width: 456px;
    height: 100%;
    padding: 7px 10px;
    background-color: #ed8580;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
    text-align: left;
}
.btn-small a.examBtn3:before {
    /*content: url(/tatekae-lab/resources/img/common/arrow-06.png);*/
    content: url(/image.jsp?id=640577);
    display: inline-block;
    vertical-align: middle;
    margin: -2px .5em 0 0 ;
}
#modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.7);
  display: none;
  z-index: 1;
}
#modal-panel {
  width: 90%;
  max-width: 820px;
  height: auto;
  max-height: 620px;
  padding: 10px;
  position: fixed;
  background: #fff;
  z-index: 2;
}
#modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
}
.btnBoxSsMd{
    display: inline-block;
    width: 150px;
    height: 100%;
    padding: 7px 10px 7px;
    background-color: #2663a5;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    /* pointer-events: auto; */
    /* float: right; */
    margin-left: 45px;
}
.btnBoxSsMd:before {
    /*content: url(/tatekae-lab/resources/img/common/arrow-06.png);*/
    content: url(/image.jsp?id=333627);
    display: inline-block;
    vertical-align: middle;
    margin: -2px .5em 0 0;
}
.bg-green {
    background-color: #d9ebf0;
}
.type-static-single .sec-h3 .sec-title {
    background-color: #d9ebf0;
    padding: 10px 20px;
    margin-bottom: 1.2em;
}
.interview-list .head {
    color: #1558a0;
}

.mgb10 {
    margin-bottom: 10px !important;
}
.mgt10 {
    margin-top: 10px !important;
}
.btnBox {
    display: block;
    width: auto;
}
a.tablelink{
	display: block;
}
body.fm-questionpage {
    background-attachment: scroll;
    /*background-image: url(/tatekae-lab/resources/img/common/wcf5start_bg.gif);*/
    background-image: url(/image.jsp?id=609640);
    background-position: left TOP;
    background-repeat: repeat-x;
    color: #333333;
    font-size: 14px;
    margin: 0;
}
.explain-title {
    color: #1558a0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.contentsArea h3.sec-title3 {
    background-color: #d9ebf0;
    padding: 10px 20px;
    margin-bottom: 1.2em;
}
.icon-cases:before {
    /*content: url(../../img/common/icon-cases.png);*/
    content: url(/image.jsp?id=333635);

}
.icon-support:before {
    /*content: url(../../img/common/icon-support.png);*/
    content: url(/image.jsp?id=333641);
}
/** フッダー **/
.footer-top .footer-top2 {
    width: 100%;
    background-color: #76afe1;
    bottom: 0;
    height: 60px;
}
.footer-top .footer-top2 .footer-contactBox {
    width: 1040px;
    padding: 5px 30px;
    margin: 0 auto;
    color: #000;
    font-size: 12px;
    line-height: 22px;
}
.footer-contactBox .contact-txt2 {
    width: 705px;
    font-size: 19px;
    line-height: 47px;
    font-weight: 700;
}
.footer-contactBox .btn-contact2 {
    width: 268px;
    height: 100%;
    padding: 2px 0 0;
}
.footer-contactBox .btn-contact2 a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #127604;
    line-height: 22px;
    border: solid 2px #127604;
}

@media screen and (max-width: 640px){
  .footer-contactBox .contact-txt2 {
    display: none;
  }
}


/** イベントセミナーページトップ ***/
.event-list .event-info {
    color: #1558a0;
    background-color: #cbe3f5;
}
.label {
    background-color: #1558a0;
}
/* 管理会社様向けページ */
.contentsArea h2, .sec-h3-kanri>.sec-title {
    color: #1558a0;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    margin-left: 30px;
    border-left: 4px solid #1558a0;
    padding: .2em 0 .2em .6em;
}
.sec-h3-kanri .pmini {
    margin: 20px 10px;
    font-size: 80%;
    margin-bottom: 20px;
    margin-left: 30px;
}
.sec-h3-kanri .lyt-2col {
    width: 1024px;
    display:flex;
}
.sec-h3-kanri .lyt-2col {
    width: 100%;
    display: flex;
}
.sec-h3-kanri .lyt-2col .lyt-column, .sec-h3-kanri .lyt-2col .lyt-column-type2 {
    width: 456px;
    float: left;
    padding-top: 0px;
    margin: 0px 16px 0px;
    position: relative;
}
.sec-h3-kanri .lyt-2col .lyt-column .sec-title3, .sec-h3-kanri .lyt-2col .lyt-column-type2 .sec-title3 {
    font-size: 24px;
    line-height: 20px;
    position: relative;
    color: #b8c6c8;
    padding: 0 0 13px;
    margin-bottom: 0;
    margin-right: 5px;
}
.sec-h3-kanri .lyt-2col .lyt-column .btnBox {
	padding-top: 25%;
}
.sec-h3-kanri .lyt-2col .lyt-column .btnBox2 {
	padding-top: 5%;
}
.sec-h3-kanri .lyt-2col .lyt-column .btnBox3 {
	padding-top: 0;
}
.sec-h3-kanri .pmini2 {
  color: #000000;
  margin-left: 30px;
}
.pmini3 {
    margin: 20px 10px;
    font-size: 100%;
    margin-bottom: 20px;
    margin-left: 30px;
    color: #1558a0;
}
.imgSlide{
    margin: 0 auto;
    width: 1080px;
}
.imgSlide img{
	padding: 0 30px;
}
@media screen and (max-width: 640px){
  .imgSlide{
      width: 100%;
  }
  .contentsArea h2.sec-title-cen {
      font-size: 26px;
      text-align: center;
      padding: 0;
      margin-left: 0;
  }
  .pmini3{
    margin-left: 0;
  }
  .sec-h3-kanri .lyt-2col {
    display: flow-root;
  }
  .sec-h3-kanri .lyt-2col .lyt-column, .sec-h3-kanri .lyt-2col .lyt-column-type2 {
    width: 100%;
    float: left;
    padding-top: 0px;
    margin: 0px 0 0px;
  }
  .ptxt{
    margin-left: 0;
  }
  .contentsArea h2, .sec-h3-kanri>.sec-title{
    margin-left: 0;
  }
  .btn-small a.examBtn2{
    width:100%;
  }
}

.comentName{
  width: 170px;
  color: #1458a0;
  padding-right: 10px;
  margin-bottom: 1.5em;
  line-height: 26px;
  vertical-align: top;
  font-weight: 800;
}
.contentsArea h2.squareIcon {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
}

.contentsArea h2.squareIcon:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.contentsArea figure.comentPic {
    display: table;
    width: 300px;
}

.alignrightPic {
    float: right;
    margin: 0 40px 0 40px;
}
.alignleftPic {
    float: left;
    margin: 0 40px 0 40px;
}

.ptxt{
  margin-left: 30px;
}
.contentsArea p.pcap{
	text-align: center;
	font-size: 110%;
	margin-bottom: 0.5em;
	line-height: 26px;
	margin-top: 0.5em;
}
.type-static-single .sideNav-list-in>.itemT {
    padding: 5px 0 5px 33px;
    color:#1558a0;
}

.boxBlue {
	position: relative;
	background: #3099ec;
	padding: 0.3em;
	border-radius: 0 5px 5px 5px;
	color: #fff;
  MARGIN: 30PX 0PX;
  font-size: 120%;
  font-weight: 800;
}
.boxBlue:after {
  position: absolute;
  content: '\002713 Check';
  background: #1458a0;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: .1em .5em 0em .3em;
  font-size: .5em;
  letter-spacing: 0.05em;
}
.pageLinkBoxZadan  {
  margin: 30px 30px
}
.pageLinkBoxZadan .conlink {
  box-sizing: border-box;
  display:inline-block;
  vertical-align: middle;
  width: 400px;
  margin: 0 30px;
}
.rea {
    background: #fff;
    display: table;
    width: 100%;
    border: solid 2px #1458a0;
    color: #333;
    font-weight: 700;
}
.conlink .rea {
    max-width: 400px;
    margin: 1em 0;
    font-size: .95em;
}
.rlmg {
    display: table-cell;
    width: 100px;
    height: 100px;
    vertical-align: middle;
}
.rlmg img {
    width: 100%;
}
.rep {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1em;
    width: calc(100% - 100px);
    border-left: #1458a0 solid 2px;
}
.rep p {
  margin-bottom: 0;
  line-height: 26px;
  margin: auto;
  display:inline-block;
  vertical-align: middle;
}
.rep img {
    width: 24px;
    margin: 0 10px;
    display:inline-block;
    vertical-align: middle;
}
.zadankai-title-obi{
  background-color: #144e96;
  height: 70px;
  width: 100%;
  vertical-align: middle;
  line-height: 70px;
  color: #ffffff;
  font-size: 110%;
}
.zadankai-title-obi .zadankai-title-block {
  width:1040px;
  margin: 0 auto;
}
.zadankai-title-obi .zadankai-title-block img {
  width: 24px;
  margin: 23px 10px;
  box-sizing: border-box;
  display:inline-block;
  vertical-align: middle;
}
.zadankai-title-obi .zadankai-title-block .zadankai-title{
  width:996px;
  margin: 0 auto;
  box-sizing: border-box;
  display:inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 640px){
  .pageLinkBoxZadan {
    margin: 0;
  }
  .pageLinkBoxZadan .conlink{
    margin: 0;
    width: 100%;
  }
  .conlink .rea {
    margin: 0.2em 0;
  }
  .rep {
    padding: 0 0.3em;
}
  .rep p{
    padding: 0 0.5em;
    width: calc(100% - 30px);
  }
  .rep img {
      width: 24px;
      margin: 0 2px;
  }
  .zadankai-title-obi img {
    margin: 0;
  }
  .zadankai-title-obi .zadankai-title-block {
    width: 100%;
  }
  .zadankai-title-obi .zadankai-title-block .zadankai-title{
    width: calc(100% - 44px);
    margin: 0 auto;
  }

}
