/*
 Theme Name:   nakanoya
 Theme URI:    https://www.nakanoyasus.co.jp/
 Description:  nakanoya Theme
 Template:     law_tcd031
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  nakanoya
*/
/*------------------------------
        style-pc.css
------------------------------*/
/* ベース */
.post_content h3 {
  position: relative;
  padding: 0.5em 1.9em !important;
  border: 1px solid #CCC;
  border-radius: 5px;
  background: linear-gradient(#FFF 0%, #EEE 100%);
  box-shadow: inset -1px -1px 0 rgba(255, 255, 255, 1);
  font-size: 100%;
  font-weight: bold !important;
  letter-spacing: 2px;
}

.post_content h3 span::after {
  position: absolute;
  top: 50%;
  left: 0.8em;
  transform: translateY(-50%);
  content: '';
  width: 8px;
  height: 8px;
  border: solid 3px #446689;
  border-radius: 100%;
}

#main_image #main_image_headline {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 4px;
}

caption {
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
}

.display_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.display_flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.display_flex_col2 .flex_item {
  width: 50%;
  margin: 20px;
  box-sizing: border-box;
}

/* アンカーリンク  */
.anchor::before {
    content: " ";
    display: block;
    height: 340px;
    margin-top: -340px;
    vertical-align: top;
}
@media screen and (max-width:480px) {
    .anchor::before {height: 0px;
        margin-top: 1200px;}
}
.anchor2::before {
    content: " ";
    display: block;
    height: 340px;
    margin-top: -340px;
    vertical-align: top;
}
@media screen and (max-width:480px) {
    .anchor2::before {height: 0px;
        margin-top: 0px;}
}

/* ヘッダー */
#header {
  background-image: url(img/header_back_image.jpg) !important;
  background-repeat: repeat-x !important;
  background-color: transparent !important;
  background-size: cover !important;
}

#description {
  position: relative;
  top: 44px;
  left: 98px;
  color: hsla(0, 0%, 20%, 1);
  text-shadow: hsla(0, 0%, 40%, .5) 0 -1px 0, hsla(0, 0%, 100%, .6) 0 2px 1px;
  font-size: 110%;
  display: inline;
}

#logo_image #logo {
  max-width: 400px;
  margin-top: 20px;
}

#logo_image_mobile {
  max-width: 280px;
  margin: 0 auto;
}

#logo_image #logo img,
#logo_image_mobile img {
  width: 100%;
  height: auto;
}

#header_tel span.number {
  text-shadow: hsla(0, 0%, 40%, .5) 0 -1px 0, hsla(0, 0%, 100%, .6) 0 2px 1px;
  letter-spacing: 2px;
}

#header_tel_contact li a {
  border-radius: .1em;
  background: none;
  background-image: -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 6%, hsla(0, 0%, 100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 4%, hsla(0, 0%, 0%, .03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 1.2%, hsla(0, 0%, 100%, .15) 2.2%),
    linear-gradient(180deg, hsl(0, 0%, 78%) 0%, hsl(0, 0%, 90%) 47%, hsl(0, 0%, 78%) 53%, hsl(0, 0%, 70%)100%);
  color: hsla(0, 0%, 20%, 1);
  text-shadow: hsla(0, 0%, 40%, .5) 0 -1px 0, hsla(0, 0%, 100%, .6) 0 2px 1px;
  background-color: hsl(0, 0%, 90%);
  box-shadow: inset hsla(0, 0%, 10%, 1) 0 0px 0px 1px,
    /* border */
    inset hsla(0, 0%, 15%, .8) 0 -1px 5px 4px,
    /* soft SD */
    inset hsla(0, 0%, 0%, .25) 0 -1px 0px 7px,
    /* bottom SD */
    inset hsla(0, 0%, 100%, .7) 0 2px 1px 7px,
    /* top HL */
    hsla(0, 0%, 0%, .15) 0 -2px 3px 1px,
    /* outer SD */
    hsla(0, 0%, 100%, .5) 0 2px 3px 1px;
  transition: color .2s;
  padding: 0px 30px;
  font-size: 1.1rem;
  font-weight: bold;
}

