@charset "UTF-8";
/*
Theme Name: KasumigauraMarathon 2021 Theme
Description: かすみがうらマラソン2021大会ホームページのためのテーマ
Author: ウキヨ
Author URI: https://ukiyo.co.jp/
Version: 1.0
*/
/* all display
-------------------------------------------------- */
.wrap {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before {
  display: inline-table;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

#main {
  width: 100%;
  float: left;
}

.main-inner {
  margin-right: 358px;
}

#side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.left-content #main {
  width: 100%;
  float: left;
}
.left-content .main-inner {
  margin-right: 358px;
  margin-left: 0;
}
.left-content #side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.right-content #main {
  width: 100%;
  float: left;
}
.right-content .main-inner {
  margin-left: 358px;
  margin-right: 0;
}
.right-content #side {
  width: 310px;
  float: left;
  margin-left: -100%;
}

.one-column #content .wrap {
  width: 1000px;
}
.one-column #content .wrap #main {
  width: 100%;
  float: none;
}
.one-column #content .wrap #main .main-inner {
  width: 100%;
  margin: 0;
}
.one-column #content .wrap #side {
  display: none;
}

/* table
-------------------------------------------------- */
table {
  width: 100% !important;
}

table td, table th {
  word-break: break-all;
  text-align: left;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap,
  .one-column #content .wrap {
    margin-left: 36px;
    margin-right: 36px;
    width: auto;
  }

  .main-inner {
    margin-right: 346px;
    box-sizing: border-box;
  }

  /* laptop end */
}
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 24px;
    margin-right: 24px;
  }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }
  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-top: 42px;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  /* phone end */
}
/* ----------------------------------------
* フォント設定
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
  color: #241913;
}

a {
  text-decoration: none;
  color: #00A9F1;
}
a:hover {
  text-decoration: underline;
}

/* form
---------------------------------------- */
form input[type="submit"],
form button {
  background: #3B4552;
  color: #fff;
}
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  padding: 0;
  overflow: visible;
}
#header #logo {
  float: left;
  font-size: 24px;
  padding: 10px;
}
#header #logo img {
  max-height: 76px;
}
#header a {
  color: #fff;
}

/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb-area {
  background: #fff;
}
.breadcrumb-area .wrap {
  padding: 10px 0;
}

.breadcrumb {
  margin: 0;
  margin-left: -10px;
  overflow: hidden;
  font-size: 13px;
  padding: 0;
  line-height: 22px;
}
.breadcrumb li {
  float: left;
  margin-left: 10px;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */
#gnav {
  background: #00A9F1;
  margin: 0 0 0 auto;
  float: right;
  text-align: right;
}
#gnav .sub-menu {
  z-index: 10;
}
#gnav ul li {
  display: inline-block;
  position: relative;
}
#gnav ul li:hover a {
  background: #57bca8;
}
#gnav ul li.current-menu-item a {
  background: #57bca8;
}
#gnav ul li a {
  display: block;
  padding: 32px 12px;
  line-height: 28px;
  color: #fff;
  background: #00A9F1;
  text-decoration: none;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
}
#gnav ul li a:hover {
  color: #fff;
  background: #57bca8;
}
#gnav ul li a:hover .sub-menu {
  display: block;
}
#gnav ul li .sub-menu {
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
#gnav ul li .sub-menu li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#gnav ul li .sub-menu li:list-child {
  border-bottom: none;
}
#gnav ul li .sub-menu li a {
  color: #3B4552;
  background: #fff;
  padding: 10px 15px;
}
#gnav ul li .sub-menu li a:hover {
  background: #fafafa;
  color: #3B4552;
}
#gnav ul li .sub-menu .sub-menu {
  left: 100%;
  top: -1px;
}

#header-right {
  height: 92px;
  float: right;
}

#header-fnav-area,
#header-gnav-area {
  float: right;
}

#header-fnav-area {
  width: 150px;
  position: relative;
}
#header-fnav-area #header-fnav-btn a {
  display: block;
  padding: 22px 12px;
  line-height: 24px;
  font-size: 23px;
  height: auto;
  text-align: center;
  background: #57bca8;
}
#header-fnav-area #header-fnav-btn a:hover {
  text-decoration: none;
}
#header-fnav-area #header-fnav {
  z-index: 10;
  font-size: 14px;
  text-align: left;
  display: none;
  position: absolute;
  right: 0;
  width: 200px;
  background: #fff;
  border: 1px #e5e5e5 solid;
}
#header-fnav-area #header-fnav li {
  float: none;
  margin-left: 0;
  border-bottom: 1px #e5e5e5 solid;
  display: block;
}
#header-fnav-area #header-fnav li:list-child {
  border-bottom: none !important;
}
#header-fnav-area #header-fnav li a {
  color: #3B4552;
  background: #fff;
  padding: 10px 15px;
  display: block;
}
#header-fnav-area #header-fnav li a:hover {
  background: #fafafa;
  color: #3B4552;
  text-decoration: none;
}

/* ----------------------------------------
* content
---------------------------------------- */
#content {
  padding: 52px 0;
  /* キャプション */
}
#content .wrap {
  overflow: visible;
}
#content .wp-caption {
  max-width: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  margin-bottom: 12px;
}
#content .wp-caption-text {
  padding: 12px 16px;
  margin-bottom: 0;
  text-align: center;
}

/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home #content {
  padding-bottom: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #main {
  width: 100%;
  margin: 0;
  float: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home .main-inner {
  margin: 0;
}
body.home .wrap {
  width: 1200px;
  margin: 0 auto;
}
body.home #main_visual {
  color: #fff;
  text-align: center;
}
body.home #main_visual h2 {
  font-size: 48px;
  line-height: 70px;
  margin-bottom: 24px;
}
body.home #main_visual p {
  font-size: 15px;
  width: 600px;
  margin: 0 auto;
}
body.home .front-loop {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
  padding: 0;
  margin-left: -2.2%;
  margin-bottom: 40px;
}
body.home .front-loop h2 {
  text-align: center;
  padding: 24px 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
}
body.home .front-loop .popular_post_box {
  width: 17.64%;
  margin-left: 2.2%;
  float: left;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
body.home .front-loop .popular_post_box img,
body.home .front-loop .popular_post_box h3,
body.home .front-loop .popular_post_box .p_category,
body.home .front-loop .popular_post_box ul {
  margin-bottom: 12px;
  margin-top: 0;
}
body.home .front-loop .popular_post_box h3 {
  color: #241913;
  font-weight: normal;
  font-size: 16px;
}
body.home .front-loop .popular_post_box h3 a {
  color: #241913;
}
body.home .front-loop .popular_post_box h3 a:hover {
  color: #FF6C00;
  text-decoration: underline;
}
body.home .front-loop .popular_post_box img {
  max-width: 100%;
  height: auto;
}
body.home .front-loop .popular_post_box ul {
  overflow: hidden;
}
body.home .front-loop .popular_post_box ul li {
  float: left;
  width: 25%;
  text-align: left;
}
body.home .front-loop .popular_post_box ul li .fa {
  margin-right: 8px;
}
body.home .front-loop .popular_post_box ul li .share {
  display: none;
}
body.home .front-loop .popular_post_box ul a {
  color: #241913;
}
body.home .front-loop .popular_post_box ul a:hover {
  color: #FF6C00;
  text-decoration: underline;
}
body.home .front-loop .popular_post_box .p_category {
  background: #00A9F1;
  color: #fff;
  display: inline-block;
  padding: 8px 24px;
  font-size: 12px;
  color: #fff;
}
body.home .front-loop .popular_post_box .p_rank {
  position: absolute;
  top: 0;
  left: 0;
  background: #900;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  opacity: .7;
}
body.home .front-loop .popular_post_box .p_rank span {
  font-size: 16px;
}
body.home .front-loop .popular_post_box .p_date {
  position: absolute;
  top: 0;
  left: 0;
  background: #3B4552;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  opacity: .7;
}
body.home .front-loop .popular_post_box .p_date span {
  display: block;
  line-height: 18px;
}
body.home .front-loop .popular_post_box .p_date .date-y {
  font-size: 12px;
  padding-top: 6px;
}
body.home .front-loop .popular_post_box .p_date .date-mj {
  font-size: 14px;
  padding-bottom: 6px;
}
body.home .front-loop .front-loop-cont {
  padding: 40px 0;
  overflow: hidden;
}
body.home .front-loop article.post {
  border: none;
  margin-bottom: 20px;
}
body.home .front-loop article.post.rank-1 .p_rank {
  background: #D6B038;
}
body.home .front-loop article.post.rank-2 .p_rank {
  background: #BFC4C9;
}
body.home .front-loop article.post.rank-3 .p_rank {
  background: #B9704E;
}
body.home .front-loop article.post.rank-4 .p_rank, body.home .front-loop article.post.rank-5 .p_rank {
  background: #47442F;
}
body.home .front-main-cont .front-cont-header {
  position: relative;
  padding: 16px 0 24px;
  background: #3B4552;
  color: #fff;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home .front-main-cont .front-cont-header .cont-icon {
  font-size: 28px;
}
body.home .front-main-cont .front-cont-header .cont-title {
  font-size: 28px;
  margin: 0;
}
body.home .front-main-cont .front-cont-header .cont-ruby {
  font-size: 13px;
  margin: 0;
}
body.home .front-main-cont .tri-border {
  position: absolute;
  bottom: -18px;
  width: 100%;
  z-index: 20;
}
body.home .front-main-cont .tri-border span {
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 18px solid #3B4552;
}
body.home #front-contents .c_box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
body.home #front-contents .c_box_inner {
  width: 54%;
  padding-bottom: 32px;
}
body.home #front-contents .c_img_box {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
body.home #front-contents .c_box.c_box_left {
  background-color: #fff;
}
body.home #front-contents .c_box.c_box_left .c_box_inner {
  float: left;
  z-index: 10;
}
body.home #front-contents .c_box.c_box_left .c_img_box {
  right: 0;
  background-position: center top;
}
body.home #front-contents .c_box.c_box_right {
  background-color: #fafafa;
}
body.home #front-contents .c_box.c_box_right .c_box_inner {
  float: right;
}
body.home #front-contents .c_box.c_box_right .c_img_box {
  left: 0;
  background-position: center top;
}
body.home #front-contents .c_number {
  background: #00A9F1;
  color: #fff;
  display: inline-block;
  padding: 40px 12px 8px;
  margin-bottom: 32px;
  margin-top: 0;
}
body.home #front-contents h3 {
  color: #00A9F1;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.4;
}
body.home #front-contents .c_english {
  color: #00A9F1;
  font-size: 13px;
  margin-bottom: 32px;
  margin-top: 0;
}
body.home #front-contents h4 {
  font-size: 24px;
  margin-bottom: 28px;
  margin-top: 0;
  font-weight: normal;
}
body.home #front-contents .c_text p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 48px;
}
body.home #front-contents .c_text .c_btn a {
  border-radius: 5px;
  background: #FF6C00;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  width: 30%;
  padding: 12px;
  text-align: center;
}
body.home #front-contents .c_text .c_btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
body.home #front-service {
  background: url(./lib/images/border_e5.png) repeat-y top center #fff;
  padding-bottom: 56px;
  border-bottom: 1px solid #e5e5e5;
}
body.home #front-service .front-service-inner {
  margin-left: -10%;
  overflow: hidden;
}
body.home #front-service .front-service-inner .c_box {
  width: 40%;
  padding-top: 96px;
  margin-left: 10%;
  margin-bottom: 20px;
  float: left;
}
body.home #front-service .front-service-inner .c_title {
  text-align: center;
}
body.home #front-service .front-service-inner h3 {
  color: #00A9F1;
  font-size: 40px;
  margin-bottom: 8px;
}
body.home #front-service .front-service-inner .c_english {
  color: #00A9F1;
  font-size: 13px;
  margin-bottom: 32px;
}
body.home #front-service .front-service-inner h4 {
  font-size: 24px;
  margin-bottom: 28px;
  text-align: center;
}
body.home #front-service .front-service-inner .c_text p {
  margin-bottom: 28px;
}
body.home #front-service .front-service-inner .c_text .c_btn a {
  border-radius: 5px;
  background: #00A9F1;
  color: #fff;
  margin: 0 auto;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  width: 50%;
  padding: 16px 20px;
  text-align: center;
}
body.home #front-service .front-service-inner .c_text .c_btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
body.home #front-company {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #front-company .c_box {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  min-height: 450px;
}
body.home #front-company .c_box_inner {
  width: 684px;
  padding: 96px 0;
}
body.home #front-company .c_img_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 0;
}
body.home #front-company .c_img_box iframe {
  width: 100% !important;
  height: 100% !important;
}
body.home #front-company .no-company-map .c_img_box {
  display: none;
}
body.home #front-company .no-company-map .c_box_inner {
  margin-left: auto;
  margin-right: auto;
}
body.home #front-company dl {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
body.home #front-company dl dt span,
body.home #front-company dl dd span {
  padding: 20px 32px;
  display: block;
}
body.home #front-company dl dt {
  float: left;
  width: 20%;
  margin: 0;
}
body.home #front-company dl dd {
  float: left;
  width: 80%;
  margin: 0;
}
body.home #front-company dl#front-company-1 dt {
  border-top: 2px solid #00A9F1;
}
body.home #front-company dl#front-company-1 dt span {
  padding-top: 19px;
}
body.home #front-company dl#front-company-1 dd {
  border-top: 1px solid #e5e5e5;
}
body.home #front-contact {
  background: #00A9F1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #front-contact .c_box_inner {
  padding: 60px 0;
  width: 100%;
  max-width: 632px;
  margin: 0 auto;
}
body.home #front-contact .c_box_inner input[type=text],
body.home #front-contact .c_box_inner input[type=tel],
body.home #front-contact .c_box_inner input[type=email],
body.home #front-contact .c_box_inner input[type=url],
body.home #front-contact .c_box_inner textarea {
  width: 95%;
}
body.home #front-contact .c_box_inner input[type=submit],
body.home #front-contact .c_box_inner button {
  width: 30%;
  display: block;
  background: #131D2A;
  border-radius: 3px;
  margin: 0 auto;
}
body.home #front-contact .c_box_inner p {
  margin-bottom: 1.4em;
  color: #fff;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page {
  margin-bottom: 20px;
  background: #fff;
}

