@charset "UTF-8";
html {
  /*-webkit-text-size-adjust: 100%;*/
}

body {
  font-family: "メイリオ", sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  /*-webkit-text-size-adjust: 100%;*/
  line-height: 1.8em;
  color: #737373;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

/*----------------------------

	reset
-----------------------------*/
img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
  max-height: 9999999px;
}

td {
  max-height: 9999999px;
}

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

a:hover {
  text-decoration: underline;
}

/*----------------------------

	common
-----------------------------*/
.whb {
  background: #fff;
  padding: 15px;
  margin: 15px 0 0;
}

.wrapper {
  /*width:1280px;*/
  /*	width:100%;
  margin:0 auto;*/
}

.contents {
  width: 100%;
  /*width:1280px;*/
  /*width:840px;*/
  margin: 0 auto;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
  padding-top: 110px;
}
@media only screen and (max-width: 1000px) {
  .contents {
    padding-top: 90px;
    max-width: 100vw;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .contents {
    padding-top: 60px;
  }
}

.inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  width: 100%;
  /*width:1280px;*/
  height: 320px;
  margin: 0 auto;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .main {
    height: 140px !important;
  }
}

@media only screen and (max-width: 767px) {
  .main h2 {
    min-width: 100% !important;
    height: 140px !important;
    background-size: cover !important;
    background-position: right center !important;
  }
}
@media only screen and (max-width: 460px) {
  .main h2 { /*665*/
    background-position: -95px center !important;
  }
}

ul.list {
  overflow: hidden;
}

ul.list li {
  float: left;
}

span.italic {
  font-style: italic;
}

.indent-1 {
  padding-left: 1em !important;
  text-indent: -1em;
}

.tc {
  text-align: center;
}

.fb {
  font-weight: bold;
}

.pt30 {
  padding-top: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

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

.mi-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mi-sp {
    display: block;
  }
}

/*----------------------------

	pager
-----------------------------*/
.pager {
  overflow: hidden;
  margin: 20px 0 0;
  text-align: center;
  position: relative;
}

.pager ul.pager_list,
.pager ul.page-numbers {
  display: inline-block;
}

.pager ul.pager_list li,
.pager ul.page-numbers li {
  float: left;
  padding: 0 5px;
}

.pager p:first-child {
  float: left;
}

.pager p:last-child {
  float: right;
}

.pager ul.page-numbers li .page-numbers.prev,
.pager ul.page-numbers li .page-numbers.next {
  position: absolute;
  top: 0px;
}

.pager ul.page-numbers li .page-numbers.prev {
  left: 0;
}

.pager ul.page-numbers li .page-numbers.next {
  right: 0;
}

/*----------------------------

	header
-----------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  font-size: 16px;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0);
  z-index: 999;
  -webkit-transition: height 0.4s, -webkit-box-shadow 0.4s;
  transition: height 0.4s, -webkit-box-shadow 0.4s;
  transition: height 0.4s, box-shadow 0.4s;
  transition: height 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media only screen and (max-width: 1000px) {
  #header {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
    height: 90px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    padding: 0;
    width: 100%;
    height: 60px;
  }
}

/* inner
=========================*/
#header .inner_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 960px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  #header .inner_header {
    width: 728px;
  }
}
@media only screen and (max-width: 767px) {
  #header .inner_header {
    position: relative;
    display: block;
    width: 100%;
  }
}

/* logo
=========================*/
@media only screen and (max-width: 767px) {
  #header .logo {
    position: absolute;
    top: 10px;
    left: 20px;
  }
}
#header .logo a {
  display: block;
}
#header .logo img {
  height: auto;
}
@media only screen and (max-width: 1000px) {
  #header .logo img {
    width: 138px;
  }
}
@media only screen and (max-width: 767px) {
  #header .logo img {
    width: 130px;
  }
}

/* menu
=========================*/
#header ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #737373;
}
@media only screen and (max-width: 767px) {
  #header ul.menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    padding: 0 20px 20px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
  }
}

#header ul.menu li a:hover {
  text-decoration: none;
}

#header ul.menu li.outline {
  float: left;
  position: relative;
  margin: 0;
  display: block;
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  #header ul.menu li.outline {
    float: none;
    margin: 0;
    color: #1a1a1a;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #header ul.menu li.outline > a, #header ul.menu li.outline > span {
    position: relative;
    display: block;
    padding: 20px 0;
    color: #1a1a1a;
    font-size: 18px;
    cursor: pointer;
    border-top: 1px solid #737373;
  }
}
@media only screen and (max-width: 767px) {
  #header ul.menu li.outline > a::after, #header ul.menu li.outline > span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    position: absolute;
    right: 10px;
    top: 24px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
}
#header ul.menu li.outline > span::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#header ul.menu li.outline.is-open > span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#header ul.menu li.top {
  margin: 2px 17px 0 0;
}
@media only screen and (max-width: 1000px) {
  #header ul.menu li.top {
    margin: 2px 12px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #header ul.menu li.top {
    margin: 0;
  }
}

#header ul.menu li.top:hover,
#header ul.menu li.top a:hover {
  color: #af051e;
}
@media only screen and (max-width: 767px) {
  #header ul.menu li.top:hover,
  #header ul.menu li.top a:hover {
    color: #1a1a1a;
  }
}

@media only screen and (max-width: 767px) {
  #header .subnav {
    overflow: hidden;
    height: 0px;
    -webkit-transition: 0.4s height ease-in-out;
    transition: 0.4s height ease-in-out;
  }
}

#header ul.sub {
  display: none;
  position: absolute;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  #header ul.sub {
    display: block;
    position: relative;
    padding: 0 0 20px;
    background: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#header .arrow {
  border-style: solid;
  _border-style: dashed;
  border-width: 6px;
  border-color: transparent;
  border-top-width: 0;
  border-bottom: 7px solid #afafaf;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 18px;
  left: 15px;
}
@media only screen and (max-width: 767px) {
  #header .arrow {
    display: none;
  }
}

#header ul.sub01 {
  width: 72px;
}
@media only screen and (max-width: 767px) {
  #header ul.sub01 {
    width: 100%;
  }
}

#header ul.sub02 {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  #header ul.sub02 {
    width: 100%;
  }
}

#header ul.sub03 {
  width: 154px;
}
@media only screen and (max-width: 767px) {
  #header ul.sub03 {
    width: 100%;
  }
}

#header ul.sub04 {
  width: 112px;
}
@media only screen and (max-width: 767px) {
  #header ul.sub04 {
    width: 100%;
  }
}

#header ul.sub li {
  border-bottom: 1px solid #737373;
}
@media only screen and (max-width: 767px) {
  #header ul.sub li {
    border-bottom: none;
  }
}
#header ul.sub li:not(:first-of-type) {
  margin-top: 0.8em;
}

#header ul.sub li:last-child {
  border: none;
}

#header ul.sub li a {
  display: block;
  color: #fff;
  padding: 2px 0;
}
@media only screen and (max-width: 767px) {
  #header ul.sub li a {
    position: relative;
    padding: 0 0 0 45px;
    color: #1a1a1a;
    font-size: 16px !important;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #header ul.sub li a:before {
    position: absolute;
    top: 12px;
    left: 20px;
    width: 15px;
    height: 1px;
    background-color: #1a1a1a;
    content: "";
  }
}

#header ul.sub li a:hover {
  text-decoration: none;
  color: #af051e;
}
@media only screen and (max-width: 767px) {
  #header ul.sub li a:hover {
    color: #1a1a1a;
  }
}

/* menu english
=========================*/
#header ul.menu li.english a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  margin: 0;
  color: #af051e;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  #header ul.menu li.english a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #header ul.menu li.english a {
    display: block;
    padding: 20px 0 20px 20px;
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 1px solid #737373;
  }
}
#header ul.menu li.english a::after {
  border-top: solid 2px #af051e;
  border-right: solid 2px #af051e;
}

#header ul.menu li.english a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#header ul.menu li.english a.arrow02::before {
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 9px solid #af051e;
}

#header ul.menu li.english a:hover {
  text-decoration: underline;
}

/* menu btn
=========================*/
#header .menubtn {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .menubtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99999;
    text-align: center;
  }
}
.mode-pc #header .menubtn:hover .lines, .mode-sp #header .menubtn:active .lines {
  opacity: 0.7;
}
#header .menubtn-lines {
  position: relative;
  /*position: absolute;
  top: 15px;
  left: 19px;*/
  margin: 0;
  padding: 0;
  width: 24px;
  height: 15px;
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
}
#header .menubtn-lines:focus {
  outline: none;
}
#header .menubtn-lines span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
}
#header .menubtn-lines span:nth-of-type(1) {
  top: 2px;
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
#header .menubtn-lines span:nth-of-type(2) {
  top: 50%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 1;
}
#header .menubtn-lines span:nth-of-type(3) {
  bottom: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}