#header_tel_contact li a:active {
  color: hsl(210, 100%, 40%);
  text-shadow: hsla(210, 100%, 20%, .3) 0 -1px 0,
    hsl(210, 100%, 85%) 0 2px 1px,
    hsla(200, 100%, 80%, 1) 0 0 2px,
    hsla(210, 100%, 50%, .6) 0 0 20px;
  box-shadow:
    inset hsla(210, 100%, 30%, 1) 0 0px 0px 4px,
    /* border */
    inset hsla(210, 100%, 15%, .4) 0 -1px 5px 4px,
    /* soft SD */
    inset hsla(210, 100%, 20%, .25) 0 -1px 0px 7px,
    /* bottom SD */
    inset hsla(210, 100%, 100%, .7) 0 2px 1px 7px,
    /* top HL */
    hsla(210, 100%, 75%, .8) 0 0px 3px 2px,
    /* outer SD */
    hsla(210, 50%, 40%, .25) 0 -2px 3px 1px,
    /* outer SD */
    hsla(210, 80%, 95%, 1) 0 2px 3px 1px;
  /* outer HL */
}

#header .global_menu>ul>li:first-child {
  border-left: 1px solid rgba(255, 255, 255, .4);
}

#header .global_menu>ul>li:first-child a {
  border-left: 1px solid hsla(0, 0%, 20%, 1);
}

#header .global_menu>ul>li {
  border-right: 1px solid rgba(255, 255, 255, .4);
}

#header .global_menu>ul>li a {
  font-size: 16px;
  font-weight: bold;
  color: hsla(0, 0%, 20%, 1);
  text-shadow: hsla(0, 0%, 40%, .5) 0 -1px 0, hsla(0, 0%, 100%, .6) 0 2px 1px;
  border-right: 1px solid hsla(0, 0%, 20%, 1);
}

#header .global_menu>ul>li a:hover,
#header .global_menu>ul>li.active_menu a,
#header .global_menu>ul>li.active_menu ul>li a {
  color: #FFF;
  text-shadow: none;
}

#header .global_menu li a:hover,
#header .global_menu li.active_menu>a,
#index_works_head,
#works_headline,
#footer_top,
#archive_headline,
.side_headline,
#comment_headline,
.page_navi span.current,
.widget_search #search-btn input,
.widget_search #searchsubmit,
.google_search #search_button,
.global_menu ul ul a {
  background-color: rgba(34, 36, 57, .2) !important;
}

/* フッター */
#footer-calendar {
  width: 300px;
}
#footer-calendar .widgettitle {
  margin-bottom: 10px;
}
#footer-calendar .xo-event-calendar .xo-months {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
#footer-calendar .xo-event-calendar table.xo-month {
  border: none;
  margin-bottom: 0;
}
#footer-calendar .xo-event-calendar table.xo-month > caption {
  padding: 0;
}
#footer-calendar .xo-event-calendar table.xo-month .month-event-space {
  height: .8em;
}
#footer-calendar .xo-event-calendar table.xo-month th,
#footer-calendar .xo-event-calendar table.xo-month td {
  border-color: #DDD;
}
#footer-calendar .xo-event-calendar table.xo-month th:last-child,
#footer-calendar .xo-event-calendar table.xo-month td:last-child {
  border-right: none;
}
#footer_logo {
  max-width: 300px;
  height: auto;
}

@media only screen and (max-width:480px) {
   #footer_top #footer-calendar .xo-event-calendar table.xo-month tbody tr {
     display:table-row;
     margin-bottom:0;
   }
   #footer_top #footer-calendar .xo-event-calendar table.xo-month th,
   #footer_top #footer-calendar .xo-event-calendar table.xo-month td {
    display: table-cell;
  }
}

/* 強み */
.strength {
  width: 1000px;
  height: 600px;
  margin: 0 auto 180px;
}

#index_strength {
  margin: 40px auto;
}

#index_strength .headline {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 1px;
  margin: 0 0 30px 0;
  color: #000;
  text-align: center;
}

#index_strength .link_button {
  display: inline-block;
  background: #555;
  color: #fff;
  width: 195px;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 25px auto;
  border-radius: .1em;
  background: none;
  background-image: -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 6%, hsla(0, 0%, 100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 4%, hsla(0, 0%, 0%, .03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 1.2%, hsla(0, 0%, 100%, .15) 2.2%),
    linear-gradient(180deg, hsl(0, 0%, 78%) 0%, hsl(0, 0%, 90%) 47%, hsl(0, 0%, 78%) 53%, hsl(0, 0%, 70%)100%);
  color: hsla(0, 0%, 20%, 1);
  text-shadow: hsla(0, 0%, 40%, .5) 0 -1px 0, hsla(0, 0%, 100%, .6) 0 2px 1px;
  background-color: hsl(0, 0%, 90%);
  box-shadow: inset hsla(0, 0%, 10%, 1) 0 0px 0px 1px,
    /* border */
    inset hsla(0, 0%, 15%, .8) 0 -1px 5px 1px,
    /* soft SD */
    inset hsla(0, 0%, 0%, .25) 0 -1px 0px 2px,
    /* bottom SD */
    inset hsla(0, 0%, 100%, .7) 0 2px 1px 2px,
    /* top HL */
    hsla(0, 0%, 0%, .15) 0 -2px 3px 1px,
    /* outer SD */
    hsla(0, 0%, 100%, .5) 0 2px 3px 1px;
  transition: color .2s;
  padding: 0px 30px;
  font-weight: bold;
}

