@charset "utf-8";

/*************************
******* mystyle made by DK1
**************************/

.left {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}

@media screen and (max-width: 600px) {
.left {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
}
}

.right {
    text-align: right;
}

.mincho {
    font-family: 'Noto Serif JP', serif , '游明朝 Medium', Meiryo, 'ＭＳ Ｐ明朝', 'MS PMinchou', sans-serif;
    font-size: 18px;
}

.line01 {
    border-bottom: dashed 1px #000;
}

.pd10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pd10-all {
    padding: 10px;
}

.pdt50 {
    padding-top: 10px;
}

.pd50-all {
    padding: 10px;
}


.mgt50 {
    margin-top: 50px;
}

.mg50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mg50-all {
    margin: 50px;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.mg-center {
    margin: 0 auto;
}

.btn-primary:link {
    color: white;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #EC5538;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
}

.services-wrap .pull-left {
    margin-right: 20px;
    margin-top: 0;
}

.media-body p {
    text-align: left;
}

#partner ul li {
    margin-top: 5px;
}

/* pageTop ************************************/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
    z-index: 500;
}

#pageTop i {
  padding-top: 6px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #837259;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
    font-size: 20px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*******************************************
contents-title **************************
********************************************/
.page-title{
    padding: 60px 0;
    margin-top: 118px;
}

.page-title h1{
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 42px;
    font-family: 'Noto Serif JP', serif , '游明朝 Medium', Meiryo, 'ＭＳ Ｐ明朝', 'MS PMinchou', sans-serif;
}

/*******************************************
h2 *****************************************
********************************************/
#feature h2 {
    font-size: 36px;
    font-family: 'Noto Serif JP', serif , '游明朝 Medium', Meiryo, 'ＭＳ Ｐ明朝', 'MS PMinchou', sans-serif;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 2px 2px 3px #CCC;
}

#feature h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 160px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: black;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}


/*******************************************
recent-works *******************************
********************************************/
#recent-works {
    background-color: #FFF;
}


#recent-works h2 {
    font-size: 36px;
    font-family: 'Noto Serif JP', serif , '游明朝 Medium', Meiryo, 'ＭＳ Ｐ明朝', 'MS PMinchou', sans-serif;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 2px 2px 3px #CCC;
}

#recent-works h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 160px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: black;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

 .bd-bottom {
    border-bottom: solid 1px #707070;
}

#recent-works table {
  border-collapse: collapse;
  margin: 10vh auto;
    width: 100%;
  text-align: left;
border-bottom: #000 1px solid;}

#recent-works .tr .td {
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
    padding-top: 40px;}

#recent-works .tr:first-child .td {

  border-top: none;
  border-bottom: none; }

#recent-works .tr:last-child .td {
  border-top: none;
  border-bottom: none; }

#recent-works table.pro {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#recent-works table.pr tr {
  background-color: rgba( 255, 255 , 255, 0.6);
  border: 1px solid #bbb;
  padding: .35em;
}

#recent-works table.pr th,
#recent-works table.pr td {
  padding: 1em;
  border-right: 1px solid #bbb;
    text-align: left;
}

#recent-works table.pr th {
  font-size: 1.2em;
    width: 20%;
}

#recent-works table.pr td {
    width: 80%;
}

#recent-works table.pr thead tr{
  background-color: #eee;
}
/*******************************************
services *******************************
********************************************/
#services {
    background-color: #FAFAFA;
}

#services .single-work {
    padding: 0;
}


#services h2 {
    font-size: 36px;
    font-family: 'Noto Serif JP', serif , '游明朝 Medium', Meiryo, 'ＭＳ Ｐ明朝', 'MS PMinchou', sans-serif;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 2px 2px 3px #CCC;
}

#services h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 160px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: black;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

#middle h2 {
    font-size: 36px;
    font-family: 'Noto Serif JP', serif , '游明朝 Medium', Meiryo, 'ＭＳ Ｐ明朝', 'MS PMinchou', sans-serif;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 2px 2px 3px #CCC;
}

#middle h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 160px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: black;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

#testimonial h2 {
    font-size: 36px;
    font-family: 'Noto Serif JP', serif , '游明朝 Medium', Meiryo, 'ＭＳ Ｐ明朝', 'MS PMinchou', sans-serif;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 2px 2px 3px #CCC;
}

#testimonial h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 160px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: black;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

#partner h2 {
    font-size: 36px;
    font-family: 'Noto Serif JP', serif , '游明朝 Medium', Meiryo, 'ＭＳ Ｐ明朝', 'MS PMinchou', sans-serif;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 2px 2px 3px #CCC;
}

#partner h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 160px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: black;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}



/* Form ***************************************/
#agreement h3{
    color: #000;
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-family: 'Noto Serif JP', serif , '游明朝 Medium', Meiryo, 'ＭＳ Ｐ明朝', 'MS PMinchou', sans-serif;
    background-color: #fafafa;
    text-align: left;
}

#agreement ol{margin-left:2em;}

/* Company Profile *****************************/
#company table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#company table tr {
  background-color: rgba( 255, 255, 255, 0.7 );
  border: 1px solid #bbb;
  padding: .35em;
}

#company table th,
#company table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px dashed #bbb;
}

#company table th {
  font-size: 1.0em;
}

#company table thead tr{
  background-color: #eee;
}

#company .txt{
   text-align: left;
   font-size: 1.0em;
}

#company .price{
   text-align: right;
}

@media screen and (max-width: 600px) {
#company table {
    border: 0;
    width:100%
  }

#company table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }

#company table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

#company table tr {
    display: block;
    margin-bottom: .625em;
  }

#company table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 1em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em .625em;
    border-right: none;
  }

#company table td .left {
    text-align: left;
  }

#company table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

#company table td:last-child {
    border-bottom: 0;
  }
}