/* nav current
=========================*/
#business_business .current,
#business_technologies .current,
#business_products .current,
#business_manufacture .current,
#news .current .active,
#news_individual .current,
#company_about .current,
#company_history .current,
#company_message .current,
#company_office .current,
#company_organaization .current,
#recruit .current,
#ir_financial .current,
#ir_library .current,
#ir_stock .current,
#corp_plofil .current,
#company_csr .current .active,
#contact .current .active {
  text-decoration: none;
  color: #af051e;
}

/* anim
=========================*/
.is-menuanim #header .menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* header scroll
=========================*/
#header.is-scroll {
  height: 80px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1000px) {
  #header.is-scroll {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #header.is-scroll {
    height: 60px;
  }
}

/* menu open
=========================*/
.is-menuopen body {
  overflow: hidden;
}
.is-menuopen #header .menu {
  opacity: 1;
  pointer-events: all;
}
.is-menuopen #header .menubtn-lines span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}
.is-menuopen #header .menubtn-lines span:nth-of-type(2) {
  opacity: 0;
}
.is-menuopen #header .menubtn-lines span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

/*----------------------------

	footer
-----------------------------*/
#footer {
  background: #f0f0f0 url("../img/footer-bg.jpg") repeat-x;
  /*background-color:#F0F0F0;
  border-top:5px solid #B4B4B4;*/
  /*overflow:hidden;*/
  width: 100%;
}

#footer .footer01 {
  background: #f0f0f0 url("../img/footer-bg.jpg") repeat-x;
  /*background-color:#F0F0F0;*/
  /*border-top:5px solid #B4B4B4;*/
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  #footer .footer01 {
    width: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  .footer02 {
    width: 100%;
  }
}

#footer ul.list01 {
  overflow: hidden;
  padding: 40px 0 55px;
  font-size: 12px;
}
@media only screen and (max-width: 1000px) {
  #footer ul.list01 {
    padding: 40px 20px 55px;
  }
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 {
    padding: 20px 20px 40px;
  }
}

#footer ul.list01 li {
  float: left;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 1000px) {
  #footer ul.list01 li {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #737373;
  }
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 li > dl:not(:last-child) {
    border-bottom: 1px solid #737373;
  }
}

#footer ul.list01 li:nth-child(3) {
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 li:nth-child(3) {
    margin: 0;
  }
}

#footer ul.list01 li:nth-child(5) {
  margin: 0 25px 0 0;
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 li:nth-child(5) {
    margin: 0;
  }
}

#footer ul.list01 dl:last-child dt {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 dl:last-child dt {
    margin: 0;
  }
}

#footer ul.list01 li:last-child {
  margin: 0;
}

#footer ul.list01 li:last-child dl dd:last-child {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 li:last-child dl dd:last-child {
    margin: 0;
  }
}

#footer ul.list01 li dl dd.lh15 {
  line-height: 1.5em;
}

#footer ul.list01 .title {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  border-bottom: none !important;
  color: #737373 !important;
  height: auto !important;
  text-align: left !important;
  padding: 0 0 0 20px;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 .title {
    position: relative !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    color: #1a1a1a !important;
    font-size: 18px !important;
    font-weight: normal !important;
    cursor: pointer !important;
    border-top: 1px solid #737373 !important;
  }
}
#footer ul.list01 .title:first-of-type {
  border-top: none !important;
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 .title > a, #footer ul.list01 .title > span {
    position: relative;
    display: block;
    padding: 20px 0;
    color: #1a1a1a;
    font-size: 18px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 .title > a::after, #footer ul.list01 .title > span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    position: absolute;
    right: 10px;
    top: 24px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
}
#footer ul.list01 .title > span::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#footer ul.list01 .title.is-open > span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#footer ul.list01 .title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#footer ul.list01 .title-icon::before {
  background-color: #b4b4b4;
  width: 6px;
  height: 15px;
}

@media only screen and (max-width: 767px) {
  #footer ul.list01 .title > a {
    color: #1a1a1a;
  }
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 .title > a:hover {
    text-decoration: none;
  }
}

#footer ul.list01 dt {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 dt {
    margin: 0;
  }
}

#footer ul.list01 dd {
  margin: 0 0 10px 10px;
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 dd > span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 dd {
    position: relative;
    margin: 0;
    padding: 0 0 0 45px !important;
    color: #1a1a1a;
    font-size: 16px !important;
    line-height: 1.6;
    text-indent: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 dd:before {
    position: absolute;
    top: 12px;
    left: 20px;
    width: 15px;
    height: 1px;
    background-color: #1a1a1a;
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 dd a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 dd a {
    font-size: 16px !important;
    color: #1a1a1a;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #footer ul.list01 dd a br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #footer ul.list01 dl dd:not(:first-of-type) {
    margin-top: 0.8em;
  }
}

@media only screen and (max-width: 767px) {
  #footer .subnav {
    overflow: hidden;
    height: 0px;
    -webkit-transition: 0.4s height ease-in-out;
    transition: 0.4s height ease-in-out;
  }
}

@media only screen and (max-width: 767px) {
  #footer .subnav-inline {
    padding: 0 0 20px;
  }
}

#footer ul.list02 {
  overflow: hidden;
  padding: 0 35px;
}

#footer ul.list02 li {
  float: left;
}

.footer_under {
  background-color: #737373;
  color: #fff;
  position: relative;
}

.footer_under a {
  color: #fff;
}

.footer_under p {
  text-align: center;
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  .footer_under p {
    padding: 20px 0;
    font-size: 11px;
  }
}

.inner_footer {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .inner_footer {
    width: 100%;
  }
}

/* go top
=========================*/
.gotop {
  position: fixed;
  right: 5%;
  bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .gotop {
    right: 0%;
  }
}

.gotop a {
  width: 125px;
  height: 94px;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .gotop a {
    width: 12.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .gotop a {
    width: 60px;
    height: 90px;
  }
}

/*----------------------------

	index
-----------------------------*/
#top .contents {
  max-width: 1280px;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  #top .contents {
    max-width: none;
  }
}

/* mv
=========================*/
.main01 {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 504px;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .main01 {
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
  }
}

.main01 p.img1 {
  position: absolute;
  overflow: hidden;
  top: 1px;
  left: 0px;
  max-width: 1260px;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .main01 p.img1 {
    left: calc(100vw - 1280px);
  }
}
@media only screen and (max-width: 1000px) {
  .main01 p.img1 {
    left: -280px;
  }
}
@media only screen and (max-width: 767px) {
  .main01 p.img1 {
    position: static;
    width: 60%;
    margin: 5% 0 0 -10%;
  }
  .main01 p.img1 img {
    width: 100%;
    height: auto !important;
  }
}

/*--------index アニメーション--------------------------------------------------------*/
.main01 p.img1 img {
  bottom: 0;
  right: 0;
  height: 503px;
  -webkit-transform-origin: 80% 0%;
          transform-origin: 80% 0%;
  animation: smaller 4s ease-out 0s 1 forwards;
  -moz-animation: smaller 4s ease-out 0s 1 forwards;
  -webkit-animation: smaller 4s ease-out 0s 1 forwards;
  -o-animation: smaller 4s ease-out 0s 1 forwards;
  -ms-animation: smaller 4s ease-out 0s 1 forwards;
}

