@charset "UTF-8";
.Poppins {
  font-family: "Poppins", sans-serif;
}

/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #000;
  background: #FFF none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

/*  アニメーションスタイル
-------------------------------------------*/
.bg-open-right {
  position: relative;
  z-index: 0;
}

.bg-open-right::after {
  content: "";
  background: #2b2d42;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: left 1s ease-in-out;
}

.bg-open-right.is-show::after {
  left: 100vw;
}

.bg-open-left {
  position: relative;
  z-index: 0;
}

.bg-open-left::after {
  content: "";
  background: #2b2d42;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transition: right 1s ease-in-out;
}

.bg-open-left.is-show::after {
  right: 100vw;
}

.slide-left {
  position: relative;
  left: 100vw;
  transition: left 860ms ease-in-out;
}

.slide-left.is-show {
  left: 0;
}

.slide-right {
  position: relative;
  right: 100vw;
  transition: right 860ms ease-in-out;
}

.slide-right.is-show {
  right: 0;
}

.slide-up {
  position: relative;
  top: 10%;
  opacity: 0;
  transition: top 860ms,opacity 1s;
}

.slide-up.is-show {
  top: 0;
  opacity: 1;
}

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

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

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

.close {
  animation: anim 0.8s forwards;
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  pointer-events: none;
}

@keyframes anim {
  0% {
    height: 100vh;
  }
  100% {
    height: 0px;
  }
}

@keyframes anim_tate {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}

.content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content .main {
  width: 100%;
}

.img_w100 {
  width: 100%;
}

.img_max100 {
  max-width: 100%;
}

.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  line-height: 1.6;
}

strong {
  font-weight: 700;
  font-size: 104%;
  color:#0058CA;
}

.fixed {
  position: fixed !important;
  z-index: 1000;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  width: 100%;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
  top: 0px;
  box-sizing: border-box;
}

.second__fixed {
  position: fixed !important;
  z-index: 1000;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #2b2d42;
  box-sizing: border-box;
}

.pt_20 {
  padding-top: 20px;
}

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

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_60 {
  margin-top: 60px;
}

.pd_10{
	padding-left:30px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 1px;
}
.mb_40 {
  margin-bottom: 40px;
}

.mb_60 {
  margin-bottom: 60px;
}

.ml_30 {
  margin-left: 30px;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 54%;
}

.pc_none {
  display: none;
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.pagetop_icon {
  text-align: center;
  padding: 15px 0px;
  position: relative;
  z-index: 2;
}

.pagetop_icon img {
  animation: vertical 1s ease-in-out infinite alternate;
}

.pagetop_icon .txt {
  font-family: Arial,sans-serif;
  padding: 10px 0px;
  color: #000;
}

.center {
  text-align: center;
}

.align_right {
  text-align: right;
}

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

.f_144 {
  font-size: 144%;
}

.map {
  width: 100%;
  height: 700px;
  margin-bottom: 30px;
}

.content_block {
  padding: 50px 0px 40px;
}

.sub__wrap {
  max-width: 900px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 100%;
  padding: 0px 20px;
}

.small__wrap {
  max-width: 760px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 100%;
  padding: 0px 20px;
}

.point {
  background: #f5f7fa;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.5;
}

.point .sub_ttl {
  font-size: 154%;
  text-align: center;
  color: #2b2d42;
}

.point .sub_ttl span {
  font-size: 60%;
}

.point_l .sub_ttl {
  background: #0058CA;
  padding: 20px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 174%;
  text-align: center;
}

.point_l .sub_ttl span {
  font-size: 144%;
  font-weight: bold;
}

.point_l .box {
  webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.point_l .box .inner {
  box-sizing: border-box;
  padding: 30px;
}

.point_l .box .inner p {
  font-size: 108%;
}

.iframe {
  width: 100%;
  height: 400px;
}

.privacy_sc {
  width: 100%;
  height: 250px;
  overflow: scroll;
  margin-bottom: 30px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.5;
}

.common_btn {
  background: #0058CA;
  color: #FFF;
  display: block;
  padding: 15px 0px;
  width: 300px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}

.common_btn:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  /*色や形状*/
  background: #D5E5E6;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.common_btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 10px;
  font-size: 144%;
  top: 10px;
  z-index: 3;
}

.common_btn:hover {
  opacity: 0.7;
}

.common_btn:hover span {
  color: #000;
}

.common_btn:hover:before {
  transform: scale(1, 1);
}

.common_btn:hover:after {
  right: 5px;
  transition: .5s all;
  color: #000;
}

.common_btn span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #FFF;
  transition: .5s all;
}

.radius {
  border-radius: 5px;
  display: inline-block;
  background: #0058CA;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 8px;
  font-size: 90%;
  color: #FFF;
  padding: 4px 8px;
}

.img__ttl_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.img__ttl_list:before {
  content: "";
  display: block;
  width: 22%;
  height: 0;
  order: 1;
}

.img__ttl_list li {
  width: 22%;
}

.img__ttl_list li a {
  display: block;
  transition: .5s all;
}

.img__ttl_list li a:hover {
  opacity: 0.7;
}

.img__ttl_list li figure {
  border: 1px solid #2b2d42;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
  text-align: center;
}

.img__ttl_list li img {
  width: 100%;
}

.img__ttl_list li .copy {
  font-size: 114%;
  padding:10px;
  color: #0058CA;
  font-weight: bold;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.img_list .w20 {
  width: 23%;
}

.img_list .w30 {
	width:30%;
}

.img_list li {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  text-align:center;
  transition: .5s all;
  margin-bottom: 25px;
}

.img_list li p {
  font-size: 94%;
  padding-top: 10px;
}

.img_list li:hover {
  opacity:0.7;
}

.img_list li img {
  max-width: 100%;
}
.img_list:after {
    content: "";
    display: block;
    width: 30%;
}
.itemlist_dl {
  margin-bottom: 15px;
}

.itemlist_dl dt {
  padding-left: 18px;
  margin-bottom: 2px;
  position: relative;
  text-align: left;
  line-height: 1.6;
}

.itemlist_dl dt:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist_dl dt:last-child {
  margin-bottom: 0px;
}

.itemlist_dl dt span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.itemlist_dl dt a {
  text-decoration: underline;
}

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

.itemlist_squre li {
  padding: 20px 30px;
  text-align: center;
  font-size: 108%;
  margin-right: 30px;
  border: 1px solid #2b2d42;
  margin-bottom: 25px;
}

.itemlist {
  margin-bottom: 15px;
}

.itemlist li {
  padding-left: 18px;
  margin-bottom: 2px;
  position: relative;
  text-align: left;
  line-height: 1.6;
}

.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist li:last-child {
  margin-bottom: 0px;
}

.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.itemlist li a {
  text-decoration: underline;
}

.list_l_circle {
  margin-bottom: 15px;
}

.list_l_circle li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.list_l_circle li:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 3px;
  color: #0058CA;
  font-size: 70%;
}

.list_l_circle li:last-child {
  margin-bottom: 0px;
}

