@charset "UTF-8";
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese);
@import url("https://fonts.googleapis.com/css?family=Roboto");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

body.fixedHead {
  overflow: hidden;
  height: 100vh;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
a[href^="tel:"] {
  cursor: default;
}

a {
  color: #1f328c;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

a:hover,
a:active {
  text-decoration: none;
}

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

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

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

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.pageTop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  font-size: 300%;
  -webkit-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.pageTop a {
  color: #2a64b7;
}

.pageTop.active {
  visibility: visible;
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.anim {
  -webkit-transition: all 0.6s ease;
  transition: all  0.6s ease;
  opacity: 0;
  transform: translateY(20px);
}
.anim.active {
  opacity: 1;
  transform: translateY(0px);
}

.cf {
  display: inline-block;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/*company*/
.messege_box {
  padding: 55px 0 100px;
  background: #fafcfe;
  border-bottom: 1px solid #a2aacc;
}
@media screen and (max-width: 480px) {
  .messege_box {
    padding: 0 0 50px;
  }
}

.messege_box .flex_box01_2column {
  font-size: 114.3%;
}
.messege_box .flex_box01_2column .imgBox {
  width: 27%;
}
.messege_box .flex_box01_2column p {
  width: 65%;
}
@media screen and (max-width: 896px) {
  .messege_box .flex_box01_2column .imgBox {
    width: 50%;
    margin: 0 auto 15px;
  }
  .messege_box .flex_box01_2column p {
    width: 100%;
  }
}

/*商品一覧*/
.itemList {
  margin-top: 120px;
}
.itemList .s_condition {
  color: #1f328c;
  font-size: 114.3%;
}
.itemList .flexbox_3column_sp2column {
  margin-top: 40px;
}

.pageNavi {
  margin: 50px 0 100px;
  text-align: center;
}
.pageNavi li {
  display: inline-block;
  font-size: 114.3%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0 2px;
}
.pageNavi li a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #333;
  color: #000;
}
.pageNavi li.current a {
  color: #ccc;
  border: 1px solid #ccc;
}

/*商品ページ*/
.itemSingle {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: stretch;
}

.header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 55;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 60px;
  }
}
.header h2 {
  padding-left: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .header h2 {
    width: 30%;
    height: 60px;
    padding: 10px;
    position: absolute;
    z-index: 100;
  }
  .header h2 img {
    height: 100%;
  }
}
@media screen and (max-width: 896px) {
  .header h2 {
    width: 34%;
    height: auto;
    padding: 3px 10px 10px;
  }
}
@media screen and (max-width: 480px) {
  .header h2 {
    width: 60%;
    height: auto;
  }
}
.header .headInfo {
  display: flex;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .header .headInfo {
    display: none;
  }
}
@media screen and (max-width: 1135px) {
  .header .headInfo .headInfo_tel {display: none;}
}
.header .headInfo .headInfo_tel {
  padding: 10px 20px;
}
.header .headInfo .headInfo_tel .comment {
  font-weight: bold;
  margin-bottom: 5px;
}
.header .headInfo .headInfo_tel .tel {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #1f328c;
}
.header .headInfo .headInfo_tel .tel span:first-child {
  font-size: 150%;
  margin-right: 15px;
}
.header .headInfo .headInfo_tel .tel span:first-child img {
  margin-right: 5px;
}
.header .headInfo .headInfo_tel .tel span:last-child {
  font-size: 112.5%;
}
.header .headInfo .headInfo_tel .open {
  color: #1f328c;
  margin-top: 5px;
}
.header .headInfo .headInfo_btn {
  display: flex;
}
.header .headInfo .headInfo_btn a {
  color: #fff;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 100px;
  text-align: center;
}
.header .headInfo .headInfo_btn a:nth-child(1) {
  background: #a2aacc;
}
.header .headInfo .headInfo_btn a:nth-child(2) {
  background: #00b9ca;
}
.header .headInfo .headInfo_btn a:nth-child(3) {
  background: #1f328c;
}
.header .headInfo .headInfo_btn a i {
  font-size: 200%;
}
.header .headInfo .headInfo_btn a p {
  width: 100%;
  margin-top: 5px;
  font-size: 85.7%;
}

@media screen and (max-width: 1024px) {
  .spNav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    background: #1f328c;
    z-index: 1;
  }
}