.post-header {
  padding: 56px 64px 46px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.post-header .cat-name {
  margin-bottom: 20px;
}
.post-header .cat-name span {
  border: 1px solid #00A9F1;
  color: #00A9F1;
  display: inline-block;
  padding: 4px 16px;
  font-size: 13px;
}

.post-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 36px;
}
body.page .post-title {
  margin-bottom: 0;
}
.post-title a {
  color: #241913;
}
.post-title a:hover {
  color: #FF6C00;
}

.post-content h2.post-title {
  font-weight: normal;
}

.post-title a {
  color: #3B4552;
}
.post-title a:hover {
  color: #FF6C00;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 56px 64px 30px;
  margin-bottom: 20px;
  background: #fff;
}

.post-meta-area {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.post-meta-area ul {
  margin: 0;
}
.post-meta-area .post-meta {
  width: 50%;
  float: left;
}
.post-meta-area .post-meta .date {
  padding: 12px 40px;
}
.post-meta-area .post-meta .date .datetime {
  font-size: 1.1em;
}
.post-meta-area .post-meta-comment {
  text-align: center;
  width: auto;
  float: right;
}
.post-meta-area .post-meta-comment li {
  padding: 12px 24px;
  display: inline-block;
  border-left: 1px solid #e5e5e5;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.post-content {
  padding: 30px 64px 10px;
}
.post-content hr {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  clear: both;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin-bottom: 1em;
}
.post-content ul {
  list-style: disc;
}
.post-content ol {
  list-style: decimal;
}

.post-content ul > ul,
.post-content ul > ol,
.post-content ol > ol,
.post-content ol > ul {
  margin-bottom: 0px;
}
.post-content dl dt {
  font-weight: bold;
}
.post-content dl dd {
  margin-left: 30px;
}
.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}
.post-content h1 {
  margin: 32px 0;
  font-size: 36px;
  clear: both;
  font-weight: normal;
}
.post-content h2 {
  margin-bottom:32px;
  font-size: 28px;
  clear: both;
  font-weight: normal;
}
.post-content h3 {
  font-size: 24px;
  margin: 48px 0 24px;
  padding: 20px 0;
  clear: both;
  font-weight: normal;
  border-bottom: 2px solid #3B4552;
  line-height: 1;
}
.post-content h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0 16px;
  padding: 0 0 0 8px;
  border-left: 5px solid #131D2A;
  clear: both;
}
.post-content h5 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
.post-content h6 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}
.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}
.post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}
.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}
.post-content table th,
.post-content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.post-content table th {
  color: #fff;
}
.post-content table thead th {
  background: #5e6265;
}
.post-content table tbody th {
  background: #919598;
}
.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}
.post-content table.table-line th {
  background: transparent;
  color: #241913;
  font-weight: bold;
}
.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
.post-content table.table-line tr {
  background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}
.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.post-content h2:first-child {
  margin-top: 0;
}

.post-cta {
  background: #131D2A;
  color: #fff;
}
.post-cta .post-cta-inner {
  padding: 30px 45px;
}
.post-cta .cta-post-title {
  padding: 30px 45px;
  font-size: 36px;
  margin-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 20px;
}
.post-cta .post-cta-cont {
  overflow: hidden;
}
.post-cta .post-cta-btn {
  margin: 10px 0;
}
.post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
  border-radius: 8px;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
  background: #fa8553;
}
.post-cta p {
  margin-bottom: 1em;
}
.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: #3B4552;
}
.post-cta .btn:hover {
  text-decoration: none;
  background: #FF6C00;
}

.post-share {
  padding: 30px 45px;
}
.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}
.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  display: block;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 20px 0;
}
.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}
.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}
.post-share .post-share-list1 li {
  width: 97.92%;
}
.post-share .post-share-list2 li {
  width: 47.92%;
}
.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}
.post-share .post-share-list4 li {
  width: 22.92%;
}
.post-share .post-share-list4 {
  text-align: center;
}
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}
.post-share .post-share-list4 .big {
  font-size: 1.2em;
}
.post-share .post-share-facebook a:hover {
  color: #305097;
}
.post-share .post-share-twitter a:hover {
  color: #00aced;
}
.post-share .post-share-google a:hover {
  color: #db4a39;
}
.post-share .post-share-feedly a:hover {
  color: #2bb24c;
}

.post-footer {
  border-radius: 0;
  padding: 20px 64px;
  overflow: hidden;
  clear: both;
}
.post-footer ul {
  overflow: hidden;
}
.post-footer ul li a:hover {
  text-decoration: underline;
}
.post-footer .bzb-sns-btn {
  padding: 30px 0;
}

.post-footer .bzb-sns-btn li {
  vertical-align: top;
}
.post-footer .bzb-sns-btn  li .fb_iframe_widget span{
  vertical-align: top !important;
}

.post-footer-list {
  padding: 20px 0;
}

.post-author {
  margin-bottom: 40px;
  padding: 40px 45px;
  border: 1px solid #e5e5e5;
  color: #241913;
  background: #fff;
}
.post-author .post-author-img {
  height: 100%;
  float: left;
}
.post-author .post-author-img img {
  width: 100px;
  height: auto;
  border: 1px solid #e5e5e5;
}
.post-author .post-author-img .inner {
  padding: 0;
}
.post-author .row {
  margin-right: -10px;
  margin-left: -10px;
}
.post-author .row .gr1, .post-author .row .gr2, .post-author .row .gr3, .post-author .row .gr4, .post-author .row .gr5, .post-author .row .gr6, .post-author .row .gr7, .post-author .row .gr8, .post-author .row .gr9, .post-author .row .gr10, .post-author .row .gr11, .post-author .row .gr12 {
  padding-left: 10px;
  padding-right: 10px;
}
.post-author a {
  color: #3B4552;
}
.post-author .post-author-meta {
  color: #241913;
  margin-left: 120px;
}
.post-author .post-author-meta h4 {
  margin: 0 40px 10px 0;
}
.post-author .post-author-meta p {
  margin: 0 40px 20px 0;
}

.post-header-meta {
  overflow: hidden;
  margin-bottom: 26px;
}
.post-header-meta .bzb-sns-btn {
  padding: 20px 0 10px;
  float: left;
  width: 400px;
  overflow: hidden;
}
.post-header-meta .post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

.bzb-sns-btn {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.bzb-sns-btn li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin: 4px;
}
/*
.bzb-sns-btn li.bzb-facebook {
  width: 98px;
}
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
*/
.post-autot
#comments {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.post-autot
#comments h4,
.post-autot
#comments h3 {
  margin: 0 0 24px;
  border-bottom: 5px solid #3B4552;
  font-size: 18px;
  padding: 8px 0;
}
.post-autot
#comments h4 i,
.post-autot
#comments h3 i {
  color: #3B4552;
}

.comment-list > .comment {
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}

.comment-list > .comment > .comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}

@media screen and ( max-width: 767px ){
  .comment-list .children {
    margin-left: 0;
  }
}
.comment-list .children .comment-body {
  padding: 20px 30px;
  margin-bottom: 20px;
  background: #f7f7f7;
}

.comment-author {
  float: left;
  vertical-align: top;
  font-size: 12px;
  margin-left: 10px;
}
.comment-author img {
  vertical-align: top;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 12px;
}

.reply a {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.reply a:before {
  content: ' ';
  font-family: 'FontAwesome';
}
.reply a:hover {
  text-decoration: none;
}

.comment-form-comment {
  margin-bottom: 0;
}

.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 80%;
  margin: 20px 0;
  border-radius: 3px;
}

.form-allowed-tags {
  font-size: 12px;
  margin-bottom: 20px;
  display: none;
}

.comment-meta:after {
  content: ' ';
  display: block;
  clear: both;
}

.comments-title {
  font-size: 24px;
  padding: 20px 0;
  margin-bottom: 30px;
  margin-top: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  overflow: hidden;
  margin: 10px 0;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  width: 15%;
  float: left;
  font-size: 12px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 40%;
  float: left;
  margin-left: 5%;
  border-radius: 3px;
  padding: 5px;
}

.form-submit #submit {
  width: 240px;
  margin-top: 2em;
  line-height: 24px;
  border: none;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
  cursor: pointer;
}

.comment-form-comment textarea {
  width: 95%;
  padding-left: 2%;
  padding-right: 2%;
}

.comment-form {
  overflow: hidden;
}

.comment-form-author,
.comment-form-email {
  width: 49%;
  margin: 0;
}
.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input {
  width: 90%;
  float: none;
  margin: 0 0 10px;
}

.comment-form-author {
  float: left;
}

.comment-form-email {
  float: right;
}

