@charset "UTF-8";
/* CSS Document */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

#container {
  overflow-x: hidden;
}

a {
  color: #2348b9;
  text-decoration: underline;
  transition: all .4s;
}
a:hover {
  text-decoration: none;
  transition: all .4s;
  opacity: .7;
}

.sp {
  display: none;
}

@media screen and (max-width: 670px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .sp.inline {
    display: inline;
  }
  .sp.inline-b {
    display: inline-block;
  }
}
img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

img[src$=".svg"] {
  width: auto;
}

.ico_svg {
  margin-left: 8px;
}
.ico_svg img {
  display: inline-block;
  height: .8rem;
  vertical-align: middle;
}

.u-en {
  font-family: 'Lato', sans-serif;
}

.u-w-bl {
  font-weight: 900;
}

.u-ib {
  display: inline-block;
}

.clear {
  clear: both;
}

.cats {
  margin-top: 10px;
}

.cat {
  display: inline-block;
  background: #F3F3F3;
  padding: 3px 8px;
  border-radius: 30px;
  margin: 0 5px 5px 0;
  font-size: 0.7rem;
  color: #333;
}

.time {
  text-indent: -0.7em;
  padding-left: 1.3em;
}

.bold {
  font-weight: bold;
}

.font-ll {
  font-size: 2.0rem;
}

.font-l {
  font-size: 1.6rem;
}

.font-m {
  font-size: 1.2rem;
}

.font-sm {
  font-size: 1.0rem;
}

.font-s {
  font-size: 0.7rem;
}

.font-ss {
  font-size: 0.5rem;
}

.txtAC, .txtAC-pc {
  text-align: center;
}

@media screen and (max-width: 670px) {
  /*.font-ll{ font-size: 3.2rem;}
  .font-l{ font-size: 2.8rem;}
  .font-m{ font-size: 2.2rem;}
  .font-sm{ font-size: 1.8rem;}
  .font-s{ font-size: 1.4rem;}
  .font-ss{ font-size: 1.2rem;}*/
  .txtAC-pc {
    text-align: left;
  }
}
.marB-l {
  margin-bottom: 30px;
}

.padB-l {
  padding-bottom: 30px;
}

.marB-m {
  margin-bottom: 15px;
}

.padB-m {
  padding-bottom: 15px;
}

.marB-s {
  margin-bottom: 10px;
}

.marT-l {
  margin-top: 30px;
}

.floatR {
  float: right;
}

.floatL {
  float: left;
}

.overH {
  overflow: hidden;
}

.borderB {
  border-bottom: 1px #ccc solid;
}

@media screen and (max-width: 670px) {
  .marB-l {
    margin-bottom: 20px;
  }

  .padB-l {
    padding-bottom: 20px;
  }

  .marB-m {
    margin-bottom: 10px;
  }

  .padB-m {
    padding-bottom: 10px;
  }

  .floatR, .floatL {
    float: none;
  }
}
/*リンクボタンに＞をつける*/
.arrow-icon {
  position: relative;
  display: block;
  padding: 14px 24px 14px 40px;
  text-align: center;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1A1A1A;
  border: 1px solid #808080;
  text-decoration: none;
}

.arrow-icon:after {
  content: '';
  left: 20px;
  top: 50%;
  margin-top: -4px;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-icon:hover {
  text-decoration: none;
}

.arrow-icon2 {
  color: #3A3A3A;
}

/*三角形のついたリンク*/
.mark-link {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  text-decoration: none;
}

.mark-link::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #1a1a1a;
  position: absolute;
  left: 0;
  top: .7em;
}

/*リストスタイル*/
ul.link-ul,
ol.link-ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.noMark-ul,
ol.noMark-ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.noMark-ul li,
ul.plain-ul li,
ol.plain-ol li {
  margin-bottom: 3px;
}

ul.plain-ul li {
  list-style: disc;
  list-style-position: inside;
}

ol.plain-ol li {
  list-style: decimal;
  list-style-position: inside;
}

ul.noMark-ul li:last-child {
  margin-bottom: 0;
}

ul.plain-ul,
ol.plain-ol {
  padding-left: 0;
}

.list-int1em li, p.list-int1em {
  text-indent: -1em;
  padding-left: 1em;
}

.list-int2em li, p.list-int2em {
  text-indent: -2em;
  padding-left: 2em;
}

