 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
style
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.secMv {
  position: relative;
  height: 525px;
  background: url(../images/bg_header.png) #59bfe9 repeat-x center 0;
}
.secMv .logo {
  position: absolute;
  width: 140px;
  left: 50%;
  top: 25px;
  margin-left: -547px;
}
.secMv .logo img {
  max-width: 100%;
  height: auto;
}
.secMv h1 {
  padding-top: 43px;
  text-align: center;
  font-size: 21px;
  font-family: "Helvetica Neue", Helvetica, Arial, clean, sans-serif;
  letter-spacing: 0.3em;
  margin-left: 0.3em;
  color: #fff;
}
.secMv h1 span {
  display: inline-block;
  margin-left: -0.3em;
  padding: 2px 20px;
  background: #fff;
  font-size: 10px;
  color: #59BFE9;
  letter-spacing: normal;
}
.secMv.secHomeMv {
  height: 445px;
  background: #59BFE9;
}
.secMv.secHomeMv h1 {
  position: absolute;
  width: 156px;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  padding: 0;
  z-index: 1;
}
.secMv.secHomeMv .image {
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -250px;
}
.secMv.secHomeMv .text {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 95px;
  margin-left: 300px;
}
.secMv.secHomeMv .text img {
  max-width: 100%;
  height: auto;
}
.secMv.secHomeMv .btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 145px;
  margin-left: -400px;
}
.secMv.secHomeMv .btn img {
  max-width: 100%;
  height: auto;
}

