@charset "utf-8";
/*** common style ***/
html {
  font: 14px/18px 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif;
}

.wrapper .inner {
  width: 980px;
  margin: 0 auto;
}

nav a {
  text-decoration: none;
  color: #000;
}
nav a:hover,
nav a:active {
  text-decoration: underline;
}
.tac{
  text-align: center;
}
.mb1l {
  margin-bottom: 18px;
}
.c00f {
  color: #00f;
}

/*** header ***/
header {
  margin: 0 0 30px;
  background-color: #f4f4f4;
}
#index header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(244, 244, 244, 0.85);
}
header h1 {
  float: left;
  padding: 16px 0;
}
header h1 img {
  vertical-align: bottom;
}
header nav {
  float: right;
}
header nav li {
  display: table-cell;
  height: 66px;
  vertical-align: middle;
}
header nav li + li {
  padding-left: 35px;
}
header nav li a {
  display: block;
  padding: 26px 0 21px;
  border-bottom: 5px solid transparent;
}
header nav li a:hover,
header nav li a:active {
  border-bottom-color: #046aa8;
  text-decoration: none;
}

/*** templates (Left Side) ***/
.temp_l {
  float: left;
  width: 700px;
  margin: 0 0 50px;
}
.temp_l h2 {
  margin: 0 0 20px;
}
.temp_l .text {
  margin: 0 15px 40px;
}
.temp_l .text ul {
  margin: 15px 0 15px 20px;
}
.temp_l .text ul li {
  list-style-type: disc;
}
.temp_l h3 {
  margin: 0 0 20px;
  padding: 10px 15px;
  background: #fff url(../images/common/h3_bg.png) 0 0 repeat;
  font-size: 16px;
  line-height: 18px;
}