/* loop
---------------------------------------- */
.cat-content {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

.post-loop-wrap article {
  width: 100%;
  margin: 0 0 60px;
}
.post-loop-wrap article p {
  margin-top: 0;
}
.post-loop-wrap .post-title {
  margin-bottom: 0;
}
.post-loop-wrap .post-thumbnail {
  width: 100%;
}
.post-loop-wrap .post-thumbnail img {
  max-width: 100%;
  height: auto;
}
.post-loop-wrap .more-link {
  border: 1px #3B4552 solid;
  padding: 8px 20px;
  margin-bottom: 64px;
  color: #3B4552;
}
.post-loop-wrap .more-link:hover {
  background: #3B4552;
  color: #fff;
  text-decoration: none;
}
.post-loop-wrap .post-footer {
  border-top: 1px #eee solid;
  padding: 0;
  overflow: hidden;
}
.post-loop-wrap .post-footer a.morelink {
  display: block;
  background: #3B4552;
  color: #fff;
  text-align: center;
  padding: 12px;
}

/* pager */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.pagination a {
  background: #fff;
}

 .pagination a, .pagination > span{
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #241913;
}

.pagination a:hover {
  background: #999999;
  color: #fff;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #999999;
  color: #fff;
}

.post-content .pagination {
  margin: 0;
}

.post-content .pagination > span{
  background: #999999;
  color: #ffffff;
}


/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
  padding: 0;
}

.side-widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1.6;
  font-size: 14px;
}
.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
  background: #ebebeb;
  border: 1px solid #e4e4e4;
}
.side-widget a {
  color: #00A9F1;
  text-decoration: underline;
  display: block;
}
.side-widget a:hover {
  color: #00A9F1;
  text-decoration: none;
}
.side-widget ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}
.side-widget .side-title {
  margin: 0 0 13px;
  padding: 8px;
  font-size: 16px;
}
.side-widget.widget_recent_comments a {
  background: none;
}
.side-widget .post-date {
  margin: 0 0 0 36px;
  font-size: 13px;
  color: #999999;
}
.side-widget .post-share-fb .pas {
  display: none;
}

.widget_categories a {
  display: inline-block;
}

/* widget_views */
.widget_views a {
  display: inline;
}

/* search */
.widget_search {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
  border-radius: 2px;
}
.widget_search form div {
  position: relative;
  padding-right: 40px;
}
.widget_search label {
  display: none;
}
.widget_search input[type=text] {
  line-height: 18px;
  padding: 8px 13px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  float: left;
}
.widget_search button {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  width: 40px;
  padding: 8px 5px;
  -webkit-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 21px;
  color: #5e6265;
}
.widget_search button:hover {
  cursor: pointer;
}

#searchform form input[type="text"],
#searchform form input[type="email"],
#searchform form input[type="url"],
#searchform form input[type="tel"],
#searchform form input[type="number"],
#searchform form input[type="date"],
#searchform form textarea {
  border-radius: 3px;
  padding: 12px;
  max-width: 100%;
  font-size: 16px;
}
#searchform form textarea {
  width: 80%;
}
#searchform form input[type="submit"] {
  padding: 12px 20px;
}

/* comment */
.recentcomments {
  color: #808080;
  font-size: 12px;
}
.recentcomments a {
  color: #241913;
  font-size: 14px;
}

/* 実装中止----------- */
/* calendar */
.widget_calendar {
  border-radius: 3px;
  font-size: 16px;
}
.widget_calendar .side-widget-inner {
  border-radius: 3px;
  padding: 0 20px 20px;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar caption {
  border-radius: 3px 3px 0 0;
  padding: 14px 20px;
  margin: 0 -20px 20px;
  font-size: 18px;
  text-align: center;
}
.widget_calendar a {
  color: #666;
}
.widget_calendar li {
  margin-bottom: 1em;
}
.widget_calendar thead,
.widget_calendar tfoot,
.widget_calendar tbody {
  margin: 0 20px;
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tbody a {
  display: block;
}
.widget_calendar tbody a:hover {
  text-decoration: none;
}

/* follow */
#side .share-list-wrap {
  margin: 0 -20px 20px;
  background: #fff;
  padding: 20px;
}
#side .share-list-wrap .post-share-list1,
#side .share-list-wrap .post-share-list2,
#side .share-list-wrap .post-share-list3,
#side .share-list-wrap .post-share-list4 {
  overflow: hidden;
  margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li,
#side .share-list-wrap .post-share-list2 li,
#side .share-list-wrap .post-share-list3 li,
#side .share-list-wrap .post-share-list4 li {
  float: left;
  width: 24%;
  margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a,
#side .share-list-wrap .post-share-list2 li a,
#side .share-list-wrap .post-share-list3 li a,
#side .share-list-wrap .post-share-list4 li a {
  border-radius: 100%;
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on,
#side .share-list-wrap .post-share-list1 li a .big,
#side .share-list-wrap .post-share-list2 li a .follow-on,
#side .share-list-wrap .post-share-list2 li a .big,
#side .share-list-wrap .post-share-list3 li a .follow-on,
#side .share-list-wrap .post-share-list3 li a .big,
#side .share-list-wrap .post-share-list4 li a .follow-on,
#side .share-list-wrap .post-share-list4 li a .big {
  display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
  color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
  color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-google a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
  color: #db4a39;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover,
#side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
  color: #2bb24c;
}

/* author */
#side-author {
  overflow: hidden;
  font-size: 12px;
}
#side-author h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
#side-author .side-author-img {
  float: left;
  width: 100px;
}
#side-author .side-author-meta {
  float: right;
  width: 180px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
/* Facebook Like Box width: 100% */
.post-share-fb.side-widget{
  text-align: center;
}
div.post-share-fb .fbcomments,
div.post-share-fb .fb_iframe_widget,
div.post-share-fb .fb_iframe_widget[style],
div.post-share-fb .fb_iframe_widget iframe[style],
div.post-share-fb .fbcomments iframe[style] *,
div.post-share-fb .fb_iframe_widget span {
  max-width: 100% !important;
}
#footer .fbcomments,
#footer .fb_iframe_widget,
#footer .fb_iframe_widget[style],
#footer .fb_iframe_widget iframe[style],
#footer .fbcomments iframe[style] *,
#footer .fb_iframe_widget span {
  max-width: 100% !important;
}

#footer {
  color: #fff;
  border-top: 5px solid #00a9f1;
}
#footer .fb-like-box,
#footer .fb-like-box > span,
#footer iframe {
  width: 100% !important;
  box-sizing: border-box;
}
#footer .footer-logo {
  font-size: 24px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #ccc;
}
#footer .wrap {
  padding: 30px 0;
}
#footer .post-share {
  padding-right: 0;
  padding-left: 0;
}
#footer .row {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .row .gr1,
#footer .row .gr2,
#footer .row .gr3,
#footer .row .gr4,
#footer .row .gr5,
#footer .row .gr6,
#footer .row .gr7,
#footer .row .gr8,
#footer .row .gr9,
#footer .row .gr10,
#footer .row .gr11,
#footer .row .gr12 {
  padding-left: 15px;
  padding-right: 15px;
}

#footer-brand-area {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #3B4552;
}

#footer-content-area {
  font-size: 14px;
}
#footer-content-area h4 {
  font-size: 16px;
}
#footer-content-area i.fa {
  margin-right: 12px;
}
#footer-content-area #footer-cont-about li,
#footer-content-area #footer-cont-content li {
  position: relative;
}
#footer-content-area #footer-cont-about li:before,
#footer-content-area #footer-cont-content li:before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  top: 7px;
  left: 0;
}
#footer-content-area #footer-cont-about li a,
#footer-content-area #footer-cont-content li a {
  padding: 8px 12px 8px 14px;
  display: inline-block;
}
#footer-content-area #footer-cont-about li a:hover,
#footer-content-area #footer-cont-content li a:hover {
  text-decoration: none;
}
#footer-content-area #footer-cont-sns a {
  display: block;
  padding: 8px 12px 8px 0;
}
#footer-content-area #footer-cont-sns a:hover {
  text-decoration: none;
}

.footer-01 {
  background: #fff;
  padding: 48px 0;
}

.footer-02 {
  background: #fff;
}
.footer-02 .footer-copy {
  text-align: center;
  font-size: 12px;
  color: #8c8c8c;
}

