@charset "utf-8";
/**************************************************************

base

***************************************************************/
html, body {
  width: 100%;
  height: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', arial, helvetica, clean, sans-serif;
  color: #333333;
  overflow-x: hidden;
}




/**************************************************************

Layout

***************************************************************/
#wrap {
  position: relative;
}
#content-wrap {
  background-color: #f1f5fa;
}
#page-tit-area {
  background-image: url(../img/contact/bkg_tit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}
#page-tit-area .outer {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 128px 0 318px;
  width: 100%;
}
#page-tit {
  margin: 0 auto;
  max-width: 1276px;
  width: 100%;
}
#page-tit h3 {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 90px;
  margin: 0px 0 30px 250px;
  max-width: 1026px;
  text-align: center;
  width: 100%;
}
#page-tit h3 span {
  font-size: 30px;
  display: block;
  font-weight: 300;
  line-height: 1;
}
#content-area {
  margin: 0 auto 90px;
  max-width: 1276px;
  position: relative;
  width: 100%;
}
#nav-area {
  position: sticky;
  top: 50px;
  width: 200px;
}
#nav-area h1 {
  background-color: #3878b4;
  border-radius: 10px 10px 0 0;
  padding: 32px 20px;
  width: 200px;
}
.g-navi {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  min-height: 427px;
  /*height: calc(100vh - 312px)*/;
  width: 200px;
  webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.g-navi-item {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin: 0 10px;
  position: relative;
  padding: 20px 0 20px 20px;
}
.g-navi-bnr {
  padding: 20px 0 20px 0px;
  border-bottom: none;
}
.g-navi a:hover {
  color: #00b4ed;
  transition: 0.3s;
}
.g-navi .off {
  text-shadow: none;
  color: #999;
}
#content {
  background-color: #fff;
  margin: -250px 0 0 250px;
  max-width: 1016px;
  width: 90%;
}
#content #main {
  background-color: #fff;
  margin: 0px 0 100px 0px;
  padding: 0 0 100px;
  width: 100%;
}
#content #main .section {
  padding-top: 90px;
  margin: 0 auto;
  max-width: 816px;
  width: 90%;
}
#main .section h4 {
  border-bottom: 2px solid #3878b4;
  color: #3878b4;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 50px;
}
#main .intro {
  font-size: 20px;
  line-height: 2;
  margin-top: 50px;
}
#main .text {
  font-size: 20px;
  line-height: 2;
  margin-top: 50px;
}
#main .local-nav {
  padding-top: 90px;
}
#main .local-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 816px;
  width: 90%;
}
#main .local-nav ul li {
  width: 25%;
  text-align: center;
}
#main .local-nav ul li .local-navi-item {
  border: 2px solid #3878b4;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  width: 98%;
}
#main .local-nav ul li .local-navi-item:hover {
  border: 2px solid #3878b4;
  background-color: #3878b4;
  color: #fff;
  text-decoration: none;
}
#main .local-nav ul li .on {
  border: 2px solid #3878b4;
  background-color: #3878b4;
  color: #fff;
}
#sitemap-area {
  background-color: #fff;
  padding: 90px 0;
  width: 100%;
}
#main .section .photo-box ul {
  display: flex;
}
#main .section .photo-box ul li {
  margin: 0 0.5%;
  width: 32.3%;
}

@media only screen and (max-width: 1266px) {
  #content-wrap {
    margin-top: 70px;
  }
  #page-tit-area {
    position: static;
  }
  #page-tit-area .outer {
    padding: 64px 0;
  }
  #page-tit {
  }
  #page-tit h3 {
    font-size: 60px;
    margin: 0 auto 30px;
  }
  #page-tit h3 span {
    font-size: 20px;
  }
  #content-area {
  }
  #nav-area {
    display: none;
  }
  #content {
    background-color: #fff;
    margin: 0 auto;
  }
  #content #main {
  }
  #content #main .section {
  }
  #main .section h4 {
    font-size: 24px;
  }
  #main .intro {
    font-size: 16px;
  }
  #main .text {
    font-size: 16px;
  }
  #main .local-nav {
  }
  #main .local-nav ul {
  }
  #main .local-nav ul li {
    margin: 0.5% 0;
    width: 50%;
  }
  #main .local-nav ul li .local-navi-item {
  }
  #main .local-nav ul li .local-navi-item:hover {
  }
  #main .local-nav ul li .on {
  }
  #sitemap-area {
    padding: 50px 0;
  }
  #main .section .photo-box ul {
  }
  #main .section .photo-box ul li {
  }
}
/**************************************************************

home

***************************************************************/
body.home #wrap {
  background: transparent url(../img/overlay/dot.png) repeat top left;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 100%;
}
body.home #bg-movie {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
body.home h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: -80px 0 0 100px;
  max-width: 461px;
  width: 90%;
}
body.home #content {
  background-color: rgba(0,0,0,0.50);
}
body.home #content-area {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 100%;
}
body.home .topics-item {
  background-color: #fff;
  bottom: 50px;
  padding: 20px;
  position: absolute;
  right: 50px;
  max-width: 443px;
  width: 90%;
  z-index: 1;
}
body.home .topics-item  a:hover {
  color: #3878b4;
  text-decoration: none;
}

