/*------------------------------------------------共通
------------------------------------------------*/
html {}

body {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  font-family: 'M PLUS Rounded 1c', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  color: #2a486c;
}

body {
  overflow: auto;
  height: 100%;
}

body.open {
  overflow: hidden;
}

p {
  margin: 0 0 40px 0;
  transform: rotate(0.03deg);
}

.wrap {
  padding: 0px 5%;
  margin: 0 auto;
}

a {
  color: #2a486c;
}

a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

.material-icons {
  font-size: 2rem;
  position: relative;
}

label {
  display: block;
  margin: 0;
  padding: 0;
}

/*  */
img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

input {
  display: none;
}

/* WEBフォントのジャギーを取る */
.text {
  transform: rotate(0.03deg);
}

.underyellow {
  background: linear-gradient(transparent 50%, #ece4aa 0%);
}

.underyellow002 {
  background: linear-gradient(transparent 50%, #e0d272 0%);
}

.small_f {
  font-size: 14px;
}

.big_f {
  font-size: 20px;
  font-weight: 700;
}

.uchikeshi {
  text-decoration: line-through;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 40px 0;
  transform: rotate(0.05deg)
}

h1 {
  font-size: 30px;
  margin-top: 30px;
}

h2 {
  font-size: 30px;
  position: relative;
}

h2::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #82d7df;
}

h3 {
  font-size: 25px;
  position: relative;
  padding: 0 0 0 15px;
  margin-top: 50px;
  color: #008ba2;
}

h3::after {
  content: "";
  width: 7px;
  height: 120%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #82d7df;
}

h4 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

h5 {
  background-color: #2a486c;
  color: #fff;
  font-size: 20px;
  max-width: 600px;
  padding: 5px;
  margin-bottom: 0px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

h6 {
  margin-bottom: 0;
}

.w100 {
  width: 100%;
}

.image {
  max-width: 600px;
}

.image p {
  text-align: center;
}

.content_blk {
  margin-bottom: 100px;
}

#sokunou ul,
#cost ul {
  max-width: 600px;
  display: flex;
}

#sokunou ul.title,
#cost ul.title,
#cost li.title {
  background-color: #d9f3f5;
}

#sokunou li.last_r_l,
#cost li.last_r_l {
  border-radius: 0 0 0 5px;
}

#sokunou li.last_r_r,
#cost li.last_r_r {
  border-radius: 0 0 5px 0;
}

#sokunou li,
#cost li {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  border-bottom: solid 1px #2a486c;
  border-left: solid 1px #2a486c;
}

#sokunou li:last-of-type,
#cost li:last-of-type {
  border-right: solid 1px #2a486c;
}

#cost .w100 {
  max-width: 600px;
  border: solid 1px #2a486c;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  background-color: #f8f5e9;
}

.color_sample_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 50px auto;
}

.color_sample {
  width: 300px;
  margin: 20px auto 0 auto;
}

.color_sample .title {
  font-size: 18px;
  font-weight: 700;
}

.colorbox_cover {
  display: flex;
  justify-content: space-between;
}

.colorbox {
  text-align: center;
  line-height: 1.2;
}

.colorbox::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 5px auto 0 auto;
}

.youshitu .colorbox.c1::after {
  background-color: #fffddd;
}

.youshitu .colorbox.c2::after {
  background-color: #fff39f;
}

.youshitu .colorbox.c3::after {
  background-color: #eee9d4;
}

.youshitu .colorbox.c4::after {
  background-color: #ffdef0;
}

.youshitu .colorbox.c5::after {
  background-color: #e89a4f;
}

.mizu .colorbox.c1::after {
  background-color: #d9f4ff;
}

.mizu .colorbox.c2::after {
  background-color: #b6daff;
}

.mizu .colorbox.c3::after {
  background-color: #dad8ff;
}

.mizu .colorbox.c4::after {
  background-color: #bcfaff;
}

.mizu .colorbox.c5::after {
  background-color: #6cffff;
}

.shunou .colorbox.c1::after {
  background-color: #ffe7f6;
}

.shunou .colorbox.c2::after {
  background-color: #ffadb4;
}

.shunou .colorbox.c3::after {
  background-color: #f8c979;
}

.shunou .colorbox.c4::after {
  background-color: #ffe980;
}

.shunou .colorbox.c5::after {
  background-color: #cba0ff;
}

.washitu .colorbox.c1::after {
  background-color: #e8ffe0;
}

.washitu .colorbox.c2::after {
  background-color: #aee9a5;
}

.washitu .colorbox.c3::after {
  background-color: #81d9b2;
}

.washitu .colorbox.c4::after {
  background-color: #d6f780;
}

.washitu .colorbox.c5::after {
  background-color: #8cff71;
}

