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

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 500 16px/2 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #474747;
  text-align: left;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

* {
  letter-spacing: 0.1em;
}

.win body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

a {
  text-decoration: none;
  color: #474747;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #a9b5ac;
  color: #474747;
}

::selection {
  background-color: #a9b5ac;
  color: #474747;
}

#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: calc(1000px + 12vw);
  width: 100%;
  margin: auto;
  padding: 0 6vw;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.section_wrap {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 70px 0;
  }
}

.section {
  margin-bottom: 100px;
}

header {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  header {
    height: 120px;
  }
}

.section_article .cat_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
.section_article .cat {
  font-size: 0.875em;
  margin-right: 2em;
}
.section_article .name {
  font-size: 0.875em;
}
.section_article .day {
  font-size: 0.9375em;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .section_article .day {
    font-size: 0.8em;
  }
}
.section_article img {
  margin: 15px 0;
  display: block;
  width: auto;
}

.article_cnt {
  margin-bottom: 70px;
}

.comment-respond {
  background-color: #eee;
}
.comment-respond .comment-reply-title {
  background-color: #ddd;
  padding: 0.5em 1.5em;
  font-weight: bold;
}
.comment-respond .comment-reply-title a#cancel-comment-reply-link {
  text-decoration: underline;
  display: inline-block;
  margin-left: 1em;
}
.comment-respond #commentform {
  padding: 2em 3em 3em;
}
.comment-respond #commentform .logged-in-as a, .comment-respond #commentform .comment-notes a {
  text-decoration: underline;
}
.comment-respond #commentform .logged-in-as span.required-field-message, .comment-respond #commentform .comment-notes span.required-field-message {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.875em;
}
.comment-respond #commentform img {
  margin: 0;
}
.comment-respond #commentform input#siteguard_captcha {
  width: 140px;
  padding: 0.3em 0.5em;
  border: 1px solid;
  border-radius: 5px;
  line-height: 1;
}
.comment-respond #commentform .comment-form-comment, .comment-respond #commentform .comment-form-author, .comment-respond #commentform .comment-form-email {
  font-size: 1.14em;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .comment-respond #commentform .comment-form-comment, .comment-respond #commentform .comment-form-author, .comment-respond #commentform .comment-form-email {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.comment-respond #commentform .comment-form-comment label, .comment-respond #commentform .comment-form-author label, .comment-respond #commentform .comment-form-email label {
  white-space: nowrap;
  width: 100px;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .comment-respond #commentform .comment-form-comment label, .comment-respond #commentform .comment-form-author label, .comment-respond #commentform .comment-form-email label {
    width: 100%;
  }
}
.comment-respond #commentform .comment-form-comment label .required, .comment-respond #commentform .comment-form-author label .required, .comment-respond #commentform .comment-form-email label .required {
  font-size: 0.8em;
}
.comment-respond #commentform .comment-form-comment input, .comment-respond #commentform .comment-form-comment textarea, .comment-respond #commentform .comment-form-author input, .comment-respond #commentform .comment-form-author textarea, .comment-respond #commentform .comment-form-email input, .comment-respond #commentform .comment-form-email textarea {
  width: calc(100% - 100px);
  padding: 1em;
  border: 1px solid;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .comment-respond #commentform .comment-form-comment input, .comment-respond #commentform .comment-form-comment textarea, .comment-respond #commentform .comment-form-author input, .comment-respond #commentform .comment-form-author textarea, .comment-respond #commentform .comment-form-email input, .comment-respond #commentform .comment-form-email textarea {
    width: 100%;
  }
}
.comment-respond #commentform .comment-form-url, .comment-respond #commentform .comment-form-cookies-consent {
  display: none;
}
.comment-respond #commentform .comment-form-cookies-consent input {
  padding: 0.5em;
  line-height: 1;
}
.comment-respond #commentform .comment-form-comment {
  margin-top: 2em;
}
.comment-respond #commentform .comment-form-email {
  margin-bottom: 2em;
}
.comment-respond .form-submit input {
  display: table;
  background: #fff;
  border: none;
  padding: 0.5em 2em;
  line-height: 1;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 2em;
}
.comment-respond .form-submit input:hover {
  opacity: 0.5;
}

.box_commet {
  margin-bottom: 80px;
}
.box_commet .comment-body {
  padding: 3em;
  margin-bottom: 3em;
  border: 2px solid #a9b5ac;
}
.box_commet .comment-body .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.box_commet .comment-body .comment-author img {
  margin: 0 15px 0 0;
  width: 35px;
}
.box_commet .comment-body .comment-author span.says {
  display: none;
}
.box_commet .comment-body .comment-meta {
  font-size: 0.875em;
  text-align: right;
  margin-bottom: 1.5em;
}
.box_commet .comment-body a.comment-reply-link {
  display: table;
  background: #eee;
  border: none;
  padding: 0.5em 2em;
  line-height: 1;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 2em;
}
.box_commet .comment-body a.comment-reply-link:hover {
  opacity: 0.5;
}
.box_commet .comment-body .comment-awaiting-moderation {
  font-size: 0.875em;
  background: #fff;
  padding: 0.5em;
  margin: 0.5em 0;
  display: inline-block;
}

.login_box .login_name {
  text-align: center;
  margin-bottom: 2em;
  font-weight: bold;
}
.login_box .login_name span {
  margin-right: 0.5em;
  font-size: 1.5em;
}

