@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #000;
  min-width: 1200px;
  /*	min-width: 1400px;*/
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden !important;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
}

a:link,
a:visited {
  color: #333;
}

.hidden {
  display: none;
}

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

.container {
  width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.container > .inner {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container > .inner {
    width: 100%;
  }
}

main article {
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  main article {
    padding-bottom: 30px;
  }
}

.columns {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .columns {
    display: block !important;
  }
}
.columns aside {
  width: 320px;
  order: 1;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .columns aside {
    width: 100%;
    padding-bottom: 0;
  }
}
.columns main {
  width: 780px;
  order: 2;
}
@media screen and (max-width: 767px) {
  .columns main {
    width: 100%;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    color: #333;
    outline: none;
    padding: 8px 0 0 0;
    height: 79px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
  }
  .navbar-default .navbar-nav > li > a span {
    color: #666666;
    outline: none;
    padding: 8px 0 0 0;
    height: 79px;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    margin-top: 6px;
  }
}
/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}
/*共通*/
.fr {
  list-style: none;
  display: flex;
}

.fr.between {
  display: flex;
  justify-content: space-between !important;
}

.fr.start {
  display: flex;
  justify-content: flex-start !important;
}

.fr.reverse {
  display: flex;
  flex-direction: row-reverse;
}

.fr.wrap {
  display: flex;
  flex-wrap: wrap;
}

.fr.center {
  display: flex;
  justify-content: center;
}

.fr.hcenter {
  display: flex;
  align-items: center;
}

.fr.bottom {
  display: flex;
  align-items: flex-end !important;
}

.fr.top {
  display: flex;
  align-items: flex-start !important;
}

/*btns*/
.btn {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 6px;
}

/*---------------------------------
header
---------------------------------*/
#header {
  width: 100%;
  background-color: transparent;
  transition: all 0.2s;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #header {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    transition: all 0.2s;
    height: 62px;
    z-index: 4;
    background-color: #fff;
    border-top: 4px solid #fb1e1b;
  }
}
#header .navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100px;
}
@media screen and (max-width: 767px) {
  #header .navbar-header {
    height: 58px;
  }
}
#header .logo {
  display: inline-block;
  margin: 0px 0 0px 5px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #header .logo {
    display: inline-block;
    margin: 0 0 0 0px;
  }
}
#header .logo .navbar-brand {
  margin-top: 0px;
  margin-left: 0px;
  display: block;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/logo.svg) no-repeat;
  background-size: 100% auto;
  width: 160px;
  height: 34px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  #header .logo .navbar-brand {
    background-size: cover;
    width: 130px;
    height: 28px;
    margin: 0;
  }
}
#header ul.snslist {
  list-style: none;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -72px;
}
#header ul.snslist li {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #header ul.snslist li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #header ul.snslist {
    position: relative;
    right: auto;
    top: auto;
    justify-content: center;
    margin: 30px 0;
  }
}
#header ul.snslist a:hover {
  opacity: 0.8;
}

.wrapper {
  padding-top: 5px;
}
body.fixed .wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 62px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .gnavi {
    background-color: #fb1e1b;
  }
  body.fixed .gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .gnavi .spmenu {
    display: block !important;
  }
  .gnavi .inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
  }
  .gnavi ul.navi {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100px;
  }
  .gnavi ul.navi > li {
    cursor: pointer;
    width: 20%;
    margin: 0;
    padding: 0;
    border-right: 5px solid #fff;
  }
  .gnavi ul.navi > li:first-child {
    border-left: 5px solid #fff;
  }
  .gnavi ul.navi > li > a {
    background-color: #fb1e1b;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    color: #fff;
    height: 100px;
    line-height: 1;
    padding: 70px 0 0;
    font-size: 18px;
    transition: none;
    text-decoration: none;
    position: relative;
  }
  .gnavi ul.navi > li > a:hover {
    background-color: #e80300;
  }
  .gnavi ul.navi > li > a i {
    display: none;
  }
  .gnavi ul.navi > li:hover > a {
    background-color: #e80300;
  }
  .gnavi ul.navi > li.menu-item-has-children {
    position: relative;
  }
  .gnavi ul.navi > li.menu-item-has-children > a {
    cursor: pointer;
  }
  .gnavi ul.navi > li .subarea {
    position: absolute;
    top: 100px;
    left: 0;
    width: 350px;
    overflow: hidden;
    height: 0;
    z-index: 2;
    transition: all 0.1s;
  }
  .gnavi ul.navi > li .subarea::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #fb1e1b transparent;
    position: absolute;
    top: 0;
    left: 102px;
  }
  .gnavi ul.navi > li ul.sub-menu {
    cursor: default;
    margin: 15px 0 0 0;
    list-style: none;
    border-radius: 10px;
    border: 2px solid #fb1e1b;
    position: relative;
    background-color: #fff;
    overflow: hidden;
  }
  .gnavi ul.navi > li ul.sub-menu > li {
    padding: 0;
    margin: 0 0px;
    border-top: 1px dashed #fb1e1b;
  }
  .gnavi ul.navi > li ul.sub-menu > li:first-child {
    border-top: none;
  }
  .gnavi ul.navi > li ul.sub-menu a {
    padding: 0 12px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 24px 0;
    text-decoration: none;
    line-height: 1.3;
    padding: 18px 20px;
    color: #333;
    position: relative;
  }
  .gnavi ul.navi > li ul.sub-menu a i {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
  }
  .gnavi ul.navi > li ul.sub-menu a:hover {
    background-color: #f6ff90;
    color: #fb1e1b;
  }
  .gnavi ul.navi > li:hover .subarea {
    height: 460px;
    transition: all 0.2s;
    padding: 0px 0 0;
  }
  .gnavi ul.navi > li:first-child > a {
    background-position: center 13px;
    background-size: 26px 54px;
    background-image: url(../images/icon-product.png);
  }
  .gnavi ul.navi > li:first-child:hover .subarea {
    height: 207px;
  }
  .gnavi ul.navi > li:nth-child(2) > a {
    background-position: center 20px;
    background-size: 95px 40px;
    background-image: url(../images/icon-news.png);
  }
  .gnavi ul.navi > li:nth-child(3) > a {
    background-position: center 17px;
    background-size: 53px 46px;
    background-image: url(../images/icon-company.png);
  }
  .gnavi ul.navi > li:nth-child(3):hover .subarea {
    height: 525px;
  }
  .gnavi ul.navi > li:nth-child(4) > a {
    background-position: center 19px;
    background-size: 54px 42px;
    background-image: url(../images/icon-faq.png);
  }
  .gnavi ul.navi > li:nth-child(4):hover .subarea {
    height: 240px;
  }
  .gnavi ul.navi > li:nth-child(5) > a {
    background-position: center 15px;
    background-size: 39px 50px;
    background-image: url(../images/icon-cm.png);
  }
  .gnavi ul.navi > li:nth-child(5) .subarea {
    left: auto;
    right: 0;
  }
  .gnavi ul.navi > li:nth-child(5) .subarea::before {
    left: auto;
    right: 102px;
  }
  .gnavi ul.navi > li:nth-child(5):hover .subarea {
    height: 144px;
  }
}
/*menu*/
.navbar-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .navbar-toggle {
    outline: none;
    z-index: 1000;
    position: fixed;
    top: 4px;
    right: 20px;
    display: block !important;
    float: none;
    padding: 0;
    margin-top: 0px;
    margin-right: 0px !important;
    margin-bottom: 0px;
    background-image: none;
    border: 0;
    height: 58px;
    width: 58px;
    z-index: 1001;
    right: 0;
    background: #fb1e1b url("../images/icon-bar.svg") no-repeat center center;
    background-size: 40px 40px;
  }
  .navbar-toggle.is-open {
    transition: all 0.2s;
    background: #fb1e1b url("../images/icon-close.svg") no-repeat center center;
    background-size: 27px 27px;
  }
  .navbar-toggle:focus {
    background-color: #fb1e1b;
  }
  .navbar-toggle:hover {
    background-color: #fb1e1b;
  }
  .navbar-toggle.is-open:focus,
.navbar-toggle.is-open:hover {
    background-color: #fb1e1b;
  }
}
@media screen and (max-width: 767px) {
  .spmenu {
    display: none;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 58px;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    height: calc(100vh - 62px);
    overflow: auto;
    padding: 0 0px;
  }
  .spmenu .inner {
    padding-bottom: 100px;
  }
  .spmenu ul {
    list-style: none;
  }
  .spmenu .navi li {
    border-top: 1px solid rgba(251, 30, 27, 0.5);
  }
  .spmenu .navi li:last-child {
    border-bottom: 1px solid rgba(251, 30, 27, 0.5);
  }
  .spmenu .navi li a {
    padding: 20px 15px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #8f110f;
    position: relative;
    background-color: #fb1e1b;
  }
  .spmenu .navi li a:after {
    position: absolute;
    right: 25px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .spmenu .navi li.menu-item-has-children > a:after {
    display: none;
  }
  .spmenu .navi li.menu-item-has-children > a i {
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 0;
    width: 60px;
    height: 65px;
    text-align: center;
    line-height: 65px;
  }
  .spmenu .navi li.menu-item-has-children > a.active i::before {
    content: "\f068";
  }
  .spmenu .navi li.menu-item-has-children .subarea {
    display: none;
  }
  .spmenu .navi li.menu-item-has-children .sub-menu {
    background-color: #f1ff59;
    padding: 0 20px;
  }
  .spmenu .navi li.menu-item-has-children .sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .spmenu .navi li.menu-item-has-children .sub-menu li a {
    color: #333;
    padding: 20px 0px 20px 0;
    background-color: #f1ff59;
  }
  .spmenu .navi li.menu-item-has-children .sub-menu li a i {
    display: none;
  }
  .spmenu .navi li.menu-item-has-children .sub-menu li:last-child {
    border-top: none;
    border-bottom: none;
  }
  .spmenu .navi li.menu-item-has-children .sub-menu li:last-child a {
    border-bottom: none;
  }
}
.breadcrumbs {
  line-height: 72px;
  padding: 20px 0;
  margin: 0px;
  border-bottom: none;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.3;
  color: #525252;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0;
    line-height: 1.3;
    height: auto;
    font-size: 12px;
    overflow: hidden;
  }
}
.breadcrumbs .container {
  display: flex;
  align-items: center;
}
.breadcrumbs a {
  font-size: 16px;
  color: #525252;
  margin-right: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: 12px !important;
  }
}
.breadcrumbs a:first-child {
  display: inline-block;
  width: 18px;
  height: 17px;
  flex-shrink: 0;
  background-image: url(../images/icon-home.svg);
  background-repeat: no-repeat;
}
.breadcrumbs span {
  margin: 0 5px;
}
.breadcrumbs strong {
  margin-left: 5px;
  font-weight: normal;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breadcrumbs strong {
    font-size: 12px !important;
  }
}