.list-int2Hem li, p.list-int2Hem {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

/*================
base
================*/
.inner {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.inner.wide {
  max-width: 1320px;
}

/*================
header
================*/
html {
  font-size: 82.5%;
}

h1, h2, h3, h4, h5, h6, strong, b, dt {
  font-weight: 600;
}

#header {
  position: relative;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
#header .header_in {
  padding: 0 1.2%;
  max-width: 1400px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin: 0 10px;
}
@media print, screen and (min-width: 768px) {
  #header {
    top: 0px;
    backdrop-filter: blur(5px);
    padding: 20px 10px 0;
  }
  #header .header_in {
    margin: 0 auto;
  }
}
#header .inner {
  overflow: visible;
}
#header .h-logo {
  margin: 10px 0 20px;
}
#header .h-logo a:hover {
  opacity: 1;
}
#header .h-logo img {
  width: 165px;
}
#header .h-right {
  width: calc(100% - 242px);
}
#header .h-right .h-up {
  text-align: right;
}
#header .h-right .h-up ul li {
  display: inline-block;
  min-width: 190px;
}
#header .h-right .h-up ul li a {
  color: #222;
  background: #df1514;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  display: block;
}
#header .h-right .h-up ul li.corp a {
  color: #fff;
  background: #222;
}
#header .h-right .c-btn {
  padding: 2px 5px;
  min-width: 0;
  background: #fff;
  border: 1px #AAAFBB solid;
  vertical-align: middle;
}
#header .h-right .c-btn a {
  font-size: 0.9rem;
  z-index: 1;
  position: relative;
}
#header .h-right .c-btn a:hover {
  color: #333;
}
#header .h-right .c-btn::before {
  background: #ccc;
}
#header .h-right .c-btn:hover {
  opacity: 1;
}
#header .h-right .c-btn:hover a {
  color: #333;
}
#header .h-right .c-btn:hover::before {
  width: calc(100% + 4px);
  opacity: 0.5;
}
#header .h-bt .gNav {
  text-align: right;
  position: relative;
}
#header .h-bt .gNav ul li {
  display: inline-block;
  letter-spacing: normal;
  z-index: 2;
  position: relative;
}
#header .h-bt .gNav ul li:first-child {
  margin-left: 0;
}
#header .h-bt .gNav ul li a {
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
#header .h-bt .gNav ul li a:hover {
  opacity: 1;
}
#header .h-bt .gNav ul li:not(.c-btn) a:hover {
  color: #b50b0a;
}
#header .h-bt .gNav ul li ul.sub-menu {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}
#header .h-bt .gNav ul li ul.sub-menu li {
  margin: 0 0 10px 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
#header .h-bt .gNav ul li ul.sub-menu li:first-child {
  border-left: none;
}
#header .h-bt .gNav ul li ul.sub-menu li a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0;
}
#header .h-bt .gNav ul li ul.sub-menu li a:hover {
  color: #fff;
  opacity: .7;
}
#header .h-bt .gNav ul li ul.sub-menu ul.sub-menu {
  display: none !important;
  /*第3階層は非表示*/
}
#header .h-bt .gNav #slide-line {
  position: absolute;
  bottom: 0px;
  height: 1px;
  background-color: #707070;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
#header .h-bt .gNav #hidden-menu-arrow {
  display: none;
  position: absolute;
  bottom: 18px;
  z-index: 1;
}
#header .h-bt .gNav #hidden-menu-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 8px solid transparent;
  border-bottom: 10px solid #222;
}
#header .h-bt .item {
  float: right;
  text-align: right;
  width: 10%;
}
#header .h-bt .item a {
  padding-bottom: 36px;
  display: block;
  line-height: 2;
}
#header .h-bt .hidden-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  padding: 50px 0 40px;
  background: #222;
  left: 0;
  z-index: 1;
}
#header .h-bt #pc-search-area {
  padding: 30px 0;
  text-align: center;
}
#header .h-bt #pc-search-area .inner {
  position: relative;
}
#header .h-bt #pc-search-area .inner::before {
  content: "";
  position: absolute;
  right: 5px;
  top: -48px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 8px solid transparent;
  border-bottom: 10px solid #222;
}
#header form.searchform {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
}
#header form.searchform label.screen-reader-text {
  display: none;
}
#header form.searchform input[type=text] {
  width: 300px;
  border: none;
  background: 0 0 !important;
  color: #fff !important;
  padding: 10px;
  font-size: 18px;
  line-height: 1;
}
#header form.searchform input[type=submit] {
  background: url(../img/common/ico_search.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: none;
}