.list_l_circle li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.checklist li {
  padding-left: 32px;
  margin-bottom: 30px;
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 124%;
  line-height: 1.6;
  text-align: left;
}

.checklist li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #0058CA;
}

.checklist li:last-child {
  margin-bottom: 0px;
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}

.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

.slick-slider li {
  transition: .5s all;
}

.slick-slider li:hover {
  opacity: 0.7;
}

.slide_wrapper {
  position: relative;
  z-index: 0;
}

.slide_wrapper .slide-navigation {
  position: absolute;
  width: 100%;
  left: -0px;
  bottom: 10%;
  z-index: 2;
}

.slide_wrapper .slide-navigation ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0px 25px;
  box-sizing: border-box;
}

.slide_wrapper .slide-navigation ul li {
  margin-right: 25px;
}

.slide_wrapper .slide-navigation ul li img {
  width: 100%;
  transition: .5s all;
  cursor: pointer;
}

.slide_wrapper .slide-navigation ul li img:hover {
  opacity: 0.7;
}

.slide_wrapper .slide-navigation ul li:last-child {
  margin-right: 0px;
}

.flow ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.flow ul li {
  width: 13%;
  position: relative;
  background: #0058CA;
  padding: 30px 10px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  color: #FFF;
}

.flow ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  font-size: 194%;
  font-weight: normal;
  right: -30px;
  color: #0058CA;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.flow ul li:last-child:after {
  display: none;
}

.top__header {
  position: relative;
}

.top__header .tagline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  transition: .5s all;
  z-index: 3;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}

.top__header .tagline .logo {
  padding-top: 20px;
  padding-left: 20px;
  margin-right: 40px;
  webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: 1.5s all;
  opacity: 0;
}

.top__header .tagline nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: 1.0s all;
  opacity: 0;
}

.top__header .tagline nav ul {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex-wrap: nowrap;
}

.top__header .tagline nav ul li {
  margin-right: 30px;
}

.top__header .tagline nav ul li a {
  transition: .5s all;
  display: block;
  font-weight: bold;
  position: relative;
}

.top__header .tagline nav ul li a:hover {
  opacity: 0.6;
}

.top__header .tagline nav ul li:nth-of-type(1) a, .top__header .tagline nav ul li:nth-of-type(2) a, .top__header .tagline nav ul li:nth-of-type(3) a, .top__header .tagline nav ul li:nth-of-type(4) a {
  box-sizing: border-box;
  padding: 30px 0px 30px;
}

.top__header .tagline nav ul li:nth-of-type(5) {
  padding: 28px 0px 30px;
}

.top__header .tagline nav ul li:nth-of-type(6) {
  padding: 26px 0px 30px;
}

.top__header .tagline nav ul li:nth-of-type(7) {
  padding: 31px 0px 30px;
}