/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
  padding: 40px 0;
}
.single-lp .lp-wrap {
  width: 1157px;
  border: 1px solid #eee;
  margin: 0 auto;
  background: #fff;
  padding: 0;
}
.single-lp .lp-thumbnail {
  border: 1px #ccc solid;
  float: right;
  margin: 0 0 13px 13px;
  border: 1px #ccc solid;
}
.single-lp .lp-thumbnail img {
  vertical-align: top;
}
.single-lp .post-content {
  padding: 0;
}
.single-lp #lp-header {
  background: #00A9F1;
  padding: 56px;
  color: #fff;
}
.single-lp #lp-header h1 {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.single-lp dt, .single-lp dd {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.single-lp #content {
  padding: 40px 56px;
}
.single-lp #main {
  width: 100%;
  float: left;
  overflow: hidden;
}
.single-lp .main-inner {
  margin-right: 350px;
}
.single-lp #side {
  width: 320px;
  float: left;
  margin-left: -320px;
}
.single-lp .post-footer {
  padding: 20px 0;
}
.single-lp .post-footer .bzb-sns-btn {
  padding: 0;
}
.single-lp .lp-form {
  background: #494c4e;
  color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.single-lp .lp-form h3{
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}
.single-lp .lp-form input[type=text],
.single-lp .lp-form input[type=email] {
  width: 90%;
  padding: 10px 5%;
  border: none;
}
.single-lp .lp-form input[type=submit],
.single-lp .lp-form button {
  width: 100%;
  padding: 10px 0;
  background: #F86222;
  color: #fff;
  border-bottom: 5px solid #e04807;
  -webkit-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s;
  border-radius: 3px;
}
.single-lp .lp-form input[type=submit]:hover,
.single-lp .lp-form button:hover {
  background: #f9743b;
}
.single-lp .lp-form dl {
  margin-bottom: 13px;
}/* one-column */
.one-column.single-lp #main{
  float: none;
}
.one-column.single-lp .main-inner {
  margin-left: 0;
  margin-right: 0;
}
.one-column.single-lp #side{
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.single-lp #side {
  width: 320px;
  margin-left: -320px;
}
.single-lp.right-content #side {
  width: 320px;
  margin-left: -100%;
}
.single-lp.right-content .main-inner{
  margin-left: 350px;
  margin-right: 0;
}
@media screen and ( max-width: 1200px ){
  .single-lp.right-content #side{
    width: 100%;
    margin: 0;
    float: none;
  }
  .single-lp.right-content .main-inner{
    margin: 0 0 40px;
    width: 100%;
  }
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #1da1f2;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  opacity: .8;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-nav-btn,
#gnav-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  /* laptop start */
  body.home .wrap {
    width: auto;
    margin: 0 36px;
  }

  .post-header,
  .post-author {
    padding: 36px;
  }

  .post-content,
  .post-footer {
    padding-left: 36px;
    padding-right: 36px;
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }
  .single-lp #main,
  .single-lp #side,
  .single-lp .main-inner {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  /* end start */
}
@media screen and (max-width: 991px) {
  /* tablet */
  body.home .wrap,
  .wrap {
    width: auto;
    margin: 0 24px;
  }

  body.home #front-service {
    background-image: none;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    width: auto;
    margin: 0 24px;
  }

  #header-nav-btn {
    display: block;
    width: 116px;
    line-height: 92px;
    float: right;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    display: block;
    font-size: 32px;
    background: #3B4552;
  }

  #header-fnav-area {
    display: none;
  }

  /* gnav */
  #gnav {
    display: none;
  }

  .dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
  }

  #gnav-sp {
    display: none;
    background: #3B4552;
    display: block;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
  }
  #gnav-sp .wrap {
    width: 94%;
    margin: 0 3%;
    padding: 36px 0;
  }
  #gnav-sp .wrap a {
    color: #fff;
  }
  #gnav-sp #header-cont-content h4,
  #gnav-sp #header-cont-about h4,
  #gnav-sp #header-cont-sns h4 {
    font-weight: bold;
    margin-bottom: 16px;
  }
  #gnav-sp #header-cont-content li,
  #gnav-sp #header-cont-about li,
  #gnav-sp #header-cont-sns li {
    font-size: 14px;
  }
  #gnav-sp #header-cont-content li a,
  #gnav-sp #header-cont-about li a,
  #gnav-sp #header-cont-sns li a {
    padding: 10px 12px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: -2%;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 2%;
    float: left;
    width: 48%;
  }
  #gnav-sp #header-cont-content li a {
    display: block;
    position: relative;
  }
  #gnav-sp #header-cont-content li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #header-cont-content .children {
    display: none;
  }
  #gnav-sp #footer-nav li a {
    display: block;
    padding: 8px 12px;
    position: relative;
  }
  #gnav-sp #footer-nav li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }
  #gnav-sp #footer-nav .children {
    display: none;
  }
  #gnav-sp #header-cont-sns li a {
    display: block;
    padding: 8px 12px 8px 0;
  }

  /* front page */
  body.home #main_visual h2 {
    margin-top: 0;
    font-size: 24px;
  }

  body.home #main_visual p {
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
  }

  body.home .front-loop {
    margin-left: 0;
  }

  body.home .front-loop .popular_post_box {
    width: 32%;
    margin: 0 .5%;
  }
  body.home .front-loop .popular_post_box .wrap-a {
    display: block;
    border: 1px solid #e5e5e5;
  }
  body.home .front-loop .popular_post_box .wrap-a:hover {
    background: #fafafa;
    text-decoration: none;
  }
  body.home .front-loop .popular_post_box .wrap-a h3,
  body.home .front-loop .popular_post_box .wrap-a ul {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.home .front-loop .popular_post_box img {
    width: 100%;
    height: auto;
  }
  body.home .front-loop .popular_post_box.rank-4, body.home .front-loop .popular_post_box.rank-5, body.home .front-loop .popular_post_box.recent-4, body.home .front-loop .popular_post_box.recent-5 {
    display: none;
  }

  body.home .front-main-cont .tri-border {
    display: none;
  }

  body.home #front-contents .c_box.c_box_left .c_box_inner,
  body.home #front-contents .c_box.c_box_right .c_box_inner {
    width: 100%;
    float: none;
  }
  body.home #front-contents .c_box.c_box_left .c_title,
  body.home #front-contents .c_box.c_box_right .c_title {
    text-align: center;
  }
  body.home #front-contents .c_box.c_box_left .c_img_box,
  body.home #front-contents .c_box.c_box_right .c_img_box {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
  }
  body.home #front-contents .c_box.c_box_left .c_text h4,
  body.home #front-contents .c_box.c_box_right .c_text h4 {
    text-align: center;
  }
  body.home #front-contents .c_box.c_box_left .c_btn,
  body.home #front-contents .c_box.c_box_right .c_btn {
    text-align: center;
  }
  body.home #front-contents .c_box.c_box_left .c_btn a,
  body.home #front-contents .c_box.c_box_right .c_btn a {
    margin-right: auto;
    margin-left: auto;
  }

  body.home #front-service .front-service-inner {
    margin-left: 0;
  }
  body.home #front-service .front-service-inner .c_box {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  body.home #front-company .c_img_box {
    height: 300px;
    position: relative;
  }
  body.home #front-company .c_img_box,
  body.home #front-company .c_box_inner {
    float: none;
    width: 100%;
  }

  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 56px 44px;
  }

  article.page .post-content {
    padding: 40px;
  }

  .post-header {
    padding: 56px 44px 0;
  }

  .post-content {
    padding: 40px;
  }
  .post-content h2 {
    margin-left: -52px;
  }

  .post-meta-area {
    background: #fff;
    color: #241913;
  }
  .post-meta-area .post-meta {
    width: 40%;
    float: left;
    text-align: left;
  }
  .post-meta-area .post-meta .date {
    background: transparent;
    text-align: left;
  }
  .post-meta-area .bzb-sns-btn {
    height: auto;
  }
  .post-meta-area .bzb-sns-btn .sharrre {
    margin: 0 5px 0 0;
    float: left !important;
    width: 20%;
    overflow: hidden;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a, .post-meta-area .bzb-sns-btn .sharrre.facebook a, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a, .post-meta-area .bzb-sns-btn .sharrre.hatena a {
    background: transparent;
    display: block;
    padding: 4px 24px;
    color: #241913;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a .share, .post-meta-area .bzb-sns-btn .sharrre.facebook a .share, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a .share, .post-meta-area .bzb-sns-btn .sharrre.hatena a .share {
    display: none;
    text-align: center;
    float: left;
  }
  .post-meta-area .bzb-sns-btn .sharrre.twitter a:hover, .post-meta-area .bzb-sns-btn .sharrre.facebook a:hover, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a:hover, .post-meta-area .bzb-sns-btn .sharrre.hatena a:hover {
    background: transparent;
  }
  .post-meta-area .bzb-sns-btn .s_buttons {
    font-size: 14px;
    padding-top: 20px;
  }
  .post-meta-area .loop-comment-icon {
    padding: 4px 12px;
    background: transparent !important;
    text-align: center;
    float: right;
  }

  #footer-facebook {
    display: none;
  }

  #footer-list-area {
    width: 100%;
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-form .submit {
    width: 50%;
  }

  /* tablet end */
}
@media screen and (max-width: 767px) {
  /* phone */
  .wrap {
    overflow: hidden;
  }

  .post-title {
    font-size: 21px;
    margin-bottom: 20px;
  }

  body.home .wrap,
  .wrap {
    margin: 0 12px;
  }

/* .post-content table{
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
  }
*/
  body.home #front-company dl dt,
  body.home #front-company dl dd {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  body.home #front-company dl dt span,
  body.home #front-company dl dd span {
    padding: 0;
  }
  body.home #front-company dl dt {
    font-weight: bold;
    padding: 8px 12px 0;
  }
  body.home #front-company dl dd {
    border-top: none !important;
    padding: 4px 12px 8px;
  }

  #main {
    width: 100%;
    float: none;
  }

  #side {
    width: 100%;
    float: none;
  }

  .left-content #main {
    width: 100%;
    float: none;
  }
  .left-content #side {
    width: 100%;
    float: none;
  }

  .right-content #main {
    width: 100%;
    float: none;
  }
  .right-content #side {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap {
    width: 94%;
    margin: 0 3%;
  }
  .one-column #content .wrap #main {
    width: 100%;
    float: none;
  }
  .one-column #content .wrap #side {
    width: 100%;
    float: none;
  }

  /* header */
  #header {
    padding: 0;
  }
  #header .wrap {
    padding: 0;
    margin: 0 12px;
  }
  #header #header-right {
    height: auto;
  }
  #header #header-primary-nav {
    display: none;
  }

  #header-nav-btn {
    display: block;
    width: auto;
    margin: 0 -12px;
    line-height: 92px;
    float: none;
  }
  #header-nav-btn a {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
    line-height: 1.2;
    background: #3B4552;
    width: 100%;
  }

  .single-lp #lp-header {
    padding: 20px;
  }
  .single-lp .lp-thumbnail {
    float: none;
    margin: 0 0 13px;
  }
  .single-lp .lp-thumbnail img {
    width: 100%;
    height: auto;
  }
  .single-lp #content {
    padding: 20px;
  }

  #gnav-sp {
    display: none;
    top: 112px;
  }
  #gnav-sp ul {
    margin-bottom: 20px;
  }
  #gnav-sp #header-cont-content ul {
    margin-left: 0;
  }
  #gnav-sp #header-cont-content li {
    margin-left: 0;
    float: left;
    width: 100%;
  }

  /* loop */
  body.home .front-loop .popular_post_box {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  body.home #front-contents .c_text .c_btn a {
    width: 100%;
  }

  /* single */
  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 20px;
  }

  .post-author {
    padding: 20px;
  }
  .post-author .post-author-meta {
    padding-top: 12px;
  }
  .post-author .post-author-meta p {
    margin-right: 0;
  }

  .post-meta-area .post-meta,
  .post-meta-area .post-meta-comment {
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-meta-area .post-meta {
    border-bottom: 1px solid #e5e5e5;
  }
  .post-meta-area .post-meta .date {
    padding: 8px 20px;
  }
  .post-meta-area .post-meta-comment .author {
    border: none;
    padding: 8px 20px;
    text-align: left;
  }
  .post-meta-area .post-meta-comment .comments {
    padding: 8px 20px;
  }

  .post-content,
  .post-footer {
    padding: 20px;
  }

  .post-cta .cta-post-title {
    padding: 12px 20px;
    font-size: 18px;
  }
  .post-cta .post-cta-inner {
    padding: 0;
  }
  .post-cta .post-cta-cont {
    padding: 12px 20px;
  }
  .post-cta .post-cta-cont .post-cta-img {
    float: none;
    margin: 0 0 12px;
    width: 100%;
  }

@media screen and ( max-width: 767px ){
  .post-cta .post-cta-cont .post-cta-img {
    text-align: center;
  }
}
  .post-cta .post-cta-btn a {
    width: 100%;
  }

  .comment-form-author,
  .comment-form-email {
    float: none;
    width: 100%;
  }

  .single-lp #gnav-sp {
    display: none;
  }
  .single-lp .lp-wrap {
    width: auto;
    margin: 0 24px;
  }
  .single-lp .lp-form input {
    width: 100% !important;
  }
  .single-lp .lp-form .submit {
    width: 100%;
  }

  /* phone end */
}

/* bzb_sns_btn 2016.12.20 */

.bzb-sns-btn {
  display: table-cell;
}
.bzb-sns-btn li {
  vertical-align: top;
  font-size: auto;
}
.bzb-sns-btn li.bzb-facebook {
  width: 83px;
}
.bzb-sns-btn li.bzb-twitter {
  width: 75px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 68px;
}
.bzb-sns-btn li.bzb-pocket {
  width: 86px;
}
.fb_iframe_widget span {
  vertical-align: top !important;
}
.bzb-line a img {
  vertical-align: top !important;
}

/* h2 2016.12.20 */

@media screen and ( max-width: 1200px ){
  .post-content h2 {
    margin: 80px 0 32px -46px;
    padding: 16px 16px 16px 36px;
  }
}

@media screen and ( max-width: 767px ){
  .post-content h2 {
    margin: 80px 0 32px -30px;
    padding: 16px 16px 16px 20px;
  }
}

/* single-lp h2 2016.12.20 */
.single-lp #main {
  overflow: visible;
}

.single-lp .post-content h2 {
  margin: 80px 0 32px -66px;
}

@media screen and ( max-width: 767px ){
  .single-lp .post-content h2 {
    margin: 80px 0 32px -30px;
    padding: 16px 16px 16px 20px;
  }
}

/* ----------------------------------------
* table scroll
---------------------------------------- */
.table-wrap {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 48px;
}

.table-grad {
  position: relative;
  white-space: nowrap;
}

.table-grad:after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, white 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  table img {
    max-width: initial;
  }
}

/* Additional CSS */
./* 5 Columns */

@media(min-width:768px){
 .col-sm-15{
  width:20%;
  flex:0 0 20%;
  fioat:left;
 }
}
@media(min-width:992px){
 .col-sm-15{
  width:20%;
  flex:0 0 20%;
  fioat:left;
 }
}
@media(min-width:1200px){
 .col-sm-15{
  width:20%;
  flex:0 0 20%;
  fioat:left;
 }
}