.pagination li > span {
  border-color: #337ab7;
  color: #fff;
}

/**
* .section
*/
section {
  margin-bottom: 0px;
  display: block;
  position: relative;
  padding: 75px 0;
}
section:first-child {
  padding-top: 0;
}
section:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 42px 0;
  }
}
section .anchor {
  position: absolute;
  top: -102px;
}
@media screen and (max-width: 767px) {
  section .anchor {
    top: -65px;
  }
}
section .sec-title {
  text-align: left;
  color: #fff;
  background-color: #fb1e1b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 13px 20px;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 40px;
}
.home section .sec-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section .sec-title {
    padding: 10px 20px;
    font-size: 20px;
    margin: 0 -20px 30px;
    border-radius: 0;
  }
  .home section .sec-title {
    margin: 0 -20px 15px;
  }
}
section .contents {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 2px solid #fb1e1b;
  border-right: 2px solid #fb1e1b;
  border-bottom: 2px solid #fb1e1b;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  section .contents {
    border: 0;
    padding: 0;
  }
}

/*******************/
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
}

.widget_archive ul,
.widget_categories ul {
  margin: 0;
  list-style: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 2px solid #fb1e1b;
  border-right: 2px solid #fb1e1b;
  border-bottom: 2px solid #fb1e1b;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .widget_archive ul,
.widget_categories ul {
    border: 0;
  }
}
.widget_archive ul > li,
.widget_categories ul > li {
  padding: 0;
  margin: 0 0px;
  border-top: 1px dashed #fb1e1b;
}
.widget_archive ul > li:first-child,
.widget_categories ul > li:first-child {
  border-top: none;
}
.widget_archive ul a,
.widget_categories ul a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 24px 12px;
  text-decoration: none;
  line-height: 1.3;
  padding: 18px 20px;
  color: #333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .widget_archive ul a,
.widget_categories ul a {
    font-size: 16px;
    padding: 12px 12px;
  }
}
.widget_archive ul a::before,
.widget_categories ul a::before {
  content: "\f138";
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.widget_archive ul a i,
.widget_categories ul a i {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.widget_archive ul a:hover,
.widget_categories ul a:hover {
  background-color: #f6ff90;
  color: #fb1e1b;
}
@media screen and (max-width: 767px) {
  .widget_archive .inner,
.widget_categories .inner {
    padding: 10px;
    border: 0 !important;
  }
}

.widget_archive .inner {
  margin: 0;
  list-style: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 2px solid #fb1e1b;
  border-right: 2px solid #fb1e1b;
  border-bottom: 2px solid #fb1e1b;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .widget_archive .inner {
    padding: 10px;
    border: 0 !important;
  }
}

.widget_search .input-group {
  margin-top: 0;
  padding: 0px 0px 0;
  position: relative;
}

.widget_search .btnarea {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.widget_search .btnarea .btn {
  outline: none;
  background: url("../images/icon_search.svg") no-repeat center center;
  text-align: center;
  display: block;
  height: 21px;
  width: 20px;
}

.widget_search input[type=search].form-control {
  width: 100%;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  background-color: transparent;
  padding-right: 25px;
}

.widget_search .input-group-btn {
  position: relative;
}

.widget_archive .screen-reader-text {
  display: none;
}

.widget_categories select,
.widget_archive select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 42px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc !important;
  line-height: 40px;
  background-color: transparent;
  border-radius: 5px;
  outline: none;
  font-size: 18px;
}

.widwidget_categoriesget_archive select::-ms-expand,
.widget_archive select::-ms-expand {
  display: none;
}

.widget_categories .selectWrap,
.widget_archive .selectWrap {
  position: relative;
  background-color: #fff;
}

.widget_categories .selectWrap::before,
.widget_archive .selectWrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 40px;
  width: 46px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.widget_categories .selectWrap::after,
.widget_archive .selectWrap::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 1;
  color: #006EBB;
  top: 55%;
  transform: translateY(-50%);
  bottom: 0;
  margin: auto 0;
  right: 19px;
  font-weight: bold;
}

.sidebar-widget {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .sidebar-widget {
    margin-bottom: 25px;
  }
}

.sidebar-widget__title {
  text-align: left;
  color: #fff;
  background-color: #fb1e1b;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 17px 20px;
  font-weight: normal;
  font-size: 25px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sidebar-widget__title {
    padding: 10px 20px;
    font-size: 20px;
    margin: 0 0px 15px;
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .widget.widget_recent_entries ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0px 0 0px 0px;
    margin: 26px -15px 0 !important;
  }
  .widget_recent_entries .newslist.newsarea ul > li {
    width: 50% !important;
    padding: 0 15px 10px !important;
    border-bottom: 0;
  }
  .widget_recent_entries .newslist.newsarea dt > a {
    display: block;
    width: 100%;
  }
  .widget_recent_entries .newslist.newsarea dt {
    display: block;
  }
  .widget.widget_recent_entries li a,
.widget.widget_archive li a {
    position: relative;
    padding: 18px 0 0px 0px;
    color: #333;
    font-size: 14px;
  }
  .widget_recent_entries .newslist.newsarea .metaarea {
    margin: 16px 0 0;
    padding-left: 0px !important;
    font-size: 12px !important;
  }
  .widget_recent_entries .newslist.newsarea a.cat {
    text-decoration: none;
    width: 60px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    font-size: 10px;
    padding: 0;
    margin-bottom: 0;
  }
  .widget.widget_recent_entries li,
.widget.widget_archive li {
    padding: 10px 0;
  }
  .widget_search {
    /*width: 50%;*/
    width: 100%;
    /*padding-right: 5px;*/
    padding-right: 0px;
    display: block;
    vertical-align: top;
  }
  .widget_search .input-group {
    margin-top: 0;
    padding: 0px 0px;
    display: block;
    border-collapse: collapse;
  }
  .widget_search form .input-group {
    height: 40px;
  }
  .widget_search input[type=search].form-control,
.widget_search input[type=text].form-control {
    height: 40px;
    line-height: 40px;
    border-radius: 5px !important;
    width: 100%;
    padding: 0 10px;
    display: block !important;
  }
  .widget_archive {
    /*width: 50%;*/
    width: 100%;
    /*padding-right: 5px;*/
    padding-right: 0px;
    display: inline-block;
    vertical-align: top;
  }
  .widget_categories .selectWrap::before,
.widget_archive .selectWrap::before {
    width: 30px;
  }
  .widwidget_categoriesget_archive select::-ms-expand,
.widget_archive select::-ms-expand {
    display: none;
  }
}
/*******************/
/*==================================================
 * layout
 *================================================*/
#main {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .col-md-pull-9 {
    right: 760px;
  }
  .col-md-push-3 {
    left: 340px;
  }
}
.blogarea {
  background-color: #f5f5f5;
  padding-bottom: 20px !important;
}

.blogarea .section {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .blogarea .section {
    margin: 0 0px 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-9 {
    padding: 0 20px 30px;
    width: 100%;
  }
  .col-md-3 {
    padding: 0 20px;
    width: 100%;
  }
}
/*==================================================
 * sub
 *================================================*/
@media screen and (max-width: 767px) {
  .sidebar {
    padding-top: 0px;
    margin: 0 -20px;
  }
}
/*==================================================
 * footer
 *================================================*/
.footimg {
  background-position: center;
  height: 264px;
  background-image: url(../images/bg-footer.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
  .footimg {
    height: 150px;
    background-position: -300px center;
  }
}

#footer {
  background-color: #fb1e1b;
  width: 100%;
  position: relative;
  padding: 0px 0 0;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 0;
  }
}
#footer .footertop {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  #footer .footertop .footmenu {
    display: none;
  }
}
#footer .footertop .footmenu .title {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
#footer .footertop .footmenu .menus > div {
  width: calc(20% - 20px);
}
#footer .footertop .footmenu .menus > div ul {
  list-style: none;
}
#footer .footertop .footmenu .menus > div ul li {
  margin-bottom: 5px;
}
#footer .footertop .footmenu .menus > div ul li a {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  display: block;
  text-decoration: none;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
#footer .footertop .footmenu .menus > div ul li a:before {
  content: "ー";
  margin-right: 5px;
}
#footer .footertop .footmenu .menus > div ul li a:hover {
  text-decoration: underline;
}
#footer .company-info {
  padding: 0 0 20px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .company-info {
    padding: 0 0 20px;
  }
}
#footer .company-info .footbtns {
  text-align: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #footer .company-info .footbtns {
    margin: 0 0 40px;
  }
}
#footer .company-info .footbtns a {
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 18px;
  height: 30px;
  line-height: 28px;
  text-decoration: none;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  #footer .company-info .footbtns a {
    max-width: 280px;
    margin: 0 auto;
    height: 40px;
    line-height: 38px;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#footer .company-info .footbtns .privacybtn {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}