/*** templates (Case) ***/
.case h3 {
  background-image: none;
  padding: 0 10px 4px;
}
.case h3.category {
  border-bottom: 3px solid #d1d1d1;
  font-size: 21px;
  font-weight: bold;
}
.case h3.single {
  border-bottom: 3px solid #046aa8;
}
.case h3.single span {
  display: inline-block;
  padding: 8px 10px;
  vertical-align: top;
}
.case h3.single .category {
  background-color: #046aa8;
  color: #fff;
}
.case h3.single .title {
  font-weight: bold;
}
.case .text ul {
  margin-left: 0;
}
.case .text ul li {
  list-style-type: none;
}
.case .text .showcase li {
  float: left;
  width: 210px;
  margin: 0 20px 15px 0;
  text-align: center;
  overflow: hidden;
}
.case .showcase li:nth-child(3n+3),
.case .showcase li:last-child {
  margin-right: 0;
}
.case .text .showcase li a {
  text-decoration: none;
  color: #000;
}
.case .text .showcase li a:hover,
.case .text .showcase li a:active {
  text-decoration: underline;
}
.case .text .showcase li a:hover img,
.case .text .showcase li a:active img {
    opacity: 0.8;
}
.case .text .showcase li img {
  width: 200px;
  height: 150px;
  margin-bottom: 4px;
  border: 5px solid #a0b6c3;
  vertical-align: bottom;
}
.case .case_large {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.case .case_large img {
  width: calc(100% - 10px);
  height: auto;
  max-height: 640px;
  border: 5px solid #a0b6c3;
  vertical-align: bottom;
}
.case .case_thumbnail {
  margin: 0 10px 30px;
}
.case .case_thumbnail li {
  float: left;
  width: 128px;
  margin: 0 10px 10px 0;
}
.case .case_thumbnail li:nth-child(5n) {
  margin-right: 0;
}
.case .case_thumbnail li img {
  width: 118px;
  height: 118px;
  border: 5px solid #a0b6c3;
  cursor: pointer;
}
.case .add_comment {
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 1px solid #dbd8c2;
  background-color: #f7f6f0;
}
.case h4 {
  margin-bottom: 15px;
  padding: 0 5px 10px;
  border-bottom: 1px solid #ccc;
  color: #046aa8;
}
.case .main_comment {
  min-height: 90px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #046aa8;
}
.case .sdata {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #046aa8;
}
.case .sdata th {
  width: 94px;
  padding: 3px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #046aa8;
}
.case .sdata td {
  padding: 3px;
  border: 1px solid #046aa8;
}
.case .pagination {
  text-align: center;
}
.case .pagination li {
  display: inline-block;
  padding: 3px;
  margin-right: 10px;
  border: 1px solid #a0b6c3;
}
.case .pagination li.current {
  padding: 3px 7px;
  background-color: #046aa8;
  border-color: #a0b6c3;
  color: #fff;
}
.case .pagination li.pnumber {
  padding: 0;
  border-color: #046aa8;
}
.case .pagination li.pnumber a {
  display: inline-block;
  padding: 3px 7px;
  color: #046aa8;
}
.case .pagination li.pnumber a:hover,
.case .pagination li.pnumber a:active {
  background-color: #046aa8;
  color: #fff;
  text-decoration: none;
}
.case .pagination li:last-child {
  margin-right: 0;
}
.case .showcase_index li {
  float: left;
  width: 320px;
  margin-bottom: 30px;
}
.case .showcase_index li:nth-child(even) {
  margin-left: 30px;
}
.case .showcase_index li img {
  border: 5px solid #a0b6c3;
  vertical-align: bottom;
}
.case .showcase_index li a {
  color: #000;
  text-decoration: none;
}
.case .showcase_index li a:hover,
.case .showcase_index li a:active {
  text-decoration: underline;
  opacity: 0.7;
}
.case .showcase_index li a:hover img,
.case .showcase_index li a:active img {
  background-color: #fff;
}
.case .showcase_index li a span {
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 21px;
}

/*** templates (News) ***/
.narticle {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.narticle .ndate {
  margin-bottom: 0;
  line-height: 12px;
  font-size: 10px;
  color: #666;
}
.narticle h3 {
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  background-image: none;
  color: #046aa8;
}
.narticle h3 a {
  text-decoration: none;
  color: #046aa8;
}
.narticle h3 a:hover,
.narticle h3 a:active {
  text-decoration: underline;
}
.narticle p,
.narticle .ncat {
  margin-bottom: 18px;
}
.narticle .ncat {
  text-align: right;
}
.narticle .ncat a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #046aa8;
  text-decoration: none;
  color: #046aa8;
}
.narticle .ncat a:hover,
.narticle .ncat a:active {
  opacity: 0.7
}

/*** templates (Company) ***/
.temp_l .company_t {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.temp_l .company_t tr {
  border-bottom: 1px dotted #ccc;
}
.temp_l .company_t th,
.temp_l .company_t td {
  box-sizing: padding-box;
  padding: 16px 0;
  vertical-align: top;
}
.temp_l .company_t tr:first-child th,
.temp_l .company_t tr:first-child td {
  padding-top: 0;
}
.temp_l .company_t th {
  width: 20%;
}
.temp_l .company_t th:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  margin-right: 10px;
  vertical-align: inherit;
  background-color: #046aa8;
}

/*** templates (Works)***/
.temp_l .text .workflow {
  width: 650px;
  margin: 0 auto 10px;
  list-style: none;
}
.temp_l .text .workflow li {
  float: left;
  width: 230px;
  list-style: none;
}
.temp_l .text .workflow li:nth-child(3n+1) {
  width: 190px;
}
.temp_l .text .workflow li:nth-child(3n)::after {
  content: '';
  display: block;
  width: 190px;
  height: 40px;
  margin-left: 40px;
  background: transparent url(../images/common/arrow_b_blue_20x20.png) 50% 50% no-repeat;
}
.temp_l .text .workflow li:nth-child(6n)::after {
  margin-left: 0;
}
.temp_l .text .workflow li:last-child::after {
  height: 0;
}
.temp_l .text .workflow li:nth-child(6n+4),
.temp_l .text .workflow li:nth-child(6n+5),
.temp_l .text .workflow li:nth-child(6n) {
  float: right;
}
.temp_l .workflow li .photo {
  height: 190px;
  overflow: hidden;
  padding-left: 40px;
  background: transparent url(../images/common/arrow_r_blue_20x20.png) 10px 50% no-repeat;
}
.temp_l .text .workflow li:nth-child(6n+4) .photo,
.temp_l .text .workflow li:nth-child(6n+5) .photo,
.temp_l .text .workflow li:nth-child(6n) .photo {
  padding-left: 0;
  padding-right: 40px;
  background: transparent url(../images/common/arrow_l_blue_20x20.png) 200px 50% no-repeat;
}
.temp_l .workflow li:nth-child(3n+1) .photo {
  padding-left: 0;
  padding-right: 0;
}
.temp_l .workflow li .photo .wf_desc {
  position: relative;
  width: 190px;
  height: 190px;
  margin-top: -34px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #034c79;
  color: #fff;
}
.temp_l .workflow li .photo .wf_desc .midashi {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.temp_l .workflow li .photo .wf_desc .midashi .num {
  font-size: 20px;
}
.temp_l .workflow li .photo > img {
  width: 190px;
  height: auto;
  vertical-align: bottom;
}

/*** templates (Privacy)***/
.temp_l .privacy {
  margin: 0 15px;
}
.temp_l .privacy p {
  margin: 0 0 25px;
}
.temp_l .privacy ol {
  margin-left: 24px;
}
.temp_l .privacy ol li {
  margin: 0 0 15px;
  list-style: decimal none outside;
  line-height: 24px;
}

/*** Templates (Contact)***/
.contact {
  width: 100%;
  margin: 0 0 25px;
  table-layout: fixed;
  border-collapse: collapse;
}
.contact th,
.contact td {
  padding: 15px;
  border: 1px solid #fff;
  box-sizing: padding-box;
}
.contact th {
  width: 160px;
  background-color: #d6e2e9;
}
.contact th span {
  color: #f00;
}
.contact td {
  background-color: #f4f4f4;
}
.contact td input,
.contact td textarea {
  padding: 1px;
  border: 1px solid #9d9d9d;
  font: 14px/18px 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, sans-serif;
}
.contact td textarea {
  width: 100%;
  height: 57px;
  vertical-align: top;
}
.contact td li + li{
  margin-top: 5px;
}
.contact td input[type=text].w30p {
  width: 30%;
}
.contact td input[type=text].w50p {
  width: 50%;
}
.contact td input[type=text].w100p {
  width: 100%;
}
input[type=submit],
input[type=button] {
  padding: 12px 68px;
  background-color: #046aa8;
  border : 2px solid #046aa8;
  color: #fff;
  cursor: pointer;
}
input[type=submit]:active,
input[type=button]:active {
  border-style: inset;
}
input + input {
  margin-left: 20px;
}

/*** Templates (Right Side)***/
.temp_r {
  float: right;
  width: 260px;
  margin: 0 0 50px;
}
.temp_r h2{
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  border-bottom: solid 5px #046aa8;
  padding-left: 10px;
}
.temp_r .pagelink li{
  border-bottom: #000 1px dotted;
  padding-bottom: 10px;
}
.temp_r .pagelink li:last-child{
  border-bottom: none;
}
.temp_r .pagelink li a{
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: normal;
}
.temp_r .pagelink li a:hover{
  border-bottom: solid 1px #000;
}
.temp_r .pagelink li a::before{
  content: ">";
  color: #046aa8;
  vertical-align: 1.5px;
  padding-left: 5px;
  margin-right: 10px;
}
.banner_side li img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.banner_side li {
  margin: 0 0 30px;
  text-align: center;
}
.banner_side li:last-child img {
  width: 138px;
  height: 170px;
}
.banner_side li a:hover img {
  opacity: 0.7;
}

/*** Templates (Right Side->case) ***/
.case_side {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
.case_side h2 {
  border-bottom: 3px solid #046aa8;
}
.case_side h2 img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.case_side li {
  border-bottom: 1px dashed #7f7f7f;
  background: transparent url(../images/common/arrow_r2_blue.png) 10px 50% no-repeat;
}
.case_side li:last-child {
  border-bottom: none;
}
.case_side li a {
  display: block;
  padding: 13px 10px 13px 26px;
  text-decoration: none;
  color: #000;
}
.case_side li:hover,
.case_side li:active,
.case_side li.current {
  background-color: #e5eff6;
}

/*** pagenav ***/
.pagenav,
.newsnav {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pagenav li,
.newsnav li {
  display: table-cell;
  height: 20px;
  color: #666;
}
.pagenav li a,
.newsnav li a {
  text-decoration: none;
  color: #000;
}
.pagenav li a:hover,
.pagenav li a:active,
.newsnav li a:hover,
.newsnav li a:active {
  text-decoration: underline;
}
.pagenav li:nth-child(1),
.newsnav li:nth-child(1) {
  padding-left: 30px;
  background: transparent url(../images/common/arrow_l3_blue.png) 5px 50% no-repeat;
}
.pagenav li:nth-child(2) {
  text-align: center;
}
.pagenav li:nth-child(3),
.newsnav li:nth-child(2) {
  padding-right: 30px;
  background: transparent url(../images/common/arrow_r3_blue.png) calc(100% - 5px) 50% no-repeat;
  text-align: right;
}

/*** news (Top) ***/
.news {
  float: left;
  width: 450px;
  margin: 0 0 60px;
}
.news h3 {
  margin: 0 0 15px;
  padding: 0 10px 5px;
  border-bottom: 2px solid #046aa8;
}
.news .news-title {
  margin: 0 10px 15px;
  padding: 0 0 4px;
  border-bottom: 2px dotted #000;
}
.news .news-title dt {
  display: inline-block;
  width: 130px;
}
.news .news-title dd {
  display: inline-block;
}
.news .news-title dd a {
  text-decoration: none;
  color: #000;
}
.news .news-title dd a:hover,
.news .news-title dd a:active {
  text-decoration: underline;
}

/*** banner (top) ***/
.banner {
  float: right;
  width: 420px;
  text-align: right;
}
.banner li {
  display: inline-block;
}
.banner li {
  margin: 0 0 20px;
}
.banner li:nth-child(2){
  margin-left: 20px;
}
.banner .bnr_reform img {
  width: auto;
  height: 138px;
}
.banner li a:hover img {
  opacity: 0.7;
}


/*** footer ***/
footer {
  border-top: 1px solid #046aa8;
}
footer .inner {
  padding: 20px 0;
}
footer nav {
  float: left;
}
footer nav li {
  display: inline-block;
}
footer nav li + li {
  margin-left: 28px;
}
footer .address {
  float: right;
  text-align: right;
}
footer .copyright {
  padding: 10px 0;
  text-align: center;
  background-color: #f4f4f4;
  color: #5f5e5e;
}

/*** clearfix ***/
.cfx::after {
  content: '';
  display: block;
  clear: both;
}

/*** jumbotron ***/
.jumbotron {
  margin: 0 0 30px;
}
.jumbotron .bxslider {
  overflow: hidden;
}
.jumbotron .bxslider img {
  width: 100%;
  height: auto;
}
.jumbotron .bxslider li {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -9999px;
}
.jumbotron .bxslider li:nth-child(1) {
  background-image: url(../images/top/jumbotron_03.jpg);
  background-position: 50% calc(50% + 30px);
}
.jumbotron .bxslider li:nth-child(2) {
  background-image: url(../images/top/jumbotron_01.jpg);
}
.jumbotron .bxslider li:nth-child(3) {
  background-image: url(../images/top/jumbotron_04.jpg);
}
.jumbotron .bxslider li:nth-child(4) {
  background-image: url(../images/top/jumbotron_02.jpg);
}
.jumbotron .inner {
  position: relative;
  z-index: 100;
  width: 980px;
  margin: -114px auto 60px;
}
.jumbotron .inner .catch {
  float: left;
}
.jumbotron .inner .catch img {
  width: 90%;
  height: auto;
  vertical-align: bottom;
}
.jumbotron .inner .thumbnail {
  float: right;
  margin-top: 15px;
}
.jumbotron .inner .thumbnail a {
  display: inline-block;
  margin-right: 20px;
  border: 2px solid transparent;
}
.jumbotron .inner .thumbnail a.active {
  border-color: #046aa8;
}
.jumbotron .inner .thumbnail a img {
  vertical-align: bottom;
}