.strength-box {
  width: 30%;
  height: 250px;
  text-align: center;
  float: left;
  margin: 15px;
  padding: 40px 0 0 0;
  border-radius: 5px;
  color: #333;
  background: none;
  background-image: -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 6%, hsla(0, 0%, 100%, .1) 7.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 4%, hsla(0, 0%, 0%, .03) 4.5%),
    -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 1.2%, hsla(0, 0%, 100%, .15) 2.2%),
    linear-gradient(180deg, hsl(0, 0%, 78%) 0%, hsl(0, 0%, 90%) 47%, hsl(0, 0%, 78%) 53%, hsl(0, 0%, 70%)100%);
  color: hsla(0, 0%, 20%, 1);
  text-shadow: hsla(0, 0%, 40%, .5) 0 -1px 0, hsla(0, 0%, 100%, .6) 0 2px 1px;
  background-color: hsl(0, 0%, 90%);
  box-shadow: inset hsla(0, 0%, 10%, 1) 0 0px 0px 1px,
    /* border */
    inset hsla(0, 0%, 15%, .8) 0 -1px 5px 1px,
    /* soft SD */
    inset hsla(0, 0%, 0%, .25) 0 -1px 0px 2px,
    /* bottom SD */
    inset hsla(0, 0%, 100%, .7) 0 2px 1px 2px,
    /* top HL */
    hsla(0, 0%, 0%, .15) 0 -2px 3px 1px,
    /* outer SD */
    hsla(0, 0%, 100%, .5) 0 2px 3px 1px;
  transition: color .2s;
}

#archive_works_list .image {
  border: 1px solid #DDD;
  box-sizing: border-box;
}

.strength-box h4 {
  font-size: 20px;
  padding: 20px;
  margin-bottom: 10px;
}

.strength-box p {
  line-height: 2;
  width: 280px;
  margin: auto;
}



.color {
  background: linear-gradient(transparent 80%, rgba(0, 60, 122, .5) 20%);
}

.pt_layout3 .desc span {
  font-size: 16px;
  font-weight: 600;
}
#index_works_inner #index_works_list .link,
#index_works_inner #index_works_list a,
#works_archive #archive_works_list li {
  border: 1px solid #DDD;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
  background-color: #f4f4f4;
  box-sizing: border-box;
  transition: opacity 0.5s;
}
#index_works_inner #index_works_list .link:hover,
#index_works_inner #index_works_list a.link:hover,
#works_archive #archive_works_list li:hover {
  opacity: 0.5;
}
#index_works_inner #index_works_list .link:hover,
#index_works_inner #index_works_list a.link:hover,
#works_archive #archive_works_list li a:hover {
  background-color: transparent!important;
  color: #333!important;
}
#works_archive #archive_works_list .link {
  border: none!important;
  box-shadow: none!important;
  background-color: transparent!important;
}
#index_works_inner #index_works_list .title,
#works_archive #archive_works_list .title {
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
}

/*-- 追加　--*/
.work-1 {
  text-align: center;
  font-size: 20px;
}

/*-- 追加　--*/
.post_content .work-1 p {
  line-height: 2;
  margin: 0;
  padding: 20px;
}


/*-- 追加　--*/
.work-Content {
  margin: 40px auto;
}

/*　制作事例　*/
#archive_works_list li:hover {
  background: #DDD;
  color: #222;
}
#archive_works_list .link:hover {
  background: transparent!important;
}
#works_single #works_image {
  border: none;
}
#works_single #works_image #works_large_image {
  border: 13px solid #f4f4f4;
}
#works_single #works_image,
#works_single #works_image #works_large_image,
#works_single #works_image #works_large_image img {
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
}
#works_single #works_image .etc_photos-gallery li{
  width: 23%;
  margin: 5px 1%;
}
#works_single #works_image .etc_photos-gallery li a,
#works_single #works_image .etc_photos-gallery li a img {
  width: 100%;
}

#works_single #works_info {
  width: 488px;
}

/*-- 追加　--*/
.punishment {
  font-size: 40px;
}

/*-- 追加　--*/
.work-3 {
  width: 690px;
  margin: 30px auto;
  text-align: justify;
}