#footer .company-info .footbtns .sitemapbtn {
  border: 1px solid #fff;
  color: #fff;
  background-color: #0090ff;
}
#footer .company-info .copy {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .company-info .copy {
    display: block;
  }
  #footer .company-info .copy span {
    display: block;
    font-size: 12px;
  }
}
#footer .company-info .copy img {
  margin-right: 10px;
}

/*==================================================
 * contents
 *================================================*/
/*pagetitle*/
.mainmv {
  padding: 0 0 0px;
}
@media only screen and (max-width: 767px) {
  .mainmv {
    padding-bottom: 0;
  }
}
.mainmv .container {
  width: 1140px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mainmv .container {
    width: 100%;
    height: 100px;
    padding: 50px 0 0 0;
  }
}
.page-greeting .mainmv .container {
  height: 430px;
}
@media only screen and (max-width: 767px) {
  .page-greeting .mainmv .container {
    height: auto;
  }
}
.mainmv .container h1 {
  margin: 0 0 0 10px;
  font-size: 36px;
  font-weight: 500;
  color: #563b1c;
}
@media only screen and (max-width: 767px) {
  .mainmv .container h1 {
    font-size: 26px;
    margin: 0 0 0 20px;
  }
}
.search .mainmv .container, .single-post .mainmv .container, .archive .mainmv .container, .blog .mainmv .container {
  background-image: url(../images/bg-news.jpg);
}
@media screen and (max-width: 767px) {
  .search .mainmv .container, .single-post .mainmv .container, .archive .mainmv .container, .blog .mainmv .container {
    background-image: url(../images/sp-bg-news.jpg);
  }
}
.page-aboutus-child .mainmv .container, .page-aboutus .mainmv .container {
  background-image: url(../images/bg-aboutus.jpg);
}
@media screen and (max-width: 767px) {
  .page-aboutus-child .mainmv .container, .page-aboutus .mainmv .container {
    background-image: url(../images/sp-bg-aboutus.jpg);
  }
}
.page-contactform .mainmv .container, .page-storecontactform .mainmv .container, .page-contact-store .mainmv .container, .page-contact .mainmv .container, .page-support .mainmv .container, .post-type-archive-faq .mainmv .container {
  background-image: url(../images/bg-faq.jpg);
}
@media screen and (max-width: 767px) {
  .page-contactform .mainmv .container, .page-storecontactform .mainmv .container, .page-contact-store .mainmv .container, .page-contact .mainmv .container, .page-support .mainmv .container, .post-type-archive-faq .mainmv .container {
    background-image: url(../images/sp-bg-faq.jpg);
  }
}
.page-site .mainmv .container, .page-cm-special .mainmv .container, .page-cm .mainmv .container {
  background-image: url(../images/bg-cm.jpg);
}
@media screen and (max-width: 767px) {
  .page-site .mainmv .container, .page-cm-special .mainmv .container, .page-cm .mainmv .container {
    background-image: url(../images/sp-bg-cm.jpg);
  }
}
.page-netshopping .mainmv .container, .post-type-archive-products .mainmv .container {
  background-image: url(../images/bg-products.jpg);
}
@media screen and (max-width: 767px) {
  .page-netshopping .mainmv .container, .post-type-archive-products .mainmv .container {
    background-image: url(../images/sp-bg-products.jpg);
  }
}
.page-privacy .mainmv .container, .page-sitemap .mainmv .container {
  background-image: url(../images/bg-sitemap.jpg);
}
@media screen and (max-width: 767px) {
  .page-privacy .mainmv .container, .page-sitemap .mainmv .container {
    background-image: url(../images/sp-bg-sitemap.jpg);
  }
}
.page-greeting .mainmv .container {
  background-image: url(../images/bg-greeting.jpg);
}
@media screen and (max-width: 767px) {
  .page-greeting .mainmv .container {
    background-position: top center;
    background-size: 100% auto;
    padding-top: 38%;
  }
}
.page-greeting .mainmv .container h1 {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-greeting .mainmv .container h1 {
    position: absolute;
  }
}

/*-------------------------------
 home
------------------------------- */
.home section {
  text-align: center;
  padding: 0 0 40px;
}

.ttlarea {
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttlarea {
    margin-bottom: 35px;
  }
}
.ttlarea .h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .ttlarea .h1 {
    font-size: 28px;
  }
}
.ttlarea .h1 + .ttl {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .ttlarea .h1 + .ttl {
    font-size: 12px;
  }
}
.ttlarea .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ttlarea .h2 {
    font-size: 28px;
    font-weight: 700;
  }
}
.ttlarea .h2 + .ttl {
  margin-top: 5px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ttlarea .h2 + .ttl {
    font-size: 11px;
  }
}
.ttlarea .ttl {
  display: block;
  font-weight: normal;
  color: #006DBA;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
}

@media screen and (max-width: 767px) {
  .readmore {
    margin-top: 30px;
  }
}
.readmore a {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  display: block;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  width: 140px;
  line-height: 38px;
  height: 40px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .readmore a {
    font-size: 12px;
    width: 75px;
    line-height: 25px;
    height: 27px;
  }
}
.readmore a:hover {
  border-color: #fb1e1b;
  background-color: #fb1e1b;
  color: #fff;
}

/*メインイメージ*/
section.mainslide {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  padding-bottom: 20px;
  overflow: hidden;
  /* top slide Dots */
}
@media screen and (max-width: 767px) {
  section.mainslide {
    min-width: auto;
    padding-bottom: 20px;
  }
}
section.mainslide .container {
  overflow: visible;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.mainslide .container {
    width: 100%;
    padding: 0;
  }
}
section.mainslide .slick-list,
section.mainslide .slick-slider .slick-track {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  section.mainslide .slick-list,
section.mainslide .slick-slider .slick-track {
    overflow: hidden;
  }
}
section.mainslide .slick-slide {
  min-height: auto !important;
}
section.mainslide .slick-slide img {
  width: 100%;
}
section.mainslide .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
section.mainslide .slick-dots {
  position: absolute;
  bottom: -25px;
  display: inline-block !important;
  left: 50%;
  transform: translateX(-50px);
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
section.mainslide .slick-dots.thin {
  bottom: 20px;
}
section.mainslide .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 14px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
section.mainslide .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 0px;
  border-radius: 50%;
  background-color: #ffe564;
  cursor: pointer;
  border: 0;
  outline: none;
  opacity: 1;
}
section.mainslide .slick-dots:hover, section.mainslide .slick-dots:focus {
  outline: none;
}
section.mainslide .slick-dots li.slick-active button {
  /*			border: 2px solid $maincolor;*/
  background-color: #fb1e1b;
}
section.mainslide .main-arrow {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  height: 100%;
  width: 200px;
  top: 0;
  z-index: 1;
  width: calc((100vw - 940px) / 2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 56px;
  min-width: 138px;
}
@media only screen and (max-width: 767px) {
  section.mainslide .main-arrow {
    bottom: -50px;
  }
}
section.mainslide .arrow-prev {
  left: calc((100vw - 940px) / 2 * -1);
  background-position: calc(100% - 87px) center;
  background-image: url(../images/arrow-left.svg);
}
@media only screen and (max-width: 1216px) {
  section.mainslide .arrow-prev {
    left: -138px;
  }
}
@media only screen and (max-width: 767px) {
  section.mainslide .arrow-prev {
    left: calc(50% - 70px);
  }
}
section.mainslide .arrow-next {
  right: calc((100vw - 940px) / 2 * -1);
  background-position: 87px center;
  background-image: url(../images/arrow-right.svg);
}
@media only screen and (max-width: 1216px) {
  section.mainslide .arrow-next {
    right: -138px;
  }
}
@media only screen and (max-width: 767px) {
  section.mainslide .arrow-next {
    right: calc(50% - 70px);
  }
}

.home section.sec-newarrival .newproductlist {
  margin: 0 20px;
}
.home section.sec-newarrival .newproductlist li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .home section.sec-newarrival .newproductlist li {
    margin: 0 10px;
  }
}
.home section.sec-newarrival .newproductlist a {
  text-decoration: none;
}
.home section.sec-newarrival .newproductlist a:hover img {
  opacity: 0.8;
}
.home section.sec-newarrival .newproductlist figure figcaption {
  font-size: 16px;
  text-align: center;
  padding: 20px 0 0;
}
.home section.sec-newarrival .new-arrow {
  display: block;
  position: absolute;
  height: 240px;
  width: 40px;
  top: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 56px;
}
@media only screen and (max-width: 767px) {
  .home section.sec-newarrival .new-arrow {
    bottom: -50px;
    height: calc(100% - 11vw);
  }
}
.home section.sec-newarrival .arrow-prev {
  left: -40px;
  background-image: url(../images/arrow-left.svg);
}
.home section.sec-newarrival .arrow-next {
  right: -40px;
  background-image: url(../images/arrow-right.svg);
}
.home .bannerarea {
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .home .bannerarea {
    margin: 30px 0 0 0;
  }
}
.home .bannerarea ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .home .bannerarea ul {
    display: block;
    margin: 0 -20px;
  }
}
.home .bannerarea ul li {
  margin: 0 10px 20px;
}
@media only screen and (max-width: 767px) {
  .home .bannerarea ul li {
    margin: 0 0px 20px;
  }
}
.home .bannerarea ul li a {
  transition: all 0.2s;
}
.home .bannerarea ul li a:hover {
  opacity: 0.8;
}

#page-top {
  position: fixed;
  z-index: 10;
  bottom: 3rem;
  right: 3rem;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #page-top {
    bottom: 30px;
    right: 10px;
  }
}
#page-top a {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 65px;
  height: 65px;
  border: 1px solid #fb1e1b;
  background-color: rgba(239, 202, 67, 0.815);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow-top.svg);
  background-size: 50px auto;
}
@media only screen and (max-width: 767px) {
  #page-top a {
    width: 46px;
    height: 46px;
    background-size: 30px auto;
  }
}

