@charset 'UTF-8';

/*!
* ゼロでスタート v1.0.4 (http://www.zerode.net/)
* Copyright 株式会社 ブロックヘッドワークス All right reserved.
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a:focus {
  outline: 0;
}
html {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
  opacity: 1;
}
* {
  word-break: break-all;
}

.coming {
  height: 300px;
  margin: 0 auto;
  padding-top: 120px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
* {
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  /*スマホで勝手に文字が大きくなる対策*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #666;
}
a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:active,
a:hover {
  outline: none;
}
a:hover {
  text-decoration: underline;
  color: #000;
}
a:hover img {
  opacity: 0.9;
}
#wrapper {
  width: 100%;
}
.box1200 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.box1000 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.sp_only {
  display: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1200px) {
  .box1200 {
    width: 100%;
    text-align: center;
  }
  .box1200 p {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .box1000 {
    width: 100%;
    text-align: center;
  }
  .box1000 p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  a {
    color: #666;
    text-decoration: underline;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
.noneText {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
ul,
ol {
  overflow: hidden;
}
/*#################ヘッダSTART#################*/
header {
  position: fixed;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 2vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  box-shadow: 1px 1px 10px #ccc;
}
header .header_lg {
  width: 20%;
  max-width: 250px;
  padding: 10px;
}
header .header_lg .logo a img {
  width: 100%;
}
header nav {
  width: 80%;
}
#toggle {
  display: none;
}
.header_lg .h1_center,
.header_lg .contact_center,
.header_sm .h1_center,
.header_sm .contact_center {
  text-align: center;
}
.header_sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header_lg .contact_left,
.header_lg .h1_left,
.header_sm .h1_left {
  margin-left: 5%;
  text-align: left;
}
.header_lg .contact_right,
.header_lg .h1_right,
.header_sm .h1_right {
  margin-right: 5%;
  text-align: right;
}
.header_sm {
  position: relative;
  overflow: hidden;
}
.header_sm .contact_left,
.header_sm .contact_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header_sm .contact_left {
  left: 5%;
}
.header_sm .contact_right {
  right: 5%;
}
.contactBox .contactBtn {
  display: inline-block;
  text-align: center;
}
.header_lg .contact_right02 {
  position: absolute;
  top: 15px;
  right: 10px;
  margin-right: 5%;
}
.contactBox .contactBtn a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.contactBox00 .contactBtn {
  display: block;
}
.contactBox00 .contactBtn a {
  display: inline-block;
}
.contactBox01 .contactBtn {
  padding: 5px;
  position: relative;
  /*box-shadow: 0 4px 8px rgba(0,0,0,.3);*/
}
/*2重の枠にする*/
/*.contactBox01 .contactBtn:before {
  content: "";
  border: 1px solid #FFF;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  pointer-events: none;
}
*/
.contactBox01 .contactBtn a {
  padding: 10px;
}
.contactBox01 .contactBtn a:hover {
  opacity: 0.8;
}
.contactBox01 .contactBtn p {
  border-top: 2px solid #fff;
}
.contactBox01 .contactBtn p:first-of-type {
  border-top: none;
}
.contactBox02 .contactBtn {
  margin-bottom: 10px;
  padding: 15px 0;
  border: 1px solid #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.contactBox02 .contactBtn a {
  padding: 10px 55px 10px 25px;
  position: relative;
}
.contactBox02 .contactBtn a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 5px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  line-height: 40px;
}
.contactBox02 .contactBtn p {
  line-height: 1.4;
}
.contactBox03 .contactBtn {
  padding: 15px 0;
  border: 8px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  overflow: hidden;
}
.contactBox03 .contactBtn p,
.contactBox03 .contactBtn a {
  padding: 10px 20px;
}
.contactBox03 .contactBtn p span,
.contactBox03 .contactBtn a span {
  color: #8c0000;
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    width: 100%;
    min-height: 80px;
    z-index: 9999;
  }
  #inHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .header_sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  #inHeader .contactBox {
    display: none;
  }
  .header_sm .h1_left,
  .header_sm .h1_right {
    margin: 0;
    text-align: center;
  }
  .logo a {
    max-width: 50%;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 20px;
    transform: translateY(-50%);
    margin-right: 20px;
  }
  #toggle a {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 20px;
    position: relative;
  }
  #toggle a:before,
  #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
  }
  #toggle a:before {
    top: 4px;
  }
  #toggle a:after {
    top: 12px;
  }
  #main {
    padding-top: 80px;
  }
}
/*#################ヘッダEND#################*/
/*#################グローバルナビEND#################*/
.wrapgNav {
  width: 100%;
  position: relative;
}
.yokoNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.gNav li {
  /*float: left;
  height: 55px;*/
}
.gNav li:hover {
  transition: 0.8s;
}
.gNav li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* font-size: 14px; */
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}
.gNav5 {
  padding: 0 60px;
}
.gNav01 .gNav5 li {
  width: calc(100% / 5 - 10px);
}
.gNav01 .gNav5 li + li {
  /*margin-left: 20px;*/
}
.gNav01 .gNav8 li {
  width: calc(100% / 8 - 10px);
}
.gNav01 .gNav8 li + li {
  margin-left: 10px;
}
.gNav01 li a {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.gNav01 .gNav5 li,
.gNav01 .gNav8 li {
  width: inherit;
}

@media screen and (max-width: 767px) {
  .wrapgNav {
    display: none;
  }
  .gNav01 {
    box-sizing: border-box;
    border: none;
  }
  .gNav5 {
    padding: 0;
  }
  .gNav01 .gNav5 li,
  .gNav02 .gNav5 li {
    width: 100%;
  }
  .gNav01 .gNav8 li,
  .gNav02 .gNav8 li {
    width: 100%;
  }
  .gNav02 .gNav8 li:nth-child(2n) {
    border-left-width: 1px;
    border-left-style: dotted;
  }
  .gNav01 .gNav5 li + li,
  .gNav01 .gNav8 li + li {
    margin-left: 0;
    border-bottom: none;
  }
  .gNav01 li a {
    border-width: 2px;
    border-style: solid;
  }
  .gNav02 li {
    padding: 0;
    border-left-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
  }
  .gNav02 li {
  }
  .gNav02 li:last-child {
    border-right-width: 0;
  }
}
/*#################グローバルナビEND#################*/
/*#################コンテンツSTART#################*/
/*breadarea*/
.breadArea .inner,
.breadArea02 .inner {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.breadArea .inner li,
.breadArea02 .inner li {
  display: flex;
  justify-content: flex-start;
}
.breadArea .inner li:nth-of-type(1),
.breadArea02 .inner li:nth-of-type(1) {
  position: relative;
  padding-right: 20px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .inner li:nth-of-type(1):after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
}
.breadArea .inner li:nth-of-type(2) {
  padding-left: 12px;
}
.breadArea02 .inner li:nth-of-type(2) {
  padding: 0 12px;
}
.breadArea02 .inner li:nth-of-type(3) {
  position: relative;
  padding-left: 20px;
}
.breadArea02 .inner li:nth-of-type(3):before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
}
.breadArea .inner li,
.breadArea .inner li a,
.breadArea02 .inner li,
.breadArea02 .inner li a {
  /* font-size: 15px; */
  color: #000;
  font-weight: 400;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
  color: #00a9a7;
}
h1 {
  font-size: min(7.5vw, 25px);
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
h2 {
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 70px;
  letter-spacing: 0.1em;
}
h3 {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  letter-spacing: 0.06em;
}
h4 {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 32px;
  letter-spacing: 0.04em;
}

/*newsページ2カラム用*/
.newsContentBox {
  display: flex;
  flex-wrap: wrap;
}
.blogList {
  width: 70%;
}
.categoryList {
  width: 30%;
  padding-left: 40px;
}
.categoryList h3 {
  margin-bottom: 25px;
  background-color: #00a9a7;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
}
.categoryList ul {
  padding-bottom: 60px;
}
.categoryList ul li {
  border-bottom: 2px dotted #ccc;
  padding-top: 10px;
}
.categoryList ul li a {
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  /*newsページ2カラム用*/
  .inBlogArea {
    padding: 0 5vw;
  }
  .blogList {
    width: 100%;
  }
  .categoryList {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .breadArea,
  .breadArea02 {
    display: none !important;
  }
  h2 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 50px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
}
.h_01 {
  color: #fff;
  position: relative;
}
.h_01:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: calc(1.2em - 10px);
  border-style: solid;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0.2);
}
.h_03,
.h_04 {
  border-left-width: 10px;
  border-left-style: solid;
}
.h_04 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.h_05 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.h_06 {
  border-bottom-width: 4px;
  border-bottom-style: double;
}
.h_07 {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.h_07:before,
.h_07:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.h_07:before {
  top: 0;
  border-top-width: 2px;
  border-bottom-width: 1px;
}
.h_07:after {
  bottom: 0;
  border-top-width: 1px;
  border-bottom-width: 2px;
}
.h_08 {
  border-width: 1px;
  border-style: solid;
}
.h_09 {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}
.h_10 {
  border-left-width: 10px;
  border-left-style: solid;
  background-color: #f0f0f0;
}
.h_11 {
  border-radius: 8px;
}
.h_12 {
  position: relative;
  border-bottom: 4px solid #e0e0e0;
}
.h_12:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 30%;
  height: 4px;
}
.h_13 {
  position: relative;
  border-radius: 6px;
}
.h_13:after {
  position: absolute;
  top: 100%;
  left: 5%;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.4em solid transparent !important;
  border-right: 0.4em solid transparent !important;
  border-bottom: 0.4em solid transparent !important;
  border-top-width: 0.6em;
  border-top-style: solid;
  border-top-color: #001f6a;
}
.h_14 {
  position: relative;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}
.h_14:before,
.h_14:after {
  position: absolute;
  top: 100%;
  left: 5%;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.4em solid transparent !important;
  border-right: 0.4em solid transparent !important;
  border-bottom: 0.4em solid transparent !important;
  border-top-style: solid;
  border-top-width: 0.6em;
}
.h_14:after {
  margin-top: -2px;
  border-top-color: #fff;
}
@media screen and (max-width: 767px) {
  .h_01:after {
    border-width: calc(1em - 5px);
  }
}
.bread {
  padding: 60px 20px;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .bread {
    padding: 30px 20px;
    font-size: 12px;
  }
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*--------------イメージエリアSTART*/
.imgArea01 {
  width: 100%;
  text-align: center;
}
.imgArea01 img {
  width: 100%;
  max-width: 1500px;
}
/*----------------イメージエリアEND*/
/*--------------トップニュースエリアSTART*/
.newsArea {
  padding: 70px 0;
  overflow: hidden;
}
.newsArea .blogBox {
  margin-left: 20px;
}
.newsArea01 .blogBox,
.newsArea02 .blogBox {
  float: left;
  width: 600px;
}
.newsArea03 .blogBox {
  width: 100%;
}
.newsArea01 .blogBox dl,
.newsArea03 .blogBox dl {
  overflow: hidden;
}
.newsArea01 .blogBox dt,
.newsArea02 .blogBox dt,
.newsArea03 .blogBox dt {
  float: left;
  padding: 10px;
  text-align: left;
}
.newsArea01 .blogBox dt,
.newsArea03 .blogBox dt {
  border-bottom: 1px dotted #ccc;
}
.newsArea01 .blogBox dd {
  float: left;
  width: 490px;
  margin-bottom: 10px;
  padding: 10px 30px;
  text-align: left;
}
.newsArea01 .blogBox dd a,
.newsArea03 .blogBox dd a {
  font-weight: 400;
}
.newsArea01 .fbBox,
.newsArea02 .fbBox {
  float: right;
  width: 360px;
  height: 460px;
  margin: 0 auto;
}
.newsArea .socialBox {
  clear: both;
  float: right;
  width: 360px;
}
.newsArea .socialBox a {
  width: 35px;
  height: 35px;
  margin: 0 10px 10px;
  display: inline-block;
}
.newsArea02 .blogBox dl {
  margin-bottom: 20px;
  overflow: hidden;
}
.newsArea02 .blogBox .thumb {
  float: left;
  width: 160px;
  margin-right: 20px;
  margin-left: 20px;
}
.newsArea02 .blogBox .thumb img {
  width: 100%;
}
.newsArea02 .blogBox dt {
  padding-left: 0;
}
.newsArea02 .blogBox dd {
  float: left;
  width: 400px;
  padding: 10px 0;
  text-align: left;
}
.newsArea03 .blogBox dd {
  float: left;
  width: 800px;
  margin-bottom: 10px;
  padding: 10px 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .newsArea {
    padding: 30px 10px;
  }
  .newsArea01 .blogBox,
  .newsArea02 .blogBox {
    margin-bottom: 50px;
    margin-left: 0;
  }
  .newsArea03 .blogBox {
    margin-left: 0;
  }
  .newsArea .blogBox {
    width: 100%;
  }
  .newsArea01 .blogBox dd {
    width: 100%;
    padding: 10px;
  }
  .newsArea01 .fbBox,
  .newsArea02 .fbBox {
    float: none;
    width: 100%;
    max-width: 360px;
    clear: both;
  }
  .newsArea .socialBox {
    float: none;
    width: 100%;
  }
  .newsArea02 .blogBox .thumb {
    width: 25%;
    margin-right: 3%;
    margin-left: 2%;
  }
  .newsArea02 .blogBox dt {
    width: 70%;
    padding-top: 0;
  }
  .newsArea02 .blogBox dd {
    width: 70%;
    padding: 5px 0;
  }
  .newsArea03 .blogBox dd {
    width: 100%;
    padding: 10px;
  }
}
/*----------------トップニュースエリアEND*/
/*----------------リンクエリアSTART*/
.linkArea {
  padding-bottom: 100px;
}
.linkArea li {
  margin-bottom: 30px;
  /*max-width: 330px;*/
}
.linkArea li a {
  width: 100%;
  display: inline-block;
}
.linkArea li a img {
  max-width: 100%;
}
.linkArea02 li p {
  padding: 10px;
  text-align: left;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .linkArea ul {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  .linkArea {
    padding-bottom: 80px;
  }
}
/*----------------リンクエリアEND*/
/*----------------会社概要ページSTART*/
/* .infoArea {
  padding-bottom: 70px;
}
.infoArea dl {
  display: flex;
}
.infoArea dt {
  width: 30%;
  padding: 10px 2em;
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid #eee;
  background-color: #efefef;
}
.infoArea dd {
  width: 70%;
  padding: 10px 2em;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .infoArea {
    padding: 0 10px 30px;
  }
  .infoArea dt {
    width: 100%;
  }
  .infoArea dd {
    width: 100%;
    margin-bottom: 30px;
  }
} */

/*----------------会社概要ページEND*/
/*----------------ブログページSTART*/
.blogArea {
  padding: 0 0 70px;
}
.blogArea dl {
  overflow: hidden;
}
.blogArea01 .blogDay,
.blogArea02 .blogDay {
  float: left;
  width: 140px;
  margin-bottom: 10px;
}
.blogArea01 dd,
.blogArea02 dd {
  float: left;
  text-align: left;
}
.blogArea01 .blogDay {
  /* margin-left: 70px; */
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}
.blogArea01 dd {
  width: 700px;
  /* margin-left: 40px; */
  margin-bottom: 30px;
  padding: 10px 40px;
  border-bottom: 2px dotted #ccc;
}
.blogArea01 dd a {
  font-weight: 500;
}
.blogArea02 dl {
  margin-bottom: 20px;
}
.blogArea02 .thumb {
  float: left;
  width: 200px;
  margin-left: 20px;
  margin-right: 30px;
}
.blogArea02 .thumb a {
  display: inline-block;
}
.blogArea02 .thumb a img {
  width: 100%;
}
.blogArea02 .blogDay {
  padding: 10px;
  text-align: left;
}
.blogArea02 dd {
  width: 740px;
  padding: 10px;
}
.blogArea02 dd a {
  font-size: 18px;
}
.pager {
  padding: 30px 80px;
  font-size: 14px;
  overflow: hidden;
}
.blogTitle {
  clear: both;
  margin: 0 70px;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #ccc;
}
.blogText {
  padding: 20px 90px;
  text-align: left;
}
.blogText p {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: 16px;
}
.blogText img {
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .blogArea {
    padding: 0 10px 30px;
  }
  .blogArea01 .blogDay {
    width: 100px;
    margin-left: 0;
  }
  .blogArea01 dd {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 10px;
  }
  .blogArea02 .thumb {
    width: 25%;
    margin-left: 3%;
    margin-right: 2%;
  }
  .blogArea02 .thumb a img {
    width: 100%;
  }
  .blogArea02 .blogDay {
    margin-bottom: 0;
    padding: 0 10px;
  }
  .blogArea02 dd {
    width: 70%;
    padding: 5px 10px 0;
  }
  .pager {
    padding: 30px 20px;
  }
  .blogTitle {
    margin: 0;
    font-size: 20px;
  }
  .blogText {
    padding: 20px 10px;
  }
  .blogText p {
    font-size: 14px;
  }
}
/*----------------ブログページEND*/
/*----------------Q&AページSTART*/
.faqArea {
  padding: 0 0 70px;
}
.faqArea01 dl {
  margin-bottom: 20px;
}
.faqArea01 dt,
.faqArea01 dd {
  overflow: hidden;
  margin: 0 60px 10px;
  padding: 10px 40px;
}
.faqArea01 dt {
  border-bottom: 2px dotted #ccc;
}
.faqArea01 dt .icon,
.faqArea01 dd .icon {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  color: #fff;
}
.faqArea01 .bg_circle {
  border-radius: 50%;
}
.faqArea01 dt p,
.faqArea01 dd p {
  float: left;
  width: 720px;
  padding-top: 10px;
  display: inline-block;
  text-align: left;
}
.faqArea01 dt p {
  font-weight: 500;
}
.faqArea01 dd p {
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .faqArea {
    padding: 0 10px 30px;
  }
  .faqArea01 dt,
  .faqArea01 dd {
    margin: 0 0 10px;
    padding: 10px 0;
  }
  .faqArea01 dt .icon,
  .faqArea01 dd .icon {
    margin-right: 10px;
  }
  .faqArea01 dt p,
  .faqArea01 dd p {
    width: calc(100% - 50px);
  }
}
/*----------------Q&AページEND*/
/*----------------FLOWページSTART*/
.flowArea01 {
  padding-bottom: 70px;
}
.flowArea01 dl {
  margin-bottom: 30px;
}
.flowArea01 dt {
  margin-bottom: 30px;
}
.flowArea01 p {
  margin-bottom: 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .flowArea01 {
    padding-bottom: 30px;
  }
  .flowArea01 p {
    font-size: 14px;
  }
}
/*----------------FLOWページEND*/
/*----------------PLANページSTART*/
.priceArea {
  padding-bottom: 70px;
}
.priceArea p {
  margin-bottom: 30px;
  font-size: 16px;
}
.priceArea01 .planBox01 {
  margin-bottom: 40px;
}
.priceArea01 .planBox02 {
  margin-bottom: 80px;
}
.priceArea01 .planBox02 .plan01 {
  padding-bottom: 40px;
}
.priceArea01 .planBox02 .plan02 {
  padding-bottom: 40px;
}
.priceArea01 .planBox02 .textArea {
  padding: 10px 40px;
}
.priceArea01 .planBox02 .plan01 .textArea {
  background-color: rgba(141, 194, 31, 0.2);
}
.priceArea01 .planBox02 .plan02 .textArea {
  background-color: rgba(17, 137, 225, 0.2);
}
.priceArea01 .planBox02 .textArea p {
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-top: 2px dashed #ccc;
}
.priceArea01 .planBox02 .textArea p:first-child {
  border-top: none;
}
.priceArea01 .content {
  padding-left: 30px;
  padding-right: 30px;
}
.priceArea01 .content .price {
  text-align: right;
}
.priceArea01 .content .text {
  padding-left: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .priceArea {
    padding: 0 10px 30px;
  }
  .priceArea p {
    font-size: 14px;
  }
  .priceArea01 .planBox02 {
    margin-bottom: 20px;
  }
  .priceArea01 .planBox02 .plan01 {
    padding-bottom: 60px;
  }
  .priceArea01 .planBox02 .textArea {
    padding: 0 20px 20px;
  }
  .priceArea01 .planBox02 .textArea p {
    font-size: 14px;
  }
  .priceArea01 .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .priceArea01 .content .text {
    padding-left: 10px;
    margin-bottom: 40px;
  }
}
/*----------------PLANページEND*/
/*----------------textAreaSTART*/
.textArea {
  margin-bottom: 30px;
  padding: 60px 10px 30px;
}
.textArea p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .textArea {
    padding: 30px 10px 0;
  }
  .textArea p {
    font-size: 14px;
    text-align: left;
  }
}
.mapArea {
  height: 450px;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .mapArea {
    height: 250px;
    padding: 20px 10px;
    margin-bottom: 40px;
  }
}
/*----------------textAreaEND*/
/*----------------profileAreaSTART*/
.profileArea li {
  margin-bottom: 30px;
}
.profileArea p {
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
}
/*----------------profileAreaEND*/
.contactArea {
  padding-bottom: 70px;
}
.contactAreaBHW.contactArea h3 {
  cursor: pointer;
}
.contactArea p {
  margin-bottom: 10px;
}
.contactArea li {
  margin-bottom: 10px !important;
}
.contactArea li:last-child {
  margin-bottom: 0 !important;
}
.contactAreaBHW.contactArea h3 .icon {
  float: right;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.contactAreaBHW.contactArea .open h3 .icon {
  transform: rotate(180deg);
}
.contactAreaBHW.contactArea .close .form {
  display: none;
}
.contactAreaBHW.contactArea .form .color {
  font-size: 28px;
  margin-left: 5px;
}
.contactAreaBHW.contactArea .form .colorSampleList dd {
  overflow: hidden;
}
.contactAreaBHW.contactArea .form .colorSampleList dd .colorSample {
  float: left;
  width: 80px;
  height: 42px;
  margin-left: 5px;
  font-size: 15px;
}
.contactAreaBHW.contactArea .form .colorSampleList dd .colorSample label {
  margin: 0 !important;
}
.contactAreaBHW.contactArea
  .form
  .colorSampleList
  dd
  .colorSample:nth-child(6n-5) {
  margin-left: 0;
  clear: both;
}
.contactAreaBHW.contactArea .form .colorSampleList dd .colorSample span {
  display: inline-block;
}
.contactAreaBHW.contactArea .form .color01 {
  color: #e60012;
}
.contactAreaBHW.contactArea .form .color02 {
  color: #eb6100;
}
.contactAreaBHW.contactArea .form .color03 {
  color: #ffe200;
}
.contactAreaBHW.contactArea .form .color04 {
  color: #8fc31f;
}
.contactAreaBHW.contactArea .form .color05 {
  color: #00913a;
}
.contactAreaBHW.contactArea .form .color06 {
  color: #00a29a;
}
.contactAreaBHW.contactArea .form .color07 {
  color: #00a0e9;
}
.contactAreaBHW.contactArea .form .color08 {
  color: #036eb8;
}
.contactAreaBHW.contactArea .form .color09 {
  color: #172a88;
}
.contactAreaBHW.contactArea .form .color10 {
  color: #601986;
}
.contactAreaBHW.contactArea .form .color11 {
  color: #231815;
}
.contactAreaBHW.contactArea .form .color12 {
  color: #b6383d;
}
.contactAreaBHW.contactArea .form .color13 {
  color: #ce8e1d;
}
.contactAreaBHW.contactArea .form .color14 {
  color: #dfc22b;
}
.contactAreaBHW.contactArea .form .color15 {
  color: #b5b93d;
}
.contactAreaBHW.contactArea .form .color16 {
  color: #6ca976;
}
.contactAreaBHW.contactArea .form .color17 {
  color: #1d9b9d;
}
.contactAreaBHW.contactArea .form .color18 {
  color: #7ab2d8;
}
.contactAreaBHW.contactArea .form .color19 {
  color: #5c83b7;
}
.contactAreaBHW.contactArea .form .color20 {
  color: #2e4364;
}
.contactAreaBHW.contactArea .form .color21 {
  color: #865991;
}
.contactAreaBHW.contactArea .form .color22 {
  color: #eeedeb;
}
.contactAreaBHW.contactArea .form .color23 {
  color: #f7d4bd;
}
.contactAreaBHW.contactArea .form .color24 {
  color: #dcc6a0;
}
.contactAreaBHW.contactArea .form .color25 {
  color: #f4ebda;
}
.contactAreaBHW.contactArea .form .color26 {
  color: #2d6232;
}
.contactAreaBHW.contactArea .form .color27 {
  color: #42ac69;
}
.contactAreaBHW.contactArea .form .color28 {
  color: #69a9ae;
}
.contactAreaBHW.contactArea .form .color29 {
  color: #d2e8eb;
}
.contactAreaBHW.contactArea .form .color30 {
  color: #172f79;
}
.contactAreaBHW.contactArea .form .color31 {
  color: #141e3d;
}
.contactAreaBHW.contactArea .form .color32 {
  color: #de636f;
}
.contactAreaBHW.contactArea .form .color33 {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 2px;
}
.contactAreaBHW.contactArea .form .fontSample dd {
  overflow: hidden;
}
.contactAreaBHW.contactArea .form .fontSample span {
  float: left;
  width: 48%;
  margin-left: 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.contactAreaBHW.contactArea .form .fontSample .is_hide img {
  opacity: 0.5;
}
.contactAreaBHW.contactArea .form .fontSample span:nth-child(2n-1) {
  margin-left: 0;
  clear: both;
}
@media screen and (max-width: 767px) {
  .contactArea {
    padding: 0 10px 30px;
  }
  .contactAreaBHW.contactArea .form .colorSampleList dd .colorSample {
    margin-left: 0;
  }
  .contactAreaBHW.contactArea
    .form
    .colorSampleList
    dd
    .colorSample:nth-child(6n-5) {
    clear: none;
  }
  .contactAreaBHW.contactArea .form .fontSample img {
    max-width: 60%;
  }
  .contactAreaBHW.contactArea .form .fontSample span {
    width: 100%;
    margin-left: 0;
  }
  .contactAreaBHW.contactArea .form .fontSample span:nth-child(2n-1) {
    clear: none;
  }
}
/*----------------sampleAreaSTART*/
.sampleArea {
  padding-bottom: 70px;
}
.sampleArea p {
  padding-top: 5px;
}
.sampleArea01 ul li {
  float: left;
  width: 330px;
  padding: 0 14px;
  margin-bottom: 30px;
  margin-left: 5px;
}
.sampleArea01 ul li:nth-child(3n-2) {
  clear: both;
  margin-left: 0;
}
.sampleArea01 ul li > a {
  border: 1px solid #ccc;
  display: block;
}
@media screen and (max-width: 767px) {
  .sampleArea {
    padding: 0 10px 30px;
  }
  .sampleArea01 ul li {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .sampleArea01 ul li:nth-child(3n-2) {
    clear: both;
    margin-left: auto;
  }
}
/*----------------sampleAreaEND*/

/* 利用規約 */
#agree .agreementArea {
  height: 400px;
  overflow: auto;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ccc;
}
#agree .agreementArea .catch {
  margin-bottom: 40px;
}
#agree .agreementArea .item {
  margin-bottom: 20px;
}
#agree .agreementArea .item .ttl {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
#agree .agreementArea .item dl {
  overflow: hidden;
  text-align: left;
}
#agree .agreementArea .item dl dt {
  float: left;
  width: 60px;
  font-weight: bold;
  color: #666;
}
#agree .agreementArea .item dl dd {
  float: left;
  width: 780px;
  padding-left: 20px;
  color: #666;
}
#agree .agreementArea .item dl dd br {
  line-height: 1.8;
}
#agree .form {
  margin-bottom: 40px;
}
#agree .form dl {
  width: 800px;
  margin: 0 auto 2px;
  overflow: hidden;
}
#agree .form dl.selectPlan {
  display: none;
}
#agree .form dl dt {
  float: left;
  width: 230px;
  padding: 20px 30px;
  background-color: #f0f0f0;
  border: none;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 1.5;
  display: inline-block;
}
#agree .form dl dd {
  float: left;
  width: 568px;
  margin-left: 2px;
  padding: 20px 30px;
  background-color: #f9f9f9;
  border: none;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  line-height: 1.5;
  display: inline-block;
}
#agree .submit {
  text-align: center;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