@keyframes smaller {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes smaller {
  0% {
    -webkit-transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.main01 p.img2 {
  position: absolute;
  width: 579px;
  height: 115px;
  top: 170px;
  right: 60px;
}
@media only screen and (max-width: 1000px) {
  .main01 p.img2 {
    right: calc(100vw - 1000px + 60px);
  }
}
@media only screen and (max-width: 940px) {
  .main01 p.img2 {
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .main01 p.img2 {
    top: 50%;
    right: 20px;
    width: 218px;
    width: 50vw;
    translate: 0 -100%;
  }
}
@media only screen and (max-width: 800px) {
  .main01 p.img2 img {
    width: 72vw;
  }
}
@media only screen and (max-width: 767px) {
  .main01 p.img2 img {
    width: 100%;
    height: auto;
  }
}

.main01 .logo_health {
  position: absolute;
  top: 285px;
  right: 340px;
  margin-top: 26px;
  width: 294px;
  height: 72px;
}
@media only screen and (max-width: 1000px) {
  .main01 .logo_health {
    right: calc(100vw - 1000px + 340px);
  }
}
@media only screen and (max-width: 940px) {
  .main01 .logo_health {
    top: 215px;
    width: calc(100vw - 360px);
    right: 0;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .main01 .logo_health {
    position: static;
    width: 100%;
    top: 0;
    right: 0;
    padding: 0 20px 20px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 4vw;
    line-height: 2;
  }
}
.main01 .logo_health .img {
  position: absolute;
  left: 286px;
  top: -10px;
  width: 280px;
}
@media only screen and (max-width: 940px) {
  .main01 .logo_health .img {
    left: auto;
    left: 145px;
    top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .main01 .logo_health .img {
    left: auto;
    right: calc((100vw - 767px) / 2);
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main01 .logo_health .img {
    position: absolute;
    width: 50vw;
    height: 115px;
    left: auto;
    top: 68%;
    right: 18px;
    translate: 0 -100%;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .main01 .logo_health .img img {
    width: 80%;
  }
}

#top h2 span:first-child {
  font-size: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  #top h2 span:first-child {
    font-size: 20px;
  }
}

#top h2 span:last-child {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #top h2 span:last-child {
    font-size: 12px;
  }
}

#top h2 span {
  font-size: 14px;
}

/* Business
=========================*/
.main02 {
  background: url(../img/mv02.jpg) no-repeat center top;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    padding: 0 0 40px;
    background: url(../img/mv02_sp.jpg) no-repeat center top;
    background-size: cover;
    background-position: 50% 50%;
  }
}

.main02 .inner {
  position: relative;
  height: 340px;
}
@media only screen and (max-width: 767px) {
  .main02 .inner {
    width: 100%;
    height: auto;
  }
}

.main02 .inner p:first-child {
  margin: 0 0 0 40px;
}

.main02 .inner p:nth-child(2) {
  width: 730px;
  margin: 20px 0 0 55px;
}
@media only screen and (max-width: 1000px) {
  .main02 .inner p:nth-child(2) {
    width: 100%;
    margin: 20px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .main02 .inner p:nth-child(2) {
    font-size: 16px;
    line-height: 1.8;
  }
}

.main02 .inner p:nth-child(3) {
  width: 730px;
  margin: 10px 0 0 55px;
}
@media only screen and (max-width: 1000px) {
  .main02 .inner p:nth-child(3) {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .main02 .inner p:nth-child(3) {
    font-size: 16px;
    line-height: 1.8;
  }
}

.main02 .inner p:last-child {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 35px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: #af051e;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main02 .inner p:last-child {
    position: static;
    margin-top: 20px;
  }
}

.main02 .inner p:last-child a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}

.main02 .inner p:last-child a:hover {
  text-decoration: none;
}

#top .main02 h2 {
  margin: 50px 0 30px 50px;
  font-weight: normal;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1000px) {
  #top .main02 h2 {
    margin: 50px 0 30px 0px;
  }
}

/* news
=========================*/
#top .main03 h2 {
  margin: 50px 0 30px 50px;
  font-weight: normal;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1000px) {
  #top .main03 h2 {
    margin: 50px 0 30px 0px;
  }
}

.top-news dl:nth-child(even) {
  background-color: #eeeeef;
}

.top-news dl {
  margin: 0;
  padding: 15px 15px 15px 50px;
  position: relative;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .top-news dl {
    padding: 10px 10px 10px 30px;
  }
}

.top-news dl img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .top-news dl img {
    width: 30px;
    height: 30px;
  }
}

.top-news dl dt {
  margin: 0;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .top-news dl dt {
    width: 100px;
  }
}

.top-news dl dd {
  padding-left: 120px;
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .top-news dl dd {
    padding-left: 100px;
    margin-top: -22px;
  }
}

.top-news dl dd a {
  width: 100%;
  height: 100%;
  display: block;
}

p.newslist {
  margin: 30px auto 100px;
  font-weight: bold;
  width: 180px;
  height: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #af051e;
}

p.newslist a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

p.newslist a:hover {
  text-decoration: none;
}

/* 202507add */
/* attention
=========================*/
.main-attention {
  max-width: 1280px;
  clear: both;
  margin: 20px 0;
  padding: 20px;
  background: #eeeeef;
  border: 1px solid #af051e;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .main-attention {
    margin: 20px;
  }
}
.main-attention .ttl {
  font-weight: 600;
}
.main-attention .txt {
  margin: 10px 0;
}
.main-attention .link {
  font-size: 13px;
}
.main-attention .link a {
  text-decoration: underline;
}
.main-attention .link a:hover {
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .main-attention {
    width: auto;
    margin: 0 10px 20px;
    text-align: left;
  }
  .main-attention .ttl {
    text-align: center;
  }
  .main-attention .txt {
    margin: 6px 0;
  }
  .main-attention .txt .pc {
    display: none;
  }
  .main-attention .link {
    font-size: 11px;
  }
}


/*----------------------------

	business_business
-----------------------------*/
/*-------- 共通 --------*/
#business_business ul.list-btn,
#business_technologies ul.list-btn,
#business_products ul.list-btn,
#business_manufacture ul.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
  margin: 50px 0 60px;
}
@media only screen and (max-width: 767px) {
  #business_business ul.list-btn,
  #business_technologies ul.list-btn,
  #business_products ul.list-btn,
  #business_manufacture ul.list-btn {
    gap: 1.7vw;
    margin: 25px 0 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  #business_business ul.list-btn p,
  #business_technologies ul.list-btn p,
  #business_products ul.list-btn p,
  #business_manufacture ul.list-btn p {
    height: 100%;
    font-size: 14px;
    line-height: 2.8;
  }
}

#business_business ul.list-btn li a,
#business_technologies ul.list-btn li a,
#business_products ul.list-btn li a,
#business_manufacture ul.list-btn li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #business_business ul.list-btn li a,
  #business_technologies ul.list-btn li a,
  #business_products ul.list-btn li a,
  #business_manufacture ul.list-btn li a {
    font-size: 14px;
  }
}

#business_business ul.list,
#business_technologies ul.list,
#business_products ul.list,
#business_manufacture ul.list {
  margin-bottom: 80px;
}

#business_products ul.list-btn li,
#business_business ul.list-btn li,
#business_technologies ul.list-btn li,
#business_manufacture ul.list-btn li {
  width: 25%;
  height: 40px;
  line-height: 40px;
  background-color: #b4b4b4;
  color: #fff;
  text-align: center;
  margin-right: 0;
  float: none;
}

#business_business ul.list-btn li:first-child,
#business_technologies ul.list-btn li:nth-child(2),
#business_products ul.list-btn li:nth-child(3),
#business_manufacture ul.list-btn li:last-child {
  background-color: #af051e !important;
  color: #fff !important;
}

#business_business ul.list-btn li:last-child,
#business_technologies ul.list-btn li:last-child,
#business_products ul.list-btn li:last-child,
#business_manufacture ul.list-btn li:last-child {
  margin-right: 0 !important;
}

#business_business .inner .contact_btn01 a,
#business_technologies .inner .contact_btn01 a,
#business_manufacture .inner .contact_btn01 a,
#business_products .inner .contact_btn01 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 250px;
  height: 30px;
  background-color: #00a0e6;
  text-align: center;
  margin: 60px auto 0;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 30px;
}

#business_business .inner .contact_btn01 a:hover #business_technologies .inner .contact_btn01 a:hover,
#business_manufacture .inner .contact_btn01 a:hover,
#business_products .inner .contact_btn01 a:hover {
  text-decoration: underline;
}

#business_business .inner,
#business_technologies .inner,
#business_manufacture .inner,
#business_products .inner {
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  #business_business .inner,
  #business_technologies .inner,
  #business_manufacture .inner,
  #business_products .inner {
    margin: 0 auto 60px;
  }
}

/*----------------------------
  business_business
-----------------------------*/
#business_business .main h2 {
  background: url(../img/mv03.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#business_business li.list-text {
  width: 330px;
}
@media only screen and (max-width: 767px) {
  #business_business li.list-text {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }
}

#business_business li.list-text p:first-child {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #business_business li.list-text p:first-child {
    margin-bottom: 30px;
  }
}

#business_business li.list-img {
  width: 491px;
  float: right;
}
@media only screen and (max-width: 880px) {
  #business_business li.list-img {
    width: calc(100% - 370px);
  }
  #business_business li.list-img img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #business_business li.list-img {
    width: 100%;
    float: none;
  }
}

#business_business .text p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-weight: bold;
  overflow: hidden;
}

#business_business .text p:first-child span {
  display: block;
  padding-right: 15px;
  font-size: 16px;
}

#business_business .text p:first-child span.line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #737373;
}

#business_business .text p:nth-child(2) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #business_business .text p:nth-child(2) {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
  }
}

#business_business p.contact {
  text-align: center;
  margin: 30px 0 100px;
}

