@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "メイリオ", "Meiryo", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  background-color: white !important;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1205px) {
  .inner {
    padding: 0 30px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg2 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg3 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #35a941;
  font-weight: bold;
}

#contents_wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  max-width: 1200px !important;
  background-color: transparent;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

@media screen and (max-width: 640px) {
  table {
    table-layout: auto;
  }
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#contents {
  max-width: 1000px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "メイリオ", "Meiryo", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

header#global_header {
  max-width: 100%;
  font-family: "メイリオ", "Meiryo", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding-top: 5px;
  z-index: 3;
}

header#global_header::before {
  content: "";
  background-image: url(../images/contents/h1_wrap.jpg);
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

#header {
  width: 100%;
}

.header_inner {
  width: 100%;
}

.header_top {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1205px) {
  .header_top {
    padding: 0 10px;
  }
}

.header_top h1, .header_top p {
  font-size: 1.3rem;
  color: #508700;
}

.header_top a {
  color: #555555;
  background-color: #e9f5db;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 15px 2px 50px;
  font-weight: bolder;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1205px) {
  .header_top a {
    position: relative;
    right: -10px;
  }
}

@media screen and (max-width: 834px) {
  .header_top a {
    width: 60px;
    height: 45px;
  }
}

@media screen and (max-width: 550px) {
  .header_top a {
    width: 60px;
    padding: 5px;
  }
}

@media screen and (max-width: 834px) {
  .header_top a span {
    display: none;
  }
}

.header_top a::before {
  content: "";
  background-image: url(../images/contents/mail-icon.png);
  width: 28px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 20px;
  display: block;
}

@media screen and (max-width: 834px) {
  .header_top a::before {
    top: 9px;
  }
}

.header_top a:hover {
  opacity: 0.6;
}

.logo2 {
  display: none;
}

@media screen and (max-width: 834px) {
  .logo2 {
    display: block;
    background-image: none !important;
  }
}

.logo2 a {
  color: #333333 !important;
  font-size: 4rem;
  text-align: center !important;
  line-height: 1.3;
  -webkit-transition: 0.5;
  transition: 0.5;
}

@media screen and (max-width: 1200px) {
  .logo2 a {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .logo2 a {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .logo2 a {
    font-size: 2.6rem;
  }
}

.logo2 a p {
  font-weight: bold;
  font-size: 2.6rem !important;
}

.logo2 a:hover {
  opacity: 0.6;
}

.logo2 span {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  margin-left: 0 !important;
}

.header_menu {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 1205px) {
  .header_menu {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .header_menu {
    margin-top: 0px;
  }
}

.header_menu .logo a {
  color: #333333 !important;
  font-size: 4rem;
  text-align: left !important;
  line-height: 1.3;
  -webkit-transition: 0.5;
  transition: 0.5;
}

@media screen and (max-width: 1200px) {
  .header_menu .logo a {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .header_menu .logo a {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .header_menu .logo a {
    font-size: 2.6rem;
  }
}

.header_menu .logo a p {
  font-weight: bold;
}

.header_menu .logo a:hover {
  opacity: 0.6;
}

.header_menu .logo span {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  left: 1px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .header_menu .logo span {
    font-size: 1.4rem;
  }
}

.header_menu .header_right > p {
  font-size: 1.3rem;
}

@media screen and (max-width: 834px) {
  .header_menu .header_right {
    display: none;
  }
}

.header_menu .header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.2;
}

.header_menu .header_contact .header_tel a {
  font-size: 3rem;
  color: #0890f1;
  font-weight: bold;
  font-family: "Noto Sans JP";
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  .header_menu .header_contact .header_tel a {
    font-size: 2.5rem;
  }
}

.header_menu .header_contact .header_tel a::before {
  content: "\f87b";
  font-family: "Font Awesome 5 Pro";
  color: #0890f1;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 1200px) {
  .header_menu .header_contact .header_tel a::before {
    left: -26px;
  }
}

.header_menu .header_contact .header_tel a:hover {
  opacity: 0.6;
}

.header_menu .header_contact .header_fax p {
  font-size: 3rem;
  color: #35a941;
  font-weight: bold;
  font-family: "Noto Sans JP";
  position: relative;
  margin-left: 50px;
}

@media screen and (max-width: 1200px) {
  .header_menu .header_contact .header_fax p {
    font-size: 2.5rem;
  }
}

.header_menu .header_contact .header_fax p::before {
  content: "\f1ac";
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-size: 1.8rem;
  line-height: 1.5;
  background-color: #35a941;
  padding: 0px 5px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 1200px) {
  .header_menu .header_contact .header_fax p::before {
    font-size: 1.4rem;
    padding: 1px 4px;
    left: -26px;
  }
}

/*   nav    */
.header_nav {
  background-image: url(../images/contents/gnavi.jpg);
  background-repeat: repeat-x;
  width: 100%;
}

.header_nav > ul {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .header_nav > ul {
    display: none;
  }
}

.header_nav > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #2b8a34;
  margin: 3px auto;
}

.header_nav > ul li a {
  color: white;
  text-shadow: -2px 2px 8px #333;
  display: block;
  font-size: 1.7rem;
  padding: 8px 0;
  position: relative;
}

.header_nav > ul li a::after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  bottom: -2px;
  right: 0;
  opacity: 0.5;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background: linear-gradient(to bottom, transparent, white);
  border-radius: 0 0 10px 10px;
}

.header_nav > ul li:last-child {
  border-right: 1px solid #2b8a34;
}

.slider {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .slider {
    display: none !important;
  }
}

.sp_img {
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_img {
    display: block;
  }
}

#global_footer {
  border-top: 1px solid #333333;
  position: relative;
  padding-top: 25px;
}

.page_top {
  font-size: 1.3rem;
  border: 1px solid #333333;
  padding: 2px 12px;
  display: inline-block;
  font-family: "Noto Sans JP";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -32px;
  right: 20px;
}

.page_top a {
  color: #24742c !important;
}

.page_top::after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  border-width: 0 0 8px 8px;
  border-style: solid;
  border-color: #fff #fff #24742c;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.page_top:hover {
  opacity: 0.6;
}