.topic-path {
  *zoom: 1;
  padding: 15px 20px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.topic-path:after {
  content: "";
  display: table;
  clear: both;
}
.topic-path li {
  position: relative;
  float: left;
  margin-right: 30px;
}
.topic-path li a {
  text-decoration: underline;
}
.topic-path li a:hover {
  text-decoration: none;
}
.topic-path li:after {
  content: ">";
  position: absolute;
  left: -20px;
  top: 0;
}
.topic-path li:first-child:after {
  display: none;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.secHomePost {
  *zoom: 1;
  margin-top: 50px;
}
.secHomePost:after {
  content: "";
  display: table;
  clear: both;
}
.secHomePost .article {
  float: left;
  width: 333px;
  margin-left: 48px;
}
.secHomePost .article:first-child {
  margin-left: 190px;
}
.secHomePost .article a {
  display: block;
}
.secHomePost .article h2 {
  padding-bottom: 10px;
  border-bottom: solid 1px black;
  font-size: 21px;
  letter-spacing: 0.3em;
  text-align: center;
}
.secHomePost .article dl {
  line-height: 1.65;
}
.secHomePost .article dl dt {
  margin-top: 30px;
  font-size: 15px;
}
.secHomePost .article dl dt span {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
}
.secHomePost .article dl dd {
  margin-top: 25px;
}
.secHomePost .article dl dd img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
member
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.secMember h3 {
  padding: 10px 0;
  background-color: #EEEAD0;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.3em;
}
.secMember .article {
  *zoom: 1;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
}
.secMember .article:after {
  content: "";
  display: table;
  clear: both;
}
.secMember .article .image {
  float: left;
  width: 300px;
  margin-right: 50px;
}
.secMember .article .image dl {
  margin-top: 15px;
  margin-left: 30px;
  line-height: 1.7;
  font-size: 14px;
}
.secMember .article .image dl dd {
  font-size: 24px;
}
.secMember .article .text {
  float: left;
  width: 615px;
  margin-top: 15px;
}
.secMember .article .text h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  font-size: 28px;
  line-height: 1.9;
}
.secMember .article .text p {
  line-height: 1.7;
  font-size: 14px;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
publication / service / news
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.secPostArchive {
  width: 911px;
  background: #fff;
}
.secPostArchive .article {
  *zoom: 1;
  border-top: solid 1px black;
}
.secPostArchive .article:after {
  content: "";
  display: table;
  clear: both;
}
.secPostArchive .article:first-child {
  border: none;
}
.secPostArchive .article a {
  display: block;
}
.secPostArchive .article .image {
  float: left;
  width: 284px;
  text-align: center;
}
.secPostArchive .article .text {
  float: right;
  width: 627px;
}
.secPostArchive .article .text dl {
  padding: 55px 50px 0 60px;
}
.secPostArchive .article .text dl dt {
  font-size: 24px;
}
.secPostArchive .article .text dl dt span {
  display: block;
  font-size: 10px;
}
.secPostArchive .article .text dl dd {
  margin-top: 30px;
  line-height: 1.9;
}

.secPost {
  width: 911px;
  background: #fff;
}
.secPost .image {
  text-align: center;
}
.secPost .image img {
  max-width: 100%;
  height: auto;
}
.secPost header {
  *zoom: 1;
  padding: 15px 60px;
}
.secPost header:after {
  content: "";
  display: table;
  clear: both;
}
.secPost header h3 {
  margin-left: 80px;
  font-size: 24px;
}
.secPost header p {
  float: left;
  margin-top: 5px;
  font-size: 10px;
}
.secPost .text {
  padding: 50px 60px;
  background: #fff;
}
.secPost .boxPostBody {
  font-size: 15px;
}
.secPost .boxPostBody a {
  color: #29abe2;
  text-decoration: underline;
}
.secPost .boxPostBody a:hover {
  text-decoration: none;
}
.secPost .boxPostBody h1, .secPost .boxPostBody h2, .secPost .boxPostBody h3, .secPost .boxPostBody h4, .secPost .boxPostBody h5, .secPost .boxPostBody h6 {
  margin-bottom: 20px;
  font-weight: bold;
}
.secPost .boxPostBody h1 {
  font-size: 26px;
}
.secPost .boxPostBody h2 {
  font-size: 24px;
}
.secPost .boxPostBody h3 {
  font-size: 22px;
}
.secPost .boxPostBody h4 {
  font-size: 20px;
}
.secPost .boxPostBody h5 {
  font-size: 18px;
}
.secPost .boxPostBody h6 {
  font-size: 16px;
}
.secPost .boxPostBody p {
  *zoom: 1;
  margin-bottom: 1em;
  line-height: 2;
}
.secPost .boxPostBody p:after {
  content: "";
  display: table;
  clear: both;
}
.secPost .boxPostBody em {
  font-style: italic;
}
.secPost .boxPostBody ul, .secPost .boxPostBody ol {
  margin-bottom: 1em;
  list-style-position: outside;
  line-height: 1.5;
}
.secPost .boxPostBody ul li, .secPost .boxPostBody ol li {
  margin-left: 1.5em;
  margin-bottom: 10px;
}
.secPost .boxPostBody ol li {
  list-style-type: decimal;
}
.secPost .boxPostBody ul li {
  list-style-type: disc;
}
.secPost .boxPostBody img {
  max-width: 400px;
  height: auto;
}
.secPost .boxPostBody img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.secPost .boxPostBody img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.secPost .boxPostBody img.aligncenter {
  max-width: 100%;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.asidePost {
  position: absolute;
  width: 114px;
  right: 0px;
  top: -133px;
  padding: 133px 35px 0 35px;
  background: #EEEAD0;
  font-size: 12px;
}
.asidePost .wp-pagenavi {
  *zoom: 1;
  margin-bottom: 30px;
}
.asidePost .wp-pagenavi:after {
  content: "";
  display: table;
  clear: both;
}
.asidePost dl {
  line-height: 1.6;
}
.asidePost dl dt {
  display: inline-block;
  margin-bottom: 5px;
  border-bottom: solid 1px black;
}
.asidePost dl dd {
  margin-bottom: 30px;
}
.asidePost dl dd li {
  margin-top: 10px;
}

.previouspostslink,
.nextpostslink {
  display: block;
  width: 16px;
  height: 30px;
  text-indent: -9998em;
}

.previouspostslink {
  float: left;
  background: url(../images/btn_prev.png) no-repeat center 0;
}

.nextpostslink {
  float: right;
  background: url(../images/btn_next.png) no-repeat center 0;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
company
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.secCompany h3,
.secCompany2 h3 {
  margin-bottom: 30px;
}
.secCompany h3 span,
.secCompany2 h3 span {
  display: inline-block;
  padding-bottom: 25px;
  background: url(../images/bg_title.png) no-repeat center bottom;
  font-size: 26px;
}
.secCompany a,
.secCompany2 a {
  color: #29abe2;
}
.secCompany a:hover,
.secCompany2 a:hover {
  text-decoration: underline;
}

.secCompany2 {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px black;
}
.secCompany2.fin {
  padding-bottom: 50px;
}
.secCompany2 p, .secCompany2 dl {
  margin-top: 30px;
  line-height: 1.8;
}

.secCompany {
  *zoom: 1;
  margin-top: 60px;
}
.secCompany:after {
  content: "";
  display: table;
  clear: both;
}
.secCompany .text {
  float: left;
  width: 600px;
}
.secCompany .text dl {
  *zoom: 1;
  line-height: 2;
}
.secCompany .text dl:after {
  content: "";
  display: table;
  clear: both;
}
.secCompany .text dl dt {
  float: left;
}
.secCompany .text dl dd {
  margin-left: 120px;
}
.secCompany #gmap {
  float: right;
  width: 480px;
  height: 300px;
}
.secCompany #gmap iframe {
  max-width: 100%;
  height: auto;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
contact
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.secContact {
  padding: 50px 60px;
  background: #fff;
  line-height: 1.6;
}
.secContact dl {
  *zoom: 1;
  margin-top: 20px;
  padding-top: 20px;
  border-top: dotted 1px black;
}
.secContact dl:after {
  content: "";
  display: table;
  clear: both;
}
.secContact dl dt {
  float: left;
}
.secContact dl dd {
  margin-left: 200px;
}
.secContact .boxSubmit {
  margin-top: 20px;
  padding-top: 20px;
  border-top: dotted 1px black;
  text-align: center;
}
.secContact .ipTF {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  border: solid 1px #aaa;
}
.secContact textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 200px;
  padding: 10px;
  background: #fff;
  border: solid 1px #aaa;
}
.secContact .btnSubmit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 200px;
  padding: 10px;
  background: #29abe2;
  border: none;
  color: #fff;
  cursor: pointer;
}
.secContact .caution {
  color: #29abe2;
}
.secContact .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  color: #cc0000;
}
.secContact .wpcf7-mail-sent-ok {
  border: solid 1px #29abe2;
}
.secContact .wpcf7-validation-errors {
  border: solid 1px #cc0000;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
404
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sec404 {
  padding: 50px 60px;
  background: #fff;
  line-height: 1.6;
}
.sec404 a {
  color: #29abe2;
  text-decoration: underline;
}
.sec404 a:hover {
  text-decoration: none;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mieruca
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.boxPostBody .sec-mieruca {
  position: relative;
  width: 750px;
  margin: 15px auto 0;
}
.boxPostBody .sec-mieruca h1 {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.7;
  text-align: center;
}
.boxPostBody .sec-mieruca h2 {
  margin: 0 0 40px;
  padding-bottom: 50px;
  border-bottom: solid 1px black;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.boxPostBody .sec-mieruca > p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 2.1;
}
.boxPostBody .sec-mieruca h3 {
  position: relative;
  display: inline-block;
  margin: 80px 0 30px;
  padding: 10px 20px;
  height: 20px;
  background-color: #78B8D8;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}
.boxPostBody .sec-mieruca h3:after {
  position: absolute;
  content: "";
  right: -30px;
  top: 0;
  height: 0px;
  width: 0px;
  border-top: 40px solid #78B8D8;
  border-right: 30px solid transparent;
}
.boxPostBody .sec-mieruca .tag-02,
.boxPostBody .sec-mieruca .tag-03 {
  margin-top: 80px;
}
.boxPostBody .sec-mieruca .tag-02 > dl,
.boxPostBody .sec-mieruca .tag-03 > dl {
  *zoom: 1;
}
.boxPostBody .sec-mieruca .tag-02 > dl:after,
.boxPostBody .sec-mieruca .tag-03 > dl:after {
  content: "";
  display: table;
  clear: both;
}
.boxPostBody .sec-mieruca .tag-02 > dl dt,
.boxPostBody .sec-mieruca .tag-03 > dl dt {
  position: relative;
  float: left;
  left: -20px;
}
.boxPostBody .sec-mieruca .tag-02 > dl dd,
.boxPostBody .sec-mieruca .tag-03 > dl dd {
  margin-left: 120px;
  overflow: hidden;
}
.boxPostBody .sec-mieruca .tag-01 {
  margin-top: 20px;
}
.boxPostBody .sec-mieruca .tag-01 dl {
  position: relative;
}
.boxPostBody .sec-mieruca .tag-01 dt {
  position: absolute;
  left: -20px;
  top: 0px;
}
.boxPostBody .sec-mieruca .tag-01 dd {
  *zoom: 1;
}
.boxPostBody .sec-mieruca .tag-01 dd:after {
  content: "";
  display: table;
  clear: both;
}
.boxPostBody .sec-mieruca .tag-01 ul {
  float: right;
  *zoom: 1;
  margin: 20px 0 0;
}
.boxPostBody .sec-mieruca .tag-01 ul:after {
  content: "";
  display: table;
  clear: both;
}
.boxPostBody .sec-mieruca .tag-01 ul li {
  float: left;
  width: 146px;
  margin: 0 0 0 30px;
  list-style: none;
  text-align: center;
  font-size: 11px;
  line-height: 1.7;
}
.boxPostBody .sec-mieruca .tag-01 ul li span {
  display: block;
  margin-bottom: 10px;
  padding: 10px 0;
  background-color: #eee;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}
.boxPostBody .sec-mieruca .tag-01 p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 2;
}
.boxPostBody .sec-mieruca .tag-01 p img {
  display: block;
  margin-left: 30px;
}
.boxPostBody .sec-mieruca .tag-02 > dl dd {
  font-size: 14px;
  line-height: 1.75;
}
.boxPostBody .sec-mieruca .tag-02 ul {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
}
.boxPostBody .sec-mieruca .tag-02 ul li {
  position: relative;
  margin: 0;
  padding-left: 1em;
  list-style: none;
}
.boxPostBody .sec-mieruca .tag-02 ul li:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  height: 0px;
  width: 0px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 12px solid black;
}
.boxPostBody .sec-mieruca .tag-03 > dl dd {
  font-size: 12px;
  line-height: 2.1;
}
.boxPostBody .sec-mieruca .box-trial {
  margin-top: 60px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  text-align: center;
}
.boxPostBody .sec-mieruca .box-trial dt {
  padding: 15px 0;
  font-size: 21px;
  font-weight: bold;
}
.boxPostBody .sec-mieruca .box-trial dd {
  margin: 0;
  border-top: solid 1px black;
}
.boxPostBody .sec-mieruca .box-trial ul {
  *zoom: 1;
  margin: 0;
}
.boxPostBody .sec-mieruca .box-trial ul:after {
  content: "";
  display: table;
  clear: both;
}
.boxPostBody .sec-mieruca .box-trial li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  border-left: solid 1px black;
  font-size: 12px;
  line-height: 1.6;
}
.boxPostBody .sec-mieruca .box-trial li:first-child {
  border-left: none;
}
.boxPostBody .sec-mieruca .footer-mieruca {
  margin-top: 80px;
  font-size: 10px;
  line-height: 1.6;
}
.boxPostBody .sec-mieruca .footer-mieruca dl {
  *zoom: 1;
}
.boxPostBody .sec-mieruca .footer-mieruca dl:after {
  content: "";
  display: table;
  clear: both;
}
.boxPostBody .sec-mieruca .footer-mieruca dl dt {
  float: left;
}
.boxPostBody .sec-mieruca .footer-mieruca dl dd {
  padding-top: 10px;
  margin-left: 170px;
}
.boxPostBody .sec-mieruca .footer-mieruca ul {
  *zoom: 1;
  margin-top: 30px;
  padding: 20px 0px 20px 20px;
  background-color: #eee;
}
.boxPostBody .sec-mieruca .footer-mieruca ul:after {
  content: "";
  display: table;
  clear: both;
}
.boxPostBody .sec-mieruca .footer-mieruca ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 31%;
  margin-left: 1.5%;
  margin-bottom: 0;
  padding-left: 2%;
  border-left: dotted 1px black;
  list-style: none;
}
.boxPostBody .sec-mieruca .footer-mieruca ul li:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sp
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 640px) {
  /* clearfix */
  .clearfix {
    zoom: 1;
  }
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }

  .secMv {
    height: 65px;
    background: url(../images/sp/bg_header.png) no-repeat center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .secMv .logo {
    width: 65px;
    left: 30px;
    top: 15px;
    margin-left: 0px;
  }
  .secMv h1 {
    padding-top: 22px;
    font-size: 1rem;
    line-height: 1rem;
  }
  .secMv h1 span {
    height: 13px;
    margin-top: 2px;
    padding: 3px 10px 0;
    -webkit-transform: scale3d(0.7, 0.7, 1);
    -moz-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
    -webkit-transform-origin: 50% 50% 50%;
    -moz-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
  }
  .secMv.secHomeMv {
    height: 210px;
  }
  .secMv.secHomeMv h1 {
    width: 65px;
    top: 15px;
    margin: 0;
    left: 30px;
  }
  .secMv.secHomeMv .image {
    width: 215px;
    bottom: -20px;
    margin-left: -107px;
    z-index: 1;
  }
  .secMv.secHomeMv .text {
    left: auto;
    right: 30px;
    top: 15px;
    width: 60px;
    margin-left: 100px;
    z-index: 2;
  }
  .secMv.secHomeMv .btn {
    left: 20px;
    bottom: -20px;
    width: 80px;
    margin-left: 0px;
    z-index: 1;
  }

  .topic-path {
    padding: 10px 30px;
    font-size: 1rem;
  }
  .topic-path li {
    margin-right: 20px;
  }
  .topic-path li:after {
    left: -10px;
  }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .secHomePost {
    width: auto;
    margin: 0 35px 35px;
  }
  .secHomePost .article {
    float: none;
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
  }
  .secHomePost .article:first-child {
    margin-left: 0;
  }
  .secHomePost .article h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px black;
    font-size: 1.6rem;
  }
  .secHomePost .article dl {
    line-height: 1.65;
  }
  .secHomePost .article dl dt {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .secHomePost .article dl dt span {
    margin-bottom: 5px;
    font-size: 0.7rem;
  }
  .secHomePost .article dl dd {
    margin-top: 20px;
  }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
member
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .secMember h3 {
    margin: 0;
    font-size: 1.2rem;
  }
  .secMember .article {
    *zoom: 1;
    margin: 35px 0 0;
    padding: 0;
  }
  .secMember .article:after {
    content: "";
    display: table;
    clear: both;
  }
  .secMember .article .image {
    float: none;
    width: 150px;
    margin: 0 auto;
    text-align: center;
  }
  .secMember .article .image dl {
    margin-left: 0px;
    font-size: 1rem;
  }
  .secMember .article .image dl dd {
    font-size: 1.4rem;
  }
  .secMember .article .text {
    float: none;
    width: auto;
    padding: 35px;
    background-color: #eee;
    margin-top: 15px;
  }
  .secMember .article .text h4 {
    font-size: 1.4rem;
  }
  .secMember .article .text p {
    font-size: 1rem;
  }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
publication / service / news
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .secPostArchive {
    width: auto;
    margin: 35px;
  }
  .secPostArchive .article {
    margin-bottom: 20px;
    border-top: none;
  }
  .secPostArchive .article .image {
    width: auto;
  }
  .secPostArchive .article .image img {
    max-width: 83px;
    height: auto;
  }
  .secPostArchive .article .text {
    float: none;
    width: auto;
    margin-left: 95px;
  }
  .secPostArchive .article .text dl {
    padding: 0;
  }
  .secPostArchive .article .text dl dt {
    font-size: 1.2rem;
  }
  .secPostArchive .article .text dl dt span {
    font-size: 1rem;
  }
  .secPostArchive .article .text dl dd {
    display: none;
  }

  .secPost {
    width: auto;
    padding: 35px;
  }
  .secPost .image {
    margin-bottom: 20px;
  }
  .secPost header {
    padding: 0 0 20px;
  }
  .secPost header h3 {
    margin-left: 0;
    font-size: 1.7rem;
  }
  .secPost header p {
    float: none;
    margin-top: 0;
    font-size: 1rem;
  }
  .secPost .text {
    padding: 0px;
  }
  .secPost .text header {
    margin-bottom: 20px;
  }
  .secPost .text header h3 {
    font-size: 1.7rem;
  }
  .secPost .text header p {
    font-size: 1rem;
  }
  .secPost .boxPostBody {
    font-size: 1.2rem;
  }
  .secPost .boxPostBody h1 {
    font-size: 2.4rem;
  }
  .secPost .boxPostBody h2 {
    font-size: 2.2rem;
  }
  .secPost .boxPostBody h3 {
    font-size: 2rem;
  }
  .secPost .boxPostBody h4 {
    font-size: 1.8rem;
  }
  .secPost .boxPostBody h5 {
    font-size: 1.6rem;
  }
  .secPost .boxPostBody h6 {
    font-size: 1.4rem;
  }
  .secPost .boxPostBody img {
    max-width: 100%;
    height: auto;
  }
  .secPost .boxPostBody img.alignleft {
    float: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .secPost .boxPostBody img.alignright {
    float: none;
    display: block;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .secPost .boxPostBody img.aligncenter {
    max-width: 100%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .asidePost {
    position: static;
    width: auto;
    right: auto;
    top: auto;
    padding: 0;
    background: #EEEAD0;
    font-size: 12px;
  }
  .asidePost .wp-pagenavi {
    margin-bottom: 0px;
    padding: 0 35px 20px;
    background: #fff;
  }
  .asidePost dl {
    padding: 20px 35px 15px;
    background: #EEEAD0;
    font-size: 1rem;
  }
  .asidePost dl dd {
    margin-bottom: 20px;
  }

  .previouspostslink,
  .nextpostslink {
    width: 11px;
    height: 20px;
  }

  .previouspostslink {
    background: url(../images/sp/btn_prev.png) no-repeat center 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .nextpostslink {
    background: url(../images/sp/btn_next.png) no-repeat center 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
  }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
company
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .secCompany h3,
  .secCompany2 h3 {
    margin-bottom: 15px;
  }
  .secCompany h3 span,
  .secCompany2 h3 span {
    -webkit-background-size: auto 8px;
    -moz-background-size: auto 8px;
    background-size: auto 8px;
    padding-bottom: 15px;
    font-size: 1.2rem;
  }

  .secCompany2 {
    margin-top: 0;
    padding: 35px;
    background: #eee;
  }
  .secCompany2.fir {
    border: none;
  }
  .secCompany2.fin {
    padding-bottom: 35px;
  }
  .secCompany2 p, .secCompany2 dl {
    margin-top: 15px;
    font-size: 1rem;
  }

  .secCompany {
    margin-top: 0px;
    padding-top: 35px;
    background: #eee;
  }
  .secCompany h3 {
    margin: 0 35px;
  }
  .secCompany .text {
    float: none;
    width: auto;
    margin: 15px 35px 35px;
  }
  .secCompany .text dl {
    display: table-row;
    font-size: 1rem;
  }
  .secCompany .text dl dt {
    display: table-cell;
    white-space: nowrap;
    padding-right: 20px;
    float: none;
  }
  .secCompany .text dl dd {
    display: table-cell;
    margin-left: 0px;
  }
  .secCompany #gmap {
    float: none;
    width: 100%;
    height: 150px;
  }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
contact
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .secContact {
    padding: 35px;
    font-size: 1rem;
  }
  .secContact dl {
    margin-top: 10px;
    padding-top: 10px;
  }
  .secContact dl dt {
    float: none;
  }
  .secContact dl dd {
    margin-top: 10px;
    margin-left: 0px;
  }
  .secContact .boxSubmit {
    margin-top: 20px;
    padding-top: 20px;
    border-top: dotted 1px black;
    text-align: center;
  }
  .secContact .ipTF {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    border: solid 1px #aaa;
  }
  .secContact textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 200px;
    padding: 10px;
    background: #fff;
    border: solid 1px #aaa;
  }
  .secContact .btnSubmit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 50%;
    padding: 10px;
    background: #29abe2;
    border: none;
    color: #fff;
    cursor: pointer;
  }
  .secContact .caution {
    color: #29abe2;
  }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
404
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .sec404 {
    padding: 35px;
    font-size: 1rem;
  }

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mieruca
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .boxPostBody .sec-mieruca {
    width: auto;
    margin: 0 auto;
  }
  .boxPostBody .sec-mieruca h1 {
    font-size: 1.2rem;
  }
  .boxPostBody .sec-mieruca h2 {
    margin: 0 0 20px;
    padding-bottom: 20px;
    font-size: 1rem;
  }
  .boxPostBody .sec-mieruca > p {
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 2;
  }
  .boxPostBody .sec-mieruca h3 {
    margin: 30px 0 10px;
    padding: 10px;
    height: 15px;
    font-size: 1rem;
  }
  .boxPostBody .sec-mieruca h3:after {
    border-top: 35px solid #78B8D8;
  }
  .boxPostBody .sec-mieruca .tag-02,
  .boxPostBody .sec-mieruca .tag-03 {
    margin-top: 20px;
  }
  .boxPostBody .sec-mieruca .tag-02 > dl dt,
  .boxPostBody .sec-mieruca .tag-03 > dl dt {
    float: none;
    left: auto;
  }
  .boxPostBody .sec-mieruca .tag-02 > dl dd,
  .boxPostBody .sec-mieruca .tag-03 > dl dd {
    margin-top: 5px;
    margin-left: 0;
  }
  .boxPostBody .sec-mieruca .tag-01 {
    margin-top: 20px;
  }
  .boxPostBody .sec-mieruca .tag-01 dt {
    position: static;
    left: auto;
    top: auto;
  }
  .boxPostBody .sec-mieruca .tag-01 dd {
    margin-top: 5px;
  }
  .boxPostBody .sec-mieruca .tag-01 ul {
    float: none;
    margin-top: 0px;
  }
  .boxPostBody .sec-mieruca .tag-01 ul li {
    *zoom: 1;
    float: none;
    width: auto;
    margin: 10px 0 0;
    font-size: 1rem;
    text-align: left;
  }
  .boxPostBody .sec-mieruca .tag-01 ul li:after {
    content: "";
    display: table;
    clear: both;
  }
  .boxPostBody .sec-mieruca .tag-01 ul li span {
    float: left;
    margin-bottom: 0px;
    margin-right: 15px;
    padding: 10px;
    font-size: 1.2rem;
  }
  .boxPostBody .sec-mieruca .tag-01 ul li br {
    display: none;
  }
  .boxPostBody .sec-mieruca .tag-01 p {
    margin-top: 20px;
    font-size: 1rem;
  }
  .boxPostBody .sec-mieruca .tag-01 p img.fr {
    display: block;
    float: none !important;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .boxPostBody .sec-mieruca .tag-02 > dl dd {
    font-size: 1rem;
  }
  .boxPostBody .sec-mieruca .tag-02 ul {
    margin-top: 0px;
    font-size: 1.2rem;
  }
  .boxPostBody .sec-mieruca .tag-02 ul li {
    margin-top: 10px;
  }
  .boxPostBody .sec-mieruca .tag-02 ul li:after {
    top: 4px;
    height: 0px;
    width: 0px;
    margin-top: 0;
    border: 6px solid transparent;
    border-left: 8px solid black;
  }
  .boxPostBody .sec-mieruca .tag-03 > dl dd {
    font-size: 1rem;
    line-height: 2;
  }
  .boxPostBody .sec-mieruca .box-trial {
    margin-top: 30px;
    border-width: 2px;
  }
  .boxPostBody .sec-mieruca .box-trial dt {
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .boxPostBody .sec-mieruca .box-trial dd {
    border: none;
  }
  .boxPostBody .sec-mieruca .box-trial li {
    float: none;
    width: auto;
    list-style: none;
    border-left: none;
    border-top: solid 1px black;
    font-size: 1rem;
  }
  .boxPostBody .sec-mieruca .footer-mieruca {
    margin-top: 60px;
    font-size: 1rem;
  }
  .boxPostBody .sec-mieruca .footer-mieruca dl {
    *zoom: 1;
  }
  .boxPostBody .sec-mieruca .footer-mieruca dl:after {
    content: "";
    display: table;
    clear: both;
  }
  .boxPostBody .sec-mieruca .footer-mieruca dl dt {
    float: none;
    width: 100px;
    margin: 0 auto;
    text-align: center;
  }
  .boxPostBody .sec-mieruca .footer-mieruca dl dd {
    margin-left: 0;
    padding-top: 20px;
  }
  .boxPostBody .sec-mieruca .footer-mieruca ul {
    margin-top: 20px;
    padding: 0 10px;
  }
  .boxPostBody .sec-mieruca .footer-mieruca ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: auto;
    margin-left: 0;
    padding: 10px 0;
    border-left: none;
    border-top: dotted 1px black;
  }
  .boxPostBody .sec-mieruca .footer-mieruca ul li:first-child {
    border: none;
  }
}




/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 31, 2016, 11:50:52 AM
    Author     : tuanledinh
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

body {
  font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
  line-height: 1.7;
  min-width: 960px;
  *zoom: 1;
  *display: inline;
  /* for iPhone */
  -webkit-text-size-adjust: 100%;
  font-size: 84%;
  background: #223a5f; }

.chindex_container {
	width: 860px;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	*zoom: 1;
}

.chindex_box {
	float: left;
	width: 600px;
	margin: 40px 0px 0px 130px;
	overflow: hidden;
	*zoom: 1;
}

.chindex_txr {
	float: right;
	width: 600px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

.chindex_title {
	float: left;
	width: 600px;
	margin: 20px 0px 20px 0px;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}

.chindex_txl {
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
}

.chindex_url {
	float: left;
	width: 540px;
	margin: 20px 0px 5px 30px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #333;
}

.chindex_txbox {
	float: left;
	width: 540px;
	margin: 5px 0px 60px 30px;
}

#end_footer {
	margin: 0px;
	padding: 10px 0px 30px 0px;
	background: #223a5f;
	color: #fff;
	overflow: hidden;
	*zoom: 1;
}

.edf_copy {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	*zoom: 1;
}