/* ======================================== */
/* DOBLOG-107 【パンくず機能】サイドメニュー設定機能 */
/* ======================================== */

#side .navbox.cate {
    padding: 0.5em 0.5em;
    margin: 0.5em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    margin-bottom: 30px;
}
#side .navbox.cate p {
    margin: 0; 
    padding: 0;
}

#side .navbox.cate h2 {
  margin-top: 20px;
/* margin-bottom: 0; */
}
#side .navbox.cate h3 {
   background: #3F5D77; /* 背景色 */
   border-left: 5px solid #2883EC; /* 左罫線 */
   color: #fff; /* 文字色 */
   /* font-weight: bold; */
   padding: 2px 2px 2px 8px;
   margin-top: 8px; /*余白（上）*/
}
#side .cate ul {
  margin: 0;
}
#side .cate > ul > li {
  padding-left: 0 !important;
}
#side .cate ul li {
  font-weight: normal;
  margin-bottom: 0;
}
#side .cate ul li a {
  border-bottom: 1px dashed #ccc;
  display: block;
  padding: 11px 12px 11px 0;
  padding-right: 0;
  font-weight: bold;
}
#side .cate ul li a:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 3px;
  position: absolute;
  left: 0;
  top: 20px;
}
/* 開閉アイコン */
#side .cate ul li .hitarea {
  background: #cde4ff;
  border-radius: 100%;
  height: 20px;
  position: absolute;
  text-align: center;
  width: 20px;
  top: 10px;
  left: auto;
  right: 10px;
}
#side .cate ul li .hitarea:after {
  background: url(/img/minus_gray.png) center center no-repeat; /* +-画像 */
  background-size: 20px;
  height: 20px;
  width: 20px;
  color: #999;
  content: "";
  display: inline-block;
/* font-weight: bold; */
  line-height: 1;
  vertical-align: middle;
}
#side .cate ul li.expandable .hitarea:after {
  background: url(/img/plus_gray.png) center center no-repeat; /* +-画像 */
  background-size: 20px;
  content: "";
  height: 20px;
  width: 20px;
}
/* 親カテゴリ */
#side .cate ul li span {
  background: #cde4ff;
  border-bottom: 1px solid #ccc; 
  display: block;
  font-weight: bold;
  margin-left: 0;
  padding: 12px 35px 10px 8px;
}
/* 親カテゴリのみ */
#side .cate #do_blog_cate > ul > li > a {
  background: #ddefff;
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
  margin-left: 0;
  padding: 12px 35px 10px 8px;
}
#side .cate #do_blog_cate > ul > li > a:before {
  background: #ccc;
  border-radius: 100%;
  content: "";
  height: 20px;
  left: auto;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 13px;
  width: 20px;
}
#side .cate #do_blog_cate > ul > li > a:after {
  border-color: #fff;
  border-width: 2px;
  left: auto;
  right: 10px;
  top: 19px;
}
/* ２階層目 */
#side .cate ul ul {
  margin: 0;
}
#side .cate ul ul li {
  font-size: 14px;
  margin-bottom: 0;
  background: #f0f8ff;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}
#side .cate ul ul li a {
    padding-left: 7px;
    padding-right: 35px;
}
#side .cate ul ul li:before {
  display: none;
}
#side .cate ul ul li > a:before {
  background: #ccc;
  border-radius: 100%;
  content: "";
  height: 20px;
  left: auto;
  position: absolute;
  right: 9px;
  text-align: center;
  top: 13px;
  width: 20px;
}
#side .cate ul ul li > a:after {
  border-color: #fff;
  border-width: 2px;
  left: auto;
  right: 9px;
  top: 19px;
}
/* ＋－を画像に変更 */
@media screen and (max-width: 768px) {
  nav#gnav #sub_menu > li:before {
    display: none;
  }
  nav#gnav #sub_menu > li:after {
    background: url(/img/plus_gray.png) center center no-repeat; /* +-画像 */
    background-size: 20px;
    content: "" !important;
    height: 20px;
    width: 20px;
    top: 15px;
  }
  nav#gnav #sub_menu > li.active:after {
    background-image: url(/img/minus_gray.png); /* +-画像 */
  }
  #side .cate ul li .hitarea {
    background: url(/img/minus_gray.png) center center no-repeat; /* +-画像 */
    background-size: 20px;
    height: 20px;
    width: 20px;
  }
  #side .cate ul li.expandable .hitarea {
    background-image: url(/img/plus_gray.png); /* +-画像 */
  }
  #side .cate ul li .hitarea:after,
  #side .cate ul li.expandable .hitarea:after {
    display: none;
  }
}


