@charset "utf-8";
#trouble-title{
	clear: both;
	margin: 20px 0;
	padding: 0 0 0 70px;
	font-size: 2.0em !important;
	font-weight: normal !important;
	line-height: 3.0em;
	background: url(../img/logo_trouble.png) no-repeat left;
}

#lead-box{
	margin: 0 0 40px 0;
	padding: 25px;
	line-height: 1.3em;
	font-size: 1.1em;
	background-color: #fff0ed;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

#case-list li{
	float: left;
	width: 300px;
	margin: 0 30px 30px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#case-list li:nth-child(3n+3){
	margin-right: 0;
}

#case-list li p.photo{

	margin: 0;

}

#case-list li p.photo img{
	width: 100%;
	border: 2px solid #f1f1f1;
}

#case-list li p.trouble-numner{
	margin: 0;
	padding: 5px;
	background-color: #f1f1f1;
}

#case-list li h2{
	margin: 20px 0 !important;
	font-size: 1.8em;
	font-weight: normal !important;
	text-align: center;
}

#case-list li p.trouble-comment{
	margin: 0 20px 10px !important;
}

.btn-detail{
	clear: both;
	width: 60%;
	margin: 0 auto 10px;
	padding-top: 10px;
}

.btn-detail a{
	display: block;
	width: 100%;
	padding: 3px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/case_arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px top 8px;
	background-color: #802618;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.btn-detail a:hover{
	background-color: #a23d2e;
}


/* 詳細ページ */

#title-block{
	clear: both;
	margin: 40px 0 20px;
	background: url("../img/logo_trouble.png");
	background-repeat: no-repeat;
	background-position: left 40%;
}

#title-block h1{
	color: #b63022;
	padding: 0 0 0 80px;
	line-height: 1.5em;
	font-size: 1.7em !important;
	font-weight: normal !important;
}

#title-block h1 span{
	font-size: 0.7em;
}

p.photo-s{
	margin: 20px 10% 30px!important;

}

p.photo-s img{
	width: 100%;
}

p.photo-100,
p.photo-fix{
    margin-top: 20px!important;
    margin-bottom: 30px!important;
}

p.photo-100 img{
	width: 100%;
}



.point-area{
	margin: 40px 0;
}

.point-box{
	padding: 15px;
	border: 1px solid #e8e8e8;
}

.point-box p{
	padding: 0 0 0 30px;
	color: #990000;
	font-size: 1.1em;
	background: url(../img/ico_check.png) no-repeat left;
}

.point-box p.point-title{
    padding: 0;
    font-weight: bold;
    background: none;
    color: #333;
    text-decoration: underline;
}
 
.lead{
    margin: 40px 0 20px 0;
    padding: 20px;
    background-color: #f5f5f5;
}

.lead .lead-inner {
    border-left: 12px solid #55abae;
}

.lead .lead-inner h2{
    margin-left: 20px;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.5em;
}

#main-area h3{
    border: 1px solid #55ABAE;
    font-weight: bold;
    color: #55ABAE;
    padding: 5px 10px;
    margin: 40px 0 20px;
}

#main-area h4{
    margin: 30px 0 15px 0;
    border-bottom: 1px dashed #333;
}

.intro{
    padding: 20px 20px 10px 20px;
    background-color: #FFF4E8;
}

.toc{
    margin: 30px 40px 50px;
}

.toc p{
    margin: 0!important;
    padding: 5px 10px;
    border-width:  1px 1px 0 1px;
    border-style:  solid;
    border-color: #ccc;
}

.toc ol{
    border-bottom: 1px solid #ccc;
}



.toc ol li{
    border-width:  1px 1px 0 1px;
    border-style:  solid;
    border-color: #ccc;
    padding: 10px;
}

table.reform_data{
    width: 100%;
    margin-bottom: 50px;
}

table.reform_data caption{
    border: 1px solid #ccc;
    text-align: left;
    color: #fff;
    font-weight: bold;
    background-color: #55abae;
    padding: 5px 10px;
}

table.reform_data th,
table.reform_data td{
    border: 1px solid #ccc;
     padding: 5px 10px;
}


table.ex_data{
    width: 100%;
	margin-top: 30px;
    margin-bottom: 30px;
}

table.ex_data caption{
    border: 1px solid #55abae;
    text-align: left;
    background-color: #fff;
    padding: 5px 10px;
}

table.ex_data th,
table.ex_data td{
    border: 1px solid #55abae;
     padding: 5px 10px;
}


table.title_green th{
    color: #fff;
    background-color:  #55ABAE;
}


.corp_info{
    margin-bottom: 50px;
    padding: 20px;
    background-color: #E6F0F4;
}

#main-area .corp_info h4{
    font-size: 1.1em!important;
    font-weight: bold!important;
    border: none;
    margin: 0;
}

.corp_info table{
    width: 100%;
    margin: 30px 0 20px; 
}

.corp_info table th,
.corp_info table td{
    text-align: center;
    vertical-align: middle;
    border: 1px solid #666;
    background-color: #fff;
}

.corp_info table th{
    width: 40%;
}