#business_business p.contact a {
  color: #00a0e6;
  font-size: 16px;
  font-weight: bold;
}

/*----------------------------

	business_technologies
-----------------------------*/
#business_technologies .main h2 {
  background: url(../img/mv04.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#business_technologies .contents-block01 {
  margin: 0 0 70px;
}

#business_technologies .contents-title {
  overflow: hidden;
  border-bottom: 1px solid #737373;
  margin: 0 0 30px;
  letter-spacing: 1px;
}

#business_technologies .contents-title p {
  float: left;
}
@media only screen and (max-width: 767px) {
  #business_technologies .contents-title p {
    float: none;
  }
}

#business_technologies .contents-title p:first-child {
  font-size: 18px;
  padding: 0 22px 5px 0;
}

#business_technologies .contents-title p:last-child {
  font-size: 12px;
  padding: 0 0 5px 0;
}

#business_technologies .contents-title p.first {
  font-size: 18px;
  padding: 0 22px 5px 0;
}

@media only screen and (max-width: 767px) {
  #business_technologies p.fb {
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 767px) {
  #business_technologies p {
    font-size: 14px;
    line-height: 1.8;
  }
}

#business_technologies dl.table {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 5px;
}

#business_technologies dl.table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b4b4b4;
  color: #fff;
  width: 120px;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  #business_technologies dl.table dt {
    font-size: 14px;
    line-height: 1;
  }
}

#business_technologies dl.table dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #business_technologies dl.table dd {
    padding: 0 0 0 15px;
  }
}

#business_technologies .contents-block ul.list li:first-child {
  width: 440px;
}
@media only screen and (max-width: 767px) {
  #business_technologies .contents-block ul.list li:first-child {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.8;
  }
}

#business_technologies .contents-block ul.list li:last-child {
  float: right;
}
@media only screen and (max-width: 880px) {
  #business_technologies .contents-block ul.list li:last-child {
    width: calc(100% - 480px);
  }
  #business_technologies .contents-block ul.list li:last-child img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #business_technologies .contents-block ul.list li:last-child {
    width: 100%;
    float: none;
  }
}

/*----------------------------

  business_products
-----------------------------*/
#business_products .main h2 {
  background: url(../img/mv18.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#business_products p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #business_products p {
    font-size: 14px;
    line-height: 1.8;
  }
}

#business_products .inner_footer p {
  margin-bottom: 0;
}

#business_products p.title01 {
  margin-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
  letter-spacing: 2px;
}

#business_products p.title01 {
  color: #af051e;
}

#business_products p.title01 span {
  float: left;
  font-size: 16px;
}

#business_products p.title01 span.line {
  border-bottom: 1px solid #af051e;
  float: right;
  margin-top: 10px;
  width: 740px;
}

#business_products p.title01.title02 {
  letter-spacing: 10px;
}

#business_products ul.list-block li:first-child p {
  margin: 0 0 10px;
  font-weight: bold;
}

#business_products ul.list-block {
  overflow: hidden;
  margin: 30px 0 0;
}

#business_products table {
  border-collapse: collapse;
  border: 1px solid #737373;
  width: 100%;
}

#business_products table th {
  border-right: 1px solid #737373;
  padding: 2px 10px;
  font-weight: normal;
  text-align: center;
}

#business_products table th:first-child {
  width: 259px;
}

#business_products table td {
  padding: 3px 10px;
  border-left: 1px solid #737373;
  text-align: center;
  vertical-align: middle;
}

#business_products table tr td:last-child {
  text-align: left !important;
}

#business_products table tr,
#business_products table td {
  border-bottom: 1px solid #737373;
}

#business_products table td.w60 {
  width: 60px;
}

#business_products .contents-block {
  margin: 0 0 60px;
}

#business_products .inner .contact_btn01 {
  width: 250px;
  height: 30px;
  background-color: #00a0e6;
  text-align: center;
  margin: 60px auto 0;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 30px;
}

#business_products .swipe-cap {
  display: none;
}
@media only screen and (max-width: 600px) {
  #business_products .swipe-cap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #business_products .swipe-cap i {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url(../img/ico_swipe.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 767px) {
  #business_products .tbl-swipe {
    overflow: auto;
  }
}
@media only screen and (max-width: 600px) {
  #business_products .tbl-swipe table {
    width: 600px;
    font-size: 14px;
    line-height: 1.8;
  }
}

/*----------------------------
	business_manufacture
-----------------------------*/
#business_manufacture .main h2 {
  background: url(../img/mv05.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #business_manufacture p {
    font-size: 14px;
    line-height: 1.8;
  }
}

#business_manufacture p.title01,
#business_manufacture p.title02,
#business_manufacture p.title03 {
  margin-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
  letter-spacing: 2px;
}

#business_manufacture p.title01,
#business_manufacture p.title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #af051e;
}

#business_manufacture p.title01 span:first-child,
#business_manufacture p.title02 span:first-child,
#business_manufacture p.title03 span:first-child {
  display: block;
  padding-right: 15px;
  font-size: 16px;
}

#business_manufacture p.title01 span.line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #af051e;
}

#business_manufacture p.title02 span.line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #af051e;
}

#business_manufacture p.title03 span.line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #737373;
}

#business_manufacture ul.list-block {
  overflow: hidden;
  margin: 30px 0 0;
}

#business_manufacture ul.list-block li:first-child {
  float: left;
  width: 530px;
}
@media only screen and (max-width: 880px) {
  #business_manufacture ul.list-block li:first-child {
    width: 63%;
  }
}
@media only screen and (max-width: 767px) {
  #business_manufacture ul.list-block li:first-child {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

#business_manufacture ul.list-block li:first-child p {
  margin: 0 0 10px;
  font-weight: bold;
}

#business_manufacture ul.list-block li:last-child {
  float: right;
  padding-top: 9px;
}
@media only screen and (max-width: 880px) {
  #business_manufacture ul.list-block li:last-child {
    width: 37%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #business_manufacture ul.list-block li:last-child img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #business_manufacture ul.list-block li:last-child {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

#business_manufacture ul.list-block li:last-child p {
  font-size: 11px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #business_manufacture ul.list-block li:last-child p {
    margin: 0 0 5px;
  }
}

#business_manufacture table {
  border-collapse: collapse;
  border: 1px solid #737373;
  width: 100%;
}

#business_manufacture table th {
  border-right: 1px solid #737373;
  width: 50%;
  padding: 2px 10px;
  font-weight: normal;
}

#business_manufacture table td {
  width: 50%;
  padding: 2px 10px;
}

#business_manufacture table tr,
#business_manufacture table td {
  border-bottom: 1px solid #737373;
}

#business_manufacture table tr:last-child td {
  border: none;
}

#business_manufacture .contents-block {
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  #business_manufacture .contents-block {
    margin: 0 0 40px;
  }
}

/*----------------------------

	news
-----------------------------*/
#news .main h2 {
  background: url(../img/mv06.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body#news .inner {
  line-height: 1.2em;
}

#news .top-news {
  margin: 55px 0 0;
}

#news ul.list {
  margin: 20px 0 30px;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  #news ul.list li {
    float: none;
    font-size: 14px;
    line-height: 1.8;
  }
}

#news ul.list li:first-child {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  #news ul.list li:first-child {
    margin: 0 0 10px 0;
  }
}

#news .caution {
  margin: 0 0 100px;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  #news .caution {
    margin: 0 0 60px;
    font-size: 12px;
    line-height: 1.8;
  }
}

/*----------------------------

	news 個別ページ
-----------------------------*/
#news_individual .main h2 {
  background: url(../img/mv06.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#news_individual .inner {
  margin: 50px auto 50px;
}

#news_individual .left {
  float: left;
  width: 420px;
}
@media only screen and (max-width: 880px) {
  #news_individual .left {
    width: 47.8%;
  }
}
@media only screen and (max-width: 767px) {
  #news_individual .left {
    float: none;
    width: 100%;
  }
}

#news_individual .right {
  float: right;
  width: 300px;
  padding-left: 120px;
}
@media only screen and (max-width: 880px) {
  #news_individual .right {
    width: 34%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #news_individual .right {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
}

#news_individual p.title {
  font-size: 21px;
  margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  #news_individual p.title {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.5;
  }
}

#news_individual p.text {
  font-size: 12px;
  margin: 0 0 50px;
}

#news_individual div.text {
  margin: 0 0 50px;
}

#news_individual div.text p {
  font-size: 12px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  #news_individual div.text p {
    font-size: 14px;
    line-height: 1.8;
  }
}

#news_individual .btn {
  text-align: center;
  margin: 0 auto 100px;
  width: 180px;
  height: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #af051e;
}
@media only screen and (max-width: 767px) {
  #news_individual .btn {
    margin: 0 auto 60px;
  }
}