/* ======================================== */
/* DOBLOG-99 【ブログレイアウト改修】スマホ側＿ヘッダーメニュー改修 */
/* ======================================== */
@media screen and (max-width: 485px) {
  header #header_top_area {
    display: block;
  }
  header.fixed #header_top_area {
    display: none;
  }
}

/* ======================================== */
/* DOBLOG-100 【ブログレイアウト改修】スマホ側＿カテゴリ一覧改修 */
/* ======================================== */
@media screen and (max-width: 769px) {
/* 開閉アイコン */
#side .cate ul li .hitarea {
  top: 13px;
}
}


/* ======================================== */
/* DOBLOG-95 ヘッダーに検索・ハンバーガーメニュー */
/* ======================================== */

/* ヘッダー上固定 ---------- */
header {
  position: relative;
  z-index: 10;
}

/* アイコン追加 ---------- */
#sp-icons {
  display: none;
}
/* お問い合わせ表示枠 ---------- */
#contact_box {
  display: none;
}
#contact_box .text_box1 {
/* 線：グレー 背景：ライトグレー */
border: 1px solid #ccc;
background: #f7f7f7;
padding: 10px;
border-radius: 5px;
}
/* 検索表示枠 ---------- */
nav#gnav .search_form,
nav#gnav .search_form2 {
  display: none;
}
/* メニュー追加 ---------- */
nav#gnav #sub_menu>li.sub_menu_top,
#gnav_box .gnav_mail {
  display: none;
}

@media screen and (min-width: 769px) {
  /* header.fixed {
    display: none;
    height: 0;
  } */
      /* 変更・追加 ---------- */
  nav#gnav #cate_menu li.sp_menu_label,
  nav#gnav #sub_menu li.sp_menu_label {
    display: none;
  }
  /* 追加 ---------- */
  /* ヘッダーのロゴ非表示 ---------- */
header #header {   
    display: none;
  } 
}

@media screen and (max-width: 768px) {
  /* ヘッダーのコンテンツ非表示 ---------- */
  header #header #header_contact {
    display: none;
  }
  /* ヘッダー上固定 ---------- */
  nav#gnav {
    position: fixed;
  }
  header .gnav_bg {
    background: #000;
    content: "";
    cursor: pointer;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: -1;
  }


  /* 追加 ---------- */
  /* ヘッダーのロゴ・メニュー問い合わせ非表示 ---------- */
nav#gnav #header_info {   
    display: none;
  }
