p {
  text-align: justify;
}

div.casesWrapper {
  position: relative;
  *zoom: 1;
  margin-bottom: 30px;
}
div.casesWrapper:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
div.casesWrapper h2 {
  text-align: center;
  margin-bottom: 12px;
}
div.casesWrapper h2.jirei {
  text-align: center;
  margin-bottom: 25px;
}
div.casesWrapper h3 {
  font-weight: bold;
}
div.casesWrapper p.top {
  margin-top: 30px;
}
div.casesWrapper div.casesContent_L {
  margin-left: 168px;
  float: left;
}
div.casesWrapper div.casesContent_R {
  margin-right: 168px;
  float: right;
}
div.casesWrapper div.w380 {
  width: 380px;
}
div.casesWrapper div.w248 {
  width: 248px;
}
div.casesWrapper p.indentList {
  position: relative;
  padding-left: 32px;
}
div.casesWrapper p.indentList span.indentListNm {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
}
div.casesWrapper div.pageTop {
  position: absolute;
  right: 18px;
  bottom: -30px;
}
div.casesWrapper div.casesintro {
  float: left;
  margin-right: 38px;
  margin-bottom: 5px;
  width: 400px;
}
div.casesWrapper div.casesintro ul.jirei1 {
  padding-left: 2em;
}
div.casesWrapper div.casesintro ul.jirei1 li {
  list-style-type: disc;
}
div.casesWrapper div.L {
  margin-left: 78px;
}
div.casesWrapper div.jireiback {
  height: 30px;
  position: relative;
  margin-bottom: 25px;
}
div.casesWrapper div.jireiTitle {
  height: 30px;
  width: 1000px;
  position: absolute;
}
div.casesWrapper h3.jirei {
  text-align: center;
  font-size: 120%;
  margin: 4.5px 0px auto;
}
div.casesWrapper ol {
  margin-left: 2.5em;
  list-style-type: none;
}
div.casesWrapper ol li {
  counter-increment: cnt;
}
div.casesWrapper ol li:before {
  content: counter(cnt) ") ";
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
div.casesWrapper div.introColumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 38px;
  -webkit-column-gap: 38px;
  column-gap: 38px;
  *zoom: 1;
  margin-right: 78px;
  margin-bottom: 5px;
  width: 838px;
}
div.casesWrapper div.introColumn:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

div.casesContact {
  width: 1000px;
  height: 43px;
  margin-bottom: 50px;
  position: relative;
}
div.casesContact div.tell {
  position: absolute;
}
div.casesContact div.mailForm {
  position: absolute;
  right: 168px;
  top: 9px;
}

span.green {
  color: #27C818;
}

.marTop {
  margin-top: 30px;
}


/* Accordion */

.cp_actab {
position: relative;
overflow: hidden;
width: 80%;
margin: 0 auto;
color: #ffffff;
}

.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}

.cp_actab label {
font-weight: bold;
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
cursor: pointer;
margin: 0 0 1px 0;
background: #0c6cc3;
}

.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.35s;
transition: max-height 0.35s;
color: #666666;
background: #bceaff;
}

/*
.cp_actab .cp_actab-content p {
margin: 1em;
}
*/

.cp_actab .cp_actab-content p {
margin: 1em 3em;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 120em;
}

/* Icon */
.cp_actab label::after {
line-height: 3;
position: absolute;
top: 0;
right: 0;
display: block;
width: 3em;
height: 3em;
-webkit-transition: all 0.35s;
transition: all 0.35s;
text-align: center;
}

.cp_actab input[type=checkbox] + label::after {
content: '+';
}

.cp_actab input[type=checkbox]:checked + label::after {
transform: rotate(315deg);
}



/*# sourceMappingURL=cases.css.map */