.footer_wrap {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 1205px) {
  .footer_wrap {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .footer_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer_wrap .footer_left {
  text-align: left;
  font-size: 1.3rem;
}

.footer_wrap .footer_left p {
  line-height: 1.5;
}

.footer_wrap .footer_left a {
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer_wrap .footer_left a:hover {
  opacity: 0.6;
}

.footer_wrap .footer_right {
  width: 470px;
}

@media screen and (max-width: 834px) {
  .footer_wrap .footer_right {
    margin: auto;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 550px) {
  .footer_wrap .footer_right {
    width: 100%;
  }
}

.footer_wrap .footer_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 3px 0;
}

@media screen and (max-width: 550px) {
  .footer_wrap .footer_right ul {
    display: block;
  }
}

.footer_wrap .footer_right ul li {
  border-left: 1px solid #333333;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 550px) {
  .footer_wrap .footer_right ul li {
    border-left: none;
    line-height: 2;
  }
}

.footer_wrap .footer_right ul li a {
  font-size: 1.3rem;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.footer_wrap .footer_right ul li a:hover {
  opacity: 0.6;
}

.footer_wrap .footer_right ul li:first-child {
  border-left: none;
}

.copy_rights {
  font-size: 1.3rem;
  color: white !important;
  background-image: url(../images/contents/copback.jpg);
  background-repeat: repeat-x;
  width: 100%;
  display: block;
  padding: 2px 0;
}

#contents_wrap {
  font-size: 1.5rem;
  max-width: 1000px;
  margin: auto;
}

.pankuzu {
  font-size: 1.4rem;
  line-height: 30px;
  text-align: right !important;
}

.pankuzu a {
  color: #333333;
}

@media screen and (max-width: 1200px) {
  #col_main {
    width: 70% !important;
  }
}

@media screen and (max-width: 1100px) {
  #col_main {
    width: 67% !important;
  }
}

@media screen and (max-width: 1000px) {
  #col_main {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  #col_side1 {
    width: 30% !important;
  }
}

@media screen and (max-width: 1100px) {
  #col_side1 {
    width: 33% !important;
  }
}

@media screen and (max-width: 1000px) {
  #col_side1 {
    width: 270px !important;
  }
}

/*    side menu    */
.left_box01 {
  border: 1px solid #4ec459;
  padding: 10px 10px 10px 10px;
  margin-right: 20px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .left_box01 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .left_box01 {
    text-align: center;
  }
}