.top__header .tagline nav ul li:last-child {
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top__header .tagline nav ul li:last-child a {
  display: block;
  background: #0058CA;
  color: #FFF;
  padding: 30px 40px;
  height: 100%;
}

.top__header .tagline nav .pc_dropdown {
  display: none;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 85px;
  z-index: 9999;
  background: #0058CA;
  color: #FFF;
}

.top__header .tagline nav .pc_dropdown .sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top__header .tagline nav .pc_dropdown .sub__box {
  width: 20%;
  padding: 0px;
}

.top__header .tagline nav .pc_dropdown .sub__box a {
  color: #FFF;
}

.top__header .tagline nav .pc_dropdown .search .outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top__header .tagline nav .pc_dropdown .search .outer .inner {
  width: 49%;
}

.top__header .tagline nav .pc_dropdown .search .sub_ttl {
  font-size: 134%;
  margin-bottom: 25px;
  position: relative;
  line-height: 1.5;
  color: #FFF;
  font-weight: bold;
}

.top__header .tagline nav .pc_dropdown .search .cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top__header .tagline nav .pc_dropdown .search .cat li {
  width: 24%;
  display: block;
  margin-bottom: 20px;
  margin-right: 0px;
  padding: 10px 0px 0px 10px;
  background: #FFF;
  max-height: 100px;
  box-sizing: border-box;
  overflow: hidden;
}

.top__header .tagline nav .pc_dropdown .search .cat li a {
  display: block;
  padding: 0px;
  background: #FFF;
  color: #000;
  font-size:82%;
}

.top__header .tagline nav .pc_dropdown .search .cat li .box .img_wrap {
  text-align: right;
}

.top__header .tagline nav .pc_dropdown .search .cat li .box .img_wrap img {
  width: 100%;
}

.top__header .tagline nav .pc_dropdown .search .use {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top__header .tagline nav .pc_dropdown .search .use li {
  width: 24%;
  margin-bottom: 20px;
  margin-right: 0px;
  padding: 0px;
}

.top__header .tagline nav .pc_dropdown .search .use li a {
  display: block;
  padding: 0px;
}

.top__header .tagline nav .pc_dropdown .search .use li a:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.top__header .tagline nav .pc_dropdown .search .use li p {
  background: #FFF;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  font-size: 90%;
}

.top__header .tagline nav .pc_dropdown .search .use li .img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.top__header .tagline nav .pc_dropdown .search .use li .img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
  z-index: 1;
}

.top__header .tagline__active .logo {
  webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.top__header .tagline__active nav {
  webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

header {
  background: #FFF;
}

.slick-slide .box .sub_ttl {
  will-change: auto;
  animation-fill-mode: forwards;
  webkit-transform: translateX(60px);
  transform: translateX(60px);
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.slick-slide .box p {
  will-change: auto;
  animation-fill-mode: forwards;
  webkit-transform: translateX(60px);
  transform: translateX(60px);
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.slick-current .box .sub_ttl, .slick-current .box p {
  webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.main_slide {
  display: none;
}

.main_slide li {
  position: relative;
}

.main_slide li .box {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.main_slide li .box .sub_ttl {
  font-size: 164%;
  color: #0058CA;
  margin-bottom: 20px;
  font-weight: bold;
}

.main_slide.slick-initialized {
  display: block;
}

.wrapper, .main_wrapper {
  width: 1300px;
  margin: 0px auto;
}

@keyframes ttlmove {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 100;
    width: 100%;
  }
}

.business .active .pic img {
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.business .active .pic:before {
  transform: translate(30px, 30px);
}

.business .active ul {
  webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 100;
}

.business .active .sub_ttl {
  webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 100;
}

.business .active .sub_ttl:before {
  animation-name: ttlmove;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.business article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}

.business article ul {
  transition-delay: .3s;
  transition-duration: .5s;
  animation-fill-mode: forwards;
  webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  opacity: 0;
}

.business article .box {
  width: 50%;
}

.business article .r .sub_ttl {
  padding-left: 70px;
}

.business article .r .inner {
  padding-left: 70px;
}

.business article .sub_ttl {
  padding-bottom: 10px;
  line-height: 1.6;
  font-size: 144%;
  margin-bottom: 50px;
  position: relative;
  transition: .5s all;
  animation-fill-mode: forwards;
  webkit-transform: translateX(-60px);
  transform: translateX(-60px);
  opacity: 0;
}

.business article .sub_ttl:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #CCC;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: .5s all;
}

.business article .pic {
  position: relative;
  z-index: 1;
}

.business article .pic:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0058CA;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(10px);
  transition: .2s all;
}

.business article .pic img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  width: 100%;
  height: 100%;
  -ms-filter: blur(3px);
  filter: blur(3px);
  transition: .2s all;
}

.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog .l {
  width: 20%;
}

.blog .l ul {
  margin-bottom: 30px;
}

.blog .l ul li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  font-size: 110%;
  transition-duration: 0.5s;
  box-sizing: border-box;
}

.blog .l ul li:hover {
  opacity: 0.6;
}

.blog .l ul li a {
  color: #000;
  display: block;
}

.blog .l ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: -2px;
  color: #0058CA;
  font-size: 110%;
}

.blog .l ul li:last-child {
  margin-bottom: 0px;
}

.blog .r {
  width: 77%;
}

.blog .r article {
  background: #f6f4ef;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  transition: ease .2s;
}

.blog .r article:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.blog .r article:hover .sub_ttl {
  text-decoration: underline;
}

.blog .r article:hover:after {
  right: 10px;
}

.blog .r article .sub_ttl {
  font-weight: bold;
  font-size: 154%;
  margin-bottom: 15px;
}

.blog .r article .date {
  font-size: 84%;
  color: #AAA;
}

.blog .r article .cat {
  margin-bottom: 20px;
}

.blog .r article .cat ul {
  display: flex;
  flex-wrap: wrap;
}

.blog .r article .cat ul li {
  margin-right: 20px;
  padding: 5px 8px;
  background: #0058CA;
  color: #FFF;
  text-align: center;
}

.blog .r article .cat ul li:last-child {
  margin-right: 0px;
}

.blog .r article:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 25px;
  color: #0058CA;
  font-size: 300%;
  transition: ease .2s;
}

.blog .r article a {
  display: block;
}

/*青色蛍光ペン */
.underline{
	background: linear-gradient(transparent 50%, #c8e7fa 50%)
}

/*黄色蛍光ペン */
.underline_y{
	background: linear-gradient(transparent 50%, #faec87 50%)
}

/*赤色蛍光ペン */
.underline_r{
	background: linear-gradient(transparent 50%, #fac8ce 50%)
}

/*画像サイズ */
.blog_img {
	padding-top:20px;
	padding-bottom:20px;
}

/*下線を引く*/
.sub_title{
  position: relative;
  padding-top:0.5em;
	padding-bottom:0.25em;
}

.sub_title:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #cccccc, transparent);
  background: linear-gradient(to right, #cccccc, transparent);
}

/*カーソルを置くと色が薄くなる*/
.button-100:hover{
	opacity:0.5;
	transition:0.3s;
}

/*青色文字背景 */
.mokuji_area{
	background-color:#87cefa;
	display:inline-block;
	line-height:40px;
	border-radius:30px;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}
	
/*目次*/
.mokuji_large_area {
    position: relative;
    margin-top:4em;
	margin-bottom:20px;
	width:500px;
	max-width:90%;
    padding: 0.5em 1em;
    border: solid 5px #87cefa;
	border-radius:5px;
}

.mokuji_text {
    position: absolute;
    display: inline-block;
    top: -50px;
    left: -5px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    background: #87cefa;
    color: #000000;
    font-weight: bold;
    border-radius: 20px 20px 0 0;
}

.mokuji_text p {
    margin: 0; 
    padding: 0;
}

/*ブログテキスト*/
.text_area{
	margin-top:10px;
	margin-bottom:30px;
}

/*製造方法の配置 */
.make1{
	display:grid;
	grid-template-columns:1fr 2fr;
	column-gap:10px;
	row-gap:40px;
	margin-top:20px;
	margin-bottom:20px;
}

.make2{
	display:grid;
	grid-template-columns:1fr 2fr;
	column-gap:10px;
	row-gap:40px;
}

/*製造方法の画像と文章を上下から中心に揃える */
.make_text{
	position:relative;
}

.make_text p{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}

.make_text2{
	position:relative;
}

.make_text2 p{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}

.make_text3{
	position:relative;
}

.make_text3 p{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}

.make_text4{
	position:relative;
}

.make_text4 p{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}

.make_text5{
	position:relative;
}

.make_text5 p{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}

.make2_text{
	position:relative;
}

.make2_text p{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}

.make2_text2{
	position:relative;
}

.make2_text2 p{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}

.make2_text3{
	position:relative;
}

.make2_text3 p{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}

.make2_text4{
	position:relative;
}

.make2_text4 p{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}

/*関連製品の表示*/

.recommend{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	text-align:center;
	column-gap:10px;
	margin-top:10px;
}

.recommend a{
	display:block;
}

/*関連製品にカーソルを合わせるとゆっくり不透過度が変化する*/
.item1{
	background-color:#ffffff;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	transition: 0.5s ;
}

.item1:hover{
	opacity: 0.8;
}

.item2{
	background-color:#ffffff;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	transition: 0.5s ;
}

.item2:hover{
	opacity: 0.8;
}

.item3{
	background-color:#ffffff;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	transition: 0.5s ;
}

.item3:hover{
	opacity: 0.8;
}

.second__bg {
  background-size: cover;
  background: url("../img/second.jpg") no-repeat 0px 0px;
}

.contact__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/DSC001603.png") no-repeat 0px 0px;
}

.philosophy__bg {
  background-size: cover;
  background: url("../img/second.jpg") no-repeat 0px 0px;
}

.privacy__bg {
  background-size: cover;
  background: url("../img/second.jpg") no-repeat 0px 0px;
}

.blog__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/Kun79c06-1.png") no-repeat 0px 0px;
}

.qa__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/DSC001613.png") no-repeat 0px 0px;
}

.office__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/DSC0206502.png") no-repeat 0px 0px;
}

.company__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/DSC0206502.png") no-repeat 0px 0px;
}

.history__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/DSC0206502.png") no-repeat 0px 0px;
}

.recruit__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/3-1.png") no-repeat 0px 0px;
}

.associate__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/DSC0206502.png") no-repeat 0px 0px;
}

.welfare__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/3.png") no-repeat 0px 0px;
}

.entry__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/3-1.png") no-repeat 0px 0px;
}

.topics__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/DSC01625500.png") no-repeat 0px 0px;
}

.all__bg {
  background-size: cover;
  background: url("http://kikusuitape.c1.itri.co.jp/wp/wp-content/uploads/2021/07/2222.png") no-repeat 0px 0px;
}

.farmer_list__bg {
  background: url("../img/farmer_top.jpg") repeat 0px 0px;
}

.second_main_img {
  width: 100%;
  height: 350px;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  background-attachment: initial;
}

