@charset "UTF-8";
/* ブレイクポイント（共通）*/
/* 色指定（共通）*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

input[type="radio"] {
  display: none; }

input[type="radio"]:checked + label {
  background: #ff0000; }

input[type="text"],
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

/* 非表示対応 */
@media screen and (max-width: 323px) {
  .hidden-xs {
    display: none; } }

@media screen and (max-width: 479px) {
  p.pdgB30 {
      padding-bottom: 10vw;
      display: inline-block;
      text-align: left;
  }
  .hidden-sxs {
    display: none; } }

@media screen and (max-width: 767px) {
  p.pdgB30 {
      padding-bottom: 10vw;
      display: inline-block;
      text-align: left;
  }
  .hidden-sxmd {
    display: none; } }

@media screen and (max-width: 895px) {
  .hidden-sxmdlg {
    display: none; } }

@media screen and (min-width: 30em) {
  .hidden-sxm {
    display: none; } }

@media screen and (min-width: 20em) {
  .hidden-ss {
    display: none; } }

@media screen and (min-width: 48em) {
  .hidden-md {
    display: none; } }

@media screen and (min-width: 56em) {
  .hidden-lg {
    display: none; } }

h3.top_entry {
  background: white;
  background: -moz-linear-gradient(top, white 50%, #ededed 100%);
  background: -webkit-linear-gradient(top, white 50%, #ededed 100%);
  background: linear-gradient(to bottom, white 50%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 8px; }

p {
  word-break: break-all; }

#wrapper {
  min-width: auto;
  min-width: unset;
  width: 100%; }

/* ここからヘッダー関連（共通）*/
#header {
  min-width: auto;
  min-width: unset;
  width: 100%;
  border-bottom: 1px solid #999;
  height: auto;
  height: unset;
  background-size: contain;
  position: fixed;
  z-index: 10; }
  @media screen and (min-width: 30em) {
    #header {
      height: 114px;
      background-size: unset; } }
  @media screen and (min-width: 48em) {
    #header {
      position: relative; } }

#headerbox {
  width: 100%;
  max-width: 990px; }
  #headerbox h1 {
    width: 100%;
    max-width: 256px;
    height: 84px; }
  #headerbox nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 10px; }
    @media screen and (min-width: 30em) {
      #headerbox nav {
        padding-right: 15px; } }
    #headerbox nav ul#headleft {
      float: none;
      float: unset;
      display: flex;
      flex-wrap: nowrap;
      width: 80%;
      display:-webkit-box;
      display:-moz-box;
      display:box;
      display:-webkit-flex; }
      @media screen and (min-width: 30em) {
        #headerbox nav ul#headleft {
          height: 114px; } }
      @media screen and (min-width: 48em) {
        #headerbox nav ul#headleft {
          width: 87%; } }
      #headerbox nav ul#headleft > li {
        display: none; }
        @media screen and (min-width: 48em) {
          #headerbox nav ul#headleft > li {
            display: block;
            width: calc((100% - 290px) / 4);
            float: none;
            float: unset;
            max-width: 138px;
            border-right: 1px solid #ccc;
            border-left: 1px solid #fff;
            overflow: hidden;
            position: relative;
            position: static; } }
        #headerbox nav ul#headleft > li > a {
          display: block;
          text-decoration: none;
          font-size: 14px;
          font-weight: 500;
          height: 100%;
          width: 100%; }
          #headerbox nav ul#headleft > li > a:hover {
            background-color: #fff0e1; }
          #headerbox nav ul#headleft > li > a p {
            padding: 45px 0 0;
            height: 28px; }
            @media screen and (min-width: 58em) {
              #headerbox nav ul#headleft > li > a p {
                height: auto;
                height: unset;
                padding: 49px 0 0; } }
            #headerbox nav ul#headleft > li > a p span {
              display: block;
              padding-bottom: 2px; }
              @media screen and (min-width: 58em) {
                #headerbox nav ul#headleft > li > a p span {
                  display: inline;
                  padding-bottom: unset; } }
              #headerbox nav ul#headleft > li > a p span.enmenu-txt {
                display: block;
                font-size: 10px;
                color: #ff9933;
                margin-top: 8px;
                font-weight: 300;
                transform: scale(0.9); }
          #headerbox nav ul#headleft > li > a span.enmenu-txt {
            display: block;
            font-size: 10px;
            color: #ff9933;
            margin-top: 8px;
            font-weight: 300;
            transform: scale(0.9); }
          #headerbox nav ul#headleft > li > a img {
            width: 100%;
            height: auto; }
        #headerbox nav ul#headleft > li:first-child {
          display: block;
          width: 100%;
          max-width: 280px;
          border-left: 0; }
          #headerbox nav ul#headleft > li:first-child a {
            padding: 0;
            text-align: left; }
            #headerbox nav ul#headleft > li:first-child a:hover {
              background-color: rgba(255, 255, 255, 0); }
            #headerbox nav ul#headleft > li:first-child a img {
              width: 100%;
              height: auto;
              height: unset;
              padding-top: 16px;
              padding-bottom: 16px; }
              @media screen and (min-width: 30em) {
                #headerbox nav ul#headleft > li:first-child a img {
                  width: 256px;
                  padding-top: 20px; } }
        #headerbox nav ul#headleft > li:hover ul {
          display: block;
          left: 0;
          left: auto;
          left: unset; }
      #headerbox nav ul#headleft.clear::after {
        content: "";
        content: unset; }
    #headerbox nav ul#headright {
      display: none; }
      @media screen and (min-width: 48em) {
        #headerbox nav ul#headright {
          display: block;
          float: none;
          float: unset;
          width: 90px; } }
    #headerbox nav.clear::after {
      content: "";
      content: unset; }