/*-----------------------
pagination
---------------------------*/
.autopagination {
  text-align: center;
}

.pagination-wrapper {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    padding: 0px 0 50px 0;
  }
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin: 50px 0 0;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .pagination {
    justify-content: center;
  }
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 13px;
  margin: 0 6px;
  line-height: 1.42857143;
  color: #000;
  border-radius: 0px !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
}

.pagination > li > span.current,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #FFF;
  background-color: #fb1e1b;
  border-color: #fb1e1b;
}

.pagination > li > a.prev,
.pagination > li > a.next {
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
}

.pagination > li > span.disable {
  color: #fff;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin: 37px 0 0;
  }
  .pagination > li > a,
.pagination > li > span {
    padding: 7px 15px;
    margin: 0 4px;
    font-size: 15px;
  }
  .pagination-wrapper {
    text-align: center !important;
  }
}
#loading {
  display: none;
}

.home section.sec-news .contents {
  padding: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .home section.sec-news .contents {
    padding: 0px 0 20px;
  }
}
.home section.sec-news .morebtn {
  text-align: right;
  padding: 20px 30px 0;
}
@media screen and (max-width: 767px) {
  .home section.sec-news .morebtn {
    padding: 20px 0px 0;
  }
}
.home section.sec-news .morebtn a {
  text-decoration: none;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .home section.sec-news .morebtn a {
    font-size: 16px;
  }
}
.home section.sec-news .morebtn a:hover {
  text-decoration: underline;
}

.newslist.newsarea {
  margin-left: 0px;
}
.home .newslist.newsarea {
  margin: 0 0 0;
}
.newslist.newsarea ul {
  list-style: none;
  margin: 0;
}
.newslist.newsarea li {
  padding: 10px 0 10px 27px;
  border-bottom: 1px dashed #fb1e1b;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea li {
    padding: 7px 0 7px 20px;
  }
}
.home .newslist.newsarea li {
  padding: 10px 30px 10px 27px;
}
@media screen and (max-width: 767px) {
  .home .newslist.newsarea li {
    padding: 7px 0 7px 20px;
  }
}
.newslist.newsarea li::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  height: calc(100% - 20px);
  width: 3px;
  background-color: #fb1e1b;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea li::before {
    left: 5px;
    height: calc(100% - 14px);
  }
}
.newslist.newsarea li .metaarea {
  font-weight: 400;
  margin: 0px 0 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea li .metaarea {
    font-size: 12px;
  }
}
.newslist.newsarea li .cat {
  text-decoration: none;
  min-width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea li .cat {
    font-size: 10px;
    min-width: 65px;
    width: auto;
    height: 20px;
    line-height: 18px;
    padding: 0 5px;
  }
  .newslist.newsarea li .cat:hover {
    opacity: 0.8;
  }
}
.newslist.newsarea li a.title {
  padding: 0px 0 0;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .newslist.newsarea li a.title {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.newslist.newsarea li a.title:hover {
  text-decoration: underline;
}
.home .newslist.newsarea li a.title {
  /*
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
  	text-decoration: none;
  */
}

.sec-products {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-products {
    padding-bottom: 0;
  }
}
.tax-products_category .sec-products, .post-type-archive-products .sec-products {
  padding: 0;
}
.sec-products .fr {
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .sec-products .fr {
    flex-wrap: wrap;
    margin: 20px -5px;
  }
}
.sec-products .fr li {
  width: calc((100% - 60px) / 3);
  margin: 0 10px 35px;
  border: 1px solid #fb1e1b;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .sec-products .fr li {
    width: calc((100% - 20px) / 2);
    margin: 0 5px 10px;
  }
  .home .sec-products .fr li {
    width: calc((100% - 40px) / 2);
    margin: 0 10px 20px;
  }
}
.sec-products .fr li a {
  text-decoration: none;
  display: block;
  transition: all 0.2s;
}
.sec-products .fr li a:hover {
  opacity: 0.8;
}
.sec-products .fr li .imgs {
  margin-bottom: 15px;
  position: relative;
}
.sec-products .fr li .imgs .img {
  position: relative;
}
.sec-products .fr li .imgs .img span {
  display: block;
  height: auto;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sec-products .fr li .imgs .img span.noimg {
  background-color: #F4F4F4;
}
.sec-products .fr li .imgs .catch {
  padding: 10px 10px;
  color: #fff;
  background-color: #006EBB;
  font-size: 14px;
  line-height: 1.6;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-products .fr li .imgs .catch {
    font-size: 10px;
    min-height: 52px;
  }
}
.sec-products .fr li .txt .category {
  font-size: 13px;
  color: #006EBB;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-products .fr li .txt .category {
    font-size: 11px;
  }
}
.sec-products .fr li .txt .title {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec-products .fr li .txt .title {
    font-size: 12px;
  }
}
.sec-products .fr li .txt p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 65px;
  text-align: left;
}
.sec-products + section {
  padding: 30px 0 0;
}

.search .category-search {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .category-search {
    padding-bottom: 0;
  }
}
.category-search ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.search .category-search ul {
  margin: 0 -5px;
}
@media only screen and (max-width: 767px) {
  .category-search ul {
    margin: 0 -5px !important;
  }
}
.category-search ul li {
  width: calc((100% - 84px) / 3);
  margin: 0 14px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
}
.search .category-search ul li {
  margin: 0 5px 10px;
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .category-search ul li {
    width: calc((100% - 20px) / 2) !important;
    margin: 0 5px 10px !important;
  }
}
.category-search .search-label {
  display: block;
  padding: 10px;
}
.search .category-search .search-label {
  padding: 3px 10px;
}
@media only screen and (max-width: 767px) {
  .category-search .search-label {
    font-size: 12px;
    padding: 8px !important;
  }
}
.category-search .search-label input {
  display: none;
}
.category-search .search-label span {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}
.search .category-search .search-label span {
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .category-search .search-label span {
    padding-left: 20px;
    margin-right: 0px !important;
  }
}
.category-search .search-label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.category-search .search-label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fb1e1b;
  border-right: 3px solid #fb1e1b;
}
.category-search .btnarea {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.category-search .btnarea button {
  padding: 0px 20px;
  font-size: 22px;
  border: 1px solid #000;
  margin: 0 10px;
  border-radius: 5px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
}
.category-search .btnarea button:hover {
  opacity: 0.8;
}
.category-search .btnarea button i {
  margin-left: 5px;
}
.category-search .btnarea .submitbtn {
  color: #fff;
  background-color: #fb1e1b;
}
.category-search .btnarea .clearbtn {
  background-color: #e1e1e1;
  border: 1px solid #000;
}
.category-search .btnarea .clearbtn i {
  color: #999;
}

.search .category-search .search-panel {
  display: flex;
}
@media screen and (max-width: 767px) {
  .search .category-search .search-panel {
    display: block;
  }
}
.search .category-search #categorylist {
  width: 660px;
}
@media screen and (max-width: 767px) {
  .search .category-search #categorylist {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .search .category-search .btnarea {
    width: 120px;
    display: block;
    margin: 0;
  }
  .search .category-search .btnarea button {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0;
  }
}

a.endproductbtn {
  text-align: center;
  height: 40px;
  line-height: 38px;
  border: 1px solid #fb1e1b;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background-color: #999;
  display: block;
  margin: 30px 25px;
}
.search a.endproductbtn {
  margin: 10px 0px 20px;
  width: 198px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  a.endproductbtn {
    margin: 30px 50px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #fb1e1b;
    font-size: 15px;
  }
}
a.endproductbtn:hover {
  opacity: 0.8;
}
a.endproductbtn i {
  margin-left: 10px;
}
.endarea a.endproductbtn {
  width: 720px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .endarea a.endproductbtn {
    width: auto;
  }
}