.second_main_img:before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.second_main_img .outer {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.second_main_img .outer .sub_ttl {
  font-size: 244%;
  color: #0058CA;
  position: relative;
  text-align: center;
  width: 100%;
}

.second_main_img .outer .sub_ttl img {
  margin-bottom: 10px;
}

.second_main_img .outer p {
  padding-top: 30px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}


.farmer_list {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding:20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.farmer_list ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.farmer_list ul .pic {
  width: 20%;
  display:flex;
  display:flex;
  align-items: center;
}

.farmer_list ul .text {
  width: 55%;
  display:flex;
  display:flex;
  align-items: center;
}

.farmer_list ul .pdf {
 width: 20%;
 display:flex;
 align-items: center;
 text-align:center;
}

.farmer_list ul .pdf p {
  font-size: 80%;
  padding-top: 10px;
}

.product {
  width: 100%;
}

.product .sub_nav nav {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}

.product .sub_nav nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product .sub_nav nav ul li {
  width: 33%;
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  padding-bottom: 10px;
  font-size: 110%;
  transition-duration: 0.5s;
  box-sizing: border-box;
}

.product .sub_nav nav ul li:hover {
  opacity: 0.6;
}

.product .sub_nav nav ul li a {
  color: #000;
  display: block;
}

.product .sub_nav nav ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: -2px;
  color: #0058CA;
  font-size: 110%;
}

.product .sub_nav nav ul li:last-child {
  margin-bottom: 0px;
}

.product .detail {
  width: 100%;
}

.product .detail .function {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.product .detail .function .l {
  width: 48%;
  order:2;
}

.product .detail .function .r {
  width: 48%;
  order:1;
}

.product .detail .function .r .cross_section {
  display: flex;
  flex-wrap: nowrap;
}

.product .detail .function .r .cross_section ul li {
  border: 2px solid #7f7f7f;
  padding:10px !important;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.product .detail .function .r .cross_section ul li:not(:last-child) {
  border-bottom: 0;
}
.product .detail .function .r .cross_section .pic {
  margin-right: 0px;
}

.product .detail table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.product .detail table tr {
  width: 100%;
}

.product .detail table th, .product .detail table td {
  box-sizing: border-box;
  padding: 25px 15px;
  font-size: 100%;
}

.product .detail table th {
  background: #DCDCDC;
  padding: 21px 3%;
  font-weight: bold;
  border: 1px solid #CCC;
  vertical-align: middle;
}

.product .detail table td {
  padding: 15px 3%;
  border: 1px solid #DCDCDC;
  background: #FFF;
}
.product .detail .half_w {
width:50%;
	text-align:center;
}
.product .detail .half_w th{
	width:33%;
}


.product .detail .half_w td {
  width: 15%;
}
.product .detail .copy {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 114%;
}

.product .detail .detail_top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product .detail .detail_top .l {
  width: 35%;
}

.product .detail .detail_top .r {
  width: 62%;
}

.product .detail .icon {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 20px;
}

.product .detail .icon li {
  margin-right: 20px;
}

.product .detail .icon li:last-child {
  margin-right: 0px;
}

.product .detail .icon li img {
  max-width: 100%;
}

.product .detail .icon li p {
  text-align: center;
  padding-top: 10px;
}

.product .product_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product .product_list .l {
  width: 20%;
}

.product .product_list .l ul {
  margin-bottom: 30px;
}

.product .product_list .l ul li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  font-size: 110%;
  transition-duration: 0.5s;
  box-sizing: border-box;
}

.product .product_list .l ul li:hover {
  opacity: 0.6;
}

.product .product_list .l ul li a {
  color: #000;
  display: block;
}

.product .product_list .l ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: -2px;
  color: #0058CA;
  font-size: 110%;
}

.product .product_list .l ul li:last-child {
  margin-bottom: 0px;
}

.product .product_list .r {
  width: 77%;
/*  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.product .product_list .r .group {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding:0px;
  box-sizing: border-box;
}

.product .product_list .r .group a {
  display: block;
  transition: .5s all;
}

.product .product_list .r .group a:hover {
  opacity:0.6;
}

.product .product_list .r .group ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.product .product_list .r .group ul .pic {
  width: 10%;
  margin-right: 20px;
}

.product .product_list .r .group ul .sub_ttl {
  width: 35%;
  margin-right: 20px;
  font-size: 124%;
  display:flex;
  align-items: center;
  font-weight: bold;
}

.product .product_list .r .group ul .text {
 width: 50%;
 display:flex;
 align-items: center;
}

.product .product_list .r .box {
  width: 48%;
  transition-duration: 0.5s;
  margin-bottom: 30px;
}

.product .product_list .r .box ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.product .product_list .r .box ul li {
  width: 22%;
  margin-bottom: 15px;
  margin-right: 4%;
}

.product .product_list .r .box ul li:nth-of-type(4) {
  margin-right: 0px;
}

.product .product_list .r .box ul li img {
  width: auto;
}

.product .product_list .r .box ul li p {
  text-align: center;
  padding-top: 10px;
}

.product .product_list .r .box a {
  display: block;
}

.product .product_list .r .box:hover {
  transform: scale(1.02);
  transition-duration: 0.3s;
}

.product .product_list .r .box:hover .pic img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.product .product_list .r .box .ttl_box {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.product .product_list .r .box .ttl_box .pic {
  margin-right: 20px;
}

.product .product_list .r .box img {
  transition-duration: 0.3s;
}
.product .annotationt {
  justify-content: flex-end;
  font-weight: bold;
  margin-top: 20px;
}
.product .annotationt p {
  border: 1px solid #0058ca;
  color: #0058ca;
  display: inline-block;
  padding: 2px 5px 1px 5px;
  box-sizing: border-box;
  margin-right: 5px;
  line-height: normal;
}
footer {
  width: 100%;
  position: relative;
  background: #D9D9D9;
  padding-top: 80px;
  margin-top: 40px;
}

footer .info {
  padding: 50px 0px;
}

footer .info ul {
  display: flex;
  justify-content: center;
}

footer .info ul li {
  margin-right: 25px;
}

footer .info ul li:last-child {
  margin-right: 0px;
}

footer .info ul li:nth-of-type(2) {
  padding-top: 15px;
}

footer .info ul li:nth-of-type(3) {
  padding-top: 13px;
}

footer .info ul li:first-child a {
  background: #0058CA;
  margin: 0px auto;
  color: #FFF;
  display: block;
  padding: 15px 0px;
  width: 220px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: .5s all;
}

footer .info ul li:first-child a:hover {
  opacity: 0.7;
}

footer .info ul li:first-child a:hover:after {
  right: 5px;
  transition: .5s all;
}

footer .outer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .outer .logo {
  width: 330px;
}

footer .outer .logo .name {
  padding: 20px 0px;
  font-size: 104%;
  font-weight: bold;
}

footer .outer .logo p {
  line-height: 1.6;
}

footer .outer .link {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .outer .link .box {
  width: 24%;
}

footer .outer .link .sub_ttl {
  font-size: 108%;
  font-weight: bold;
}

footer .outer .link ul li {
  padding-left: 18px;
  margin-bottom: 2px;
  position: relative;
  text-align: left;
  line-height: 1.6;
}

footer .outer .link ul li:before {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0px;
}

footer .outer .link ul li:last-child {
  margin-bottom: 0px;
}

footer .copy {
  text-align: center;
  color: #FFF;
  font-size: 84%;
  padding: 10px 0px;
  background: #0058CA;
  width: 100%;
}


.slide-arrow-l {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: .5s all;
  cursor: pointer;
}

.slide-arrow-l:hover {
  opacity: 0.6;
}

.slide-arrow-r {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  right: 0%;
  transition: .5s all;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slide-arrow-r:hover {
  opacity: 0.6;
}

.ttl {
  font-size: 174%;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.6;
  color: #0058CA;
}

.ttl span {
  font-size: 70%;
  display: inline-block;
}

.second {
  padding-top: 80px;
}

.number_ttl {
  position: relative;
  font-size: 114%;
  padding: 0px 0px 0px 40px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.number_ttl span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #EEE;
  color: #000;
  padding: 3px 10px;
}

.middle_ttl {
  font-size: 164%;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
  line-height: 1.5;
}

.middle_ttl:after {
  content: "";
  height: 3px;
  width: 124px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #0058CA;
}

.sm_ttl {
  margin-bottom: 20px;
  font-size: 124%;
}

.local_ttl {
  border-left: 3px solid #0058CA;
  padding: 10px 0px 10px 25px;
  font-size: 144%;
  line-height: 1.7;
  margin-bottom: 25px;
}

.local_ttl span {
  font-weight: normal;
  display: inline-block;
  padding-left: 10px;
  font-size: 84%;
}

.local_ttl_main_color {
  border-left: 2px solid #0058CA;
  padding: 10px 0px 10px 18px;
  font-size: 124%;
  line-height: 1.7;
  margin-bottom: 50px;
  position: relative;
}

.local_ttl_main_color:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EEE;
  position: absolute;
  left: 0px;
  bottom: -20px;
}

.local_ttl_main_color span {
  font-weight: normal;
  display: inline-block;
  padding-left: 10px;
  font-size: 84%;
}

.secondary_sm_ttl {
  margin-bottom: 20px;
  color: #2b2d42;
  font-weight: bold;
  font-size: 144%;
}

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

.logo_center .img {
  margin-right: 15px;
}

.img_ttl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.img_ttl .img {
  margin-right: 20px;
}

.img_ttl .text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondary_tiny_ttl {
  font-size: 1.08rem;
  line-height: 1.4;
  color: #0058CA;
  margin-bottom: 10px;
}

.local_text {
  line-height: 1.6;
  font-size: 1.8rem;
  color: #0058CA;
  margin-bottom: 25px;
}

.local_lead {
  font-size: 114%;
  max-width: 760px;
  margin: 0px auto;
  text-align: left;
  line-height: 2;
}

.top__search {
  background: #0058CA;
  position: relative;
  padding: 50px 0px;
}

.top__search .btn {
  background: #FFF;
  margin: 0px auto;
  color: #0058CA;
  display: block;
  padding: 20px 0px;
  max-width: 420px;
  width: 90%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: .5s all;
}

.top__search .btn:hover {
  opacity: 0.7;
}

.top__search .btn:hover:after {
  right: 5px;
  transition: .5s all;
}

.top__search .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #0058CA;
  right: 10px;
  font-size: 144%;
  top: 15px;
}

.top__search .sub_ttl {
  font-size: 174%;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.5;
  color: #FFF;
}

.top__search .sub_ttl span {
  font-size: 50%;
  display: inline-block;
  font-weight: normal;
}

.top__search .cat_ttl {
  font-size: 144%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.5;
  color: #FFF;
}

.top__search .use {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
  margin-bottom: 50px;
}

.top__search .use .active {
  webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.top__search .use li {
  width: 23%;
  margin-bottom: 30px;
  transition: all 0.7s cubic-bezier(0.545, 0.08, 0.52, 0.975);
  webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

.top__search .use li:nth-child(1) {
  transition-delay: 0.15s;
}

.top__search .use li:nth-child(2) {
  transition-delay: 0.35s;
}

.top__search .use li:nth-child(3) {
  transition-delay: 0.45s;
}

.top__search .use li:nth-child(4) {
  transition-delay: 0.65s;
}

.top__search .use li:nth-child(5) {
  transition-delay: 0.75s;
}

.top__search .use li:nth-child(6) {
  transition-delay: 0.45s;
}

.top__search .use li:nth-child(7) {
  transition-delay: 0.65s;
}

.top__search .use li:nth-child(8) {
  transition-delay: 0.75s;
}

.top__search .use li a {
  display: block;
}

.top__search .use li a:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.top__search .use li p {
  background: #FFF;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
}

.top__search .use li .img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.top__search .use li .img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
  z-index: 1;
}

.top__search .cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
  margin-bottom: 50px;
}

.top__search .cat .active {
  webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.top__search .cat li {
  width: 23%;
  margin-bottom: 30px;
  background: #FFF;
  box-sizing: border-box;
  padding: 10px 0px 0px 10px;
  transition: all 0.7s cubic-bezier(0.545, 0.08, 0.52, 0.975);
  webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

.top__search .cat li:nth-child(1) {
  transition-delay: 0.15s;
}

.top__search .cat li:nth-child(2) {
  transition-delay: 0.35s;
}

.top__search .cat li:nth-child(3) {
  transition-delay: 0.45s;
}

.top__search .cat li:nth-child(4) {
  transition-delay: 0.65s;
}

.top__search .cat li:nth-child(5) {
  transition-delay: 0.75s;
}

.top__search .cat li:nth-child(6) {
  transition-delay: 0.45s;
}

.top__search .cat li:nth-child(7) {
  transition-delay: 0.65s;
}

.top__search .cat li:nth-child(8) {
  transition-delay: 0.75s;
}

.top__search .cat li a {
  display: block;
}

.top__search .cat li a:hover img {
/*   transform: scale(1.1);
transition-duration: 0.5s; */
opacity:0.7;
}

.top__search .cat li .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.top__search .cat li .box div {
  width: 48%;
}

.top__search .cat li .box .img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.top__search .cat li .box .img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
  z-index: 1;
}