body.home .date {
  color: #3878b4;
  font-weight: bold;
  margin-bottom: 20px;
}
body.home .news {
  font-weight: bold;
  margin-bottom: 40px;
}
body.home .more {
  font-weight: bold;
  text-align: right;
}
body.home #nav-area {
  height: 100vh;
  left: 50%;
  position: sticky;
  top: 50px;
  transform: translate(-638px, 0%);
  -ms-transform: translate(-638px, 0%);
  width: 200px;
}
body.home #content {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
body.home .section {
  margin: 0 auto;
  max-width: 1276px;
  padding: 100px 0;
  width: 100%;
}
body.home .sec-01-wrap {
  background-color: #fff;
}
body.home .section-inr {
  margin: 0 0 0 300px;
  max-width: 976px;
  width: 90%;
}
body.home .sec-tit {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 1;
  text-align: center;
}
body.home .sec-01-inr {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
body.home .sec-01-inr .img-col {
  position: relative;
  max-width: 458px;
  width: 100%;
}
body.home .sec-01-inr .bnr-item {
  background: url(../img/home/bkg_bnr.jpg) no-repeat center;
  background-size: cover;
  bottom: 0;
  left: 0;
  max-width: 240px;
  padding: 61px 0;
  position: absolute;
  text-align: center;
  height: 160px;
  width: 100%;
}
body.home .sec-01-inr .bnr-item:hover {
  background: url(../img/home/bkg_bnr00.jpg) no-repeat center;
  background-size: cover;
}
body.home .sec-01 .bnr-head {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
body.home .sec-01 .bnr-subhead {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}
body.home .sec-01 .intro {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
body.home .sec-01 .text {
  font-size: 20px;
  line-height: 2;
  margin-top: 50px;
}
body.home .sec-01 .iso {
  margin-top: 50px;
  max-width: 251px;
  width: 100%;
}
body.home .sec-02-wrap {
  background-color: none;
}
body.home .sec-02-inr {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
body.home .sec-02 .bnr-wrap {
  height: 480px;
  max-width: 480px;
  position: relative;
  width: 100%;
}
body.home .sec-02 .bnr-wrap01 {
  background: url(../img/home/bkg_bnr01.jpg) no-repeat center;
  background-size: cover;
}
body.home .sec-02 .bnr-wrap02 {
  background: url(../img/home/bkg_bnr02.jpg) no-repeat center;
  background-size: cover;
}
body.home .sec-02 .bnr-item {
  background-color: #fff;
  left: 40px;
  margin: 0 auto;
  max-width: 400px;
  padding: 40px 30px;
  position: absolute;
  top: 300px;
  width: 100%;
}
body.home .sec-02 .bnr-wrap a:hover {
  text-decoration: none;
}
body.home .sec-02 .bnr-head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
body.home .sec-02 .bnr-subhead {
  color: #3878b4;
  font-size: 12px;
  margin-top: 10px;
}
body.home .sec-02 .bnr-text {
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
}
body.home .sec-02 .bnr-wrap a:hover .bnr-text {
  color: #3878b4;
}
body.home .sec-03-wrap {
  background-color: #efefef;
}
body.home .sec-03 .news-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
body.home .sec-03 .news-item {
  background-color: #fff;
  max-width: 483px;
  margin-bottom: 50px;
  padding: 20px;
  width: 100%;
}
body.home .sec-03 .date {
  color: #3878b4;
  font-weight: bold;
  margin-bottom: 20px;
}
body.home .sec-03 .news {
  font-weight: bold;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.home .sec-03 .more {
  color: #3878b4;
  font-weight: bold;
  text-align: right;
}
body.home .sec-03 .news-item a:hover {
  color: #3878b4;
  text-decoration: none;
}
body.home .sec-03 .list-btn {
  font-weight: bold;
  text-align: center;
  width: 100%;
}
body.home .sec-04-wrap {
  background-color: #f1f5fa;
  padding-bottom: 90px;
}
body.home .sec-04 .text {
  margin-top: 50px;
  text-align: center;
}
body.home .sec-04 .news-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
body.home .sec-04 .news-item {
  background-color: #fff;
  max-width: 483px;
  padding: 20px;
  width: 100%;
}
body.home .sec-04 .news-item a:hover {
  color: #3878b4;
  text-decoration: none;
}
body.home .sec-04 .date {
  color: #3878b4;
  font-weight: bold;
  margin-bottom: 20px;
}
body.home .sec-04 .news {
  font-weight: bold;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 400px;
}
body.home .sec-04 .more {
  color: #3878b4;
  font-weight: bold;
  text-align: right;
}
body.home .sec-04 .news-item {
  margin-bottom: 50px;
}
body.home .sec-04 .news-item-second {
  margin-top: 50px;
}
body.home .sec-04 .list-btn {
  font-weight: bold;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 1266px) {
  body.home h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  body.home #content-area {
    padding-top: 100vh;
  }
  body.home .topics-item {
    bottom: 50px;
    position: absolute;
    right: 5%;
  }
  body.home .section-inr {
    margin: 0 auto;
  }
  body.home .sec-tit {
    font-size: 45px;
  }
  body.home .sec-01-inr .bnr-item {
    background: url(../img/home/bkg_bnr.jpg) no-repeat center;
    background-size: cover;
    bottom: 0;
    left: 0;
    padding: 61px 0;
    position: absolute;
    text-align: center;
    height: 160px;
    width: 240px;
  }
  body.home .sec-01-inr .bnr-item:hover {
    background: url(../img/home/bkg_bnr00.jpg) no-repeat center;
    background-size: cover;
  }
  body.home .sec-01 .bnr-head {
    font-size: 24px;
  }
  body.home .sec-01 .bnr-subhead {
    font-size: 12px;
  }
  body.home .sec-01 .intro {
    font-size: 20px;
  }
  body.home .sec-01 .text {
    font-size: 16px;
  }
  body.home .sec-01 .iso {
  }
  body.home .sec-02-wrap {
  }
  body.home .sec-02 .bnr-wrap {
    height: 480px;
    max-width: 480px;
    position: relative;
    width: 100%;
  }
  body.home .sec-02 .bnr-wrap01 {
    margin-bottom: 5%;
  }
  body.home .sec-02 .bnr-wrap02 {
  }
  body.home .sec-02 .bnr-item {
    bottom: 0px;
    height: auto;
    left: 0px;
    max-width: 100%;
    padding: 5%;
  }
  body.home .sec-02 .bnr-wrap a {
    color: #333;
  }
  body.home .sec-02 .bnr-head {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  body.home .sec-02 .bnr-subhead {
    color: #3878b4;
    font-size: 12px;
    margin-top: 10px;
  }
  body.home .sec-02 .bnr-text {
    font-size: 16px;
    line-height: 2;
    margin-top: 25px;
  }
  body.home .sec-03-wrap {
    background-color: #efefef;
  }
  body.home .sec-03 .news-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  body.home .sec-03 .news-item {
    background-color: #fff;
    padding: 20px;
  }
  body.home .sec-03 .date {
    color: #3878b4;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body.home .sec-03 .news {
    font-weight: bold;
    margin-bottom: 40px;
  }
  body.home .sec-03 .more {
    font-weight: bold;
    text-align: right;
  }
  body.home .sec-03 .news-item {
    margin-bottom: 50px;
  }
  body.home .sec-03 .list-btn {
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  body.home .sec-04-wrap {
    background-color: #f1f5fa;
    padding-bottom: 90px;
  }
  body.home .sec-04 .text {
    margin-top: 50px;
    text-align: center;
  }
  body.home .sec-04 .news-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  body.home .sec-04 .news-item {
    background-color: #fff;
    padding: 20px;
  }
  body.home .sec-04 .date {
    color: #3878b4;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body.home .sec-03 .news {
    font-weight: bold;
    margin-bottom: 40px;
  }
  body.home .sec-04 .more {
    font-weight: bold;
    text-align: right;
  }
  body.home .sec-04 .news-item {
    margin-bottom: 50px;
  }
  body.home .sec-04 .news-item-second {
    margin-top: 50px;
  }
  body.home .sec-04 .list-btn {
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.home .section-inr {
    margin: 0 auto;
    width: 90%;
  }
  body.home .sec-01-inr {
    display: block;
    margin: 0 auto;
  }
  body.home .sec-01-inr .txt-col {
    margin: 0 auto;
  }
  body.home .sec-01-inr .img-col {
    margin: 5% auto 0;
  }
  body.home .sec-02-inr {
    display: block;
  }
}

/**************************************************************

company

***************************************************************/
body.company #page-tit-area {
  background-image: url(../img/company/bkg_tit.jpg);
  background-position: center;
}

/**************************************************************

quality

***************************************************************/
body.quality #page-tit-area {
  background-image: url(../img/company/bkg_tit.jpg);
  background-position: center;
}
body.quality #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.quality #content {
  margin: -315px 0 0 250px;
}
body.quality #content #main .inner-left {
  background-color: #efefef;
  margin-top: 30px;
  padding: 40px 50px;
}
body.quality #content #main .inner-left dl {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
body.quality #content #main .inner-left dt {
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-right: 50px;
}
body.quality #content #main .inner-left dt span {
  color: #3878b4;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
body.quality #content #main .inner-left dd {
  width: 75%;
}
@media only screen and (max-width: 1266px) {
  body.quality #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.quality #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
  body.quality #content #main .inner-left dl {
    display: block;
  }
  body.quality #content #main .inner-left dd {
    margin-top: 30px;
    width: 100%;
  }
}
/**************************************************************

idea

***************************************************************/
body.idea #page-tit-area {
  background-image: url(../img/company/bkg_tit.jpg);
  background-position: center;
}
body.idea #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.idea #content {
  margin: -315px 0 0 250px;
}
#main .section .table-box {
  margin-top: 50px;
  border: 3px solid #c7c7c7;
  overflow: hidden;
}
#main .section .table-box .inner {
  margin-bottom: -1px;
  overflow: hidden;
}
#main .section .table-box table {
  width: 100%;
}
#main .section .table-box table tr th, #main .section .table-box table tr td {
  padding: 10px 20px;
  background: url(../images/common/dot_x.gif) repeat-x left bottom;
}
#main .section .table-box table tr th {
  width: 20%;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 1266px) {
  body.idea #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.idea #content {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1016px;
    width: 90%;
  }
  #main .section .table-box table tr th, #main .section .table-box table tr td {
    font-size: 14px;
    padding: 10px 10px;
  }
  #main .section .table-box table tr th {
    width: 40%;
  }
}

