@charset "UTF-8";
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
  padding: 0;
  color: #333333;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  ul,
  li,
  ol {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

dl dt {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

dl dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: normal;
  }
}

strong,
.strong {
  color: #172a80;
  font-weight: 700;
}

strong.sub {
  color: #ff3333;
}

object {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
  color: #333333;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: middle;
}

figure {
  margin: 0;
}

li img,
dt img,
dd img {
  vertical-align: middle;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
}

table th,
table td {
  padding: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  clear: both;
  margin: 0;
  padding: 0;
}

#wrapper {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

#pagebox {
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  #pagebox {
    padding-bottom: 10px;
  }
}

.inner_pages,
.inner_pages_full {
  max-width: 900px;
  margin: 0 auto;
}

.inner_block,
.inner_box {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_block {
  margin: 0 auto;
}

.item_block_center {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_row_reverse {
  -webkit-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.item_block_around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

@media only screen and (max-width: 768px) {
  .inner_block,
  .inner_pages,
  .inner_box {
    width: 100%;
    padding: 0 10px;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inner_pages_full {
    width: 100%;
    padding: 0;
  }
}

.item_box,
.item_full_box {
  padding: 0 0 50px;
}

.item_half {
  width: calc(100% / 2 - 10px);
  padding-bottom: 20px;
}

.item_img {
  width: 35%;
  text-align: center;
}

.item_doc {
  width: 62%;
}

@media only screen and (max-width: 768px) {
  .item_box {
    padding: 25px 0;
  }
  .item_full_box {
    width: 100%;
    padding: 0;
    padding-bottom: 25px;
  }
  .item_half {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 2em;
  }
  .item_img,
  .item_doc {
    width: 100%;
    margin-bottom: 1em;
  }
}

header {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

header .head_wrapper {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

header .head_wrapper h1 {
  width: 162px;
}

header .head_wrapper h1 img {
  width: 100%;
}

header .head_wrapper .lang_btn {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 15px;
  padding: 5px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  border: 1px solid #ffffff;
  color: #ffffff;
}

header .head_wrapper .lang_btn:hover {
  opacity: .5;
}

@media only screen and (max-width: 768px) {
  header .head_wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  header .head_wrapper h1 {
    width: 150px;
  }
  header .head_wrapper .lang_btn {
    line-height: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.pagettl {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 240px;
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 140px;
}

.pagettl .ttl_block {
  display: table-cell;
  vertical-align: middle;
}

.pagettl .ttl_block .ttl_block_txt {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}

.pagettl .ttl_block .ttl_block_txt h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .pagettl {
    height: 166px;
    margin-bottom: 35px;
  }
  .pagettl .ttl_block .ttl_block_txt h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h2.main_ttl {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  color: #172a80;
  letter-spacing: 0.1em;
  line-height: 1.2;
  border-bottom: 1px solid #172a80;
  padding-left: 0.5em;
  padding-bottom: 10px;
  font-weight: 700;
  margin-bottom: 1em;
}

h2.main_ttl:before {
  content: '';
  display: block;
  width: 7px;
  height: 85%;
  margin-bottom: 5px;
  background-color: #172a80;
  position: absolute;
  left: 0;
  top: -5px;
  bottom: 0;
  margin: auto;
}

h2.sub_ttl {
  background: #E7EDF3;
  padding: 0.5em 0.3em;
  color: #172A80;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 1em;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  h2.main_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h2.main_ttl:before {
    width: 5px;
  }
  h2.sub_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}

.lead_block {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .lead_block {
    margin-bottom: 0;
  }
}

ul.product_img li {
  margin: 0 0 2em;
}

.product_txt {
  margin-bottom: 2em;
}

.product_price {
  margin-bottom: 2em;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.product_price p {
  width: 79%;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

.product_price p span.tax {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.product_price .cart_btn {
  width: 20%;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .product_price {
    margin-bottom: 2em;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product_price p {
    text-align: center;
    width: 90%;
  }
  .product_price .cart_btn {
    width: 90%;
    margin-top: 20px;
  }
}

.product_etc {
  border: 1px solid #172a80;
  padding: 1em;
}

.under_cart {
  padding: 50px 0 0;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .under_cart {
    padding: 25px 0 0;
    text-align: center;
  }
}

.contact_block {
  margin-top: 50px;
}

/* プライバシーポリシー */
.policy_block {
  margin-bottom: 2em;
}

.policy_block ul {
  margin: 1em 0;
}

.policy_block ul li {
  text-indent: -1em;
  padding-left: 1em;
}

/* 特定商取引法に基づく表記 */
.item_table *,
.item_table *:before,
.item_table *:after {
  box-sizing: border-box;
}

.item_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
  border-top: solid 1px #d4d5d5;
}

.item_table th {
  padding: 10px;
  font-weight: 300;
  background-color: #f3fafe;
  border-bottom: solid 1px #d4d5d5;
  border-right: solid 1px #d4d5d5;
  border-left: solid 1px #d4d5d5;
  width: 25%;
  text-align: left;
}

.item_table td {
  border-bottom: solid 1px #d4d5d5;
  border-right: solid 1px #d4d5d5;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .item_table {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .item_table th {
    padding: 10px 5px;
  }
}

#footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
  position: relative;
}

#footer .f_logo {
  width: 162px;
  margin: 0 auto 40px;
}

#footer .f_logo img {
  width: 100%;
}

#footer .footer_menu li {
  margin-bottom: 1em;
}

#footer .footer_menu li:before {
  content: " ";
  width: 7px;
  height: 6px;
  background: #00a0e9;
  display: inline-block;
  vertical-align: 2px;
  margin-right: 8px;
}

.copy {
  padding-top: 100px;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
}

.copy p {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #footer {
    margin-top: 50px;
  }
  .copy {
    padding-top: 50px;
  }
}

#page-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  -webkit-animation: fadeIn 0.8s linear 0s 1;
  animation: fadeIn 0.8s linear 0s 1;
}

#page-top a {
  text-align: center;
}

#page-top a img {
  width: 72px;
}

#page-top a:hover {
  opacity: .8;
}

@media only screen and (max-width: 768px) {
  #page-top {
    right: 10px;
  }
  #page-top a img {
    width: 40px;
  }
}