.color_pattern_cover {
  margin: 0px auto 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.color_pattern {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 5%;
  border: solid 1px #bb9900;
  border-radius: 5px;
}

.color_pattern .color_pattern_inner {
  width: 100%;
}

.color_pattern .img {
  width: 80%;
}

.color_pattern img {}

.color_pattern .color_pattern_inner .title {
  font-weight: 700;
  margin: 10px 0 0 0;
}

.color_pattern .colorbox_cover {
  justify-content: center;
  flex-wrap: wrap;
}

.color_pattern .colorbox {
  width: 50%;
  margin: 15px 0 0 0;
}

.noa .colorbox.c1::after {
  background-color: #fffddd;
}

.noa .colorbox.c2::after {
  background-color: #d9f4ff;
}

.noa .colorbox.c3::after {
  background-color: #ffe7f6;
}

.noa .colorbox.c4::after {
  background-color: #e8ffe0;
}

.nob .colorbox.c1::after {
  background-color: #eee9d4;
}

.nob .colorbox.c2::after {
  background-color: #bcfaff;
}

.nob .colorbox.c3::after {
  background-color: #f8c979;
}

.nob .colorbox.c4::after {
  background-color: #aee9a5;
}

.noc .colorbox.c1::after {
  background-color: #ffdef0;
}

.noc .colorbox.c2::after {
  background-color: #dad8ff;
}

.noc .colorbox.c3::after {
  background-color: #ffe980;
}

.noc .colorbox.c4::after {
  background-color: #d6f780;
}

.nod .colorbox.c1::after {
  background-color: #e89a4f;
}

.nod .colorbox.c2::after {
  background-color: #6cffff;
}

.nod .colorbox.c3::after {
  background-color: #cba0ff;
}

.nod .colorbox.c4::after {
  background-color: #8cff71;
}

.sample_inner {
  margin: 0;
}

.sample_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.madori_img {
  width: calc(50% - 5px);
  height: auto;
  margin: 0 0 10px 0;
  padding: 5px;
  border: solid 1px #bb9900;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.madori_img img {
  width: 90%;
  height: 90%;
}

.madori_img a {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

p.ba{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p.ba img{
  width: 100%;
  margin-bottom: 40px;
}

.hikaku {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.hikakue h5 {
  max-width: 100%;
}

.hikaku h6 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.hikaku ul {
  border: solid 1px #2a486c;
  border-radius: 0 0 5px 5px;
}

.hikaku li {
  border-top: solid 1px #ccc;
  padding: 20px;
  transform: rotate(0.03deg);
}

.hikaku_myservice,
.hikaku_otherservice {
  width: 100%;
  margin: 0 0 20px 0;
}

.hikaku_myservice h5 {
  background-color: #82d7df;
  padding: 10px;
}

.hikaku_myservice ul {
  border: solid 4px #82d7df;
  background-color: #fdfcf8;
}

.hikaku_myservice li {
  border-top: solid 1px #82d7df;
  min-height: 230px;
}

.hikaku_myservice .underyellow {
  font-weight: 700;
}

.hikaku_otherservice ul {
  background-color: #f9f9f9;
  border: none;
}

.hikaku_otherservice li {
  min-height: 230px;
}

.hikaku_otherservice li:first-of-type {
  border-top: none;
}

.hikaku_otherservice li:nth-last-of-type(2) {
  min-height: 200px;
}

.hikaku_otherservice li:last-of-type {
  min-height: 100px;
}


/*------------------------------------------------スマホ対応
------------------------------------------------*/
/* --------------------------ヘッダーナビ-------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
}

header .header_inner {
  display: flex;
  position: relative;
  width: 100vw;
}

header .header_logo {
  width: 145px;
  height: 60px;
  margin-left: 5%;
}

header .header_logo img {
  width: 145px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.login_btn a {
  position: absolute;
  top: 0;
  right: calc(35px + 10%);
  width: 60px;
  height: 60px;
  background-color: #cb204d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* -------------開閉ボタン動き------------- */
header .hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  margin: 0;
  width: 35px;
  height: 60px;
}

header .hamburger .line,
header .hamburger .line::before,
header .hamburger .line::after {
  display: inline-block;
  position: absolute;
  top: 23px;
  margin: 0 auto;
  width: 35px;
  height: 2px;
  border-radius: 1px;
  background: #2a486c;
  transition: all 0.5s;
}

header .hamburger .line {}

header .hamburger .line::before {
  content: "";
  top: -12px;
}

header .hamburger .line::after {
  content: "";
  top: 12px;
}

header .hamburger .menumoji {
  display: block;
  position: absolute;
  bottom: 5px;
  margin: 0 auto;
  font-size: 12px;
}

header input#nav_switch:checked~label span.line {
  background-color: rgba(0, 0, 0, 0);
}

header input#nav_switch:checked~label span.line::before {
  width: 40px;
  transform: rotate(36deg);
  transform-origin: left center;
}

header input#nav_switch:checked~label span.line::after {
  width: 40px;
  transform: rotate(-36deg);
  transform-origin: left center;
}

/* -------------メニュー内部------------- */
header nav {
  position: absolute;
  top: 60px;
  left: 100%;
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: #fff;
  transition: all 0.5s;
  z-index: 100;
  overflow: auto;
  font-size: 15px;
}

header input#nav_switch:checked~nav {
  left: 0;
}

header nav ul {
  display: flex;
  flex-direction: column;
  text-align: right;
}

header nav li {
  padding: 10px 5%;
  border-bottom: solid #e6e6e6 1px;
}