/* ドロワーメニュー */
#nav-drawer {
  position: relative;
  top: 20px; }
  @media screen and (min-width: 48em) {
    #nav-drawer {
      display: none; } }
  #nav-drawer a {
    text-decoration: none;
    font-size: 10px;
    display: block;
    padding: 6px 2px 13px;
    border: 1px solid #ccc;
    border-radius: 4px; }

.nav-unshown {
  display: none; }

#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  padding-left: 6px;
  vertical-align: middle; }
  #nav-open::after {
    content: "MENU";
    position: absolute;
    top: 30px;
    left: 6px; }

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: "";
  cursor: pointer; }

#nav-open span:before {
  bottom: -8px; }

#nav-open span:after {
  bottom: -16px; }

body.sidr-open #nav-open::after {
  content: "CLOSE";
  left: 4px; }

body.sidr-open #nav-open span {
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  body.sidr-open #nav-open span::before {
    display: none; }
  body.sidr-open #nav-open span::after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

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

#sidr-right {
  visibility: hidden;
  background: #ff9933;
  box-shadow: 0px 0px 0px 0px;
  box-shadow: unset; }
  #sidr-right a {
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0; }
    #sidr-right a p {
      margin: 6px 0 6px;
      text-align: left; }

.sidr ul {
  display: none;
  visibility: hidden;
  border-top: 1px solid #ffcd9b;
  border-bottom: 1px dotted #ffffff; }
  .sidr ul > li {
    text-align: left;
    border-top: 0;
    border-bottom: 1px dotted #fff;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 10px;
    padding-left: 10px;
    background-image: url(../img/common/menu-allow-icon.png);
    background-repeat: no-repeat;
    background-position-y: 22px; }
    .sidr ul > li:hover a {
      box-shadow: 0px 0px 0px 0px;
      box-shadow: unset; }
    .sidr ul > li a:hover {
      box-shadow: 0px 0px 0px 0px;
      box-shadow: unset; }
    .sidr ul > li label {
      display: block;
      margin: 0 0 2px 0;
      padding: 0;
      line-height: 50px;
      color: #fff;
      font-size: 15px;
      cursor: pointer; }
    .sidr ul > li input[type="checkbox"] {
      display: none; }
    .sidr ul > li ul#links_corp,
    .sidr ul > li ul#links_business {
      border-top: 0; }
      .sidr ul > li ul#links_corp li,
      .sidr ul > li ul#links_business li {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        border-bottom: 0; }
        .sidr ul > li ul#links_corp li:hover a,
        .sidr ul > li ul#links_business li:hover a {
          box-shadow: 0px 0px 0px 0px;
          box-shadow: unset; }
        .sidr ul > li ul#links_corp li a:hover,
        .sidr ul > li ul#links_business li a:hover {
          box-shadow: 0px 0px 0px 0px;
          box-shadow: unset; }
    .sidr ul > li:last-child {
      border-bottom: 0; }