/**************************************************************

outline

***************************************************************/
body.outline #page-tit-area {
  background-image: url(../img/company/bkg_tit.jpg);
  background-position: center;
}
body.outline #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.outline #content {
  margin: -315px 0 0 250px;
}
body.outline #content #main .add-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
body.outline #content #main .add-area .outer {
  margin: 0.5%;
  width: 49%;
}
body.outline #content #main .add-area .outer .add {
  font-size: 14px;
  line-height: 2;
  margin: 10px 0;
}
body.outline #content #main .add-area .outer .add span {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 1266px) {
  body.outline #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.outline #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
body.outline #content #main .add-area .outer {
  margin: 0.5%;
  width: 99%;
}
}
/**************************************************************

products

***************************************************************/
body.product #page-tit-area {
  background-image: url(../img/product/bkg_tit.jpg);
  background-position: center;
}
body.product #main .section .outer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
body.product #main .section .outer .inner-left {
  width: 45%;
}
body.product #main .section .outer .inner-right {
  width: 50%;
}
body.product #main .section .outer .cap {
  color: #3878b4;
  font-size: 24px;
  font-weight: bold;
}
body.product #main .section .outer .text {
  font-size: 16px;
  margin-top: 20px;
}
body.product #page-tit-area {
  background-image: url(../img/product/bkg_tit.jpg);
  background-position: center;
}
body.product #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.product #content {
  margin: -315px 0 0 250px;
}
body.product #content #main .sec-01 {
  padding-top: 50px;
}
body.product #main .section .outer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
body.product #main .section .outer .inner-left {
  width: 45%;
}
body.product #main .section .outer .inner-right {
  width: 50%;
}
body.product #main .section .outer .cap {
  color: #3878b4;
  font-size: 24px;
  font-weight: bold;
}
body.product #main .section .outer .text {
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 1266px) {
  body.product #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.product #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
  body.product #main .section .outer .inner-left {
    width: 100%;
  }
  body.product #main .section .outer .inner-right {
    width: 100%;
  }
}
/**************************************************************

products2

***************************************************************/
body.product2 #page-tit-area {
  background-image: url(../img/product/bkg_tit.jpg);
  background-position: center;
}
body.product2 #content #main .sec-01 {
  padding-top: 0px;
}
body.product2 #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.product2 #content {
  margin: -315px 0 0 250px;
}
body.product2 .area-tit {
  color: #3878b4;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.product2 #main .section .outer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0px;
}
body.product2 #main .section .outer .inner-left {
  width: 47.5%;
}
body.product2 #main .section .outer .inner-left .text {
  line-height: 1.5;
  margin-bottom: 10px;
}
body.product2 #main .section .outer .inner-right {
  width: 47.5%;
}
body.product2 #main .section .outer .cap {
  color: #3878b4;
  font-size: 24px;
  font-weight: bold;
}
body.product2 #main .section .outer .text {
  font-size: 16px;
  margin-top: 20px;
}
body.product2 #main .sec-02 .outer .inner-left {
  width: 40%;
}
body.product2 #main .sec-02 .outer .inner-right {
  width: 55%;
}
body.product2 #main .sec-03 .outer {
  align-items: flex-start;
}
body.product2 #main .sec-03 .head {
  color: #3878b4;
}
@media only screen and (max-width: 1266px) {
  body.product2 #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.product2 #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
  body.product2 #main .section .outer .inner-left {
    width: 100%;
  }
  body.product2 #main .section .outer .inner-right {
    width: 100%;
  }
  body.product2 #main .sec-02 .outer .inner-left {
    width: 100%;
  }
  body.product2 #main .sec-02 .outer .inner-right {
    width: 100%;
  }
}
/**************************************************************

products3

***************************************************************/
body.product3 #page-tit-area {
  background-image: url(../img/product/bkg_tit.jpg);
  background-position: center;
}
body.product3 #content #main .sec-01 {
  padding-top: 0px;
}
body.product3 #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.product3 #content {
  margin: -315px 0 0 250px;
}
body.product3 .area-tit {
  color: #3878b4;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
body.product3 #main .section .outer {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0px;
}
body.product3 #main .section .outer .inner-left {
  width: 47.5%;
}
body.product3 #main .section .outer .text {
  line-height: 1.7;
  margin-bottom: 10px;
}
body.product3 #main .section .outer .inner-right {
  width: 47.5%;
}
body.product3 #main .section .outer .cap {
  color: #3878b4;
  font-size: 24px;
  font-weight: bold;
}
body.product3 #main .section .outer .text {
  font-size: 16px;
  margin-top: 20px;
}
body.product3 #main .sec-03 .head {
  color: #3878b4;
}
@media only screen and (max-width: 1266px) {
  body.product3 #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.product3 #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
  body.product3 #main .section .outer .inner-left {
    width: 100%;
  }
  body.product3 #main .section .outer .inner-right {
    width: 100%;
  }
}
/**************************************************************

products4

***************************************************************/
body.product4 #page-tit-area {
  background-image: url(../img/product/bkg_tit.jpg);
  background-position: center;
}
body.product4 #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.product4 #content {
  margin: -315px 0 0 250px;
}
body.product4 #main .local-nav ul li {
  width: 25%;
}
body.product4 #content #main .sec-01 {
  padding-top: 0px;
}
body.product4 #main .section .outer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
body.product4 #main .section .outer .inner-left {
  width: 45%;
}
body.product4 #main .section .outer .inner-right {
  width: 50%;
}
body.product4 #main .section .outer .cap {
  color: #3878b4;
  font-size: 24px;
  font-weight: bold;
}
body.product4 #main .section .outer .text {
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 1266px) {
  body.product4 #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.product4 #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
  body.product4 #main .section .outer .inner-left {
    width: 100%;
  }
  body.product4 #main .section .outer .inner-right {
    width: 100%;
  }
}
/**************************************************************

products5

***************************************************************/
body.product5 #page-tit-area {
  background-image: url(../img/product/bkg_tit.jpg);
  background-position: center;
}
body.product5 #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.product5 #content {
  margin: -315px 0 0 250px;
}
body.product5 #main .local-nav ul li {
  width: 25%;
}
body.product5 #main .section ul {
  margin: 0 auto;
  max-width: 634px;
  width: 100%;
}
body.product5 #main .section ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  color: #333333;
  background: url(../images/common/ico_arrow.gif) no-repeat left top;
}
@media only screen and (max-width: 1266px) {
  body.product5 #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.product5 #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
}
/**************************************************************

facilities

***************************************************************/
body.facilities #page-tit-area {
  background-image: url(../img/facilities/bkg_tit.jpg);
  background-position: center;
}
body.facilities #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.facilities #content {
  margin: -315px 0 0 250px;
}
body.facilities #main .section .outer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
body.facilities #main .section dl {
  margin: 0 1% 20px 0;
  width: 48%;
}
body.facilities #main .sec-03 dl {
    line-height: 1.7;
    margin: 0 1% 20px 0;
    width: 31.3%;
}
body.facilities #main .section dl.last {
  margin-right: 0;
}
body.facilitiesp #main .section dl dt {
  margin-bottom: 10px;
}

