@charset "UTF-8";

/* トップページ　サービス一覧 */
#service {
  width: 100%;
  max-width: 900px;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#service .wrap {
  position: relative;
  color: black;
  display: block;
  width: 260px;
  margin: 20px 20px;
  box-sizing: border-box;
  padding-bottom: 40px;
}

#service .wrap h4 {
  all: initial;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid dodgerblue;
  border-left: 5px solid dodgerblue;
}
#service .wrap h4 span {
  display: block;
  color: steelblue;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
}
#service .wrap img {
  width: 100%;
}
#service .wrap .btgo {
  position: absolute;
  bottom: 0px;
  text-decoration: none;
  display: block;
  width: 100%;
  background-color: dodgerblue;
  text-align: center;
  color: white;
  line-height: 30px;
  border-radius: 5px;
  border: 2px outset khaki;
}
@media screen and (max-width: 768px){
  #service .wrap{
    width: 250px;
    margin: 20px 0px;
    gap: 10px;
  }
}

/*  */
.grecaptcha-badge { visibility: hidden; }
footer .copySection p:nth-child(2) {
    display:none !important;
}
div.page-header{
	background-image: url("https://infotech.wakobussan.jp/wp/wp-content/uploads/2020/08/slide_it-scaled.jpg");
	background-size: cover;
	background-position: 0px -10px;
}
div.page-header h1{
	color: black;
  text-shadow: 0px 0px 1px #FFF,
		           0px 0px 2px #FFF,
		           0px 0px 3px #FFF,
		           0px 0px 4px #FFF;
}

.siteHeadContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.siteHeadContainer .bn_beside img{
    width: 400px;
}
#menu-main_menu{
    display: flex;
    justify-content: space-around;
}
.device-mobile .gMenu>li{
    padding: 14px 0.5em;
}
@media screen and (max-width:768px){
    .siteHeadContainer{
        display: block;
    }
    .siteHeadContainer .bn_beside{
        display: none;
    }
}

/************************************
  Table1 2列テーブル（レスポンシブ）
*************************************/
table.mytable1 {
    max-width: 720px;
    margin: 10px auto;
    border-collapse: collapse;
  }
  table.mytable1 tr th,
  table.mytable1 tr td {
    border: 1px solid gray;
    box-sizing: border-box;
    padding: 5px;
  }
  table.mytable1 tr th {
    font-weight: normal;
    text-align: left;
    background-color: #ddeeff;
  }
  table.mytable1 tr td {
    width: 6em;
    text-align: right;
  }
  @media screen and (max-width: 480px) {
    table.mytable1 tr th {
      display: block;
      width: 100%;
    }
    table.mytable1 tr td {
      display: block;
      width: 100%;
      text-align: center;
    }
  }
  
  /************************************
    Table2 3列テーブル（レスポンシブ）
  *************************************/
  table.mytable2 {
    max-width: 720px;
    margin: 10px auto;
    border-collapse: collapse;
  }
  table.mytable2 tr th,
  table.mytable2 tr td {
    border: 1px solid gray;
    box-sizing: border-box;
    padding: 5px;
  }
  table.mytable2 tr th {
    font-weight: normal;
    text-align: left;
    background-color: #ddeeff;
  }
  table.mytable2 tr td:nth-child(2) {
    width: 5em;
    text-align: center;
  }
  table.mytable2 tr td:nth-child(3) {
    width: 6em;
    text-align: right;
  }
  @media screen and (max-width: 480px) {
    table.mytable2 tr th,
    table.mytable2 tr td {
      display: block;
      width: 100%;
    }
    table.mytable2 tr td {
      display: flex;
      justify-content: space-around;
    }
    table.mytable2 tr td:nth-child(2) {
      display: none;
    }
    table.mytable2 tr td:nth-child(3) {
      width: 100%;
      text-align: center;
    }
    table.mytable2 tr td:nth-child(3):before {
      display: block;
      content: attr(data-label);
    }
  }



  .footer_prof .address {
    max-width: 280px;
    margin: auto;
  }
  
  .contactus {
    max-width: 300px;
    border: 3px solid lightgray;
    border-radius: 5px;
    background-color: whitesmoke;
    box-sizing: border-box;
    padding: 10px;
    margin: auto;
  }
  
  .contactus .adress {
    text-align: center;
    color: rgb(60, 60, 60);
  }
  
  .contactus .tel {
    text-decoration: none;
    font-family: "arial black";
    color: darkred;
    display: block;
    text-align: center;
    font-size: 24px;
  }
  
  .contactus .text {
    font-size: 14px;
    color: rgb(60, 60, 60);
    text-align: center;
  }
  
  .contactus .btform {
    text-decoration: none;
    background: linear-gradient(to top left, royalblue 70%, dodgerblue);
    color: white;
    display: block;
    width: 200px;
    height: auto;
    margin: 10px auto;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    border: 2px outset khaki;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 5px 5px;
  }
  
  .contactus .btform span {
    all: initial;
    line-height: 12px;
    font-size: 12px;
    color: white;
  }
  
  .contactus .btform:hover {
    opacity: 0.7;
  }
  
  .contactus .btform:active {
    transform: translate(1px, 1px);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  }


  /* 外観のカスタムCSSから転記 */