body.sidr-open .sidr ul {
  display: block;
  visibility: visible; }

body.sidr-open #sidr-right {
  display: block;
  visibility: visible; }

body.sidr-open #right-menu {
  position: fixed;
  right: 264px;
  background-color: #fff; }

body.sidr-open #wrapper {
  position: fixed; }

body.sidr-animating .sidr ul {
  display: block; }

body.sidr-animating #sidr-right {
  display: block; }

#menu_corp ~ #links_corp,
#menu_business ~ #links_business {
  background: #ffa74f; }
  #menu_corp ~ #links_corp li,
  #menu_business ~ #links_business li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    max-height: 0;
    opacity: 1;
    border-bottom: 0;
    background-image: none;
    background-image: unset; }
    #menu_corp ~ #links_corp li a,
    #menu_business ~ #links_business li a {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
      background-image: url(../img/common/menu-allow-icon.png);
      background-repeat: no-repeat;
      background-position: 3px 15px; }

#menu_corp:checked ~ #links_corp,
#menu_business:checked ~ #links_business {
  border-top: 1px dotted #fff; }
  #menu_corp:checked ~ #links_corp li,
  #menu_business:checked ~ #links_business li {
    max-height: 100px;
    border-bottom: 1px dotted #fff; }

#menu_corp:checked ~ #links_corp li:last-child,
#menu_business:checked ~ #links_business li:last-child {
  border-bottom: 0px; }

/* ここからコンテンツ関連（共通）*/
#subcontainer {
  min-width: auto;
  min-width: unset;
  width: 100%;
  max-width: 990px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
  top: 82px; }
  @media screen and (min-width: 30em) {
    #subcontainer {
      top: 114px; } }
  @media screen and (min-width: 48em) {
    #subcontainer {
      top: 0;
      top: unset; } }

#containerbody {
  display: flex;
  flex-direction: column-reverse; }
  @media screen and (min-width: 48em) {
    #containerbody {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between; } }
  #containerbody.clear::after {
    content: "";
    content: unset; }

#leftnav {
  float: none;
  float: unset;
  width: 100%; }
  @media screen and (min-width: 48em) {
    #leftnav {
      width: 27.5%;
      max-width: 260px; } }
  #leftnav .banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #leftnav .banner li {
      width: 100%;
      max-width: 260px;
      display: block;
      margin: 8px; }
      @media screen and (min-width: 30em) {
        #leftnav .banner li {
          width: 43%; } }
      @media screen and (min-width: 48em) {
        #leftnav .banner li {
          width: 100%; } }
      #leftnav .banner li img {
        width: 100%; }

#submain {
  float: none;
  float: unset;
  width: 100%; }
  @media screen and (min-width: 48em) {
    #submain {
      width: 69%;
      max-width: 660px; } }
  #submain h1 img {
    width: 100%; }

#submain > section > h1 {
  margin: 0; }
  @media screen and (min-width: 48em) {
    #submain > section > h1 {
      margin: 0 0 20px 0; } }

/*会社概要関連*/
.businesscontainer {
  padding: 32px 0; }

.corporatebody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .corporatebody.clear::after {
    content: "";
    content: unset; }

.corp_photo,
.corp_body {
  float: none;
  float: unset; }

.corp_photo {
  width: 100%;
  margin-bottom: 60px; }
  @media screen and (min-width: 56em) {
    .corp_photo {
      width: 200px;
      margin-bottom: 0; } }
  .corp_photo img {
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 56em) {
      .corp_photo img {
        display: block;
        display: unset;
        margin: auto;
        margin: unset; } }

.corp_body {
  width: 100%; }
  @media screen and (min-width: 56em) {
    .corp_body {
      width: calc(100% - 216px); } }
  .corp_body img {
    width: 100%;
    max-width: 356px; }

/*Adobe*/
.adobecontainer {
  padding: 16px 15px 22px;
  background-image: none;
  background-image: unset;
  border-top: 1px dotted #ccc;
  margin: 70px 0 0 0; }
  .adobecontainer .adobebox {
    width: 100%;
    max-width: 960px; }