body.facilities #main .section .table-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
body.facilities #main .section .table-area .inner-left {
  width: 47.5%;
}
body.facilities #main .section .table-area .inner-right {
  width: 47.5%;
}
body.facilities #main .section .table-box {
  margin-top: 20px;
  border: 3px solid #c7c7c7;
}
body.facilities #main .section .table-box table {
  width: 100%;
}
body.facilities #main .section .table-box table tr {
  border-bottom: 1px dotted #c7c7c7;
}
body.facilities #main .section .table-box table tr th {
  background-color: #fff;
  padding: 10px;
  width: 50%;
}
body.facilities #main .section .table-box table tr td {
  background-color: #f7f7f7;
  padding: 10px;
  text-align: right;
  width: 50%;
}
@media only screen and (max-width: 1266px) {
  body.facilities #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.facilities #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
  body.facilities #main .section .table-area .inner-left {
    width: 100%;
  }
  body.facilities #main .section .table-area .inner-right {
    width: 100%;
  }
  body.facilities #main .section .table-box table tr th {
    width: 50%;
  }
  body.facilities #main .section .table-box table tr td {
    width: 50%;
  }
}

/**************************************************************

access

***************************************************************/
body.access #page-tit-area {
  background-image: url(../img/access/bkg_tit.jpg);
  background-position: center;
}
body.access #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.access #content {
  margin: -315px 0 0 250px;
}
body.access #main .section .movie-wrap {
  margin-top: 50px;
}
body.access #main .section #map_canvas1, body.access #main .section #map_canvas2, body.access #main .section #map_canvas3 {
  max-width: 644px;
  height: 230px;
  width: 100%;
}
body.access #main .section .add {
  margin: 20px 0 5px 0;
}
body.access #main .section .tel {
  margin: 0 0 20px 0;
}
body.access #main .section .cap {
  margin: 0 0 10px 0;
  color: #4a8ccc;
}
body.access #main .section dl {
  margin: 0 0 10px 0;
}
body.access #main .section dl dt {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  background: url(../images/common/dot_x.gif) repeat-x left bottom;
}
body.access #main .section dl dd {
  padding: 5px 10px;
}
body.access #main .section dl .attention {
  font-size: 11px;
  color: #4a8ccc;
}
@media only screen and (max-width: 1266px) {
  body.access #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.access #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
}
/**************************************************************

policy

***************************************************************/
body.policy #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.policy #content {
  margin: -315px 0 0 250px;
}
body.policy #main .section {
  padding-bottom: 30px;
}
body.policy #main .section h4 {
  padding-bottom: 20px;
}
body.policy #main .section .text {
  margin: 50px 0 20px 0;
  line-height: 1.8;
}
body.policy #main .section dl dt {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  color: #333333;
  background: url(../images/common/ico_arrow.gif) no-repeat left top;
}
body.policy #main .section dl dd {
  margin: 0 0 30px 0;
  padding: 10px 0 0 20px;
  line-height: 1.8;
  background: url(../images/common/dot_x.gif) repeat-x left top;
}
body.policy #main .section dl dd ul li {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 1266px) {
  body.policy #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.policy #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
}
/**************************************************************

sitemap

***************************************************************/
body.sitemap #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.sitemap #content {
  margin: -315px 0 0 250px;
}
body.sitemap #main .section {
  padding-bottom: 30px;
}
body.sitemap #main .section h4 {
  margin-bottom: 50px;
  padding-bottom: 20px;
}
body.sitemap #main .section .list{
  margin-top: 50px;
}
body.sitemap #main .section .text {
  margin: 0 0 20px 0;
  line-height: 1.8;
}
body.sitemap #main .section dl dt {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  color: #333333;
  background: url(../images/common/ico_arrow.gif) no-repeat left top;
}
body.sitemap #main .section dl dd {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  line-height: 1.8;
}
body.sitemap #main .section dl dd ul li {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 1266px) {
  body.sitemap #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.sitemap #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
}
/**************************************************************

recruit

***************************************************************/
body.recruit #page-tit-area {
  background-image: url(../img/recruit/bkg_tit.jpg);
  background-position: center;
}
body.recruit #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.recruit #content {
  margin: -315px 0 0 250px;
}
body.recruit #main .section {
  margin-bottom: 30px;
}
body.recruit #main .section ul li {
  padding: 0 0 0 10px;
  margin-bottom: 50px;
  margin-top: 50px;
}
body.recruit #main .section .post-tit {
  font-size: 20px;
  font-weight: bold;
}
body.recruit #main .section .table-box {
  margin-top: 10px;
}
body.recruit #main .section .list-btn {
  text-align: center;
}
body.recruit #main .section .no-post {
  padding: 0 0 0 10px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 1266px) {
  body.recruit #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.recruit #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
}
/**************************************************************

inquiry
	

***************************************************************/
body.inquiry #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.inquiry #content {
  margin: -315px 0 0 250px;
}
body.inquiry #main .section .intro {
  width: auto;
  margin: 0 0 20px 0;
  padding: 10px;
  line-height: 1.8;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  font-size: 16px;
}
body.inquiry #main .section .error-mess {
  width: auto;
  margin: 0 0 20px 0;
  padding: 10px;
  line-height: 1.8;
  color: #ff2200;
  background-color: #f5f5f5;
  bo
  rder: 1px solid #cccccc;
}
body.inquiry .sec-tit {
  font-size: 24px;
  margin-top: 5%;
  text-align: center;
}
body.inquiry #main .section table {
  margin-top: 20px;
  padding: 0;
  width: 100% !important;
}
body.inquiry #main .section table tr th, body.inquiry #main .section table tr td {
  padding: 10px;
  border: 1px solid #cccccc;
}
body.inquiry #main .section table tr th {
  width: 33.3%;
  background-color: #f5f5f5;
}
body.inquiry #main .section table tr td input[ type="text"] {
  padding: 5px;
  background: none;
  border: 1px solid #cccccc;
  height: 40px;
  width: 100%;
}
body.inquiry #main .section table tr td .mwform-zip-field input[ type="text"] {
  height: 40px;
  margin-bottom: 10px;
  width: 25%;
}