header nav li a {
  display: block;
  width: 100%;
  height: 100%;
}

header nav li a:active,
header nav li a:hover {
  text-decoration: underline;
}

/* --------------------------フッター-------------------------- */
footer {
  position: relative;
  margin: 60px 0 0 0;
}

footer .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background: #82d7df;
  height: 140px;
}

footer #newcustomers p {
  margin: 0;
}

footer #newcustomers a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
  width: 170px;
  height: 45px;
  background-color: #cb204d;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  border-radius: 10px 10px 0 0;
}

footer #back-top a {
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 50;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e0d272;
}

footer #back-top a::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 13px;
  height: 13px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  z-index: 60;
}

footer #back-top a::after {
  content: "TOP";
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

/* --------------------------コンテンツ内共通-------------------------- */
main {
  overflow: hidden;
  margin: 60px 0 0 0;
}

.sp_display {
  display: inline-block;
}

.tb_display {
  display: inline-block;
}

.pc_display {
  display: none;
}

main .link_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 15px 0;
  background-color: #000;
  border: solid #fff 1px;
  border-radius: 100px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
}

/* --------------------------インデックスページ-------------------------- */
#index_page {}

/* サブページはそれぞれIDで包むこと */
/* --------------------------下層ページ-------------------------- */
/* --------------------------下層ページ共通-------------------------- */
.sub_page {}

/* --------------------------下層ページ001-------------------------- */
.sub_page001 {}

/* --------------------------下層ページ002-------------------------- */
.sub_page002 {}

/*  */
/*  */
/*  */
/*  */
/*  */
/*---------------------------------------------------------------
タブレット対応ウインドウ幅が600px以上の時に適用---------------------------------------------------------------*/
@media screen and (min-width :600px) {

  /* --------------------------TBコンテンツ内共通-------------------------- */
  main {}

  footer #newcustomers a {
    bottom: 110px;
    right: 0;
    left: auto;
    width: 60px;
    height: 180px;
    border-radius: 10px 0 0 10px;
    writing-mode: vertical-rl;
  }

  .color_sample_w {
    max-width: 700px;
  }

  .color_pattern {
    width: calc(50% - 10px);
    padding: 3%;
  }

  .madori_img {
    width: calc(25% - 7.5px);
    height: auto;
  }

  p.ba img{
    width: calc(50% - 30px);
    margin-bottom: 40px;
  }

  .hikaku_myservice,
  .hikaku_otherservice {
    width: calc(25% - 15px);
  }

  .hikaku_otherservice {
    margin-top: 30px;
  }

  /* --------------------------TBインデックスページ-------------------------- */
  #index_page {}

  /* サブページはそれぞれIDで包むこと */
  /* --------------------------TB下層ページ-------------------------- */
  /* --------------------------TB下層ページ共通-------------------------- */
  .sub_page {}

  /* --------------------------TB下層ページ001-------------------------- */
  .sub_page001 {}

  /* --------------------------TB下層ページ002-------------------------- */
  .sub_page001 {}
}

/*---------------------------------------------------------------
PC対応ウインドウ幅が1025px以上の時に適用---------------------------------------------------------------*/
@media screen and (min-width :1025px) {

  /* --------------------------PCコンテンツ内共通-------------------------- */
  .wrap {
    width: 1025px;
    padding: 0px 0;
  }

  .sp_display {
    display: none;
  }

  .tb_display {
    display: none;
  }

  .pc_display {
    display: inline-block;
  }

  main {
    margin: 100px 0 0 0;
  }

h1{
  font-size: 35px;
}

  /* --------------------------PCヘッダーナビ-------------------------- */
  header {
    width: 100%;
    justify-content: center;
  }

  header .header_inner {
    max-width: 1300px;
    height: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  header .header_logo {
    margin-left: 0;
    width: 160px;
    height: 100px;
  }

  header .header_logo img {
    width: 160px;
  }

  header .hamburger {
    display: none;
  }

  /* -------------メニュー内部------------- */
  header nav {
    position: static;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    overflow: visible;
  }

  header nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* 左から右に並べる */
    justify-content: flex-end;
    width: 100%;
  }

  header nav li {
    width: auto;
    padding: 0;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
  }

  header nav li a {
    display: inline;
    width: auto;
    height: auto;
    font-weight: 700;
  }

  /* --------------------------PCインデックスページ-------------------------- */
  #index_page {}

  /* --------------------------PC下層ページ-------------------------- */
  /* --------------------------PC下層ページ共通-------------------------- */
  .sub_page .subpage_header {
    margin-top: 100px;
  }

  .sub_page .subpage_header img {
    height: 105%;
    left: 15%;
  }

  .sub_page .back_beige,
  .sub_page .back_white {
    padding: 150px 0;
  }

  .sub_page .h_cover .h_img {
    max-height: 220px;
    height: 220px;
    left: 5%;
    bottom: -20%;
  }

  /* --------------------------PC下層ページ001-------------------------- */
  .sub_page001 {}

  /* --------------------------PC下層ページ002-------------------------- */
  .sub_page002 {}

  /*
