@charset "UTF-8";
/* breakpoint
-------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(common.css);
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400; }

html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
  margin: 0;
  padding: 0;
  border: 0; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%; }

@media (max-width: 320px) {
  .widthS-hidden {
    display: none; } }

@media (min-width: 769px) {
  .sp-only {
    display: none; } }

@media (max-width: 768px) {
  .pc-only {
    display: none; } }

body {
  -webkit-text-size-adjust: 100%; }

/*スマホで縦持ち、横持ちで文字を拡大させない*/
body {
  padding: 0;
  color: #3e3a39;
  font-family: 'Noto Sans Japanese', sans-serif;
  padding: 0;
  font-size: 85%;
  line-height: 1.5em;
  width: 100%;
  /*max-width: 787px;*/
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto; }

#wrap {
  /*余白なくすのに重要*/
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 100%; }

.text_001 {
  font-weight: bold;
  font-size: 150%;
  line-height: 1.5em;
  color: #000; }

.text_002 {
  font-weight: bold;
  font-size: 120%;
  line-height: 1.5em;
  color: #000000; }

.text_003 {
  font-size: 80%;
  vertical-align: text-top; }

.text_004 {
  color: #000000;
  font-weight: bold;
  line-height: 1.5em; }

.text_005 {
  font-weight: bold;
  font-size: 120%;
  line-height: 1.5em;
  color: #B5B5B6; }

.text_006 {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.1em; }

.text_007 {
  font-size: 185%;
  letter-spacing: 0.2em; }

.text_008 {
  font-weight: bold; }

.text_009 {
  font-size: 17px;
  letter-spacing: 0.2em; }

.text_010 {
  letter-spacing: 0.2em;
  font-size: 9px; }

.text_011 {
  font-size: 0.81em;
  font-weight: normal;
  color: #727171;
  display: inline-block;
  margin-top: 8px; }

.text_012 {
  font-size: 17px;
  letter-spacing: 0.2em; }

.text_013 {
  margin-right: 26px; }
  @media screen and (max-width: 767px) {
    .text_013 {
      margin-right: none; } }

.text_f13 {
  font-size: 13px;
  font-weight: normal; }

.text_f17 {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 3px; }

.text_f18 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 3px; }

.text_f20 {
  font-size: 20px;
  font-weight: normal; }

.text_f20_bold {
  font-size: 20px;
  font-weight: normal;
  font-weight: bold; }

.text_f28 {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 1px; }

.text_f35 {
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 1px; }

.text_f37 {
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 12px; }

.slide_text {
  font-size: 10px;
  font-weight: normal; }

.sp {
  display: block; }

.pc {
  display: none; }

#header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  margin-top: 0px;
  top: 0;
  left: 0; }

#head {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

#header_01 {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  position: fixed;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cb3436;
  z-index: 103;
  height: 54px;
  padding-top: 12px;
  top: 0;
  left: 0; }

@media screen and (max-width: 362px) {
  #header_01 img {
    width: 80%; } }

#header_02 {
  width: 55%;
  float: left; }

#menu_wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 64px;
  background-color: #f9f9f9;
  letter-spacing: 0em; }

/*#menu {
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.menu_01 {
	width: 15%;
	text-align: center;
	float: left;
	height: 51px;
}
.menu_02{
	width: 9%;
	text-align: center;
	float: left;
	height: 51px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.menu_03{
	width: 18.0%;
	text-align: center;
	float: left;
	height: 51px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

#menu_wrap #menu a {
	text-decoration: none;
	display: block;
	height: 37px;
	width: 100%;
	padding-top: 14px;
	color: #595858;
	font-size: 90%;
}
#menu_wrap #menu a:hover {
	color: #a6a6a6;
	-webkit-transition: all 0.6s ease-in-out ;
	-moz-transition: all 0.6s ease-in-out ;
	-ms-transition: all 0.6s ease-in-out ;
	-o-transition: all 0.6s ease-in-out ;
	transition: all 0.6s ease-in-out;
}
*/
.p-top1 .bx-wrapper .bx-pager {
  bottom: 30px; }
  @media screen and (max-width: 767px) {
    .p-top1 .bx-wrapper .bx-pager {
      bottom: 5px; } }

.p-top1 .bx-wrapper .bx-pager.bx-default-pager a {
  width: 48px;
  height: 3px; }
  @media screen and (max-width: 767px) {
    .p-top1 .bx-wrapper .bx-pager.bx-default-pager a {
      width: 25px;
      height: 2px; } }

@media screen and (max-width: 768px) {
  .p-top1 .bx-viewport {
    padding: 0; } }

.feed-prev-btn .bx-prev,
.feed-next-btn .bx-next {
  width: 50px;
  height: 50px;
  display: block; }

.navi-btn.feed-next-btn {
  position: absolute;
  top: 43%;
  right: 24px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px; }

.navi-btn.feed-prev-btn {
  position: absolute;
  top: 43%;
  left: 24px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px; }