body.inquiry #main .section table tr td .mwform-tel-field input[ type="text"] {  height: 40px;
  width: 25%;
}
body.inquiry #main .section table tr td input[ type="email"] {
  padding: 5px;
  background: none;
  border: 1px solid #cccccc;
  height: 40px;
  width: 100%;
}
body.inquiry #main .section table tr td textarea {
  width: 100%;
  padding: 5px;
  background: none;
  border: 1px solid #cccccc;
}
body.inquiry #main .section table tr td input[ type="submit"] {
  padding: 2px;
}
body.inquiry #main .section table tr td input[ type="submit"] {
  background: #fff;
  border: 2px solid #4a8ccc;
  border-radius: 33px;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  margin: 0 100px 30px;
  padding: 10px 0;
  text-align: center;
  width: 200px;
}
body.inquiry #main .section table tr td .form-btn {
  width: 300px;
  margin: 0 auto;
}
body.inquiry #main .section table tr td .form-btn {
  background: #fff;
  border: 2px solid #4a8ccc;
  border-radius: 33px;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  margin: 0 100px 30px;
  padding: 10px 0;
  text-align: center;
  width: 200px;
}
body.inquiry #main .section table tr td .form-btn li {
  float: left;
  width: 149px;
  padding: 20px 0;
}
body.inquiry #main .sec-thank p {
  line-height: 1.8;
}
body.inquiry .intro {
  padding: 20px 0;
}
body.inquiry .intro a {
  display: inline-block;
  color: #3878b4;
}
body.inquiry .submit-btn {
  margin: 5% auto 0;
}
body.inquiry .required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ef2e22;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}
body.inquiry .submit-btn input {
	background: #fff;
    border: 2px solid #4a8ccc;
    border-radius: 33px;
    color: #3878b4;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin: 0 auto 30px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
}
body.inquiry .submit-btn input:hover {
	background: #3878b4;
	color: #fff;
  transition: 0.5s;
}
@media only screen and (max-width: 1266px) {
  body.inquiry #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.inquiry #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
  body.inquiry #main .section table tr th {
    font-size: 14px;
    width: 33.3%;
  }
  body.inquiry #main .section table tr td {
  }
  body.inquiry .required-srt {
    font-size: 6pt;
    padding: 2px;
    background: #ef2e22;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: middle;
  }
}
/**************************************************************

entry

***************************************************************/
body.entry #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.entry #content {
    margin: -315px 0 0 250px;
}
body.entry #main .section .intro {
  width: auto;
  margin: 0 0 20px 0;
  padding: 10px;
  line-height: 1.8;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}