#agree .submit .btn {
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  display: none;
}
@media screen and (max-width: 767px) {
  #agree .agreementArea .item dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #agree .agreementArea .item dl dd {
    width: 100%;
  }
  #agree .form dl {
    width: 100%;
  }
  #agree .form dl dt {
    width: 100%;
    text-align: left;
  }
  #agree .form dl dd {
    width: 100%;
    margin-left: 0;
  }
  #agree .submit {
    width: 300px;
    margin-bottom: 60px;
  }
}

/* オプション */
#option p {
  margin-bottom: 30px;
}
#option .item {
  margin-bottom: 80px;
}
#option .item ul li:hover a img {
  opacity: 1;
}
#option .swiper-container {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #option p {
    margin-bottom: 20px;
  }
  #option .item {
    margin-bottom: 40px;
  }
  #option .swiper-container {
    margin-bottom: 30px;
  }
}

/*プライバシーポリシー*/
.privacyBox {
  width: 90%;
  max-width: 800px;
  height: 300px;
  overflow: auto;
  margin: 0px auto 70px;
  padding-top: 15px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
}
.privacyBox h2 {
  padding-left: 2em;
  font-weight: bold;
}
.privacyBox .ttl {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  text-align: center;
}
.privacyText {
  margin-top: 30px;
  padding: 0px 30px;
  /* font-size: 13px; */
  /* line-height: 25px; */
  color: #666666;
  text-align: left;
}
.privacyList {
  height: auto;
  width: 100%;
  margin-top: 60px;
  /* font-size: 13px; */
  /* line-height: 25px; */
  text-align: left;
}
.privacyList dt {
  padding: 0px 30px;
  font-weight: bold;
  color: #666;
}
.privacyList dd {
  color: #666666;
  padding: 0px 30px 30px 60px;
}
dl.privacyList dd.ga a {
  color: #000000;
  text-decoration: underline;
}
dl.privacyList dd.ga a:hover {
  background-color: #ddd;
}

