/****
--------------------------------------------
TABLE OF CONTENTS
  - 1.共通要素
  - 2.個別要素
-----------------------------------------  */
/*----------------------
 1.共通要素
---------------------  */

/* icon */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot@4ha6fd');
  src: url('fonts/icomoon.eot@4ha6fd') format('embedded-opentype'),
    url('fonts/icomoon.ttf@4ha6fd') format('truetype'),
    url('fonts/icomoon.woff@4ha6fd') format('woff'),
    url('fonts/icomoon.svg@4ha6fd') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-kuri:before {
  content: "\e900";
  color: #6a3906;
}


/* hero */
.hero-buttons.is-nomargin {
  margin-top: 0;
}

.hero.is-grey-lighter {
  background: #f5f7fa;
}

.title.is-hero-title {
  font-size: 24px;
  line-height: 1.47;
  /*margin-bottom: 2em;*/
  font-weight: bold;
}

/* parts */
.button {
  font-size: 14px;
}

/* contactArea */
.contactArea {
  margin: 0 0 60px 0;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.contactArea__number {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}

/* header */
.header-logo {
  width: 500px;
}


.header-item {
  height: 70px;
  padding: 3.25em 0 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only all and (max-width: 768px) {
  .header-logo {
    width: 275px;
  }

  .header-item {
    height: auto;
    padding: 0.5em;
    justify-content: center;
  }
}

.header-list {
  /*width: 350px;*/
}

.header-list li {
  display: inline-block;
  padding-left: 10px;
  font-size: 0.9rem;
  vertical-align: middle;
}

.header-list li.uline a:hover {
  text-decoration: underline;
}

/*.header-list li.is-np {
  padding: 0 10px 0 0;
  }
.header-list li.is-mb5{

}*/
/*.has-shadow {
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}*/
.fa-ul {
  margin-left: 1.25em;
}

.navigation li a:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  content: '\f0da';
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  top: 18px;
}

/* tab切り替え 要javascript */
#tab-content p {
  display: none;
}

#tab-content p.is-active {
  display: block;
}

.sectionBlock-border {
  padding: 1.5rem;
  border: solid 2px #ddd;
}

/*----------------------
 2.個別要素
---------------------  */
/* blog*/

.mainContent>.entry {
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .mainContent article {
    padding-right: 30px;
  }
}

/* form */
form.inline {
  display: inline;
}

.control .help {
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

.field-body:not(:last-child) {
  margin-bottom: 1rem;
}

/* entry */

.entry-ttl {
  /*  font-size: 1em;*/
  color: #fff !important;
  background-color: #EB6300;
  padding: 0.5em;
}

.result-ttl {
  color: #fff !important;
  background-color: #8FC31F;
  padding: 0.5em;
}

.sbe-ttl {
  color: #EB6300 !important;
  padding: 0.25em;
  border-bottom: solid 2px #EB6300;
}

.btn-box {
  padding: 0.5em 0;
}

.entry-price {
  background-color: #F2964F;
  border-radius: 4px;
  color: #fff;
  display: inline;
  font-weight: 700;
  padding: 0.5em 1em;
  position: relative;
}

.message.is-entry .message-header {
  background-color: #EB6300;
  color: #fff;
}

.message.is-entry .message-body {
  /*   border: solid 2px #EB6300;
   border-radius: 2px;*/
  border-color: #EB6300 border-radius: 2px;
  border-style: solid;
  border-width: 0 2px 2px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
  background-color: #fff;
}

.tag:not(body).is-entry {
  background-color: #EB6300;
  color: #fff;
}

.button.is-url {
  background-color: transparent;
  border-color: #EB6300;
  border-width: 2px;
  color: #EB6300;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.75em 1.15em;
  height: auto;
}

.button.is-url:hover,
.button.is-url.is-hovered,
.button.is-url:focus,
.button.is-url.is-focused {
  background-color: #EB6300;
  color: #fff;
}

.button.is-url:active,
.button.is-url.is-active {
  background-color: #e8e8e8;
  color: #fff;
}

.columns.is-mb0:not(:last-child) {
  margin-bottom: 0 !important;

}

.entry-time {
  padding: 0.5em 0;
}

.entry__title a {
  text-decoration: underline;
}

/* guideline */

.is-main th {
  width: 8rem;
}

@media screen and (max-width: 640px) {
  .is-main th {
    width: 6rem;
  }
}

.is-main th span {
  background-color: #FAD4B3;
}

th.th-man,
th.is-black {
  background-color: #1C1B1B;
  color: #fff;
}

th.th-woman {
  background-color: #666464;
  color: #fff;
}

th.th-half {
  background-color: #FAD4B3;
  /*  color: #fff;*/
}



.is-orenge {
  color: #EB6300;
}

.footer__contact>span {
  display: inline-block;
}

@media screen and (max-width: 640px) {

  .scroll-table-wrapper:before,
  .scroll-table-wrapper:after {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .scroll-table-wrapper .scroll-table-container {
    overflow-x: scroll;
  }

  .scroll-table-wrapper .scroll-table-container table.scroll-table {
    width: 740px;
  }
}

.btn-result {
  display: flex;
  width: 100%;
  background-color: #D7EAB0;
  font-weight: 600;
  padding: 0.5em 0.25em;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  justify-content: center;
}

.underline{
  text-decoration: underline;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-8{
  margin-bottom: 2rem;
}