body.entry #main .section .tit {
  margin: 0 0 5px 0;
  padding: 30px 0 30px 0;
  font-size: 18px;
}
body.entry #main .section .tit p {
  padding-left: 5px;
  border-left: 4px solid #4a8ccc;
}
body.entry #main .section .error-mess {
  width: auto;
  margin: 0 0 20px 0;
  padding: 10px;
  line-height: 1.8;
  color: #ff2200;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}
body.entry #main .section table {
  padding: 0;
  width: 654px !important;
}
body.entry #main .section table tr th, body.entry #main .section table tr td {
  padding: 10px;
  border: 1px solid #cccccc;
}
body.entry #main .section table tr th {
  width: 160px;
  background-color: #f5f5f5;
}
body.entry #main .section table tr td {
  width: auot;
}
body.entry #main .section table tr td input[ type="text"] {
  padding: 3px;
  background: none;
  border: 1px solid #cccccc;
}
body.entry #main .section table tr td textarea {
  width: 622px;
  height: 180px;
  padding: 3px;
  background: none;
  border: 1px solid #cccccc;
}
body.entry #main .section table tr td input[ type="submit"] {
  padding: 2px;
}
body.entry #main .section table tr td .form-btn {
  width: 300px;
  margin: 0 auto;
}
body.entry #main .section table tr td .form-btn li {
  float: left;
  width: 149px;
  padding: 20px 0;
}
body.entry #main .sec-thank p {
  line-height: 1.8;
}
body.entry .policy-area {
  padding: 20px 0;
  text-align: right;
}
body.entry .policy-area a {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  color: #333333;
  background: url(../images/common/ico_arrow.gif) no-repeat left top;
}
@media only screen and (max-width: 1266px) {
  body.entry #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.entry #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
}
/**************************************************************

archive

***************************************************************/
body.category-info ul.entry-list li {
  margin: 0 0 20px 0;
}
body.category-info ul.entry-list li .date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.category-info ul.entry-list li .tit {
  border-bottom: 1px dotted #333;
  padding-bottom: 40px;
}
body.category-info ul.entry-list li a {
  color: #333333;
}
body.category-info ul.entry-list li a:hover {
  text-decoration: none;
  color: #4a8ccc;
}
.pagination {
  clear: both;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 10px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  border-top: 1px solid #cccccc;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 5px 9px 5px 9px;
  background-color: #fff;
  color: #555;
  text-decoration: none;
}
.pagination a {
  border: 1px solid #ccc;
}
.pagination a:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}
.pagination .current {
  padding: 5px 9px 5px 9px;
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}
/**************************************************************

single

***************************************************************/
body.single-post #page-tit-area {
  background-image: url(../img/contact/bkg_tit.jpg);
  background-position: center;
}
body.single-post #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.single-post #content {
  margin: -315px 0 0 250px;
}
body.single-post .post .tit {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
}
body.single-post .post .tit p {
  padding-left: 5px;
  border-left: 4px solid #4a8ccc;
}
body.single-post .post .date {
  margin: 0 0 40px 0;
  text-align: right;
}
body.single-post .post .editor-area {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #cccccc;
}
body.single-post .post .list-btn {
  margin: 0 0 60px 0;
  text-align: center;
}
body.single-post .post .list-btn a {
  padding: 0 0 0 20px;
  color: #333333;
  background: url(../images/common/ico_arrow.gif) no-repeat left top;
}
body.single-post .post .list-btn a:hover {
  text-decoration: none;
  color: #4a8ccc;
}
@media only screen and (max-width: 1266px) {
  body.single-post #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.single-post #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
}


