/* ------------
scss Base
------------------------------------*/
.pcNone {
  display: block;
}

.spNone {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

header {
  position: absolute;
  height: 50px;
}
header #headIn {
  width: 100%;
  height: 50px;
  background: #FFF;
}
header h1 {
  position: initial;
  background: none;
  width: 128px;
  height: 50px;
  text-align: left;
  padding: 5px 10px;
  float: left;
}
header h1 img {
  max-width: 108px;
  max-height: 38px;
}
header h1 a {
  display: block;
}

footer {
  padding: 3% 0 0;
}
footer h4 {
  font-size: 16px;
  margin-bottom: 1%;
}
footer .footBox01, footer .footBox02 {
  width: 100%;
  float: none;
  padding: 0;
}
footer .footBox01 ul, footer .footBox01 div, footer .footBox02 ul, footer .footBox02 div {
  padding: 0 3%;
}
footer .footBox02 {
  margin-top: 3%;
}
footer .snsArea ul {
  width: 100%;
  overflow: hidden;
}
footer .snsArea li {
  width: 32px;
  margin-right: 5px;
}
footer .footLogo {
  position: static;
  padding: 3% 30%;
}
footer .copy {
  position: static;
  text-align: center;
}
footer .pageTop {
  margin-top: 3%;
  position: static;
  background: #e6fe00;
  width: 100%;
}
footer .pageTop a {
  display: block;
  text-align: center;
  padding: 2%;
}
footer .pageTop img.pcNone {
  width: 46px;
  height: 34px;
  display: inline;
}

#spBtn {
  float: right;
  width: 100px;
  text-align: right;
}
#spBtn ul {
  width: 100px;
  overflow: hidden;
}
#spBtn li {
  float: left;
  width: 50px;
}

#spMenu {
  display: none;
  background: #004098;
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 200;
}
#spMenu a:link, #spMenu a:active,
#spMenu a:hover, #spMenu a:visited {
  color: #FFF;
}
#spMenu li {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding: 3% 0;
}
#spMenu li a {
  display: block;
}
#spMenu table {
  width: 90%;
  margin: 2% auto 0;
  border-spacing: 0;
  border-collapse: collapse;
}
#spMenu table td {
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
#spMenu table td a {
  padding: 5% 3%;
}

.mainWrap {
  padding-top: 50px;
  width: 100%;
}
.mainWrap.single .mainCont {
  width: 100%;
}

.mainCont {
  float: none;
  width: 100%;
  margin-top: 0;
  padding: 3%;
}

.breadcrumb {
  display: none;
}

.searchArea {
  float: none;
  background: #192173;
  margin: 0;
  width: 100%;
  padding: 5% 3%;
}
.searchArea select#searchBox {
  width: 100%;
  padding: 9px 10px;
  font-size: 15px;
  color: #606366;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: url(../img/sp/ico_select.png) right 50% no-repeat #FFF;
  background-size: 45px, 43px;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.12);
}

.WshAreaT {
  padding: 5% 3% 2%;
}

.WshAreaB {
  padding: 2% 3% 5%;
}

.bnrArea {
  width: 100%;
  padding: 0 0 1% 3%;
}
.bnrArea h2 {
  display: block;
  margin-right: 0;
  font-size: 17px;
}
.bnrArea h2 div {
  padding: 5px 35px 0 30px;
  background: url(../img/common/ico_link.gif) 0 8px no-repeat, url(../img/gallery/bg_tit03.gif) right 0 no-repeat #FFF;
  background-size: 20px 20px, 29px 55px;
}
.bnrArea ul {
  width: 100%;
  padding-right: 3%;
}
.bnrArea ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.bnrArea ul li:nth-child(2n) {
  margin-right: 0;
}

.contactBox {
  padding: 10px;
  margin-bottom: 3%;
}