.headNav {
  width: 100%;
  border-top: 1px solid #a2aacc;
  padding: 0 0 20px;
  -webkit-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
@media screen and (min-width: 1025px) {
  .headNav.active {
    position: fixed;
    z-index: 20;
    background: #fff;
    box-shadow: 0px 5px 7px -5px #a8a8a8;
  }
}
@media screen and (max-width: 1024px) {
  .headNav {
    position: fixed;
    z-index: 99;
    top: 0;
    padding: 0 0 60px;
    border-top: 0;
  }
  .headNav .toggleBtn_sp {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 26px;
    height: 22px;
  }
  .headNav .toggleBtn_sp.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .headNav .toggleBtn_sp.active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .headNav .toggleBtn_sp.active span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .headNav .toggleBtn_sp.active span:nth-child(3) {
    opacity: 0;
  }
  .headNav .toggleBtn_sp span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .headNav .toggleBtn_sp span:nth-child(1) {
    top: 0;
  }
  .headNav .toggleBtn_sp span:nth-child(2) {
    top: 10px;
  }
  .headNav .toggleBtn_sp span:nth-child(3) {
    bottom: 0;
  }
}

/*--nav upper--*/
.headNav > .navUpper {
  width: 100%;
  border-bottom: 1px solid #a2aacc;
  -webkit-transition: all 0.5s ease;
  transition: all  0.5s ease;
  background:rgba(239,245,253,.7);
}
.headNav > .navUpper ul{
  max-width: 1080px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.headNav > .navUpper ul li{
  width: 33.2%;
}
.headNav > .navUpper ul li a{
  padding: 8px 0;
  text-align: center;
  font-size: 108%;
  display: block;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content: center;
}
.headNav > .navUpper ul li a i{
  padding-left: 5px;
}
.headNav > .navUpper ul li a span{
  display: block !important;
  font-size: 60%;
  width: 100%;
  color: #666;
  text-align: center;
}
.navUpperSp{
    display: none;all: 
  }
@media screen and (max-width: 1024px) {
  .headNav > .navUpper {
    display: none;
  }
  .navUpperSp{
    display: block;
  }
  .navUpperSp span{
    display: block;
    font-size: 60%;
    color: #666;
    text-decoration: none;
  }
}

/*---//nav upper--*/

.headNav > ul {
  max-width: 1080px;
  padding-top: 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .headNav > ul {
    width: 100%;
    display: none;
    height: 100vh;
    background: #fff;
    overflow-x: auto;
    /*margin-top: -60px;*/
    padding: 80px 0 80px;
  }
}
.headNav > ul > li {
  margin: 0 12px;
}
.headNav > ul > li > a {
  font-size: 122%;
}
.headNav > ul > li > a i {
  font-size: 70%;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .headNav > ul > li > a {
    border-bottom: 1px solid #1f328c;
    padding: 10px 0;
    display: block;
    position: relative;
  }
  .headNav > ul > li > a i {
    position: absolute;
    right: 0;
    font-size: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
  }
}
@media screen and (max-width: 480px) {
  .headNav > ul > li > a {
    font-size: 108%;
  }
}
.headNav > ul > li.snav {
  display: none;
}
@media screen and (max-width: 480px) {
  .headNav > ul > li.snav {
    display: block;
  }
}
.headNav > ul > li.snav a {
  font-size: 88%;
}
.headNav > ul li > .dropdownNav {
  visibility: hidden;
  opacity: 0;
  background: #3447a1;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 0;
  right: 0;
  margin: 20px auto auto;
  padding: 20px 40px;
  -webkit-transition: all 0.1s ease;
  transition: all  0.1s ease;
}
.headNav > ul li > .dropdownNav ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .headNav > ul li > .dropdownNav {
    visibility: visible;
    opacity: 1;
    background: #a2aacc;
    position: static;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .headNav > ul li > .dropdownNav {
    padding: 15px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.headNav > ul li > .dropdownNav.active {
  opacity: 1;
  visibility: visible;
}
.headNav > ul li > .dropdownNav::before {
  content: "";
  position: absolute;
  top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 10px 11.5px;
  border-color: transparent transparent #1f328c transparent;
}
.headNav > ul li > .dropdownNav.n01::before {left:110px;}
.headNav > ul li > .dropdownNav.n02::before {left:276px;}

@media screen and (max-width: 1024px) {
  .headNav > ul li > .dropdownNav::before {
    display: none;
  }
}
.headNav > ul li > .dropdownNav ul > li {
  width: 49%;
  margin-bottom: 10px;
  font-size: 114%;
}
@media screen and (max-width: 480px) {
  .headNav > ul li > .dropdownNav ul > li {
    width: 100%;
    font-size: 100%;
  }
}
.headNav > ul li > .dropdownNav ul > li a {
  color: #fff;
  display: flex;
  align-items: center;
}
.headNav > ul li > .dropdownNav ul > li .imgBox {
  min-width:45px;
  height: 45px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.headNav > ul li > .dropdownNav ul > li .imgBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.headNav > ul li:nth-child(1) > ul::before {
  left: 10%;
}
.headNav > ul li:nth-child(2) > ul::before {
  left: 27%;
}

.btn01 a {
  display: inline-block;
  border: 1px solid #1f328c;
  font-size: 114.3%;
  padding: 20px 35px;
  background: #fff;
}
.btn01 a i {
  padding-left: 5px;
  font-size: 85.7%;
}
.btn01 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 896px) {
  .btn01 a {
    display: block;
    text-align: center;
  }
  .btn01 a i {
    padding-left: 15px;
  }
}

#contents {
  padding-top: 224px;
}
@media screen and (max-width: 1024px) {
  #contents {
    padding-top: 60px;
  }
}

/*news*/
.news {
  width: 100%;
  max-width: 1080px;
  padding: 20px;
  margin: -120px auto 40px;
  background:#fff;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
  z-index: 100;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .news {
    margin: 0 auto;
    box-shadow:none;
  }
}
@media screen and (max-width: 896px) {
  .news {
    margin-top: 10px;
  }
}
@media screen and (max-width: 697px) {
  .news {
    display: block;
  }
}
.news h2{
  color: #1f328c;
  font-weight: bold;
  font-size: 142.8%;
  margin-bottom: 20px;
  text-align: center;
  /*padding-bottom: 10px;*/
  letter-spacing: 0.1em;
  position: relative;
  width: 15%;
}
/*
.news h2::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background: #1f328c;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.news h2 span{
  font-weight:normal;
  padding-left: 1em;
  font-size: 60%;
}
*/
.news .newslist{
  width: 80%;
  border-bottom: none;
}
.news ul li {
  padding: 18px 0;
  border-bottom: 1px dotted #ddd;
}
.news ul li p{
  display: flex;
  flex-wrap:wrap;
}
.news ul li .date {
  color: #1f328c;
  width: 6em;
}
.news ul li .newsCont{
  padding-left:6em;
  padding-top: 5px;
  
}
@media screen and (max-width: 677px) {
  .news .newslist,
  .news h2{
    width: 100%;
  }
  .news h2{
    margin-bottom: 8px;
  }
  .news ul li .date {
    width:100%;
  }
  .news ul li .newsCont{
    padding-left:0;

  }
}


.search {
  background: #fafcfe;
  padding: 80px 0;
  border-bottom: 1px solid #a2aacc;
  border-top: 1px solid #a2aacc;
}
@media screen and (max-width: 1024px) {
  .search {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .search {
    padding:25px 0 20px;
  }
}
.search h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .search h2 {
    margin-bottom: 20px;
    font-size: 87%;
  }
  .search h2 span:first-child{margin-bottom:5px;}
}
.search .searchForm form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .search .searchForm form {
    display: block;
  }
}
.search .searchForm form .submitBtn {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.search .searchForm form dl {
  width: 31.6666666667%;
}
@media screen and (max-width: 480px) {
  .search .searchForm form dl {
    width: 100%;
    margin-bottom: 25px;
  }
  .search .searchForm form .submitBtn{
    margin-top: 20px !important;
  }
  .search .searchForm input[type="submit"]{padding: .7em;}
}
.search .searchForm form dl dt {
  font-size: 114.3%;
  color: #1f328c;
  border-bottom: 1px solid #1f328c;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .search .searchForm form dl dt {
    margin-bottom: 10px !important;
    font-size: 100%;
  }
  .search select{height: auto !important;}
}
.search .searchForm form dl dt::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.block01 {
  margin-bottom: 60px;
}

.block02 {
  margin-bottom: 35px;
}

.inner {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 896px) {
  .inner {
    padding: 0 15px;
  }
}

.flex_box01_2column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .flex_box01_2column {
    display: block;
  }
}