body.single-recruit #page-tit-area {
  background-image: url(../img/recruit/bkg_tit.jpg);
  background-position: center;
}
body.single-recruit #page-tit-area .outer {
  padding: 76px 0 176px;
}
body.single-recruit #content {
  margin: -315px 0 0 250px;
}
body.single-recruit .post .tit {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
}
body.single-recruit .post .tit p {
  padding-left: 5px;
  border-left: 4px solid #4a8ccc;
}
body.single-recruit .post .date {
  margin: 0 0 40px 0;
  text-align: right;
}
body.single-recruit .post .list-btn {
  margin: 0 0 60px 0;
  text-align: center;
}
body.single-recruit .post .list-btn a {
  padding: 0 0 0 20px;
  color: #333333;
  background: url(../images/common/ico_arrow.gif) no-repeat left top;
}
body.single-recruit .post .list-btn a:hover {
  text-decoration: none;
  color: #4a8ccc;
}
body.single-recruit .post .editor-area {
  margin: 0 0 30px;
}
body.single-recruit .post .require-area {
  margin: 0 0 30px;
  padding: 0 0 60px;
  border-bottom: 1px solid #cccccc;
}
body.single-recruit .post .require-area .table-box {
  height: auto;
  margin-top: 20px;
  border: 3px solid #c7c7c7;
  overflow: hidden;
}
body.single-recruit .post .require-area .table-box .inner {
  margin-bottom: -1px;
  overflow: hidden;
}
body.single-recruit .post .require-area .table-box table {
  width: 648px;
}
body.single-recruit .post .require-area .table-box table tr th, body.single-recruit .post .require-area .table-box table tr td {
  padding: 10px;
  background: url(../images/common/dot_x.gif) repeat-x left bottom;
}
body.single-recruit .post .require-area .table-box table tr.last th, body.single-recruit .post .require-area .table-box table tr.last td {
  background-image: none;
}
body.single-recruit .post .require-area .table-box table tr th {
  width: 120px;
  background-color: #f7f7f7;
}
body.single-recruit .post .entry-area {
  padding: 30px 0 0 0;
  text-align: center;
}
@media only screen and (max-width: 1266px) {
  body.single-recruit #page-tit-area .outer {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 64px 0;
    width: 100%;
  }
  body.single-recruit #content {
    background-color: #fff;
    margin: 0 auto 0;
    max-width: 1016px;
    width: 90%;
  }
}