/*fixBtn*/
.fixBtn {
  position: fixed;
  z-index: 100;
  transition: all 0.3s;
  right: 0;
  top: 110px;
  padding-right: 10px;
}
.fixBtn li {
  margin-bottom: 10px;
}
.fixBtn li a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
}
.fixBtn li a:hover {
  opacity: 0.7;
}
.fixBtn li a:before {
  position: absolute;
}
.fixBtn li.fix_Facebook a {
  background-color: #3b5998;
}
.fixBtn li.fix_instagram a {
  background-color: #00a9a7;
  border: solid 1px #fff;
}
.fixBtn li.fix_Line a {
  background-color: #00a9a7;
  border: solid 1px #fff;
}
.fixBtn li.fix_twitter a {
  background-color: #1da1f2;
}
.fixBtn li.fix_contact a {
  background-color: #00a9a7;
  border: solid 1px #fff;
}
.fixBtn li.fix_youtube a {
  background-color: #00a9a7;
  border: solid 1px #fff;
}
.fixBtn li.fix_Facebook a:before {
  content: url(../img/user/fix_facebook.svg);
  width: 28px;
  top: 11px;
  left: 11px;
}
.fixBtn li.fix_instagram a:before {
  content: url(../img/user/fix_instagram.svg);
  width: 26px;
  top: 11px;
  left: 11px;
}
.fixBtn li.fix_Line a:before {
  content: url(../img/user/fix_line.svg);
  width: 28px;
  top: 11px;
  left: 11px;
}
.fixBtn li.fix_twitter a:before {
  content: url(../img/user/fix_twitter.svg);
  width: 26px;
  top: 11px;
  left: 11px;
}
.fixBtn li.fix_contact a:before {
  content: url(../img/user/fix_contact.svg);
  width: 26px;
  top: 11px;
  left: 11px;
}
.fixBtn li.fix_youtube a:before {
  content: url(../img/user/fix_youtube.svg);
  width: 26px;
  top: 11px;
  left: 11px;
}
@media screen and (max-width: 1000px) {
  .fixBtn {
    top: inherit;
    left: 0;
    bottom: 24px;
    margin-left: 10px;
  }
  .fixBtn li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
  }
  .fixBtn li a {
    width: 40px;
    height: 40px;
  }
  .fixBtn li.fix_Facebook a:before {
    width: 24px;
    top: 8px;
    left: 8px;
  }
  .fixBtn li.fix_instagram a:before {
    width: 24px;
    top: 7px;
    left: 7px;
  }
  .fixBtn li.fix_Line a:before {
    width: 27px;
    top: 7px;
    left: 6px;
  }
  .fixBtn li.fix_twitter a:before {
    width: 24px;
    top: 7px;
    left: 7px;
  }
  .fixBtn li.fix_contact a:before {
    width: 24px;
    top: 7px;
    left: 7px;
  }
  .fixBtn li.fix_youtube a:before {
    width: 24px;
    top: 7px;
    left: 7px;
  }
}