.img-top{
	width:1200px
	height:600px
	fioat:left;
}


/* .container{

} */

.card {
	position: relative;
	transition: background .5s ease, box-shadow .5s ease;
}
.card:hover {
	background: #f5f5f5;
	box-shadow: none;
}
.card-link {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.card-thumbnail {
	object-fit: cover;
	height: 150px;
	width: 100%;
}
.card-text {
	padding: 10px;
}

.volunteer-style{
	float:left;
}



.circle{
	background: #00A9F1;
	padding:6px 8px;
	border-radius: 99px;
	color: #fff;
	margin-right: 12px;
}

.li{
	list-style:none;
	float:left;
	padding:20px
}


/* ここまで */

h2{
	font-family:'ヒラギノ角ゴ W6 JIS2004','ヒラギノ角ゴ Std W6','Hiragino Karu Gothic Std W6',sans-serif;
	font-weight: 800;
	margin: 0 0 20px 0;
}

h3{
	font-family:'ヒラギノ角ゴ W6 JIS2004','ヒラギノ角ゴ Std W6','Hiragino Karu Gothic Std W6',sans-serif;
	font-weight: 800;
/* 	margin: 30px 0 20px 0; */
}


::selection {
    background: #00A9F1;
    color: #fff;
}

li{
	margin-bottom: 6px;
	line-height: 2;
}

.no-active{
	color: #4444 !important;
  pointer-events: none;
}

.relative{
	position: relative;
	position: relative;
	max-width: 100%;
	height: 48vw;
	max-height: 180px;
}

.bold{
	font-family:'ヒラギノ角ゴ W6 JIS2004','ヒラギノ角ゴ Std W6','Hiragino Karu Gothic Std W6',sans-serif;
	font-weight: 800;
}

.underb{
	text-decoration: underline;
	margin-bottom: 12px;
}

.border-title {
	font-family:'ヒラギノ角ゴ W6 JIS2004','ヒラギノ角ゴ Std W6','Hiragino Karu Gothic Std W6',sans-serif;
	font-weight: 800;
  border-bottom: solid 3px #163F83;
	padding-bottom: 6px;
  position: relative;
}

.border-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00A9F1;
  bottom: -3px;
  width: 20%;
}

.float-right li{
	display: inline-block;
}

.text-center{
	text-align: center;
}

.f-14{
	font-size: 14px;
}

.mt-10{
	margin-top: 10px !important;
}

.mt-20{
	margin-top: 20px !important;
}

.mt-30{
	margin-top: 30px !important;
}

.mt-60{
	margin-top: 60px;
}

.mb-20{
	margin-bottom: 20px !important;
}

.post-thumbnail{
	margin-bottom: 30px;
}

.main_visual{
	padding: 20vh 0;
	text-align: center;
}

.main_visual .top_catch{
	max-width: 640px;
	width: 100%;
	padding: 20px;
	margin: auto;
}

.w_color{
	color: #fff;
}

.btn,
a.btn,
button.btn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	margin-top: 30px;
}

a.btn-flat {
  overflow: hidden;
  padding: 15px 16px;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #00b7ee;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 820px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	p {font-size: 13px;}
	.detail_items li a{ font-size: 12px; }
}

/* 追加 */

.hidden{
	display: none;
}

.logoimg{
  height: 36px !important;
}

.header-content{
  height: 60px;
}

.header-sns{
  float: right;
}

.header-sns li{
	display: inline-block;
}

.header-sns li a{
  display: inline;
}

.header-sns li a img{
  height: 30px !important;
}

.fvWrap{
  padding: 30vh 0;
  background: #00A9F1;
  color: #fff;
}

.area{
  width: 100%;
  /* height:100vh; */
  height:50vh;
}

@media (max-width: 770px){
  .area{
    width: 100%;
    /* height:100vh; */
    height:70vh;
  }
	.mt-60{
	margin-top: 10px !important;
}

}

.containerWrap{
z-index: 89;
position: relative;
}

.card {
max-width: 940px;
margin: 20px auto;
padding: 60px 48px;
box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background: #fff;
margin-top: -100px;
border-radius: 24px;
}

.card .cardInner{
max-width: 640px;
margin: auto;
}

.card .cardInner p{
line-height: 2.4;
}

.card h2{
font-size: 28px;
color: #000;
margin-bottom :28px;
text-align: center;
}

.card span{
background: linear-gradient(transparent 60%, #f6ff5f 60%);
}


p{
  color: #000;
  line-height: 2;
  margin-bottom: 16px;
}

.credit_top{
  margin-bottom: 0 !important;
  font-weight: 800;
  text-align: right;
}

.wrapper{
  padding: 120px 20px;
}

.bg_k{
  background: #002D78;
  padding: 120px 20px;
}

.bg_b{
  background: #00A9F1;
  padding: 120px 20px;
}

.m-auto{
  margin: auto;
}

.headlinne{
  font-size: 36px;
 	 font-family: "ヒラギノ角ゴ Pro W6";
  color: #000;
	 margin: 0;
	font-weight: 800;
}

@media(max-width: 980px){
	.headlinne{
		font-size: 22px;
	}
	.subText{
		font-size: 14px !important;
	}
}

.subText{
  color: #00A9F1;
  font-size: 18px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  margin-top: 8px;
}

.button_new{
  padding: 12px 32px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 12px;
	background: #fff;
}

.button_new:hover{
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2);
}

.button_new span{
  font-size: 16px;
  font-weight: 800;
}

.bg_b .button_new{
  background: #fff;
  color: #00A9F1;
}

.onesky_img{
  max-width: 320px;
  width: 100%;
}

.fb_header{
  background: #3B5998;
  color: #fff;
  padding: 6px 20px;
  border-radius: 10px 10px 0 0;
}

.twitter_header{
  background: #1DA1F2;
  color: #fff;
  padding: 6px 20px;
  border-radius: 10px 10px 0 0;
}

.instagram_header{
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #fff;
  padding: 6px 20px;
  border-radius: 10px 10px 0 0;
}

.socialTitle{
  text-align: center;
  color: #fff;
  margin: 6px 0;
  font-size: 20px;
  font-weight: 800;
}

.socialIcon{
  font-size: 38px;
  float: left;
}

.u_line{
  color: #000;
  font-size: 24px;
  border-bottom: solid 3px #163F83;
  position: relative;
  margin-bottom: 20px;
  line-height: 2.4;
}

.u_line:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00A9F1;
  bottom: -3px;
  width: 30%;
}

.footerContact li{
  font-size: 16px;
  color: #000;
  margin: 12px 0;
  font-weight: 800;
}

.footerContact li i{
  font-size: 32px;
  margin-right: 12px;
}


.footerText{
  text-align: center;
  color: #B5C6D1;
  font-weight: 600;
}

.slider_flat {
  width: 100%;
  top: calc(50% - 97.25px);
  overflow: hidden;
}

.slider_flat .slider-row_flat {
  width: 2956px;
  height: 194.5px;
  background-image: url(../img/slideimg.jpg);
  background-size: 2956px 194.5px;
  -webkit-animation: slide 50s linear infinite;
  animation: slide 50s linear infinite;
}

-webkit-keyframes slide {
from {
  background-position-x: 0;
}
to {
  background-position-x: -2956px;
}
}

@keyframes slide {
from {
  background-position-x: 0;
}
to {
  background-position-x: -2956px;
}
}

.access{
position: relative;
padding: 10rem 0;
}

.access .container{
position: relative;
z-index: 1;
}

.access .container p, .access .container li{
color: #fff;
}

iframe{
　-webkit-filter: grayscale(1);
　filter: grayscale(1);
}

iframe:hover{
　transition: filter 0.8s ease;
　-webkit-filter: grayscale(0) saturate(2);
　filter: grayscale(0) saturate(2);
}

.socialWrapper h3{
font-size: 24px;
color: #000;
margin-bottom: 12px;
float: left;
}

.socialWrapper .btn{
font-size: 13px;
color: #fff;
padding: 6px 18px;
float: right;
}

.socialWrapper .fb_btn{
background: #3B5998;
}

.socialWrapper .tw_btn{
background: #1DA1F2;
}

.socialWrapper .ig_btn{
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}


@media only screen and (max-width: 767px){
  .headefr-fexid-onepage .project-title{
    padding: 20px;
  }

  .intro-about .background-mask {
      background-color: transparent;
      height: 300px;
  }

  .about_s_60 {
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: calc(100% + 80px);
    background: #F7FCFF;
    z-index: 0;
}
  .card h2{
    font-size: 24px;
  }

  .containerWrap{
    padding: 12px;
  }

  .onesky_img{
    max-width: 240px;
    width: 100%;
    margin: auto;
  }

  .access{
    padding: 4rem 0 0;
  }

  .access .container{
    background: #00A9F1;
    padding: 3rem 15px;
  }

  .s_40{
    display: none;
  }

  .s_60{
    width: 100%;
    position: relative;
    height: 50vh;
  }

  footer .u_line{
    font-size: 20px;
  }

  footer .p-5{
    padding: 12px !important;
  }

}

/*/////////////////////////////////////////////////
// Navigation styles
/////////////////////////////////////////////////*/


.nav_area {
  height: 60px;
  width: 100%;
  background-color: #fff !important;
  position: relative;
	padding: 0 20px;
	display: flex;
	box-shadow: 0 0 25px rgba(40,47,60,.05), 0 20px 25px rgba(40,47,60,.05), 0 3px 4px rgba(40,47,60,.05);
	z-index: 9999;
}

.nav_area > .nav-header {
  display: inline;
}

.nav_area > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 6px;
	height: 100%;
}

.nav_area > .nav-header > .nav-title img {
	height: 100%;
}

.nav_area > .nav-btn {
  display: none;
}

.nav_area > .nav-links {
  display: inline;
  float: right;
  font-size: 14px;
	text-align: center;
	width: 100%;
}

.nav_area > .nav-links > .nav-links-sp{
	display: table;
	width: 100%;
}

.nav_area > .nav-links > .nav-links-sp > li {
  display: table-cell;
  padding: 13px 42px;
	transition: all 0.2s ease-in;
}

.nav_area > .nav-links > .nav-links-sp > li a{
  color: #000;
	font-weight: 800;
	text-decoration: none;
}

.nav_area > .nav-links > .nav-links-sp > li .no-active:before{
	content: "※準備中※";
	top: 30px;
	position: absolute;
}

.g-nav:hover{
		transition: all .2s ease-in;
}
@media (min-width:1140px) {
.nav_area > .nav-links > .nav-links-sp .secondary-menu{
  max-height: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
	 transition: 0.6s;
  visibility: hidden;
  opacity: 0;
	background: #fff;
	width: 100%;
  top: 60px;
	max-width: 100vw;
	border-top: 1px solid #f8f8f8;
	background: #052d73;
	-moz-box-shadow: 0px 40px 40px -10px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 40px 40px -10px rgba(0,0,0,0.4);
-o-box-shadow: 0px 40px 40px -10px rgba(0,0,0,0.4);
-ms-box-shadow: 0px 40px 40px -10px rgba(0,0,0,0.4);
}

.nav_area > .nav-links > .nav-links-sp > li:hover > .secondary-menu{
  visibility: visible;
   opacity: 1;
  max-height: 9999px;
}

#content{display: relative;}
.nav_area > .nav-links > .nav-links-sp > li:hover + div.#content:after{
	 background: #0a0a0a52;
	 position: absolute;
  content: "";
  display: block;
  height: 100%;
	width: 100%;
  left: 0;
  top: 0;
}
}