#news_individual .btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

#news_individual .btn a:hover {
  text-decoration: none;
}

#news_individual p.pdf a {
  font-size: 12px;
  color: #00a0e6;
}

#news_individual p.pdf a span {
  padding-left: 5px;
}

/*----------------------------

	company / message
-----------------------------*/
#company_message .main h2 {
  background: url(../img/mv07.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#company_message .main {
  margin: 0 0 70px;
}

#company_message .contents01,
#company_message .contents02 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

#company_message .inner {
  max-width: 840px;
  margin: 0 auto 60px;
  padding: 0;
}

#company_message .message_title {
  font-size: 12px;
  width: 840px;
  margin: 0 auto;
}

#company_message .message_title span:first-child {
  display: inline-block;
  font-size: 18px;
  padding: 0 20px 0 0;
}

#company_message .message_title span:last-child {
  display: inline-block;
  font-size: 12px;
}

#company_message .contents {
  padding-bottom: 40px;
}

#company_message .line {
  position: relative;
  max-width: 840px;
  height: 1px;
  background-color: #737373;
  margin: 0 auto 35px auto;
  /*float: right;*/
  /*width:1280px;
  margin:0 auto 35px;*/
  /*border-bottom: 1px solid #737373;*/
}
@media only screen and (max-width: 767px) {
  #company_message .line {
    margin-bottom: 15px;
  }
}
#company_message .line::after {
  content: "";
  display: block;
  width: 1280px;
  height: 1px;
  background-color: #737373;
}
@media only screen and (max-width: 767px) {
  #company_message .line::after {
    width: 100%;
  }
}

#company_message .txt {
  font-size: 26px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: -0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 1000px) {
  #company_message .txt {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #company_message .txt {
    font-size: 18px;
  }
}
#company_message .txt span {
  letter-spacing: -0.1em;
}
@media only screen and (max-width: 767px) {
  #company_message .txt span {
    letter-spacing: -0.05em;
  }
}

#company_message ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  #company_message ul.list {
    display: block;
  }
}

#company_message ul.list li {
  float: none;
}

#company_message ul.list li:first-child {
  width: 570px;
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #company_message ul.list li:first-child {
    width: auto;
    padding: 0;
  }
}

#company_message ul.list li:first-child p:first-child {
  margin-bottom: 35px;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  #company_message ul.list li:first-child p:first-child {
    margin-bottom: 25px;
    padding-top: 0;
  }
}

#company_message ul.list li:last-child {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  #company_message ul.list li:last-child {
    width: 160px;
    height: 200px;
    overflow: hidden;
  }
}

#company_message p.name {
  text-align: right;
  font-size: 18px;
  margin-top: 10px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*----------------------------

	company / about
-----------------------------*/
#company_about .main h2 {
  background: url(../img/mv08.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#company_about table {
  width: 100%;
  border-collapse: collapse;
}

#company_about table.about01 {
  margin: 55px 0 100px;
}

#company_about table.about01 tr.line {
  border-bottom: 1px solid #737373;
}

#company_about table.about01 td.item01 {
  width: 220px;
  vertical-align: top;
  padding: 6px 0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #company_about table.about01 td.item01 {
    width: 85px;
    padding: 10px 0;
  }
}

#company_about table.about01 td.item02 {
  width: 620px;
  line-height: 2.5em;
}
@media only screen and (max-width: 767px) {
  #company_about table.about01 td.item02 {
    width: calc(100% - 85px);
    padding: 10px 0;
    line-height: 1.9;
  }
}

#company_about table.about01 td.item02 table.about02 td.item03 {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  #company_about table.about01 td.item02 table.about02 td.item03 {
    width: 155px;
  }
}

#company_about .interval01 {
  letter-spacing: 1.5em;
}

#company_about .interval02 {
  letter-spacing: 0.68em;
}

#company_about .interval03 {
  letter-spacing: 0.25em;
}

#company_about .interval04 {
  letter-spacing: 1em;
}

#company_about table a {
  color: #0096ff;
}
@media only screen and (max-width: 767px) {
  #company_about table a {
    display: block;
  }
}

/*----------------------------

	company / organaization
-----------------------------*/
#company_organaization .main h2 {
  background: url(../img/mv09.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#company_organaization .inner .img {
  padding: 50px 0;
  text-align: center;
}

/*----------------------------

	company / history
-----------------------------*/
#company_history .main h2 {
  background: url(../img/mv10.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#company_history .history {
  margin: 50px 0 100px;
}

#company_history .history dl:nth-child(odd) {
  background-color: #eeeeef;
}

#company_history .history dl {
  margin: 0;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  #company_history .history dl {
    padding: 10px;
  }
}

#company_history .history dl dt {
  float: left;
  width: 120px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #company_history .history dl dt {
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  #company_history .history dl dd {
    padding-left: 90px;
  }
}

#company_history .history dl dd.blank {
  padding-left: 120px;
}
@media only screen and (max-width: 767px) {
  #company_history .history dl dd.blank {
    padding-left: 90px;
  }
}

/*----------------------------

	company / office
-----------------------------*/
#company_office .main h2 {
  background: url(../img/mv11.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#company_office .inner {
  margin: 70px auto 100px;
}

#company_office .contents .inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}

#company_office .contents .inner .title h3 {
  font-size: 16px;
  padding-right: 15px;
}

#company_office .contents .inner .title span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #737373;
}

#company_office ul.list {
  margin: 15px 0 50px;
}

#company_office ul.list li:first-child {
  width: calc(100% - 360px);
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  #company_office ul.list li:first-child {
    width: 100%;
  }
}
#company_office ul.list li:first-child iframe {
  width: 100%;
}

#company_office ul.list li:last-child {
  width: 330px;
}
@media only screen and (max-width: 767px) {
  #company_office ul.list li:last-child {
    width: auto;
    margin-top: 15px;
  }
}

#company_office ul.list li:last-child p:first-child {
  font-weight: bold;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #company_office ul.list li:last-child p:first-child {
    margin-bottom: 20px;
  }
}

#company_office ul.list li:first-child a.arrow::before {
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 3px solid #af051e;
  border-right: 3px solid #af051e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#company_office ul.list li:first-child a.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  color: #737373;
}

#company_office ul.list li:first-child a.arrow:hover {
  text-decoration: underline;
}

#company_office ul.list li:first-child a.arrow::before,
#company_office ul.list li:first-child a.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/*----------------------------

	company / csr
-----------------------------*/
#company_csr .main h2 {
  background: url(../img/mv12.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#company_csr .main {
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #company_csr .contents .tc {
    padding: 0 20px;
    text-align: left;
  }
}

#company_csr ul.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 980px;
  margin: 50px auto 0;
  padding: 0 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1020px) {
  #company_csr ul.list-btn {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 880px) {
  #company_csr ul.list-btn {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  #company_csr ul.list-btn {
    padding: 0 20px;
  }
}
@media screen and (max-width: 440px) {
  #company_csr ul.list-btn {
    padding: 0;
  }
}

#company_csr ul.list-btn li {
  min-width: 120px;
  height: 40px;
  margin-right: 13px;
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #b4b4b4;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1020px) {
  #company_csr ul.list-btn li {
    width: 180px;
    margin: 0 10px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #company_csr ul.list-btn li {
    width: 150px;
  }
}

#company_csr ul.list-btn li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

#company_csr ul.list-btn li:first-child {
  background-color: #af051e;
}

#company_csr ul.list-btn li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1020px) {
  #company_csr ul.list-btn li:last-child {
    margin-right: 10px;
  }
}

#company_csr ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #company_csr ul.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#company_csr ul.list .img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #company_csr ul.list ul.images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#company_csr ul.list ul.images li {
  float: none;
}
#company_csr ul.list ul.images li + li {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  #company_csr ul.list ul.images li + li {
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #company_csr ul.list._reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #company_csr ul.list._reverse .img {
    margin-top: 20px;
  }
}

#company_csr ul.list > li:first-child {
  float: none;
  width: 500px;
  width: 59.52%;
}
@media only screen and (max-width: 767px) {
  #company_csr ul.list > li:first-child {
    width: auto;
  }
}

#company_csr ul.list > li:last-child {
  float: none;
  width: 35.8%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #company_csr ul.list > li:last-child {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

#company_csr .contents-block + .contents-block {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #company_csr .contents-block + .contents-block {
    margin-top: 30px;
  }
}

#company_csr #contents01 a,
#company_csr #contents02 a,
#company_csr #contents03 a,
#company_csr #contents04 a,
#company_csr #contents06 a {
  color: #00a0e6;
  font-size: 12px;
}