.faq .faq_area {
  counter-reset: num;
}

.faq .faq_area dl dt {
  font-size: 108%;
  margin-bottom: 8px;
}

.faq .faq_area dl dd {
  padding-left: 20px;
  font-size: 94%;
  line-height: 1.5;
  margin-bottom: 25px;
}

.faq .faq_area .sub_ttl {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 8px;
  padding-top: 20px;
}

.faq .faq_area ul {
  margin-bottom: 40px;
}

.faq .faq_area ul li {
  border-bottom: 1px dotted #2b2d42;
}

.faq .faq_area ul li:first-child {
  border-top: 1px dotted #2b2d42;
}

.faq .faq_area ul li .lead {
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 25px 25px 40px;
  display: none;
}

.faq .faq_area ul li .lead a {
  color: #2b2d42;
  text-decoration: underline;
}

.faq .faq_area ul li .lead:before {
  content: "A.";
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  top: 8px;
  color: #2b2d42;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 140%;
}

.faq .faq_area ul li .icon {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 26px;
  right: 10px;
}

.faq .faq_area ul li .icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2b2d42;
}

.faq .faq_area ul li .icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.faq .faq_area ul li .is-active span:nth-of-type(1) {
  display: none;
}

.faq .faq_area ul li .is-active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.faq .faq_area ul li .faq_ttl {
  color: #2b2d42;
  cursor: pointer;
  padding: 15px 25px 15px 15px;
  position: relative;
  font-size: 108%;
  padding-left: 70px;
  box-sizing: border-box;
  counter-increment: num;
}