.secondary-menu_title span {
	font-size: 24px;
	color: #fff;
	font-weight: 800;
}


.secondary-menu_title p {
	font-size: 14px;
	color: #fff;
}

.secondary-menu .row{
	margin: 0;
	padding: 0;
}

.secondary-menu_inner_link{
	border: 1px solid #f8f8f8;
	background: #fff;
	transition: all .2s ease-in;
}

.secondary-menu_inner_link:hover{
/* 	border: 1px solid #00A9F1; */
	background: #00A9F1;
	transition: all .2s ease-in;
}

.secondary-menu_inner_link:hover a{
	color: #fff !important;
}


.secondary-menu_inner_link a{
	display: block !important;
	width: 100%;
	height: 100%;
	padding: 60px 0;
}

.nav_area > #nav-check {
  display: none;
}

.nav_area .nav-links .nav-links-sp a .nav__title_en {
	display: block;
	width: 100%;
	color: #00A9F1;
	font-size:10px;
	margin-top: -6px;
}


@media (max-width:1140px) {
  .header-content{
    height: 50px;
  }

	.nav_area{
		z-index: 99;
		position: absolute;
		height: 50px;
		display: flex;
    top: 0;
    position: fixed;
	}
  .nav_area > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav_area > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
		cursor: pointer;
  }
  .nav_area > .nav-btn > label:hover,.nav_area  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav_area > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #30322C;
  }
  .nav_area > .nav-links {
    position: fixed;
    display: block;
    width: 100%;
    background-color: #F1F0ED;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
    z-index: 1;
    text-align: left;
  }

  .nav_area > .nav-links > .nav-links-sp > a:first-child {
		border-top: 1px solid #eee;
  }

	.nav_area .nav-links .nav-links-sp a .nav__title_en{
		margin-bottom: 12px;
		margin-left: 2px;
	}

	.nav_area > .nav-links > .nav-links-sp > .g-nav:nth-child(1){
		border-top: 1px solid #f2f2f2;
	}

  .nav_area > .nav-links > .nav-links-sp > .g-nav {
    display: block;
    width: 100%;
		padding: 18px 20px;
		border-bottom: 1px solid #eee;
		background: #fff;
		margin-bottom: 4px;
  }
	.nav_area > .nav-links > .nav-links-sp > .cta {
		margin: 20px auto;
		width: 48%;
		text-align: center;
		border: 1px solid #206551;
		background:#206551;
		color: #fff !important;
		padding: 10px !important;
	}
	.nav_area > .nav-links > .nav-links-sp > .cta_free {
		margin: 20px auto;
		width: 48%;
		text-align: center;
		border: 1px solid #F88255;
		background:#F88255;
		color: #fff !important;
	}
  .nav_area > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav_area > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
	.head_content{
		padding-top: 50px;
	}
	.nav_area > .nav-links > .nav-links-sp{
		padding: 0;
	}
	.nav_area > .nav-links > .nav-links-sp .secondary-menu{
  width: 100%;
  left: 0;
  text-align: left;
		font-size: 13px !important;
  position: relative;
	 transition: 0.6s;
  display: block;
	background: #fff;
	width: 100%;
  top: 0px;
	border-top: 1px solid #f8f8f8;
	-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
-o-box-shadow:  none !important;
-ms-box-shadow:  none !important;
}

.nav_area > .nav-links > .nav-links-sp > li:hover > .secondary-menu{
  visibility: visible;
   opacity: 1;
  max-height: 9999px;
}

.secondary-menu_title{
	display: none;
}


.secondary-menu .row{
	margin: 0;
	padding: 0;
}

.secondary-menu_inner_link{
	border-top: 1px solid #f8f8f8;
	border-left: 0px solid #f8f8f8 !important;
	border-right: 0px solid #f8f8f8 !important;
	border-bottom: 0px solid #f8f8f8 !important;
	background: #fff;
	transition: all .2s ease-in;
}

.secondary-menu_inner_link:hover{
/* 	border: 1px solid #00A9F1; */
	background: #00A9F1;
	transition: all .2s ease-in;
}

.secondary-menu_inner_link:hover a{
	color: #fff !important;
}


.secondary-menu_inner_link a{
	display: block !important;
	width: 100%;
	height: 100%;
	padding: 12px 0;
}

	.secondary-menu_inner_link a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #333; /* 線の太さ */
    border-right: 2px solid #333; /* 線の太さ */
    transform: rotate(45deg); /* 右向き矢印 */
}

	.nav_area > .nav-links > .nav-links-sp > li .no-active:before{
	content: "※準備中※";
	top: 13px;
	right: 40px;
	position: absolute;
}


.wrap_content{
		display: block !important;
	}

.l_content{
	width: 100% !important;
}

.r_content{
	width: 100% !important;
	background: #f0f0f0;
}
	.partner_lists img{
	width: 50%;
}

	.partner_lists:nth-child(3) img{
	height: 50px;
	width: auto;
	margin: 10px 10px !important;
}
	.partner_lists:nth-child(4) img{
	height: 40px;
	width: auto;
	margin: 10px 10px !important;
}


}

.nav-btn svg {
  height: 50px;
  position: absolute;
  width: 50px;
	top: 0;
	right: 0;
}
.plates {
  display: flex;
  flex-wrap: wrap;
  max-height: 160px;
  width: 640px;
}
@media (max-width: 640px) {
  .plates {
    width: 320px;
  }
}
.plate {
  height: 50px;
  width: 50px;
}

.x {
  transform: scale(0);
  transition: transform 400ms;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.x .line {
  stroke-width: 5.5px;
}

.plate1 .line2 {
  stroke-dasharray: 40 200;
  stroke-dashoffset: 0px;
}
.plate1 .line3 {
  stroke-dasharray: 40 179;
  stroke-dashoffset: 0px;
}
.active .line {
  transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
}
.active.plate1 .line1 {
  transform: scale(0, 1);
  transition: transform 500ms 100ms;
}
.active.plate1 .line2 {
  stroke-dasharray: 5px 200;
  stroke-dashoffset: -164px;
}
.active.plate1 .line3 {
  stroke-dasharray: 5px 179;
  stroke-dashoffset: -142px;
}
.active .x {
  transform: scale(1);
  transition: transform 400ms 350ms;
}

.nav .cta{
	border-radius: 32px;
	border: 1px solid #206551;
	padding: 2px 40px !important;
	color: #206551;
	float: right !important;
	margin: 18px 2px;
}

.nav .cta:hover{
	background: #206551;
	color: #fff !important;
}

.nav_footer{
  text-align: center;
}

.nav_footer .button_new{
  color: #00A9F1;
  background: #fff;
}

#header{
      display: block;
      position: relative;
    }

    @media (max-width:1140px) {
      #header{
        z-index: 999;
        position: fixed;
					top: 0;
      }

      .header-menu{
        display: none;
      }

      .header-content{
        position: absolute;
        background: #fff;
        display: contents;
      }

      .header-logo{
        padding: 7px;
      }
			.content{
				margin-top: 50px;
			}
    }

    #header .header-sns li a{
      padding: 0;
    }

    .header-menu span{
    font-size: 24px;
    float: left;
    font-weight: 800;
    font-style: italic;
    }

    .header-logo{
      max-height: 50px !important;
      height: 100%;
				float: left;
    }

    #header::before{content: none;}

    .noactive{
      color: #777777 !important;
      pointer-events: none;
    }

  .sp { display: none !important; }

  @media only screen and (max-width: 750px) {
  .sp { display: block !important; }
  }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.preloader .preloader-before,
.preloader .preloader-after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #002D78;
}

.preloader .preloader-before {
  top: 0;
}

.preloader .preloader-after {
  bottom: 0;
}

.preloader .preloader-block {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.preloader .preloader-block .title {
  position: absolute;
  left: 0;
  bottom: calc(50% + 16px);
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #fff;
}

.preloader .preloader-block .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-weight: 700;
  letter-spacing: 8px;
  font-size: 24vw;
  color: rgba(54, 54, 53, 0.1);
  z-index: 1;
}

.preloader .preloader-block .loading {
  position: absolute;
  top: calc(50% + 16px);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #fff;
  -webkit-animation: blink-animation 2.2s linear infinite;
}

.preloader .preloader-bar {
  position: absolute;
  z-index: 2;
  top: calc(50% - 1px);
  right: 0;
  width: 100%;
  height: 2px;
  background: #163F83;
}

.preloader .preloader-bar .preloader-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: 100%;
  width: 0;
  background: #fff;
}

@-webkit-keyframes blink-animation {
  0% {
    opacity: 0;
  }
}

@-moz-keyframes blink-animation {
  0% {
    opacity: 0;
  }
}

@keyframes blink-animation {
  0% {
    opacity: 0;
  }
}

.wrap_content{
	   display: flex;
    justify-content: space-between;

    z-index: 1;
}

.l_content{
	width: calc(100vw - 180px);
}

.r_content{
	width: 180px;
	background: #f0f0f0;
}

.page_header{
	padding: 60px 15px;
	text-align: center;
	background: #00A9F1;
	color: #fff;
	margin-top: 1px;
}

.page_header .page-title{
	font-size: 2rem;
	font-weight: 800;
	color: #fff;
}

.page_header span{
	font-size: 15px;
	text-transform: capitalize;
	color: #dbf7ff;
}

.header-logo {
    flex-basis: 20%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 0;
	  max-height: 50px !important;
    height: 100%;
}

.site-logo {
    width: 200px;
}

@media screen and (min-width: 768px){
.header-inner {
    padding: 0 1rem;
    background-color: #fff;
}
}

@media screen and (min-width: 768px){
.header-content {
    flex-direction: row;
    align-items: center;
}
}

.header-menu.pc {
    flex-basis: 100%;
			padding: 10px;
}

.cat_title{
	padding: 8px 20px;
	text-decoration: none;
}

.cat_title a{
	color: #fff;
	font-size: 14px;
}

.cat_news{
	background: #00A9F1;
}

.cat_entry{
	background: #002D78;
}

.cat_runner{
	background: #eac336;
}

.cat_volunteer{
	background: #e48aa3;
}

.cat_info{
	background: #fff;
	border: 1px solid #00A9F1;
}

.cat_info a{
	color: #00A9F1;
}
article .wrap-a a{
	text-decoration: none;
}

article .wrap-a h3{
	color: #000;
	font-size: 16px;
	font-weight: 800;
	position: relative;
	margin-bottom: 0;
}

article .wrap-a h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #00A9F1;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
article .wrap-a h3:hover::after {
  width: 100%;
}

.front-loop-cont{
	margin-top: 60px;
}

.p_date{
	font-size: 13px;
}

.bg_c{
	padding: 80px 20px;
	background: #f4fcff;
}

.bg_w{
	padding: 80px 20px;
	background: #fff;
}

.inner_text{
	max-width: 640px;
	margin: 30px auto 20px;
}

.inner_text p{
	font-size: 14px;
}

.entry_list{
	position: relative;
}

.entry_list li{
	margin-bottom: 1rem;
	position: relative;
}

.entry_list li:before{
	content:"";
	position: absolute;
	left: -20px;
	top: 6px;
	width: 12px;
	height: 12px;
	background: #00A9F1;
	border-radius: 99px;
}

.entry_list li a{
	color: #000;
}

.main_visual{
	background: #00A9F1
}

