@charset "utf-8";
 
 section.container{
	width: 90%;
	max-width: 1000px;
	padding-top: 150px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
	text-align: center;
}

section.container h2{
	margin-bottom:50px;

}

 
 
 #kantei {
	width: 75%;
	max-width: 720px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	/* box-shadow */
	box-shadow: 4px 5px 11px -3px #ccc;
	-moz-box-shadow: 4px 5px 11px -3px #ccc;
	-webkit-box-shadow: 4px 5px 11px -3px #ccc;
	/* border-radius */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	/* border */
	border: 1px solid #cccccc;
}


 #kantei p.text{
	 font-size: 1.3em;
	line-height: 2em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 }


h3{
	 font-size:1.5em !important;
	line-height: 2em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    position: relative;
    color: #fff;
    background: #B92A2C;
    font-size: 1.143em;
    font-weight: bold;
    margin: 0 -2.4em 1.5em -2.4em;
    padding: 0.8em;
    box-shadow: 0 1px 3px #777;
    -moz-box-shadow: 0 1px 3px #777;
    -webkit-box-shadow: 0 1px 3px #777;
    -o-box-shadow: 0 1px 3px #777;
    -ms-box-shadow: 0 1px 3px #777;
	text-align:center;
}
 
h3:after,
h3:before{
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
 
h3:before{
    right: 0;
    border-left: 5px solid #333;
}
 
h3:after{
    left: 0;
    border-right: 5px solid #333;
}

.price{
	font-size:1.2em;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:-15px;
	}

table.company {
	float:left;
	width:90%;
    max-width: 720px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #B92A2C;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #B92A2C;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}