@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  margin: 0;
}

.bg {
  background: #f0f0f0;
}

.bg_white {
  background-color: white;
}

.bg01 {
  background-color: #28aabe;
}

.color_white {
  color: #fff;
}

.color01 {
  color: #0096aa;
}

a {
  color: unset;
  cursor: pointer;
  -webkit-transition: ease-out .3s;
  transition: ease-out .3s;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #323232;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=7);
}

.link_txt:link, .link_txt:hover, .link_txt:active, .link_txt:visited {
  color: #2477C5;
  text-decoration: underline !important;
}

.f_normal {
  font-weight: normal;
}

.f_bold {
  font-weight: bold;
}

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

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

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

.blck {
  display: block;
}

.in-blck {
  display: inline-block;
  width: auto;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.wrap {
  overflow: hidden;
  height: auto;
}

.hide {
  display: none !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  padding: 4px;
  border: 1px solid #c8c8c8;
  font-size: 100%;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b2b2b2;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b2b2b2;
}

input[type="radio"] {
  margin-right: 4px;
  vertical-align: middle;
}

img {
  border: 0;
}

.img-blck {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.img-square {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
}

.img-square:before {
  display: block;
  padding: 75% 0 0;
  height: 0;
  content: "";
}

.img-square.sq2:before {
  padding: 66.6% 0 0;
}

.img-square img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.img-square img.oblong {
  width: 100%;
}

.img-square img.vertical {
  height: 100%;
}

.scroll-wrap {
  overflow-x: auto;
}

.scroll-wrap::-webkit-scrollbar {
  height: 10px;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaa;
}

.scroll-wrap::-webkit-scrollbar-track-piece {
  border-radius: 5px;
  background: white;
}

.colWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

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

.colWrap.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colWrap.col {
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.colWrap.boxAlign-left {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.colWrap.col2.full {
  margin-right: -1.0795454545%;
  margin-left: -1.0795454545%;
}

.colWrap.col2 .box {
  margin: 0 1.0795454545% 3.5%;
  width: 47.8409090909%;
  width: calc(calc(100% / 2) - 2.1590909091%);
}

.colWrap.col2.sp0 .box {
  margin: 0;
  width: 50%;
}

.colWrap.col3.full {
  margin-right: -1.0795454545%;
  margin-left: -1.0795454545%;
}

.colWrap.col3 .box {
  margin: 0 1.0795454545% 3.5%;
  width: 31.1742424242%;
  width: calc(calc(100% / 3) - 2.1590909091%);
}

.colWrap.col3.sp0 .box {
  margin: 0;
  width: 33.3333333333%;
}

.colWrap.col4.full {
  margin-right: -1.0795454545%;
  margin-left: -1.0795454545%;
}

.colWrap.col4 .box {
  margin: 0 1.0795454545% 3.5%;
  width: 22.8409090909%;
  width: calc(calc(100% / 4) - 2.1590909091%);
}

.colWrap.col4.sp0 .box {
  margin: 0;
  width: 25%;
}

.colWrap.col5.full {
  margin-right: -1.0795454545%;
  margin-left: -1.0795454545%;
}

.colWrap.col5 .box {
  margin: 0 1.0795454545% 3.5%;
  width: 17.8409090909%;
  width: calc(calc(100% / 5) - 2.1590909091%);
}

.colWrap.col5.sp0 .box {
  margin: 0;
  width: 20%;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  padding: 10px 10px 8px;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.3;
}

table th {
  width: 28%;
  text-align: left;
}

ul,
dl {
  margin: 20px 0;
}

ul.list_disc li,
ol.list_disc li {
  margin: 0 0 0 1.5em;
  list-style-type: disc;
}

ul ul {
  margin: 0 1em;
}

dl dt, dl dd {
  font-weight: normal;
  line-height: 1.8;
}

dl.indent dd {
  margin-left: 1em;
}

dl dd {
  padding: 5px 0 25px;
}

dl dd:last-child {
  padding-bottom: 0;
}

.list_h {
  overflow: hidden;
  height: auto;
}

.list_h li, .list_h .li {
  float: left;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

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

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

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

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

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

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

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

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

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

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.font_xs {
  font-size: 1.2rem !important;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #323232;
  content: 'pc';
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  line-height: 1.8;
}

.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.container {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px;
  width: auto;
}

.container.visible {
  overflow: visible;
}

.content {
  position: relative;
  margin: 0 auto;
}

header {
  z-index: 100;
  border-top: 5px solid #28aabe;
  background: #fff;
}

@media screen and (min-width: 767px) {
  header {
    position: fixed;
    width: 100%;
  }
}

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

header .logo {
  width: 47%;
  height: auto;
}

header .logo a {
  display: inline-block;
  vertical-align: middle;
}

header .logo img {
  display: block;
}

header .navigation {
  width: 42%;
}

header .headAside {
  position: relative;
  z-index: 100;
}

header .headAside .box {
  margin: 0;
  vertical-align: middle;
}

header .headAside .box.searchFrame {
  width: 39%;
}

header:after {
  display: block;
  clear: both;
  content: "";
}

.searchBox {
  position: relative;
  overflow: hidden;
  padding: 1px 23px 0 7px;
  height: 30px;
  border-radius: 12px;
  background: #e6e6e6;
}


.searchBox:before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin: -15px 0 0;
  width: 34px;
  height: 30px;
  color: #fff;
  content: "\f002";
  font-size: 1.6rem;
  font-family: 'FontAwesome';
  line-height: 30px;
  background-color: #f6aa00;
  padding-left: 10px;
}

.searchBox .btn_search {
  position: absolute;
  top: -1px;
  right: 2px;
  overflow: hidden;
  padding: 30px 0 0;
  width: 30px;
  height: 0;
  outline: none;
  border: 0;
  background: none;
  text-indent: 100%;
  line-height: 30px;
  cursor: pointer;
}

.searchBox .txt {
  padding: 2px;
  width: 100%;
  border: 0;
  background: none;
}

.searchBox .txt:focus {
  outline: 0;
  border: 0;
}

.headNav {
  -ms-flex-pack: justify;
  margin: 0;
  padding: 0 0 0 30px;
  width: 60%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.headNav ul {
  margin: 0;
}

.headNav li {
  position: relative;
  width: 25%;
  text-align: center;
}

.headNav li a {
  position: relative;
  display: block;
  margin: 15px 0 0;
  padding: 31px 0 0;
  height: 53px;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.3;
}

.headNav li .login_label {
  position: relative;
  display: block;
  margin: 15px 0 0;
  padding: 31px 0 0;
  height: 53px;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.3;
}

.headNav li a:hover {
  opacity: .65;
}

.headNav li a:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  overflow: hidden;
  margin: 0 auto 12px -17px;
  width: 34px;
  height: 26px;
  color: #323232;
  content: "";
  vertical-align: middle;
  font-size: 2.6rem;
  font-family: 'FontAwesome';
  line-height: 26px;
}

.headNav li .login_label:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  overflow: hidden;
  margin: 0 auto 12px -17px;
  width: 34px;
  height: 26px;
  color: #323232;
  content: "";
  vertical-align: middle;
  font-size: 2.6rem;
  font-family: 'FontAwesome';
  line-height: 26px;
}


.headNav li:nth-of-type(1) a:before {
  background: url(../images/common/ico_nav_search.png) no-repeat center center;
}

.headNav li:nth-of-type(2) a:before {
  content: "\f007";
}

.headNav li .login_label:before {
  content: "\f007";
}

.headNav li:nth-of-type(3) a:before, .headNav li:nth-of-type(4) a:before {
  content: "\f07a";
}

.headNav li:nth-of-type(4) a {
  padding-top: 22px;
}

.headNav li:nth-of-type(4) a:before {
  height: 20px;
  font-size: 2.0rem;
}

.headNav li .subMenu {
  position: absolute;
  left: -22.5px;
  z-index: 20;
  display: none;
  width: 90px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.headNav li .subMenu ul {
  position: relative;
  padding: 5px 0;
  border: 1px solid #28aabe;
  background: #fff;
}

.headNav li .subMenu ul:before, .headNav li .subMenu ul:after {
  position: absolute;
  top: -15px;
  left: 50%;
  display: block;
  margin: 0 0 0 -6px;
  border: 6px solid transparent;
  content: "";
}

.headNav li .subMenu ul:before {
  border-bottom: 8px solid #28aabe;
}

.headNav li .subMenu ul:after {
  top: -14px;
  border-bottom: 8px solid #fff;
}

.headNav li .subMenu ul li {
  width: auto;
}

.headNav li .subMenu ul li a {
  display: block;
  margin: 0;
  padding: 8px 0;
  height: auto;
}

.headNav li .subMenu ul li a:before {
  display: none;
}

.headNav li:hover .subMenu {
  display: block;
}

.headNav li .itemNum {
  position: absolute;
  top: 6px;
  right: 8px;
  display: block;
  padding: 0 3px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #dc0a00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 18px;
}

.gnav {
  position: fixed;
  z-index: 3;
  margin-top: 71px;
  width: 100%;
  border-top: 1px solid #28aabe;
  border-bottom: 1px solid #28aabe;
  background: #fff;
}

.gnav nav > ul {
  display: table;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.gnav nav > ul > li {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
  width: 12.5%;
  width: calc(100% / 8);
}

.gnav nav > ul > li > a {
  display: block;
  padding: 12px 0;
  color: #323232;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.8;
}

.gnav nav > ul > li > a:hover {
  background: #87c8d2;
  color: #fff;
  opacity: 1;
  cursor: default;
}

.gnav nav > ul > li:first-of-type a {
  cursor: pointer;
}

.gnav nav > ul > li .subMenu {
  position: absolute;
  z-index: 100;
  visibility: hidden;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.gnav nav > ul > li .subMenu.active {
  opacity: 1;
}

.gnav nav > ul > li .subMenu li {
  display: block;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gnav nav > ul > li .subMenu li a {
  display: block;
  padding: 13px 3px;
  min-height: 46px;
  background: #87c8d2;
  color: #fff;
  text-decoration: none !important;
}

.gnav nav > ul > li .subMenu li a:hover {
  background-color: #53bbcb;
  opacity: 0.9;
}

.gnav nav > ul > li:hover .subMenu {
  visibility: visible;
}

.gnav nav > ul > li:hover .subMenu li {
  visibility: visible;
  height: 46px;
}

.gnav nav > ul > li:hover .subMenu li.multiLine a {
  padding: 9px 3px 0;
  line-height: 1.4;
}

.gnav_sp,
.fnav_sp {
  position: absolute;
  display: none;
  width: 0;
}

.menuBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 120;
  display: none;
  width: 60px;
  height: 55px;
  background: #28aabe;
  text-align: center;
  font-size: 1.0rem;
  cursor: pointer;
}

.menuBtn div {
  position: relative;
  margin: 11px auto 0;
  height: 24px;
}

.menuBtn div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -2px;
  margin-left: -15px;
  width: 30px;
  height: 4px;
  background: #fff;
  content: "";
  -webkit-transition: .35s ease-in-out;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.menuBtn span {
  display: block;
  margin: 0 auto;
  height: 24px;
  color: #fff;
  font-size: 1.0rem;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 70px;
  -webkit-transition: .35s ease-in-out;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.menuBtn span:before, .menuBtn span:after {
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -15px;
  width: 30px;
  height: 4px;
  background: #fff;
  content: "";
  -webkit-transition: .35s ease-in-out;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.menuBtn span:before {
  top: 0;
}

.menuBtn span:after {
  bottom: 0;
}

.menuBtn.open div:before {
  display: none;
}

.menuBtn.open span:before {
  -webkit-transform: translate(0px, 10px) rotate(-45deg);
  transform: translate(0px, 10px) rotate(-45deg);
}

.menuBtn.open span:after {
  -webkit-transform: translate(0px, -10px) rotate(45deg);
  transform: translate(0px, -10px) rotate(45deg);
}

.directoryFrame {
  overflow: hidden;
  background: #fff;
  text-align: right;
}

.directoryFrame ul {
  display: inline-block;
  margin: 15px auto;
  line-height: 1.35;
}

.directoryFrame li {
  display: inline;
  float: none;
  font-size: 1.1rem;
}

.directoryFrame li:not(:last-child) {
  padding: 0 5px 0 0;
}

.directoryFrame li:not(:last-child) a {
  margin: 0 10px 0 0;
  color: #323232;
  cursor: text;
}

.directoryFrame li:not(:last-child) a:hover {
  opacity: 1;
}

.directoryFrame li:not(:last-child) a:hover[href] {
  opacity: 0.7;
  cursor: pointer;
}

.pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 60px;
}

.pageTop a {
  position: relative;
  display: block;
  overflow: hidden;
  margin: -30px auto 0;
  padding: 60px 0 0;
  width: 60px;
  height: 0;
  outline: none;
  border-radius: 100%;
  background: #f0f0f0;
  text-align: center;
  text-decoration: none;
}

.pageTop a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -6px 0 0 -10px;
  width: 20px;
  height: 10px;
  color: #28aabe;
  content: "\f106";
  text-indent: 0;
  font-size: 3.0rem;
  font-family: 'FontAwesome';
  line-height: 10px;
}

footer {
  overflow: hidden;
  margin: 60px auto 0;
  padding: 25px 0 0;
  background: #f0f0f0;
  color: #5a5a5a;
  line-height: 1.8;
}

footer .footerNav {
  position: relative;
  width: auto;
}

footer .footerNav > li {
  width: 25%;
}

footer .footerNav > li:first-of-type {
  text-align: center;
}

footer .footerNav > li ul {
  margin: 15px 0 0 20px;
  font-size: 1.3rem;
}

footer .footerNav li {
  position: relative;
  margin: 5px 0;
}

footer .footerNav li a {
  position: relative;
  overflow: hidden;
  color: #5a5a5a;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
}

.snsFrame {
  margin: 35px auto 0;
}

.snsFrame ul {
  text-align: center;
}

.snsFrame ul li {
  display: inline-block;
  margin: 0 10px;
}

.snsFrame ul li a {
  /*position: relative;*/
  display: block;
  /*overflow: hidden;*/
  /*padding: 30px 0 0;*/
  /*width: 30px;*/
  /*height: 0;*/
  /*border-radius: 100%;*/
  /*background: #969696;*/
  /*color: #fff;*/
  /*text-align: center;*/
}

.snsFrame ul li a:before {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  content: "";
  text-align: center;
  font-size: 1.8rem;
  font-family: 'FontAwesome';
  line-height: 32px;
}

/*.snsFrame ul li.fb a:before{content:"\f09a";}*/
/*.snsFrame ul li.tw a:before{padding-left:1px;content:"\f099";}*/
/*.snsFrame ul li.inst a:before{content:"\f16d";font-size:1.6rem;line-height:30px;}*/
footer .copyright {
  padding: 10px 0;
  background: #fff;
  text-align: center;
  font-size: 1.0rem;
}

.contactSection.section {
  padding-right: 20px;
  padding-left: 20px;
}

.contactSection .container {
  margin: 2.5% auto 5.2%;
  padding: 3.6% 0 4.5% !important;
  width: auto;
  border-top: 1px solid #28aabe;
  border-bottom: 1px solid #28aabe;
}

.contactSection .addressFrame {
  padding: 10px 0 0;
}

.contactSection .addressFrame .head {
  font-size: 1.8rem;
}

.contactSection .contactFrame {
  margin: 4.6% 0 0;
}

.contactSection .numberBox {
  padding: 8px 10px 5px;
  width: 36.5%;
  background: #f0f0f0;
  color: #28aabe;
  text-align: left;
  line-height: 1.3;
}

.contactSection .numberBox p {
  margin: 0 auto;
  max-width: 360px;
}

.contactSection .numberBox .num {
  display: inline-block;
  margin: 0 10px;
  color: #28aabe;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
}

.contactSection .numberBox .num:hover {
  color: #28aabe;
  cursor: default;
}

.contactSection .numberBox .time {
  font-size: 1.2vw;
}

.contactSection .btnBox {
  width: 28.5%;
}

.contactSection .btnBox a {
  display: block;
  padding: 19px 15px;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: #28aabe;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.2;
}

.contactSection .btnBox a:before {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  content: "";
  font-size: 1.8rem;
  font-family: 'FontAwesome';
}

.contactSection .btnBox a.btn_download:before {
  content: "\f1ac";
}

.contactSection .btnBox a.btn_contact:before {
  content: "\f003";
}

.contactSection .btnBox a.btn_contact span {
  padding: 0 10px;
  font-size: 1.2rem;
}

.section {
  overflow: hidden;
  padding: 4% 0;
}

.section.border_btm {
  padding-bottom: 6%;
  border-bottom: 1px dotted #c0bfbf;
}

.section.visible {
  overflow: visible;
}

.section.sec01 {
  overflow: visible;
  margin: 9% auto 7%;
  padding: 0;
  background: #f0f0f0;
}

.section.sec01 .container {
  overflow: visible;
}

.section.sec01 .imgFrame {
  margin: -5% 0 0 !important;
}

.section.sec01 .txtFrame {
  padding: 5.5% 0 5.5% 6.9%;
}

.section.sec01 .txtFrame .title {
  margin: 0 0 20px;
  padding: 0 0 20px;
  background: url(../images/common/ttl_s_bg.gif) no-repeat 0 bottom;
  font-size: 1.8rem;
}

h1,
h2,
h3,
h4,
h5 {
  clear: both;
  margin: 0;
  font-weight: bold;
}

.pgTitle {
  overflow: hidden;
  margin: 2% auto 35px;
  padding: 0;
  height: auto;
  font-size: 2.6rem;
  line-height: 1.3;
}

.ttl {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  color: #323232;
  text-align: center;
  letter-spacing: 0.12em;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.3;
}

.ttl.text-left {
  text-align: left;
}

.ttl .sub {
  display: block;
  margin: 5px auto 0;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.ttl_m {
  margin: 0 0 25px;
  padding: 10px 15px 8px;
  background: #28aabe;
  color: #fff;
  letter-spacing: 0.12em;
  font-size: 16px;
  font-size: 1.6rem;
}

.ttl_s {
  margin: 0 0 25px;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}

.btn {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 10px;
  border: 1px solid #323232;
  border-radius: 0;
  color: #323232;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.3;
}

.btn.arrw {
  padding-left: 13.5px;
}

.btn.arrw:after {
  position: relative;
  top: 50%;
  display: inline-block;
  margin: -3.5px 0 0 10px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #323232;
  border-right: 1px solid #323232;
  content: "";
  vertical-align: middle;
  line-height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn:link, .btn:visited, .btn:hover {
  color: #323232;
  text-decoration: none;
}

.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_s {
  max-width: 200px;
}

.btn_en {
  letter-spacing: 0.1em;
  font-family: 'Barlow Condensed', sans-serif;
}

.btn01 {
  max-width: initial;
  border: 0;
  background: #28aabe;
  color: #fff;
}

.btn01:link, .btn01:hover, .btn01:visited {
  color: #fff;
}

.btn02 {
  border: 0;
  background: #f0f0f0;
  color: #0096aa;
}

.btn02:link, .btn02:hover, .btn02:visited {
  color: #0096aa;
}

.btn03 {
  border-color: #66c0cc;
  background: #fff;
  color: #0096aa;
}

.btn03:link, .btn03:hover, .btn03:visited {
  color: #0096aa;
}

.btn03.arrw:after {
  border-color: #0096aa;
}

.pageNavi {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: -80px auto 0;
  height: 80px;
  border-bottom: 5px solid #fff;
}

.pageNavi ul {
  margin: 0 auto;
  max-width: 790px;
}

.pageNavi ul li {
  padding: 0 1%;
  width: 25%;
}

.pageNavi ul li a {
  display: block;
  height: 80px;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 80px;
}

.pageNavi ul li.current a {
  background: #fff;
  color: #28aabe;
}

.box a.photo {
  display: block;
}

dl.list01 {
  margin: 5% 0;
}

dl.list01:last-child {
  margin: 0;
}

dl.list01 dt {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #c0bfbf;
}

dl.list01 dt:before {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 10px;
  height: 10px;
  border: 2px solid #28aabe;
  border-radius: 50%;
  content: "";
  vertical-align: middle;
}

dl.list01 dd {
  padding: 0 0 0 0.8em;
}

.table01 {
  margin: 0 -10px;
}

.table01 dl {
  display: table;
  margin: 0;
  width: 100%;
  border-spacing: 10px 0;
}

.table01 dl dt,
.table01 dl dd {
  display: table-cell;
  padding: 10px 0;
  border-bottom: 1px dotted #c0bfbf;
  vertical-align: middle;
}

.table01 dl dt {
  width: 20%;
}

.historySection .colWrap.col5 .box {
  margin-bottom: 2.5%;
}

.pg_top .section {
  padding-top: 2.6%;
  padding-bottom: 2.6%;
}

.pg_top .section.sec01 {
  padding: 0;
}

#slidebox {
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  background-color: #fff;
}

#slideboximg {
  display: block;
}

.pickupSection {
  margin: 15px 0 0;
}

.pickupSection .colWrap {
  margin: 5% 0 0;
}

.pickupSection .colWrap .box {
  margin: 0 0.80% 1.5%;
  width: 18.4%;
  width: calc(calc(100% / 5) - 1.6666666667%);
}

.pickupSection .colWrap .box .txt {
  position: relative;
  margin: 15px 0 0;
  padding: 0 55px 0 0;
}

.pickupSection .colWrap .box .txt .cat {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  padding: 2px 5px 1px;
  width: 40px;
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2;
}

.pickupSection .colWrap .box .txt .cat.new {
  border-color: #dc0a00;
  color: #dc0a00;
}

.pickupSection .colWrap .box .txt .cat.popular {
  border-color: #28aabe;
  color: #28aabe;
}

.newsSection .newsFrame {
  position: relative;
  margin: 0 40px 0 0;
  width: 58.5%;
  width: calc(61.5% - 40px);
}

.newsSection .newsFrame ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 32px;
}

.newsSection .newsFrame ul li .date {
  margin: 0 20px 0 0;
  width: 18%;
  color: #28aabe;
}

.newsSection .newsFrame ul li a {
  width: 82%;
}

.newsSection .newsFrame ul li:last-child {
  margin: 0;
}

.newsSection .newsFrame .btn_more {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 3px 15px 3px 30px;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  font-size: 1.4rem;
  line-height: 1.2;
}

.newsSection .campaignFrame {
  margin: 0 auto;
  max-width: 400px;
  width: 34%;
}

.newsSection .campaignFrame .box {
  margin: 10px auto;
}

.worksSection .slider {
  margin: 70px auto 50px;
  padding: 0 50px;
}

.worksSection .slider .box {
  margin: 0 30px;
}

.worksSection .slider .box img {
  display: block;
  margin: 0 auto;
}

.worksSection .btn_more {
  padding: 10px;
  max-width: 300px;
  font-size: 1.8rem;
}

.pointSection .txtFrame {
  position: relative;
}

.pointSection .txtFrame .btn_more {
  position: absolute;
  right: 0;
  bottom: -20px;
  padding: 13px 40px 12px 55px;
  background-color: #fff;
  font-size: 1.4rem;
}

.contentWrapper.visible {
  overflow: visible;
}

.contentWrapper .main {
  padding: 0 0 0 6.667%;
  width: 80%;
}

.contentWrapper .side {
  width: 20%;
}

.contentWrapper .side .sideNav {
  margin: 0 auto 20px;
}

.contentWrapper .side ul {
  margin: 0 auto;
}

.contentWrapper .side ul li {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.contentWrapper .side ul li .head,
.contentWrapper .side ul li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #28aabe;
  text-decoration: none;
  cursor: pointer;
}

.contentWrapper .side ul li:after {
  position: absolute;
  top: 11px;
  right: 0;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  color: #28aabe;
  content: "+";
  text-align: center;
  font-size: 2.0rem;
  line-height: 30px;
  cursor: pointer;
}

.contentWrapper .side ul li .subMenu {
  display: none;
  padding: 0 0 0 20px;
}

.contentWrapper .side ul li .subMenu li a {
  padding: 15px 30px 15px 0;
  border-bottom: 1px solid #28aabe;
  color: #28aabe;
}

.contentWrapper .side ul li .subMenu li:last-child a {
  border-bottom: 0 !important;
}

.contentWrapper .side ul li .subMenu li:before {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #f0f0f0;
  content: "";
  text-align: center;
}

.contentWrapper .side ul li .subMenu li:after {
  z-index: 11;
}

.contentWrapper .side ul li .subMenu.lower {
  margin: 10px 0 0;
  padding: 0 0 10px 20px;
}

.contentWrapper .side ul li .subMenu.lower li a {
  padding: 5px 0;
  border: 0;
  color: #323232;
  text-decoration: underline;
  font-size: 1.2rem;
}

.contentWrapper .side ul li .subMenu.lower li:before, .contentWrapper .side ul li .subMenu.lower li:after {
  display: none;
}

.contentWrapper .side ul li.open:after {
  height: 30px;
  content: "-";
  font-size: 3.0rem;
  line-height: 30px;
}

.contentWrapper .side .searchOption {
  padding: 5px 15px 15px;
  border: 1px solid #28aabe;
}

.contentWrapper .side .searchOption .optionList > li:before {
  display: none;
}

.contentWrapper .side .searchOption .optionList > li:after {
  top: 5px;
}

.contentWrapper .side .searchOption .optionList > li > a,
.contentWrapper .side .searchOption .optionList > li span {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #28aabe;
}

.contentWrapper .side .searchOption .optionList > li span.title {
  padding: 0;
  border: 0;
  color: #28aabe;
}

.contentWrapper .side .searchOption .optionList > li span.title + .lower {
  margin: 0;
  padding-left: 25px;
  border: 0;
}

.contentWrapper .side .searchOption .optionList > li ul {
  padding: 0 0 10px 10px;
}

.contentWrapper .side .searchOption .optionList > li ul li:after {
  display: none;
}

.contentWrapper .side .searchOption .searchFrame {
  margin: 25px 0 10px;
}

.contentWrapper .side .searchOption .searchFrame .searchBox {
  height: 30px;
  background-color: #f0f0f0;
}

.contentWrapper .side .searchOption .searchFrame .searchBox .txt {
  padding: 8px 2px;
  font-size: 1.2rem;
}

.contentWrapper .pgTitle + .section {
  padding-top: 0;
}

.contentWrapper .section.wide, .contentWrapper .section.wide .container {
  overflow: visible;
}

.contentWrapper .section.wide h2,
.contentWrapper .section.wide .colWrap {
  margin-right: 0;
  margin-left: -18.46%;
}

.list_type01 .box .txt {
  margin: 15px 0 0;
  line-height: 1.5;
}

.list_type01 .box .txt a {
  text-decoration: none;
}

a.tel_link {
  text-decoration: none;
  cursor: default;
}

a.tel_link:hover {
  opacity: 1;
}

.introSection .visualFrame {
  margin: 0 0 45px;
}

.pg_item .introSection .visualFrame {
  margin: 0 0 50px;
}

.pg_item .introSection .visualFrame .titleFrame {
  position: relative;
  width: 34.5%;
}

.pg_item .introSection .visualFrame .titleFrame .title {
  position: absolute;
  top: 50%;
  right: -20px;
  left: 0;
  z-index: 1;
  margin: -75px 0 0;
  padding: 22px 10px;
  height: 150px;
  background: rgba(235, 235, 235, 0.5);
  text-align: center;
}

.pg_item .introSection .visualFrame .titleFrame .title .ttl {
  padding: 0 0 25px;
  background: url(../images/common/ttl_s_bg.gif) no-repeat center bottom;
  font-size: 3.0rem;
}

.pg_item .introSection .visualFrame .titleFrame .title .ttl .sub {
  display: block;
  margin: 10px 0 0;
  font-size: 1.8rem;
}

.pg_item .introSection .visualFrame .imgFrame {
  width: 65.5%;
}

.worksMenuFrame .btn {
  padding: 13px 10px 12px;
  white-space: normal;
  font-size: 1.4rem;
}

.worksMenuFrame .current .btn {
  border: 0;
  background: #f0f0f0;
  color: #777;
}

.worksMenuFrame .current .btn:after {
  border-color: #777;
}

.listSection {
  margin: 20px auto 0;
}

.listSection .colWrap .box {
  margin-bottom: 50px;
}

.listSection .colWrap .box .txt {
  margin: 15px 0 0;
}

.listSection .colWrap .box .txt .item {
  font-weight: bold;
  font-size: 1.6rem;
}

.listSection .colWrap .box .txt a {
  text-decoration: none;
}

.listSection .catList {
  margin: 5px 0 0;
}

.listSection .catList li {
  display: inline-block;
  margin: 0 8px 5px 0;
  width: auto;
}

.listSection .catList li .cat {
  bottom: 0;
  display: block;
  padding: 2px 0 1px;
  width: 40px;
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2;
}

.listSection .catList li .cat.exterior {
  border-color: #dc0a00;
  color: #dc0a00;
}

.listSection .catList li .cat.interior {
  border-color: #dc7800;
  color: #dc7800;
}

.listSection .catList li .cat.freeze {
  border-color: #0082d2;
  color: #0082d2;
}

.detailSection .imgFrame {
  max-width: 480px;
  width: 54.5%;
}

.detailSection .imgFrame .specList {
  margin: 30px 0 0;
}

.detailSection .imgFrame .slick-slider img:hover {
  cursor: pointer;
}

.detailSection .imgFrame .slick-prev,
.detailSection .imgFrame .slick-next {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.detailSection .imgFrame .slick-prev:before,
.detailSection .imgFrame .slick-next:before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
}

.detailSection .imgFrame .slick-prev {
  left: -14px;
}

.detailSection .imgFrame .slick-prev:before {
  margin: 0 0 0 11px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.detailSection .imgFrame .slick-next {
  right: -14px;
}

.detailSection .imgFrame .slick-next:before {
  margin: 0 0 0 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.detailSection .imgFrame .thumbList {
  margin: 30px -5px 0;
}

.detailSection .imgFrame .thumbList .box {
  margin: 0 5px;
}

.detailSection .imgFrame .thumbList .box.slick-slide:focus {
  outline: none;
  border: 0;
}

.detailSection .imgFrame .thumbList .box.slick-slide.slick-current.slick-center .img-square:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px solid #73b3e1;
  content: "";
}

.detailSection .imgFrame .thumbList .box.slick-slide {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.detailSection .imgFrame .thumbList .box.slick-slide:hover {
  opacity: .5;
}

.detailSection .imgFrame .thumbList img:hover {
  cursor: pointer;
}

.detailSection .dataFrame {
  margin: 0 0 0 3%;
  max-width: 350px;
  width: 40%;
}

.detailSection .dataFrame .dataBox .price {
  display: block;
}

.detailSection .dataFrame .dataBox .price dt, .detailSection .dataFrame .dataBox .price .dt {
  display: inline-block;
  padding: 0 1em 0 0;
}

.detailSection .dataFrame .dataBox .price .num {
  font-weight: bold;
  font-size: 1.8rem;
}

.detailSection .dataFrame .dataWrap {
  padding: 0 20px;
  border: 1px solid #dcdcdc;
}

.detailSection .dataFrame .dataWrap .txt {
  margin: 0 0 10px;
}

.detailSection .dataFrame .dataWrap table th, .detailSection .dataFrame .dataWrap table td {
  vertical-align: middle;
}

.detailSection .dataFrame .dataWrap table th {
  padding-right: 10px;
  white-space: normal;
  word-break: keep-all;
}

.detailSection .dataFrame .dataWrap .dataBox {
  padding: 20px 0;
  border-bottom: 1px dotted #dcdcdc;
}

.detailSection .dataFrame .dataWrap .dataBox:last-child {
  border-bottom: 0;
}

.detailSection .dataFrame .dataWrap .dataBox.detail table tr:first-child th, .detailSection .dataFrame .dataWrap .dataBox.detail table tr:first-child td {
  vertical-align: top;
}

.detailSection .dataFrame .dataWrap .dataBox.detail table th {
  width: 23%;
}

.detailSection .dataFrame .dataWrap .dataBox.detail .price {
  margin: 5px 0 0;
  font-weight: bold;
}

.detailSection .dataFrame .dataWrap .dataBox.order table th {
  width: 33%;
}

.detailSection .dataFrame .dataWrap .dataBox.order input[type="text"] {
  margin: 0 8px 0 0;
  width: 8em;
}

.detailSection .dataFrame .dataWrap .dataBox.order .price {
  margin: 0;
}

.detailSection .dataFrame .dataWrap .dataBox.order .price dt, .detailSection .dataFrame .dataWrap .dataBox.order .price dd {
  display: inline;
}

.detailSection .dataFrame .dataWrap .dataBox.order .aside {
  margin: 10px 0 0;
  padding: 10px;
}

.detailSection .dataFrame .dataWrap .dataBox.shipping table .zip {
  width: 60%;
}

.detailSection .dataFrame .dataWrap .dataBox.shipping input[type="search"] {
  display: inline-block;
}

.detailSection .dataFrame .dataWrap .dataBox.shipping input[type="search"].zip1 {
  margin: 0 0 0 8px;
  width: 3em;
}

.detailSection .dataFrame .dataWrap .dataBox.shipping input[type="search"].zip2 {
  width: 4em;
}

.detailSection .dataFrame .dataWrap .dataBox.shipping .price .num {
  font-size: 1.6rem;
}

.detailSection .dataFrame .btnFrame {
  margin: 15px 0 0;
}

.detailSection .dataFrame .btnFrame > .btn {
  margin: 0 0 15px;
  padding: 13px 10px;
  font-size: 1.6rem;
}

.detailSection .dataFrame .btnFrame > .btn:before {
  position: relative;
  top: 0;
  display: inline-block;
  overflow: hidden;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  content: "";
  vertical-align: middle;
  font-size: 1.8rem;
  font-family: 'FontAwesome';
  line-height: 18px;
}

.detailSection .dataFrame .btnFrame .btn_cart:before {
  content: "\f07a";
}

.detailSection .dataFrame .btnFrame .btn_print:before {
  content: "\f02f";
}

.detailSection .dataFrame .btnFrame .note {
  margin: 15px 0 0;
}

.detailSection .dataFrame .itemInfo .price {
  margin: 10px 0 0;
}

.detailSection .specList {
  margin: 0 0 30px;
}

.detailSection .specList li {
  overflow: hidden;
  margin: 0 7px 7px 0;
  width: 50px;
  height: 50px;
}

.detailSection .specList li:last-child {
  margin-right: 0;
}

.detailSection .specList li img {
  display: block;
}

.detailSection .col .imgFrame {
  max-width: 100%;
  width: auto;
}

.detailSection .col .dataFrame {
  margin: 5% auto 0;
  max-width: 100%;
  width: 100%;
}

.detailSection .col .dataFrame table {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.detailSection .col .dataFrame table th, .detailSection .col .dataFrame table td {
  padding: 15px;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: middle;
}

.detailSection .col .dataFrame table th {
  width: 15%;
  background: #f0f0f0;
}

.detailSection .col .dataFrame table .itemBox {
  margin-bottom: -20px;
}

.detailSection .col .dataFrame table .itemBox .box {
  display: table;
  margin: 0 0 20px;
  width: 100%;
  -ms-flex-preferred-size: 48%;
  flex-basis: auto;
}

.detailSection .col .dataFrame table .itemBox .box p {
  display: table-cell;
  vertical-align: middle;
}

.detailSection .col .dataFrame table .itemBox .box .img {
  width: 120px;
}

.detailSection .col .dataFrame table .itemBox .box .txt {
  padding: 0 0 0 3%;
  font-size: 1.4rem;
}

.pointsSection .wrap {
  margin: 0 0 0 35px;
}

.pointsSection dl dt:before {
  display: inline-block;
  content: "・";
}

.pointsSection dl dd {
  padding: 0 0 10px 2.5em;
}

.pointsSection .imgFrame {
  -ms-flex-pack: left;
  -webkit-box-pack: left;
  justify-content: left;
}

.pointsSection .imgFrame .box {
  margin: 0 30px 0 0;
  max-width: 220px;
}

.pointsSection .imgFrame .box .txt {
  margin: 10px 0 0;
}

.detailInfoSection .tableWrap {
  padding: 20px;
  border: 1px solid #dcdcdc;
}

.detailInfoSection .tableWrap table th, .detailInfoSection .tableWrap table td {
  padding: 10px;
}

.detailInfoSection .tableWrap table th {
  width: 100px;
}

.attentionSection ul {
  margin: 0;
  padding: 25px 20px;
}

.introSection .lineupFrame {
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: 1px dotted #c0bfbf;
}

.introSection .lineupFrame .box {
  position: relative;
  margin-bottom: 0;
}

.introSection .lineupFrame .box a {
  display: block;
}

.introSection .lineupFrame .box .ttl {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 15px 0;
  width: 130px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-size: 20px;
  font-size: 2.0rem;
}

.pg_use .listSection {
  padding: 0;
}

.ttl_m + .list {
  margin-top: 4.5%;
}

.faqSection .faqNav {
  margin: 0 auto 7%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

.faqSection .faqNav .box {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.faqSection .faqNav .box a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.faqSection .faqFrame {
  margin: 0 0 5%;
}

.faqSection .faqBox {
  margin: 0 0 0 20px;
}

.faqSection .faqBox .txt_q,
.faqSection .faqBox .txt_a {
  position: relative;
}

.faqSection .faqBox .txt_q .ico,
.faqSection .faqBox .txt_a .ico {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: bold;
}

.faqSection .faqBox .txt_q {
  margin: 0 0 12px;
  padding: 0 25px 10px 22px;
  border-bottom: 1px dotted #c0bfbf;
  cursor: pointer;
}

.faqSection .faqBox .txt_q:before {
  position: absolute;
  top: 7px;
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #28aabe;
  border-bottom: 2px solid #28aabe;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faqSection .faqBox .txt_q:hover {
  opacity: 0.7;
}

.faqSection .faqBox .txt_q.open:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.faqSection .faqBox .txt_q .ico {
  position: absolute;
  left: 0;
  color: #28aabe;
}

.faqSection .faqBox .txt_a {
  display: none;
  margin: 0 0 15px;
  padding: 15px;
  background: #f0f0f0;
}

.faqSection .faqBox .txt_a .ico {
  color: #ff64c2;
}

.iziModal .closeBtn {
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.iziModal .closeBtn:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 1240px) {
  .container {
    padding: 0;
    width: auto;
  }

  .contactSection .numberBox .time {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 991px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .tab {
    display: block;
  }

  .colWrap {
    display: block;
  }

  .colWrap:not(.tab-colWrap).col2 .box {
    width: auto;
  }

  .colWrap:not(.tab-colWrap).col2.sp0 .box {
    width: auto;
  }

  .colWrap:not(.tab-colWrap).col3 .box {
    width: auto;
  }

  .colWrap:not(.tab-colWrap).col3.sp0 .box {
    width: auto;
  }

  .colWrap:not(.tab-colWrap).col4 .box {
    width: auto;
  }

  .colWrap:not(.tab-colWrap).col4.sp0 .box {
    width: auto;
  }

  .colWrap:not(.tab-colWrap).col5 .box {
    width: auto;
  }

  .colWrap:not(.tab-colWrap).col5.sp0 .box {
    width: auto;
  }

  .tab-colWrap,
  .colWrap.tab-colWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .tab-colWrap.tab-rtl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }

  .tab-colWrap.tab-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-colWrap.boxAlign-left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .tab-colWrap.tab-boxAlign-center {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .colWrap.tab-colWrap.tab-col2.full {
    margin-right: -1.0795454545%;
    margin-left: -1.0795454545%;
  }

  .colWrap.tab-colWrap.tab-col2 .box,
  .colWrap.tab-colWrap.tab-col2 .tab-box {
    margin-right: 1.0795454545%;
    margin-left: 1.0795454545%;
    width: 47.8409090909%;
    width: calc(calc(100% / 2) - 2.1590909091%);
  }

  .colWrap.tab-colWrap.tab-col2.sp0 .box {
    margin-right: 0;
    margin-left: 0;
  }

  .colWrap.tab-colWrap.tab-col2.sp0 .box, .colWrap.tab-colWrap.tab-col2.sp0 .tab-box {
    width: 50%;
  }

  .colWrap.tab-colWrap.tab-col3.full {
    margin-right: -1.0795454545%;
    margin-left: -1.0795454545%;
  }

  .colWrap.tab-colWrap.tab-col3 .box,
  .colWrap.tab-colWrap.tab-col3 .tab-box {
    margin-right: 1.0795454545%;
    margin-left: 1.0795454545%;
    width: 31.1742424242%;
    width: calc(calc(100% / 3) - 2.1590909091%);
  }

  .colWrap.tab-colWrap.tab-col3.sp0 .box {
    margin-right: 0;
    margin-left: 0;
  }

  .colWrap.tab-colWrap.tab-col3.sp0 .box, .colWrap.tab-colWrap.tab-col3.sp0 .tab-box {
    width: 33.3333333333%;
  }

  .colWrap.tab-colWrap.tab-col4.full {
    margin-right: -1.0795454545%;
    margin-left: -1.0795454545%;
  }

  .colWrap.tab-colWrap.tab-col4 .box,
  .colWrap.tab-colWrap.tab-col4 .tab-box {
    margin-right: 1.0795454545%;
    margin-left: 1.0795454545%;
    width: 22.8409090909%;
    width: calc(calc(100% / 4) - 2.1590909091%);
  }

  .colWrap.tab-colWrap.tab-col4.sp0 .box {
    margin-right: 0;
    margin-left: 0;
  }

  .colWrap.tab-colWrap.tab-col4.sp0 .box, .colWrap.tab-colWrap.tab-col4.sp0 .tab-box {
    width: 25%;
  }

  .colWrap.tab-colWrap.tab-col5.full {
    margin-right: -1.0795454545%;
    margin-left: -1.0795454545%;
  }

  .colWrap.tab-colWrap.tab-col5 .box,
  .colWrap.tab-colWrap.tab-col5 .tab-box {
    margin-right: 1.0795454545%;
    margin-left: 1.0795454545%;
    width: 17.8409090909%;
    width: calc(calc(100% / 5) - 2.1590909091%);
  }

  .colWrap.tab-colWrap.tab-col5.sp0 .box {
    margin-right: 0;
    margin-left: 0;
  }

  .colWrap.tab-colWrap.tab-col5.sp0 .box, .colWrap.tab-colWrap.tab-col5.sp0 .tab-box {
    width: 20%;
  }

  table:not(.tab-table) th,
  table:not(.tab-table) td {
    display: block;
    width: 100% !important;
  }

  table:not(.tab-table) tr:last-child td {
    border-bottom: 1px solid #dcdcdc;
  }

  table:not(.tab-table) th {
    font-weight: bold;
  }

  table:not(.tab-table) td {
    padding-left: 1.8em;
  }

  table.tab-table th,
  table.tab-table td {
    padding: 10px 10px 8px;
    font-weight: normal;
  }

  input[type="text"].tab-max,
  input[type="tel"].tab-max,
  input[type="email"].tab-max,
  select.tab-max,
  textarea.tab-max {
    width: 100%;
  }

  body {
    clear: both;
    content: 'tab';
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
    width: auto;
  }

  header .logo, header .navigation {
    width: auto;
  }

  .gnav .container {
    padding: 0;
  }

  .gnav nav > ul > li > a {
    font-size: 1.3rem;
  }

  .gnav nav > ul > li .subMenu li a {
    font-size: 1.1rem;
  }

  .contactSection.section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contactSection .container {
    margin: 3% auto 0;
    padding: 30px 0 !important;
  }

  .contactSection .numberBox {
    width: 33%;
    text-align: center;
  }

  .contactSection .numberBox p {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    font-size: 1.2rem;
  }

  .contactSection .numberBox .time {
    display: block;
    margin: 0 0 0 3em;
    font-size: 1.1rem;
  }

  .contactSection .btnBox {
    width: 31%;
  }

  .contactSection .btnBox a {
    padding: 20px 5px;
    font-size: 1.5rem;
  }

  .contactSection .btnBox a:before {
    width: 16px;
    height: 16px;
    font-size: 1.6rem;
  }

  .contactSection .btnBox a.btn_download {
    padding: 28px 5px 26px;
  }

  .contactSection .btnBox a.btn_contact span {
    display: block;
    padding: 0 10px;
  }

  .section.sec01 .container {
    padding: 0;
  }

  .section.sec01 .txtFrame {
    padding: 3% 30px 3% 4.5%;
  }

  .section.sec01 .txtFrame p {
    padding: 0 0 20px;
  }

  .section.sec01 .txtFrame .btn_more {
    right: 30px;
  }

  .pickupSection .colWrap .box .txt {
    overflow: hidden;
    margin: 10px 0 0;
    padding: 0;
  }

  .pickupSection .colWrap .box .txt .cat {
    position: static;
    display: inline-block;
    float: right;
    margin: 0 0 10px;
    width: 35px;
    font-size: 1.1rem;
  }

  .pointSection .txtFrame .btn_more {
    padding: 13px 15px 12px 22px;
  }

  .contentWrapper .main,
  .contentWrapper .side {
    padding: 0;
    width: auto;
  }

  .contentWrapper .main .section.wide, .contentWrapper .main .section.wide .container {
    overflow: hidden;
  }

  .contentWrapper .main .section.wide h2 {
    margin-left: 0;
  }

  .contentWrapper .main .section.wide .colWrap {
    margin: 0 auto;
  }

  .contentWrapper .main .section.wide .colWrap.full {
    margin-right: -1.0795454545%;
    margin-left: -1.0795454545%;
  }

  .detailSection .dataFrame .dataWrap {
    padding: 0 15px;
  }

  .detailSection .dataFrame .dataWrap .dataBox {
    padding: 15px 0;
    font-size: 1.3rem;
  }

  .detailSection .dataFrame .dataWrap .dataBox .txt {
    margin: 0 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .pc, .tab, .pc.tab {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .colWrap,
  .colWrap.tab-colWrap {
    display: block;
  }

  .colWrap:not(.sp-colWrap).col2 .box,
  .colWrap.tab-colWrap:not(.sp-colWrap).col2 .box {
    width: auto;
  }

  .colWrap:not(.sp-colWrap).col2.sp0 .box,
  .colWrap.tab-colWrap:not(.sp-colWrap).col2.sp0 .box {
    width: 100%;
  }

  .colWrap:not(.sp-colWrap).col3 .box,
  .colWrap.tab-colWrap:not(.sp-colWrap).col3 .box {
    width: auto;
  }

  .colWrap:not(.sp-colWrap).col3.sp0 .box,
  .colWrap.tab-colWrap:not(.sp-colWrap).col3.sp0 .box {
    width: auto;
  }

  .colWrap:not(.sp-colWrap).col4 .box,
  .colWrap.tab-colWrap:not(.sp-colWrap).col4 .box {
    width: auto;
  }

  .colWrap:not(.sp-colWrap).col4.sp0 .box,
  .colWrap.tab-colWrap:not(.sp-colWrap).col4.sp0 .box {
    width: auto;
  }

  .colWrap:not(.sp-colWrap).col5 .box,
  .colWrap.tab-colWrap:not(.sp-colWrap).col5 .box {
    width: auto;
  }

  .colWrap:not(.sp-colWrap).col5.sp0 .box,
  .colWrap.tab-colWrap:not(.sp-colWrap).col5.sp0 .box {
    width: auto;
  }

  .sp-colWrap,
  .colWrap.sp-colWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .sp-colWrap.sp-rtl {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
  }

  .sp-colWrap.sp-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp-colWrap.boxAlign-left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .sp-colWrap.sp-boxAlign-center {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .colWrap.sp-colWrap.sp-col2.full {
    margin-right: -2.0746268657%;
    margin-left: -2.0746268657%;
  }

  .colWrap.sp-colWrap.sp-col2 .box,
  .colWrap.sp-colWrap.sp-col2 .sp-box {
    margin-right: 2.0746268657%;
    margin-left: 2.0746268657%;
    width: 45.8507462687%;
    width: calc(calc(100% / 2) - 4.1492537313%);
  }

  .colWrap.sp-colWrap.sp-col2.sp0 .box {
    margin-right: 0;
    margin-left: 0;
  }

  .colWrap.sp-colWrap.sp-col2.sp0 .box, .colWrap.sp-colWrap.sp-col2.sp0 .sp-box {
    width: 50%;
  }

  .colWrap.sp-colWrap.sp-col3.full {
    margin-right: -2.0746268657%;
    margin-left: -2.0746268657%;
  }

  .colWrap.sp-colWrap.sp-col3 .box,
  .colWrap.sp-colWrap.sp-col3 .sp-box {
    margin-right: 2.0746268657%;
    margin-left: 2.0746268657%;
    width: 29.184079602%;
    width: calc(calc(100% / 3) - 4.1492537313%);
  }

  .colWrap.sp-colWrap.sp-col3.sp0 .box {
    margin-right: 0;
    margin-left: 0;
  }

  .colWrap.sp-colWrap.sp-col3.sp0 .box, .colWrap.sp-colWrap.sp-col3.sp0 .sp-box {
    width: 33.3333333333%;
  }

  .colWrap.sp-colWrap.sp-col4.full {
    margin-right: -2.0746268657%;
    margin-left: -2.0746268657%;
  }

  .colWrap.sp-colWrap.sp-col4 .box,
  .colWrap.sp-colWrap.sp-col4 .sp-box {
    margin-right: 2.0746268657%;
    margin-left: 2.0746268657%;
    width: 20.8507462687%;
    width: calc(calc(100% / 4) - 4.1492537313%);
  }

  .colWrap.sp-colWrap.sp-col4.sp0 .box {
    margin-right: 0;
    margin-left: 0;
  }

  .colWrap.sp-colWrap.sp-col4.sp0 .box, .colWrap.sp-colWrap.sp-col4.sp0 .sp-box {
    width: 25%;
  }

  .colWrap.sp-colWrap.sp-col5.full {
    margin-right: -2.0746268657%;
    margin-left: -2.0746268657%;
  }

  .colWrap.sp-colWrap.sp-col5 .box,
  .colWrap.sp-colWrap.sp-col5 .sp-box {
    margin-right: 2.0746268657%;
    margin-left: 2.0746268657%;
    width: 15.8507462687%;
    width: calc(calc(100% / 5) - 4.1492537313%);
  }

  .colWrap.sp-colWrap.sp-col5.sp0 .box {
    margin-right: 0;
    margin-left: 0;
  }

  .colWrap.sp-colWrap.sp-col5.sp0 .box, .colWrap.sp-colWrap.sp-col5.sp0 .sp-box {
    width: 20%;
  }

  table:not(.sp-table) th,
  table:not(.sp-table) td,
  table.tab-table:not(.sp-table) th,
  table.tab-table:not(.sp-table) td {
    display: block;
    width: 100% !important;
    border-bottom: 0;
  }

  table:not(.sp-table) tr:last-child td,
  table.tab-table:not(.sp-table) tr:last-child td {
    border-bottom: 1px solid #dcdcdc;
  }

  table:not(.sp-table) th {
    font-weight: bold;
  }

  table:not(.sp-table) td {
    padding-left: 1.8em;
  }

  table.sp-table th,
  table.sp-table td {
    padding: 8px 8px 4px;
    font-weight: normal;
  }

  input[type="text"].sp-max,
  input[type="tel"].sp-max,
  input[type="email"].sp-max,
  select.sp-max,
  textarea.sp-max {
    width: 100%;
  }

  .mt5 {
    margin-top: 3.5px !important;
  }

  .mb5 {
    margin-bottom: 3.5px !important;
  }

  .ml5 {
    margin-left: 3.5px !important;
  }

  .mr5 {
    margin-right: 3.5px !important;
  }

  .pt5 {
    padding-top: 3.5px !important;
  }

  .pb5 {
    padding-bottom: 3.5px !important;
  }

  .pl5 {
    padding-left: 3.5px !important;
  }

  .pr5 {
    padding-right: 3.5px !important;
  }

  .mt10 {
    margin-top: 7px !important;
  }

  .mb10 {
    margin-bottom: 7px !important;
  }

  .ml10 {
    margin-left: 7px !important;
  }

  .mr10 {
    margin-right: 7px !important;
  }

  .pt10 {
    padding-top: 7px !important;
  }

  .pb10 {
    padding-bottom: 7px !important;
  }

  .pl10 {
    padding-left: 7px !important;
  }

  .pr10 {
    padding-right: 7px !important;
  }

  .mt15 {
    margin-top: 10.5px !important;
  }

  .mb15 {
    margin-bottom: 10.5px !important;
  }

  .ml15 {
    margin-left: 10.5px !important;
  }

  .mr15 {
    margin-right: 10.5px !important;
  }

  .pt15 {
    padding-top: 10.5px !important;
  }

  .pb15 {
    padding-bottom: 10.5px !important;
  }

  .pl15 {
    padding-left: 10.5px !important;
  }

  .pr15 {
    padding-right: 10.5px !important;
  }

  .mt20 {
    margin-top: 14px !important;
  }

  .mb20 {
    margin-bottom: 14px !important;
  }

  .ml20 {
    margin-left: 14px !important;
  }

  .mr20 {
    margin-right: 14px !important;
  }

  .pt20 {
    padding-top: 14px !important;
  }

  .pb20 {
    padding-bottom: 14px !important;
  }

  .pl20 {
    padding-left: 14px !important;
  }

  .pr20 {
    padding-right: 14px !important;
  }

  .mt25 {
    margin-top: 17.5px !important;
  }

  .mb25 {
    margin-bottom: 17.5px !important;
  }

  .ml25 {
    margin-left: 17.5px !important;
  }

  .mr25 {
    margin-right: 17.5px !important;
  }

  .pt25 {
    padding-top: 17.5px !important;
  }

  .pb25 {
    padding-bottom: 17.5px !important;
  }

  .pl25 {
    padding-left: 17.5px !important;
  }

  .pr25 {
    padding-right: 17.5px !important;
  }

  .mt30 {
    margin-top: 21px !important;
  }

  .mb30 {
    margin-bottom: 21px !important;
  }

  .ml30 {
    margin-left: 21px !important;
  }

  .mr30 {
    margin-right: 21px !important;
  }

  .pt30 {
    padding-top: 21px !important;
  }

  .pb30 {
    padding-bottom: 21px !important;
  }

  .pl30 {
    padding-left: 21px !important;
  }

  .pr30 {
    padding-right: 21px !important;
  }

  .mt35 {
    margin-top: 24.5px !important;
  }

  .mb35 {
    margin-bottom: 24.5px !important;
  }

  .ml35 {
    margin-left: 24.5px !important;
  }

  .mr35 {
    margin-right: 24.5px !important;
  }

  .pt35 {
    padding-top: 24.5px !important;
  }

  .pb35 {
    padding-bottom: 24.5px !important;
  }

  .pl35 {
    padding-left: 24.5px !important;
  }

  .pr35 {
    padding-right: 24.5px !important;
  }

  .mt40 {
    margin-top: 28px !important;
  }

  .mb40 {
    margin-bottom: 28px !important;
  }

  .ml40 {
    margin-left: 28px !important;
  }

  .mr40 {
    margin-right: 28px !important;
  }

  .pt40 {
    padding-top: 28px !important;
  }

  .pb40 {
    padding-bottom: 28px !important;
  }

  .pl40 {
    padding-left: 28px !important;
  }

  .pr40 {
    padding-right: 28px !important;
  }

  .mt45 {
    margin-top: 31.5px !important;
  }

  .mb45 {
    margin-bottom: 31.5px !important;
  }

  .ml45 {
    margin-left: 31.5px !important;
  }

  .mr45 {
    margin-right: 31.5px !important;
  }

  .pt45 {
    padding-top: 31.5px !important;
  }

  .pb45 {
    padding-bottom: 31.5px !important;
  }

  .pl45 {
    padding-left: 31.5px !important;
  }

  .pr45 {
    padding-right: 31.5px !important;
  }

  .mt50 {
    margin-top: 35px !important;
  }

  .mb50 {
    margin-bottom: 35px !important;
  }

  .ml50 {
    margin-left: 35px !important;
  }

  .mr50 {
    margin-right: 35px !important;
  }

  .pt50 {
    padding-top: 35px !important;
  }

  .pb50 {
    padding-bottom: 35px !important;
  }

  .pl50 {
    padding-left: 35px !important;
  }

  .pr50 {
    padding-right: 35px !important;
  }

  .sp-mt0 {
    margin-top: 0 !important;
  }

  .sp-mb0 {
    margin-bottom: 0 !important;
  }

  .sp-pt0 {
    padding-top: 0 !important;
  }

  .sp-pb0 {
    padding-bottom: 0 !important;
  }

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

  .sp-mb10 {
    margin-bottom: 10px !important;
  }

  .sp-pt10 {
    padding-top: 10px !important;
  }

  .sp-pb10 {
    padding-bottom: 10px !important;
  }

  .sp-mt15 {
    margin-top: 15px !important;
  }

  .sp-mb15 {
    margin-bottom: 15px !important;
  }

  .sp-pt15 {
    padding-top: 15px !important;
  }

  .sp-pb15 {
    padding-bottom: 15px !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }

  .sp-text-right {
    text-align: right !important;
  }

  body {
    clear: both;
    content: 'sp';
  }

  body:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background-color: black;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  body.fixed:before {
    visibility: visible;
    opacity: 0.4;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }

  header {
    border-bottom: 1px solid #28aabe;
  }

  header .logo {
    padding: 8px 0;
    width: 100%;
    text-align: center;
  }

  header .navigation {
    display: none;
  }

  .gnav {
    display: none;
  }

  .gnav_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: block;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto;
    padding: 0 0 55px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }

  .gnav_sp .container {
    overflow-y: auto;
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .gnav_sp ul {
    display: block;
    margin: 0;
    width: auto;
  }

  .gnav_sp ul li {
    position: relative;
    display: block;
    padding: 0;
    width: auto !important;
    border-top: 1px solid #28aabe;
  }

  .gnav_sp ul li:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 40px;
    height: 100%;
    content: "";
  }

  .gnav_sp ul li a {
    position: relative;
    display: block;
    padding: 15px 0 13px 20px;
    color: #323232 !important;
    text-align: left;
    text-decoration: none;
    font-size: 1.5rem !important;
  }

  .gnav_sp ul li a:before {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    margin: -3px 0 0 0;
    margin: -5px 0 0 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #28aabe;
    border-right: 2px solid #28aabe;
    content: "";
    -webkit-transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
    transform: rotate(135deg);
  }

  .gnav_sp ul li.open > a:before {
    margin: -2px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .gnav_sp ul li .subMenu {
    position: relative;
    bottom: 0;
    visibility: visible;
    overflow: hidden;
    max-height: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .gnav_sp ul li .subMenu.open {
    max-height: 1000px;
  }

  .gnav_sp ul li .subMenu li {
    position: relative;
    visibility: visible;
    height: auto;
  }

  .gnav_sp ul li .subMenu li a {
    margin-right: 50px;
    padding-left: 35px;
    min-height: initial;
    text-align: left;
    font-size: 1.4rem !important;
  }

  .gnav_sp ul li .subMenu li a:before {
    right: -25px;
    z-index: 2;
    border-color: #78c8d7;
  }

  .gnav_sp ul li .subMenu li a:after {
    position: absolute;
    top: 50%;
    right: -35px;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: -13px 0 0;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: #f0f0f0;
    content: "";
    text-align: center;
  }

  .gnav_sp ul li .subMenu li .lower li a {
    margin: 0;
    padding-left: 60px;
  }

  .gnav_sp ul li .subMenu li .lower li a:before {
    display: none;
  }

  .gnav_sp ul li:hover .subMenu li {
    height: auto;
  }

  .menuBtn {
    width: 16.6666666667%;
    height: 55px;
  }

  .fnav_sp {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 110;
    width: 100%;
    height: 55px;
    background: #28aabe;
    color: #fff;
  }

  .fnav_sp .searchBtn {
    position: relative;
    z-index: 2;
    margin: 0 0 0 16.6666666667%;
    width: 20%;
    background: #28aabe;
    text-align: center;
    font-size: 1.0rem;
  }

  .fnav_sp .searchBtn a,
  .fnav_sp .searchBtn a:hover {
    display: block;
    color: #fff;
  }

  .fnav_sp .searchBtn a:before {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 9px auto 4px;
    width: 24px;
    height: 24px;
    color: #fff;
    content: "\f002";
    font-size: 2.4rem;
    font-family: 'FontAwesome';
    line-height: 24px;
  }

  .fnav_sp .searchBtn.open {
    background-color: #61bcca;
  }

  .fnav_sp .searchFrame {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
    margin-bottom: 55px;
    padding: 10px;
    width: 100% !important;
    height: 44px;
    background: #e6e6e6;
  }

  .fnav_sp .searchFrame .searchBox {
    height: 27px;
    background: #fff;
  }

  .fnav_sp .searchFrame .searchBox .txt {
    padding: 2px 4px;
    color: #323232;
  }

  .fnav_sp .headNav {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 80%;
    background: #28aabe;
  }

  .fnav_sp .headNav li {
    width: 25%;
  }

  .fnav_sp .headNav li a, .fnav_sp .headNav li a:before {
    color: #fff;
  }

  .fnav_sp .headNav li a {
    margin: 6px 0 0;
    padding: 35px 0 0;
    height: 50px;
    font-size: 1.0rem;
    line-height: 1.1;
  }

  .fnav_sp .headNav li a:before {
    top: 3px;
  }

  .fnav_sp .headNav li:nth-child(1) a:before {
    background: url(../images/common/ico_nav_search_sp.png) no-repeat center center;
    background-size: 30px auto;
  }

  .fnav_sp .headNav li:last-child a {
    padding: 25px 0;
  }

  .fnav_sp .headNav li:last-child a:before {
    top: 0;
  }

  .fnav_sp .headNav li .itemNum {
    top: 3px;
    right: 3px;
  }

  footer {
    margin: 6% 0 0;
    padding: 0 0 54px;
  }

  footer .footerNav > li {
    margin: 0 0 20px;
    width: 50%;
    font-size: 1.3rem;
  }

  footer .footerNav > li:first-of-type {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
  }

  footer .footerNav > li:last-of-type {
    margin: 0;
  }

  footer .footerNav > li ul {
    margin: 0 0 10px 1em;
  }

  footer .footerNav > li ul li a {
    font-size: 1.2rem;
  }

  .snsFrame {
    margin: 0 auto;
  }

  .snsFrame ul li {
    margin: 0 10px;
  }

  .snsFrame ul li a {
    padding: 35px 0 0;
    width: 35px;
  }

  .snsFrame ul li a:before {
    width: 35px;
    height: 35px;
    font-size: 1.9rem;
    line-height: 37px;
  }

  .snsFrame ul li.inst a:before {
    font-size: 1.8rem;
    line-height: 36px;
  }

  .pageTop {
    right: 10px;
    bottom: 10px;
  }

  .pageTop a {
    margin: -22.5px auto 65px;
    padding: 45px 0 0;
    width: 45px;
  }

  .directoryFrame {
    text-align: left;
  }

  .directoryFrame ul {
    display: block;
    margin: 10px 0 15px;
  }

  .directoryFrame ul li {
    font-size: 1.0rem;
  }

  .contactSection.section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contactSection .container {
    margin: 3% auto 0;
    padding: 25px 0 !important;
  }

  .contactSection .contactFrame .box {
    width: auto;
  }

  .contactSection .contactFrame .numberBox {
    padding: 0;
    background: none;
  }

  .contactSection .contactFrame .numberBox p {
    display: block;
    padding: 12px 10px;
    max-width: initial;
    text-align: center;
    font-size: 1.4rem;
  }

  .contactSection .contactFrame .numberBox p .num {
    color: #28aabe;
    text-decoration: none;
    font-size: 2.0rem;
  }

  .contactSection .contactFrame .numberBox p .num.nolink, .contactSection .contactFrame .numberBox p .num:link, .contactSection .contactFrame .numberBox p .num:hover, .contactSection .contactFrame .numberBox p .num:visited {
    color: #28aabe;
    text-decoration: none;
  }

  .contactSection .contactFrame .numberBox p .num.nolink, .contactSection .contactFrame .numberBox p .num.nolink:link, .contactSection .contactFrame .numberBox p .num.nolink:hover, .contactSection .contactFrame .numberBox p .num.nolink:visited {
    opacity: 1;
  }

  .contactSection .contactFrame .numberBox p:first-child {
    padding: 5px 10px;
    border: 1px solid #28aabe;
  }

  .contactSection .contactFrame .numberBox p:first-child .num {
    font-size: 1.8rem;
  }

  .contactSection .contactFrame .numberBox p:first-child .time {
    margin: 0;
    font-size: 1.2rem;
  }

  .contactSection .contactFrame .btnBox a {
    padding: 12px 10px;
    text-decoration: none;
  }

  .contactSection .contactFrame .btnBox a.btn_download {
    display: none;
  }

  .contactSection .contactFrame .btnBox a.btn_contact span {
    display: inline-block;
  }

  .section.sec01 {
    margin: 80px 0 30px;
  }

  .section.sec01 .container {
    position: relative;
    top: -50px;
  }

  .section.sec01 .imgFrame {
    margin: 0;
    padding: 0 20% 0 0;
  }

  .section.sec01 .txtFrame {
    padding: 15px 20px 0;
  }

  .section.sec01 .txtFrame .title {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }

  .section.sec01 .txtFrame p {
    padding: 0;
  }

  .pgTitle {
    margin: 0 auto 15px;
    font-size: 2.0rem;
  }

  .ttl {
    margin: 0 auto 15px;
    font-size: 3.2rem;
  }

  .ttl .sub {
    margin: 10px auto 0;
    font-size: 1.3rem;
  }

  .ttl_m {
    margin: 0 0 25px;
  }

  .ttl_s {
    margin: 0 0 15px;
  }

  .btn {
    font-size: 1.6rem;
  }

  .table01 {
    margin: 0;
  }

  .table01 dl {
    display: block;
    border-spacing: 0;
  }

  .table01 dl dt, .table01 dl dd {
    display: block;
    padding: 5px 10px;
    width: auto;
    border: 0;
  }

  .table01 dl dt {
    background: #f0f0f0;
  }

  .table01 dl dd {
    padding: 5px 10px 20px;
  }

  .historySection .colWrap.col4 .box,
  .historySection .colWrap.col5 .box {
    margin-bottom: 25px;
  }

  #slidebox {
    padding-bottom: 0;
  }

  #slidebox .sp-buttons {
    padding: 3px 0;
  }

  #slidebox .sp-buttons .sp-button {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }

  .pickupSection {
    margin: 0;
  }

  .pickupSection .colWrap {
    margin: 6% 0 0;
  }

  .pickupSection .colWrap .box {
    margin: 0 6px 25px;
    width: 46.5%;
    width: calc(calc(100% / 2) - 12px);
  }

  .pickupSection .colWrap .box .txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .newsSection .colWrap .box {
    width: auto;
  }

  .newsSection .newsFrame {
    margin: 0 0 25px;
  }

  .newsSection .newsFrame ul {
    margin: 20px auto 10px;
  }

  .newsSection .newsFrame ul li {
    display: block;
    margin: 0 0 15px;
  }

  .newsSection .newsFrame ul li .date, .newsSection .newsFrame ul li a {
    display: block;
    width: auto;
  }

  .newsSection .newsFrame ul li.pcOnly {
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }

  .newsSection .newsFrame ul li.pcOnly.open {
    height: auto;
    opacity: 1;
  }

  .newsSection .newsFrame .btn_more {
    padding: 3px 10px 3px 20px;
  }

  .newsSection .newsFrame .btn_and_more {
    padding: 5px 0;
    border-color: #28aabe;
    color: #28aabe;
    font-size: 1.4rem;
  }

  .worksSection .slider {
    margin: 40px auto 25px;
    padding: 0 45px;
  }

  .worksSection .slider .box {
    margin: 0 auto;
  }

  .worksSection .btn_more {
    padding: 5px 10px;
    font-size: 1.8rem;
  }

  .pointSection .txtFrame .btn_more {
    right: 20px;
    bottom: -70px;
    padding: 11px 25px 9px 32px;
    font-size: 1.2rem;
  }

  .contentWrapper .main .section.wide .colWrap.full {
    margin-right: -2.0746268657%;
    margin-left: -2.0746268657%;
  }

  .contentWrapper .side .sideNav {
    display: none;
  }

  .contentWrapper .side .searchOption ul li .subMenu.lower li a {
    padding: 10px 0;
  }

  .list_type01.colWrap .box {
    margin-bottom: 10px;
  }

  .list_type01.colWrap .box .txt {
    margin: 5px 0 0;
  }

  .list_type01.colWrap .box .txt a {
    font-size: 1.2rem;
  }

  .introSection .border_btm {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .introSection .visualFrame {
    margin: 0 0 25px;
  }

  .pg_item .introSection {
    overflow: visible;
    margin: 0 auto 30px;
  }

  .pg_item .introSection .visualFrame {
    position: relative;
    margin: 0 0 15px;
  }

  .pg_item .introSection .visualFrame .titleFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
  }

  .pg_item .introSection .visualFrame .titleFrame .title {
    position: relative;
    right: auto;
    margin: -60px 0 0;
    padding: 18px 10px;
    height: 120px;
  }

  .pg_item .introSection .visualFrame .titleFrame .title .ttl {
    padding: 0 0 20px;
    background-position: 0 bottom;
    text-align: left;
  }

  .pg_item .introSection .visualFrame .titleFrame .title .ttl .sub {
    margin: 0;
    font-size: 1.7rem;
  }

  .pg_item .introSection .visualFrame .imgFrame {
    margin: 0 -20px 0 0;
    width: auto;
  }

  .worksMenuFrame .btn {
    padding-right: 20px;
    text-align: left;
  }

  .worksMenuFrame .btn:after {
    position: absolute;
    top: 50%;
    right: 12px;
    margin: -5px 0 0;
  }

  .listSection .colWrap .box {
    margin-bottom: 35px !important;
  }

  .listSection .colWrap .box .txt {
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .listSection .colWrap .box .txt .item {
    margin: 0 0 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .listSection .sp-colWrap .sp-box {
    width: 38.085%;
  }

  .listSection .sp-colWrap .sp-box.txt {
    margin: 0;
    padding: 0 0 0 20px;
    width: 61.015%;
  }

  .listSection .catList li {
    margin: 0 5px 5px 0;
  }

  .pg_works .listSection {
    margin-top: 15px;
  }

  .detailSection .imgFrame,
  .detailSection .dataFrame {
    max-width: initial;
    width: auto;
  }

  .detailSection .imgFrame .specList {
    margin: 15px 0 0;
  }

  .detailSection .imgFrame .thumbList {
    margin: 20px 0;
  }

  .detailSection .dataFrame {
    margin: 20px 0 0;
    padding: 0;
  }

  .detailSection .dataFrame .dataWrap {
    padding: 0 15px;
  }

  .detailSection .dataFrame .dataWrap .dataBox {
    font-size: 1.4rem;
  }

  .detailSection .dataFrame .btnFrame .btn03 {
    font-size: 1.4rem;
  }

  .detailSection .dataFrame .specList {
    margin: 15px 0;
  }

  .detailSection .col .dataFrame table {
    border: 0;
  }

  .detailSection .col .dataFrame table th, .detailSection .col .dataFrame table td {
    padding: 10px;
    border: 0;
  }

  .detailSection .col .dataFrame table th {
    padding: 7px 10px;
  }

  .detailSection .col .dataFrame table .itemBox {
    margin: 0 -10px;
  }

  .detailSection .col .dataFrame table .itemBox .box {
    margin: 10px 0 20px;
    width: auto;
  }

  .detailSection .col .dataFrame table .itemBox .box:last-child {
    margin-bottom: 10px;
  }

  .main .section:last-child {
    margin-bottom: 20px;
  }

  .main .section:last-child.border_btm {
    border-bottom: 0;
  }

  .pointsSection .wrap {
    margin: 0;
  }

  .pointsSection dl dd {
    padding: 0 0 10px 2em;
  }

  .pointsSection .imgFrame .box {
    margin: 0;
    max-width: initial;
  }

  .pointsSection .imgFrame .box .txt {
    margin: 10px 0 0;
  }

  .detailInfoSection .tableWrap {
    padding: 15px;
    border: 1px solid #dcdcdc;
  }

  .detailInfoSection .tableWrap table th, .detailInfoSection .tableWrap table td {
    padding: 5px;
  }

  .attentionSection ul li {
    margin-bottom: 10px;
  }

  .introSection .lineupFrame .box .ttl {
    padding: 8px;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .faqSection .faqNav {
    margin: 0 auto 30px;
  }

  .faqSection .faqNav .box a {
    padding: 10px 0;
    font-size: 1.2rem;
  }

  .faqSection .faqFrame {
    margin: 0 0 45px;
  }

  .faqSection .faqFrame:last-child {
    margin: 0;
  }

  .faqSection .faqFrame h3 {
    margin: 0 0 15px;
  }

  .faqSection .faqBox {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 356px) {
  .worksMenuFrame .btn {
    font-size: 3.5vw;
  }

  .faqSection .faqNav .box a {
    font-size: 3.4vw;
  }
}

@charset "UTF-8";
.ttl_xs {
  margin: 2.5% 0;
  color: #5cb8c5;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

.ttl_xs.circle:before {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 10px;
  height: 10px;
  border: 2px solid #5cb8c5;
  border-radius: 50%;
  content: "";
  vertical-align: middle;
}

.contentNav {
  margin: 0 auto 7%;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}

.contentNav .box {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.contentNav .box a {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.box00 {
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #c8c8c8;
}

.box01 {
  margin: 30px auto;
  padding: 30px;
  border: 8px solid #f0f0f0;
}

.box01 .head {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn.arrw_under:after {
  transform: rotate(135deg);
}

.commonTbl dl:first-child {
  border-top: 1px solid #dcdcdc;
}

.commonTbl dl {
  display: table;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}

.commonTbl dt,
.commonTbl dd {
  display: table-cell;
  margin: 0;
  padding: 12px 20px;
  border-right: 1px solid #dcdcdc;
  vertical-align: top;
}

.commonTbl dd:last-child {
  border-right: 0;
}

.commonTbl dt {
  width: 50%;
}

.commonTbl dd {
  width: 50%;
}

.commonTbl .thead {
  background: #f0f0f0;
  text-align: center;
}

.commonTbl .colWrap {
  border-top: 1px solid #dcdcdc;
}

.commonTbl .colWrap .box {
  padding: 10px 10px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.commonTbl .colWrap.col4 .box:nth-child(4n) {
  border-right: 0;
}

.procedure .orderFrame {
  margin: 0 0 3.5% 20px;
  padding: 0 0 3.5%;
  border-bottom: 1px dotted #c0bfbf;
}

.procedure .orderFrame:last-child {
  margin-bottom: 0;
}

.procedure .orderFrame .box {
  width: auto !important;
}

.procedure .orderFrame .txt {
  padding: 0 2%;
  width: 61% !important;
}

.procedure .orderFrame .txt.full {
  width: auto !important;
}

.procedure .ttl_xs {
  position: relative;
  margin: 0 0 5% -20px;
  padding: 7px 0 7px 40px;
}

.procedure .ttl_xs .idx {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin: -15px 0 0;
  width: 30px;
  height: 30px;
  background: #e6e6e6;
  text-align: center;
  line-height: 30px;
}

.btnFrame.lft,
.btnFrame.rgt {
  overflow: hidden;
  margin: 5% 0 0;
}

.btnFrame.lft .btn,
.btnFrame.rgt .btn {
  width: 260px;
  font-size: 14px;
  font-size: 1.4rem;
}

.btnFrame.lft .btn {
  float: left;
}

.btnFrame.rgt .btn {
  float: right;
}

.methodDownloadSection .downloadFrame {
  margin: 0 0 5%;
}

.methodDownloadSection .commonTbl dt {
  width: 66%;
}

.methodDownloadSection .commonTbl dd {
  width: 34%;
  text-align: center;
}

.methodDownloadSection .commonTbl dl:not(.thead) dd {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.methodDownloadSection .commonTbl .ico_pdf {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 24px;
}

.methodDownloadSection .commonTbl .ico_pdf:before {
  position: absolute;
  display: block;
  margin: -12px auto 0;
  width: 24px;
  height: 24px;
  content: "\f1c1";
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'FontAwesome';
  line-height: 24px;
}

.sampleOrderSection .orderBox:nth-child(3) .colWrap .txt p {
  max-width: 400px;
}

.orderAttentionSection .orderAttentionFrame ul {
  margin: 15px 0 0;
  padding: 0 0 0 .5em;
}

.orderAttentionSection .orderAttentionFrame li {
  padding: 0 0 0 1.3em;
  text-indent: -1.3em;
}

.qualitySection .qualityFrame {
  margin: 0 0 7%;
  padding-left: 50px;
}

.qualitySection .qualityFrame:last-child {
  margin: 0;
}

.qualitySection .ttl_s {
  position: relative;
  display: flex;
  overflow: visible;
  margin: 0 0 20px;
  padding: 20px 0 10px;
  height: 3.15em;
  border-bottom: 1px solid #28aabe;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  align-items: center;
}

.qualitySection .ttl_s .idx {
  position: absolute;
  top: 50%;
  left: -50px;
  display: block;
  margin: -24px 0 0;
  width: 30px;
  color: #28aabe;
  font-size: 12px;
  font-size: 1.2rem;
}

.qualitySection .ttl_s .idx .num {
  display: block;
  margin: 3px 0 0;
  width: 30px;
  height: 30px;
  background: #28aabe;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.qualitySection .qualityFrame p + .img {
  margin: 2.5% 0 0;
}

.qualitySection .qualityFrame .box01 p {
  padding: 0 0 0 3.5%;
}

.pg_guide .em {
  color: #c31e1e;
  font-weight: bold;
}

.pg_guide .article {
  margin: 4% auto;
}

.pg_guide .section.navTarget {
  margin-top: -126px;
  padding-top: 126px;
  padding-bottom: 8%;
  padding-left: 30px;
}

.pg_guide .section.navTarget .ttl_s {
  margin-left: -30px;
}

.orderGuideSection .orderFrame:last-child {
  margin-bottom: 3.5%;
}

.pg_guide .section.sampleSection,
.pg_guide .section.membershipSection,
.pg_guide .section.settlementSection {
  padding-bottom: 4%;
}

.settlementSection .commonTbl dt,
.settlementSection .commonTbl dd {
  padding: 7px 20px;
}

.settlementSection .tbl01 {
  margin: 2% auto 5%;
}

.settlementSection .tbl01 dt {
  width: 14%;
  border-right: 0;
}

.settlementSection .tbl02 {
  margin: 4% auto 1.5%;
}

.settlementSection .tbl02 dt {
  width: 50%;
}

.settlementSection .box00 img {
  margin: 0 auto;
}

.shippingSection h5 {
  margin: 4% 0 3%;
  height: 16px;
  font-weight: normal;
  font-size: 1.6rem;
}

.shippingSection .commonTbl {
  margin: 0 auto 1.5%;
}

.shippingSection .nagareFrame .nagareRow {
  margin: 0 0 50px;
}

.shippingSection .nagareFrame .nagareRow:last-child {
  margin-bottom: 0;
}

.shippingSection .nagareFrame .nagareBox {
  position: relative;
  margin: 0;
  padding: 15px;
  border: 1px solid #28aabe;
  text-align: center;
}

.shippingSection .nagareFrame .colWrap .nagareBox:before {
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  margin: 0 0 0 -8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 14px solid #d2d2d2;
  content: "";
}

.iconSection .commonTbl dt,
.iconSection .commonTbl dd {
  vertical-align: middle;
}

.iconSection .commonTbl dt,
.iconSection .commonTbl dt + dd {
  width: 10%;
  border-right: 0;
  text-align: center;
}

.iconSection .commonTbl dd {
  padding-top: 0;
  padding-bottom: 0;
}

.iconSection .em {
  margin-right: 10px;
  color: #ae2222;
}

@media only screen and (max-width: 767px) {
  .contentNav {
    margin: 0 auto 30px;
  }

  .contentNav .box a {
    padding: 10px 0;
    font-size: 1.2rem;
  }

  .box00 {
    margin: 5% auto;
    padding: 4.5vw 2.5vw;
  }

  .box01 {
    margin: 5% auto;
    padding: 4.5vw 2.5vw;
    border: 6px solid #f0f0f0;
  }

  .commonTbl:not(.sp-tbl) dl {
    display: block;
  }

  .commonTbl:not(.sp-tbl) dl dt,
  .commonTbl:not(.sp-tbl) dl dd {
    display: block;
    width: auto;
  }

  .commonTbl dt,
  .commonTbl dd {
    padding: 10px 5px;
  }

  .commonTbl:not(.sp-tbl) dl dd {
    padding: 12px 5px;
  }

  .commonTbl .colWrap.sp-col2 .box {
    border-right: 1px solid #dcdcdc;
  }

  .commonTbl .colWrap.sp-col2 .box:nth-child(2n) {
    border-right: 0;
  }

  .procedure .orderFrame {
    margin: 0;
    padding: 3.5% 0 0;
  }

  .procedure .ttl_s + .orderFrame {
    padding-top: 0;
  }

  .procedure .orderFrame .box {
    padding: 0 0 3.5%;
    width: auto !important;
  }

  .procedure .orderFrame .txt {
    margin: 0 0 3.5% !important;
  }

  .procedure .orderFrame .img {
    text-align: center;
  }

  .procedure .ttl_xs {
    margin: 0 0 10px;
  }

  .btnFrame.lft,
  .btnFrame.rgt {
    margin: 5% 0 0;
  }

  .btnFrame.lft .btn,
  .btnFrame.rgt .btn {
    float: none;
  }

  .pg_guide .article {
    margin: 8% auto;
  }

  .pg_guide .section.navTarget {
    margin-top: 0;
    padding: 4% 0;
    padding-left: 0;
  }

  .pg_guide .section.navTarget .ttl_s {
    margin-left: 0;
  }

  .pg_guide .section.sampleSection,
  .pg_guide .section.membershipSection,
  .pg_guide .section.settlementSection {
    padding-bottom: 15px;
  }

  .orderGuideSection .orderFrame:last-child {
    margin-bottom: 3.5%;
  }

  .sampleSection .btnFrame,
  .membershipSection .btnFrame {
    margin-bottom: 7%;
  }

  .sampleSection .img,
  .membershipSection .img {
    text-align: center;
  }

  .settlementSection .commonTbl dt,
  .settlementSection .commonTbl dd {
    padding: 5px 10px;
  }

  .settlementSection .tbl01 {
    margin: 2% auto 5%;
  }

  .settlementSection .tbl01 dt {
    width: 14%;
    border-right: 0;
  }

  .settlementSection .tbl02 {
    margin: 4% auto 1.5%;
  }

  .settlementSection .tbl02 dt {
    width: 50%;
  }

  .settlementSection .box00 {
    margin: 3.5% auto 10%;
    padding: 0;
    border: 0;
  }

  .shippingSection h5 {
    margin: 4% 0 3%;
    height: 16px;
    font-weight: normal;
    font-size: 1.6rem;
  }

  .shippingSection .commonTbl {
    margin: 0 auto 1.5%;
  }

  .shippingSection .nagareFrame .nagareRow {
    margin: 0 0 40px;
  }

  .shippingSection .nagareFrame .nagareBox {
    padding: 10px 7px;
    font-size: 1.25rem;
  }

  .shippingSection .nagareFrame .colWrap .nagareBox {
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    justify-content: center;
  }

  .shippingSection .nagareFrame .colWrap:not(:last-child) .nagareBox {
    min-height: 6em;
  }

  .shippingSection .nagareFrame .colWrap .nagareBox:before {
    top: -25px;
  }

  .iconSection .commonTbl dt {
    width: 70px;
    text-align: left;
  }

  .iconSection .commonTbl dt + dd {
    display: none;
  }

  .iconSection .commonTbl dd {
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
  }

  .methodDownloadSection .downloadFrame {
    margin: 0 0 5%;
  }

  .methodDownloadSection .commonTbl dt {
    width: 80%;
  }

  .methodDownloadSection .commonTbl dd {
    width: 20%;
  }

  .orderAttentionSection .orderAttentionFrame ul {
    margin: 10px 0 0;
    padding: 0;
  }

  .qualitySection .qualityFrame {
    margin: 0 0 14%;
    padding-left: 0;
  }

  .qualitySection .qualityFrame:last-child {
    margin: 0;
  }

  .qualitySection .ttl_s {
    margin: 0 0 15px 45px;
    padding: 10px 0 5px;
  }

  .qualitySection .ttl_s .idx {
    left: -45px;
  }

  .qualitySection .qualityFrame p + .img {
    margin: 15px 0 0;
  }

  .qualitySection .qualityFrame .box01 p {
    padding: 0;
  }
}

@media only screen and (max-width: 356px) {
  .contentNav .box a {
    font-size: 3.4vw;
  }

  .qualitySection .ttl_s {
    font-size: 4.8vw;
  }
}
#contents_bottom > div.section.contactSection > div > div.snsFrame > ul{
  margin-bottom: 40px;
}

.sub_total_price > dt{
  float: left;
  width: 45%;
  white-space: nowrap;
  text-align: right;
  padding: 3px 0 0 0;
}

.sub_total_price > dd{
  float: left;
  width: 55%;
  white-space: nowrap;
  text-align: right;
  padding: 3px 0 0 0;
}
.item_subtotal > dl{
  margin: 0;
}