#nav-open, #nav-input, #nav-content {
  display: none;
}

@media screen and (max-width: 670px) {
  #header {
    padding-top: 10px;
  }
  #header .h-logo img {
    width: 150px;
    height: auto;
  }
  #header .h-right {
    width: auto;
  }

  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    /*線の太さ*/
    width: 17px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }

  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  #nav-open span::before {
    bottom: -8px;
    width: 20px;
  }
  #nav-open span::after {
    bottom: -16px;
    width: 23px;
  }

  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  #nav-content {
    display: block;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -330px;
    z-index: 9999;
    width: 80%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
  }
  #nav-content .sp-search-area {
    background: #2348b9;
    text-align: center;
    padding: 10px 0;
    text-align: center;
  }
  #nav-content .sp-search-area form.searchform input[type=text] {
    width: 204px;
    padding: 3px;
    font-size: 16px;
  }
  #nav-content ul {
    display: block;
  }
  #nav-content ul li {
    display: block;
    border-bottom: 1px #fff solid;
    padding: 10px;
    background: #2f2f2f;
  }
  #nav-content ul li a {
    padding: 0 15px 0 0;
    border: 0;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
  }
  #nav-content ul li a::after {
    position: absolute;
    top: 50%;
    right: 0px;
    margin: -4px auto 0;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav-content ul li.menu-item-has-children > a::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #nav-content ul li.menu-item-has-children.active > a::after {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #nav-content ul li ul.sub-menu {
    display: none;
    margin: 10px -10px -10px;
  }
  #nav-content ul li ul.sub-menu li {
    background: #fff;
    border-bottom-color: #ccc;
  }
  #nav-content ul li ul.sub-menu li a {
    color: #000;
  }
  #nav-content ul li ul.sub-menu li a::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  #nav-content ul li ul.sub-menu ul.sub-menu {
    display: none !important;
    /*第3階層は非表示*/
  }
  #nav-content .sp-sub-menu {
    margin-top: 10px;
  }
  #nav-content .sp-sub-menu ul li {
    background: #fff;
    border-bottom: none;
    padding: 5px 10px;
  }
  #nav-content .sp-sub-menu ul li a {
    color: #000;
    font-weight: normal;
  }
  #nav-content .sp-sub-menu ul li a::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }

  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }

  #nav-input:checked ~ #nav-content {
    left: 0;
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
}
/*================
pankuzu
================*/
.pankuzu {
  clear: both;
  padding: 20px 0 0;
}
.pankuzu .inner {
  font-size: 0;
}
.pankuzu li {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  max-width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pankuzu li::after {
  content: '＞';
  color: #aaa;
}
.pankuzu li:last-child::after {
  display: none;
}
.pankuzu li a {
  color: #aaa;
  text-decoration: none;
  margin-right: 5px;
  display: inline-block;
}
.pankuzu li a:hover {
  text-decoration: underline;
  color: #333;
}
.pankuzu li br {
  display: none;
}

/*================
contents
================*/
#contents {
  clear: both;
}

.page-wrap {
  clear: both;
}

.main-contents {
  width: calc(100% - 240px);
  max-width: 790px;
  float: left;
}
.main-contents.border-r {
  border-right: 1px #ccc solid;
  padding-right: 10px;
}

.sub-contents {
  width: 240px;
  float: right;
}
.sub-contents.border-l {
  border-left: 1px #ccc solid;
  padding-left: 20px;
}

/*================
footer
================*/
.l-header, .l-footer {
  letter-spacing: 0;
}

