@charset "UTF-8";
/* ブレイクポイント（共通）*/
/* 色指定（共通）*/
/* 非表示対応 */
@media screen and (max-width: 323px) {
  .hidden-xs {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .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 0 8px 5px !important;
  text-align: left;
}

h3.top_entry span {
  border-left: 3px solid rgb(255, 152, 53);
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
}

article {
  top: 82px;
  position: relative;
}
@media screen and (min-width: 30em) {
  article {
    top: 114px;
  }
}
@media screen and (min-width: 48em) {
  article {
    top: auto;
    top: unset;
  }
}

#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) / 3);
            float: none;
    float: unset;
    max-width: 180px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
    overflow: hidden;
            position: relative;
            position: static;}}
#headerbox nav ul#headleft > li > a {
            display: block;
            /* align-items: center; */
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  height: 100%;
  width: 100%;
}
            #headerbox nav ul#headleft > li > a:hover {
              background-color: #fff0e1; }
#headerbox nav ul#headleft > li > a p {
              /* display: block;
  margin: 0 auto;
              padding: 0 10px */
              padding: 45px 0 0;
              height: 28px; }

}
#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 {
                  height: auto;
                  height: unset;
                  padding: 49px 0 0; } }

  #headerbox nav ul#headleft > li > a p span {
    display: inline;
                /* padding-bottom: auto; */
                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;
  position: absolute;
  left: auto;
}
#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;
}

#headleft li ul li a:hover {
  background-color: #333333;
}

/* ドロワーメニュー */
#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 {
  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 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 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;
}

#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;
}

.businesscontainer ul li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  width: 100%;
  align-self: center;
  font-size: 14px;
  color: #555;
}

.businesscontainer ul li div {
  padding: 10px 0 10px 15px;
  box-sizing: border-box;
}
.businesscontainer ul li div p {
  padding: 0;
}
.businesscontainer ul li div:first-child {
  width: 45px;
  font-size: 36px;
  font-family: serif;
  font-style: italic;
}
.businesscontainer ul li div:nth-child(2) {
  width: calc(100% - 45px);
  display: flex;
  align-self: center;
}

.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: 0;
    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: 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: 4px; */
  padding-top: 2.5px;
}
#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;
}
*/
/* ここからトップページ関連 */
#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%;
}

.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: block;
  border-bottom: dotted 1px #ccc;
}

/* 企業理念 */
#rl_corporate1 {
  position: relative;
  width: 100%;
  background-image: url(../img/corporate/corporate1/main-sp.png),
    url(../img/corporate/corporate1/main-bg.png);
  background-position: center right, center right;
  background-repeat: no-repeat, repeat-x;
  background-size: 30%, contain;
  border: 1px solid #ccc;
}

#rl_corporate1 img {
  width: 100%;
  max-width: 517px;
}

#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 (max-width: 767px) {
  #rl_corporate1 #corporate1_text_area {
    position: relative !important;
    max-width: 640px !important;
    margin: 40px auto 0 auto !important;
    top: auto !important;
    top: unset !important;
    left: auto !important;
    left: unset !important;
    width: auto !important;
    width: unset !important;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
  }
}

.philosophy-title {
  font-size: x-large;
  padding: 20px 0;
}
.philosophy-txt {
  font-size: 16px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  font-weight: 600;
  color: #555;
}

@media screen and (min-width: 323px) {
  #rl_corporate1 {
    background-size: 28%;
  }
}
@media screen and (min-width: 479px) {
  #rl_corporate1 {
    background-size: 25%, contain;
  }
}
@media screen and (min-width: 639px) {
  #rl_corporate1 {
    background-size: 120px, contain;
  }
}
@media screen and (min-width: 768px) {
  #rl_corporate1 {
    background-image: none;
    background-image: unset;
  }
}

@media screen and (min-width: 30em) {
  #rl_corporate1 #corporate1_text_area {
    position: relative;
    max-width: 545px;
    margin: -100px auto 0 auto;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 48em) {
  #rl_corporate1 {
    border: 0;
    background-image: none;
    background-image: unset;
  }
  #rl_corporate1 img {
    max-width: 630px;
  }
  #rl_corporate1 #corporate1_text_area {
    left: calc(100vw / 29) !important;
    margin: 0 !important;
    padding: 0;
  }
}

/* ページタイトル */
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: flex;
  height: 40px;
  padding-top: 3px;
}
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;
    max-width: unset;
    height: auto;
    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%;
}

.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;
}

/* 社会貢献 */
.single-social .media_content tr td:nth-child(3) {
  word-break: break-all;
}

.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%;
  }
}

/* social */
.social1box .social1boxbody {
  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 {
  width: 90% !important;
  max-width: 280px !important;
  float: none !important;
  float: unset !important;
  display: block;
  margin: 0 auto;
}

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

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

.index_box3 img {
  width: 98%;
  max-width: 285px;
}

@media screen and (min-width: 550px) {
  .index_box1,
  .index_box2 {
    width: 48%;
  }
}

/* Force */

.flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

.force_box {
  width: 49% !important;
  margin-top: 10px !important;
  margin-left: 0 !important;
  float: unset !important;
}

@media screen and (max-width: 639px) {
  .force_box {
    width: 100% !important;
  }
}

.force_box p.img {
  width: 100px;
}
.force_box h3 {
  width: calc(100% - 130px) !important;
}

/* site map */
.sitemapcon {
  width: 100%;
}
.sitemapcon a {
  line-height: 1.3;
}
.sitemapcon .sitemapconright {
  width: 100%;
}
.sitemapcon .sitemapconleft,
.sitemapconright .sitemapbox .sitemapleft {
  width: 45%;
}
.sitemapconright .sitemapbox .sitemapright {
  width: 55%;
}
#sitemapbody > img {
  width: 100%;
  max-width: 630px;
}