/*#################コンテンツEND#################*/
/*#################フッターSTART#################*/
.fNav {
  margin-bottom: 50px;
}
.fNav a {
  /* font-size: 14px; */
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0.5em;
}
.pagetop {
  position: fixed;
  margin-bottom: 20px;
  bottom: 10px;
  right: 10px;
  width: 35px;
  z-index: 200;
}
.pagetop a {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 200;
  bottom: 40px;
  right: 20px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 70px;
  }
  .fNav a {
    display: block;
    width: calc(100% - 5vw);
    margin: 0 auto 10px;
    padding: 5px 0;
    border-bottom: 1px dashed #e1e1e1;
  }
  .fNav span {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
  }
  .pagetop a {
    position: static;
    bottom: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }
}
/*#################フッターEND#################*/

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.col-lg-pull-12 {
  right: 100%;
}
.col-lg-pull-11 {
  right: 91.66666667%;
}
.col-lg-pull-10 {
  right: 83.33333333%;
}
.col-lg-pull-9 {
  right: 75%;
}
.col-lg-pull-8 {
  right: 66.66666667%;
}
.col-lg-pull-7 {
  right: 58.33333333%;
}
.col-lg-pull-6 {
  right: 50%;
}
.col-lg-pull-5 {
  right: 41.66666667%;
}
.col-lg-pull-4 {
  right: 33.33333333%;
}
.col-lg-pull-3 {
  right: 25%;
}
.col-lg-pull-2 {
  right: 16.66666667%;
}
.col-lg-pull-1 {
  right: 8.33333333%;
}
.col-lg-pull-0 {
  right: auto;
}
.col-lg-push-12 {
  left: 100%;
}
.col-lg-push-11 {
  left: 91.66666667%;
}
.col-lg-push-10 {
  left: 83.33333333%;
}
.col-lg-push-9 {
  left: 75%;
}
.col-lg-push-8 {
  left: 66.66666667%;
}
.col-lg-push-7 {
  left: 58.33333333%;
}
.col-lg-push-6 {
  left: 50%;
}
.col-lg-push-5 {
  left: 41.66666667%;
}
.col-lg-push-4 {
  left: 33.33333333%;
}
.col-lg-push-3 {
  left: 25%;
}
.col-lg-push-2 {
  left: 16.66666667%;
}
.col-lg-push-1 {
  left: 8.33333333%;
}
.col-lg-push-0 {
  left: auto;
}
.col-lg-offset-12 {
  margin-left: 100%;
}
.col-lg-offset-11 {
  margin-left: 91.66666667%;
}
.col-lg-offset-10 {
  margin-left: 83.33333333%;
}
.col-lg-offset-9 {
  margin-left: 75%;
}
.col-lg-offset-8 {
  margin-left: 66.66666667%;
}
.col-lg-offset-7 {
  margin-left: 58.33333333%;
}
.col-lg-offset-6 {
  margin-left: 50%;
}
.col-lg-offset-5 {
  argin-left: 41.66666667%;
}
.col-lg-offset-4 {
  margin-left: 33.33333333%;
}
.col-lg-offset-3 {
  margin-left: 25%;
}
.col-lg-offset-2 {
  margin-left: 16.66666667%;
}
.col-lg-offset-1 {
  margin-left: 8.33333333%;
}
.col-lg-offset-0 {
  margin-left: 0;
}