/* Headings */
.editor-area h1, .editor-area h2, .editor-area h3, .editor-area h4, .editor-area h5, .editor-area h6 {
  clear: both;
}
.editor-area h1, .editor-area h2 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 .8125em;
}
.editor-area .editor-area h3 {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.editor-area h4, h5, h6 {
  font-size: 14px;
  margin: 0;
}
.editor-area hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}
/* Text elements */
.editor-area p, .editor-area ul, .editor-area ol, .editor-area dl {
  font-weight: 300;
}
.editor-area p {
  margin-bottom: 1.625em;
}
.editor-area ul, .editor-area ol {
  margin: 0 0 1.625em 2.5em;
  padding: 0;
}
.editor-area ul {
  list-style: square;
}
.editor-area ol {
  list-style-type: decimal;
}
.editor-area ol ol {
  list-style: upper-alpha;
}
.editor-area ol ol ol {
  list-style: lower-roman;
}
.editor-area ol ol ol ol {
  list-style: lower-alpha;
}
.editor-area ul ul, .editor-area ol ol, .editor-area ul ol, .editor-area ol ul {
  margin-bottom: 0;
}
.editor-area dl {
  margin: 0 1.625em;
}
.editor-area dt {
  font-size: 15px;
  font-weight: bold;
}
.editor-area dd {
  margin: 0 0 1.625em;
}
.editor-area strong {
  font-weight: bold;
}
.editor-area cite, .editor-area em, i {
  font-style: italic;
}
.editor-area cite {
  border: none;
}
.editor-area big {
  font-size: 131.25%;
}
.editor-area .mceContentBody blockquote, .editor-area .mceContentBody blockquote p {
  font-family: Georgia, "Bitstream Charter", serif !important;
  font-style: italic !important;
  font-weight: normal;
  margin: 0 3em;
}
.editor-area .mceContentBody blockquote em, .editor-area.mceContentBody blockquote i, .editor-area.mceContentBody blockquote cite {
  font-style: normal;
}
.editor-area .mceContentBody blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.editor-area pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  padding: 0.75em 1.625em;
}
.editor-area code, .editor-area kbd, .editor-area code var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.editor-area abbr, .editor-area acronym, .editor-area dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.editor-area address {
  display: block;
  margin: 0 0 1.625em;
}
.editor-area del {
  color: #333;
}
.editor-area ins {
  background: #fff9c0;
  border: none;
  color: #333;
  text-decoration: none;
}
.editor-area sup, .editor-area sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
.editor-area sup {
  bottom: 1ex;
}
.editor-area sub {
  top: .5ex;
}
.editor-area input[type=text], .editor-area textarea {
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  color: #888;
}
.editor-area input[type=text]:focus, .editor-area textarea:focus {
  color: #333;
}
.editor-area textarea {
  padding-left: 3px;
  width: 98%;
}
.editor-area input[type=text] {
  padding: 3px;
}
.editor-area /* Links */
.editor-area a, .editor-area a em, .editor-area a strong {
  color: #1b8be0;
  text-decoration: none;
}
.editor-area a:focus, .editor-area a:active, a:hover {
  text-decoration: underline;
}
/* Alignment */
.editor-area .alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.editor-area .alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.editor-area .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Tables */
.editor-area table {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin: 0 0 1.625em;
  width: 100%;
}
.editor-area tr th {
  border: none !important;
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.editor-area td {
  border: none !important;
  border-top: 1px solid #ddd !important;
  padding: 6px 10px 6px 0;
}
/* Images */
.editor-area img[class*="wp-image-"] {
  height: auto;
  max-width: 97.5%;
}
.editor-area img.size-full {
  width: auto; /* Prevent stretching of full-size images in IE8 */
}
.editor-area img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.editor-area p img, .editor-area .wp-caption {
  margin-top: 0.4em;
}
.editor-area img {
  border: 1px solid #ddd;
  padding: 6px;
}
.editor-area img.alignleft, .editor-area img.alignright, .editor-area img.aligncenter {
  margin-bottom: 1.625em;
}
.editor-area .wp-caption {
  background: #eee;
  border: none;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
.editor-area .wp-caption img {
  display: block;
  margin: 5px auto 0 !important;
  max-width: 98%;
  border-color: #eee;
}
.editor-area .wp-caption .wp-caption-text, .editor-area .wp-caption-dd {
  color: #666;
  font-family: Georgia, serif !important;
  font-size: 12px;
  margin: 0 0 0.6em 0 !important;
  padding: 0 0 5px 40px;
  position: relative;
  text-align: left;
}
.editor-area .wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
.editor-area a:focus img[class*="wp-image-"], .editor-area a:hover img[class*="wp-image-"], .editor-area a:active img[class*="wp-image-"] {
  background: #eee;
  border-color: #bbb;
}
.editor-area .wp-caption a:focus img, .editor-area .wp-caption a:active img, .editor-area .wp-caption a:hover img {
  background: #fff;
  border-color: #ddd;
}
.post-password-form {
    text-align: center; /* テキストや入力欄を中央に */
    margin: 40px auto;  /* 上下に余白を持たせ、左右中央に配置 */
    max-width: 500px;   /* フォームが広がりすぎないように制限 */
    padding: 20px;
}