.grecaptcha-badge { visibility: hidden; }
footer .copySection p:nth-child(2) {
    display:none !important;
}
div.page-header{
	background-image: url("https://infotech.wakobussan.jp/wp/wp-content/uploads/2020/08/slide_it-scaled.jpg");
	background-size: cover;
	background-position: 0px -10px;
}
div.page-header h1{
	color: black;
  text-shadow: 0px 0px 1px #FFF,
		           0px 0px 2px #FFF,
		           0px 0px 3px #FFF,
		           0px 0px 4px #FFF;
}

/****************************************
  目次
/****************************************
/* 初期設定 */
:root{
    --mokuji-bg-color: whitesmoke;
    --mokuji-title: maroon;
    --mokuji-link: dodgerblue;
}
.mokuji, .mokuji *{
    margin: 0;
    padding: 0;
    user-select: none;
    font-size: 16px;
    transition: 0.3s;
}
.mokuji li{
    display: list-item;
    color: var(--mokuji-link); 
    cursor: pointer;
}

/* 本体設定 */
.mokuji{
    background-color: var(--mokuji-bg-color);
    width: fit-content;
    min-width: 260px;
    max-width: 560px;
    margin: 1em auto;
    padding: 1em;
    box-sizing: border-box;
    color: var(--mokuji-link);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.mokuji .title{
    cursor: pointer;
    color: var(--mokuji-title);
}
.mokuji .title:after{
    content: "▲";
    margin-left: 10px;
}
.mokuji > ul{
    margin: 8px auto auto 2em;
    list-style-type: disc;
}
.mokuji ul ul{
    margin: 0 auto auto 1em;
    list-style-type: circle;
}
.mokuji.hyde{
    min-width: 0px !important;
}
.mokuji.hyde .title:after{
    content: "▼";
}
.mokuji.hyde > ul{
    height: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    overflow: hidden !important;
}

/****************************************
  ポップアップ
****************************************/
.popup, .popup *{
    all: initial;
    display: block;
    cursor: pointer;
    user-select: none;
}
.popup{
    position: fixed;
    right: 5%; bottom: 5%;
    width: 150px;
    padding: 5px;
    background-color: white;
    border: solid 1px darkorange;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.popup a img{
    width: 100%;
}
.popup_caption{
    font-size: 14px;
    color: maroon;
    text-align: center;
}
.popup_close{
    width: 20px; height: 20px;
    background-color: #333;
    position: absolute;
    top: -10px; right: -10px;
    border-radius: 20px;
}
.popup_close:before, .popup_close:after{
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    transform-origin: center;
    width: 70%;
    height: 3px;
    background-color: white;
}
.popup_close:before{
    transform: translate(-50%,-50%) rotate(45deg);
}
.popup_close:after{
    transform: translate(-50%,-50%) rotate(135deg);
}


@media (min-width: 768px){
    .popup{ display: none; }
}