@charset "UTF-8";
/*
	Copyright J-LINE CORPORATION. All rights reserved.
	http://www.j-line.co.jp/
*/


.details p {
    display: block;
    margin: 1.6em 0;
}
.details strong { font-weight: bold; }
.details em { font-style: italic; }

 
/* img */
 
.details .aligncenter {
    display: block;
    margin: 0 auto;
}
.details .alignright { float: right; }
.details .alignleft { float: left; }
 
.details img[class*="wp-image-"],
.details img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
 
.details .clearfix {
    overflow: hidden;
    zoom: 1;
}
.details .clearfix:after {
    content: ""
    display: block;
    clear: both;
}


/* blockquote */
.details blockquote{
  margin: 0px auto;
  padding: 20px 45px;
  background: rgba(245,245,245,0.8);
  color: #222;
  position: relative;
  border: solid 1px #fff;
}
.details blockquote:before{
  content: "“";
  font-family: serif;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 600%;
  color: rgba(200,200,200,1);
  line-height: 1em;
}
.details blockquote:after{
  content: "”";
  font-family: serif;
  position: absolute;
  bottom: -10px;
  right: 0;
  font-size: 600%;
  color: rgba(200,200,200,1);
  line-height: 0;
}
@media screen and (max-width: 768px) {
 .details blockquote{
    margin: 0px auto;
    padding: 40px 15px;
    background: rgba(245,245,245,0.8);
    color: #222;
    position: relative;
    border: solid 1px #fff;
  }
}




/* list */

.details ul,.details ol {
    margin-top: 10px;
    margin-bottom: 10px;
}
.details ul {
    list-style: disc;
    line-height: 1.6;
    padding-left: 20px;
    border: none;
}
.details ol {

    line-height: 1.6;
    padding-left: 20px;
    border: none;
    list-style-position: outside;
}

.details  ul li,.details ol li {
    display: table;
    width: 100%;
}
.details ul li,.details ol li {
    border-top: solid 1px #c2c9d0;
    padding: 30px 0;
}
.details li {
    line-height: 1.6;
}


.details ul li {
    list-style-type: disc;
}
.details ul li, .details ol li {
    padding: 0 0;
    margin-bottom: 10px;
    border-top: none;
    display: list-item;
}



/* head */
.details h1{
  font-weight: bold;
}
.details h2{
  font-weight: bold;
}
.details h3{
  font-weight: bold;
}
.details h4{
  font-weight: bold;
}
.details h5{
  font-weight: bold;
}
.details h6{
  font-weight: bold;
}

.details a{
    text-decoration: underline;
}