@charset "utf-8";

/*icon style*/
.icon_window{
content:'';
display:inline-block;
position: relative;
background:url(/sp/common/images/icon_window.png) no-repeat center;
top:50%;
margin-top:-4px;
right:0px;
width:10px;
height:8px;
background-size:contain;
}
.icon_window:before{
background-image: none !important;
}

/* Background Color */
.bgBlue {
    background: #ebf3fe!important;
}
.bgBlue01 {
    background: #004197!important;
}
.bgBlue02 {
    background: #002f5e!important;
}
.bgGray {
    background: #f2f2f2!important;
}
.bgGray01 {
    background: #f1f1f1!important;
}
.bgOrange {
    background: #fff2e5!important;
}

/* Margin */
.mb1 {
	margin-bottom: 1px;
}

/* Color */
.fcOrange {
    color: #ff7c00!important;
}
.fcBlue {
    color: #5e697d!important;
}

/* Width */
.width65 {
    width: 65px!important;
}

/* Rotate */
.rotate45deg {
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
.rotate315deg {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

/* Box Area */
.boxArea{
	border:1px solid #cccccc;
}
.boxArea h3{
	border-top:2px solid #004197;
	border-bottom:1px solid #cccccc;
	padding:16px 15px;
	font-weight:bold;
	font-size:16px;
}
.boxArea ul{
	padding:20px 15px;
}
.boxArea ul > li {
    display:table;
    width:100%;
}
.boxArea ul li .img,
.boxArea ul li .text{
	display:table-cell;
	vertical-align:top;
}
.boxArea ul li .img {
	width: 26.25%;
}
.boxArea ul .text{
	padding:0 25px 0 15px;
	line-height:1.5;
	position:relative;
}
.boxArea ul .text:after{
	content:'';
	position:absolute;
	display:block;
	background:url(/sp/common/images/allow_simple_blue_migi.png) no-repeat center;
	top:50%;
	margin-top:-7px;
	right:0;
	width:8px;
	height:12px;
	background-size:contain;
}

/* List */
.list_number{
	padding-left: 20px;
}
ul.list_dot > li {
	padding-left: 20px;
	text-indent: -20px;
}
ul.square_list > li {
	padding-left: 20px;
	text-indent: -20px;
}
ul.square_list > li:before{
	content:'■';
	padding-right:5px;
	display: inline;
}
dl.blueBox_list > dt {
	padding: 15px;
	background: #d5e6fc;
	color: #002f5e;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}
dl.blueBox_list > dd {
	padding: 15px 25px;
	border: 1px solid #d5e6fc;
	color: #002f5e;
	font-size: 15px;
	line-height: 1.5;
}

/* Seminar List */
.seminar_list li {
    padding: 0 15px;
}
.seminar_list a {
    position: relative;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #95b6e1;
}
.seminar_list a:after {
    content: '';
    position: absolute;
    display: block;
    background: url(/sp/common/images/allow_simple_blue_migi.png) no-repeat left center;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-size: contain;
}
.seminar_list .date {
    margin-bottom: 10px;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
}
.seminar_list .title {
    padding-right: 15px;
    color: #004197;
    font-size: 15px;
    line-height: 1.5;
}

/* Global Navigation Bottom */
.gnaviBottomZone{
    padding: 0 10px;
}
.gnaviBottomZone li{
	float:left;
	width:50%;
    margin-bottom: 5px;
}
.gnaviBottomZone li:nth-child(2n) {
    padding-left: 2px;
}
.gnaviBottomZone li:nth-child(2n+1) {
    padding-right: 2px;
}
.gnaviBottomZone li .button{
	width:100%;
	border-color:#cccccc;
	background:#e8ebed;
	background:linear-gradient(to bottom,#fdfdfd 0%,#e8ebed 100%);
	border-radius:5px;
	position:relative;
	line-height:1.3;
}
.gnaviBottomZone li p.button:before{
	content:'';
	position:absolute;
	display:block;
	top:10px;
	left:10px;
	width:27px;
	height:33px;
	background-size:contain;
}
.gnaviBottomZone li p.button:after{
	content:'';
	position:absolute;
	display:block;
	top:10px;
	left:50%;
	margin-left:-16px;
	width:32px;
	height:28px;
	background-size:contain;
}
.gnaviBottomZone li .button:hover{
	opacity:0.8;
}
.gnaviBottomZone li .button a{
	padding:50px 0 10px;
	text-align:center;
	border-bottom:3px solid;
	font-size:14px;
}
.gnaviBottomZone li .button a:hover{
	text-decoration:none;
}
.gnaviBottomZone li .button span{
	position:relative;
}
.gnaviBottomZone li .button a:after{
	content:'';
	position:absolute;
	display:block;
	background:url(/common/images/allow_icon_blue_migi.png) no-repeat center;
	top:50%;
	margin-top:-7px;
	right:10px;
	width:8px;
	height:12px;
	background-size:contain;
}
/* -------------------------- etc */
.gnaviBottomZone li .button.yellow a{
	border-bottom-color:#fcb509;
}

.gnaviBottomZone li .button.skyblue a{
	border-bottom-color:#30c9e5;
}

.gnaviBottomZone li .button.pink a{
	border-bottom-color:#fc5474;
}

.gnaviBottomZone li .button.green a{
	border-bottom-color:#89da15;
}

/* -------------------------- etc */

.gnaviBottomZone li .button.yellow:before{
background:url(/sp/common/images/icon_small_miryokumoji01.png) no-repeat center;
}

.gnaviBottomZone li .button.skyblue:before{
background:url(/sp/common/images/icon_small_miryokumoji02.png) no-repeat center;
}

.gnaviBottomZone li .button.pink:before{
background:url(/sp/common/images/icon_small_miryokumoji03.png) no-repeat center;
}

.gnaviBottomZone li .button.green:before{
background:url(/sp/common/images/icon_small_miryokumoji04.png) no-repeat center;
}

/* -------------------------- etc */

.gnaviBottomZone li .button.yellow:after{
background:url(/sp/common/images/icon_small_miryoku01.png) no-repeat center;
}

.gnaviBottomZone li .button.skyblue:after{
background:url(/sp/common/images/icon_small_miryoku02.png) no-repeat center;
}

.gnaviBottomZone li .button.pink:after{
background:url(/sp/common/images/icon_small_miryoku03.png) no-repeat center;
}

.gnaviBottomZone li .button.green:after{
background:url(/sp/common/images/icon_small_miryoku04.png) no-repeat center;
}

/* Tabs */
.tab01 {
	width: 100%;
}
.tab01 li.button {
	float: left;
	width: 50%;
	height: auto;
    margin-bottom: 4px;
}
.tab01 li.button:nth-child(2n) {
	padding-left: 2px;
}
.tab01 li.button:nth-child(2n+1) {
	padding-right: 2px;
}
.tab01 li a {
    position: relative;
	display: block;
    padding: 15px 5px 25px;
	background-color: #f1f1f1;
    font-size: 14px;
    text-decoration: none;
}
.tab01 li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-image: url('/sp/common/images/allow_icon_blue_migi_down.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.tab01 li a:hover:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
table.ranking_table > thead > tr > th{
    padding: 10px;
    background: #266aad;
    border-right: 1px solid #759cc3;
    color: #fff;
    font-size: 15px;
}
table.ranking_table > thead > tr > th:last-child{
    border-right: 0;
}
table.ranking_table > tbody > tr > th {
    text-align: center;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
table.ranking_table > tbody > tr > td {
    padding: 15px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
    text-align: center;
}
table.ranking_table > tbody > tr > td:last-child {
    border-right: 0;
}
table.ranking_table > tbody > tr > td:last-child img{
    height: 24px;
    width: auto;
}

.occupants_plan > li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.occupants_plan > li > div{
    display: table-cell;
    vertical-align: middle;
}
.occupants_plan > li > .img{
    width: 30%;
    padding-right: 15px;
    text-align: center;
}
.occupants_plan > li > .img p{
    margin-top: 10px;
    color: #004197;
    font-size: 12px;
    line-height: 1.5;
}
.occupants_plan > li > .txt{
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    color: #004197;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}
.occupants_plan > li > .txt:before{
	position: absolute;
	top: 0;
	left: -10px;
	content: '';
	width: 12px;
    height: 100%;
    background: url(/sp/consulting/images/comment_bg_01.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.planSection {
    position: relative;
    overflow: hidden;
    padding: 45px 15px 20px;
    background: #266aad;
}
.planSection:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 25px;
    background: url(/sp/consulting/images/counter_measure_bg_01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.plans_list > dt {
    padding: 10px;
    background: #ebf3fe;
    color: #004197;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.plans_list > dd {
    margin-bottom: 2px;
    padding: 15px;
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
}
.plans_list > dd:last-child {
    margin-bottom: 0;
}

/* Diagram Box */
.diagramBox {
    padding: 15px;
}
.diagramBox > dt{
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}
.diagramBox > dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-top: 0;
    text-align: center;
}
.diagramBox > dd:last-child {
    margin-bottom: 0;
}
.diagramBox > dt.blue {
    background: #266aad;
    color: #fff;
    border-color: #266aad;
}
.diagramBox > dd.blue {
    border-color: #266aad;
}

/* Case */
.case {
	border: 1px solid #dadada;
}
.case > .problem {
	position: relative;
	padding: 15px;
	background: #f1f1f1;
	border-bottom: 1px solid #dadada;
}
.case > .problem:after {
	position: absolute;
	bottom: -11px;
	left: 45.089%;
	content: '';
	width: 20px;
	height: 20px;
	background: #f1f1f1;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.case > .problem > .owner{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.case > .problem > .owner > .img,
.case > .problem > .owner > .name {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.case > .problem > .owner > .img {
	width: 15%;
	text-align: center;
}
.case > .problem > .owner > .name {
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
}
.case > .problem > p {
	font-size: 15px;
	line-height: 1.5;
}
.case > .solution {
	padding: 30px 15px 15px;
	font-size: 15px;
	line-height: 1.5;
}

/* owners_voice */
.owners_voice > li {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.owners_voice > li:last-child {
	margin-bottom: 0;
}
.owners_voice > li > div{
    display: table-cell;
    vertical-align: middle;
}
.owners_voice > li > .img{
    width: 18%;
    padding-right: 15px;
    text-align: center;
}
.owners_voice > li > .img p{
    margin-top: 10px;
    color: #004197;
    font-size: 12px;
    line-height: 1.5;
}
.owners_voice > li > .txt{
    position: relative;
    font-size: 15px;
    line-height: 1.5;
}

/* Contact */
.contactBox {
	padding: 15px;
	border: 2px solid #ccc;
}

/*trouble_wrap
---------------------------------------*/
.trouble_wrap {
width: 100%;
background: #266aad;
border: solid 20px #266aad;
border-top: 0;
}

.trouble_wrap h3 {
text-align: center;
padding: 11px 0 15px 0;
}

.trouble_wrap h3 img {
}

.trouble_wrap_inner {
background: #fff;
border-radius: 12px;
padding: 20px 0;
}

.trouble_in_box {
border-bottom: dotted 2px #266aad;
margin-bottom: 20px;
padding: 0 20px;
}

.trouble_in_box:last-child {
border: 0;
margin-bottom: 0px;
}

.trouble_in_box h4 {
margin-bottom: 15px;
}

.trouble_in_box h4 img {
}

.trouble_in_box .trouble_list_box {
margin-bottom: 20px;
}

.trouble_in_box:last-child .trouble_list_box {
margin-bottom: 0px;
}

.trouble_in_box .trouble_list_box .trouble_list {
line-height: 1.3;
padding-bottom: 8px;
font-weight: bold;
}

.trouble_in_box:last-child .trouble_list_box .trouble_list{
padding-bottom: 0px;
}