#gnav_box .header_mail {   
    display: none;
  }  
  /* ヘッダーのロゴサイズ調整 ---------- */
  header #header #header_info {
    margin-left: 0;
    max-width: calc(100% - 140px);
    /* 追加 ---------- */
    padding:0;
  }
  header #header #header_info a {
    background-size: contain;
    max-width: 100%;
  }
  /* アイコン追加 ---------- */
  #header_area {
    position: relative;
  }
  #sp-icons {
    display: block;
    position: absolute;
    top: 13px;
    right: 5px;
  }
  #sp-icons ul {
    display: flex;
    width: 100%;
  }
  #sp-icons ul li {
    color: #4dd9fc;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 3px;
    text-align: center;
  }
  #sp-icons ul li#toggle_contact {
      width: 40px;
  }
  #sp-icons ul li#toggle_search {
      width: 35px;
  }
    #sp-icons ul li#toggle_menu {
      width: 40px;
    }
  #sp-icons ul li i {
    display: block;
    font-size: 26px;
    margin: auto;
  }
  #sp-icons ul li .close {
    display: none;
  }
  #sp-icons .jq_sp-icons.open {
    color: #ccc;
  }
  #sp-icons .jq_sp-icons.open i{
    display: block;
    height: 26px;
    overflow: hidden;
    width: 26px;
  }
  #sp-icons .jq_sp-icons.open a {
    display: block;
    overflow: hidden;
  }
  #sp-icons .jq_sp-icons.open i:before,
  #sp-icons .jq_sp-icons.open a:before,
  #sp-icons .jq_sp-icons.open i:after,
  #sp-icons .jq_sp-icons.open a:after {
    background: #ddd;
    content: "";
    cursor: pointer;
    display: block;
    height: 4px;
    margin: auto;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 24px;
  }
  #sp-icons .jq_sp-icons.open a:before,
  #sp-icons .jq_sp-icons.open a:after {
    top: 9px;
  }
  #sp-icons .jq_sp-icons.open i:before,
  #sp-icons .jq_sp-icons.open a:before {
    border: none;
    top: 0;
    transform: translateY(9px) rotate(-45deg);
  }
  #sp-icons .jq_sp-icons.open i:before {
    top: 3px;
  }
  #sp-icons .jq_sp-icons.open span {
    display: none;
  }
  #sp-icons .jq_sp-icons.open .close {
    display: inline-block;
  }

  /*  */
  #toggle {
    display: none;
  }
  #toggle_menu a {
    display: block;
    height: 24px;
    margin: 2px auto 0;
    overflow: hidden;
    position: relative;
    width: 24px;
  }
  #toggle_menu a:before {
    border: 4px solid #4dd9fc;
    border-right: none;
    border-left: none;
    content: "";
    display: block;
    height: calc(24px - 10px);
    margin: auto;
    position: absolute;
    top: 0px;
    width: 24px;
  }
  #toggle_menu a:after {
    background: #4dd9fc;
    content: "";
    cursor: pointer;
    display: block;
    height: 4px;
    position: absolute;
    top: 9px;
    width: 24px;
  }

  /* 共通表示枠 ---------- */
  nav#gnav {
    background: #fff;
    overflow: hidden;
    /* overflow-y: scroll; */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  nav#gnav #contact_box,
  nav#gnav > .search_form,
  nav#gnav #gnav_box {
    height: 100%;
    overflow-y: auto;
  }
  nav#gnav #contact_box,
  nav#gnav #gnav_box {
    padding-bottom: 60px;
  }
  /* お問い合わせ表示枠 ---------- */
  #contact_box {
    padding: 20px 10px;
  }
  #contact_box h1 {
    border-left: 5px solid #3f5d77;
	color: #666;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 40px;
    background: url(/img/search@2x.png) 10px top no-repeat;
    background-size: 26px 26px;
  }
  #contact_box h2 {
    border-left: 5px solid #3f5d77;
	color: #3f5d77;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  #contact_box h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
  }
  #contact_box h3:before {
    background: #3f5d77;
    border: solid 2px #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #3f5d77;
    content: "";
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 8px;
  }
  #contact_box hr {
    border: none;
    border-top: 1px dashed #333;
    margin-bottom: 20px;
  }
  #contact_box a {
    text-decoration: underline;
  }
  #contact_box .number {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 24px;
  }
  #contact_box .number strong {
    font-size: 20px;
  }
  #contact_box .header_mail {
    background: #333;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 25px 10px;
    margin: 20px 0;
    text-align: center;
    text-decoration: none;
  }
  /* 検索表示枠 ---------- */
  nav#gnav .search_form,
  nav#gnav .search_form2 {
    box-sizing: border-box;
    padding: 20px 10px;
  }
  nav#gnav .search_form2 {
    border-bottom: 1px solid #eee;
    display: block;
  }
  nav#gnav .search_form *,
  nav#gnav .search_form2 * {
    box-sizing: border-box;
  }
  nav#gnav .search_form form,
  nav#gnav .search_form2 form {
    position: relative;
  }
  nav#gnav .search_form input[type=text],
  nav#gnav .search_form2 input[type=text] {
    -webkit-appearance: none;
    background: #fff;
    /* 変更 ---------- */
    /* border: 1px solid #ccc; */
    /* border-radius: 0; */
    border: 2px solid #7fbfff;
    border-radius: 5px;
    font-size: 16px;
    /* 変更 ---------- */
    /* padding: 5px; */
    padding: 10px;
    padding-right: 30px;
    vertical-align: middle;
    width: 100%;
  }
    /* 追加 ---------- */
  nav#gnav .search_form input[type=text]:focus,
  nav#gnav .search_form2 input[type=text]:focus {
    outline:none;
  }
  nav#gnav .search_form input[type=submit],
  nav#gnav .search_form2 input[type=submit] {
    -webkit-appearance: none;
    /* 変更 ---------- */
    /* background: url(/img/search@2x.png) center center no-repeat;
    background-size: 12px; */
    border: none;
    border-radius:0 5px 5px 0;
    font-size: 16px;
    background:#7fbfff;
    /* color: transparent;
    height: 30px; */
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    /* 変更 ---------- */
    /* transform: scale(-1, 1);
    width: 30px; */
  }
  
    /* 追加ここから ---------- */  
  nav#gnav .search_form h1 {
    border-left: 5px solid #3f5d77;
	color: #666;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 40px;
    background: url(/img/search@2x.png) 10px top no-repeat;
    background-size: 26px 26px;
  }
  nav#gnav .search_form h2 {
    border-left: 5px solid #3f5d77;
	color: #3f5d77;
    font-size: 14px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  nav#gnav .search_form p {
	display:inline-block;
	padding: 5px 10px;
	margin-right:10px;
	margin-bottom:15px;
    border: 1px solid #3f5d77;
    border-radius: 20px;
    font-size: 16px;
  }
  nav#gnav .search_form p a:hover {
    text-decoration:none;
  }
  nav#gnav .search_form .arrow {
    padding-right: 20px;
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
  }
  nav#gnav .search_form .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    content: "";
    vertical-align: middle;  
    width: 10px;
    height: 3px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: skew(45deg);
  }
     /* 追加ここまで ---------- */   
  
  /* メニュー表示枠 ---------- */
  #gnav_box {
    max-height: none !important;
    padding-bottom: 10px;
    z-index: 30;
  }
  nav#gnav ul li a {
    padding: 20px 20px 15px 10px;
    width: 100%;
  }
  /**/
  nav#gnav #sub_menu ul, 
  nav#gnav #sub_menu>li:hover,
  nav#gnav #sub_menu>li.active, 
  nav#gnav #sub_menu>li.active.only:hover,
  nav#gnav #sub_menu_area, 
  nav#gnav #sub_menu > li.active.only {
    background: none;
    color: #333;
  }
  nav#gnav #sub_menu li {
    color: #333;
  }
  nav#gnav #sub_menu>li {
    border-bottom: 1px solid #ddd;
  }
  /*ヘッダーメニューリンク-*/
  nav#gnav #sub_menu>li>a {
    border-right: 1px solid #eee;
    width: calc(100% - 90px);
  }
  nav#gnav #sub_menu>li.only>a {
    width: 100%;
  }
  
  nav#gnav #sub_menu ul {
    border-top: 1.5px solid #ccc;
    border-bottom: 1.5px solid #ccc;
    padding: 0 0 0 20px;
    width: calc(100% - 20px);
  }
  nav#gnav #sub_menu ul li {
    font-weight: normal;
    border-top: 1px dashed #ccc;
  }
  nav#gnav #sub_menu ul li:nth-child(1) {
    border-top: none;
  }
  nav#gnav #sub_menu ul li a {
    margin-left: 0;
    padding: 20px 20px 15px 10px;
  }
  nav#gnav #sub_menu ul li:nth-child(1) a {
    border-top: none important!;
    padding-top: 20px;
  }
  nav#gnav #sub_menu ul li:nth-last-child(1) a {
    padding-bottom: 20px;
  }