.faq .faq_area ul li .faq_ttl:before {
  content: "Q." counter(num);
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  left: 10px;
  top: 11px;
  color: #2b2d42;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 134%;
}

.faq .icon_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq .icon_nav:after {
  display: block;
  content: "";
  width: 30%;
}

.faq .icon_nav li {
  width: 30%;
  background: #f7f7f7;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.faq .icon_nav li:hover img {
  transform: scale(1.1);
}

.faq .icon_nav li:before {
  content: "";
  opacity: 0;
  transition: .5s all;
  transform: scale(1.1);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #2b2d42;
  box-shadow: inset 0 0 0 2px #2b2d42;
}

.faq .icon_nav li:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.faq .icon_nav li .sub_ttl {
  font-size: 104%;
  margin-bottom: 10px;
  font-weight: bold;
}

.faq .icon_nav li a {
  display: block;
}

.faq .icon_nav li img {
  margin-bottom: 20px;
  max-width: 100%;
  transition: .5s all;
}

.pdf_list li {
  padding: 5px 0px 10px 40px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1.5px dotted #CCC;
  background: url("../img/pdf.png") no-repeat 0px -3px;
  font-size: 0.84rem;
  margin-bottom: 10px;
}

.pdf_list li a {
  display: block;
}

.large__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.large__column .l {
  width: 64%;
}

.large__column .s {
  width: 34%;
}

.half__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.half__column .box {
  width: 48%;
  margin-bottom: 25px;
}

.three__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.three__column .box {
  width: 32%;
  margin-bottom: 25px;
}

.three__column .box img {
  max-width: 100%;
}

.top__news .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}

.top__news .box .news {
  display: flex;
  flex-wrap: wrap;
}

.top__news .box .news .cat {
  margin-right: 30px;
}

.top__news .box .news .cat a {
  color: #0058CA;
  font-weight: bold;
}

.top__news .box .news .date span {
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
}

.top__news .box .link .btn {
  background: #D9D9D9;
  margin: 0px auto;
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: .5s all;
}

.top__news .box .link .btn:hover {
  opacity: 0.7;
}

.top__news .box .link .btn:hover:after {
  right: 5px;
  transition: .5s all;
}

.top__news .box .link .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #0058CA;
  right: 10px;
  font-size: 144%;
  top: 5px;
  transition: .5s all;
}

.top_m{
	width:100%;
    height:auto;
    position:relative;
	font-family:serif;
	padding-top:7pt;
	padding-bottom:0pt;
	margin-bottom:0pt;
	background: linear-gradient(180deg, #CD0008 0%, #CD0008 50%, #ffffff 50%, #ffffff 100%);
	font-size:clamp(20px,2.5vw,40px);
	font-weight:bold;
}

.top_m img{
	width:100%;
	vertical-align bottom;

}

.top_m p{
	position:absolute;
	width:95%;
	bottom:15%;
	left:50%;
	transform: translate(-50%,100%);
	color:#FFFFFF;
	font-size:clamp(1.5px,1.5vw,20px);
}

.miteruzo{
	width:100%;
}

.omiseruba{
	text-align:center;
	width:100%;
	margin-bottom:-10px;
}

.omiseruba img{
	width:25%;
	padding:5pt;

}

.miteruzo .omiseruba_3 .btn_o{
	background-color:#595657;
	max-width:400px;
	padding:20px 0px;
	margin:0px;
	text-align:center;
	display:inline-block;
	border-radius: 10px;
}

.omiseruba_3 .btn_o img{
	transition-duration:0.5s;
	overflow:hidden;
	cursor:pointer;
	text-align:center;
	display:inline-block;
}

.omiseruba_3 .btn_o:hover img{
	transform:scale(1.2);
	transition-duration:0.5s;
}
	
.omiseruba a{
	text-align:center;
	padding:5pt;
}

.omiseruba .omiseruba_1{
	font-size:clamp(1.5px,3.5vw,27px);
	margin-bottom:-50px;
} 

.omiseruba a{
	text-decoration: underline  
}

.omiseruba_1 a:hover{
	color: #0058CA; 
}

.omiseruba .omiseruba_2{
	font-size:clamp(16.5px,1.0vw,14px);
} 

.gif img{
	width:100%;
	margin:10pt 0pt;
}

.gif p{
	font-size:clamp(13px,2.0vw,25px);	
}

.gif a{
	text-decoration:underline;
}

.gif a:hover{
	color: #0058CA; 	
}

.attention{
	margin:auto;
}

.attention_1{
	font-size:clamp(12px,5.0vw,25px);	
}

.attention_2{
	font-size:clamp(12px,2.5vw,16px);
}

.access section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.access section .gmap {
  width: 100%;
  height: 100%;
}

.access section .left {
  width: 35%;
  position: relative;
}

.access section .left img {
  width: 100%;
}

.access section .left table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: none;
  box-sizing: border-box;
}

.access section .left table tr {
  width: 100%;
  border-bottom: 1px solid #CCC;
}

.access section .left table tr:first-child {
  border-top: 1px solid #CCC;
}

.access section .left table th, .access section .left table td {
  box-sizing: border-box;
  padding: 10px;
  vertical-align: middle;
}

.access section .left table th {
  font-size: 84%;
  width: 20%;
  background-color: #F6F7FB;
}

.access section .left table th span {
  font-size: 184%;
}

.access section .left .inner {
  width: 100%;
  line-height: 1.7;
}

.access section .left .inner .icon {
  display: flex;
  flex-wrap: nowrap;
}

.access section .left .inner .icon li {
  margin-right: 10px;
}

.access section .left .inner .icon li:last-child {
  margin-right: 0px;
}

.access section .left .inner .sub_ttl {
  color: #0058CA;
  font-size: 114%;
}

.access section .left .inner p {
  margin-bottom: 15px;
}

.access section .right {
  width: 63%;
}
/*/////事業所・アクセス追記変更////////*/
.access section .addr.left {
  width: 100%;
}
.access_box {
  width: 46%;
  margin-bottom: 60px;
}
/*///////*/
.news_box {
  box-sizing: border-box;
  padding-bottom: 30px;
}

.news_box dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0px auto;
}

.news_box dl dt {
  padding: 10px 0px;
  box-sizing: border-box;
  width: 15%;
  font-weight: bold;
}

.news_box dl dd {
  width: 85%;
  box-sizing: border-box;
  padding: 10px 0px;
}