#company_csr #contents05 a img,
#company_csr #contents01 a img,
#company_csr #contents02 a img,
#company_csr #contents03 a img,
#company_csr #contents04 a img,
#company_csr #contents06 a img {
  padding-right: 5px;
}

#company_csr #contents01,
#company_csr #contents02,
#company_csr #contents04,
#company_csr #contents06,
#company_csr #contents05 {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  #company_csr #contents01,
  #company_csr #contents02,
  #company_csr #contents04,
  #company_csr #contents06,
  #company_csr #contents05 {
    padding-top: 70px;
  }
}

#company_csr #contents03 {
  margin-bottom: 100px;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  #company_csr #contents03 {
    margin-bottom: 50px;
    padding-top: 70px;
  }
}

#company_csr #contents03 ul.list {
  margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  #company_csr #contents03 ul.list li.empty {
    margin: 0;
  }
}

#company_csr #contents03 ul.list dl dt {
  background-color: #f0f0f0;
  padding: 5px 10px;
  font-weight: bold;
  margin: 0 0 30px;
}

#company_csr #contents03 ul.list dl dd {
  margin: 0 0 40px;
}

#company_csr #contents03 ul.list dl dd:last-child {
  margin-bottom: 0;
}

#company_csr .contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #737373;
  margin: 0 0 40px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  #company_csr .contents-title {
    display: block;
    margin-bottom: 25px;
  }
}

#company_csr .contents-title p:first-child {
  font-size: 18px;
  padding-right: 22px;
}
#company_csr .contents-title p:last-child {
  font-size: 12px;
}

#company_csr .contents-title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 10px;
  color: #4b964b;
}
#company_csr .contents-title02 span {
  display: block;
  white-space: nowrap;
}

#company_csr .contents-title03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 10px;
  color: #b41414;
}
#company_csr .contents-title03 span {
  display: block;
  white-space: nowrap;
}

#company_csr .contents-title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 10px;
  color: #327dc8;
}
#company_csr .contents-title04 span {
  display: block;
  white-space: nowrap;
}

#company_csr .contents-title02 span:last-child {
  width: 100%;
  height: 1px;
  background-color: #4b964b;
}

#company_csr .contents-title03 span:last-child {
  width: 100%;
  height: 1px;
  background-color: #b41414;
}

#company_csr .contents-title04 span:last-child {
  width: 100%;
  height: 1px;
  background-color: #327dc8;
}

#company_csr .environment {
  color: #4b964b;
}

#company_csr .quality {
  color: #b41414;
}

#company_csr .safety {
  color: #327dc8;
}

#company_csr .title-img {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  #company_csr .title-img {
    margin-bottom: 20px;
  }
}

#company_csr ul.list li dl {
  margin: 0 0 45px;
}

#company_csr ul.list li dl:last-child,
#company_csr ul.list li dl dd:last-child {
  margin: 0;
}

#company_csr ul.list li dl dd {
  margin: 0 0 20px;
}

#company_csr .s-text {
  font-size: 12px;
  margin: 20px 0 5px;
}

#company_csr .csr_pdf {
  margin: 5px 0;
}

#company_csr #contents05 .csr_pdf_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}

#company_csr #contents05 .csr_pdf_title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#company_csr .csr_pdf_title span {
  margin-left: 10px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #company_csr #contents05 ul.list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#company_csr #contents05 ul.list > li:first-child {
  width: 41.66%;
}
@media only screen and (max-width: 767px) {
  #company_csr #contents05 ul.list > li:first-child {
    width: auto;
    text-align: center;
  }
}

#company_csr #contents05 ul.list > li:last-child {
  width: 53.57%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #company_csr #contents05 ul.list > li:last-child {
    width: auto;
    margin: 20px 0 0;
  }
}

#company_csr #contents05 .download-title {
  font-size: 16px;
  font-weight: bold;
  margin: 40px 0 20px;
}

#company_csr #contents05 .csr_pdf {
  margin: 15px 0;
}

@media only screen and (max-width: 767px) {
  #company_csr #contents01 .csr_pdf {
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #company_csr #contents02 .csr_pdf + div,
  #company_csr #contents02 .mb5 + div {
    margin: 10px 0 0;
  }
}

/*----------------------------

	recruit
-----------------------------*/
#recruit .main h2 {
  background: url(../img/mv13.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#recruit .title01 {
  margin: 50px 0;
  text-align: center;
}
#recruit .title02 {
  margin: 50px 0 0;
  text-align: center;
}

#recruit h3 {
  font-size: 24px;
  color: #737373;
  font-weight: normal;
  text-align: center;
  margin: 60px 0 30px;
}

#recruit .txt01 {
  font-size: 18px;
  color: #141a82;
  text-align: center;
  margin: 25px 0 0;
}

#recruit .txt02 {
  margin: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #recruit .txt02 {
    text-align: left;
  }
}

#recruit ul.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  #recruit ul.message {
    display: block;
  }
}

#recruit ul.message li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #recruit ul.message li {
    padding: 0 20px;
  }
}

#recruit ul.message li:first-child {
  width: 57.8%;
}
@media only screen and (max-width: 767px) {
  #recruit ul.message li:first-child {
    width: auto;
  }
}

#recruit ul.message li:last-child {
  width: 42%;
}
@media only screen and (max-width: 767px) {
  #recruit ul.message li:last-child {
    width: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #recruit ul.message li:last-child img {
    width: 100%;
    height: auto;
  }
}

#recruit ul.message li dl {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  #recruit ul.message li dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
  }
}

#recruit ul.message li dt {
  font-size: 21px;
  color: #141a82;
  /*border-bottom: 1px solid #141a82;*/
  text-align: right;
  line-height: 1.8em;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  #recruit ul.message li dt {
    width: 100%;
    padding-right: 0;
    font-size: 18px;
    text-align: left;
  }
}
#recruit ul.message li dt::after {
  content: "";
  display: block;
  width: 1280px;
  height: 1px;
  background-color: #141a82;
}
@media only screen and (max-width: 767px) {
  #recruit ul.message li dt::after {
    width: 100%;
  }
}

#recruit ul.message li dl dd.icon {
  position: absolute;
  top: 36px;
  right: 440px;
  /*width: 74px;*/
}
@media only screen and (max-width: 900px) {
  #recruit ul.message li dl dd.icon {
    right: 380px;
    width: 52px;
  }
}
@media only screen and (max-width: 767px) {
  #recruit ul.message li dl dd.icon {
    top: 14px;
    right: 20px;
    width: 28px;
  }
}

#recruit ul.message li dl dd.txt {
  width: 365px;
  margin-left: auto;
}
@media only screen and (max-width: 900px) {
  #recruit ul.message li dl dd.txt {
    width: 325px;
  }
}
@media only screen and (max-width: 767px) {
  #recruit ul.message li dl dd.txt {
    width: auto;
  }
}

#recruit ul.message li dl dd p.name {
  color: #141a82;
  margin: 5px 0 20px;
}

#recruit ul.message li dl dd p.name span {
  font-weight: bold;
}

table.requirements {
  border-collapse: collapse;
  border: none;
  max-width: 840px;
  width: 100%;
  margin: 0 0 100px;
  text-align: left;
}

table.requirements tr {
  margin: 0 0 10px;
}

table.requirements td:first-child {
  background-color: #f0f0f0;
  overflow: hidden;
  vertical-align: top;
  width: 230px;
  padding: 20px;
  color: #141a82;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
@media only screen and (max-width: 767px) {
  table.requirements td:first-child {
    width: 85px;
    padding: 10px 5px 10px 10px;
    border-right: 3px solid #fff;
    border-left: 0;
    border-bottom-width: 3px;
  }
}

table.requirements td:last-child {
  background-color: #f0f0f0;
  width: 520px;
  padding: 20px;
  overflow: hidden;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
@media only screen and (max-width: 767px) {
  table.requirements td:last-child {
    width: calc(100% - 85px);
    padding: 10px;
    border-right: 0;
    border-bottom-width: 3px;
  }
}

#recruit ul.list03 {
  /*overflow:hidden;
  width:480px;*/
  margin: 0 auto;
  padding: 0 0 10px;
  display: table;
}

#recruit ul.list03 li {
  display: inline-table;
  padding: 0 10px;
}

/*#recruit ul.list03 li{
	float:left;
}
#recruit ul.list03 li:first-child{
	margin:0 20px 0 0;
}*/
#recruit tr td a {
  color: #0096ff;
}

#recruit p.fb {
  font-weight: bold;
}

/*----------------------------

	ir / library
-----------------------------*/
#ir_library .main h2 {
  background: url(../img/mv14.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body#ir_library .inner {
  line-height: 1.2em;
}