.bannerarea {
  margin: 20px 0 0 0;
  text-align: center;
}
.bannerarea a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .single-products .mainslide {
    padding-bottom: 0;
  }
}
.single-products .mainslide .container {
  width: 1180px;
}
@media only screen and (max-width: 767px) {
  .single-products .mainslide .container {
    width: 100%;
  }
}
.single-products .mainslide .container img {
  vertical-align: bottom;
}
.single-products .post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .single-products .post-navigation {
    margin: 5px 0;
  }
}
.single-products .post-navigation a {
  text-decoration: none;
  display: block;
  background-color: #d8d8d8;
  padding: 0 5px;
  font-size: 20px;
  position: relative;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .single-products .post-navigation a {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
  }
}
.single-products .post-navigation a i {
  margin: 0 5px;
}
.single-products .post-navigation a::before {
  position: absolute;
  content: "";
  top: 0;
  display: block;
}
.single-products .post-navigation .nav-prev {
  margin-left: 20px;
}
.single-products .post-navigation .nav-prev a {
  padding-right: 15px;
}
.single-products .post-navigation .nav-prev a::before {
  left: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 22px 20px 0;
  border-color: transparent #d8d8d8 transparent transparent;
}
@media screen and (max-width: 767px) {
  .single-products .post-navigation .nav-prev a::before {
    left: -14px;
    border-width: 12px 14px 12px 0;
  }
}
.single-products .post-navigation .nav-next {
  margin-right: 20px;
}
.single-products .post-navigation .nav-next a {
  padding-left: 15px;
}
.single-products .post-navigation .nav-next a::before {
  right: -22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 22px;
  border-color: transparent transparent transparent #d8d8d8;
}
@media screen and (max-width: 767px) {
  .single-products .post-navigation .nav-next a::before {
    right: -14px;
    border-width: 12px 0 12px 14px;
  }
}
.single-products .contentshead {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .single-products .contentshead {
    display: block;
    margin: 20px 0px 20px;
  }
}
.single-products .contentshead .img {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .single-products .contentshead .img {
    width: auto;
    margin: 0px 20px 20px;
    text-align: center;
  }
}
.single-products .contentshead .cont {
  width: calc(100% - 320px);
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-products .contentshead .cont {
    width: auto;
    padding-left: 0;
  }
}
.single-products .contentshead .meta {
  position: absolute;
  left: 20px;
  bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .single-products .contentshead .meta {
    left: auto;
    bottom: auto;
    position: relative;
  }
}
.single-products .contentshead .meta .name {
  font-weight: bold;
  margin-top: 10px;
}
.single-products .contentshead .meta .pcategory {
  border: 1px solid #000;
  padding: 2px 10px;
  display: inline-block;
  line-height: 1;
  margin-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .single-products .contentshead .meta .pcategory {
    font-size: 12px;
    margin-top: 5px;
  }
}
.single-products .contentshead .meta .form {
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .single-products .contentshead .meta .form {
    font-size: 12px;
    margin-top: 5px;
  }
}
.single-products .contentshead .meta .volume {
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .single-products .contentshead .meta .volume {
    font-size: 12px;
    margin-top: 5px;
  }
}
.single-products .contentshead .jan {
  border: 1px solid #000;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  width: 260px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .single-products .contentshead .jan {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    font-size: 10px;
    line-height: 18px;
    margin: 5px auto 0;
  }
}
.single-products .contentshead .copy {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-products .contentshead .copy {
    font-size: 18px;
  }
}
.single-products .tabarea .tab {
  list-style: none;
  display: flex;
  margin: 0 0px;
}
@media screen and (max-width: 767px) {
  .single-products .tabarea .tab {
    flex-wrap: wrap;
    margin: 0 0px;
    border-bottom: 2px solid #fb1e1b;
    padding-bottom: 10px;
  }
}
.single-products .tabarea .tab li {
  flex: 1;
  padding: 0 2px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .single-products .tabarea .tab li {
    width: 50%;
    flex: inherit;
    padding: 0 2px 4px;
  }
}
.single-products .tabarea .tab li a {
  font-size: 20px;
  background-color: #b3b3b3;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .single-products .tabarea .tab li a {
    font-size: 16px;
    border-radius: 0;
  }
}
.single-products .tabarea .tab li a h2 {
  display: inline;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .single-products .tabarea .tab li a h2 {
    font-size: 16px;
  }
}
.single-products .tabarea .tab li a:hover, .single-products .tabarea .tab li.active a {
  background-color: #0086e9;
}
.single-products .tabarea .tab li.disable {
  cursor: default;
}
.single-products .tabarea .tab li.disable a {
  background-color: #333;
  pointer-events: none;
}
.single-products .tabpanel {
  display: none;
  padding: 30px 0;
  font-size: 16px;
}
.single-products .tabpanel:first-child {
  display: block;
}
.single-products .tabpanel.tabend {
  display: block;
}
@media screen and (max-width: 767px) {
  .single-products .tabpanel {
    font-size: 12px;
  }
}
.single-products .tabpanel p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .single-products .tabpanel p {
    font-size: 12px;
  }
}
.single-products .footlinks {
  display: flex;
  background-color: #fb1e1b;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .single-products .footlinks {
    display: block;
    margin: 0 -20px;
    padding: 15px 0;
  }
}
.single-products .footlinks > div {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-products .footlinks > div {
    width: 100%;
  }
}
.single-products .footlinks a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .single-products .footlinks a {
    font-size: 14px;
    margin: 0px 0;
  }
}
.single-products .footlinks a:hover {
  opacity: 0.8;
}
.single-products .footlinks a i {
  margin-left: 10px;
}
.single-products .footlinks a.faqbtn {
  background-image: url(../images/icon-faq.png);
  padding-left: 64px;
  background-size: 54px 42px;
}
@media screen and (max-width: 767px) {
  .single-products .footlinks a.faqbtn {
    padding-left: 37px;
    background-size: 27px 21px;
  }
}
.single-products .footlinks a.pdfbtn {
  background-image: url(../images/pdf.png);
  padding-left: 55px;
  background-size: 45px 45px;
}
@media screen and (max-width: 767px) {
  .single-products .footlinks a.pdfbtn {
    padding-left: 33px;
    background-size: 23px 23px;
  }
}

.sec-netshopping .fr {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .sec-netshopping .fr {
    display: block;
  }
}
.sec-netshopping .fr > div {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .sec-netshopping .fr > div {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.sec-netshopping .fr > div a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.sec-netshopping .fr > div a span {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  line-height: 1;
}
.sec-netshopping .fr > div a:hover {
  opacity: 0.8;
}

/*contact/FAQ*/
.sec-contactfaq p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec-contactfaq p {
    font-size: 14px;
  }
}
.sec-contactfaq p.lead {
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .sec-contactfaq p.lead {
    font-size: 14px;
  }
}
.sec-contactfaq .block {
  margin-bottom: 70px;
}
.sec-contactfaq .block a.btn {
  background-color: #ffbf14;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  margin: 55px 0 0 0;
}
@media screen and (max-width: 767px) {
  .sec-contactfaq .block a.btn {
    font-size: 20px;
    height: auto;
    padding: 10px 0 10px 30px;
    line-height: 1.3;
  }
}
.sec-contactfaq .block a.btn:hover {
  opacity: 0.8;
}
.sec-contactfaq .block a.btn i {
  position: absolute;
  right: 15px;
  top: 50%;
  color: #fff;
  font-size: 20px;
  transform: translateY(-50%);
}
.sec-contactfaq .block a.btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  display: block;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-contactfaq .block a.btn::before {
    left: 5px;
  }
}
.sec-contactfaq .block a.btn.faqbtn::before {
  background-image: url(../images/support/img-faq.png);
  background-size: 140px 88px;
  width: 140px;
  height: 88px;
}
.sec-contactfaq .block a.btn.contactbtn::before {
  background-image: url(../images/support/img-contact.png);
  background-size: 66px 82px;
  width: 66px;
  height: 82px;
}
.sec-contactfaq .block a.btn.storebtn::before {
  background-image: url(../images/support/img-store.png);
  background-size: 68px 79px;
  width: 68px;
  height: 79px;
}
.sec-contactfaq .telbox {
  background-color: #ffbf14;
  border-radius: 10px;
  padding: 12px 0;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.sec-contactfaq .telbox::before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  position: absolute;
  left: 40px;
  top: 50%;
  font-weight: bold;
  transform: translateY(-50%) rotate(20deg);
  font-size: 60px;
}
@media only screen and (max-width: 767px) {
  .sec-contactfaq .telbox::before {
    font-size: 30px;
    left: 15px;
    top: 20px;
    font-weight: bold;
    transform: translateY(0) rotate(20deg);
  }
}
.sec-contactfaq .telbox a {
  pointer-events: none;
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sec-contactfaq .telbox a {
    font-size: 25px;
    pointer-events: auto;
  }
}
.sec-contactfaq .telbox a span {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .sec-contactfaq .telbox a span {
    font-size: 20px;
  }
}
.sec-contactfaq .telbox p {
  font-size: 26px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec-contactfaq .telbox p {
    font-size: 16px;
  }
}
.sec-contactfaq ul.notelist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-contactfaq ul.notelist li {
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
  color: #fb1e1b;
}
@media screen and (max-width: 767px) {
  .sec-contactfaq ul.notelist li {
    font-size: 14px;
  }
}

/*各お問い合わせ*/
.sec-contactpage p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec-contactpage p {
    font-size: 14px;
  }
}
.sec-contactpage p.lead {
  font-size: 20px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .sec-contactpage p.lead {
    font-size: 18px;
  }
}
.sec-contactpage .block {
  border-top: 2px solid #fb1e1b;
  padding: 20px 0;
  margin: 20px 0 0 0;
}
.sec-contactpage .block:last-child {
  border-bottom: 2px solid #fb1e1b;
}
.sec-contactpage .block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-contactpage .block ul li {
  font-size: 16px;
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .sec-contactpage .block ul li {
    font-size: 14px;
  }
}
.sec-contactpage .block ul li::before {
  content: "・";
}
.sec-contactpage .block ul li strong {
  font-weight: normal;
  color: #fb1e1b;
}
.sec-contactpage .block ul li a {
  text-decoration: underline;
  color: #0000ff;
}
.sec-contactpage .block h3 {
  font-weight: normal;
  margin: 0 0 10px;
}
.sec-contactpage .text-center {
  text-align: center;
  margin: 20px 0;
}
.sec-contactpage .agreebox {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec-contactpage .agreebox {
    font-size: 14px;
  }
}
.sec-contactpage .agreebox label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-contactpage .agreebox input[type=checkbox] {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-top: 0;
}
.sec-contactpage .agreebox input[type=checkbox] + span {
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}
.sec-contactpage .btnarea {
  text-align: center;
}
.sec-contactpage .btnarea input {
  z-index: 1;
  display: block;
  width: 168px;
  margin: 20px auto 0;
  border: 0 !important;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  outline: none;
  background-color: #fb1e1b;
}
.sec-contactpage .btnarea input[disabled],
.sec-contactpage .btnarea input[disabled=disabled] {
  opacity: 0.6;
}
.sec-contactpage .btnarea input:hover {
  opacity: 0.6;
}
.sec-contactpage .btnarea input[disabled]:hover,
.sec-contactpage .btnarea input[disabled=disabled]:hover {
  opacity: 0.6;
}