.c-items-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
  width: 100%;
	margin-bottom: 30px;
}
@media (max-width: 960px) {
  .c-items-flex {
    flex-flow: column nowrap;
		  height: 80vh;
  }
  .c-items-flex__item {
    width: 100%;
  }
}
.c-items-flex__item {
  flex-grow: 1;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !Important;
  box-shadow: inset 0 0 0 100vmax rgb(70 70 70 / 20%);
  transition: 0.2s all;
  cursor: pointer;
	 border: 0.2px solid #fff;
	text-decoration: none !important;
}
@media (min-width: 961px) {
  .c-items-flex__item {
    height: 100%;
  }
}
.c-items-flex__item:hover {
  flex-grow: 2;
  box-shadow: inset 0 0 0 100vmax rgba(0, 159, 241, 0.7);
}
.c-items-flex__item:nth-child(1) {
  background: #222 url(https://www.kasumigaura-marathon.jp/assets/img/aboutimg.jpg) no-repeat center center;
}
.c-items-flex__item:nth-child(2) {
  background: #222 url(http://kasumigaura-marathon.jp/hp_2021/wp-content/uploads/2020/09/10ﾏｲﾙ12km付近ハイタッチ-1.jpg) no-repeat center center;
}
.c-items-flex__item:nth-child(3) {
  background: #222 url(http://kasumigaura-marathon.jp/hp_2021/wp-content/uploads/2020/09/00079_273_1563100.jpg) no-repeat center center;
}
.c-items-flex__item:nth-child(4) {
  background: #222 url(http://kasumigaura-marathon.jp/hp_2021/wp-content/uploads/2020/09/one_sky-1-1.jpg) no-repeat center center;
}
.c-items-flex__title {
  text-transform: uppercase;
  letter-spacing: 0.275em;
	font-size: 22px;
  color: #fff;
  transition: 0.2s all;
	text-decoration: none;
}

.items_box{
	border-top: 1px solid #f0f0f0;
	padding: 40px 0;
	text-align: center;
}

.items_box .col-md-3{
		border-left: 1px solid #8888;
	height: auto;
	margin: 20px 0;
}

.items_box .col-md-3:first-child{
	border: none;
}

@media (max-width: 960px){
	.items_box .col-md-3{
	border: none !important;
}
}

.items_box img{
	height: 50px;
	display: block;
	margin: 0 auto 20px;
}

.items_box a{
	color: #000;
	font-size: 14px;
	font-weight: 800;
	display: block;
}

.related_race_title{
	font-size: 14px !important;
	font-weight: bold;
	margin-top: 30px;
	display: block;
	float: none !important;
}

.related_race img{
	margin: 4px !important;
}

.about-content_title{
	font-size: 24px;
}

#about-content .col-md-4 .subText{
	display: block;
	margin-top: 2px;
	font-size: 14px;
}

.access{
position: relative;
padding: 10rem 0;
}

.s_40{
display: block;
position: absolute;
top: 0;
left: 0;
width: 45%;
height: 100%;
background: #00A9F1;
z-index: 0;
}

.s_60{
display: block;
position: absolute;
top: 0;
right: 0;
width: 55%;
height: 100%;
background: url(http://kasumigaura-marathon.jp/hp_2021/wp-content/uploads/2020/09/ブラインドマラソン-2.jpg);
	background-size: cover;
z-index: 0;
}

.about_s_60{
display: block;
position: absolute;
top: -40px;
left: 0;
width: 60%;
height: calc(100% + 80px);
background: #F7FCFF;
z-index: 0;
}

.access .container{
position: relative;
z-index: 1;
}

.access .container p, .access .container li{
color: #fff;
}
@media only screen and (max-width: 767px){
  .headefr-fexid-onepage .project-title{
    padding: 20px;
  }

  .intro-about .background-mask {
      background-color: transparent;
      height: 300px;
  }

  .about_s_60 {
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: calc(100% + 80px);
    background: #F7FCFF;
    z-index: 0;
}

  .access{
    padding: 0;
		 background: #00A9F1;
  }

  .access .container{
    background: #00A9F1;
    padding: 3rem 15px;
  }

  .s_40{
    display: none;
  }

  .s_60{
    width: 100%;
    position: relative;
    height: 50vh;
  }

	.aid_content-area{
		    background: #fff;
    padding: 30px 20px 20px 0;
    margin-top: -140px;
    width: 86%;
	}
	.aid_content-area h3{
		font-size: 18px;
	}
	.aid_content-area p{
		font-size: 14px;
	}
	article .wrap-a h3{
		font-size: 16px;
	}
	.about-content_title{
		font-size: 18px;
	}
	.outline_select a{
		font-size: 14px;
	}
}

.shareList {
	list-style:none;
	display: flex;
    justify-content: flex-end;
	flex-wrap:wrap;
	padding:0;
	margin:-5px 0 0 -5px;
}
.shareList__item {
    flex-grow: 1;
	height:50px;
	line-height:50px;
	text-align:center;
	margin:9px 0 0 5px;
}
.shareList__link {
	display:block;
	color:#ffffff;
	text-decoration: none !important;
	transition: .2s;
	border:2px solid;
	border-radius: 5px;
}
.shareList__link::before{
	font-size:16px;
}
.shareList__link::after{
	content:attr(title);
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	margin-left:5px;
}


.shareList__link.icon-twitter{background:#55acee;}
.shareList__link.icon-twitter:hover{color:#55acee; background:#ffffff; border-color:#55acee;}

.shareList__link.icon-facebook{background:#3B5998;}
.shareList__link.icon-facebook:hover{color:#3B5998; background:#ffffff; border-color:#3B5998;}

.shareList__link.icon-line{background:#1dcd00;}
.shareList__link.icon-line:hover{color:#1dcd00; background:#ffffff; border-color:#1dcd00;}

.outline_select{
	text-align: center;
	margin: 0 !important;
}

.outline_select a{
	padding: 20px 0;
	color: #888888;
	background: #f8f8f8;
	text-decoration: none;
	border: 1px solid #fff;
}

.outline_select .active{
	background: #ffff;
	color: #00A9F1;
}

.detail_items ul{
	display: flex;
	margin-top: 30px;
	text-align: center;
	white-space: nowrap;
  overflow-x: auto;
	padding: 0;
}
.detail_items li{
	flex: 1;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
}
.detail_items li a{
 color: #718089;
	text-decoration: none;
	display: block;
}

.detail_items .active{
	border-bottom: 3px solid #00A9F1;
	font-weight: 800;
}

.detail_items .active a{
	color: #00A9F1;
}

/* 下層ページ */
.outline_title{
	font-size: 16px;
	border: none !important;
	position: relative;
	border-bottom: 2px solid #163F83;
}

.outline_title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #00A9F1;
}

.outline_detail{
	position: relative;
/* 	padding-left: 25px !important; */
	border-bottom: none !important;
	margin-bottom: 0px !important;
}

/* .outline_detail:nth-of-type(n+2){
	margin-top: 60px;
}
 */
/* .outline_detail:nth-of-type(n+2):before{
  position: absolute;
	top: -20px;
  left: 0;
  z-index: 2;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}

.outline_detail::after {
content: '';
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 12px;
height: 12px;
border: 2px solid #163F83;
border-radius: 100%;
} */

.term_list_num{
	margin-top: 40px;
}

.r_content_title{
	margin: 0px 0;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	background: #00A9F1;
	color: #fff;
}

.partner_lists{
	width: 90%;
	margin: 12px auto;
	background: #fff;
	padding: 20px 10px;
	text-align: center;
}

.partner_lists img:nth-child(n+2){
	margin-top: 30px;
}


.partner_lists p{
	font-size: 12px;
	margin: 0;
}

.outline_titleWrap{
	padding: 16px 14px;
	border-left: 2.4px solid #00A9F1;
	margin-top: 30px;
}

.outline_contentWrap{
	padding: 14px;
	border-left: 1px solid #e4e4e4;
	font-size: 14px;
}

.outline_titleWrap:first-child{
	margin-top: 0px;
}

.outline_contentWrap li{
	list-style: circle;
}

.outline_contentWrap p{
	margin-bottom: 0;
}

.outline_contentWrap h3{
		font-family:'ヒラギノ角ゴ W6 JIS2004','ヒラギノ角ゴ Std W6','Hiragino Karu Gothic Std W6',sans-serif;
	font-weight: 800;
	position: relative;
	margin-bottom: 20px;
}

.outline_contentWrap h3:after{
	content: "";
	width: 50px;
	height: 2px;
	background: #00A9F1;
	position: absolute;
	bottom: -13px;
	left: 0;

}

.outline_contentWrap table, .outline_contentWrap td{
	border: none !important;
	margin-bottom: 30px;
}

.outline_contentWrap table tr:first-child{
	border-bottom: 1px solid #4444;
}

.outline_contentWrap table tr{
	border-bottom: 1px solid #f1f1f1;
}

.outline_contentWrap table tr:last-child{
	border: none;
}
.access_rourte{
	padding: 60px 0;
}

.main-content{
	margin-top: 40px;
}

.access_rourte_list h2{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 30px;
}

.access_rourte_list i{
	font-size: 52px;
	margin-bottom: 12px;
	color: #4B4B4B;
}

.access_rourte_list .row .col-4:nth-child(2){
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}

.access_rourte_list_title{
	margin-top: 40px;
	font-size: 18px;
	border-bottom: 1px solid #3333;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.access_rourte_list_title:after, .access_title:after{
	content: none !important;
}

.access_rourte_list_title i{
	font-size: 150%;
	margin-right: 12px;
}

@media only screen and (max-width: 767px){
	.access_rourte_list i{
	font-size: 24px;
}
	.access_title{
		font-size: 13px;
	}
	.access_note{
	padding: 20px;
}

}

.access_note{
	max-width: 640px;
	margin: auto;
	background: #f8f8f8;
	padding: 32px 40px;
}

.access_rourte_details p{
	margin-bottom: 0;
	line-height: 2;
}

.access_rourte_details iframe{
	margin-top: 40px;
}

.access_rourte_details li{
	margin: 6px 0 0 0;
	list-style: circle;
}

.access_note{
	margin-top: 30px;
}

.slideshow{
	animation: slide 30s linear infinite;
}

.slideimgs{
	display: flex;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
}

.slideimgs figure{
	width: 48vw;
	max-width: 180px;
	flex-shrink: 0;
	border: 2px solid #fff;
}

.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    cursor: pointer;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}

.lb:target img,
.lb:target iframe {
    transform: scale(1);
}

/* なんちゃって閉じるボタン*/
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}

.top_ab{
	position: relative;
}

.top_ab img{
	position: absolute;
	width: 20vw;
}

.top_ab_01{
	width: 30%;
	left: -20px;
 	bottom: 0px;
}

.top_ab_02{
	max-width:480px;
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0px;
}



@media only screen and (max-width: 767px){
	.top_ab img{
	position: absolute;
	width: 48vw;
}
	.top_ab_01{
		width: 30%;
		position: relative !important;
		display: block;
		bottom: 40px;
}

.top_ab_02{
	float: right;
}
	.bg_c, .bg_w{
		padding: 30px 20px;
	}

}

.news-area{
	max-width: 480px !important;
	margin: auto;
	padding-top: 40px;
	padding: 40px;
/* 	margin-bottom: -40px; */
}

.top-content {
	margin: 0 !important;
}

.top-content .col-md-3:nth-child(n+2){
	background: #fff;
	border-bottom: 4px solid #2222;
}

.top-content .col-md-3:nth-child(n+2){
	padding: 0 0 30px 0;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
		color: #000;
		margin-top: -20px;
}

.top-content .col-md-3:nth-child(n+2):hover{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
	background: #0CA2ED;
	color: #fff;
}

.top-content .col-md-3:hover .top-content-title{
	color: #fff;
}

.top-content .col-md-3:nth-child(n+3){
	border-left: 1px solid #4444;
}

.top-content a{
	text-decoration: none;
}

.top-content-title{
	margin-left: 20px;
	position: relative;
	color: #000;
	margin-top: 20px;
}

.top-content-title:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 19px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background: #0CA2ED;
}
.top-content-title:after {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	right: 32px;
	width: 0;
	height: 0;
	margin-top: -5px;
	 font-family: "Font Awesome 5 Free";
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
	color: #fff;
}

@media only screen and (max-width: 750px) {
	.top-content .col-md-3{
		border: 1px solid #f8f8f8;
	}
	.top-content .col-md-3:nth-child(n+2){
	border-left: none;
		margin-top: 0;
}
	.top_ab_011{
		width: 90%!important;
	}
	.top-content-title{
		font-size: 14px;
		margin-bottom: 0;
	}
}

.top-content-wrap{
	background: #E7F5FD;
}

.top_ab_011{
	position: absolute;
	bottom: 0;
	width: 80%;
}

.top-content-number{
	font-size: 60px;
	color: #ADE1FF;
	font-family: Verdana, "Helvetica",　Arial, sans-serif;
	font-weight: 800;
}

.top-banner_area{
	padding: 40px 20px;
}

.top-banner_area img{
	margin: 20px 0 0;
}

.term_list_num li{
	list-style: circle;
	font-size: 90%;
}

.page_title{
	font-size: 120%;
	position: relative;
	border-bottom: 3px solid #163F83;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.page_title:after{
	content: "";
	width: 30%;
	height: 2px;
	background: #00A9F1;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.page h3{
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
}

.page h3:after{
	content: "";
	width: 50px;
	height: 2px;
	background: #00A9F1;
	position: absolute;
	bottom: -13px;
	left: 0;
}

.desc_box p{
	line-height: 2;
	font-size: 13px;
	margin-top: 10px;
}

.hr{
	width: 100%;
	margin: 20px 0 40px;
	border: 1px solid #f0f0f0;
}

.runner_voice{
	padding: 20px;
	display: block;
	border: 1px solid #4444;
	border-radius: 12px;
	background: #f8f8f8;
}

/* FAQ */
.accordion-item-input:checked + label + .accordion-item-bd {
  max-height: 1000px;
  padding-top: 15px;
  margin-bottom: 15px;
  transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
	opacity: 1;
}

.accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  transform: rotate(0);
}

.accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 6px );
  /*minus half font-size*/
  right: 0;
  pointer-events: none;
  transition: transform .3s ease;
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.accordion-item-bd {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
}

.accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}