.document {
  margin: 50px 0 0;
}

p.year {
  font-size: 18px;
  color: #eb6e1e;
  font-weight: bold;
  margin: 0 0 10px;
}

#ir_library .swipe-cap {
  display: none;
}
@media only screen and (max-width: 767px) {
  #ir_library .swipe-cap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  #ir_library .swipe-cap i {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url(../img/ico_swipe.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 767px) {
  #ir_library .tbl-swipe {
    overflow: auto;
  }
  #ir_library .tbl-swipe table {
    width: 680px;
  }
}

#ir_library .table01 {
  border-color: #737373;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  margin: 0 0 40px;
}

#ir_library .table01 tr th {
  width: 208px;
  background-color: #fae1d2;
  color: #eb6e1e;
}

#ir_library .table01 tr td.item01 {
  width: 74px;
  background-color: #f0f0f0;
  font-size: 14px;
}
@media only screen and (max-width: 890px) {
  #ir_library .table01 tr td.item01 {
    width: 70px;
    font-size: 13px;
  }
}

#ir_library .table01 tr td.item02 {
  width: 94px;
  font-size: 9px;
  padding: 10px 5px;
}
@media only screen and (max-width: 890px) {
  #ir_library .table01 tr td.item02 {
    width: 74px;
  }
}

#ir_library .table01 tr th,
#ir_library .table01 tr td.item01 {
  padding: 15px;
}
@media only screen and (max-width: 890px) {
  #ir_library .table01 tr th,
  #ir_library .table01 tr td.item01 {
    padding: 15px 6px;
  }
}

#ir_library .caution {
  margin: 0 0 100px;
  font-size: 11px;
}

#ir_library ul.list {
  margin: 20px 0 30px;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  #ir_library ul.list li {
    float: none;
    font-size: 14px;
    line-height: 1.8;
  }
}

#ir_library ul.list li:first-child {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  #ir_library ul.list li:first-child {
    margin: 0 0 10px;
  }
}

/*----------------------------

	ir / financial
-----------------------------*/
#ir_financial .main h2 {
  background: url(../img/mv15.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#ir_financial .inner {
  margin: 50px auto 30px;
}

#ir_financial .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #ir_financial .inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#ir_financial .inner ul li {
  float: none;
  max-width: 402px;
  width: 47.85%;
  margin: 0 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #ir_financial .inner ul li {
    width: auto;
    margin-bottom: 20px;
  }
}
#ir_financial .inner ul li img {
  width: calc(100% - 2px);
  height: auto;
  border: solid 1px #e5e5e5;
}

#ir_financial .inner ul li:nth-child(odd) {
  margin-right: 4.2857%;
}
@media only screen and (max-width: 767px) {
  #ir_financial .inner ul li:nth-child(odd) {
    margin-right: 0;
  }
}

/*----------------------------

	ir / stock
-----------------------------*/
#ir_stock .main h2 {
  background: url(../img/mv16.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#ir_stock .inner {
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  #ir_stock .inner {
    padding-top: 40px;
  }
}

#ir_stock .inner h3 {
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #ir_stock .inner h3 {
    margin: 30px 0 15px;
  }
}

#ir_stock .swipe-cap {
  display: none;
}
@media only screen and (max-width: 767px) {
  #ir_stock .swipe-cap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  #ir_stock .swipe-cap i {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-image: url(../img/ico_swipe.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 767px) {
  #ir_stock .tbl-swipe {
    overflow: auto;
  }
}

#ir_stock .table01,
#ir_stock .table02 {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border: none;
  border-spacing: 0 5px;
}

#ir_stock .table01 {
  margin: 50px 0 40px;
}
@media only screen and (max-width: 767px) {
  #ir_stock .table01 {
    width: 560px;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  #ir_stock .table02 {
    width: 500px;
  }
}

#ir_stock .table01 .item01,
#ir_stock .table02 .item01 {
  width: 190px;
  border: none;
  background-color: #fae1d2;
  padding: 13px 10px 13px 10px;
}
@media only screen and (max-width: 767px) {
  #ir_stock .table01 .item01,
  #ir_stock .table02 .item01 {
    width: 140px;
  }
}

#ir_stock .table01 .item02 {
  width: calc(100% - 190px);
  padding: 13px 85px 13px 30px;
  border-top: 1px dashed #737373;
  border-bottom: 1px dashed #737373;
  border-right: none;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #ir_stock .table01 .item02 {
    width: calc(100% - 140px);
    padding: 10px 15px;
  }
}

#ir_stock .table02 .item03,
#ir_stock .table02 .item04 {
  padding: 13px 10px 13px 30px;
  border-top: 1px dashed #737373;
  border-bottom: 1px dashed #737373;
  border-right: none;
  vertical-align: top;
}
@media only screen and (max-width: 840px) {
  #ir_stock .table02 .item03,
  #ir_stock .table02 .item04 {
    padding-right: 5px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #ir_stock .table02 .item03,
  #ir_stock .table02 .item04 {
    padding: 10px;
  }
}

#ir_stock .table02 .item03,
#ir_stock .table02 .item04 {
  border-right: 1px dashed #737373;
  vertical-align: middle;
}

#ir_stock .table01 .item02 a {
  color: #00a0e6;
  font-size: 12px;
}

#ir_stock .table01 .item02 p.indent-1 {
  font-size: 10px;
  line-height: 1.5em;
}

#ir_stock .table01 .item02 table tr td:first-child {
  width: 84px;
}

#ir_stock .table01 .item02 table tr td:last-child {
  /*width: 400px;*/
}

#ir_stock .table01 .item02 p.indent-1 span {
  padding-left: 110px;
}
@media only screen and (max-width: 767px) {
  #ir_stock .table01 .item02 p.indent-1 span {
    padding-left: 0;
  }
}

#ir_stock .table02 tr:nth-child(2) .item01 {
  letter-spacing: -1px;
}

#ir_stock .table02 .item03,
#ir_stock .table02 .item04 {
  width: calc((100% - 190px) / 2);
}

#ir_stock .table02 .item04 span {
  font-size: 12px;
  vertical-align: super;
}

/*----------------------------

	corp / plofil
-----------------------------*/
#corp_plofil .main h2 {
  background: url(../img/mv17.jpg) no-repeat center;
  min-width: 840px;
  height: 320px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#corp_plofil .inner p {
  text-align: center;
  margin: 100px 0;
}

#corp_plofil .top-news {
  margin: 100px 0;
}

.top-news dl:nth-child(odd) {
  background-color: #eeeeef;
}
.top-news dl:nth-child(even) {
  background-color: #ffffff;
}
/*----------------------------

	contact / index
-----------------------------*/
#contact .main {
  background: url("../img/contact_img01.png") no-repeat center;
  /*height:754px;*/
  min-height: 712px;
  /*height:712px;*/
  margin: 0 0 100px;
  padding: 0 0 60px;
  height: auto;
  background-position: top center;
}
@media only screen and (max-width: 767px) {
  #contact .main {
    padding: 0;
  }
}

#contact .main .hissu_txt {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #contact .main .hissu_txt {
    margin-top: 10px;
    text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
  }
}

#contact .main {
  height: auto !important;
}

#contact .main h2 {
  height: auto !important;
}

#contact .title {
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 5px;
}

#contact .title01 {
  color: #fff;
  height: 160px;
  text-align: center;
  letter-spacing: 5px;
}

#contact .title h2,
#contact .title01 h2 {
  font-size: 30px;
  font-weight: normal;
  padding: 50px 0 0 0;
}

#contact .title .text,
#contact .title01 .text {
  font-size: 14px;
  padding-top: 10px;
}

@media only screen and (max-width: 900px) {
  #contact .inner .form {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner .form {
    margin-top: 40px;
  }
}

#contact .inner .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  #contact .inner .form-wrap {
    display: block;
  }
}
/*#contact .inner dl{*/
/*#contact .inner dl:first-child{*/
#contact .inner .left dl {
  width: 485px;
  overflow: hidden;
  /*height:auto;*/
  /*background-color:#fff;*/
  background-color: #f0f0f0;
  /*margin: 0 0 10px;*/
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  #contact .inner .left dl {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner .left dl {
    display: block;
  }
}

/*#contact .inner dl:first-child dt{*/
#contact .inner .left dl dt {
  /*width:175px;*/
  width: 170px;
  height: 28px;
  /*height:42px;*/
  /*height:45px;*/
  background-color: #fff;
  /*margin:0 0 10px;*/
  /*padding-left:10px;*/
  /*padding:10px 0 0 10px;*/
  padding: 8px 0 8px 10px;
  text-align: left;
  display: table;
}
@media only screen and (max-width: 900px) {
  #contact .inner .left dl dt {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner .left dl dt {
    width: 100%;
    line-height: 28px;
  }
}