.l-footer {
  background: #3E424C;
  padding: min(40px, 7vw) 0;
  font-size: 1.4rem;
  position: relative;
  color: #fff;
}
.l-footer .up .menu {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.l-footer .up .menu li {
  width: calc(100% / 2);
  box-sizing: border-box;
  padding: 5px;
  line-height: 1.1;
  font-size: 1.1rem;
}
.l-footer .up .menu li a {
  color: #fff;
  text-decoration: none;
}
.l-footer .up .menu li.btn_f a {
  padding: 2px 5px;
  min-width: 0;
  border: 1px #AAAFBB solid;
  vertical-align: middle;
  border-radius: 50px;
  padding: 4px 10px;
  font-size: 0.9rem;
}
.l-footer .bt {
  padding: 10px 0;
  text-align: center;
}
.l-footer .bt .logo {
  filter: brightness(0) invert(1);
  margin-bottom: min(10px, 2vw);
  max-width: 220px;
  margin: 20px auto 0;
}
.l-footer .bt p {
  font-size: 1.0rem;
}
.l-footer .bt a {
  color: #fff;
  text-decoration: none;
}
.l-footer .bt a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 737px) {
  .l-footer .inner {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .l-footer .up {
    width: calc(100% - 300px);
    max-width: 600px;
  }
  .l-footer .up .menu li {
    padding: 0 10px 15px 0;
    min-width: 200px;
    width: calc(100% / 3);
    max-width: 250px;
  }
  .l-footer .bt {
    width: 280px;
    text-align: left;
  }
  .l-footer .bt .logo {
    max-width: 220px;
    margin: 0 0 20px;
  }
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 12px;
}
#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #8A959B;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 1px #fff solid;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 670px) {
  #pageTop {
    bottom: 5px;
    right: 5px;
  }
  #pageTop i {
    padding-top: 8px;
  }
  #pageTop a {
    width: 30px;
    height: 30px;
  }
}
/*================
banner
================*/
.bnr-area {
  background: #eff4f6;
  padding-top: 30px;
  margin-top: 50px;
  clear: both;
}
.bnr-area .bnr_list_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
  /*@media screen and (max-width:1020px) {
  	li{
  		width: 33.33%;
  		width: calc(100% / 3);
  	}
  }*/
}
.bnr-area .bnr_list_inner li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 10px 20px;
}
.bnr-area .bnr_list_inner li .in {
  background: #EFEFEF;
  height: 100%;
}
.bnr-area .bnr_list_inner li .img {
  /*background: #fff center center / contain no-repeat;
  height: 170px;
  img{
  	width:100%;
  }*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bnr-area .bnr_list_inner li .img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 66.6%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.bnr-area .bnr_list_inner li .tit {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
}
.bnr-area .bnr_list_inner li p {
  margin-bottom: 0;
  padding: 5px 0 0;
  line-height: 1.2;
}
.bnr-area .bnr_list_inner li a {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bnr-area .bnr_list_inner li {
    width: 33.33%;
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 400px) {
  .bnr-area .bnr_list_inner {
    /*li{
    	width: 100%;
    	padding: 0 0 20px;
    	.tit{
    		padding:0 5px;
    	}
    	p{
    		padding:0 5px 5px;
    	}
    }*/
  }
  .bnr-area .bnr_list_inner li {
    width: 50%;
    padding-bottom: 10px;
  }
}

.bnr-co-corp {
  margin: 50px auto 0;
  max-width: 900px;
}
.bnr-co-corp a {
  display: block;
  border: 1px #eee solid;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  text-decoration: none;
  padding: 30px;
  align-items: center;
  background-color: #272727;
}
.bnr-co-corp dl {
  width: calc(100% - 300px);
}
.bnr-co-corp dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.bnr-co-corp dl dt .mark-link {
  padding-left: 20px;
}
.bnr-co-corp dl dt .mark-link::before {
  border-width: 8px 0 8px 10px;
  top: .6em;
  border-color: transparent transparent transparent #fff;
}
.bnr-co-corp dl dd {
  font-size: 1.2rem;
}
.bnr-co-corp .seal {
  width: 300px;
}