/*-- 追加　--*/
/*-- 追加　--*/
.guide-box {
  margin-bottom: 20px !important;
}

.processing-Content h3 {
  text-align: left;
  padding-left: 100px;
  letter-spacing: 2px;
}

.processing-Content h3 span {
  background: linear-gradient(transparent 80%, rgba(0, 60, 122, .5) 20%);
}

.processing-Content table {
  width: 570px;
  margin: 0 0 50px 80px;
}

.processing-Content table, .processing-Content td, .processing-Content th {
  border: none;
  border-collapse: collapse;
  text-align: left;
  padding-left: 5px;
  float: left;
}

.processing-Content td, .processing-Content th {
  padding: 8px 3px 8px 20px !important;
  width: 80px;
  height: 25px;
}

.processing-Content td:nth-child(2n) {
  padding: 8px 0 8px 25px !important;
  width: 400px;
  height: 25px;
}

.processing-Content table tr:nth-child(odd) {
  background-color: #eee;
}

.guide img {
  margin: 0 0 0 40px !important;
  width: 420px !important;
  height: 300px !important;
  display: block !important;
  margin: 0 65px 0 0 !important;
  float: right !important;
  object-fit: cover !important;
}

.processing-Content2 table, .processing-Content2 td, .processing-Content2 th {
  border: none;
  border-collapse: collapse;
}

.processing-Content2 table {
  width: 800px;
  margin: 0 auto 120px;
}

.processing-Content2 td, .processing-Content2 th {
  padding: 3px;
  width: 120px;
  height: 25px;
}

.processing-Content2 tr td:first-child {
  text-align: left;
  padding-left: 15px;
}

.processing-Content2 th {
  background: #f0e6cc;
}

.processing-Content2 h3 {
  text-align: left;
  padding-left: 210px;
  letter-spacing: 2px;
  margin: 0 !important;
}

.processing-Content2 h3 span {
  background: linear-gradient(transparent 80%, rgba(0, 60, 122, .5) 20%);
}

.guide-3 p {
  text-align: left;
}

.pt_layout3 .image {
  width: 570px;
  height: auto;
  display: block;
  margin: 0 40px 0 0 !important;
  float: left;
}

.facility-txt {
  width: 800px;
  margin: 0 auto 80px;
  text-align: left;
}

.facility-Contents table, .facility-Contents td, .facility-Contents th {
  border-collapse: collapse;
  border: none;
}

.facility-Contents td, .facility-Contents th {
  padding: 3px;
  width: 120px;
  height: 25px;
}

.facility-Contents tr td:first-child {
  width: 200px;
  text-align: left;
  padding-left: 15px;
}

.facility-Contents tr td:last-child {
  width: 60px;
  text-align: rightt;
  padding-left: 15px;
}

.facility-Contents {
  float: left;
  margin: 10px;
}

.facility-box {
  margin: 80px auto 40px;
  width: 1000px;
}

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

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


.technology-box {
  width: 1000px;
  margin: 10px auto 100px;
  height: 450px;
}

.technology-Contents {
  width: 300px;
  float: left;
  margin: 10px;
  background-color: #eee;
  border: 1px solid #DDD;
  box-sizing: border-box;
}

.technology-Contents img {
  width: 280px;
  height: 200px;
  margin: 10px auto;
  object-fit: cover;
}

.technology-Contents h4 {
  text-align: center;
  padding: 5px;
}

.technology-Contents p {
  text-align: left;
  padding: 0 20px 20px;
  margin: 0;
}

.technology-text span {
  font-size: 20px;
  font-weight: 600;
}

.link ul {
  width: 477px;
  margin: auto;
  list-style: none;
}

.link ul li {
  float: left;
  padding: 0 30px;
  border-right: 2px solid #000;
}

.link ul li a {
  font-weight: 600;
}

.link ul li a:hover {
  text-decoration: none;
}

.link ul li:hover {
  background-color: #F0FF62;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

.link ul li:last-child {
  border-right: none;
}

.link.technology_link ul,
.link.business_link ul {
  width: auto;
}

.company-text {
  width: 800px;
  margin: 0 auto 80px;
  line-height: 2;
}

.pt_layout6 {
  text-align: center;
  clear: both;
  margin: 0 0 40px 0 !important;
}

#main_contents3 .link ul {
  margin: 0 auto 100px;
  list-style: none;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main_contents3 .link ul li {
  padding: 10px 30px;
  border-right: 2px solid #000;
}

#main_contents3 .link ul li:last-child {
  border-right: none;
}

#main_contents3 .link ul li a {
  font-weight: 600;
}

#main_contents3 .link ul li a:hover {
  text-decoration: none;
}

#main_conte
