@charset "UTF-8";

/* ====================================================
tuika
==================================================== */
h1, h2, h3, h4, h5, h6, pre, code, input, textarea, select, button {
    font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


/* ====================================================
ALL CONTENTS
==================================================== */
.content_box {
    max-width: 100%;
    width: 1400px;
    margin: 0 auto;
    padding: 100px 140px 130px;
    background: #ffffff;
    margin-bottom: 100px;
    box-sizing: border-box;
    font-size: 15px;
}
.ttl_h2 {
   text-align: center;
   line-height: 1;
   color: #666666;
   font-size: 14px;
   font-size: 1.4rem;
   margin-top: 90px;
   margin-bottom: 70px;
   letter-spacing: 1px;
   font-weight: bold;
}
.ttl_h2:first-child {
   text-align: center;
   line-height: 1;
   color: #666666;
   font-size: 14px;
   font-size: 1.4rem;
   margin-top: 0;
   margin-bottom: 70px;
   letter-spacing: 1px;
   font-weight: bold;
}
.ttl_h2 span {
   font-weight: 900;
   font-size: 36px;
   font-size: 3.6rem;
   display: block;
   margin: 0px auto 17px;
   letter-spacing: 2px;
}
.ttl_h2b {
   text-align: center;
   line-height: 1;
   font-size: 30px;
   font-size: 3rem;
   margin-top: 70px;
   margin-bottom: 50px;
   letter-spacing: 4px;
   font-weight: bold;
}
.sec_page h3 {
    font-size: 20px;
    margin: 0 0 35px;
    font-weight: bold;
}
@media only screen and (max-width: 980px){
    .content_box {
        width: 90%;
        margin: 0 auto 40px;
        padding: 35px 20px 30px;
        box-sizing: border-box;
        font-size: 13px;
    }
   .ttl_h2 {
      font-size: 11px;
      font-size: 1.1rem;
      margin-top: 40px;
      margin-bottom: 35px;
   }
   .ttl_h2 span {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 13px;
      letter-spacing: 1px;
   }
   .ttl_h2b {
        font-size: 24px;
        font-size: 2.4rem;
        margin-top: 40px;
        margin-bottom: 30px;
        letter-spacing: 2px;
    }
    .sec_page h3 {
        margin: 0 0 20px;
        font-size: 17px;
    }
}

a:hover {
   color: inherit;
   text-decoration: none;
}
.btn_style01:hover {
   color: #ffffff;
}
#main-header .header .logo_wrap {
   width: 140px;
}
@media screen and (max-width: 768px) {
   #main-header .header .logo_wrap {
      width: 86px;
   }
}

.sec-brand img {
    filter: grayscale(1);
    opacity: 0.5;
    margin-bottom: 15px;
}
.sec-brand img:hover {
    filter: grayscale(0);
    opacity: 0.9;
}

.ttl_style01 span {
  text-transform: uppercase;
}

.sec_page {
  font-size: 1.6rem;
  line-height: 2.14;
  color: #3d3d3d;
  letter-spacing: -0.5px;
  padding-bottom: 30px;
}
.sec_page p {
  font-size: 1.6rem;
  line-height: 2.14;
  color: #3d3d3d;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}

.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
@media only screen and (max-width: 980px){
    .sec_page, .sec_page p {
      font-size: 1.4rem;
      line-height: 1.7;
    }
}


/* メインスライダー
------------------------------------------------------------*/
#slider {
    width: 100%;
    margin: 80px auto 0;
    position: relative;
    overflow: hidden;
}
#slider .uk-panel {
    display: inline-block;
    position: absolute;
    bottom: 15%;
    left: 3%;
}
#slider .slide_sub{
    color: #ebdebf;
    font-size: 13px;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    font-style: italic;
}
#slider h1.slide_title{
    margin: 0 auto;
    padding: 0 0 20px;
    box-sizing: border-box;
    text-align: left;
}
#slider .slide_sub2{
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    text-align: left;
}
#slider .sls01 {
    font-weight: 400;
}
#slider .sls02 {
    color: #ccaa59;
}
@media only screen and (max-width: 980px){
#slider {
    margin: 80px auto 0;
}
#slider .slide_sub{
    display: none;
}
#slider h1.slide_title img{
    width: 180px;
}
#slider .slide_sub2{
    font-size: 12px;
    letter-spacing: 0;
}
}


/* Table
------------------------------------------------------------*/
table {
    font-size: 15px;
    width: 99.9%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    color: #000;
    font-size: 13px;
    margin: 8px auto;
}
th {
    color: #2b3d49;
    background-color: #eee;
    padding: 10px 5px 10px 5px;
    text-align: left;
    font-weight: bold;
    background: #f1f4f5;
}
td {
    padding: 10px 5px;
    text-align: left;
}