form#corporate_loginform {
  max-width: 315px;
  margin: 0 auto 2.5em;
}
form#corporate_loginform .login-username {
  margin-bottom: 1em;
}
form#corporate_loginform .login-password {
  margin-bottom: 3em;
}
form#corporate_loginform label {
  margin-bottom: 5px;
  display: block;
}
form#corporate_loginform input {
  width: 100%;
  padding: 0.5em;
}
form#corporate_loginform input#corporate_login_submit {
  border: none;
  background: #ebe4b8 url(../images/arrow.svg) no-repeat center right 20px/15px 15px;
  width: 240px;
  margin: 0 auto;
  display: block;
  padding: 1em 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  form#corporate_loginform input#corporate_login_submit {
    width: 100%;
    background: #ebe4b8 url(../images/arrow.svg) no-repeat center right 10px/12px 12px;
  }
  form#corporate_loginform input#corporate_login_submit:hover {
    background: #e6cdc6 url(../images/arrow.svg) no-repeat center right 10px/12px 12px;
  }
}
form#corporate_loginform input#corporate_login_submit:hover {
  background: #e6cdc6 url(../images/arrow.svg) no-repeat center right 20px/15px 15px;
}

.list_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: -2.5%;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list_cat {
    margin-bottom: -3.5%;
  }
}
.list_cat li {
  margin: 0 2.5% 2.5% 0;
  width: 18%;
}
@media screen and (max-width: 767px) {
  .list_cat li {
    margin: 0 3.5% 3.5% 0;
    width: 31%;
  }
}
.list_cat li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_cat li:nth-child(5n) {
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .list_cat li:nth-child(3n) {
    margin-right: 0;
  }
}
.list_cat li a {
  display: block;
  background: #ebe4b8;
  border-radius: 50px;
  padding: 1em;
}
.list_cat li a:hover {
  background-color: #e6cdc6;
}

.list_blog {
  line-height: 1.6;
  border-top: 1px solid #474747;
}
.list_blog li {
  border-bottom: 1px solid #474747;
}
.list_blog li a {
  padding: 1.5em 2em;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .list_blog li a {
    padding: 1.5em 1em;
  }
}
.list_blog li a:hover {
  opacity: 0.5;
}
.list_blog li .cat_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_blog li .cat_name {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.list_blog li .day_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_blog li .day_ttl {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.list_blog li .cat {
  font-size: 0.875em;
  margin-right: 2em;
}
.list_blog li .name {
  font-size: 0.875em;
}
.list_blog li .day {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .list_blog li .day {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.list_blog li .ttl {
  width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
  .list_blog li .ttl {
    width: 100%;
  }
}

.dlist_pw {
  text-align: center;
  width: 230px;
  margin: auto;
}
.dlist_pw dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.125em;
}
.dlist_pw dd {
  font-size: 0.875em;
}
.dlist_pw dd input {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}
.dlist_pw dd input.pw {
  border: 1px solid;
  border-radius: 50px;
  padding: 1em;
  width: 100%;
  margin-bottom: 1em;
}
.dlist_pw dd input.submit {
  display: block;
  margin: auto;
  background: #ebe4b8;
  border: none;
  padding: 1em 2em;
  line-height: 1;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dlist_pw dd input.submit:hover {
  background-color: #e6cdc6;
}

.ttl_article {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.6;
  border-bottom: 2px solid;
  padding-bottom: 0.5em;
}

a.btn {
  border: none;
  background: #474747;
  width: 240px;
  margin: 0 auto;
  display: block;
  padding: 1em 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  a.btn {
    width: 100%;
    background: #474747;
  }
  a.btn:hover {
    background: #aaa;
  }
}
a.btn:hover {
  background: #aaa;
}

.pw_error {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.5em;
  color: #f00;
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-weight: bold;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 10vw;
    font-size: 1em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #474747;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #2b87cb;
}
.wp-pagenavi .current {
  background: #2b87cb;
}

.cat_cmt {
  margin: 0 auto 3em;
  display: block;
  padding: 1em 2em;
  border-radius: 20px;
  background: #f2f2f2;
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
}

.txt_c {
  font-size: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}

form#site_post_form {
  padding: 0 2em 2em;
  border-radius: 20px;
  border: 1px solid;
}
form#site_post_form legend {
  display: none;
}
form#site_post_form label {
  margin-top: 2em;
}
form#site_post_form input, form#site_post_form textarea {
  padding: 1em;
  border: 1px solid;
  border-radius: 5px;
}
form#site_post_form input:focus, form#site_post_form textarea:focus {
  background-color: unset;
}
form#site_post_form select {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  padding: 0.5em;
  border: 1px solid;
  border-radius: 5px;
  width: 200px;
}
form#site_post_form button {
  margin: 0;
}
form#site_post_form button#submit {
  margin-top: 1em;
}
form#site_post_form button#refresher {
  display: none;
}
form#site_post_form #djdsitepostcontent {
  height: 400px;
}

button#mceu_7-button {
  display: none;
}

input, textarea {
  outline: none;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
}

.m0 {
  margin-bottom: 0;
}

.list_pagination {
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  font-size: 0.875em;
  padding: 2em 0;
}
.list_pagination li {
  width: 49%;
}
.list_pagination li.prev a {
  padding-left: 20px;
}
.list_pagination li.prev a:before {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 20px;
}
.list_pagination li.next a:before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 10px;
  background: url(../images/right_b.svg) no-repeat center;
}