/*  nav#gnav #sub_menu ul li:hover, 
  nav#gnav #sub_menu ul li a:hover {
    background-color: #e5e5e5;
  }
  nav#gnav #sub_menu li:hover {
    background-color: #f0f0f0;
  }
*/
  /* 開閉(+-)ボタン */
  nav#gnav #sub_menu>li:before {
    background: #ccc;
    border: none;
    border-radius: 100%;
    content: "";
    height: 25px;
    overflow: hidden;
    position: absolute;
    width: 25px;
    top: 13px !important;
    right: 17px;
  }
  nav#gnav #sub_menu>li:after {
    color: #fff;
    content: "+";
    height: 20px;
    position: absolute;
    text-align: center;
    width: 20px;
    top: 16px;
    right: 19px;
    font-size: 16px;
  }
  nav#gnav #sub_menu>li.active:after {
    content: "-";
    font-size: 18px;
  }
  nav#gnav #sub_menu>li.only:after {
    display: none;
  }

  /**/
  nav#gnav #cate_menu_area {
    background: #fff;
  }
  nav#gnav #cate_menu li {
    border-bottom: 1px solid #ddd;
    color: #333;
  }

  nav#gnav #cate_menu li:hover, 
  nav#gnav #cate_menu li a:hover {
/*    background-color: #f0f0f0;*/
  }

  /* スマホのみ表示するラベル */
      /* 変更・追加 ---------- */
  nav#gnav #cate_menu li.sp_menu_label,
  nav#gnav #sub_menu li.sp_menu_label {
    background: #777 !important;
    color: #fff !important;
    padding: 5px;
  }

  /* メニュー追加 ---------- */
  /* トップ */
  nav#gnav #sub_menu>li.sub_menu_top {
    display: block;
  }
  /* お問い合わせ */
  #gnav_box .gnav_mail {
    border: 1px solid #333;
    border-radius: 3px;
    display: block;
    margin: 20px 10px;
    padding: 10px;
    padding-left: 10px;
    text-align: center;
  }