/*FAQ*/
.sec-faq .block {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec-faq .block .fr {
    display: block;
  }
}
.sec-faq .block .fr > div:first-child {
  width: 153px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-faq .block .fr > div:first-child {
    width: 100%;
    text-align: center;
  }
  .sec-faq .block .fr > div:first-child img {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.sec-faq .block .fr > div:first-child .productbtn {
  margin: 10px 0 10px;
  border: 1px solid #666;
  border-radius: 5px;
  width: 130px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
}
.sec-faq .block .fr > div:first-child .productbtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .sec-faq .block .fr > div:first-child .productbtn {
    margin: 10px 0 20px;
  }
}
.sec-faq .block .fr > div.txt {
  flex-shrink: 0;
  flex-grow: 0;
  width: calc(100% - 153px);
}
@media screen and (max-width: 767px) {
  .sec-faq .block .fr > div.txt {
    width: 100%;
  }
}
.sec-faq .block dl {
  margin: 0 0 10px;
  padding: 0;
}
.sec-faq .block dl dt {
  cursor: pointer;
  display: flex;
  background-color: #e8e8e8;
  border: 1px solid #d0d0d0;
  padding: 5px;
  color: #fe4e00;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec-faq .block dl dt {
    font-size: 14px;
  }
}
.sec-faq .block dl dt i {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  line-height: 24px;
  background-color: #666666;
  margin-right: 5px;
  border-radius: 5px;
}
.sec-faq .block dl dt.active i::before {
  content: "\f068";
}
.sec-faq .block dl dd {
  display: none;
  font-size: 16px;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .sec-faq .block dl dd {
    font-size: 14px;
  }
}
.sec-faq .block dl dt.active + dd {
  display: block;
}
.sec-faq .block .detailbtn {
  margin: 10px 0 0;
  text-align: right;
}
.sec-faq .block .detailbtn a {
  border-radius: 5px;
  width: 130px;
  height: 32px;
  color: #fff;
  background-color: #fb1e1b;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
}
.sec-faq .block .detailbtn a:hover {
  opacity: 0.8;
}

/*********************
フォーム
**********************/
.general-area {
  padding: 0 0 0px;
  max-width: 940px;
  margin: 0 auto;
}
.general-area dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px dotted #fb1e1b;
}
@media screen and (max-width: 767px) {
  .general-area dl {
    margin-bottom: 10px;
    display: block;
  }
}
.general-area dt {
  width: 150px;
  padding: 15px 0 15px 0px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
  font-weight: normal;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}
.general-area dt.long {
  width: 170px;
}
.general-area dt.long + dd {
  width: calc(100% - 170px);
}
.general-area dt.mid {
  width: 225px;
}
.general-area dt.mid + dd {
  width: calc(100% - 225px);
}
.general-area dt.set1 {
  width: 250px;
  padding-bottom: 80px;
}
.general-area dt.set1 + dd {
  width: calc(100% - 250px);
}
.general-area dt.set1, .general-area dt.set2 {
  border-bottom: none !important;
}
.general-area dt.set1 + dd, .general-area dt.set2 + dd {
  border-bottom: none !important;
}
.general-area dt.set2, .general-area dt.set3 {
  width: 188px;
}
.general-area dt.set2 + dd, .general-area dt.set3 + dd {
  width: calc(100% - 188px);
}
.general-area dt.short {
  width: 310px;
}
.general-area dt.short + dd {
  width: calc(100% - 310px);
}
.general-area dt.line {
  width: 225px;
}
.general-area dt.line + dd {
  width: calc(100% - 225px);
  display: flex;
}
.general-area dt.line + dd > div {
  white-space: nowrap;
}
.general-area dt.line + dd > div:first-child span {
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .general-area dt.line + dd > div:first-child span {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .general-area dt.line + dd > div:nth-child(2) {
    margin-left: 5px;
  }
}
.general-area dt.line + dd > div:nth-child(2) span {
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .general-area dt.line + dd > div:nth-child(2) span {
    margin-left: 0;
  }
}
.general-area dt.line + dd span {
  font-size: 18px;
  margin-right: 10px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .general-area dt.line + dd span {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.general-area dt.line + dd input {
  display: inline-block;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .general-area dt.line + dd input {
    width: 100%;
  }
}
.general-area dt.xs {
  width: 260px;
}
.general-area dt.xs + dd {
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .general-area dt {
    padding: 0px 0 0px 0px !important;
    width: 100% !important;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 0px !important;
    border-bottom: none;
  }
}
.general-area dt span {
  white-space: nowrap;
  height: 26px;
  width: 60px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border-radius: 8px;
  display: block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .general-area dt span {
    order: 2;
    display: inline-block;
    height: 22px;
    width: 45px;
    top: 30px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 10px;
  }
}
.general-area dt span.require {
  background-color: #fb1e1b;
}
.general-area dd {
  margin-left: 0px;
  padding: 15px 0px 15px 0px;
  width: calc(100% - 150px);
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .general-area dd {
    width: 100% !important;
  }
}
.general-area dd.postal input {
  max-width: 140px;
}
.general-area dd .clink {
  cursor: pointer;
  display: block;
  width: 146px;
  margin: 5px 0 0 10px;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: relative;
  height: 40px;
  line-height: 38px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .general-area dd .clink {
    margin: 0px 0 0 10px;
  }
}
.general-area dd .clink:hover {
  opacity: 0.8;
}
.general-area dd a {
  color: #fb1e1b;
  text-decoration: none;
}
.general-area dd a:hover, .general-area dd a:focus {
  text-decoration: underline;
}
.general-area dd a:hover:after {
  color: #fff;
}
.general-area dd input[type=text],
.general-area dd input[type=tel],
.general-area dd input[type=email] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #808080;
  padding: 0 1em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .general-area dd input[type=text],
.general-area dd input[type=tel],
.general-area dd input[type=email] {
    height: 40px;
    line-height: 40px;
  }
}
.general-area .selectbox {
  width: 100%;
  position: relative;
  font-size: 16px;
}
.general-area .selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 0 1em;
  box-sizing: border-box;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border: #808080 1px solid;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .general-area .selectbox select {
    height: 40px;
    line-height: 40px;
  }
}
.general-area .selectbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5%;
  top: 35%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  transform: rotate(45deg) translateY(-30%);
}
.general-area dd .filearea {
  display: flex;
  align-items: center;
}
.general-area dd .filearea label {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 26px;
  width: 60px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border-radius: 8px;
  display: block;
  background-color: #808080;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .general-area dd .filearea label {
    font-size: 14px;
    height: 45px;
    line-height: 43px;
  }
}
.general-area dd .filearea label .mwform-file-delete {
  display: none;
}
.general-area dd .filearea label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.general-area dd .filearea .filename {
  margin: 0 0 0 10px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #808080;
  font-size: 16px;
  width: 100%;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .general-area dd .filearea .filename {
    font-size: 14px;
  }
}
.general-area dd textarea {
  width: 100%;
  line-height: 1.3;
  border: 1px solid #808080;
  padding: 15px 1em !important;
  font-size: 16px;
}
.general-area dd input[type=radio],
.general-area dd input[type=checkbox],
.general-area .agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-top: 0;
}
.general-area dd input[type=radio] + span,
.general-area dd input[type=checkbox] + span {
  vertical-align: middle;
  line-height: 25px;
  font-size: 17px;
  font-weight: normal;
  margin-right: 20px;
}
.general-area dd span.note {
  font-size: 13px !important;
  margin-left: 10px;
  margin-right: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .general-area dd span.note {
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
  }
}
.general-area dd p.note {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .general-area dd.postal span {
    line-height: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .general-area dd.tel {
    display: block !important;
  }
}
.general-area .btnarea input {
  z-index: 1;
  display: block;
  width: 228px;
  margin: 30px auto 0;
  border: 0 !important;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  outline: none;
  background-color: #fb1e1b;
}
.general-area .btnarea input[disabled],
.general-area .btnarea input[disabled=disabled] {
  opacity: 0.6;
}
.general-area .btnarea input:hover {
  opacity: 0.6;
}
.general-area .btnarea input[disabled]:hover,
.general-area .btnarea input[disabled=disabled]:hover {
  opacity: 0.6;
}

.mw_wp_form .errorarea {
  padding: 0;
  margin: 0;
  display: flex;
}
.mw_wp_form .error {
  font-size: 16px !important;
  line-height: 1.3 !important;
  margin-top: 5px;
  margin-right: 10px;
}

.mw_wp_form_confirm .general-area dt.set1 {
  padding-bottom: 15px;
}
.mw_wp_form_confirm .general-area dd {
  line-height: 1.8;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.mw_wp_form_confirm .general-area dd .clink {
  display: none;
}
.mw_wp_form_confirm .general-area dd .note {
  display: none;
}
.mw_wp_form_confirm .general-area dd .filearea label {
  background-color: transparent;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.mw_wp_form_confirm .general-area dd .filearea label a {
  color: #000;
  font-size: 18px;
}
.mw_wp_form_confirm .general-area dd .filearea .filename {
  display: none;
}
.mw_wp_form_confirm .general-area .selectbox {
  font-size: 18px;
}
.mw_wp_form_confirm .general-area .selectbox::after {
  display: none;
}
.mw_wp_form_confirm .general-area dt span {
  display: none;
}
.mw_wp_form_confirm .general-area dt.line + dd span {
  display: none;
}
.mw_wp_form_confirm .general-area dt.set1 + dd {
  align-items: flex-start;
}

section h3.line {
  margin: 30px 0 15px;
  border-bottom: 2px solid #fb1e1b;
}
section h3.line span {
  display: inline-block;
  background-color: #fb1e1b;
  color: #fff;
  font-size: 18px;
  padding: 5px 15px 5px 12px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1;
  font-weight: normal;
  position: relative;
  height: 30px;
}
@media screen and (max-width: 767px) {
  section h3.line span {
    font-size: 16px;
    height: 28px;
  }
}
section h3.line span::before {
  position: absolute;
  right: -31px;
  top: 1px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 32px;
  border-color: transparent transparent transparent #fb1e1b;
}
@media screen and (max-width: 767px) {
  section h3.line span::before {
    border-width: 28px 0 0 32px;
  }
}
section p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section p {
    font-size: 14px;
  }
}
section p span {
  display: inline-block;
}
section p span:first-child {
  width: 120px;
}
@media screen and (max-width: 767px) {
  section p span:first-child {
    width: 5em;
  }
}

.sec-aboutus ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-aboutus ul {
    display: block;
  }
}
.sec-aboutus ul li {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .sec-aboutus ul li {
    width: 100%;
  }
}
.sec-aboutus ul li a {
  text-decoration: none;
  display: block;
}
.sec-aboutus ul li a:hover {
  opacity: 0.8;
}
.sec-aboutus ul li a img {
  width: 100%;
  height: auto;
  max-width: none;
}
.sec-aboutus ul li h3 {
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 10px 0;
  font-weight: normal;
  margin: 0 0 40px 0;
  text-align: center;
}

.sec-greeting p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-greeting p {
    font-size: 14px;
  }
}
.sec-greeting p.text-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-greeting p.text-right img {
    width: 200px;
    height: auto;
  }
}
.sec-greeting .banner {
  margin: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-greeting .banner {
    margin: 50px 0 0;
  }
}
.sec-greeting .banner .fr {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-greeting .banner .fr {
    display: block;
  }
}
.sec-greeting .banner .fr > div:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .sec-greeting .banner .fr > div:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sec-greeting .banner .fr > div:first-child span {
  width: 167px;
  height: 100%;
  color: #fff;
  font-size: 28px;
  display: block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fb1e1b;
}
@media screen and (max-width: 767px) {
  .sec-greeting .banner .fr > div:first-child span {
    width: 100%;
    height: 30px;
    font-size: 16px;
  }
}
.sec-greeting .banner .fr > div:first-child span img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
}
@media screen and (max-width: 767px) {
  .sec-greeting .banner .fr > div:first-child span img {
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0);
    margin-left: 10px;
    width: 20px;
    height: 20px;
  }
}
.sec-greeting .banner .fr > div:last-child a {
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .sec-greeting .banner .fr > div:last-child a {
    margin-top: 10px;
  }
}
.sec-greeting .banner .fr > div:last-child a img {
  vertical-align: bottom;
}
.sec-greeting .banner .fr > div:last-child a:first-child {
  margin-top: 0;
}
.sec-greeting .banner .fr > div:last-child a:hover {
  opacity: 0.8;
}