.news_box dl dd a {
  text-decoration: none;
  color: #000;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 20px;
}

.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}

.privacy .info_block a {
  color: #333;
  text-decoration: none;
}

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

/*/////////// 会社概要 ////////////*/
.policy article {
  margin-bottom: 30px;
  background: #EEEEEE;
  padding: 25px;
  box-sizing: border-box;
}

.policy article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.policy article ul li:first-child {
  min-width: 240px;
}

.policy article ul li:last-child {
  padding-left: 30px;
  line-height: 1.7;
}

.company_tbl {
  box-sizing: border-box;
}

.company_tbl table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.company_tbl table tr {
  width: 100%;
}

.company_tbl table th, .company_tbl table td {
  box-sizing: border-box;
  padding: 25px 15px;
  font-size: 100%;
}

.company_tbl table th {
  text-align: center;
  width: 30%;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
}

.company_tbl table td {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  line-height: 1.7;
}

.message {
  padding-bottom: 40px;
}

.message ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.message ul .pic {
  width: 350px;
}

.message ul .pic img {
  width: 100%;
}

.message ul .pic .name {
  background: #0058CA;
  box-sizing: border-box;
  padding: 10px;
  font-size: 144%;
  color: #FFF;
}

.message ul .pic .name img {
  width: 100px;
}

.message ul .pic .name span {
  font-size: 54%;
}

.message ul .txt {
  width: 74%;
  padding-left: 40px;
}

.message ul .txt .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}

.message ul .txt .lead {
  line-height: 1.8;
  margin-bottom: 15px;
  margin-left: auto;
}

.message ul .txt .name {
  text-align: right;
}

.alert li {
  padding-left: 18px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.8rem;
}

.alert li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
}

.alert li:last-child {
  margin-bottom: 0px;
}

.image__list_ttl ul {
  display: flex;
  flex-wrap: wrap;
}

.image__list_ttl ul li {
  width: 25%;
  margin-bottom: 25px;
  position: relative;
  margin-right: 5%;
  text-align: center;
}

.image__list_ttl ul li .copy {
  position: relative;
  box-sizing: border-box;
  color: #0058CA;
  margin-top: 10px;
  text-align: center;
}

.flex__tbl table {
  max-width: 760px;
  width: 100%;
  margin: 0px auto 30px;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}

.flex__tbl table tr {
  width: 100%;
}

.flex__tbl table th, .flex__tbl table td {
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #B3B3B3;
  font-size: 100%;
}

.flex__tbl table .left {
  text-align: left !important;
}

.flex__tbl table tbody {
  text-align: left;
}

.flex__tbl table tbody th {
  background-color: #E6E6E6;
  text-align: center;
  vertical-align: middle;
}

.flex__tbl table tbody td {
  background: white;
  line-height: 1.7;
  vertical-align: middle;
  text-align: center;
}

.flex__tbl table tbody td p {
  margin-bottom: 15px;
}

.history_tbl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.history_tbl dl dt {
  width: 10%;
  padding: 30px 0px;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
  font-size: 84%;
  text-align: center;
}

.history_tbl dl dt span {
  font-size: 184%;
}

.history_tbl dl dd {
  width: 90%;
  padding: 30px;
  box-sizing: border-box;
}

.history_tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: none;
  box-sizing: border-box;
}

.history_tbl table tr {
  width: 100%;
  border-bottom: 1px solid #CCC;
}

.history_tbl table tr:first-child {
  border-top: 1px solid #CCC;
}

.history_tbl table th, .history_tbl table td {
  box-sizing: border-box;
  padding: 30px 20px;
  vertical-align: middle;
}

.history_tbl table th {
  font-size: 84%;
  width: 20%;
  background-color: #F6F7FB;
}

.history_tbl table th span {
  font-size: 184%;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}

.tbl tr {
  width: 100%;
}

.tbl th, .tbl td {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #CCC;
  font-size: 0.94rem;
}

.tbl tbody {
  text-align: left;
}

.tbl tbody th {
  background: #F5F5F5;
  color: #000;
  text-align: left;
  width: 40%;
}

.tbl tbody td {
  background: white;
}

.tbl tbody td p {
  margin-bottom: 15px;
}

.common_contact {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
  padding: 0px 20px;
  box-sizing: border-box;
}

.common_contact .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}

.common_contact .box .l {
  width: 67%;
}

.common_contact .box .l dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.common_contact .box .l dl dt {
  width: 48%;
  margin-bottom: 8px;
}

.common_contact .box .l dl dd {
  width: 48%;
  color: #0058CA;
  margin-bottom: 8px;
}

.common_contact .box .r {
  width: 33%;
}

.common_contact .box .r .btn {
  background: #0058CA;
  margin: 0px auto;
  color: #FFF;
  display: block;
  padding: 20px 0px;
  max-width: 420px;
  width: 90%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: .5s all;
}

.common_contact .box .r .btn:hover {
  opacity: 0.7;
}

.common_contact .box .r .btn:hover:after {
  right: 5px;
  transition: .5s all;
}

.common_contact .box .r .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 10px;
  font-size: 144%;
  top: 15px;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .outer {
  max-width: 760px;
  width: 100%;
  margin: 0px auto;
}

.contact .outer .sub_ttl {
  font-size: 140%;
  display: flex;
  align-items: center;
  line-height: 0;
  margin-top: 70px;
}

.contact .outer .sub_ttl:before, .contact .outer .sub_ttl:after {
  content: '';
  flex-grow: 3;
  height: 1px;
  background: #EEE;
}

.contact .outer .sub_ttl:before {
  margin-right: 30px;
}

.contact .outer .sub_ttl:after {
  margin-left: 30px;
}

.contact .outer .inner {
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
  box-sizing: border-box;
  padding: 30px;
}

.contact .outer .inner .lead {
  text-align: center;
  line-height: 1.7;
}

.contact .outer .inner .lead .tel {
  font-size: 200%;
}

.contact .consent {
  text-align: center;
  margin-bottom: 30px;
}

.contact .require {
  display: inline-block;
  background: #0058CA;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}

.contact .consent label {
  display: block;
  position: relative;
  padding-left: 1em;
}

.contact .consent label input {
  position: absolute;
  margin-top: .4rem;
  margin-left: -1.25rem;
}

.contact .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact .list .box {
  border: 1px solid #2A5B88;
  margin-bottom: 30px;
  width: 48%;
}

.contact .list .box .sub_ttl {
  background: #F3F3F3;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0px;
  font-size: 134%;
}

.contact .list .box .inner {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}

.contact .list .box .inner p {
  margin-bottom: 30px;
}

.contact .list .btn {
  width: 100%;
  background: #2A5B88;
  color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  transition: .5s all;
  position: relative;
}

.contact .list .btn:hover {
  opacity: 0.7;
}

.contact .list .btn:hover:after {
  right: 5px;
  transition: .5s all;
}

.contact .list .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 10px;
  font-size: 184%;
  top: 12px;
}

.contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