/* ここからフッター関連（共通） */
#footer {
  margin: 0;
  padding: 0;
  height: 188px;
  width: 100%;
  background-image: none;
  background-image: unset;
  min-width: auto;
  min-width: unset;
  box-sizing: border-box; }
  #footer #footerbox {
    width: 100%; }
    #footer #footerbox nav {
      background-image: url(../img/common/footer-nav.jpg);
      background-position: left top;
      padding: 0 15px; }
      #footer #footerbox nav #footernav {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 960px;
        margin: 0 auto; }
        #footer #footerbox nav #footernav ul.flink {
          float: none;
          float: unset;
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 9px;
          width: calc(100% - 30px); }
          #footer #footerbox nav #footernav ul.flink.clear::after {
            content: "";
            content: unset; }
          #footer #footerbox nav #footernav ul.flink li {
            float: none;
            float: unset; }
            #footer #footerbox nav #footernav ul.flink li a {
              line-height: 1.2; }
    #footer #footerbox #footercorp {
      display: flex;
      flex-wrap: wrap;
      padding: 0 15px 15px;
      height: auto;
      height: unset;
      border-bottom: 1px solid #555;
      background: #333; }
      #footer #footerbox #footercorp p {
        display: block;
        padding-top: 17px;
        line-height: 20px;
        width: 100%; }
        #footer #footerbox #footercorp p strong {
          color: #ffffff;
          font-size: 12px;
          display: block;
          width: 100%; }
          @media screen and (min-width: 792px) {
            #footer #footerbox #footercorp p strong {
              display: inline; }
           }
        @media screen and (min-width: 48em) {
          #footer #footerbox #footercorp p {
            width: calc(100% - 200px); } }
        #footer #footerbox #footercorp p span {
          display: inline-block; }
        #footer #footerbox #footercorp p:first-child {
          padding-top: 16px; }
          @media screen and (min-width: 30em) {
            #footer #footerbox #footercorp p:first-child {
              width: 100%;
              max-width: 960px;
              margin: 0 auto; } }
        #footer #footerbox #footercorp p a img {
          padding-top: 3.5px; }
          /* padding-top: 0px; } */
    #footer #footerbox .copyright-rbox {
      background-color: #333; }
      #footer #footerbox .copyright-rbox .copyright {
        padding: 15px 15px 80px 0;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        box-sizing: border-box; }
        @media screen and (max-width: 991px) {
          #footer #footerbox .copyright-rbox .copyright {
            padding: 15px 15px 80px; } }
        #footer #footerbox .copyright-rbox .copyright .copyright-txt {
          color: #999;
          width: calc(100% - 120px);
          float: left;
          text-align: left; }
          #footer #footerbox .copyright-rbox .copyright .copyright-txt span {
            display: inline-block; }
        #footer #footerbox .copyright-rbox .copyright .copyright-img {
          float: right;
          padding-bottom: 10px; }
      #footer #footerbox .copyright-rbox .iso {
        float: right;
        padding-top: 10px;
        padding-right: 15px; }
      #footer #footerbox .copyright-rbox #footernav.clear::after {
        content: "";
        content: unset; }

#footernav .pagetop {
  padding-top: 3px; }

/*
#footernav .pagetop {
  margin: unset;
  float: unset;
  position: fixed;
  right: 20px;
  display: none;
}

.pagetop a {
  display: block;f
}
*/
/* ここからトップページ関連 */
#mainview {
  min-width: auto;
  min-width: unset;
  width: 100%;
  top: 84px;
  position: relative; }
  @media screen and (min-width: 30em) {
    #mainview {
      top: 114px; } }
  @media screen and (min-width: 48em) {
    #mainview {
      top: auto;
      top: unset; } }

#indexview {
  height: auto;
  height: unset;
  min-width: auto;
  min-width: unset;
  width: 100%; }
  #indexview img {
    width: 100%;
    height: auto;
    max-width: 960px; }

#container {
  min-width: auto;
  min-width: unset;
  width: 100%;
  position: relative;
  top: 84px; }
  @media screen and (min-width: 30em) {
    #container {
      top: 114px; } }
  @media screen and (min-width: 48em) {
    #container {
      top: auto;
      top: unset; } }

.indexcontainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  max-width: 990px;
  margin: 0 auto;
  flex-direction: column-reverse; }
  @media screen and (min-width: 48em) {
    .indexcontainer {
      flex-direction: row; } }
  .indexcontainer .indexbanner {
    float: none;
    float: unset;
    width: 100%;
    margin-top: 30px; }
    @media screen and (min-width: 48em) {
      .indexcontainer .indexbanner {
        margin-top: 0; } }
    .indexcontainer .indexbanner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .indexcontainer .indexbanner ul li {
        width: 100%;
        max-width: 260px;
        display: block;
        margin: 8px; }
        @media screen and (min-width: 30em) {
          .indexcontainer .indexbanner ul li {
            width: 43%; } }
        @media screen and (min-width: 48em) {
          .indexcontainer .indexbanner ul li {
            width: 100%; } }
    @media screen and (min-width: 48em) {
      .indexcontainer .indexbanner {
        width: 27.5%;
        max-width: 260px; } }
    .indexcontainer .indexbanner ul li a img {
      width: 100%; }
  .indexcontainer #indexright {
    float: none;
    float: unset;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .indexcontainer #indexright {
        width: 69%;
        max-width: 660px; } }
    .indexcontainer #indexright .indexinfo {
      width: 100%; }
      .indexcontainer #indexright .indexinfo h1 {
        font-size: 14px;
        text-align: left;
        font-weight: 600;
        color: #454545;
        border: 1px solid #b9b9b9;
        padding: 8px 10px;
        background: -moz-linear-gradient(top, #ffffff, #fefefe 50%, #e7e7e7);
        background: -webkit-linear-gradient(top, #ffffff, #fefefe 50%, #e7e7e7);
        background: linear-gradient(to bottom, #ffffff, #fefefe 50%, #ededed); }
        .indexcontainer #indexright .indexinfo h1 span {
          display: block;
          border-left: 2px solid #fe9732;
          padding-left: 4px;
          height: 14px;
          padding-top: 1px; }
        @media screen and (min-width: 30em) {
          .indexcontainer #indexright .indexinfo h1 {
            padding: 10px 10px; } }
      .indexcontainer #indexright .indexinfo .newslink {
        left: auto;
        left: unset;
        right: 12px; }

.newsbody table tr {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px; }
  .newsbody table tr th.head {
    width: 11%;
    min-width: 80px;
    display: block;
    padding-top: 6px;
    border-bottom: 0; }
  .newsbody table tr td.cat {
    width: 11%;
    min-width: 90px;
    display: block;
    border-bottom: 0; }
  .newsbody table tr td.txt {
    width: 100%;
    display: flex;
    border-bottom: dotted 1px #ccc;
    padding-top: 0;
    /*@media screen and (min-width: 30em) {
      width: 73%;
    }*/ }
    @media screen and (min-width: 35em) {
      .newsbody table tr td.txt {
        width: calc(100% - 180px); } }
    @media screen and (min-width: 48em) {
      .newsbody table tr td.txt {
        width: 65%; } }

.newsbody a {
  flex: 1; }

/* 企業理念 */
#rl_corporate1 {
  position: relative;
  width: 100%; }
  #rl_corporate1 img {
    width: 100%;
    max-width: 517px; }
    @media screen and (min-width: 48em) {
      #rl_corporate1 img {
        max-width: 630px; } }

#rl_corporate1 {
  background-image: url(../img/corporate/corporate1/main-bg.png);
  background-size: contain;
  border: 1px solid #ccc; }
  @media screen and (min-width: 48em) {
    #rl_corporate1 {
      border: 0;
      background-image: none;
      background-image: unset; } }
  #rl_corporate1 #corporate1_text_area {
    position: relative;
    left: auto;
    left: unset;
    width: auto;
    width: unset;
    top: auto;
    top: unset;
    width: 94%;
    max-width: 378px;
    margin: -70px auto 0 auto; }
    @media screen and (min-width: 30em) {
      #rl_corporate1 #corporate1_text_area {
        position: relative;
        max-width: 490px;
        margin: -100px auto 0 auto; } }
    @media screen and (min-width: 48em) {
      #rl_corporate1 #corporate1_text_area {
        width: 75%;
        margin: 0 auto;
        top: -299px; } }