.corp_info table td{
    width: 60%;
    font-size: 1.2em;
    font-weight: bold;
}

.navi_area{
    position: relative;
    height: 30px;
        margin-top: 50px;

}
.navi_area a{
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
}

.navi_area .previous{
    position: absolute;
    left: 0;
    background-color: #666;
}

.navi_area .index{
    position: absolute;
    left: 45%;
    background-color: #666;
}

.navi_area .next{
    position: absolute;
    right: 0;
    background-color: #666;
}

.link_btn li{
    display: inline-block;
    background-color: #55ABAE;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.link_btn li a{
    color: #fff;
    text-decoration: none;
}

.line{
	margin-top: 40px;
	padding-top: 40px;
	background: url(../img/line.png) repeat-x top;
}

/* ボタン */
.btn-nakoudo{
	clear: both;
	width: 60%;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	background-color: #de7d1e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
	box-shadow: 0px 4px 0px 0px rgba(172,94,18,1);
}

.btn-nakoudo a{
	position: relative;
	display: block;
	margin: 40px 0;
	padding: 15px;
	background-color: #de7d1e;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-nakoudo a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #fff;
}

.btn-nakoudo a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #de7d1e;
}

.btn-nakoudo a:hover,

.btn-nakoudo a:active,

.btn-nakoudo a:hover:after,

.btn-nakoudo a:active:after{
	background-color: #f08f2f;
}

.button-area .button-upper{
    height: 120px;
    margin-bottom: 0!important;
    background-image: url("../img/bg_button.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.2em;
    padding-top: 50px;
}

.button-area.noimage{
    margin-top: 50px;
}

.button-area.noimage .button-upper{
    height: 1.2em;
    background-image: none;
    padding-top: 0;
    color: #de7d1e;
}

.button-area .btn-nakoudo{
	width: 94%;
}

.button-area .btn-nakoudo span{
    background-color: #f00;
    color: #fff;
    padding: 0 10px;
}

.button-area .btn-nakoudo a{
	margin-top: 0;
}

.btn-nakoudo a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #fff;
}

.btn-nakoudo a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #de7d1e;
}

.btn-nakoudo a:hover,

.btn-nakoudo a:active,

.btn-nakoudo a:hover:after,

.btn-nakoudo a:active:after{
	background-color: #f08f2f;
}

#pager .backnum{
	float: left;
	width: 150px;
	text-align: center;
	background-color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
	box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
}
#pager .backnum a{
	position: relative;
	display: block;
	padding: 5px;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#pager .backnum a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #fff;
}

#pager .backnum a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	left: 12px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #666;
}

#pager .backnum a:hover,

#pager .backnum a:active,

#pager .backnum a:hover:after,

#pager .backnum a:active:after{
	background-color: #999;
}

#pager .nextnum{
	float: right;
	width: 150px;
	text-align: center;
	background-color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
	-moz-box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
	box-shadow: 0px 4px 0px 0px rgba(68,68,68,1);
}

#pager .nextnum a{
	position: relative;
	display: block;
	padding: 5px;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#pager .nextnum a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #fff;
}

#pager .nextnum a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	background-color: #666;
}

#pager .nextnum a:hover,

#pager .nextnum a:active,

#pager .nextnum a:hover:after,

#pager .nextnum a:active:after{
	background-color: #999;
}


.theme-list li a{
    padding-right: 20px;
}

@media screen and (max-width:420px){ /* 〜420px */

.contents-area img{
	width: 96%;
}

#trouble-title{
	margin: 20px 0;
	font-size: 1.3em !important;
	line-height: 1.4em;
}

#lead-box{
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 0.9em;
}

#case-list li{
	float: none;
	margin: 0 auto 30px;
}

#case-list li:nth-child(3n+3){
	margin-right: auto;
}

#case-list li h2{
	margin: 15px 0 !important;
	line-height: 1.3em;
	font-size: 1.6em;
}

#case-list li p.trouble-comment{
	margin: 0 20px 5px !important;
}

.btn-detail{
	width: 80%;
}


/* 詳細ページ */

#title-block{
	clear: both;
	margin: 40px 0 20px;
    background-image: none;
}

#title-block .photo{
	float: none;
}

#title-block .photo img{
	width: 100%;
}

#title-block .number{
	margin: 0 0 0 10px;
	padding-top: 10px;
}

#title-block h1{
	margin: 10px 0 20px 10px;
    padding: 0;
	font-size: 1.4em !important;
}

.point-area{
	margin: 30px 0;
	padding: 0;
}

.point-box{
	padding: 15px;
	border: 1px solid #e8e8e8;
}

.point-box p{
	padding: 0 0 0 30px;
	color: #990000;
	font-size: 1.1em;
	background: url(../img/ico_check.png) no-repeat left;
}

p.photo-s img{
	width: 100%;
}
    

.line{
	margin-top: 40px;
	padding-top: 40px;
	background: url(../img/line.png) repeat-x top;
}


/* ボタン */

.btn-nakoudo{
	width: 96%;
	font-size: 1.0em;
}
.button-area .button-upper{
        font-size: 0.9em;
    }

}