@charset "utf-8";
/* CSS Document */

html,
html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

body {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #1d2088;
}

.ib {
    cursor: pointer;
}

/*工事中のみ表示*/
.underconstruction {
  max-width: 450px;
  margin: auto;
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.col {
  width: 100%;
  text-align: justify;
}

.top_subtitle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background-color: #7fcef4;
  color: #1d2088;
  padding: 80px 10px 10px;
  font-size: 14px;
  text-align: left;
  z-index: 2;
}

/*モバイル用*/
.style-logo {
  float: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 151px;
}

.mail {
  float: left;
  margin: auto;
  padding: 8px 0px 0px;
  display: block;
  width: 34px;
}

.profile {
  padding: 20px;
  background-color: rgba(255,255,255,0.5);
  margin: 0px 0px 60px 0px;
}

ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #f5faff;
}

ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #00a0e9;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 200;
}

h2 {
  font-size: 18px;
  text-align: center;
  font-weight: 800;
  padding: 5px 0px 13px 0px;
}

h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 120px;
}

h4 {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 35px;
}

p {
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}

.p-title {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  padding: 10px 0px 5px 0px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 3px #808080;
}

.empty {
  width: auto;
  padding: 40px 0px 100px 0px;
  text-align: center;
}

.empty img {
  width: 100px;
}

.bg {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 1280px;
  background-color: #7fcef4;
}

.bg-image {
  min-width: 1920px;
  min-height: 1280px;
}

.color-box {
  background-color: #1d2088;
  color: #ffffff;
  padding: 30px;
  text-align: center;
}

.navy-box {
  background-color: #1d2088;
  color: #ffffff;
  text-align: center;
  margin: 0px 0px 60px 0px;
  box-shadow: 4px 4px 8px #000000;
}

.blue-box {
  background-color: #00a0e9;
  color: #ffffff;
  text-align: left;
  margin: 0px 0px 60px 0px;
  box-shadow: 4px 4px 8px #000000;
  min-height: 427px;
}

.blue-box img {
  float: left;
  max-width: 640px;
  margin: 0px 0px 20px 0px;
}

.white-box {
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  margin: 0px 0px 60px 0px;
  box-shadow: 4px 4px 8px #000000;
  min-height: 427px;
}

.white-box img {
  float: left;
  max-width: 640px;
  margin: 0px 0px 20px 0px;
}

.service-text {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.sns-image {
  width: 40px;
}

.p-right {
  text-align: right;
}

.line01 {
	border-bottom: 2px dashed #ffffff;
  margin: 0px 20px;
  background-color: #00a0e9;
}

/*フェードコンテンツ*/
.fadeConts {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.fadeConts.show {
  opacity: 1;
}

/*フォーム*/
.cp_iptxt {
  position: relative;
  width: 80%;
  margin: 40px 3%;
  z-index: 1;
}

.cp_iptxt input[type='text'] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000000;
  border: 1px solid #1d2088;
  border-radius: 4px;
}

.cp_iptxt textarea {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #000000;
  border: 1px solid #1d2088;
  border-radius: 4px;
}

.ef input[type='text']:focus {
  border: 1px solid #da3c41;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

.ef textarea:focus {
  border: 1px solid #da3c41;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}

button {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #1d2088;
  border: 1px solid #1d2088;
  border-radius: 4px;
  margin-bottom: 12px;
}


/*ハンバーガーナビ*/

/* 基本CSS */
ul,
div,
img {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
}

/* 本文をメニューの高さ分下げる */
#main {
  margin-top: 0px;
}

#navi {
  background-color: #7fcef4;
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  width: 100%;
  z-index: 3;
}

/* チェックボックスを非表示 */
#navi input {
  display: none;
}

/* 左上ロゴ */
.menu-left {
  float: left;
  line-height: 60px;
  background-color: #00a0e9;
  width: 100%;
}

.menu-left img {
  vertical-align: middle;
  margin: 10px 10px 10px;
}

/* 上部メニュー */
.menu {
  float: right;
  margin-right: 10px;
}

.menu-parent {
  float: left;
  margin-right: 30px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

/* パソコンでは V を非表示 */
.menu-parent .pd {
  display: none;
}

/* 上部メニューの最後の項目 */
.menu-parent:last-child {
  margin-right: 0px;
}

#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 768px) {

  /* スマホの際に V を表示 */
  .menu-parent .pd {
    display: inline-block;
    width: 100%;
  }

  .menu {
    display: none;
  }

  .menu-parent {
    height: auto;
    width: 100%;
    padding: 0px 20px;
    border-bottom: 1px solid #00a0e9;
  }

  .menu-parent:first-child {
    border-top: 1px solid #00a0e9;
  }

  .menu-parent i {
    padding: 0px 6px;
  }

  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    /*width: 70%;   仕方なし。ほんとはこの行なし*/
  }
}

/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
}
.menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-left: 0px;
  width: auto;
  box-sizing: border-box;
  padding: 0px 20px;
  background-color: #7fcef4;
  border: 1px solid #1d2088;
}

/* タブレット用 */
@media screen and (min-width: 768px) {

  body {
    max-width: 778px;
  }

  .img-profile {
    width: 300px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }

  .service-text {
    width: 326px;
    float: left;
    box-sizing: border-box;
  }

  .service-text-clear {
    clear: both;
    width: 326px;
  }

  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }

  .top_subtitle {
    position: fixed;
    }

  .col-md-img  {
    width: 300px;
  }

 .col-md-60 {
    width: 60%;
  }

 .col-md-fb  {
    width: 380px;
  }

   .col-md-process {
    width: auto;
  }

  .col-md-half {
    width: 50%;
  }

  .col {
    float: left;
    padding: 0px 7px 14px;
  }
}

/*デスクトップ用*/
@media screen and (min-width: 1024px){

  body {
    max-width: 1000px;
  }

  .blue-box img {
    margin: 0px 20px 0px 0px;
  }

  .white-box img {
    margin: 0px 20px 0px 0px;
  }

  .col-md-70 {
    width: 70%;
  }

  .col-lg-qtr {
    width: 25%;
  }
}

/* スマホ用 */
@media screen and (max-width: 768px) {
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * .menu {
    display: block;
    opacity: 1;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
  }
    /* 子メニュー */
  .menu-parent .menu-child {
    border-top: 1px solid #00a0e9;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px solid #00a0e9;
    position: relative;
    padding: 0 20px;
    opacity: 1;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
  }

  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  /* 子メニューがクリックされた時 */
  #navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
  }

  .angletoggle:before {
    content: "\f107";
  }

  #navi input[type="checkbox"]:checked ~ * .angletoggle:before {
    content: "\f106";
  }
}

/* 子メニュー */
.menu-child li {
  font-size: 14px;
  border-bottom: 1px solid #00a0e9;
}

/* 余分な最後の線を消去 */
.menu-child li:last-child {
  border: none;
}

.menu-child li i {
  margin-right: 3px;
}

/* ハンバーガー */
#navi #navibtn {
  display: none;
}

@media screen and (max-width: 968px) {
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #navibtn span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #00a0e9;
  }

  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }

  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #ffffff;
  }

  /* 上の棒 */
  #navibtn span span::before {
    top:10px;
  }

  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* 下の棒 */
  #navibtn span::after {
    bottom:10px;
  }

  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  /* 中の棒 */
  #navibtn span span::after {
    top:18px;
  }

  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
}
/*ハンバーガーナビおわり*/