#contact_box p span.fs_1{
   font-size: 10px
}

}

/* ======================================== */
/* DOBLOG- パンくずデフォルトOPEN */
@media screen and (max-width: 769px) {
 #toggle_rap_top {
   margin-top: 20px;
 }
}

@media screen and (max-width: 485px){
 #rap_top {
   margin-top: 10px;
 }
}

/*親カテゴリにリンクをつける場合*/
#side .cate ul li span.relative  {
 padding: 0;
}
#side .cate ul li span.relative a {
 width: calc(100% - 60px);
 border-bottom: none;
 border-right: 1px solid #ccc;
 margin-left: 0;
 padding: 12px 8px 10px;
}
#side .cate ul li span.relative a:after {
 content: none;
}

/* ======================================== */
/*- お問い合わせ表示枠 ＜お知らせ追加＞ -----------------------------------*/
/* 本文内リンク */
#contact_box .entry a {
	text-decoration:none;
}
#contact_box .entry a:hover {
	text-decoration:underline;
}
#contact_box .title {
	/* 背景色 */
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.09, #3F5D77),
	color-stop(0.09, #060506),
	color-stop(0.91, #060506),
	color-stop(0.91, #2883EC)
);
background-image: -o-linear-gradient(bottom, #3F5D77 9%, #060506 9%, #060506 91%, #2883EC 91%);
background-image: -moz-linear-gradient(bottom, #3F5D77 9%, #060506 9%, #060506 91%, #2883EC 91%);
background-image: -webkit-linear-gradient(bottom, #3F5D77 9%, #060506 9%, #060506 91%, #2883EC 91%);
background-image: -ms-linear-gradient(bottom, #3F5D77 9%, #060506 9%, #060506 91%, #2883EC 91%);
background-image: linear-gradient(to bottom, #3F5D77 9%, #060506 9%, #060506 91%, #2883EC 91%);
	/* 文字 */
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:3px 5px;
}
#contact_box .entry .item.list {
	border-bottom:1px solid #e0e0e0;
	padding:10px 0;
	overflow:hidden;
}
#contact_box .entry .item.list:hover {
	background:#fafafa;
}
#contact_box .entry .item.list .photo {
	width:80px;
	float:left;
	margin-right:5px;
	display:block;
}
#contact_box .entry .item.list .photo img {
	width:100%;
}
#contact_box .entry .item.list h1 {
	font-weight:bold;
	display:inline;
	font-size:14px;
	font-weight:bold;
	padding:0px 0px;
	margin-bottom:0;
    border-left: none;	
    background: none;
}
#contact_box .entry .item.list .date {
	color:#999;
	font-size:10px;
	font-weight:normal;
	display:inline-block;
}
#contact_box .entry .item.list p {
	font-size:12px;
	margin-top:10px;
}
#contact_box .entry .item.list p a {
	color:#666;
}
#contact_box .entry .item.list .cate, .side_api .item.list .tag {
	display:none;
}

/* ======================================== */
/* テキストボックス */
/* ======================================== */

#side .navbox.cate.treeview .text_box3 {
	/* 線：グレー 背景：薄黄色 */
	border: 1px solid #ccc;
	background: #ffffcc;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-top: 10px;
	border-radius: 5px;
}