/*#contact .inner dl:first-child dt p{*/
#contact .inner .left dl dt p {
  display: table-cell;
  vertical-align: middle;
}

/*#contact .inner dl:first-child dd{*/
#contact .inner .left dl dd {
  width: calc(100% - 175px);
  height: 42px;
}
@media only screen and (max-width: 900px) {
  #contact .inner .left dl dd {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner .left dl dd {
    width: auto;
  }
}

#contact .mw_wp_form_confirm .inner .left dl dd {
  padding-top: 15px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #contact .mw_wp_form_confirm .inner .left dl dd {
    padding-top: 5px !important;
  }
}

/*#contact .inner dl:first-child dd input*/
/*#contact .inner dl:first-child dd textarea{*/
#contact .inner .left dl dd textarea {
  border: none;
  width: 280px;
  /*height:100%;*/
  /*padding-left:10px;*/
  /*padding:5px 10px;*/
  height: 53%;
  /*padding: 4% 10px;*/
  padding: 2.3% 10px;
  background-color: #f0f0f0;
  /*font-size:18px;*/
  font-size: 14px;
  font-family: "メイリオ", sans-serif;
}

/*#contact .inner dl:last-child{*/
#contact .inner .right dl {
  width: 342px;
}
@media only screen and (max-width: 900px) {
  #contact .inner .right dl {
    width: 100%;
  }
}

/*#contact .inner dl:last-child dt{*/
#contact .inner .right dl dt {
  width: 342px;
  height: 42px;
  background-color: #fff;
  text-align: center;
  line-height: 42px;
}
@media only screen and (max-width: 900px) {
  #contact .inner .right dl dt {
    width: 100%;
  }
}

/*#contact .inner dl:last-child dd{*/
#contact .inner .right dl dd {
  /*
  width:342px;
  */
  width: auto;
  height: 210px;
}
@media only screen and (max-width: 900px) {
  #contact .inner .right dl dd {
    width: auto;
    height: 160px;
  }
}

/*#contact .inner dl:last-child dd textarea{*/
#contact .inner .right dl dd textarea {
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  margin: 0;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .inner .contact_btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: -74px 0 74px auto;
}
@media only screen and (max-width: 900px) {
  #contact .inner .contact_btn01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px;
  }
}
#contact .inner .contact_btn01 input {
  /*	position:absolute;
  top: 645px;
  right:0;
  width: 180px;
  height: 40px;
  line-height:40px;
  background-color:#AF051E;
  text-align:center;*/
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: #af051e;
  text-align: center;
  /*margin: 200px 0 0 162px;*/
}

#contact .mw_wp_form_confirm .inner .contact_btn01 {
  margin: -110px 0 110px auto;
}
@media only screen and (max-width: 900px) {
  #contact .mw_wp_form_confirm .inner .contact_btn01 {
    margin: -40px 0 40px;
  }
}
@media only screen and (max-width: 1000px) {
  #contact .mw_wp_form_confirm .inner .contact_btn01 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (max-width: 440px) {
  #contact .mw_wp_form_confirm .inner .contact_btn01 input {
    width: 140px;
  }
}

#contact .inner .contact_btn01 a,
#contact .inner .contact_btn03 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}

#contact .inner .contact_btn01 a:hover,
#contact .inner .contact_btn02 a:hover,
#contact .inner .contact_btn03 a:hover {
  text-decoration: none;
}

#contact .inner .contact_btn01 input {
  border: none;
  font-weight: bolder;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

#contact .inner .contact_btn02 {
  display: none;
}

#contact .inner .contact_btn02 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #737373;
  font-weight: bold;
}

/*#contact .inner .contact_btn02{
	position:absolute;
	top: 645px;
	left:0;
	width: 180px;
	height: 40px;
	line-height:40px;
	background-color:#F0F0F0;
	text-align:center;
}*/
#contact .inner .contact_btn02 input {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: #f0f0f0;
  text-align: center;
  margin-top: 20px;
  border: none;
  font-size: 14px;
  color: #737373;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 440px) {
  #contact .inner .contact_btn02 input {
    width: 140px;
  }
}

#contact .inner .contact_btn03 {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: #af051e;
  text-align: center;
  /*margin-top:20px;*/
  margin: 175px 0 0 162px;
}

#contact .completion {
  max-width: 840px;
  width: 100%;
  /*margin:240px 0 0;*/
  margin: 125px 0 0;
  padding: 80px 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #contact .completion {
    margin-top: 40px;
    padding: 40px 20px;
  }
}

#contact .completion p:first-child {
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #contact .completion p:first-child {
    font-size: 20px;
  }
}

#contact .completion p:last-child {
  line-height: 2.5em;
}
@media only screen and (max-width: 767px) {
  #contact .completion p:last-child {
    text-align: left;
  }
}

#contact .error-box {
  border: 1px solid #df0000;
  color: #df0000;
  background-color: #ffe7e7;
  margin: 0 0 10px;
  padding: 15px;
}

/*#contact .inner dl:first-child dd textarea.error{*/
#contact .inner .left dl dd textarea.error {
  border: none;
  width: 278px;
  /*padding:2px 10px;*/
  height: 53%;
  padding: 3% 10px;
  background-color: #ffe7e7;
  border: 1px solid #df0000;
}

/*#contact .inner dl:last-child dd textarea.error{*/
#contact .inner .right dl dd textarea.error {
  border: none;
  width: 320px;
  height: 100%;
  padding: 10px;
  margin: 0;
  background-color: #ffe7e7;
  border: 1px solid #df0000;
}

#contact #rtxt {
  height: 1.4em; /*高さ*/
  overflow: hidden; /*スクロールバーを隠す*/
}

/*----------------------------

	sitepolicy
----------------------------*/
#sitepolicy .inner a {
  color: #0096ff;
}

#sitepolicy .inner h2 {
  color: #00913c;
  font-size: 25px;
  font-weight: normal;
  border-top: 1px solid #00913c;
  border-bottom: 1px solid #00913c;
  padding: 15px 0 12px;
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  #sitepolicy .inner h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 440px) {
  #sitepolicy .inner h2 {
    font-size: 18px;
  }
}

#sitepolicy .inner p {
  padding: 30px 0 60px;
}

#sitepolicy .inner dl dt {
  color: #00913c;
  font-size: 14px;
  height: 25px;
  position: relative;
}

#sitepolicy .inner dl dt:before {
  content: "";
  display: block;
  border-top: solid 1px #00913c;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -5;
}

#sitepolicy .inner dl dt span {
  background: #fff;
  padding: 0 10px 0 0;
  z-index: 5;
}

#sitepolicy .inner dl dd {
  padding: 25px 0 50px;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  #sitepolicy .inner dl dd {
    padding: 10px 0 35px;
  }
}

#sitepolicy .inner .caution {
  margin: 0 0 100px;
  font-size: 11px;
  padding: 0;
  line-height: 2;
}

#sitepolicy .inner .caution p {
  padding: 0;
}

#sitepolicy .inner ul.list {
  margin: 0 0 30px;
  overflow: hidden;
}

#sitepolicy .inner ul.list li:last-child p {
  font-size: 11px;
  margin-left: 10px;
  padding: 6px 0 0 0px;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  #sitepolicy .inner ul.list li:last-child p {
    font-size: 14px;
    margin-left: 0;
    padding-top: 10px;
    line-height: 1.8;
  }
}

/*----------------------------

	privacy
----------------------------*/
#privacy .inner {
  margin-bottom: 40px;
}

#privacy .inner a {
  color: #0096ff;
}

#privacy .inner h2 {
  color: #00a0e6;
  font-size: 25px;
  font-weight: normal;
  border-top: 1px solid #00a0e6;
  border-bottom: 1px solid #00a0e6;
  padding: 15px 0 12px;
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  #privacy .inner h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 440px) {
  #privacy .inner h2 {
    font-size: 18px;
  }
}

#privacy .inner p {
  padding: 25px 0 60px;
}

@media only screen and (max-width: 767px) {
  #privacy .inner p.end {
    padding: 0 0 40px;
  }
}

#privacy .inner dl dt {
  color: #00a0e6;
  font-size: 14px;
  height: 25px;
  position: relative;
}

#privacy .inner dl dt:before {
  content: "";
  display: block;
  border-top: solid 1px #00a0e6;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: -5;
}

#privacy .inner dl dt span {
  background: #fff;
  padding: 0 10px 0 0;
  z-index: 5;
}

#privacy .inner dl dd {
  padding: 25px 0 25px;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  #privacy .inner dl dd {
    padding: 10px 0 35px;
  }
}