.subMv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  height: 26vh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .subMv {
    height: auto;
  }
}
.subMv h1 {
  position: absolute;
  text-align: center;
  color: #fff;
}
.subMv h1 span {
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1;
}
.subMv h1 span:first-child {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 242.9%;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .subMv h1 span:first-child {
    font-size: 178.6%;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.subMv h1 span:last-child {
  font-size: 157.1%;
}
@media screen and (max-width: 896px) {
  .subMv h1 span:last-child {
    font-size: 114.3%;
  }
}
.subMv img {
  vertical-align: bottom;
}

.catBox {
  margin: 15px 0;
}

.catBox .cat {
  font-size: 92.9%;
  color: #fff;
  padding: 3px 5px;
  line-height: 1;
}

.catBox .c01 {
  background: #49abb7;
}

.catBox .c02 {
  background: #a3b83f;
}

.catBox .c03 {
  background: #9c8ace;
}

.flexbox_3column_sp2column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox_3column_sp2column li {
  position: relative;
  width: 30.6666666667%;
  margin-bottom: 3.3333333333%;
  -webkit-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
@media screen and (max-width: 896px) {
  .flexbox_3column_sp2column li {
    width: 46%;
  }
}
.flexbox_3column_sp2column li:hover {
  opacity: 0.6;
}
.flexbox_3column_sp2column li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
}
.flexbox_3column_sp2column li a.list_page {
  position: inherit;
}
.flexbox_3column_sp2column::after {
  content: "";
  display: block;
  width: 30.6666666667%;
}
@media screen and (max-width: 896px) {
  .flexbox_3column_sp2column::after {
    display: none;
  }
}

.img_zoom li .imgBox {
  overflow: hidden;
  position: relative;
}
.img_zoom li .imgBox::before {
  content: "";
  padding-top: 63%;
  width: 100%;
  display: block;
}

.img_zoom li .imgBox img {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.img_zoom li:hover .imgBox img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.table01 {
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 114.3%;
}
.table01 th, .table01 td {
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.table01 th {
  width: 20%;
}
.table01 td {
  padding: 15px 0;
}
.table01 td span {
  display: block;
  padding-left: 50px;
  border-left: 1px solid #94afd4;
}

.table02 {
  width: 100%;
  border: 1px solid #ccc;
}
.table02 th, .table02 td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .table02 th, .table02 td {
    padding: 10px;
  }
}
.table02 th {
  width: 20%;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .table02 th {
    width: auto;
  }
}

@media screen and (max-width: 896px) {
  .table_basic th, .table_basic td {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .table_basic th {
    font-weight: bold;
    text-align: center;
  }
  .table_basic td span {
    border-left: 0;
    padding-left: 0;
  }
}
.headline01 {
  color: #1f328c;
}
.headline01 span {
  display: block;
  text-align: center;
  line-height: 1;
}
.headline01 span:first-child {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 242.9%;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
@media screen and (max-width: 896px) {
  .headline01 span:first-child {
    font-size: 178.6%;
  }
}
.headline01 span:last-child {
  position: relative;
  font-size: 114.3%;
  padding-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .headline01 span:last-child {
    font-size: 92.9%;
    padding-bottom: 10px;
  }
}
.headline01 span:last-child::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background: #1f328c;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 896px) {
  .headline01 span:last-child::after {
    width: 60px;
  }
}

.headline02 {
  color: #1f328c;
  text-align: center;
  line-height: 1;
  font-size: 242.9%;
  padding-bottom: 25px;
  margin-bottom: 50px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.2em;
}
.headline02::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background: #1f328c;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 896px) {
  .headline02 {
    font-size: 150%;
    margin-bottom: 24px;
  }
}

.headline03 {
  color: #1f328c;
  font-weight: bold;
  font-size: 128.6%;
  margin-bottom: 15px;
}

.headline04 {
  font-weight: bold;
  font-size: 114.3%;
  margin-bottom: 10px;
}

.headline_box {
  color: #1f328c;
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 25px;
  padding: 12px;
  background-color: #eff5fa;
  border: solid 1px #d7e6f3;
}

input[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 114.3%;
  padding: 0.4em 0.8em;
  width: 100%;
  /*color: #a2a2a2;*/
}

input[type="text"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 114.3%;
  padding: 0.4em 0.8em;
  width: 100%;
  color: #a2a2a2;
}

select::-ms-expand {
  display: none;
}

select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.selectBox {
  position: relative;
}
.selectBox::after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 17px;
  font-weight: bold;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #1f328c;
}

input[type="submit"] {
  -webkit-appearance: none;
  background-color: #1f328c;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 128.6%;
  margin: 0 0 1em;
  padding: 1em 8em;
  text-decoration: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none;
}

input[type="submit"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

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

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

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

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

.bgBl {
  border: solid 1px #a2aacc;
  background: #fafcfe;
  padding: 20px;
}

.red {
  color: #FF1115;
}

.footer {
  background: #1f328c;
}
.footer .copyright {
  background: #2a64b7;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}

.footNav {
  padding: 50px 0;
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.footNav > ul {
  width: 23.75%;
}
.footNav > ul > li > a {
  font-weight: bold;
  font-size: 107.1%;
}
.footNav > ul li {
  line-height: 2.2;
}
.footNav > ul li a {
  color: #fff;
}
.footNav > ul li a:hover {
  color: #2a64b7;
}

@media screen and (max-width: 896px) {
  .footNav {
    display: none;
  }
}
.aboutSec {
  border-top: 1px solid #a2aacc;
}

.aboutSec .inner {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
@media screen and (max-width: 896px) {
  .aboutSec .inner {
    display: block;
  }
}

.aboutSec .inner .address {
  width:100%;
  display: flex;
  justify-content: space-between;
}
.adressTxt,
.bnrOrder{
    width: 49%;
}
@media screen and (max-width: 896px) {
  .aboutSec .inner .address{
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .aboutSec .inner .address{
    display: block;
  }
  .adressTxt,
  .bnrOrder{
      width: 100%;
      font-size: 86%;
  }
  .bnrOrder{
    margin-bottom: 20px;
  }
}
.aboutSec .inner .address .logo {
  margin: 0 0 20px;
  width: 181px;
}
@media screen and (max-width: 1024px) {
  .aboutSec .inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 896px) {
  .aboutSec .inner {
    padding: 40px 15px;
  }
}

/*商品詳細 youtube*/

.w100{width:100%;}
.freearea{
  padding-left: 15px;
  padding-right: 15px;
}
.freearea iframe{
  width:100%;
}



/*ストーマベルトとは*/
.listA{
  margin-bottom: 30px;
}
.listA li{
  display: block;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
/*02*/
.listArw02{
  padding-left:1em;
}
.listArw02 li{
  display: block;
  margin-bottom: 10px;
  padding-left:1em;
  text-indent:-1em;
}
.listArw02 li::last-child{
  margin-bottom: 0;
}
.listArw02 li::before{
  content: '\f0da';
  font-family: 'fontAwesome';
  margin-right: .4em;
  color: #1f328c;
}

.about2col{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about2col li{
  width: 46%;
}
.about2col li img{
  margin: 10px 0;
}

/*faq*/
dl.faq{
  
}
.faq dt{
  cursor: pointer;
  font-size:108%;
  color: #1f328c;
  margin-top: 15px;
  padding-bottom:5px;
  margin-bottom: 10px;
  border-bottom: solid 1px #d7e6f3;
}
.faq dt::before{
  content: "Q.";
  font-size:128%;
  margin-right:5px;
  display: inline-block;
  font-weight: bold;
}

.faq dd{
  display: none;
  margin-bottom: 30px;
  background-color: #eff5fa;
  padding: 20px;
}


.btn_group.col-sm-4,
.btn_group.col-sm-4{
  width:100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  align-items: center;
  align-content: center;
}
.btn_group  p,
.btn_group.col-sm-4 p{
  margin: 10px;
  min-width: 20%;
}