@media screen and (max-width: 768px) {
  .navi-btn.feed-next-btn {
    width: 24px;
    height: 24px; }
    .navi-btn.feed-next-btn:before {
      width: 10px !important;
      height: 10px !important;
      right: 8px !important; }
  .navi-btn.feed-prev-btn {
    width: 24px;
    height: 24px; }
    .navi-btn.feed-prev-btn:before {
      width: 10px !important;
      height: 10px !important;
      left: 8px !important; } }

.navi-btn.feed-next-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 14px; }

.navi-btn.feed-prev-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  left: 14px; }

.navi-btn.feed-prev-btn:hover:before,
.navi-btn.feed-next-btn:hover:before {
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.p-top2 {
  margin-bottom: 50px; }

.p-top3 {
  max-width: 980px;
  margin: 92px auto 16px; }
  @media screen and (max-width: 767px) {
    .p-top3 {
      padding: 0 20px; } }
  .p-top3-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 32px; }
    @media screen and (max-width: 767px) {
      .p-top3-list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .p-top3-list > li {
      width: 218px;
      margin-right: 36px;
      margin-bottom: 34px; }
      @media screen and (max-width: 767px) {
        .p-top3-list > li {
          width: calc(50% - 14px);
          margin-right: 0;
          margin-bottom: 22px; } }
      .p-top3-list > li:nth-child(4n) {
        margin-right: 0; }
  .p-top3-txt {
    padding: 12px 0; }
    @media screen and (max-width: 767px) {
      .p-top3-txt {
        padding: 8px 0; } }
    .p-top3-txt > span {
      font-size: 13px;
      line-height: 19px;
      color: #595757; }
      @media screen and (max-width: 767px) {
        .p-top3-txt > span {
          font-size: 12px;
          line-height: 17px; } }
      .p-top3-txt > span.icon {
        position: relative; }
        .p-top3-txt > span.icon:after {
          content: '';
          background: url("/image/common/open-window-icon-black.svg") no-repeat center;
          background-size: cover;
          width: 11px;
          height: 11px;
          position: absolute;
          right: -12px;
          bottom: 4px; }

.p-top4 {
  max-width: 980px;
  margin: 82px auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-top4 {
      padding: 0 20px;
      margin: 58px auto 23px; } }

.gr_wrap {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 40px; }

.gr_wrap a {
  color: #231815;
  text-decoration: none; }

.gr_wrap a:hovwe {
  color: #999999;
  text-decoration: none; }

.top_01 {
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  color: #808080;
  font-size: 13px; }

.top_02_wrap {
  width: 100%;
  height: auto;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d3d4d4;
  float: left; }

.top_02 {
  width: 100%;
  height: auto;
  float: left;
  letter-spacing: 0px; }

.top_02-1 {
  width: 20%;
  min-width: 56px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 8px;
  float: left;
  padding-left: 10px;
  line-height: 1.4em;
  color: #808080;
  padding-right: 10px;
  font-size: 10px; }

.top_02-2 {
  width: 80%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  line-height: 1.4em;
  padding-left: 10px;
  color: #595757;
  font-size: 11px; }

.top_03 {
  width: 95%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../image/top/img_10.jpg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 25px;
  float: left;
  margin-bottom: 10px;
  font-size: 11px;
  color: #3E3A39; }

.top_04 {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 8px;
  float: left;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCC;
  font-weight: bold;
  color: #808080;
  font-size: 13px; }

.top_05 {
  width: 100%;
  height: 320px;
  background-image: url(../image/top/img_20.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.top_05-1 {
  width: 100%;
  height: auto;
  text-align: center;
  color: #FFF;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.6em;
  font-size: 10px; }

.top_05-2 {
  height: auto;
  text-align: center;
  color: #FFF;
  line-height: 1.8em;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  margin-top: 7%; }

.top_05-2 a {
  background-color: #FFF;
  display: block;
  color: #727171;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  font-size: 10px;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px; }

.top_05-2 a:hover {
  -webkit-transition: all 0.2s linear 0.2s;
  transition: all 0.2s linear 0.2s;
  background: #efefef; }

.top_06 {
  /*width: 670px;*/
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 94px;
  line-height: 1.5em;
  color: #595757; }

.top_06.top_06_2 {
  margin-top: -22px; }

.top_07 {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 13px;
  line-height: 1.8em;
  font-size: 11px;
  color: #727171; }

.top_07 img {
  width: 360px; }
  @media screen and (max-width: 767px) {
    .top_07 img {
      width: 100%;
      height: auto; } }

.top_07 a {
  background-color: #ececec;
  display: block;
  color: #727171;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  height: 35px; }

.top_07 a:hover {
  background-color: rgba(227, 227, 227, 0.4);
  transition: all 0.2s linear 0.2s;
  -webkit-transition: all 0.2s linear 0.2s;
  -moz-transition: all 0.2s linear 0.2s;
  -ms-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s; }

.top_08 {
  /*width: 670px;*/
  width: 90%;
  height: auto;
  margin-top: -80px;
  margin-bottom: 80px;
  line-height: 1.4em;
  margin-right: auto;
  margin-left: auto; }

.top_08_2 {
  font-size: 0.9rem; }
  .top_08_2 .text_011 {
    font-size: 1rem; }
  .top_08_2 .top_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .top_08_2 .slick-slide {
    margin: 0;
    text-align: center; }
    .top_08_2 .slick-slide:nth-child(3) {
      margin-left: -20px; }
      .top_08_2 .slick-slide:nth-child(3) img {
        display: inline-block; }
    .top_08_2 .slick-slide:nth-child(4) {
      margin-left: 20px; }
      .top_08_2 .slick-slide:nth-child(4) img {
        max-width: 250px;
        width: 196px; }
    .top_08_2 .slick-slide:nth-child(5) img {
      max-width: 250px;
      width: 196px; }

.top_08 .hvr-float {
  margin-bottom: 0;
  font-size: 1.4rem;
  display: block; }
  .top_08 .hvr-float img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
  .top_08 .hvr-float:hover img {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px); }

.top_08 .slick-dots li {
  width: 10px; }
  .top_08 .slick-dots li button {
    padding: 0; }
    .top_08 .slick-dots li button:before {
      width: 10px;
      height: 10px;
      font-size: 25px; }

#slider8 {
  font-size: 85%; }

#slider8 div {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFF; }

#slider8 a {
  color: #3e3a39; }

#slider8 a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s linear 0.2s;
  -webkit-transition: all 0.2s linear 0.2s;
  -moz-transition: all 0.2s linear 0.2s;
  -ms-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s; }

#slider9 {
  font-size: 85%; }

#slider9 div {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #FFF; }

#slider9 a:hover {
  opacity: 0.5;
  transition: all 0s linear 0s;
  -webkit-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s; }

.top_09 {
  height: auto;
  text-align: center;
  color: #FFF;
  line-height: 1.8em;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  margin-top: 90px;
  padding-bottom: 55px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d3d4d4; }

.top_09 a {
  background-color: #ececec;
  display: block;
  color: #727171;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../image/top/png_12.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 7px;
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 10px;
  letter-spacing: 0.1em;
  height: 30px; }

.top_09 a:hover {
  background-color: rgba(227, 227, 227, 0.5);
  transition: all 0.2s linear 0.2s;
  -webkit-transition: all 0.2s linear 0.2s;
  -moz-transition: all 0.2s linear 0.2s;
  -ms-transition: all 0.2s linear 0.2s;
  -o-transition: all 0.2s linear 0.2s; }

.top_10_wrap {
  height: auto;
  color: #FFF;
  line-height: 1.8em;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 55px;
  margin-right: auto;
  margin-left: auto; }

.top_10 {
  height: auto;
  color: #FFF;
  line-height: 1.8em;
  width: 100%;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto; }

.top_10_wrap img {
  width: 100%; }

.top_10-1 {
  height: auto;
  width: 100%; }

.top_10-1 a:hover {
  opacity: 0.5;
  transition: all 0s linear 0s;
  -webkit-transition: all 0s linear 0s;
  -moz-transition: all 0s linear 0s;
  -ms-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s; }

.top_10-2 {
  height: auto;
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #3e3a39;
  font-weight: bold;
  letter-spacing: 3px; }

.top_10-3 {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  color: #3E3A39;
  line-height: 1.8em;
  font-size: 11px; }

.top_11-1 {
  width: 50%;
  float: left;
  padding-left: 5px;
  text-align: center;
  padding-bottom: 20px;
  padding-right: 5px;
  color: #808080;
  font-size: 9px;
  line-height: 1em;
  letter-spacing: 0.1em; }

.top_11-1 img {
  width: 100%;
  padding-bottom: 8px; }

.top_link_wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f7f7f7;
  padding-bottom: 28px;
  background-image: url(../image/top/png_16.png);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 290px;
  height: auto; }

.top_link {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 63px;
  line-height: 1.5em; }

.p-sympathy_message {
  padding: 0 2px 60px;
  text-align: center;
  border-bottom: 1px solid #d3d4d4; }
  .p-sympathy_message p {
    font-size: 11px;
    line-height: 1.8em;
    letter-spacing: -0.05em; }

.footer_01 {
  /*width: 670px;*/
  width: 100%;
  background-color: #f2f2f2;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #e0e0e0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  height: auto;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #df0615; }

.footer_01 a {
  color: #595757; }

.footer_02 {
  /*width: 670px;*/
  width: 100%; }

#foot_bu {
  /*width: 670px;*/
  width: 100%;
  line-height: 25px; }

.footer_link-1 {
  width: 50%;
  background-image: url(../image/common/back_02.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 6px;
  padding-left: 22px;
  padding-top: 1px;
  padding-bottom: 1px;
  float: left;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #E0E0E0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E0E0E0; }

.footer_link-1 a {
  float: left;
  display: block;
  height: auto;
  width: 100%;
  color: #727171;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 9px; }

.footer_link-2 {
  width: 50%;
  padding-top: 9px;
  float: left;
  text-align: center;
  font-size: 9px;
  height: 40px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #E0E0E0;
  border-bottom-color: #E0E0E0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E0E0E0; }

.footer_link-2-1 {
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 5px; }

.footer_link-2-2 {
  width: 50%;
  float: left;
  line-height: 1.5em;
  padding-top: 4px;
  text-align: left;
  padding-left: 5px; }

.footer_link-3 {
  width: 50%;
  background-image: url(../image/common/back_02.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  border: 1px solid #E0E0E0; }

.footer_link-3 a {
  float: left;
  display: block;
  height: auto;
  width: 100%;
  color: #3e3a39;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 9px; }

.footer_link-non {
  width: 50%;
  padding-left: 22px;
  padding-top: 1px;
  padding-bottom: 1px;
  float: left;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #E0E0E0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E0E0E0; }

#footer_icon {
  /*width: 670px;*/
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 15px; }

.footer_icon-1 {
  width: 28.5%;
  float: left; }

.footer_icon-1 img {
  width: 68.42%;
  max-width: 132px; }

.footer_icon-2 {
  width: 27.5%;
  float: left;
  padding-top: 3px; }

.footer_icon-2 img {
  width: 78.18%;
  max-width: 147px; }

.footer_icon-3 {
  width: 44%;
  float: left; }

.footer_icon-3 img {
  width: 86.36%;
  max-width: 256px; }

#footer_bottom {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  text-align: center;
  padding-bottom: 15px; }

#footer_bottom img {
  width: 34%;
  max-width: 246px; }

.footer_c {
  /*width: 670px;*/
  width: 90%;
  margin-top: 3px;
  font-size: 8px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5em;
  text-align: center; }

#totop {
  width: 60px;
  position: absolute;
  height: 30px;
  top: -29px;
  right: 20px; }

#footer_wrap {
  width: 100%;
  background-color: #f2f2f2;
  padding-bottom: 5px;
  font-size: 100%;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #df0615; }

#footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 100%; }

#footer_wall {
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  padding-top: 10px; }

#foot_01 {
  font-size: 10px;
  width: 650px;
  float: left;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left; }

#main_wrap {
  width: 100%;
  background-color: #f9f9f9; }

#main_black {
  width: 100%;
  background-color: #000000; }

#main {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px; }

/*検索窓　*/
.search_sp_01 {
  /*background-image: url(../image/equipment/icon_01.jpg);*/
  background-image: url(../image/common/png_04.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px; }

.search_sp_input {
  width: calc(100% - 180px);
  height: 47px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  border-color: #E7E7E7;
  float: left;
  font-size: 14px;
  padding-left: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E7E7E7; }
  .search_sp_input:focus {
    outline: 0; }
  .search_sp_input:before {
    content: "a";
    display: inline-block;
    border: 1px solid #F00; }

#head .drawer-menu form {
  background-image: url(../image/common/png_04.png);
  background-repeat: no-repeat;
  background-position: 20px; }

.search_sp_03 {
  float: left;
  margin-top: 7px;
  width: 104px;
  height: 47px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .search_sp_03:focus {
    outline: 0; }

.search_sp_03 img,
.search_sp_03 input {
  width: 120px;
  height: auto;
  cursor: pointer; }

.search_pc_input {
  width: 823px;
  height: 50px;
  /*background-image:url(../image/equipment/icon_04.jpg);*/
  background-image: url(../image/common/png_04.png);
  background-repeat: no-repeat;
  background-position: 20px;
  padding-left: 60px;
  float: left;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E7E7E7;
  margin-top: 30px; }
  .search_pc_input:focus {
    outline: 0; }

.search_pc_03 {
  float: left;
  width: 147px;
  height: 50px;
  margin-top: 30px;
  cursor: pointer; }
  .search_pc_03:focus {
    outline: 0; }

/*検索窓　ここまで*/
/* 画面サイズが768px以上の場合に適用 */
@media screen and (min-width: 768px) {
  .text_006 {
    font-weight: bold;
    font-size: 120%; }
  .text_009 {
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #484443; }
  .text_010 {
    letter-spacing: 0.2em;
    font-size: 13px;
    color: #484443; }
  .text_012 {
    font-size: 23px;
    letter-spacing: 0.2em; }
  body {
    width: 1024px;
    font-size: 85%; }
  .sp {
    display: none; }
  .pc {
    display: block; }
  #head {
    width: 980px;
    /*max-width: 1280px;*/
    margin-right: auto;
    margin-left: auto;
    padding-right: 22px;
    padding-left: 22px; }
  #header_01 {
    width: 370px;
    float: left; }
  #header_02 {
    width: 610px;
    float: right;
    text-align: right;
    height: 54px; }
  .gr_wrap {
    width: 980px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    padding-right: 0px;
    padding-left: 0pt;
    position: relative; }
    .gr_wrap + div {
      position: relative; }
  .top_01 {
    width: 185px;
    height: auto;
    font-weight: normal;
    font-size: 115%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3em;
    letter-spacing: 1px; }
  .top_02_wrap {
    width: 665px;
    height: auto;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d3d4d4;
    float: left;
    padding-left: 25px;
    margin-left: 180px; }
  .top_02 {
    width: 100%;
    height: auto;
    float: left; }
  .top_02-1 {
    width: auto;
    height: auto;
    padding-top: 12px;
    padding-bottom: 10px;
    float: left;
    padding-left: 0;
    line-height: 1.4em;
    font-size: 14px;
    padding-right: 30px; }
  .top_02-2 {
    width: 520px;
    height: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px;
    float: left;
    line-height: 1.4em;
    font-size: 14px;
    color: #3E3A39; }
  .top_03 {
    width: 130px;
    height: auto;
    background-image: url(../image/top/img_10.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    font-size: 14px;
    color: #595757;
    position: absolute;
    right: 0;
    bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
    margin-bottom: 0; }
  .sales .top_03 {
    bottom: 60px;
    letter-spacing: 1px;
    font-size: 13px; }
  .top_04 {
    width: 180px;
    height: auto;
    float: left;
    border-top-width: 1px;
    border-top-style: none;
    border-top-color: #CCC;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2em;
    letter-spacing: 2px; }
  .top_05 {
    width: 100%;
    height: 525px;
    background-image: url(../image/top/img_01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin-right: auto;
    margin-left: auto; }
  .top_05-2 {
    height: auto;
    text-align: center;
    color: #FFF;
    line-height: 1.8em;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    margin-top: 98px; }
  .top_05-2 a {
    background-color: #FFF;
    display: block;
    color: #727171;
    width: 192px;
    margin-right: auto;
    margin-left: auto;
    height: 56px;
    letter-spacing: 0.2em;
    padding-top: 16px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px; }
  .top_05-1 {
    width: 100%;
    height: auto;
    text-align: center;
    color: #FFF;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    line-height: 2em;
    font-size: 14px; }
  .top_06 {
    width: 1000px;
    height: auto;
    text-align: center;
    margin-top: 95px;
    line-height: 2em;
    color: #595757;
    margin-right: auto;
    margin-left: auto; }
  .top_06.top_06_2 {
    margin-top: -10px; }
  .top_07 {
    width: 1000px;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.2em;
    font-size: 14px; }
  .top_07 img {
    width: 980px; }
  .top_07 a {
    background-color: #E3E3E3;
    display: block;
    color: #727171;
    width: 192px;
    margin-right: auto;
    margin-left: auto;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-top: 45px;
    letter-spacing: 0.2em;
    height: 56px; }
  .top_07 a:hover {
    background-color: rgba(227, 227, 227, 0.4);
    transition: all 0.2s linear 0.2s;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -ms-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s; }
  .top_08 {
    width: 980px;
    height: auto;
    margin-top: 28px;
    margin-bottom: 36px;
    line-height: 1.4em;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    color: #3D3A39; }
  .top_08_2 .top_product {
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 15px; }
  .top_09 {
    height: auto;
    text-align: center;
    color: #FFF;
    line-height: 1.8em;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    margin-top: 10px;
    padding-bottom: 140px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3d4d4; }
  .top_09 a {
    background-color: #E3E3E3;
    display: block;
    color: #727171;
    width: 192px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../image/top/png_12.png);
    background-position: 20px center;
    background-size: 13px;
    background-repeat: no-repeat;
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 22px;
    height: 56px;
    letter-spacing: 0.2em;
    font-size: 14px; }
  .topline {
    width: 100%;
    height: 10px;
    padding-bottom: 30px;
    float: left;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    margin-top: 30px; }
  .top_10_wrap {
    height: auto;
    color: #FFF;
    line-height: 1.8em;
    width: 980px;
    margin-top: 120px;
    margin-bottom: 110px;
    margin-right: auto;
    margin-left: auto; }
  .top_10 {
    height: auto;
    color: #FFF;
    line-height: 1.8em;
    width: 293px;
    margin-bottom: 55px;
    float: left;
    margin-right: 16px;
    margin-left: 16px; }
  .top_10-1 {
    height: auto;
    width: 293px; }
    .top_10-1 figure img {
      -webkit-transition: all 0.8s linear !important;
      transition: all 0.8s linear !important; }
  .top_10-2 {
    height: auto;
    padding-top: 15px;
    text-align: center;
    font-size: 20px;
    color: #3e3a39;
    font-weight: normal;
    letter-spacing: 3px;
    font-weight: 300; }
  .top_10-3 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: left;
    color: #808080;
    font-size: 13px; }
  .top_11 {
    width: 980px;
    height: auto;
    margin: 30px auto 0;
    overflow: hidden;
    padding-bottom: 30px; }
  .top_11-1 {
    width: 231px;
    float: left;
    text-align: center;
    padding-bottom: 35px;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.2rem; }
  .top_11-1 img {
    width: 100%; }
  .top_11-1 a:hover {
    opacity: 0.5;
    transition: all 0.2s linear 0.2s;
    -webkit-transition: all 0.2s linear 0.2s;
    -moz-transition: all 0.2s linear 0.2s;
    -ms-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s; }
  .top_link_wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #f7f7f7;
    padding-bottom: 45px;
    background-image: url(../image/top/png_17.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 450px; }
  .top_link {
    width: 1000px;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 90px;
    line-height: 2em; }
  #footer_wrap {
    width: 100%;
    min-width: 1024px;
    background-color: #f2f2f2;
    padding-bottom: 1px;
    font-size: 90%;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #df0615;
    margin-top: 50px;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC; }
  #foot_pankuzu {
    width: 980px;
    margin-bottom: 10px; }
  #foot_pankuzu a {
    color: #3e3a39;
    text-decoration: none; }
  #footer {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size: 90%;
    line-height: 25px;
    font-size: 11px;
    position: relative;
    padding: 0 10px 21px 10px; }
    #footer a img {
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    #footer a:hover img {
      opacity: 0.80;
      filter: alpha(opacity=80);
      -ms-filter: "alpha(opacity=80)"; }
  #footer_wall {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    padding: 0px; }
  #foot_01 {
    width: auto;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    margin-top: 0px;
    font-size: 95%; }
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 17px; }
  .footer-nav2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-nav2 > a {
      font-size: 10px;
      color: #3e3a39;
      line-height: 22px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 5px; }
      .footer-nav2 > a:before {
        content: '|';
        padding-right: 5px;
        font-size: 14px;
        line-height: 1;
        color: #afafb0; }
      .footer-nav2 > a:last-child {
        margin-right: 0; }
        .footer-nav2 > a:last-child:after {
          content: '|';
          padding-left: 5px;
          font-size: 14px;
          line-height: 1;
          color: #afafb0; }
  #footer_link {
    width: 170px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    font-size: 11px;
    margin-right: 6px; }
  #footer_link ul li {
    font-size: 12px;
    line-height: 22px;
    display: block;
    padding-right: 10px;
    margin-bottom: 1px; }
  #footer_link ul li a {
    font-size: 12px;
    color: #3e3a39;
    text-decoration: none;
    position: relative;
    padding-left: 14px;
    display: inline-block; }
    #footer_link ul li a:before {
      content: '';
      width: 4px;
      height: 4px;
      border-top: 1px solid #afafb0;
      border-right: 1px solid #afafb0;
      position: absolute;
      top: 10px;
      left: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    #footer_link ul li a.footer-newwin {
      padding: 0 15px 0 14px; }
      #footer_link ul li a.footer-newwin:before {
        content: none; }
      #footer_link ul li a.footer-newwin:after {
        content: '';
        background: url("/image/common/open-window-icon.svg") no-repeat center;
        background-size: cover;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        margin-top: 1px; }
  #footer_link ul li a:hover {
    color: #ACACAD;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  #footer_link2 {
    width: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    float: left;
    padding-left: 0px;
    font-size: 11px; }
  #footer_link2 ul li {
    display: block;
    padding-right: 10px;
    padding-left: 0px;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px; }
  #footer_link2 ul li a {
    color: #3e3a39;
    text-decoration: none; }
  #footer_link2 ul li a:hover {
    color: #ACACAD;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .footer-logo {
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: 9; }
  .footer-logo1 {
    margin-top: 28px; }
  .foot_z {
    width: 144px;
    margin-left: -45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0; }
  .foot_z-1 {
    width: auto;
    padding-left: 20px; }
  .foot_z-2 {
    width: auto;
    padding-left: 20px; }
  .foot_z-3 {
    width: auto;
    padding-top: 55px;
    text-align: right; }
  .foot_z-4 {
    width: auto;
    padding-top: 15px; }
  .foot_eng {
    margin-left: 18px;
    padding-top: 1px; }
    .foot_eng img {
      width: 30px; }
    .foot_eng span {
      font-size: 10px;
      line-height: 1.2;
      display: block; }
  .foot_x {
    width: 980px;
    padding-top: 6px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px; }
  .foot_x a {
    color: #3e3a39; }
  .foot_x a:hover {
    color: #ACACAD;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .foot_x-1 {
    width: 700px;
    padding-top: 0px;
    float: left;
    padding-bottom: 0px; }
  .foot_x-2 {
    width: auto;
    float: right;
    padding-left: 20px; }
  .foot_x-3 {
    width: auto;
    float: right; }
    .foot_x-3 img {
      background: #f2f2f2; }
  .foot_x-4 {
    width: 40px;
    padding-top: 0px;
    float: left;
    padding-bottom: 0px;
    margin-top: 5px; }
  .foot_x-5 {
    width: 100px;
    padding-top: 2px;
    float: left;
    padding-bottom: 0px;
    line-height: 1.4em;
    margin-top: 5px; }
  .p-sympathy_message {
    padding-left: 0;
    padding-right: 0; }
    .p-sympathy_message p {
      font-size: 16px;
      line-height: 2em;
      letter-spacing: 0; } }

/* 画面サイズが1000px以上の場合に適用 */
@media screen and (min-width: 1000px) {
  body {
    width: 100%;
    font-size: 85%; } }

/*スマホメニュー*/
/*三菱農業機械について*/
#wrap #header #head .sp .drawer-nav .drawer-menu .drawer-dropdown .drawer-menu-item {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  letter-spacing: 0.2em;
  outline: none; }
  #wrap #header #head .sp .drawer-nav .drawer-menu .drawer-dropdown .drawer-menu-item:focus {
    outline: none; }

