@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
*
* Title  : style CSS
* Author :
* UpDate :
*
* >>> INDEX
*
*  1.基本情報
*  2.包括ブロック
*  3.ヘッダー
*  4.メインコンテンツ
*  5.フッター
*
* ///////////////////////////////////////////////////////////////////////////////////////////////// */


/* ----------------------------------------------------------------------------------------------------
*  1.基本情報
* --------------------------------------------------------------------------------------------------*/

body {
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 150%;
}

a {
  color: #ccc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

aside {
  position: relative;
  float: right;
  width: 200px;
}


/* ----------------------------------------------------------------------------------------------------
*  2.包括ブロック
* --------------------------------------------------------------------------------------------------*/

.contentIn {
  display: block;
  width: 960px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  .contentIn {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  3.ヘッダー
* --------------------------------------------------------------------------------------------------*/

#header .contentIn {
  padding: 30px 0 18px;
}

@media screen and (max-width: 680px) {
  #header .contentIn {
    padding: 30px 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header .contentIn .logo {
    display: block;
    width: 170px;
    height: auto;
  }
  #header .contentIn .contactBtn {
    display: block;
    width: 40px !important;
    height: 40px;
    background: url(../img/icon_sp_contact.png) no-repeat;
    text-indent: -9999px;
    top: 25px;
    right: 10px !important;
  }
  #header .contentIn .menuBtn {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/icon_sp_menu.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 25px;
    right: 58px;
    margin: 0;
  }
}

@media screen and (min-width: 681px) {
  #header .contentIn .menuBtn {
    display: none;
  }
}

#header .contentIn .logo {
  margin: 0;
}

#header .contentIn .contactBtn {
  display: block;
  position: absolute;
  width: 167px;
  height: 42px;
  right: 0;
  bottom: 25px;
}

#gNav {
  background: url(../img/bg_gNav02.png) repeat-x;
}

#gNav ul {
  display: block;
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  #gNav ul {
    position: absolute;
    top: 80px;
    z-index: 100;
    display: block;
    width: 100%;
    display: none;
  }
  #gNav ul li {
    display: block;
    width: 100% !important;
  }
  #gNav ul li a {
    background-color: rgba(1, 56, 40, 0.8) !important;
    text-indent: initial !important;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    background-image: none !important;
    width: 100% !important;
    height: auto !important;
    text-align: center;
  }
  #gNav ul li:last-child a {
    border-bottom: none;
  }
}

#gNav ul li {
  display: block;
  width: 160px;
  float: left;
}

#gNav ul li a {
  display: block;
  width: 100%;
  height: 40px;
  text-indent: -9999px;
}

#gNav ul li:nth-child(1) a {
  background: url(../img/bg_gNav01.png) left top no-repeat;
}

#gNav ul li:nth-child(2) a {
  background: url(../img/bg_gNav01.png) left -160px top no-repeat;
}

#gNav ul li:nth-child(3) a {
  background: url(../img/bg_gNav01.png) left -320px top no-repeat;
}

#gNav ul li:nth-child(4) a {
  background: url(../img/bg_gNav01.png) left -480px top no-repeat;
}

#gNav ul li:nth-child(5) a {
  background: url(../img/bg_gNav01.png) left -640px top no-repeat;
}

#gNav ul li:nth-child(6) a {
  background: url(../img/bg_gNav01.png) left -801px top no-repeat;
}


/* ----------------------------------------------------------------------------------------------------
*  4.メインコンテンツ
* --------------------------------------------------------------------------------------------------*/

#container {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 50px;
}

#container #ttlArea {
  display: block;
  width: 100%;
  height: 95px;
  background: url(../img/titleMain.jpg) no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  margin-bottom: 30px;
}

#container #ttlArea h1 {
  font-size: 24px;
  color: #fff;
  padding: 41px 0 0 41px;
}

#container #mainContent {
  display: block;
  width: 730px;
  float: left;
}

#container h2 {
  color: #fff;
  font-size: 25px;
  padding: 11px 0 11px 20px;
  margin-bottom: 30px;
}

#container h3.style01 {
  width: 100%;
  height: 44px;
  background: url(../img/bg_h3.png) no-repeat;
  -webkit-background-size: auto 100%;
  background-size: contain;
  font-size: 18px;
  color: #666;
  line-height: 40px;
  padding: 0 0 0 25px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table.style01 {
  width: 100%;
  margin-bottom: 40px;
}

table.style01 tr {
  border-bottom: solid 5px #fff;
}