.bnr_contact {
  background: url(../image/common/bg_bnr_contact.jpg) no-repeat center/cover;
  position: relative;
  font-size: 1.4rem;
  margin-top: 50px;
  padding: 60px;
  color: #fff;
}
.bnr_contact::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 0;
}
.bnr_contact .tit {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.bnr_contact .tit .seal {
  width: 200px;
  margin-right: 20px;
}
.bnr_contact .tit p {
  font-weight: bold;
}
.bnr_contact .bord {
  border: 1px #fff solid;
  position: relative;
  z-index: 1;
}
.bnr_contact .up {
  border-bottom: 1px #fff solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.bnr_contact .up span {
  padding: 0 5px;
}
.bnr_contact .bt {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.bnr_contact .bt .box {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.bnr_contact .bt .box p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.bnr_contact .bt .box .c-btn {
  border-radius: 0;
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 728px) {
  .bnr_contact {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 670px) {
  .bnr-co-corp {
    text-align: center;
    margin-top: 20px;
  }
  .bnr-co-corp a {
    display: block;
    padding: 10px;
  }
  .bnr-co-corp dl {
    margin-bottom: 10px;
    width: 100%;
  }
  .bnr-co-corp dl dt {
    font-size: 1.4rem;
  }
  .bnr-co-corp dl dd {
    text-align: left;
    font-size: 1rem;
  }
  .bnr-co-corp dl, .bnr-co-corp .seal {
    max-width: 100%;
  }

  .bnr_contact {
    margin-top: 20px;
    padding: 10px;
    font-size: 1.2rem;
  }
  .bnr_contact .tit {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .bnr_contact .tit .seal {
    margin: 0 0 10px 0;
  }
  .bnr_contact .tit p {
    font-size: 1rem;
  }
  .bnr_contact .bt {
    display: block;
  }
  .bnr_contact .bt .box {
    width: 100%;
    padding: 10px;
  }
  .bnr_contact .bt .box p {
    font-size: 1.0rem;
  }
  .bnr_contact .bt .box .c-btn {
    font-size: 1.2rem;
  }
}
/*================
article
================*/
.postThumbnail {
  margin-bottom: 20px;
}
.postThumbnail img {
  max-width: 100%;
  height: auto;
}

/*記事*/
.article {
  padding: 0px 0px 0;
  color: #333;
  font-size: 105%;
  line-height: 1.7;
}

.article div {
  margin-bottom: 10px;
}

.article p {
  margin-bottom: 10px;
  display: block;
}

.article strong {
  font-weight: bold;
}

.article ul {
  list-style: disc;
  padding: 0 0 10px 20px;
}

.article ol {
  list-style: decimal;
  padding: 0 0 10px 20px;
}

/*.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{
	font-weight:bold;
	clear: both;
}
.article h1{ font-size:130%;}
.article h2{ font-size:123%;}
.article h3{ font-size:116%;}
.article h4{ font-size:110%;}
.article h5{ font-size:105%;}
.article h6{ font-weight:normal;}*/
.article h1 {
  clear: both;
  font-size: 22px;
  background: #FDF4D1;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: bold;
}
.article h2 {
  clear: both;
  font-size: 20px;
  font-weight: bold;
  border-left: 10px #F4D600 solid;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
}
.article h3 {
  clear: both;
  font-size: 18px;
  padding-left: 5px;
  margin: 20px 0 15px 0px;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
}
.article h3::before {
  display: none;
}
.article h4 {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.article h5 {
  clear: both;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
.article h6 {
  clear: both;
  font-weight: normal;
}
.article .wp-caption img {
  margin-bottom: 2px;
}
.article table {
  border: 1px #ccc solid;
  margin-bottom: 15px;
  width: 100%;
}
.article table td, .article table th {
  border: 1px #ccc solid;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.article table th {
  vertical-align: middle;
  font-weight: bold;
  min-width: 120px;
}
.article blockquote {
  background: #ebebeb;
  border-radius: 5px;
  padding: 10px 10px 0;
  position: relative;
  margin-bottom: 10px;
}
.article blockquote::before {
  content: '“';
  position: absolute;
  top: -10px;
  left: 0;
  color: #999;
  font-size: 32px;
}
.article sup, .article sub {
  font-size: 74%;
}
.article sup {
  vertical-align: top;
}
.article sub {
  vertical-align: bottom;
}
.article.campaign h2 {
  color: #c02720;
  border-left-color: #c02720;
  font-size: 120%;
}
.article.campaign h1, .article.campaign h2, .article.campaign h3, .article.campaign h4, .article.campaign h5, .article.campaign h6 {
  font-family: 'M PLUS 1p', sans-serif;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

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

img.alignleft, img.alignright {
  display: inline;
}

@media screen and (max-width: 670px) {
  /*670px*/
  .alignleft, .alignright {
    float: none;
    max-width: 360px;
    margin: 0 auto 20px;
  }
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.article input {
  padding: 4px;
  display: block;
}

.article pre {
  border: 1px #CCC solid;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.article em {
  font-style: italic;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  font-size: 13px;
}

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px;
  border: 1px solid #000;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  color: #333;
}

/* ページ番号 */
.pagination .pager {
  width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* 前へ */
.pagination a.before {
  margin-right: 16px;
}

/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* 最初へ */
/* 最後へ */
/* Page x / y */
.pagination span.page_num {
  display: none;
}

div .wp-caption {
  max-width: 100%;
  font-size: 11px;
  font-style: italic;
  border: 1px #ebe8e2 solid;
  margin: 5px 15px 10px 0;
  position: relative;
}

div .wp-caption img {
  border: medium none;
  display: block;
  padding: 5px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.wp-caption-text, #top .wp-caption .wp-caption-dd {
  display: block;
  font-size: 11px;
  font-style: italic;
  margin: 0 auto;
  padding: 3px 10px 5px;
  text-align: center;
  float: none;
  color: #7c6853;
}

/*================
title
================*/
/*#contents{
	h1,h2,h3,h4,h5,h6{
		//font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-family: source-han-sans-japanese, sans-serif; 
	}
	h1{	@include fontsize(24);}
	h2{	@include fontsize(22);}
	h3{	@include fontsize(20);}
	h4{	@include fontsize(18);}
	h5{	@include fontsize(15);}
	h6{	@include fontsize(14);}
}*/
.page-tit {
  background: #eee;
  text-align: center;
  padding: 50px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.page-tit h1 {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  .page-tit {
    text-align: left;
    padding: 20px 0 20px 10px;
  }
  .page-tit h1 {
    font-size: 1.8rem;
  }
}
.c-tit__sec {
  letter-spacing: 0.05em;
}

.c-tit__page-en, .c-tit__sec-en {
  font-size: 3.2rem;
  line-height: 1;
}

.c-tit__page-jp, .c-tit__sec-jp {
  font-size: 1.5rem;
  color: #b50b0a;
}

.c-tit__sec {
  margin-bottom: 50px;
}

@media screen and (max-width: 670px) {
  .c-tit__page-en, .c-tit__sec-en {
    font-size: 2.1rem;
  }

  .c-tit__page-jp, .c-tit__sec-jp {
    font-size: 1.2rem;
  }

  .c-tit__sec {
    margin-bottom: 25px;
  }
}
.c-tit02 {
  font-size: clamp(1.6rem, 4vw, 25px);
  margin-bottom: min(40px, 7vw);
}
.c-tit03 {
  font-size: clamp(1.4rem, 3.4vw, 20px);
  margin-bottom: min(30px, 5vw);
}
.c-tit04 {
  font-size: clamp(1.2rem, 2.8vw, 17px);
  margin-bottom: min(15px, 2vw);
}
.c-tit__wrap {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}

/*================
btn
================*/
.btn-area {
  text-align: center;
  margin-top: 30px;
}
.btn-area .btn {
  padding: 15px 10px;
  border: 2px solid #df1514;
  color: #222;
  background: #df1514 !important;
  min-width: 180px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.btn-area .btn:hover {
  opacity: .5;
}

.c-btn {
  padding: 13px 42px 13px 30px;
  display: inline-block;
  min-width: 160px;
  color: #fff;
  background: #df1514;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 60px;
  font-weight: bold;
}
.c-btn *, .c-btn::before {
  transition: .5s;
}
.c-btn::before {
  content: "";
  display: block;
  width: 0;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0;
  z-index: 1;
  background: #b50b0a;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn:hover::before {
  width: calc(100% + 4px);
  opacity: 0.5;
}
.c-btn i.ico_svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-btn i.ico_svg {
    right: 16px;
    font-size: 1.7rem;
  }
}
.c-btn i.ico_svg img {
  height: 1.2rem;
  margin-right: 10px;
}
.c-btn span {
  position: relative;
  z-index: 1;
}
.c-btn.bg-y {
  background: #df1514;
  color: #222;
}
.c-btn.bg-y::before {
  background: #FFF;
}
.c-btn.bg-w {
  background: #fff;
  border: 1px #666 solid;
  color: #333;
}
.c-btn.bg-g {
  background: #3E424C;
  border: 1px #3E424C solid;
  color: #fff;
}
.c-btn.bg-g::before {
  background: #141720;
}
.c-btn.small {
  font-size: 1.0rem;
  min-width: 0;
  padding: 8px 25px 8px 18px;
}
.c-btn.small i.ico_svg {
  font-size: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .c-btn.small {
    padding: 13px 42px 13px 30px;
  }
  .c-btn.small i.ico_svg {
    font-size: 1.0rem;
  }
}

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

.one-btn {
  text-align: center;
}
.one-btn .c-btn {
  font-size: 1.6rem;
  min-width: 420px;
}

@media screen and (max-width: 670px) {
  .btn-area {
    margin-top: 20px;
  }
  .btn-area .btn {
    padding: 10px 10px;
  }

  .c-btn {
    font-size: 1.1rem;
  }

  .one-btn {
    text-align: center;
  }
  .one-btn .c-btn {
    min-width: 0;
  }
}
/*================
LAY OUT
================*/
.para {
  margin-bottom: 50px;
}

@media screen and (max-width: 670px) {
  .para {
    margin-bottom: 30px;
  }
}
.box-col3 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.box-col3 > li {
  width: calc(100% / 3);
  padding: 0 15px 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.box-col3 > li .li-in {
  background: #eee;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  position: relative;
}
.box-col3 > li .li-in .tit-vc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-col3 > li .li-in .btn-area {
  margin-top: 20px;
}
.box-col3 > li .cap {
  position: absolute;
  bottom: -1.6rem;
  left: 0;
}

.box-col2 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.box-col2 > li {
  width: calc(100% / 2);
  padding: 0 15px 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.box-col2 > li .li-in {
  border: 1px #707070 solid;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  position: relative;
}

.bord {
  border: 1px #707070 solid;
  padding: 50px;
}

@media screen and (max-width: 670px) {
  .box-col3, .box-col2 {
    display: block;
    margin: 0;
  }
  .box-col3 > li, .box-col2 > li {
    width: 100%;
  }

  .box-col2 > li {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .box-col2 > li p {
    text-align: left;
  }

  .bord {
    padding: 20px;
  }
}
@media screen and (max-width: 430px) {
  .bord {
    padding: 10px;
  }
}
/*================
NEW LIST
================*/
.list-area-wrap .list-area {
  display: flex;
  flex-wrap: wrap;
}
.list-area-wrap .list-area li {
  width: calc(100% / 3);
  flex-basis: calc(100% / 3);
}
.list-area-wrap .list-area li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.img-article {
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
  background: #ebebeb;
}
.img-article .eyeCatch {
  background: url(../img/common/noImg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 180px;
}
.img-article .ico-new {
  position: absolute;
  top: 5px;
  left: 5px;
}

.date {
  color: #666;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 670px) {
  .list-area-wrap .list-area li {
    width: calc(100% / 2);
    flex-basis: calc(100% / 2);
  }
}
@media screen and (max-width: 540px) {
  .img-article {
    padding: 3px;
  }
  .img-article .eyeCatch {
    height: 150px;
  }
  .img-article .ico-new {
    top: 3px;
    left: 3px;
  }
  .img-article .ico-new img {
    width: 30px;
    height: auto;
  }
}
@media screen and (max-width: 440px) {
  .img-article .eyeCatch {
    height: 120px;
  }
}
@media screen and (max-width: 370px) {
  .img-article .eyeCatch {
    height: 90px;
  }
}
/*================
TOP
================*/
#top_slide_container {
  clear: both;
}
#top_slide_container .img {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 670px) {
  #top_slide_container .img {
    height: 320px;
  }
}
@media screen and (max-width: 520px) {
  #top_slide_container .img {
    height: 260px;
  }
}
@media screen and (max-width: 380px) {
  #top_slide_container .img {
    height: 180px;
  }
}
/*================
search
================*/
#contents .search-box {
  border-bottom: 1px #ccc dotted;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contents .search-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#contents .search-box h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/*================
404
================*/
.pagetitle {
  margin-bottom: 35px;
}

.search-area404 form.searchform {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
  border-radius: 5px;
  font-size: 18px;
  border: 1px #ccc solid;
  overflow: hidden;
}
.search-area404 .screen-reader-text {
  display: none;
}
.search-area404 input[type=text] {
  width: 300px;
  border: none;
  background: 0 0 !important;
  padding: 10px;
  font-size: 18px;
  line-height: 1;
}
.search-area404 input[type=submit] {
  background: url(../img/common/ico_search_b.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: none;
}