.formBox {
  padding: 3%;
}
.formBox input, .formBox textarea {
  width: 100%;
  margin-bottom: 5px;
}
.formBox select {
  margin-bottom: 10px;
}
.formBox dl {
  margin-bottom: 30px;
}
.formBox dl dt {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
.formBox dl dd {
  padding-left: 0;
}
.formBox ul.inputIn li {
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
}
.formBox div.inputIn {
  margin-top: 0;
  margin-bottom: 15px;
}
.formBox .zipCode,
.formBox .submit01 {
  width: 100%;
}
.formBox .fileStyle {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
}
.formBox .submit01 {
  display: block;
}

.formBtn li {
  font-size: 16px;
  width: 49%;
}
.formBtn li a {
  padding: 10px 0;
}
.formBtn li:first-child {
  margin-right: 2%;
}

.btn_list {
  width: 100%;
  margin-right: 0;
}
.btn_list li {
  float: none;
}

.btn_L {
  margin: 0 0 15px 0;
  font-size: 16px;
}
.btn_L a {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

h1.titDetail01 {
  font-size: 18px;
  line-height: 20px;
  padding-left: 14px;
}
h1.titDetail01 span {
  padding: 10px 35px 10px 30px;
  background: url(../img/gallery/ico_gallery.png) 0 40% no-repeat, url(../img/gallery/bg_tit.gif) right 0 no-repeat #FFF;
  background-size: 20px 24px, 30px 67px;
}

h1.titContact {
  font-size: 18px;
  line-height: 20px;
  padding-left: 14px;
}
h1.titContact span {
  padding: 10px 35px 10px 30px;
  background: url(../img/common/ico_contact.png) 0 50% no-repeat, url(../img/gallery/bg_tit.gif) right 0 no-repeat #FFF;
  background-size: 20px 13px, 30px 67px;
}

h1.titDetail02 {
  font-size: 18px;
  line-height: 20px;
  padding-left: 14px;
}
h1.titDetail02 span {
  padding: 10px 35px 10px 30px;
  background: url(../img/common/ico_cp.png) 0 40% no-repeat, url(../img/gallery/bg_tit.gif) right 0 no-repeat #FFF;
  background-size: 20px 24px, 30px 67px;
}

h1.titDetail03 {
  font-size: 18px;
  line-height: 20px;
  padding-left: 14px;
}
h1.titDetail03 span {
  padding: 10px 35px 10px 30px;
  background: url(../img/common/ico_pp.png) 0 40% no-repeat, url(../img/gallery/bg_tit.gif) right 0 no-repeat #FFF;
  background-size: 20px 24px, 30px 67px;
}

h1.titDetail04 {
  font-size: 18px;
  line-height: 20px;
  padding-left: 14px;
}
h1.titDetail04 span.supp1 {
  padding: 10px 35px 10px 30px;
  background: url(../img/common/ico_support.png) 0 40% no-repeat, url(../img/gallery/bg_tit.gif) right 0 no-repeat #FFF;
  background-size: 20px 24px, 30px 67px;
}
h1.titDetail04 span.supp2 {
  padding: 10px 35px 10px 30px;
  background: url(../img/common/ico_atte.png) 0 50% no-repeat, url(../img/gallery/bg_tit.gif) right 0 no-repeat #FFF;
  background-size: 22px 22px, 30px 67px;
}
h1.titDetail04 span.supp3 {
  padding: 10px 35px 10px 30px;
  background: url(../img/common/ico_end.png) 0 50% no-repeat, url(../img/gallery/bg_tit.gif) right 0 no-repeat #FFF;
  background-size: 22px 22px, 30px 67px;
}
h1.titDetail04 span.supp4 {
  padding: 10px 35px 10px 30px;
  background: url(../img/common/ico_faq.png) 0 50% no-repeat, url(../img/gallery/bg_tit.gif) right 0 no-repeat #FFF;
  background-size: 22px 22px, 30px 67px;
}
h1.titDetail04 span.huki {
  font-size: 18px;
}

#slideDetailWrap .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 100;
}
#slideDetailWrap .slick-arrow.slick-prev {
  background: url(../img/gallery/slide_prev.gif) 0 0 no-repeat;
  background-size: cover;
  left: 0;
}
#slideDetailWrap .slick-arrow.slick-next {
  background: url(../img/gallery/slide_next.gif) 0 0 no-repeat;
  background-size: cover;
  right: 0;
}

.txtIn {
  padding: 3%;
}
.txtIn .reed {
  margin-bottom: 3%;
}

.shareBox {
  margin-bottom: 3%;
}

.detailTxt li {
  margin-bottom: 3%;
  width: 100%;
  float: none;
}
.detailTxt li:last-child {
  margin-bottom: 3%;
}
.detailTxt li dl {
  border-spacing: 1% 0;
}
.detailTxt li dt, .detailTxt li dd {
  padding-bottom: 3%;
}
.detailTxt li dt {
  margin-right: 0;
  width: 40%;
}
.detailTxt li dd {
  width: 56%;
}
.detailTxt.oneColumn {
  margin-bottom: 3%;
}

.buyBtn {
  width: 90%;
  margin: 5% auto 0;
}
.buyBtn a:link, .buyBtn a:hover, .buyBtn a:active, .buyBtn a:visited {
  padding: 5% 0;
}

h2.related {
  font-size: 17px;
}
h2.related div {
  padding: 5px 35px 0 45px;
  background: url(../img/common/ico_link.gif) 15px 8px no-repeat, url(../img/gallery/bg_tit02.gif) right 0 no-repeat #CCD9EA;
  background-size: 20px 20px, 29px 55px;
}