table.style01 th {
  width: 20%;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  border-right: 5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

table.style01 td {
  width: 80%;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

#container h3.style02 {
  width: 100%;
  height: 44px;
  background: url(../img/kensetsu/bg_h3.png) no-repeat;
  -webkit-background-size: auto 100%;
  background-size: contain;
  font-size: 18px;
  color: #666;
  line-height: 40px;
  padding: 0 0 0 25px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table.style02 {
  width: 100%;
  margin-bottom: 40px;
}

table.style02 tr {
  border-bottom: solid 5px #fff;
}

table.style02 th {
  width: 20%;
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
  border-right: 5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

table.style02 td {
  width: 80%;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

#container .sidebar {
  display: block;
  width: 200px;
  padding: 10px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f3e1;
}

#container .sidebar h4 {
  font-size: 20px;
  background: url(../img/icon_arrow01.png) left 10px center no-repeat #003366;
  color: #fff;
  padding: 5px 10px 5px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#container .sidebar .btn a {
  display: block;
  padding: 7.5px 12.5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 3px;
}

#container .sidebar .btn01 a {
  background-color: #39b134;
}

#container .sidebar .btn02 a {
  background-color: #fc9927;
}

#container .sidebar .btn + ul {
  margin-top: -10px;
}

#container .sidebar ul {
  padding: 0 2.5px;
}

#container .sidebar ul a {
  font-size: 14px;
  color: #003366;
  line-height: 1.8;
  text-decoration: underline;
  letter-spacing: -0.2px;
}

#container .sidebar .bnr {
  margin-top: 10px;
}

#container #mainContent p {
  font-size: 13px;
  color: #666;
  line-height: 150%;
}

@media screen and (max-width: 680px) {
  #container {
    margin-bottom: 0;
  }
  #container #ttlArea {
    display: block;
    width: 100%;
    height: 70px;
    background: url(../img/titleMain_sp.jpg) center center no-repeat;
    margin-bottom: 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #container #ttlArea h1 {
    font-size: 20px;
    color: #fff;
    padding: 24px 0 0 21px;
  }
  #container #mainContent {
    width: 100%;
    margin-bottom: 40px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container .contentIn {
    padding: 0 !important;
  }
  #container h2 {
    font-size: 14px;
    padding: 8px 0 8px 10px;
    margin-bottom: 15px;
  }
  #container h3.style01 {
    font-size: 12px;
    background-size: 100% 70%;
    padding: 7px 0 0 12px;
    margin-bottom: 0;
  }
  table.style01 {
    margin-bottom: 30px;
  }
  table.style01 tr {
    border-bottom: solid 3px #fff;
  }
  table.style01 th {
    font-size: 12px;
    padding: 15px 0;
    border-right: solid 3px #fff;
  }
  table.style01 td {
    padding: 15px 6px;
    font-size: 10px;
  }
  #container h3.style02 {
    font-size: 12px;
    background-size: 100% 70%;
    padding: 7px 0 0 12px;
    margin-bottom: 0;
  }
  table.style02 {
    margin-bottom: 30px;
  }
  table.style02 tr {
    border-bottom: solid 3px #fff;
  }
  table.style02 th {
    font-size: 12px;
    padding: 15px 0;
    border-right: solid 3px #fff;
  }
  table.style02 td {
    padding: 15px 6px;
    font-size: 10px;
  }
  #container aside {
    width: 100%;
  }
  #container #banner {
    width: 200px;
    margin: 10px;
  }
  #container .sidebar {
    width: 100%;
    padding: 15px 0;
  }
  #container .sidebar h4 {
    font-size: 14px;
  }
  #container .sidebar p {
    padding: 0 20px;
    font-size: 12px;
  }
  #container .sidebar p a {
    font-size: 12px;
  }
  #container .sidebar ul {
    padding: 0 20px;
  }
  #container .sidebar ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
  }
  #container .sidebar ul li a {
    font-size: 12px;
  }
  #container .sidebar:not(:last-of-type) {
    margin-bottom: 0;
  }
  #container .sidebar .bnr {
    padding: 0 20px;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  5.フッター
* --------------------------------------------------------------------------------------------------*/

#footer {
  background-color: #dfeed7;
  border-top: 2px solid #9bbb8e;
  padding-top: 10px;
}

#footer a {
  font-size: 12px;
  color: #666;
  background: url(../img/icon_arrow02.png) left center no-repeat;
  padding-left: 7px;
}

#footer ul {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}

#footer ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

#footer ul li ul li {
  display: block;
  line-height: 1.8;
}

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

#footer ul li ul li a {
  background: none;
  padding: 0;
  margin-left: 5px;
}

#footer .copy {
  display: block;
  text-align: right;
  font-size: 10px;
  color: #666;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  #footer .contentIn {
    padding: 15px 20px;
  }
  #footer ul {
    width: 50%;
    float: left;
  }
  #footer ul p {
    margin-top: 0;
  }
  #footer ul li ul {
    width: 100%;
    float: none;
  }
}

/* Youtube */
.youtube {
  display: flex;
  align-items: center;
}

/* Associate Banner */
#container .sidebar.associate-banner {
  margin: 30px 0;
  padding: 0;
  background-color: transparent;
}

#container .sidebar.associate-banner a {
  display: block;
}