.left_box01::before {
  content: "";
  background-image: url(../images/contents/leftback1.jpg);
  width: 100%;
  height: 3px;
  background-repeat: repeat-x;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.left_box01 .side_title {
  font-size: 1.4rem;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

.left_box01 .side_title span {
  font-size: 1.7rem;
}

.left_box01 .small {
  font-size: 1.3rem;
  line-height: 1.5;
}

.left_box01 .small span {
  display: block;
}

.left_box01 .text_green, .left_box01 .text_green a {
  color: #35a941;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.left_box01 .text_green a:hover {
  opacity: 0.6;
}

.left_box02 {
  border: 1px solid #0890f1;
  padding: 10px 10px 10px 10px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .left_box02 {
    margin: 30px auto 100px auto;
  }
}

@media screen and (max-width: 640px) {
  .left_box02 {
    text-align: center;
  }
}

.left_box02::before {
  content: "";
  background-image: url(../images/contents/leftback2.jpg);
  width: 100%;
  height: 3px;
  background-repeat: repeat-x;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

.left_box02 p {
  font-size: 1.3rem;
  line-height: 1.5;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

/*   ホーム　　*/
.home-title {
  background: url(../images/contents/titleback.jpg);
  background-repeat: repeat;
  padding: 10px 10px 7px 25px;
  border-radius: 5px;
}

.home-title h1, .home-title h2 {
  color: #444;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

.home-title h1::before, .home-title h2::before {
  content: "";
  background: white;
  width: 4px;
  height: 32px;
  top: 0;
  left: -10px;
  position: absolute;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.home-contents {
  font-size: 1.5rem;
}

.home-contents2 h3 {
  font-size: 1.7rem;
  color: #35a941;
  font-size: 16px;
  font-weight: bold;
  border-left: 5px solid #79be16;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf6e1), to(#fafef5));
  background: linear-gradient(top, #ecf6e1 0%, #fafef5 100%);
  padding: 6px 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .padding100 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 640px) {
  .company_list dl {
    display: block !important;
  }
}

.company_list dt {
  background-color: #ecf8fc !important;
}

@media screen and (max-width: 640px) {
  .company_list dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
}

@media screen and (max-width: 640px) {
  .company_list dd {
    width: 100% !important;
  }
}

/*   works   */
.works_list table {
  font-size: 1.4rem;
}

/*   業務依頼・お問い合わせ　　　*/
form .mail {
  display: none;
}

.contact-form dt {
  background-color: #e1f5fd !important;
}

/*  プライバシーポリシー　　*/
.privacy_policy h3 {
  font-size: 1.8rem;
  padding-left: 10px;
  line-height: 1.4;
  font-weight: 700;
  border-left: 5px solid #0890f1;
  margin-bottom: 5px;
}

/*   サイトマップ    */
.map_list h3 {
  border-left: 5px solid #0890f1;
  line-height: 1.4;
  padding-left: 10px;
  font-size: 1.5rem;
}

.map_list h3 a {
  color: #333333 !important;
}

/*   404    */
.error_title h1 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #35a941;
}

.error_btn {
  background-image: url(../images/contents/copback.jpg);
  border-radius: 10px;
  display: inline-block;
}

.error_btn div {
  display: inline-block;
}

.error_btn a {
  color: white;
  display: block;
  padding: 2px 10px;
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
    position: fixed;
    z-index: 400;
    top: 80px;
    right: 30px;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  z-index: 4;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 0;
  background-image: url(../images/contents/copback.jpg);
  border-bottom: 2px solid white;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 15px 0;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li {
    padding: 5px 0;
  }
}

.nav_wrap ul li a {
  color: white;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.nav_wrap ul li a span {
  font-size: 1.4rem;
  color: #35a941;
  margin-left: 10px;
}

.sp_menu {
  width: 30px;
  height: 24px;
  display: block;
  z-index: 300;
  position: absolute;
  display: none;
  top: -13px;
  right: -9px;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .sp_menu {
    right: -14px;
  }
}

@media screen and (max-width: 480px) {
  .sp_menu {
    top: -16px;
  }
}

.sp_menu div {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #35a941;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 11px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}
/*# sourceMappingURL=common_style.css.map */