.contact form table caption {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  font-size: 100%;
  text-align: left;
}

.contact form table th, .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

.contact form table th {
  width: 32%;
  text-align: left;
  vertical-align: middle;
  font-size: 0.94rem;
}

.contact form table th span {
  margin-left: 10px;
}

.contact form table td div {
  margin-bottom: 10px;
}

.contact form table td textarea {
  width: 90%;
}

.contact form table td span {
  display: inline-block;
  vertical-align: bottom;
}

.contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

.contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

.contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 84%;
}

.contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

.contact form table .normal_txt {
  width: 100%;
}

.contact form table .small_txt {
  width: 75%;
}

.contact form table .tiny_txt {
  width: 25%;
}

.contact form .button_area {
  text-align: center;
  width: 100%;
}

.contact form .button_area br {
  display: none;
}

.contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}

.contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #0058CA;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}
.btn_box {
  justify-content: space-around;
}
@media screen and (max-width: 1300px) {
	
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .top__header {
    position: relative;
  }
  .top__header .tagline {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    transition: .5s all;
    z-index: 3;
  }
  .top__header .tagline .logo {
    margin-right: 0px;
  }
  .top__header .tagline nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .top__header .tagline nav ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: nowrap;
  }
  .top__header .tagline nav ul li {
    margin-right: 20px;
	}
  .top_m{
	width:100%;
    height:auto;
    position: relative;
}
  .top_m p{
	position:absolute;
	width:95%;
	bottom:20%;
	left:50%;
	transform: translate(-50%,100%);
	color:#FFFFFF;
	font-size:clamp(1.5px,2.5vw,20px);
  }

.omiseruba .omiseruba_1{
	font-size:clamp(1.5px,3.7vw,20px);
	margin-bottom:-40px;
} 
	
.omiseruba .omiseruba_2{
	font-size:clamp(1.5px,3.0vw,15px);
} 

}
@media screen and (min-width: 761px) { /*横幅が761px以上になったら適用*/
.omiseruba .omiseruba_1 .brSmt{ 
	display:none;
	}

.miteruzo .gif .brgif{
	display:none;
	}

}

	
/*///////// デフォルトスタイル/////// */
/*新着情報*/
.blog h1{
	font-size: 130%;
}
.blog h2{
	font-size: 120%;
}
.blog h3{
	font-size: 110%;
}
.blog h4{
	font-size: 105%;
}
/*///リスト////*/
.topics__list li {
  margin-bottom: 2px;
  line-height: 1.6;
  margin-left: 10px;
}
.topics__list li:before {
  content: "・";
  display: inline-block;
}
/*///テーブル////*/
.tabel__01,.tabel__02 {
  max-width: 800px;
  width: 100%;
  border: 0;
  border-collapse: collapse;
  display: table;
}
.tabel__01 td ,.tabel__02 td{
  vertical-align: middle;
  border: 1px solid #dbe1e6;
  padding: 10px;
}
.blue__bg{
	background: #e7f3fd;
}
.gray__bg{
	background: #e8eaea;
}

	.print06{
		font-size:95%;
	}	


/*///////// 印刷プレビュー/////// */
@media print {
	header,footer,.footer_contact,.common_btn,.middle_ttl:after{
		display:none;
	}
	.print04{
		display:none;
	}
	.wrapper{
		padding-top:15px;
		width:90%;
		font-size:100%;
	}
	.product {
		padding:0px;
	}
	.middle_ttl {
		display:inline-block;
		margin-bottom: 12px;
	}
	.second_main_img{
		height:0;
	}
	.local_ttl {
		font-size: 90%;
		padding: 5px 0px 5px 25px;
		margin:0px 0px 5px;
	}
	.product .detail .icon{
		padding-top:0px;
	}
	.product .detail .detail_top .l {
		width: 30%;
	}
	.product:last-child {
		display: none;
	}
	.product .detail .function {
		justify-content: space-around;
		margin-top: 20px;
	}
	.product .detail .function .l {
		width: 45%;
	}
	.product .detail table th, .product .detail table td {
		padding: 15px;
		font-size: 14px;
	}
	.content_block{
		padding: 0px 0px 5px;
	}
	.print01, .print03 {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
	.print01.,print03{
		padding:0px;
	}
	.print04{
		top:20px;
		margin-right:25px;
		font-size:3px;
		padding-left:5px;
		text-align:right;
	}
	.print02 {
		display:none;
	}
	.product .detail .print01 .half_w {
		width: 80%;
	}
	.content_block .l .detail table{
	 width:90%;	
	}
	@page {
  margin: 0;
}
	.product .detail .icon li img{
		width:80%;
	}
	.product .detail table td,.product .detail table th{
		padding:5px;
	}
	.print03 p{
		font-size:50%;
	}
	.product .detail .copy{
		margin-bottom:10px;
	}
	.product .detail .function .r .cross_section ul li {
		padding:5px !important;
	}
	.detail_top .r p{
		font-size:70%;
	}
	.detail{
		position:relative;
	}
	.print04{
		display:block;
		text-align:right;
		position:absolute;
		top:15px;
/*		bottom:-15px;*/
		right:10px;
		width:30%;
	}
	.print05{
		font-size:80%;
	}	
	.print06{
		font-size:75%;
		line-height:1.2;
	}
	.print_none{
		display:none;
	}
}

/*///////// 印刷プレビューここまで/////// */

.kate_font{
	font-size:73%;
	letter-spacing:-1px;
}

.content_block_nouka .nouka{
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  position: relative;
  padding: 0px 0px 10px 0px;
  text-align:center;
  transition: .5s all;
  margin-bottom: 25px;
}

.product .product_list{
	line-height:1.2;
}

.farmer_list__bg {
  background: url("../img/farmer_top.jpg") repeat-x 0px 0px;
  height:180px;
  background-attachment:initial;
  background-size: contain !important;
  background-repeat: repeat-x !important;
}

.border_orange{
	width: 100%;
    background-color: #fbe0dd;
    height: 7px;
    margin-bottom: 7px;
}
.nouka_tape{
	max-width:100%;
	margin:0 auto;
}

.textwidget {
    text-align: right;
    padding-top: 20px;
}

.search_index #searchform{
	text-align: center;
    padding-bottom: 40px;
}
.l form .text_box {
    width: 70%;
}

.search_index input{
	font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.searchsubmit_index{
	background: #D9D9D9;
	vertical-align: middle;
	font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.movie-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sumomo-video{
	background-color:#ffffff;
	-webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	padding:20px 20px;
	margin-left:auto;
	margin-right:auto;
	width:330px;
	max-width:90%;
	height:160px;
	margin-bottom:20px;
}

.sumomo-video iframe{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*/////////// 製品情報の空白行////////////*/
.margin name{
  　　margin-bottom: 30px;
}
/*/////////// オンマウスでポップアップ表示////////////*/
.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip1 p{
    margin:0;
    padding:0;
}
.description1 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width: 100px;
}
.description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
}
.tooltip1:hover .description1{
    display: inline-block;
    top:-120px;
    left: -30px;
}