table.con_tbl {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    margin: 25px auto 25px;
}
.con_tbl th {
    border-bottom: 1px solid #e5e5e5;
    color: #444;
    background: #fff;
    padding: 25px 20px;
    vertical-align: middle;
    font-size: 15px;
    width: 22%;
    box-sizing: border-box;
}
.con_tbl td {
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 20px;
    background: #fff;
    color: #444;
    font-size: 15px;
    vertical-align: top;
    box-sizing: border-box;
}
.con_tbl th p {
    font-size: 15px;
}
.con_tbl td ul li span {
    display: inline-block;
    width: 70px;
    font-weight: bold;
}
.tbl_sub {
    font-size: 12px;
}
@media only screen and (max-width: 768px){
    table.con_tbl {
        border-bottom: none;
    } 
    .con_tbl th {
        display: block;
        width: 100%;
        border-right: none;
        padding: 10px 7px;
        font-size: 14px;
    }
    .con_tbl td {
        display: block;
        padding: 10px 7px;
        font-size: 14px;
    }
    .con_tbl th p {
        font-size: 14px;
    }
    .con_tbl td ul li span {
        width: 50px;
    }
}


/* コンタクトフォーム
--------------------------------------------------------------------*/
.con_tbl th p, .con_tbl td p {
    margin: 0;
    padding: 0;
}
.con_tbl input, .con_tbl textarea {
    border: 1px solid #d8d8d8;
}
.con_tbl ::placeholder {
    color:#797979;
}
.CF7_req{
    font-size: 14px;
    padding: 0;
    color: #f79034;
    margin-left: 5px;
}
.CF7_btn{
    text-align:center;
    margin-top:20px;
}
.wpcf7 input.wpcf7-submit{
    display: inline-block;
    margin: 25px 0 5px 50px;
    padding: 20px 0;
    width: 270px;
    max-width: 90%;
    background: #444;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.wpcf7 input.wpcf7-submit:hover{
    opacity: 0.7;
    border: none;
}
.wpcf7-spinner{
    width:0;
    margin:0;
}

.con_scrollbox {
    margin: 25px 0 ;
    padding: 25px;
    border: 1px solid #ddd;
    height: 200px;
    box-sizing: border-box;
    overflow: scroll;
    font-size: 14px;
}
.con_scrollbox h3 {
    font-size: 15px;
}
.con_scrollbox p{
    font-size: 14px;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px){
    .con_tbl th{
        width: 30%;
        background-color: #f6f6f6;
    }
}
@media screen and (max-width: 768px){
    .wpcf7 input.wpcf7-submit{
        margin: 25px 0 5px 40px;
        width: 200px;
    }
}


/*--- form ----------------------------------------------------------- */
form {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: inherit;
}
fieldset {
    padding: 3px;
    border: none;
}
legend {
    padding: 0 10px;
    background-color: #fff;
}
input, textarea, select {
    padding: 8px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background-color: #fff;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
    max-width: 100%;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.06);
}
input:hover, textarea:hover {
    background: #f7f7f7;
    border-color: #aaa;
}
a:focus, textarea:focus, input:focus {
    outline: none
}
textarea {
    padding: 3px 10px
}
input.submit {
    padding: 3px 5px;
    font-size: 100%;
    border: none;
}
input.submit:hover {
    border: none
}
input[type=radio] {
    display: inline-block;
    border: none;
    background-color: transparent;
    background-image: none;
}
input[type="checkbox"] {
  position: relative;
  width: 17px;
  height: 17px;
  vertical-align: -1px;
  margin-right: 5px;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
select::-ms-expand {
    display: block;
}
@media only screen and (max-width: 1200px){
    input, textarea {
        width: 99%;
        padding: 5px 3px;
    }
    input[type=radio] {
        display: inline-block;
        width: 20px;
    }
    .mwform-tel-field input {
        width: 50px;
    }
    .mwform-checkbox-field input {
        display: inline-block;
        width: 18px;
    }
}


/* ====================================================
COMPANY INFO
==================================================== */
.tm_autr {
    text-align: right;
}
.tm_autr span {
    font-size: 20px;
    font-weight: bold;
}
@media only screen and (max-width: 980px){
.tm_autr span {
    font-size: 17px;
}
}





#pageTop {
    display: none;
    position: fixed;
    margin: 0;
    bottom: 40px;
    right: 25px;
    width:45px;
    height:45px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}
#pageTop a {
    display: block;
    background: #999 url(images/page_up.png) center center no-repeat;
    width:45px;
    height:45px;
    border-radius: 50%;
}
#pageTop a:hover{
    background: #ccc url(images/page_up.png) center center no-repeat;
}


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