/* */

.faq-wrap {
    position: relative;
}

.faq label {
  background: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 8px;
  cursor: pointer;
  display: block;
    font-size: 16px;
    letter-spacing: -.0225rem;
    line-height: 1.36842;
    margin-bottom: 16px;
    padding: 20px 10px;
  position: relative;
    transition: all 0.35s ease;
}

.faq label:hover {
  background: #00A9F1;
    color: #fff;
    cursor: pointer;
}

.faq label::before {
  content: "\276f";
    font-size: 14px;
    float: left;
    line-height: 23px;
    margin: 0 15px 0 5px;
    transition: all 0.15s ease;
    color: #00A9F1;
}

.faq label:hover::before {
  color: #fff;
  opacity: 0.55;
  transform: rotate(90deg);
}

.faq-cerrar {
  cursor: pointer;
}

.faq label.cerrar::after {
  content: "\2715";
    float: right;
    font-size: 11px;
    font-weight: 300;
    line-height: 30px;
}

.faq label.cerrar::before {
  transform: rotate(-90deg);
}

.answer {
  background: #fff;
  line-height: 1.8em;
  margin-bottom: 25px;
  margin-top: -17px;
  border-top: 1px dashed #eee;
  border-radius: 11px
}

.answer p {
  margin: 0;
  padding: 0px 25px;
}

.answer-enlace-dotted {
  border-bottom: 1px dotted #000;
}

.text-h3 {
  font-size: 1.21rem;
}

@media (min-width: 400px) {
  .text-h3 {
    font-size: 1.59rem;
  }
}

@media (min-width: 768px) {
  .faq {
    padding-top: 5.21rem;
  }
  .faq label {
    font-size: 16px;
    letter-spacing: -.01875rem;
    line-height: 1.33333;
    padding: 20px;
  }
  .answer p {
			font-size: 14px;
    letter-spacing: 0.021rem;
    line-height: 2.1;
    padding: 0px 50px;
  }
  .text-h3 {
    font-size: 1.7rem;
  }
}

.answer ul{
	margin: 20px 0;
}

.answer ul li{
	font-size: 14px;
	margin-left: 55px;
	list-style: circle;
}

@media (min-width: 1000px) {
  .text-h3 {
    font-size: 2.35rem;
  }
}

/* Timeline */
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }

  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 11;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 12;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 13;
}

.demo-card:nth-child(7) {
  order: 4;
}

.demo-card:nth-child(8) {
  order: 14;
}

.demo-card:nth-child(9) {
  order: 5;
}

.demo-card:nth-child(10) {
  order: 15;
}

.demo-card:nth-child(11) {
  order: 6;
}

.demo-card:nth-child(12) {
  order: 16;
}

.demo-card:nth-child(13) {
  order: 7;
}

.demo-card:nth-child(14) {
  order: 17;
}

.demo-card:nth-child(15) {
  order: 8;
}

.demo-card:nth-child(16) {
  order: 18;
}

.demo-card:nth-child(17) {
  order: 9;
}

.demo-card:nth-child(18) {
  order: 19;
}



#timeline {
  padding: 100px 0;
  background: #f7f7f7;
  border-top: 1px solid rgba(191, 191, 191, 0.4);
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 4590px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 400px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 315px;
  }
}
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step1 {
  background-color: #46b8e9;
}
#timeline .demo-card--step1 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step2 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step2 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step3 {
  background-color: #ce43eb;
}
#timeline .demo-card--step3 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step4 {
  background-color: #4d92eb;
}
#timeline .demo-card--step4 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step5 {
  background-color: #46b8e9;
}
#timeline .demo-card--step5 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step6 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step6 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step7 {
  background-color: #ce43eb;
}
#timeline .demo-card--step7 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step8 {
  background-color: #4d92eb;
}
#timeline .demo-card--step8 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step9 {
  background-color: #46b8e9;
}
#timeline .demo-card--step9 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step10 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step10 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step11 {
  background-color: #ce43eb;
}
#timeline .demo-card--step11 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step12 {
  background-color: #4d92eb;
}
#timeline .demo-card--step12 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step13 {
  background-color: #46b8e9;
}
#timeline .demo-card--step13 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step14 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step14 .head::after {
  border-color: #3ee9d1;
}
#timeline .demo-card--step15 {
  background-color: #ce43eb;
}
#timeline .demo-card--step15 .head::after {
  border-color: #ce43eb;
}
#timeline .demo-card--step16 {
  background-color: #4d92eb;
}
#timeline .demo-card--step16 .head::after {
  border-color: #4d92eb;
}
#timeline .demo-card--step17 {
  background-color: #46b8e9;
}
#timeline .demo-card--step17 .head::after {
  border-color: #46b8e9;
}
#timeline .demo-card--step18 {
  background-color: #3ee9d1;
}
#timeline .demo-card--step18 .head::after {
  border-color: #3ee9d1;
}

/* footer */
.footer_01{
	background: #00A9F1;
	padding: 30px 0;
	width: 100%;
	margin: 0 !important;
}

.footer_01 img{
	width: 70%;
	max-width: 480px;
	margin: 30px 0;
}

.footer_01 h2{
	font-size: 14px;
	padding-bottom: 12px;
}

.footer_contact_list{
	font-size: 12px;
}

.footer_sns li{
	display: inline-block;
	margin: 0 4px;
}

.footer_sns a{
	border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    background-color: transparent;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    -webkit-transition: background-color 0.35s ease-out;
    transition: background-color 0.35s ease-out;
}


.footer_sns a:hover{
    background-color: #fff;
	-webkit-transition: background-color 0.35s ease-out;
    transition: background-color 0.35s ease-out;
}

.footer_sns a:hover i{
	color: #00A9F1;
}

.footer_sns li i{
	font-size: 24px;
	padding: 10px;
}

.footer_contact_list{
	color: #f4fcff;
	line-height: 1.6;
}

.post_detail{
	padding: 10px 20px;
}

article{
	margin-bottom: 0!important;
}

.front-loop-cont{
	margin-top: 30px!important;
}

.categories{
	width: 100%;
}

.categories ul{
	display: inline-block;
}

.articles{
	max-width: 840px !important;
	margin: auto;
}

.card_layout{
 padding: 10vw;
	border: 8px solid #cfe6f3;
}

.card_title{
	font-size: 140%;
	width: 100%;
}

.notice li{
	font-size: 14px;
	list-style: circle;
	margin-bottom: 4px;
}

blockquote{
    position: relative;
    margin: 2rem 0;
    padding: 3.5rem;
    font-size: 14px;
    line-height: 1.8;
		border-radius: 12px;
}

blockquote:before {
    content: "\F10D";
    color: #00A9F1;
    top: 1rem;
    left: 1rem;
}

.singer_name{
	font-size: 16px;
}

.song_desc{
	font-size: 12px;
	margin-top: 10px
}

.song_meta ul, .song_meta li{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.singer_desc p{
	font-size: 13px;
}

.singer_info{
	max-width: 640px;
	margin: 30px auto !important;
}

.message_box{
	max-width: 840px;
	margin: auto;
	padding: 20px;
}

.message_box h2{
	font-size: 120%;
	margin: 60px 0 48px;
	position: relative;
	border-top: 1px solid #4444;
	padding-top: 40px;
}

.message_box h2:before{
	position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00A9F1;
  top: -2px;
  width: 20%;
}
.message_box ul li{
	list-style: circle;
}

.message_box ol li{
	list-style: decimal;
}

@media(min-width: 768px){
.flow > li {
	position: relative;
}
.flow > li:not(:last-child) {
	margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
	content: "";
	height: 60px;
	display: block;
	border-left: 4px dotted #e5e5e5;
	position: absolute;
	top: -40px;
	left: -webkit-calc(10% + 30px - 2px);
	left: calc(10% + 30px - 2px);
	z-index: 10;
}


.flow > li dl {
	width: 100%;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
/* 	align-items: center; */
	border: 2px solid #00A9F1;
	border-radius: 10px;
	position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: #00A9F1;
}
.flow > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #fff;
}
.flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #00A9F1;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-right: 2vw;
	text-align: center;
}
.flow > li dl dt .icon {
	font-size: 12px;
	color: #fff;
	background: rgb(107,144,219);
	background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
	background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	background: linear-gradient(to right, #00a9f1 0%,rgba(102,213,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
	padding: 5px 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 100;
}

.flow dd li{
	list-style: circle;
}
}

.flow > li {
	position: relative;
}
.flow > li:not(:last-child) {
	margin-bottom: 40px;
}

.flow > li dl {
	width: 100%;
	padding: 20px 30px;
	border: 2px solid #00A9F1;
	border-radius: 10px;
	position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: #00A9F1;
}
.flow > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #fff;
}
.flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #00A9F1;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-right: 2vw;
	text-align: center;
}
.flow > li dl dt .icon {
	font-size: 12px;
	color: #fff;
	background: rgb(107,144,219);
	background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
	background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	background: linear-gradient(to right, #00a9f1 0%,rgba(102,213,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
	padding: 5px 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 100;
}

.flow dd li{
	list-style: circle;
}