/* ページタイトル */
h1.page-title-h1 {
  background-image: url(../img/common/title-bg-image.png);
  height: 40px;
  border: 1px solid #ccc;
  text-align: left;
  background-size: contain;
  padding: 10px;
  display: flex; }
  @media screen and (min-width: 48em) {
    h1.page-title-h1 {
      padding: 20px; } }
  h1.page-title-h1 .page-title-inner {
    align-items: center;
    padding-left: 20px;
    background-image: url(../img/common/title-left-icon.png);
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: block;
    height: 40px;
    padding-top: 3px;
    white-space: nowrap; }
  h1.page-title-h1 span {
    color: #ff9933;
    font-size: 12px;
    display: block;
    padding-top: 7px;
    font-weight: 300; }

#bottom.corprlink {
  padding: 20px 0px;
  text-align: center; }
  #bottom.corprlink a {
    padding: 0 !important; }

/* お知らせ・ニュース */
form#selector .selector_name {
  width: 100%;
  text-align: center;
  margin-bottom: 0; }
  @media screen and (min-width: 30em) {
    form#selector .selector_name {
      text-align: right;
      width: 38%; } }
  @media screen and (min-width: 48em) {
    form#selector .selector_name {
      width: 33%; } }

form#selector #years_selector {
  margin: 0 auto 20px;
  display: block;
  float: none; }
  @media screen and (min-width: 30em) {
    form#selector #years_selector {
      margin-top: 20px;
      float: left; } }

@media screen and (min-width: 48em) {
  .pankuzutitle {
    display: inline; } }

.detailbody img {
  max-width: 280px;
  height: auto; }
  @media screen and (min-width: 20em) {
    .detailbody img {
      max-width: auto;
      height: auto;
      max-width: unset;
      height: unset; } }

.newsbody img {
  max-width: 98%;
  height: auto;
  margin-bottom: 15px; }

.backtoplink {
  margin: 0px 0px 0 0; }

#submain .newsbody .detailbody {
  margin: 0 0px 15px 0; }

#single_post.newsbody a {
  word-break: break-all; }

/* 会社情報 */
.businesscontainer table {
  width: 100%; }

/* 掲載記事・広告一覧 */
#single .corp4box {
  width: 100%; }
  #single .corp4box h3 a {
    font-size: 14px; }
    @media screen and (min-width: 48em) {
      #single .corp4box h3 a {
        font-size: 1.17em; } }

.corp4box img {
  width: auto;
  height: auto;
  max-width: 90%; }
  @media screen and (min-width: 48em) {
    .corp4box img {
      max-width: 100%; } }

.corp4pdf {
  width: 100%; }
  .corp4pdf a img {
    width: 220px;
    height: auto;
    display: block; }
    @media screen and (min-width: 48em) {
      .corp4pdf a img {
        padding-left: 10px; } }

.corp5box .corp5_photo {
  width: 100%;
  display: block; }
  @media screen and (min-width: 30em) {
    .corp5box .corp5_photo {
      width: 35%; } }
  @media screen and (min-width: 48em) {
    .corp5box .corp5_photo {
      width: calc(100% - 400px); } }
  .corp5box .corp5_photo img {
    width: auto;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 30em) {
      .corp5box .corp5_photo img {
        width: 100%;
        height: auto;
        max-width: 200px; } }

.corp5box .corp5_txt {
  width: 100%;
  margin-top: 20px; }
  @media screen and (min-width: 30em) {
    .corp5box .corp5_txt {
      width: 60%;
      max-width: 400px;
      margin-top: 0; } }

#rl_article .corprlink {
  position: relative; }
  @media screen and (min-width: 30em) {
    #rl_article .corprlink {
      position: absolute; } }

/* 書籍紹介 */
.businesscontainer p a[href*="www.amazon.co.jp"] img,
.businesscontainer p a[href*="amzn.asia"] img {
  display: block;
  margin: 0 auto;
  max-width: 260px; }
  @media screen and (min-width: 30em) {
    .businesscontainer p a[href*="www.amazon.co.jp"] img,
    .businesscontainer p a[href*="amzn.asia"] img {
      margin: 0; } }

/* 事業・サービス */
.businessimg img {
  width: 100%;
  height: auto; }

.businesscontainer p img {
  width: 100%;
  height: auto;
  max-width: 592px; }

.businesscontainer p.btn a img {
  width: auto; }