h2.border {
  margin-bottom: 3%;
  font-size: 16px;
}

.border2 {
  margin-bottom: 20px;
  font-size: 14px;
}
.border2 span {
  padding: 5px 5px 5px 16px;
  background: url(../img/gallery/ico_gallery.png) 0 40% no-repeat #FFF;
  background-size: 14px auto;
}
.border2 .ico_atte {
  background: url(../img/common/ico_contact.png) 0 50% no-repeat #FFF;
  background-size: 14px auto;
}
.border2 .ico_ret {
  background: url(../img/common/ico_ret.png) 0 50% no-repeat #FFF;
  background-size: 14px auto;
}
.border2 div {
  padding-left: 0px;
  padding-right: 10px;
}

.listTile4 {
  padding: 3%;
  width: 100%;
}
.listTile4 li {
  font-size: 12px;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.listTile4 li:nth-child(2n) {
  margin-right: 0;
}
.listTile4 li a {
  padding: 5px;
}
.listTile4 li .border span {
  width: 30%;
}

.flL_tw {
  float: none;
  width: 100%;
}

.flR_tw {
  float: none;
  width: 100%;
}

.lineL {
  font-size: 16px;
}

.list01, .list02, .list03 {
  width: 100%;
}
.list01 li, .list02 li, .list03 li {
  display: block;
  width: 100%;
  margin-right: 0px;
  min-height: initial;
  min-height: auto;
  max-height: initial;
  max-height: auto;
}

.pager .btn {
  width: 45px;
}
.pager li {
  margin-top: 15px;
  font-size: 14px;
  padding: 0 20px 0 10px;
  background: url(../img/common/bg_sl.png) no-repeat right center;
}
.pager li:last-child {
  background-image: none;
  padding: 0 10px;
}

.ttl_line_y {
  font-size: 14px;
}

.infoBox {
  padding-top: 30px;
}
.infoBox .ttl_info {
  height: 30px;
  padding: 5px 10px 0;
  font-size: 16px;
  background: url(../img/common/bg_ttl_info.gif) no-repeat 0 0;
  background-size: auto 30px;
}
.infoBox .ttl_info span {
  padding-left: 40px;
  background-size: auto 15px;
}

.infoBoxin {
  padding: 15px;
  border: 5px solid #e9eaeb;
  background: #fff;
}
.infoBoxin .tel {
  float: none;
  margin: 0 0 10px;
  font-size: 24px;
  text-align: center;
}
.infoBoxin .tel span {
  padding-left: 40px;
  background: url(../img/common/ico_freetel.png) no-repeat 0 50%;
  background-size: auto 20px;
}
.infoBoxin .btn_spo {
  float: none;
  margin: 0;
}

.acd dt p {
  margin: 0px 0 0 35px;
}
.acd dd {
  padding: 10px;
}

.itemDt dt {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}

.snglList {
  width: 100%;
  height: auto;
  min-height: initial;
  min-height: auto;
  max-height: initial;
  max-height: auto;
  overflow: visible;
}
.snglList dt {
  float: none;
  width: 100%;
}
.snglList dt img {
  width: 100%;
}
.snglList dd {
  float: none;
  width: 100%;
}
.snglList dd .newIcon {
  width: 50px;
  height: auto;
}
.snglList .ttl {
  font-size: 16px;
}
.snglList .ttls {
  font-size: 16px;
}

.sitemap_area {
  font-size: 16px;
}
.sitemap_area li {
  margin-bottom: 10px;
  background: url(../img/common/ico_lineL.gif) no-repeat 0 3px;
}
.sitemap_area li .site_inner {
  font-size: 12px;
}
.sitemap_area li .site_inner li {
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 0;
}

.searchList ul {
  margin-bottom: 5%;
}
.searchList li {
  margin-bottom: 3%;
  padding-bottom: 3%;
}
.searchList li dl {
  overflow: hidden;
}
.searchList li dt {
  padding-left: 10px;
  float: none;
  margin-bottom: 3%;
}
.searchList li dd {
  padding-left: 0;
}
.searchList li .w94, .searchList li .w50 {
  width: 100%;
}

.spMb10 {
  margin-bottom: 10px;
}

.searchSubmit {
  padding-bottom: 5%;
}
.searchSubmit input[type=submit] {
  padding: 3% 0;
  font-size: 15px;
  width: 100%;
}

.searchArea.lay02 {
  width: 94%;
  margin: 0 3%;
  padding: 0;
}
.searchArea.lay02 h1 div {
  padding-top: 7px;
  background-size: 15px 15px, 30px 67px;
}

/*# sourceMappingURL=sp.css.map */