/*販売会社*/
#wrap #header #head .sp .drawer-nav .drawer-menu .drawer-menu-item {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  letter-spacing: 0.2em; }

/*私たちの想い*/
.drawer-menu .drawer-dropdown .drawer-dropdown-menu li .drawer-dropdown-menu-item {
  margin-left: 10px !important; }

#wrap #header #head .sp .drawer-nav .drawer-dropdown .drawer-dropdown-menu .drawer-dropdown-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 35px;
  background-image: url(../image/top/png_15.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 0 center;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-top: 0px;
  line-height: 29px;
  background: url(../assets/image/common/icon_03.png) 20px 47% no-repeat;
  background-size: 6px auto;
  /*
    display: block;
    line-height: 1;
    padding: 12px 0 12px 32px;
    color: #333;
    text-decoration: none;
*/ }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.p-top1-img1 {
  min-height: 186px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.p-top1-ttl1 {
  font-size: 15px;
  line-height: 21px;
  color: #3e3a39;
  font-weight: normal;
  white-space: nowrap; }

.p-top1-text1 {
  font-size: 12px;
  line-height: 29px;
  color: #727171;
  font-weight: normal; }

.rTpad {
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .rTpad {
      padding-right: none; } }

.regular .slick-prev:before {
  content: url("../image/top/icon-prev.png") !important; }

.regular .slick-next:before {
  content: url("../image/top/icon-next.png") !important; }

.slider-link {
  width: 1020px;
  margin-left: -20px; }
  .slider-link .slick-prev {
    top: auto;
    bottom: -50px;
    left: 50% !important;
    -webkit-transform: translate(-65px, -50%);
        -ms-transform: translate(-65px, -50%);
            transform: translate(-65px, -50%); }
    .slider-link .slick-prev:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 3px solid #b6b7b7;
      border-left: 3px solid #b6b7b7;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: rotate(-45deg) translateY(-50%);
          -ms-transform: rotate(-45deg) translateY(-50%);
              transform: rotate(-45deg) translateY(-50%); }
  .slider-link .slick-next {
    top: auto;
    bottom: -50px;
    right: 50% !important;
    -webkit-transform: translate(55px, -50%);
        -ms-transform: translate(55px, -50%);
            transform: translate(55px, -50%); }
    .slider-link .slick-next:before {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 3px solid #b6b7b7;
      border-right: 3px solid #b6b7b7;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
              transform: rotate(45deg) translateY(-50%); }
  .slider-link .slick-dots li.slick-active button:before {
    color: #bb3140; }
  .slider-link .slick-dots {
    bottom: -28px; }
  .slider-link .slick-dots li button:before {
    font-size: 42px; }

@media screen and (max-width: 767px) {
  .slider-link {
    width: 100%;
    margin-left: 0; }
    .slider-link .slick-slide {
      margin: 0 !important; }
    .slider-link .slick-prev,
    .slider-link .slick-next {
      display: none !important; }
    .slider-link .slick-dots li {
      width: 15px; }
  .top_11 {
    width: 100%;
    margin-bottom: 70px; }
    .top_11-1 {
      padding: 0 20px; }
    .top_11-txt {
      padding: 7px 33px 33px; }
  .top_08.sp .slick-prev:before {
    content: url("../image/top/icon-prev.png") !important; }
  .top_08.sp .slick-next:before {
    content: url("../image/top/icon-next.png") !important; } }

.top_11-1 {
  text-align: left; }

.top_11-text {
  font-size: 14px;
  line-height: 21.63px;
  color: #858585;
  letter-spacing: 1px; }
  .top_11-text.icon-win {
    position: relative; }
    .top_11-text.icon-win:after {
      content: '';
      background: url("/image/common/open-window-icon-black.svg") no-repeat center;
      background-size: cover;
      width: 10px;
      height: 10px;
      position: absolute;
      right: -5px;
      bottom: 3px;
      margin-top: 1px; }

.navigation {
  background: #231815;
  border-radius: 10px 0 0 10px;
  width: 167px;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(110px, -50%);
      -ms-transform: translate(110px, -50%);
          transform: translate(110px, -50%);
  padding: 8px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  z-index: -1;
  opacity: 0; }
  .navigation.is-visit {
    opacity: 1;
    z-index: 999999; }
  .navigation:hover {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .navigation li {
    border-bottom: 1px solid #9d9e9e; }
    .navigation li:last-child {
      border-bottom: 0; }
    .navigation li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      padding: 8px 7px 5px; }
      .navigation li a > span {
        font-size: 14px;
        line-height: 39px;
        color: #fff;
        padding-left: 15px; }

@-webkit-keyframes navigation {
  0%,
  100% {
    opacity: 1; } }

@keyframes navigation {
  0%,
  100% {
    opacity: 1; } }

@media screen and (max-width: 767px) {
  .navigation {
    background: #231815;
    border-radius: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 10px 0;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    opacity: 1;
    z-index: 999999; }
    .navigation:hover {
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); }
    .navigation-cont {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .navigation li {
      border-bottom: 0;
      border-right: 1px solid #9d9e9e;
      width: calc(100% / 3); }
      .navigation li:last-child {
        border-right: 0; }
      .navigation li:nth-child(2) > a {
        padding: 18px 10px 7px; }
      .navigation li a {
        display: block;
        padding: 7px 10px;
        text-align: center; }
        .navigation li a > span {
          font-size: 11px;
          line-height: 1;
          display: block;
          padding: 10px 0 0; }
    .navigation.is-active {
      opacity: 0;
      z-index: -1; } }

.c-Totop {
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 50px;
  right: 70px;
  cursor: pointer;
  display: none;
  z-index: 999; }
  .c-Totop.is-visit-Btn {
    display: block; }

@media screen and (max-width: 767px) {
  .c-Totop {
    bottom: 115px;
    right: 20px;
    width: 32px;
    height: 32px; } }

.p-top2 {
  position: relative;
  max-width: 980px;
  margin: 0 auto 50px; }
  .p-top2 .c-news {
    display: block;
    border-bottom: 1px solid #c9caca;
    padding: 25px 20px;
    color: #484443; }
    @media screen and (max-width: 767px) {
      .p-top2 .c-news {
        padding: 15px 20px; } }
    .p-top2 .c-news:first-child {
      border-top: 1px solid #c9caca; }
    .p-top2 .c-news__title {
      display: block;
      width: 100%;
      padding-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .p-top2 .c-news__title {
          padding-bottom: 0; } }
      @media screen and (max-width: 767px) {
        .p-top2 .c-news__title p {
          font-size: 11px; } }
    .p-top2 .c-news__body {
      padding: 0;
      border-left: 0; }
      @media screen and (max-width: 767px) {
        .p-top2 .c-news__body {
          margin-top: 4px; } }
      .p-top2 .c-news__body dt {
        font-size: 11px;
        line-height: 2;
        font-weight: bold;
        letter-spacing: 2px;
        width: 105px; }
        @media screen and (max-width: 767px) {
          .p-top2 .c-news__body dt {
            font-size: 9px;
            letter-spacing: 1px;
            width: 64px;
            line-height: 1.7; } }
      @media screen and (max-width: 767px) {
        .p-top2 .c-news__body dd {
          font-size: 8px; } }
    .p-top2 .c-news__link {
      width: auto;
      position: absolute;
      top: 28px;
      right: 0; }
      @media screen and (max-width: 767px) {
        .p-top2 .c-news__link {
          top: auto;
          bottom: -25px;
          right: 30px; } }

.customFooter02 #footer_link {
  float: left;
  width: auto;
  padding-right: 50px;
  margin-right: 0; }
  .customFooter02 #footer_link ul li a {
    font-size: 11px;
    color: #3e3a39;
    text-decoration: none;
    position: initial;
    padding-left: 0;
    display: inline-block; }
    .customFooter02 #footer_link ul li a:before {
      content: none; }

.customFooter02 .foot_z {
  width: auto;
  margin-left: 0;
  display: block;
  float: right;
  padding: 5px 0 10px; }
  .customFooter02 .foot_z-1 {
    float: right; }
  .customFooter02 .foot_z-4 {
    text-align: right; }

.c-btnv01 {
  text-align: center; }
  .c-btnv01.mt50 {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .c-btnv01.mt50 {
        margin-top: 30px; } }
  .c-btnv01 a {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .c-btnv01 a img {
      margin: 0;
      display: inline-block; }
  .c-btnv01__txt {
    font-size: 14px;
    letter-spacing: 0.18em;
    line-height: 1.5;
    color: #4a4a4a;
    font-weight: 400;
    position: relative;
    margin: 0 10px 0 0;
    display: inline-block; }
    .c-btnv01__txt:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #4a4a4a; }

@media screen and (max-width: 767px) {
  .c-index .c-list1__card {
    float: none;
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  .c-index .c-list1--col3 {
    display: block; } }