/* url回り込み */
.single-social .media_content tr td:nth-child(3),
.post-type-archive-social .media_content tr td:nth-child(3),
.single-corp .media_content tr td:last-child,
.single-corp .media_content tr td:nth-child(2) {
  word-break: break-all; }

.single-corp .media_content table {
  background-color: #ffc;
  width: 100% !important; }

/* 社会貢献 */
.gb.left,
.gb.right {
  float: none;
  float: unset;
  margin: 0 auto;
  width: auto; }

@media screen and (min-width: 48em) {
  .gb.left {
    float: left;
    margin: 0 0 20px 10px;
    width: 46%; }
  .gb.right {
    float: right;
    margin: 0 10px 20px 0;
    width: 46%; } }

.businesscontainer .social1 h3 {
  padding: 8px; }

.featherlight {
  z-index: 12; }

/* アーカイブ2016年12月 */
.social1box .social1boxbody,
.social1box .social2boxbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: space-between;
  max-width: 620px;
  width: 100%;
  width: 91%;
  margin: 0 auto; }

.social1box .social1boxbody li,
.social1box .social2boxbody li {
  width: 280px;
  float: none;
  float: unset;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 48em) {
    .social1box .social1boxbody li,
    .social1box .social2boxbody li {
      width: 300px;
      float: left; } }

.social1box .social1boxbody li,
.social1box .social2boxbody li {
  width: 90% !important;
  max-width: 280px !important;
  float: unset !important;
  display: block;
  margin: 0 auto; }

@media screen and (min-width: 480px) {
  .social1box .social1boxbody li,
  .social1box .social2boxbody li {
    width: 49% !important;
    max-width: 280px !important;
    float: unset !important;
    display: block;
    margin: 0; } }

.social1box .social1boxbody li img,
.social1box .social2boxbody li img {
  width: 100%;
  height: auto; }

/*お問い合わせ*/
input[type="text"],
textarea {
  font-size: 16px; }
  @media screen and (min-width: 48em) {
    input[type="text"],
    textarea {
      font-size: 11px; } }

.contactbody table {
  width: 100%;
  max-width: 630px; }
  .contactbody table td span {
    display: inline-block;
    margin-bottom: 10px; }
  .contactbody table td .textarea1,
  .contactbody table td input[type="text"] {
    border: 1px #ccc solid; }

.contactimg img {
  width: 100%;
  height: auto;
  max-width: 630px; }

@media screen and (max-width: 639px) {
  .contactbody table th,
  .contactbody table td {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  .contactbody table td textarea,
  .contactbody table td input {
    box-sizing: border-box;
    width: 100%; }
  .contactbody table td .textarea1,
  .contactbody table td .textfield1 {
    width: 100%; }
  .policytxt {
    width: 100%;
    padding: 10px 0; }
  .policytxt .policyInner {
    width: 100%;
    box-sizing: border-box;
    padding: 10px; } }

/* サイトポリシー セキュリティ-ポリシー */
#policybody h2.h2_title,
#policybody h2.h2_title {
  background: white;
  background: -moz-linear-gradient(top, white 50%, #ededed 100%);
  background: -webkit-linear-gradient(top, white 50%, #ededed 100%);
  background: linear-gradient(to bottom, white 50%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 7px 0 7px 0;
  width: 100%;
  display: table;
  height: auto;
  height: unset; }

#policybody h2.h2_title p,
#policybody h2.h2_title p {
  line-height: 1.3;
  padding: 0 5px 0 15px;
  background-image: url(../img/sitepolicy/h2_title.png);
  background-repeat: no-repeat;
  background-position-x: 7px;
  /* background-position-y: 3px; */ }

/* サイトマップ */
.sitemapcon .sitemapconleft {
  width: 20%; }

.sitemapcon .sitemapconright {
  width: 80%; }
  .sitemapcon .sitemapconright .sitemapbox .sitemapleft {
    width: 35%; }
  .sitemapcon .sitemapconright .sitemapbox .sitemapright {
    width: 65%;
    padding-left: 8px;
    box-sizing: border-box; }

.sitemapcon a {
  line-height: 1.3; }

#sitemapbody > img {
  width: 100%;
  max-width: 630px; }


@media screen and (max-width: 30em) {
div#header {
    min-height: 108px;
    max-height: 108px;
}
div#subcontainer {
    top: 108px;
}
}