/*
 Theme Name:   exceed Child
 Theme URI:    http://example.com/exceed-child/
 Description:  exceed Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     exceed
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  exceed-child
*/


html,body {
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
/*    letter-spacing: 0.05em; */
    font-size:16px;
    color: #0F172A;
    overflow-x: hidden;
   }

.list_indent {
    margin-left: 1.5em !important
}

.txt_li_indent {
  padding-left:0;
  font-size: 0.9em;
}   

a.link_inner {
  text-decoration: none !important;
  color: #FFF;
}


.works table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
th {
  position: sticky;
  top: 0;
  font-weight: normal;
  font-size: 0.875rem;
  color: #666;
  background: #eee;
}

/* 実績 */
table.industry {
  border-collapse: collapse;
  width: 100%;
  font-size:14px;
}
table.industry th,
td {
  padding: 1rem 1rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

table.industry th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  background: #eee;
  position: sticky;
  top: 0;
}

@media(max-width: 810px) {
.industry .heading {
    display: none;
  }
.industry td {
    display: block;
  }
.industry td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }
  .industry-name {
    background: #eee;
  }
}

/* 会社概要 */
table.outline {
  border-collapse: collapse;
  width: 100%;
  font-size:16px;
}
table.outline th {
  padding: 1rem 1rem;
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

table.outline td {
  padding: 1rem 1.75rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

table.outline th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  background: #eee;
  position: sticky;
  top: 0;
}

@media(max-width: 600px) {
table.outline th, table td {
    display: block;
    padding: 1rem 1.75rem;
    font-size: 15px;
    width: 100%;
    border-bottom: none;
  }
 table.outline tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }

.link-none {
   pointer-events: none;
   text-decoration: none;
}

}

.smf-action .smf-button-control__control {
  background: #38BB5C !important;
}


@media (min-width: 922px) {
/*
    .ast-container {
        max-width: 100vw;
        padding-left: 150px;
        padding-right: 150px;
    }

 */

.li_common li {
  font-weight:500;
  font-size:1.2em;
  line-height:1.8em;
  /*border-bottom: 1px solid #f6f6f6;*/
}


.li_common p.txt_s {
  font-weight:400;
  font-size:16px;
  line-height:1.8em;
  padding-bottom:1em;
}

.li_common p.txt_s_none {
  font-weight:400;
  font-size:1em;
  line-height:1.8em;
  padding-bottom:0;
}

ol.li_common_nest {
  font-weight:500;
  font-size:15px;
  line-height:1.8em;
  padding-top: 20px;
}

ul.nest {
list-style: none;
font-size:16px;
padding-bottom: 2em;
}

li.li_nest {
list-style-type: disc;
font-size: 1em;
font-weight: 400;
line-height: 1.8em;
}


.li_privacy li {
  font-weight:400;
  font-size:1em;
  line-height:1.8em;
/*  border-bottom: 1px solid #f6f6f6;*/
  padding-top:20px;
}

.rec_newgra .rec_secbox li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.rec_newgra .rec_secbox li::before {
  display: none !important;
  content: none !important;
}

/* form */
.snow-monkey-form {
  font-family: Noto sans jp;
  margin: 0 auto;
}

.entry-content ol {
  padding-top: -20px;
  padding-bottom: 30px;
}

.smf-item__label {
  padding: 10px 0;
}
.smf-form .smf-text-control__control {
  display: block;
  max-width: 70% !important;
  padding: 1.25rem 1rem !important;
}

.smf-form--letter {
  display: inline;
  margin: 0 auto;
}

.smf-action {
  text-align: center;
  padding: 1em 0 6em;
}
.smf-action .smf-button-control__control {
  background: #38BB5C !important;
}

/* Snow Monkey Forms */
.smf-form--letter .smf-item {
  max-width:80% !important;
  padding-left:250px !important;
}

#post-846 {
  margin: 5em auto;
}

.smf-progress-tracker {
  margin-top: 3em !important;
}

.smf-form .smf-form--simple-table.m_table {
  text-align: left !important;
}

/*.wp-block-snow-monkey-forms-item {
  width: 70% !important;
  margin: 2em auto !important; 
  padding-left: 2em !important;
}
*/
.smf-item__col .smf-item__col--label {
    width: 35% !important;
}

.smf-item__controls {
    width: 65% !important;
}

.smf-item__label__text {
  position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
position: absolute;
top: 50%;
right: -50px;
transform: translateY(-50%);
display: grid;
place-items: center;
width: 40px;
height: 23px;
border-radius: 4px;
content: "必須";
font-size: 12px;
color: #fff;
background: #ff6600;
}

.smf-action .smf-button-control__control {
  font-size: 1em;
  background-color: var(--color_main);
  background-image: none;
  color: #fff;
  border: none;
  transition: box-shadow 0.25s;
  border-radius: 80px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  min-width: 15%;
  padding: 1em;
  position: relative;
  text-decoration: none;
  width: auto;
}

.smf-action .smf-button-control__control:hover {
  border-color: inherit!important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
}

.smf-form .smf-form--simple-table.m_table {
  margin: 2em auto;
  text-align: center;
}

}


@media (max-width: 500px) {
/*ol.li_common li {
  font-weight:500;
  font-size:1.2em !important;
  line-height:1.5em;
  border-bottom: 1px solid #f6f6f6;
}

ol.li_common_s li {
  font-weight:400;
  font-size:0.9em !important;;
  line-height:1.8em;
  margin-bottom:1em;
}

.li_common p.txt_s {
  font-weight:400;
  font-size:1em;
  line-height:1.8em;
  padding-bottom:1em;
}*/


  .works .heading {
    display: none;
  }
  .works .industry {
    background: #eee;
  }
  .works td {
    display: block;
  }
  .works td::before {
    content: attr(data-label);
    font-size: 0.875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }  

.smf-form--letter .smf-item {
  padding:20px;
}
}

@media (max-width: 1024px) {
.smf-form--letter .smf-item {
  padding:20px;
}

.smf-item__label__text {
  position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
position: absolute;
top: 50%;
right: -50px;
transform: translateY(-50%);
display: grid;
place-items: center;
width: 40px;
height: 23px;
border-radius: 4px;
content: "必須";
font-size: 12px;
color: #fff;
background: #ff6600;
}
.smf-action .smf-button-control__control {
  font-size: 1em;
  background-color: var(--color_main);
  background-image: none;
  color: #fff;
  border: none;
  transition: box-shadow 0.25s;
  border-radius: 80px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0;
  min-width: 15%;
  padding: 1em;
  position: relative;
  text-decoration: none;
  width: auto;
}
}