.col-lg-12 {
  clear: both;
}
.col-lg-6:nth-child(2n-1) {
  clear: both;
}
.col-lg-4:nth-child(3n-2) {
  clear: both;
}
.col-lg-3:nth-child(4n-3) {
  clear: both;
}
.col-lg-2:nth-child(6n-5) {
  clear: both;
}

@media screen and (max-width: 767px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-lg-12 {
    clear: both;
  }
  .col-lg-6:nth-child(2n-1) {
    clear: none;
  }
  .col-lg-4:nth-child(3n-2) {
    clear: none;
  }
  .col-lg-3:nth-child(4n-3) {
    clear: none;
  }
  .col-lg-2:nth-child(6n-5) {
    clear: none;
  }
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mr0 {
  margin-right: 0;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml0 {
  margin-left: 0;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pr0 {
  padding-right: 0;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl0 {
  padding-left: 0;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .s_mt0 {
    margin-top: 0 !important;
  }
  .s_mt10 {
    margin-top: 10px !important;
  }
  .s_mt20 {
    margin-top: 20px !important;
  }
  .s_mt30 {
    margin-top: 30px !important;
  }
  .s_mt40 {
    margin-top: 40px !important;
  }
  .s_mt50 {
    margin-top: 50px !important;
  }
  .s_mt60 {
    margin-top: 60px !important;
  }
  .s_mt70 {
    margin-top: 70px !important;
  }
  .s_mt80 {
    margin-top: 80px !important;
  }
  .s_mt90 {
    margin-top: 90px !important;
  }
  .s_mt100 {
    margin-top: 100px !important;
  }
  .s_mr0 {
    margin-right: 0 !important;
  }
  .s_mr10 {
    margin-right: 10px !important;
  }
  .s_mr20 {
    margin-right: 20px !important;
  }
  .s_mr30 {
    margin-right: 30px !important;
  }
  .s_mr40 {
    margin-right: 40px !important;
  }
  .s_mr50 {
    margin-right: 50px !important;
  }
  .s_mr60 {
    margin-right: 60px !important;
  }
  .s_mr70 {
    margin-right: 70px !important;
  }
  .s_mr80 {
    margin-right: 80px !important;
  }
  .s_mr90 {
    margin-right: 90px !important;
  }
  .s_mr100 {
    margin-right: 100px !important;
  }
  .s_mb0 {
    margin-bottom: 0 !important;
  }
  .s_mb10 {
    margin-bottom: 10px !important;
  }
  .s_mb20 {
    margin-bottom: 20px !important;
  }
  .s_mb30 {
    margin-bottom: 30px !important;
  }
  .s_mb40 {
    margin-bottom: 40px !important;
  }
  .s_mb50 {
    margin-bottom: 50px !important;
  }
  .s_mb60 {
    margin-bottom: 60px !important;
  }
  .s_mb70 {
    margin-bottom: 70px !important;
  }
  .s_mb80 {
    margin-bottom: 80px !important;
  }
  .s_mb90 {
    margin-bottom: 90px !important;
  }
  .s_mb100 {
    margin-bottom: 100px !important;
  }
  .s_ml0 {
    margin-left: 0 !important;
  }
  .s_ml10 {
    margin-left: 10px !important;
  }
  .s_ml20 {
    margin-left: 20px !important;
  }
  .s_ml30 {
    margin-left: 30px !important;
  }
  .s_ml40 {
    margin-left: 40px !important;
  }
  .s_ml50 {
    margin-left: 50px !important;
  }
  .s_ml60 {
    margin-left: 60px !important;
  }
  .s_ml70 {
    margin-left: 70px !important;
  }
  .s_ml80 {
    margin-left: 80px !important;
  }
  .s_ml90 {
    margin-left: 90px !important;
  }
  .s_ml100 {
    margin-left: 100px !important;
  }
  .s_pt0 {
    padding-top: 0 !important;
  }
  .s_pt10 {
    padding-top: 10px !important;
  }
  .s_pt20 {
    padding-top: 20px !important;
  }
  .s_pt30 {
    padding-top: 30px !important;
  }
  .s_pt40 {
    padding-top: 40px !important;
  }
  .s_pt50 {
    padding-top: 50px !important;
  }
  .s_pt60 {
    padding-top: 60px !important;
  }
  .s_pt70 {
    padding-top: 70px !important;
  }
  .s_pt80 {
    padding-top: 80px !important;
  }
  .s_pt90 {
    padding-top: 90px !important;
  }
  .s_pt100 {
    padding-top: 100px !important;
  }
  .s_pr0 {
    padding-right: 0 !important;
  }
  .s_pr10 {
    padding-right: 10px !important;
  }
  .s_pr20 {
    padding-right: 20px !important;
  }
  .s_pr30 {
    padding-right: 30px !important;
  }
  .s_pr40 {
    padding-right: 40px !important;
  }
  .s_pr50 {
    padding-right: 50px !important;
  }
  .s_pr60 {
    padding-right: 60px !important;
  }
  .s_pr70 {
    padding-right: 70px !important;
  }
  .s_pr80 {
    padding-right: 80px !important;
  }
  .s_pr90 {
    padding-right: 90px !important;
  }
  .s_pr100 {
    padding-right: 100px !important;
  }
  .s_pb0 {
    padding-bottom: 0 !important;
  }
  .s_pb10 {
    padding-bottom: 10px !important;
  }
  .s_pb20 {
    padding-bottom: 20px !important;
  }
  .s_pb30 {
    padding-bottom: 30px !important;
  }
  .s_pb40 {
    padding-bottom: 40px !important;
  }
  .s_pb50 {
    padding-bottom: 50px !important;
  }
  .s_pb60 {
    padding-bottom: 60px !important;
  }
  .s_pb70 {
    padding-bottom: 70px !important;
  }
  .s_pb80 {
    padding-bottom: 80px !important;
  }
  .s_pb90 {
    padding-bottom: 90px !important;
  }
  .s_pb100 {
    padding-bottom: 100px !important;
  }
  .s_pl0 {
    padding-left: 0 !important;
  }
  .s_pl10 {
    padding-left: 10px !important;
  }
  .s_pl20 {
    padding-left: 20px !important;
  }
  .s_pl30 {
    padding-left: 30px !important;
  }
  .s_pl40 {
    padding-left: 40px !important;
  }
  .s_pl50 {
    padding-left: 50px !important;
  }
  .s_pl60 {
    padding-left: 60px !important;
  }
  .s_pl70 {
    padding-left: 70px !important;
  }
  .s_pl80 {
    padding-left: 80px !important;
  }
  .s_pl90 {
    padding-left: 90px !important;
  }
  .s_pl100 {
    padding-left: 100px !important;
  }
}
.bold {
  font-weight: bold !important;
}
.fs8 {
  font-size: 8px;
}
.fs9 {
  font-size: 9px;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs26 {
  font-size: 26px;
}
.fs27 {
  font-size: 27px;
}
.fs28 {
  font-size: 28px;
}
.fs29 {
  font-size: 29px;
}
.fs30 {
  font-size: 30px;
}
.fs31 {
  font-size: 31px;
}
.fs32 {
  font-size: 32px;
}
.fs33 {
  font-size: 33px;
}
.fs34 {
  font-size: 34px;
}
.fs35 {
  font-size: 35px;
}
.fs36 {
  font-size: 36px;
}
.fs37 {
  font-size: 37px;
}
.fs38 {
  font-size: 38px;
}
.fs39 {
  font-size: 39px;
}
.fs40 {
  font-size: 40px;
}
.fs41 {
  font-size: 41px;
}
.fs42 {
  font-size: 42px;
}
.fs43 {
  font-size: 43px;
}
.fs44 {
  font-size: 44px;
}
.fs45 {
  font-size: 45px;
}
.fs46 {
  font-size: 46px;
}
.fs47 {
  font-size: 47px;
}
.fs48 {
  font-size: 48px;
}
.fs49 {
  font-size: 49px;
}
.fs50 {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .s_fs8 {
    font-size: 8px !important;
  }
  .s_fs9 {
    font-size: 9px !important;
  }
  .s_fs10 {
    font-size: 10px !important;
  }
  .s_fs11 {
    font-size: 11px !important;
  }
  .s_fs12 {
    font-size: 12px !important;
  }
  .s_fs13 {
    font-size: 13px !important;
  }
  .s_fs14 {
    font-size: 14px !important;
  }
  .s_fs15 {
    font-size: 15px !important;
  }
  .s_fs16 {
    font-size: 16px !important;
  }
  .s_fs17 {
    font-size: 17px !important;
  }
  .s_fs18 {
    font-size: 18px !important;
  }
  .s_fs19 {
    font-size: 19px !important;
  }
  .s_fs20 {
    font-size: 20px !important;
  }
  .s_fs21 {
    font-size: 21px !important;
  }
  .s_fs22 {
    font-size: 22px !important;
  }
  .s_fs23 {
    font-size: 23px !important;
  }
  .s_fs24 {
    font-size: 24px !important;
  }
  .s_fs25 {
    font-size: 25px !important;
  }
  .s_fs26 {
    font-size: 26px !important;
  }
  .s_fs27 {
    font-size: 27px !important;
  }
  .s_fs28 {
    font-size: 28px !important;
  }
  .s_fs29 {
    font-size: 29px !important;
  }
  .s_fs30 {
    font-size: 30px !important;
  }
  .s_fs31 {
    font-size: 31px !important;
  }
  .s_fs32 {
    font-size: 32px !important;
  }
  .s_fs33 {
    font-size: 33px !important;
  }
  .s_fs34 {
    font-size: 34px !important;
  }
  .s_fs35 {
    font-size: 35px !important;
  }
  .s_fs36 {
    font-size: 36px !important;
  }
  .s_fs37 {
    font-size: 37px !important;
  }
  .s_fs38 {
    font-size: 38px !important;
  }
  .s_fs39 {
    font-size: 39px !important;
  }
  .s_fs40 {
    font-size: 40px !important;
  }
  .s_fs41 {
    font-size: 41px !important;
  }
  .s_fs42 {
    font-size: 42px !important;
  }
  .s_fs43 {
    font-size: 43px !important;
  }
  .s_fs44 {
    font-size: 44px !important;
  }
  .s_fs45 {
    font-size: 45px !important;
  }
  .s_fs46 {
    font-size: 46px !important;
  }
  .s_fs47 {
    font-size: 47px !important;
  }
  .s_fs48 {
    font-size: 48px !important;
  }
  .s_fs49 {
    font-size: 49px !important;
  }
  .s_fs50 {
    font-size: 50px !important;
  }
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.circle:before {
  content: "〇";
  margin-right: 10px;
}
.square:before {
  content: "■";
  margin-right: 12px;
}
.arrow:before {
  content: url(../img/shared/arrow02_r.png);
  margin-right: 20px;
}
.br4 {
  border-radius: 4px;
}
.br8 {
  border-radius: 8px;
}
.br12 {
  border-radius: 12px;
}
.br50 {
  border-radius: 50%;
}
.tal {
  text-align: left !important;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .s_tal {
    text-align: left !important;
  }
  .s_tac {
    text-align: center !important;
  }
  .s_tar {
    text-align: right !important;
  }
}
.db {
  display: block !important;
}
.di {
  display: inline-block !important;
}
.dn {
  display: none !important;
}
.oh {
  overflow: hidden;
}
.xs,
.sm,
.lg,
.xl {
  font-weight: inherit;
}
.xs {
  font-size: 0.7rem;
}
.sm {
  font-size: 0.9rem;
}
.lg {
  font-size: 1.1rem;
}
.xl {
  font-size: 1.3rem;
}
.btn {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 25px;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
}
.btn01 {
  padding-left: 84px;
  color: #fff;
}
.btn01:before {
  content: url(../img/shared/arrow02_r.png);
  position: absolute;
  top: 50%;
  left: 20px;
  -moz-transform: translateY(-22px);
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
}
.btn01:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.btn02 {
  background-color: #000;
  color: #fff;
}
.btn03 {
  padding: 13px 23px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
}
.btn03:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn04 {
  color: #fff;
  border-radius: 4px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.4);
}
.btn04:hover {
  -moz-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.btn05,
.btn06 {
  color: #fff;
}
.btn06 {
  border-radius: 30px;
}
.btn05:hover,
.btn06:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 16px 20px;
  }
  .btn01 {
    padding-left: 74px;
  }
  .btn01:before {
    left: 15px;
  }
}
.white,
.red,
.yellow,
.pink,
.lightgreen,
.green,
.blue,
.skyblue,
.navy,
.gray {
  font-weight: inherit;
}
.white {
  color: #fff;
}
.red {
  color: #ea0000;
}
.yellow {
  color: #f8b62c;
}
.pink {
  color: #f674a0;
}
.lightgreen {
  color: #a3d900;
}
.green {
  color: #03580a;
}
.blue {
  color: #0e6eb8;
}
.skyblue {
  color: #38beef;
}
.navy {
  color: #001f6a;
}
.gray {
  color: #868695;
}
.black {
  color: #000;
}
.bg_pink {
  background-color: #f674a0;
}
.bg_lightgreen {
  background-color: #a3d900;
}
.bg_green {
  background-color: #03580a;
}
.bg_blue {
  background-color: #0e6eb8;
}
.bg_skyblue {
  background-color: #38beef;
}
.bg_red {
  background-color: #ea0000;
}
.bg_yellow {
  background-color: #f8b62c;
}
.bg_navy {
  background-color: #001f6a;
}
.bg_gray {
  background-color: #868695;
}
.bg_black {
  background-color: #000;
}