.sec-company {
  padding-bottom: 0;
}
.sec-company h3 {
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: normal;
}
.sec-company dl {
  display: flex;
  flex-wrap: wrap;
  color: #323232;
  margin: 0;
  padding: 0;
}
.sec-company dl dt {
  width: 210px;
  font-size: 18px;
  background-color: #ffd728;
  padding: 10px 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-company dl dt {
    padding: 8px 10px;
    width: 8em;
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.sec-company dl dd {
  width: calc(100% - 210px);
  font-size: 18px;
  background-color: #fff6cd;
  padding: 10px 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-company dl dd {
    padding: 8px 10px;
    width: calc(100% - 8em);
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.sec-company dl dd span {
  display: inline-block;
  margin-right: 1em;
}
.sec-company dl dd span:nth-of-type(odd) {
  width: 7em;
}
.sec-company .map {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .sec-company .map {
    margin: 0 0 40px;
  }
}
.sec-company .map .inner {
  margin-left: 0px;
}
.sec-company .map .inner iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-company .map .inner {
    margin-left: 0px;
  }
  .sec-company .map .inner iframe {
    width: 100%;
    height: 250px;
  }
}

.sec-lab p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-lab p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sec-lab .fr {
    display: block !important;
  }
}
.sec-lab .fr > div span {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .sec-lab .fr > div span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec-lab .fr > div img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}
.sec-lab .fr.two > div {
  width: 370px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec-lab .fr.two > div {
    width: 100%;
    margin: 0 0 10px;
  }
}
.sec-lab .fr.three > div {
  width: 242px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec-lab .fr.three > div {
    width: 100%;
    margin: 0 0 10px;
  }
}
.sec-lab .fr.two2 > div {
  width: 242px;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .sec-lab .fr.two2 > div {
    width: 100%;
    margin: 0 0 10px;
  }
}

.sec-oversea p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-oversea p {
    font-size: 14px;
  }
}
.sec-oversea .block {
  border-bottom: 2px solid #fb1e1b;
  padding: 10px 0 30px;
}
.sec-oversea .block p {
  font-size: 16px;
}
.sec-oversea .block p span {
  display: inline-block;
}
.sec-oversea .block p span:first-child {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .sec-oversea .block p span:first-child {
    width: 5em;
  }
}
.sec-oversea .block + p {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec-oversea .block + p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.sec-oversea .block .fr {
  margin-left: 120px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-oversea .block .fr {
    margin-left: 5em;
  }
}
.sec-oversea .block .fr > div {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .sec-oversea .block .fr > div {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-oversea .block .fr > div img {
    width: auto;
    max-width: 100%;
    width: auto;
    height: 184px;
  }
}
.sec-oversea .block.b3 .fr > div img {
  height: 150px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .sec-sponsored .fr {
    display: block;
  }
}
.sec-sponsored .fr > div {
  font-size: 18px;
}
.sec-sponsored .fr > div:first-child {
  width: 295px;
}
.sec-sponsored .sponsoredlist {
  margin: 30px 30px;
}
@media screen and (max-width: 767px) {
  .sec-sponsored .sponsoredlist {
    margin: 30px 10px;
  }
}
.sec-sponsored .sponsoredlist .slick-track {
  display: flex;
  height: 240px;
}
@media only screen and (max-width: 767px) {
  .sec-sponsored .sponsoredlist .slick-track {
    height: 160px;
  }
}
.sec-sponsored .sponsoredlist .slick-slide {
  height: auto !important;
  margin: 0 4px;
}
.sec-sponsored .sponsoredlist .slick-slide img {
  height: 100%;
  width: auto;
}
.sec-sponsored .sponsoredlist .new-arrow {
  display: block;
  position: absolute;
  height: 240px;
  width: 30px;
  top: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 56px;
}
@media only screen and (max-width: 767px) {
  .sec-sponsored .sponsoredlist .new-arrow {
    height: 160px;
    width: 20px;
  }
}
.sec-sponsored .sponsoredlist .arrow-prev {
  left: -40px;
  background-image: url(../images/arrow-left.svg);
}
@media only screen and (max-width: 767px) {
  .sec-sponsored .sponsoredlist .arrow-prev {
    left: -25px;
  }
}
.sec-sponsored .sponsoredlist .arrow-next {
  right: -40px;
  background-image: url(../images/arrow-right.svg);
}
@media only screen and (max-width: 767px) {
  .sec-sponsored .sponsoredlist .arrow-next {
    right: -25px;
  }
}

.sec-kinkan {
  background-image: url(../images/aboutus/kinkanday/bg_kinkanday.png);
  background-repeat: repeat;
  background-size: 61px auto;
}
.sec-kinkan p.text-center {
  text-align: center;
}
.sec-kinkan .img {
  text-align: center;
  margin: 0 0 35px;
}
.sec-kinkan .img img {
  width: 363px;
  height: auto;
}
.sec-kinkan p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec-kinkan p {
    font-size: 16px;
    text-align: left;
  }
}
.sec-kinkan .note {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 14px;
}

.sec-history dl {
  display: flex;
  flex-wrap: wrap;
  color: #323232;
  margin: 0 0px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-history dl {
    margin: 0;
    width: 100%;
  }
}
.sec-history dl dt {
  width: 210px;
  font-size: 18px;
  background-color: #ffd728;
  padding: 10px 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-history dl dt {
    padding: 8px 10px;
    width: 7em;
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.sec-history dl dd {
  width: calc(100% - 210px);
  font-size: 18px;
  background-color: #fff6cd;
  padding: 10px 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-history dl dd {
    padding: 8px 10px;
    width: calc(100% - 7em);
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.sec-history dl dd > div {
  display: flex;
}
.sec-history dl dd span {
  text-align: right;
  width: 2.5em;
  white-space: nowrap;
  display: inline-block;
  margin-right: 1em;
  flex-shrink: 0;
}

.sec-cm .subtitle {
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  background-color: #ffd728;
  font-size: 18px;
  width: 124px;
  height: 22px;
  line-height: 22px;
  margin: 0 0 10px;
  text-align: center;
}
.sec-cm .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.sec-cm .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.sec-cm p {
  margin-bottom: 10px;
}
.sec-cm .block {
  padding: 30px 0;
}
.sec-cm .block + .block {
  border-top: 1px solid #fb1e1b;
}

.sec-site .fr {
  margin: 30px -30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-site .fr {
    display: block;
    margin: 30px 0;
  }
}
.sec-site .fr > div {
  width: calc((100% - 180px) / 3);
  margin: 0 30px 20px;
}
@media screen and (max-width: 767px) {
  .sec-site .fr > div {
    margin-right: 0;
    margin: 0 0px 20px;
    width: 100%;
  }
}
.sec-site .fr > div a {
  text-align: center;
  display: block;
  text-decoration: none;
  text-align: center;
}
.sec-site .fr > div a span {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  line-height: 1;
}
.sec-site .fr > div a:hover {
  opacity: 0.8;
}

.sec-cm-special .fr {
  margin: 30px -45px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec-cm-special .fr {
    display: block;
    margin: 30px 0;
  }
}
.sec-cm-special .fr > div {
  width: calc((100% - 180px) / 2);
  margin: 0 45px 20px;
}
@media screen and (max-width: 767px) {
  .sec-cm-special .fr > div {
    margin-right: 0;
    margin: 0 0px 20px;
    width: 100%;
  }
}
.sec-cm-special .fr > div a {
  text-align: center;
  display: block;
  text-decoration: none;
  text-align: center;
}
.sec-cm-special .fr > div a span {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  line-height: 1;
}
.sec-cm-special .fr > div a:hover {
  opacity: 0.8;
}

.sec-privacy .doctitle {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-privacy .doctitle {
    font-size: 16px;
  }
}
.sec-privacy p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-privacy p {
    font-size: 14px;
  }
}
.sec-privacy p.indent {
  text-indent: -1em;
  margin-left: 1em;
}
.sec-privacy p + p {
  margin-top: 2em;
}
.sec-privacy ul {
  margin-left: 2em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec-privacy ul {
    font-size: 14px;
  }
}

.sec-sitemap {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-sitemap .fr {
    display: block;
  }
}
.sec-sitemap .fr > div {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .sec-sitemap .fr > div {
    width: 100%;
  }
}
.sec-sitemap .fr + .block {
  border-top: 2px solid #fb1e1b;
  padding: 30px 0 0 0;
  margin-top: 30px;
}
.sec-sitemap a::before {
  content: "＞";
  margin-right: 5px;
  font-size: 60%;
  vertical-align: middle;
  display: inline-block;
}
.sec-sitemap .title {
  margin: 0 0 10px;
}
.sec-sitemap .title a {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec-sitemap .title a {
    font-size: 16px;
  }
}
.sec-sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 1em;
}
.sec-sitemap ul li {
  margin-bottom: 5px;
}
.sec-sitemap ul li a {
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec-sitemap ul li a {
    font-size: 14px;
  }
}

/**/
@media screen and (max-width: 767px) {
  .single .columns main {
    order: 1;
  }
  .single .columns main .single-post {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single .columns aside {
    order: 2;
  }
}

/*==================================================
* single
*================================================*/
/**
* .single
*/
.single-post article {
  padding: 0px 0;
  background-color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single-post article {
    padding: 0px 0;
  }
}
.single-post article .single-head {
  padding: 25px 0px;
  margin-bottom: 50px;
  border-top: 2px solid #fb1e1b;
  border-bottom: 2px solid #fb1e1b;
}
@media screen and (max-width: 767px) {
  .single-post article .single-head {
    padding: 15px 0px;
    margin-bottom: 10px;
  }
}
.single-post article .single-head h1 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 1.3;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .single-post article .single-head h1 {
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 1.3;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.single-post article .single-head .cat {
  font-size: 14px;
  text-decoration: none;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  background-color: #fb1e1b;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .single-post article .single-head .cat {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    line-height: 18px;
    height: 20px;
    font-size: 12px;
    vertical-align: middle;
  }
}
.single-post article .single-head .date {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  color: #535353;
  display: flex;
  align-items: center;
}
.single-post article .contfr {
  padding: 20px 0 0;
}
.single-post article .cont {
  margin: 0 0px 40px;
}
.single-post article .cont ul,
.single-post article .cont ol {
  margin-left: 1.5em;
}
.single-post article .cont h2 {
  font-size: 24px;
  color: #000;
  padding: 0px 0px 15px 0px;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: bold;
  position: relative;
  margin-top: 35px;
  border-bottom: 1px solid #fb1e1b;
}
@media screen and (max-width: 767px) {
  .single-post article .cont h2 {
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 40px;
  }
}
.single-post article .cont h3 {
  font-size: 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  padding: 20px;
  background-color: #F6F6F6;
  border-radius: 8px;
  margin-bottom: 30px;
  font-weight: 700;
  vertical-align: middle;
  position: relative;
  margin-top: 30px;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .single-post article .cont h3 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    font-weight: bold;
    line-height: 1.3;
  }
}
.single-post article .cont h4 {
  font-size: 17px;
  font-weight: normal;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .single-post article .cont h4 {
    font-size: 14px;
    line-height: 1.3;
  }
}
.single-post article .cont h5 {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .single-post article .cont h5 {
    font-size: 13px;
    line-height: 1.3;
  }
}
.single-post article .cont h6 {
  font-size: 15px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .single-post article .cont h6 {
    font-size: 13px;
    line-height: 1.3;
  }
}
.single-post article .cont p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .single-post article .cont p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.single-post article .linkarea {
  display: table;
  list-style: none;
  margin: 50px 0px 40px 0px;
  padding: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea {
    margin: 26px 0px 26px;
    background-color: #fff;
    display: block;
    width: auto;
    min-height: 42px;
  }
}
.single-post article .linkarea .linklist {
  border-right: 0;
  text-decoration: underline;
  display: block;
  position: absolute;
  left: 242px;
  top: 0;
  width: 296px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.single-post article .linkarea .linklist:hover {
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea .linklist {
    display: block;
    position: absolute;
    left: 34%;
    top: 0;
    width: 32%;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    font-size: 12px !important;
  }
}
.single-post article .linkarea .linklist a:hover {
  background-color: #eee;
}
.single-post .newslist.newsarea ul li {
  width: 100%;
}
.single-post .post-navigation {
  width: auto;
  height: 60px;
  line-height: 60px;
}
.single-post .post-navigation .nav-previous,
.single-post .post-navigation .nav-next {
  width: 242px;
  height: 60px;
  line-height: 60px;
}
.single-post .post-navigation .nav-previous a,
.single-post .post-navigation .nav-next a {
  display: block;
  width: 242px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: underline;
}
.single-post .post-navigation .nav-previous a:before {
  content: "＜";
  font-family: "Genericons";
  line-height: 60px;
  padding-right: 0px;
}
.single-post .post-navigation .nav-next {
  position: absolute;
  top: 0;
  right: 0;
}
.single-post .post-navigation .nav-next a:after {
  content: " ＞";
  font-family: "Genericons";
  padding-left: 0px;
  line-height: 60px;
}
.single-post .post-navigation a:hover {
  background-color: #eee;
}

.single .single-post > .snsarea {
  margin: 30px 0px 30px 0px;
}
.single .single-post > .snsarea .sns_btn {
  text-align: center;
  margin: 0px 0;
}
.single .single-post > .snsarea .sns_btn ul {
  display: flex;
  /*Android4.3*/
  /*Firefox21*/
  /*IE10*/
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}
.single .single-post > .snsarea .sns_btn ul,
.single .single-post > .snsarea .sns_btn li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single .single-post > .snsarea .sns_btn li {
  letter-spacing: normal;
  display: inline-block;
  padding: 0px;
  vertical-align: top;
  width: 48%;
}
.single .single-post > .snsarea .sns_btn li a {
  height: 60px;
  width: 100%;
  display: block;
  padding: 0;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: underline;
}
.single .single-post > .snsarea .sns_btn li a:hover {
  opacity: 0.8;
}

.single .single-post > .snsarea .sns_btn li.ogn_line a {
  background: #00B900 url(../images/icon_line.png) center center no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}

.single .single-post > .snsarea .sns_btn li.ogn_hatebu a {
  font-weight: bold;
  background-color: #3372BB;
  box-shadow: 0 5px 0 0 #245083;
}

.single .single-post > .snsarea .sns_btn li.ogn_hatebu a i:before {
  content: "";
  display: inline-block;
  background: url("../images/icon-hatebu.png") left center no-repeat;
  width: 21px;
  height: 18px;
  font-style: normal;
  vertical-align: middle;
  margin-right: 10px;
}

.single .single-post > .snsarea .sns_btn li.ogn_tweet a {
  background-color: #1CADEB;
  box-shadow: 0 5px 0 0 #1479A4;
  font-weight: bold;
}

.single .single-post > .snsarea .sns_btn li.ogn_tweet a i:before {
  margin-right: 10px;
}

.single .single-post > .snsarea .sns_btn li.ogn_facebook a {
  font-weight: bold;
  background-color: #246CB7;
  box-shadow: 0 5px 0 0 #194B80;
}

.single .resentarea {
  margin-top: 80px;
}
.single .resentarea .sidebar-widget__title {
  margin-bottom: 45px !important;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single .resentarea {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .single-post .post-navigation .nav-previous,
.single-post .post-navigation .nav-next {
    width: 33.3333333333%;
    height: 40px;
    line-height: 40px;
  }
  .single-post .post-navigation .nav-previous a,
.single-post .post-navigation .nav-next a {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
  }
  .single-post .post-navigation {
    border-bottom: none;
    width: auto;
    height: auto;
    line-height: 1 !important;
    padding-bottom: 0px;
  }
  .single-post .post-navigation .nav-previous a:before {
    line-height: 34px;
    margin-right: 0px;
  }
  .single-post .post-navigation .nav-next {
    position: absolute;
    top: 0;
    right: 0;
  }
  .single-post .post-navigation .nav-next a:after {
    margin-left: 0px;
    line-height: 34px;
  }
  .single .single-post > .snsarea {
    margin: 26px 0px 26px 0px;
  }
  .single .single-post > .snsarea .sns_btn {
    text-align: center;
    margin: 10px 0 40px;
  }
  .single .single-post > .snsarea .sns_btn li a {
    width: 100%;
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    font-weight: normal;
    border-radius: 3px;
  }
  .single .single-post > .snsarea .sns_btn li.ogn_hatebu a {
    font-weight: bold;
    background-color: #3372BB;
    box-shadow: 0 2px 0 0 #245083;
  }
  .single .single-post > .snsarea .sns_btn li.ogn_tweet a {
    background-color: #1CADEB;
    box-shadow: 0 2px 0 0 #1479A4;
    font-weight: bold;
  }
  .single .single-post > .snsarea .sns_btn li.ogn_facebook a {
    font-weight: bold;
    background-color: #246CB7;
    box-shadow: 0 2px 0 0 #194B80;
  }
  .single .single-post > .snsarea .sns_btn li a i:before {
    font-size: 14px !important;
    margin-right: 5px !important;
  }
  .single .single-post > .snsarea .sns_btn li.ogn_hatebu a i:before {
    content: "";
    display: inline-block;
    background: url(../images/icon-hatebu.png) left center no-repeat;
    background-size: auto 12px;
    width: 16px;
    height: 12px;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px;
  }
  .entries .resentarea .fr.between {
    display: flex !important;
  }
}
/*# sourceMappingURL=main.css.map */