@charset "utf-8";
/* ------------------------------------------------------- */
/* css reset --------------------------------------------- */
/* ------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  max-width: 90%;
  overflow: hidden;
}

.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* ------------------------------------------------------- */
/* Layout ------------------------------------------------ */
/* ------------------------------------------------------- */
a img:hover {
  opacity: 0.8;
}

span.question {
  margin-top: -160px;
  padding-top: 160px;
  pointer-events: none;
}
ul.faq-lis li {
  list-style-type: disc !important;
}

* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body {
  background: url(../images/header/bg.jpg) #fff repeat-x;
  /*background-attachment: fixed;*/
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  /* font-size: 1.4rem; */
  font-size: 1.5rem;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 2.4rem;
}
#alpha {
  width: 700px;
  float: right;
}
#beta {
  width: 230px;
  float: left;
}
#top {
  width: 100%;
}
#container {
  max-width: 960px;
  min-width: 960px;
  margin: 180px auto 24px auto;
  padding: 0;
  clear: both;
}
#main {
  width: calc(100% - 286px);
  float: left;
}
#side {
  width: 262px;
  float: right;
}
#footer {
  width: 100%;
  min-width: 1000px;
}

@media only screen and (min-width: 650px) and (max-width: 960px) {
  #translator {
    position: absolute;
    right: 5px;
  }
}

#translator {
  float: right;
}

@media only screen and (max-width: 640px) {
  body {
    background: url();
  }
  #top {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: unset;
  }
  #alpha,
  #beta {
    width: 100%;
    float: none;
  }
  #container {
    min-width: 100px;
    width: 99%;
    padding: 0 10px 0 10px;
    margin-top: 10px;
  }
  #container {
    /* 	overflow-x: hidden; */
    max-width: 99%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #main {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
  #side {
    width: 100%;
    float: none;
  }
  #footer {
    min-width: 100px;
    width: 100%;
  }
}
/* ------------------------------------------------------- */
/* Share ------------------------------------------------- */
/* ------------------------------------------------------- */

/* display */
.dispinline {
  display: inline;
}
.dispb {
  display: block !important;
}
.dispnone {
  display: none;
}
.nonePc {
  display: none;
}
.oHidden {
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .nonePc {
    display: inline-block;
  }
  .noneSp {
    display: none;
  }
}
/* margin */
.mauto {
  margin-left: auto;
  margin-right: auto;
}
.ml24 {
  margin-left: 24px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
/* width */
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
/* width リスト並び（間にスペースが入る）これプラス.floatLeftMw1、.floatRightMw1をつけてください。
さらに3,4つ並びの場合は真ん中に.ml24も入れてください
tagbox内で2つ並びを使いたい時などに使用。tagbox内以外はul.float2col1 liで事足ると思います*/

.w2col {
  width: calc((100% - 24px) / 2);
}
.w3col {
  width: calc((100% - 48px) / 3);
}
.w4col {
  width: calc((100% - 72px) / 4);
}
/*1つだけ3colを使い、間に24pxとり、あとの残りの幅*/
.w3col2 {
  width: calc(((100% - 72px) / 3) * 2 + 24px);
}
/*1つだけ4colを使い、間に24pxとり、あとの残りの幅*/
.w4col3 {
  width: calc(((100% - 72px) / 4) * 3 + 48px);
}

@media only screen and (max-width: 640px) {
  .w2col,
  .w3col,
  .w3col2,
  .w4col3 {
    width: 100%;
  }
}
/* vertical align */
.vaTop {
  vertical-align: top;
}
.vaBottom {
  vertical-align: bottom;
}
.vaMiddle {
  vertical-align: middle;
}
/* indent */
.indent {
  text-indent: 1.6rem;
}
.indent1 {
  margin-left: 1.6rem;
  text-indent: -1.6rem;
}
/* 改ページ */
.bpa {
  page-break-before: always;
}
/* font ---------------------------------------------------*/

img.emoji {
  width: 15px;
  height: 15px;
}

#alpha p {
  margin-bottom: 15px;
}
/* font style */
strong,
.bold {
  font-weight: bold;
}
.nbold {
  font-weight: normal;
}
.underLine {
  text-decoration: underline;
}
/* font size */
.small1 {
  font-size: 1.4rem;
}
.small2 {
  font-size: 1.2rem;
}
.big1 {
  font-size: 1.8rem;
}
.big2 {
  font-size: 2rem;
}
/* text align */
.txtRight {
  text-align: right;
}
.txtCenter {
  text-align: center;
}
.txtLeft {
  text-align: left;
}
/* font color */
.fcRed {
  color: #ff0004;
}
.fcBlue {
  color: #06c;
}
.fcWhite {
  color: #fff;
}
/* font family */
.fontFamily1 {
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* image -------------------------------------------------*/

/*イメージのはみ出し防止*/
img {
  max-width: 100%;
  height: auto;
}
/* image align */
img.imgCenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
img.imgLeft {
  padding: 0px 16px 10px 0px;
  float: left;
}
img.imgRight {
  padding: 0px 0px 10px 16px;
  float: right;
}
/* image align 幅600以下でフロート解除 */
img.imgLeftN1 {
  padding: 0 16px 10px 0;
  float: left;
}
img.imgRightN1 {
  padding: 0 0 10px 16px;
  float: right;
}

@media only screen and (max-width: 640px) {
  /*画像そのものの幅にする*/
  img.imgwAuto,
  .imgwAuto img {
    width: auto;
  }
  img.imgLeftN1,
  img.imgRightN1 {
    padding: 0;
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
}
/* link ---------------------------------------------------*/

a {
  text-decoration: underline;
  color: #0069a0;
}
a:hover {
  color: #333;
}
/*blank用ポイント付*/
.externalLink::after {
  font-family: FontAwesome;
  content: "\f08e";
}
/* ボタン用 */
.buttonLink1,
.buttonLink2 {
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
}
.buttonLink1 a,
.buttonLink2 a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 10px 10px 10px 50px;
}
.buttonLink1 a {
  background: #666;
}
.buttonLink2 a {
  background: #ff9900;
}
.buttonLink1 a:hover {
  background: #333;
}
.buttonLink2 a:hover {
  background: #ff771d;
}
.buttonLink1 a::before,
.buttonLink2 a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  background: #fff;
}
.buttonLink1 a::after,
.buttonLink2 a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
}
.buttonLink1 a::after {
  border-left: 5px solid #333;
}
.buttonLink2 a::after {
  border-left: 5px solid #ff9900;
}
.buttonLink1 a:hover::after {
  border-left: 5px solid #333;
}
.buttonLink2 a:hover::after {
  border-left: 5px solid #ff9900;
}
/*もっとみる*/
.listMore1 {
  text-align: right;
}
.listMore1::after {
  font-family: FontAwesome;
  content: "\f101";
  padding: 0 0 0 5px;
}
/* float ----------------------------------------------*/

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
/* 幅639以下でフロート解除 */
.floatLeftMw1 {
  float: left;
}
.floatRightMw1 {
  float: right;
}
/* 2つ並びのボックス */
.floatLeft2col1,
.floatRight2col1 {
  width: calc((100% - 24px) / 2);
  margin-bottom: 8px;
}
.floatLeft2col1 {
  float: left;
  clear: left;
  margin-right: 12px;
}
.floatRight2col1 {
  float: right;
  margin-left: 12px;
}

@media only screen and (max-width: 640px) {
  .floatLeftMw1 {
    float: none;
  }
  .floatRightMw1 {
    float: none;
  }
  /* 二つ並びのボックス */
  .floatLeft2col1,
  .floatRight2col1 {
    width: 100%;
    float: none;
  }
  .floatLeft2col1 {
    margin-right: 0;
  }
  .floatRight2col1 {
    margin-left: 0;
  }
}
/* box -----------------------------------------------*/

.box1 {
  padding: 24px;
  margin-bottom: 16px;
  border: 2px solid #ccc;
}
.box2 {
  background-color: #d4effc;
  padding: 16px;
  margin-bottom: 16px;
}
.box3 {
  background: #ebebeb;
  padding: 16px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 640px) {
  .box1 {
    padding: 8px;
  }
  .box2 {
    padding: 8px;
  }
  .box3 {
    padding: 8px;
  }
}
/* list ----------------------------------------------*/

ul.ul1,
ol.ol1,
ul.float2col1,
ul.float3col1,
ul.float4col1 {
  margin-bottom: 16px;
}
ul.ul1 li {
  list-style-type: disc;
  margin: 0 0 8px 20px;
}
ol.ol1 li {
  list-style-type: decimal;
  margin: 0 0 8px 32px;
}
ul.ul1 li ul li,
ol.ol1 li ul li {
  list-style-type: circle;
}
/* 2つ並びのリスト 768px以下で1列に */
ul.float2col1 li {
  width: calc((100% - 24px) / 2);
  float: left;
  margin-bottom: 8px;
}
ul.float2col1 li:nth-child(odd) {
  clear: left;
  margin-right: 12px;
}
ul.float2col1 li:nth-child(even) {
  margin-left: 12px;
}

@media only screen and (max-width: 640px) {
  /* 二つ並びのリスト 768px以下で1列に */
  ul.float2col1 li {
    width: 100%;
    float: none;
  }
  ul.float2col1 li:nth-child(odd) {
    margin-right: 0;
  }
  ul.float2col1 li:nth-child(even) {
    margin-left: 0;
  }
}
/* 3つ並びのリスト 768px以下で1列に */
ul.float3col1 li {
  width: calc((100% - 48px) / 3);
  float: left;
  margin: 0 23px 16px 0;
}
ul.float3col1 li:nth-child(3n) {
  margin-right: 0;
}
ul.float3col1 li:nth-child(3n + 1) {
  clear: left;
}

@media only screen and (max-width: 640px) {
  /* 3つ並びのリスト 768px以下で1列に */
  ul.float3col1 li {
    width: 100%;
    float: none;
    margin: 0 0 8px 0;
  }
}
/* 4つ並びのリスト 768px以下で1列に */
ul.float4col1 li {
  width: calc((100% - 48px) / 4);
  float: left;
  margin: 0 16px 16px 0;
}
ul.float4col1 li:nth-child(4n) {
  margin: 0 0 16px 0;
}
ul.float4col1 li:nth-child(4n + 1) {
  clear: left;
}

@media only screen and (max-width: 640px) {
  /* 4つ並びのリスト 768px以下で1列に */
  ul.float4col1 li {
    width: 100%;
    float: none;
    margin: 0 0 8px 0;
  }
}
/* 横並びリストの画像はPCでも自動で幅最大100%に設定 */
ul.float2col1 img,
ul.float3col1 img,
ul.float4col1 img {
  max-width: 100%;
  height: auto;
}
/* dl ----------------------------------------------*/

dl.dl1 {
  margin-bottom: 16px;
}
.dl1 dt {
  font-weight: bold;
  background: #efefef;
  margin-bottom: 10px;
  padding: 8px;
}
.dl1 dd {
  margin-bottom: 8px;
}
.dl1 dd:last-child {
  margin-bottom: 0;
}
/* pagetitle navi ----------------------------------------------*/

.breadcrumbs {
  font-size: 1.2rem;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li::after {
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 8px;
}
.breadcrumbs li:last-child::after {
  content: "";
  padding: 0;
}
.breadcrumbs a {
}
.pageInfo {
  margin: 0 auto 16px;
  box-sizing: border-box;
}
.pageInfo h2 {
  font-size: 2.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .breadcrumbs {
  }
  .pageInfo h2 {
    display: none;
  }
}
/* midashi ----------------------------------------------*/

/* .midashi1 {
	background: url(../images/title/midashi1.gif) left top no-repeat;
	margin-bottom: 16px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 44px;
	text-indent: 30px;
} */

.midashi1 {
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 16px;
  padding: 10px 15px;
  font-size: 1.8rem;
  border-top: 3px solid #2c4195;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  background: linear-gradient(
    0deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 40%
  );
}

.midashi2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}
/* .midashi3 {
  background: url(../images/title/midashi3.gif) left top no-repeat;
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 36px;
  text-indent: 30px;
  color: #fff;
} */
/* .midashi4 {
  background: url(../images/title/midashi4.gif) left top repeat-x;
  border: 1px solid #ccc;
  border-left: 3px solid #00a3d9;
  height: 32px;
  margin-bottom: 16px;
  padding-top: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  text-indent: 10px;
  color: #0085b2;
} */
/* .midashi5 {
  background: #ebf5f5;
  border: 1px solid #0085b2;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 13px 4px 13px;
  font-size: 1.4rem;
  color: #0085b2;
} */
.midashi6 {
  background: #ffffce;
  border: 1px solid #ccc;
  border-top: 3px solid #a3d900;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-weight: bold;
  color: #59b200;
}
.midashi7 {
  background: url(../images/arrow.gif) left no-repeat;
  margin-bottom: 10px;
  padding: 5px 10px 5px 22px;
  font-weight: bold;
  color: #1b8f1b;
}
.midashi8 {
  background: url(../images/title/midashi8.png) left top no-repeat;
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 14px;
  /* text-indent: 30px; */
  color: #fff;
  padding: 17.5px 16px 16px 25px;

  height: 48px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
}
/* table ----------------------------------------------*/

.table1,
.table1 td,
.table1 th,
.td1 {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
table caption {
  margin-bottom: 8px;
}
.table1 {
  border-collapse: collapse;
  margin-bottom: 16px;
}
.table1 th,
.table1 td,
.td1 {
  padding: 8px;
}
.table1 th {
  background-color: #f5f5f5;
}
.tdw {
  background: #fff;
}
.td1 {
  background: #d4effc;
}
.td2 {
  background: #ffe9f3;
}

@media only screen and (max-width: 640px) {
  /*639px以下で段組み解除*/
  .tableMw1 th,
  .tableMw1 td {
    display: block;
    border: none;
    width: 100%;
  }
}
/* ------------------------------------------------------- */
/* Move Top ---------------------------------------------- */
/* ------------------------------------------------------- */

/* ページ上部に戻る スクロールで自動表示 */
#pageTop {
  width: 45px;
  height: 40px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
#pageTop div {
  margin: 0;
  padding: 2px 0;
  text-align: center;
  background: #008bd3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#pageTop div span {
  display: none;
}
#pageTop div:hover {
  background: #41a6da;
}
#movePageTop {
  color: #fff;
  line-height: 40px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
/* ------------------------------------------------------- */
/* コンテンツ内でタグをデフォで使う為の設定(cmsの投稿者用等) */
/* ボックスに.tagBoxを付ける事　*/
/* h1サイトタイトル h2ページタイトルのため、h3からスタート*/
/* ------------------------------------------------------- */

.tagBox {
  margin-bottom: 30px;
}
.tagBox p {
  margin-bottom: 10px;
}
/*ul ol*/
.tagBox ul,
.tagBox ol {
  margin-bottom: 15px;
  overflow: hidden;
}
.tagBox ul li {
  list-style-type: disc;
  margin: 0 0 8px 20px;
}
.tagBox ol li {
  list-style-type: decimal;
  margin: 0 0 8px 30px;
}
.tagBox ul li ul,
.tagBox ol li ul {
  margin-bottom: 0;
}
.tagBox ul li ul li,
.tagBox ol li ul li {
  list-style-type: circle;
}
.tagBox ul.photoList li {
  list-style-type: none;
  margin: 0 16px 16px 0;
}
.tagBox ul.photoList li:nth-child(4n) {
  margin: 0 0 16px 0;
}
/*table*/
.tagBox table {
  width: 100%;
}
.tagBox table.table1,
.tagBox table.table1 td,
.tagBox table.table1 th {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.tagBox table.table1 {
  margin-bottom: 20px;
}
.tagBox table th,
.tagBox table td {
  padding: 10px;
}
.tagBox table.table1 th {
  background-color: #f5f5f5;
}
/*見出しh関連
.tagBox h3 { font-size: 2.0rem; margin-bottom: 20px; }
.tagBox h4 { font-size: 1.8rem; margin-bottom: 20px; }
.tagBox h5 { font-size: 1.7rem; margin-bottom: 20px; }
.tagBox h6 { font-size: 1.6rem; margin-bottom: 20px; }*/

/*block*/
.tagBox blockquote {
  background: #fafafa;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 15px;
  display: block !important;
}
.post_tag {
  background: #f5f5f5;
  padding: 5px 10px 3px 10px;
}
/*
mtだとemが斜体と表示されるのでそのためのスタイル
※本来のem意味は強調であって視覚的に斜体にするならiタグが望ましい
*/
.tagBox em {
  font-style: italic;
}
.parts img,
.roof img {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}

@media only screen and (max-width: 640px) {
  .tagBox h3,
  .tagBox h4,
  .tagBox h5,
  .tagBox h6 {
    margin-bottom: 15px;
  }
  ul.photoList li,
  .tagBox ul.float4col1 li {
    width: calc(50% - 5px);
    margin: 0;
  }
  ul.photoList li:nth-child(odd) {
    float: left;
  }
  ul.photoList li:nth-child(even) {
    margin-left: 10px;
    margin-right: 0;
    float: left;
  }
  ul.photoList li:nth-child(4n) {
    margin: 0 0 0 10px;
  }
  .tagBox ul.photoList li:nth-child(4n) {
    margin: 0 0 0 10px;
  }
  ul.photoList li {
    margin-bottom: 8px;
  }
  .parts {
    font-size: 1.1rem;
  }
  ul.parts li {
    min-height: 235px;
  }

  .tagBox table td {
    padding: 0;
  }
}
/* ------------------------------------------------------- */
/* layout ------------------------------------------------ */
/* ------------------------------------------------------- */
/* base サイトレイアウトの基本設定 ----------------------- */

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */

header {
  /* background: url(../images/header/header.jpg) center bottom no-repeat; */
  /* background: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2018/09/header-new.png) center bottom no-repeat; */
  /* background: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2018/11/20181108header.png) center bottom no-repeat; */
  /* background: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2018/12/20181214header.png) center bottom no-repeat; */
  /* background: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2019/03/20190327header-image10.png) center bottom no-repeat; */
  /* background: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2019/09/a2b5997e7569b5abfa781f277861ac35.png) center bottom no-repeat; */
  /* background: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2019/09/21973182970bc73482c3c7bd36bf529c.png) center bottom no-repeat; */
  /*background: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/04/densho11.png) center bottom no-repeat;*/
  background: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2022/03/densho15-1.jpg)
    no-repeat;
  background-position: center bottom !important;
  height: 110px;
}
#header {
  background: url(../images/header/bg.jpg) repeat-x;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px;
  overflow: hidden;
  position: fixed;
  z-index: 11;
  box-shadow: 0 3px 5px #bababa;
}
.headerInner {
  max-width: 960px;
  min-width: 960px;
  margin: 0 auto;
}
.headerTitle {
  width: 315px;
  float: left;
}
div.headerInfo1 {
  float: right;
  width: 410px;
  display: table;
}
div.headerInfo1 div {
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
}
.headerInfo1 a {
  margin-left: 5px;
  float: right;
}
.logoTxt {
  height: 20px;
  font-size: 1rem;
  display: inline-block;
}
div.logo {
  width: 260px;
  height: 65px;
  margin-top: 10px;
}
.logo a {
  display: block;
  width: 260px;
  height: 66px;
  background: url(../images/header/logo.jpg);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
a.head_contact {
  height: 62px;
}
.goog-te-gadget .goog-te-combo {
  margin: 0px !important;
}

@media only screen and (max-width: 850px) {
  header {
    background: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/densho14.jpg)
      center bottom no-repeat;
  }
}
@media only screen and (max-width: 640px) {
  header {
    background: url();
  }
  div.logo {
    margin: 0 auto;
    width: 240px;
    height: 52px;
  }
  .logo a {
    background: url(../images/header/logoSp.jpg);
    width: 240px;
    height: 52px;
  }
  .logoTxt {
    padding: 0 5px;
  }
  #header {
    height: 80px;
    width: 100%;
    position: relative;
  }
  .headerInner {
    width: 100%;
    min-width: 100px;
    margin: 0;
  }
  .headerInfo1 ul {
    display: none;
  }
  .headerTitle {
    width: 100%;
    padding: 10px 0;
    float: none;
  }
  .mainimageBox {
  }
}
/* ------------------------------------------------------- */
/* global menu ------------------------------------------- */
/* ------------------------------------------------------- */

.header-color {
  background: #5aa0f1;
}

#globalmenu {
  width: 100%;
}
.globalmenuInner ul {
  margin: 0 auto;
}
.globalmenuInner ul li {
  margin-top: 1px;
  float: left;
}
.globalmenuInner ul li a {
  text-decoration: none;
  width: 100%;
  height: 50px;
  display: block;
}
.globalmenuInner ul li a:hover {
  background: #fff;
}
.globalmenuInner ul li a:hover img {
  opacity: 0.8;
}
.globalmenuInner ul ul {
  position: absolute;
  display: block;
  display: none;
  top: 40px;
  padding: 0;
  border-left: none;
  margin: 0 auto;
  float: none;
}
.globalmenuInner ul ul li {
  display: block;
  float: none;
  border-top: 1px solid #fff;
  height: auto;
  border-right: none;
}
.gmsub a::after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 5px;
}
.gmsubNone a::after {
  content: "";
  position: static;
  right: 0;
}
.globalmenuInner ul ul li a {
  height: auto;
  display: block;
  background: #ccc;
  padding: 12px 4px;
  text-align: left;
}
.globalmenuInner ul ul li a:hover {
  background-color: #ddd;
}
.globalmenuInner ul ul ul {
  width: 200px;
  top: 0;
  left: 155px;
  position: absolute;
  display: none;
}
.globalmenuInner ul ul ul li {
  border-top: none;
  border-bottom: 1px solid #fff;
}
.globalmenuInner ul ul ul a {
  background-color: #ddd;
}
.globalmenuInner ul ul ul a:hover {
  background-color: #ccc;
}
#drawernav {
  display: none;
}
li.menu1 {
  width: 125px;
}
li.menu2 {
  width: 119px;
}
li.menu3 {
  width: 170px;
}
li.menu4 {
  width: 190px;
}
li.menu5 {
  width: 129px;
}
li.menu6 {
  width: 114px;
}
li.menu7 {
  width: 113px;
}

@media only screen and (max-width: 640px) {
  #globalmenu {
    position: static;
    display: none;
  }
  /*スマートフォン用メニュー*/
  #page {
    padding-top: 50px;
    position: relative;
    z-index: 5;
    left: 0;
    background: #fff;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  }
  #drawernav {
    overflow-y: scroll;
    display: block;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #008bd3;
    color: #fff;
    z-index: 9998;
    padding-top: 45px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  }
  #drawernav ul {
    height: 100%;
    list-style: none;
  }
  #drawernav ul li a {
    /* 	border-bottom: 1px solid #3ca9e1; */
    border-bottom: 1px solid #fff;
    font-size: 1.3rem;
  }
  #drawernav ul li a::before {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 5px 0 0;
  }
  #drawernav ul li a.gmc::before {
    font-family: FontAwesome;
    content: "\f107";
  }
  #drawernav ul li ul {
    margin: 0 0 0 20px;
  }
  #drawernav ul li ul li:last-child {
    border-bottom: none;
  }
  #drawernav ul li a {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
  }
  #drawernav ul li a:hover {
    color: #ddd;
    background: #41a6da;
  }
  #drawernav > .clear > .menu-item > a::before {
    content: "\f111";
  }
  #menu-item-110468 > a,
  #menu-item-119966 > a,
  #menu-item-110469 > a,
  #menu-item-119967 > a,
  #menu-item-110472 > a,
  #menu-item-100763 > a,
  #menu-item-54541 > a,
  #menu-item-119971 > a {
    pointer-events: none;
  }
  #drawernav h4 {
    padding: 0 15px;
  }
  #humberger {
    position: fixed;
    top: 2px;
    right: 5px;
    z-index: 9999;
    cursor: pointer;
    box-sizing: border-box;
    display: none;
    display: block;
    width: 60px;
    border: 1px solid #008bd3;
    border-radius: 3px;
    /* 	padding: 5px 2px; */
    padding: 10px 5px 0px 5px;
    margin: 7px 2px 0 0;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    background: #008bd3;
  }
  .drawer-opened {
    overflow: hidden;
  }
  .drawer-opened #humberger {
    border: 1px solid #ccc;
    background: #2c9ed9;
  }
  .icon-bar {
    height: 2px;
    background: #333;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  }
  .humbergerMenu::before {
    content: "メニュー";
  }
  .drawer-opened .humbergerMenu::before {
    content: "閉じる";
  }
  .fixed-content {
    right: inherit;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  }
  #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); /* easeInOutExpo */
  }
  /**
	* ドロワー開放時のスタイル
	**/

  #humberger .closed {
    display: none;
  }

  .drawer-opened #humberger .closed {
    display: unset;
    height: 40px;
  }

  .drawer-opened #humberger .opens {
    display: none;
  }

  body.drawer-opened #page {
    left: -240px;
    -webkit-box-shadow: 1px 0 2px #000;
    box-shadow: 1px 0 2px #000;
  }
  body.drawer-opened .fixed-content {
    left: -240px;
  }
  body.drawer-opened #drawernav {
    right: 0;
    width: 100%;
  }
  #gmenu {
    display: none;
  }
  #humberger {
    display: block;
  }
  body.drawer-opened #humberger .icon-bar {
    background: #fff;
  }
  body.drawer-opened #overlay {
    z-index: 9997;
    opacity: 0.3;
    left: -240px;
  }
}
/* ------------------------------------------------------- */
/* footer ------------------------------------------------ */
/* ------------------------------------------------------- */

.footerInner {
  font-size: 1.2rem;
}
.footerMenu {
  width: 100%;
  text-align: center;
}
.footerMenu li {
  display: inline-block;
}
.footerMenu li::after {
  content: "|";
  padding: 0 5px;
}
.footerMenu li:last-child::after {
  content: "";
}
.footerMenu li a {
  text-decoration: none;
  color: #1d3994;
}
.footerMenu li a:hover {
  text-decoration: underline;
  color: #0099cc;
}
#copyright {
  background: #000;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-top: 15px;
  padding: 5px 0;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  #footer {
    margin-bottom: 70px;
  }
  .footerInner p.txtCenter {
    text-align: left;
    margin-bottom: 20px;
  }
  .footerMenu {
    padding: 0;
  }
  .footerMenu li::after {
    content: "";
    padding: 0;
  }
  .footerMenu li {
    width: 100%;
    display: block;
    text-align: left;
  }
  .footerInner {
    padding: 0 10px;
  }
  #copyright {
    padding: 3px 0;
    font-size: 1.1rem;
  }
}
/* ------------------------------------------------------- */
/* side -------------------------------------------------- */
/* ------------------------------------------------------- */

.ekiten {
  width: 200px;
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 1.2rem;
}
.ekiten a {
  text-decoration: none;
}
.sideMenu1 li {
  margin-bottom: 5px;
}
.sideMenu1 li a {
  width: 230px;
  height: 50px;
  display: block;
}
.side_title {
  background: url(../images/side/side_title_bg.png) repeat-x;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.sideMenu2 li a {
  background: url(../images/side/side-menu_arrow.png) left top no-repeat;
  border: 1px solid #ccc;
  height: 30px;
  margin-bottom: 5px;
  padding: 3px 10px 0 30px;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
}
.sideMenu2 li a:hover {
  background-position: 0 -60px;
}
.banner1 {
  background: url(../images/side/banner3_1.jpg) no-repeat;
  width: 230px;
  padding: 242px 0 10px 0;
  text-align: center;
}
.sideBanner a:hover,
.banner1 a:hover,
.sideMenu1 a:hover,
.sideArea a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 640px) {
  .ekiten {
    margin-top: 10px;
  }
  .banner1 img,
  .sideArea img,
  .sideMenu1 li a,
  .sideMenu1 img,
  .sideBanner img {
    width: 100%;
    height: auto;
  }
  .banner1 {
    background: url();
    width: 100%;
    padding: 0;
  }
}
/* ------------------------------------------------------- */
/* contents ---------------------------------------------- */
/* ------------------------------------------------------- */

#main p {
  margin: 0 0 16px 0;
}
#topContents {
  width: 100%;
  min-width: 960px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #topContents {
    min-width: 100px;
    margin: 0 0 0 0;
  }
}
/* ------------------------------------------------------- */
/* 404 403 ファイル -------------------------------------- */
/* ------------------------------------------------------- */

body.body404 {
  background: none;
}
body.body404 div.logo {
  margin: 0px auto 40px auto;
}
.sysFileBox1 {
  width: 700px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}
.sfb1Midashi1 {
  text-align: center;
  font-size: 2.5rem;
  color: #000;
  margin: 0 0 24px 0;
}
.sysFileBox1 p {
  margin: 0 0 24px 0;
}
a.sfb1Btn {
  background-color: #f5f5f5;
  display: block;
  box-shadow: inset -1px -1px 0px 0px #b8b8b8;
  text-align: center;
  width: 450px;
  margin: 0px auto;
  padding: 16px 0px;
  text-decoration: none;
  border-radius: 9px;
  color: #000;
}
a.sfb1Btn:hover {
  background-color: #efefef;
  box-shadow: inset 1px 1px 0px 0px #b8b8b8;
}

@media only screen and (max-width: 640px) {
  .sysFileBox1 {
    width: 100%;
    padding: 24px 15px;
  }
  a.sfb1Btn {
    max-width: 100%;
  }
}
/* ------------------------------------------------------- */
/* page -------------------------------------------------- */
/* ------------------------------------------------------- */

/* index ------------------------------------------------- */

.topPanel img {
  width: 100%;
  height: auto;
}
/* ------------------------------------------------------- */
/* 共通リストお知らせ用 ---------------------------------- */
/* ------------------------------------------------------- */

/*リスト*/
.nl1List {
  margin-bottom: 15px;
}
.nl1List li {
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
}
.nl1List li:last-child {
}
.nl1lCategory {
  color: #fff;
  float: left;
  width: 140px;
  padding: 5px;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 5px 0 0;
}
.nl1lDate {
  width: 130px;
  float: left;
  margin: 0 5px 0 0;
  color: #666;
  font-size: 1.3rem;
}
.nl1lTitle {
  float: left;
  margin: 0;
  width: calc(100% - 150px);
  color: #666;
}
.nl1More {
  margin-bottom: 15px;
  text-align: right;
  font-size: 1.3rem;
}
.nl1More a {
  text-decoration: none;
}
.nl1More::after {
  font-family: FontAwesome;
  content: "\f054";
  color: #008bd3;
  padding: 0 0 0 8px;
}

@media only screen and (max-width: 640px) {
  .newsList1 {
    position: static;
  }
  /*リスト*/
  .nl1List {
    margin: 0 0 8px 0;
  }
  .nl1List li {
  }
  .nl1lCategory {
    color: #fff;
    float: left;
    width: 130px;
    padding: 1px;
    font-size: 1.3rem;
    text-align: center;
    margin: 0 5px 0 0;
  }
  .nl1lDate {
    width: 110px;
    float: left;
    margin: 0 5px 0 0;
    color: #666;
    padding: 2px;
    font-size: 1.3rem;
  }
  .nl1lTitle {
    float: none;
    clear: left;
    margin: 0;
    width: 100%;
    color: #666;
    padding: 5px 0 0 0;
  }
  .nl1More {
    position: static;
    text-align: right;
  }
  .nl1More::before {
    content: "";
    border-left: none;
    padding: 0;
  }
  .nl1More a {
    text-decoration: underline;
  }
}
/* ------------------------------------------------------- */
/* page-nate --------------------------------------------- */
/* ------------------------------------------------------- */

div.pagenate {
  margin-top: 15px;
}
.pagenate span,
.pagenate a {
  padding: 2px 5px;
}
.pagenate span {
  border: 1px solid #ddd;
}
div.wp-pagenavi {
  margin-top: 30px;
  padding: 15px 0;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  background: #fff;
  border: 1px solid #ccc;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  color: #000;
}
.wp-pagenavi a:hover {
  background: #999;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  div.wp-pagenavi {
    margin-top: 0;
    font-size: 1.3rem;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    padding: 6px 5px 5px 5px;
  }
}
/* ------------------------------------------------------- */
/* entry ------------------------------------------------- */
/* ------------------------------------------------------- */

div#area {
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
}
#area ul {
  margin: 0;
}
#area ul li {
  list-style-type: none;
  width: 25%;
  margin: 0;
  line-height: 180%;
  float: left;
}
#area ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 8px;
}
.post_dat {
  background: url(../images/cal.png) 5px 3px #f7f7f7 no-repeat;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
  text-indent: 27px;
  font-size: 1.1rem;
}
.voiceList img,
.photoList img {
  width: 100%;
  height: auto;
}
.voiceList p,
.photoList p {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  div#area {
    padding: 5px;
  }
  #area ul li {
    width: 50%;
  }
  ul.voiceList li,
  ul.photoList li {
    width: calc(50% - 5px);
  }
  ul.voiceList li:nth-child(odd),
  ul.photoList li:nth-child(odd) {
    float: left;
  }
  ul.voiceList li:nth-child(even),
  ul.photoList li:nth-child(even) {
    margin-left: 10px;
    float: left;
  }
  ul.voiceList li:nth-child(4n) {
    margin-bottom: 8px;
  }
}

/* ------------------------------------------------------- */
/* プリント用 -------------------------------------------- */
/* ------------------------------------------------------- */

@media print {
  #humberger,
  #pageTop,
  #pageTop div,
  #movePageTop,
  #pageTop p {
    display: none;
  }
  #container {
    padding: 0;
  }
  #header {
    position: static;
  }
  #container {
    padding: 0;
  }
  #topContents {
    min-width: 1000px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  /* 2つ並びのリスト 768px以下で1列に */
  ul.float2col1 li:nth-child(odd) {
    clear: left;
    margin-right: 11px;
  }
  ul.float2col1 li:nth-child(even) {
    margin-left: 11px;
  }
  /* 2つ並びのボックス */
  .floatLeft2col1 {
    margin-right: 11px;
  }
}

/* ------------------------------------------------------- */
/* PC,SP切り替え -------------------------------------------- */
/* ------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  #translator {
    float: left;
    height: 19px;
  }
  header#top div.headerTitle {
    padding: 0px;
  }
  header#top > div {
    height: 35px;
  }
}

/* ------------------------------------------------------- */
/* SP追跡ボタン -------------------------------------------- */
/* ------------------------------------------------------- */
@media screen and (max-width: 767px) {
  #foot_btn {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #foot_btn h5 {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  @media screen and (max-width: 390px) {
    #foot_btn h5 {
      transform: scale(0.9);
      transform-origin: 120px;
    }
  }
  @media screen and (max-width: 370px) {
    #foot_btn h5 {
      transform-origin: 50px;
      transform: scale(0.8);
    }
  }
  @media screen and (max-width: 330px) {
    #foot_btn h5 {
      transform: scale(0.7);
    }
  }
  #foot_btn li {
    display: inline-block;
    width: 45%;
    margin: 0 1%;
  }
  #foot_btn li img {
    max-width: 100%;
  }
  #pageTop {
    bottom: 90px;
    right: 3%;
  }
  body {
    overflow-x: hidden;
  }
}
/* ------------------------------------------------------- */
/* 2018.06.12 -------------------------------------------- */
/* ------------------------------------------------------- */
.twobtn {
  text-align: center;
}

.twobtn li {
  display: inline-block;
  width: 47%;
  margin: 0 1% !important;
}
@media screen and (max-width: 767px) {
  .twobtn li {
    width: 100%;
  }
}
/* ------------------------------------------------------- */
/* osaka -------------------------------------------- */
/* ------------------------------------------------------- */
.osaka_wrap {
  margin-bottom: 5%;
}
.osaka_antenna_contant {
  margin-bottom: 5%;
}
.osaka_antenna_list li {
  width: 25%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.osaka_antenna_list li img {
  display: block;
  width: 100%;
}
.txtc {
  text-align: center;
}
.osaka_btn {
  margin-bottom: 5%;
}
.osaka_btn li {
  display: inline-block;
  width: 23%;
  margin: 0 1%;
}
.osaka_btn a {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #e5e5e5 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #e5e5e5 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #e5e5e5 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  border: solid 1px #c8c8c8;
  padding: 10px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .osaka_antenna_list li {
    width: 50%;
    margin: 0;
  }
  .osaka_btn li {
    width: 48%;
    margin: 0 1% 1% 1%;
  }
}

/* ------------------------------------------------------- */
/* 4K8K -------------------------------------------- */
/* ------------------------------------------------------- */
.float_l {
  float: left;
  margin-right: 15px;
}
.table_4k8k td,
.table_4k8k th {
  vertical-align: middle;
}
.table_4k8k p {
  margin-bottom: 5px !important;
}
.txts {
  font-size: 70%;
  line-height: 1.5rem;
}
.contact_4k8k {
  padding: 5% 0;
  text-align: center;
}
.txtorange {
  color: #f06601;
  font-size: 16px;
}
.leadtxt_4k8k {
  font-size: 27px;
  color: #0000ff;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 3rem;
}
.txt25,
.txt25 a {
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.wid50box dt,
dd {
  float: left;
  width: 48%;
  vertical-align: top;
  margin-bottom: 20px;
}
.wid50box dt {
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .float_l {
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .table_4k8k td {
    padding: 3% !important;
  }
  .txtorange {
    font-size: 14px;
  }
  .contact_4k8k span {
    display: block;
  }
  .wid50box dt,
  dd {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .wid50box dt {
    margin-right: 0;
  }
}

/* ------------------------------------------------------- */
/* Privacy -------------------------------------------- */
/* ------------------------------------------------------- */

dl.privacy-list dt {
  font-weight: bold;
}

dl.privacy-list dd {
  margin-left: 10px;
  float: none;
  width: 100%;
}

table.privacy-table td {
  border-collapse: collapse;
  border: 1px solid black;
  padding: 5px;
}

/* アソシエート追加分 */
dl#parts-list dt {
  background: url("https://www.densho-at.jp/wordpress/wp-content/themes/densho/images/side/side-menu_arrow.png")
    left top no-repeat;
  border: 1px solid #ccc;
  height: 30px;
  margin-bottom: 5px;
  padding: 3px 10px 0 30px;
  text-decoration: none;
  font-size: 1.4rem;
  display: block;
}
dl#parts-list dd {
  float: none;
  width: 100%;
  list-style-type: disc;
  display: list-item;
  margin-left: 25px;
  margin-bottom: 10px;
}
dl#parts-list a {
  text-decoration: none;
}

table.spacer > tbody > tr > td {
  padding: 5px;
}

/* その他 */
ul#blog-list {
  margin-bottom: 10px;
  clear: both;
  list-style: none;
  display: flex;
  justify-content: center;
}

ul#blog-list li {
  height: 100px;
  min-height: 100px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  margin: 5px 5px;
  flex: 1;
  transition: 0.5s;
}

ul#blog-list li:hover {
  opacity: 0.5;
}

ul#blog-list li img {
  object-fit: cover;
  height: 100px;
  width: 35%;
  float: left;
}

#side-news {
  font-size: 12px;
}

div#top-items > div.antenna-item {
  /* border-bottom: 2px dotted #217DB6; */
  margin-bottom: 10px;
  clear: both;
}

div#top-items > div.antenna-item * {
  clear: both;
}

.full_width {
  margin-left: calc((100vw - 100%) * -1);
  margin-right: calc((100vw - 100%) * -1);
}

p.full_width {
  padding: 0px 20px;
  margin-left: calc((100vw - 100%) * -1);
  margin-right: calc((100vw - 100%) * -1);
}

div.work-counter {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2019/07/counter-minify.jpg");
  background-size: cover;
  color: #fff;
  width: 260px;
  height: 150px;
  margin: 15px auto;
  font-size: 40px;
  padding: 80px 70px 0px 0px;
  letter-spacing: 11.5px;
  text-align: right;
}

div.wsp-container > h2 {
  display: none;
}

h3.work-top3 {
  font-weight: bold;
  font-size: 20px;
  background-size: cover;
  padding: 23px 0px 23px 70px;
}
h3.work-top3.work-no1 {
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2019/07/1-1.png);
}
h3.work-top3.work-no2 {
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2019/07/2-1.png);
}
h3.work-top3.work-no3 {
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2019/07/3-1.png);
}

.slider {
  /*opacity: 0;*/
  transition: opacity 0.3s linear;
}
.slider.slick-initialized {
  opacity: 1;
}
ul li.stock {
  margin-bottom: 15px;
}

ul li.stock::before {
  position: absolute;
  margin: -5px 0px 0px -5px;
  background-color: #f3ca5d;
  padding: 2px 3px;
  border-radius: 5px;
  content: "標準仕様";
}

ul li.toriyose {
  margin-bottom: 15px;
}
ul li.toriyose::before {
  position: absolute;
  margin: -5px 0px 0px -5px;
  background-color: #5daaf3;
  padding: 2px 3px;
  border-radius: 5px;
  content: "お取り寄せ";
}

p.price-box {
  border: 2px solid #a3d900;
  background-color: #ffffce;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
}

@media only screen and (max-width: 640px) {
  p.price-box {
    font-size: 15px;
    position: absolute;
    top: -82px;
    right: 20px;
    left: 20px;
  }
}

.balloon1-left {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}

p.top-announce {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 7px;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}

div.trouble-list .trouble-list-item {
  height: 150px;
  background-color: #d6d6d6;
  text-align: center;
  line-height: 130px;
  border: 10px white solid;
  transition: 0.5s;
  color: #000;
}
div.trouble-list .trouble-list-item:hover {
  background-color: #a7a7a7;
}

div.trouble-list .trouble-list-item span.num {
  position: absolute;
  top: -40px;
  left: 10px;
  font-size: 30px;
}

div.step-flow {
  font-size: 17px;
  /* margin-bottom: 15px; */
  background-color: #f9f9f9;
  padding: 7px 0px;
}
div.step-flow::first-letter {
  /* background-color: #2295cf; */
  background-color: #ee8300;
  padding: 5px;
  margin: 0px 10px 0px 0px;
  color: #fff;
}
div.step-content {
  /* border-left: 8px solid #c6dcff; */
  border-left: 8px solid #ee830045;
  margin-left: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.btn-1 {
  background: linear-gradient(
    0deg,
    rgba(128, 202, 245, 1) 0%,
    rgba(102, 151, 247, 1) 25%,
    rgba(102, 109, 254, 1) 61%,
    rgba(180, 184, 250, 1) 87%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 4px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #99b4ef;
}
.btn-1 a {
  color: #fff;
  text-decoration: none;
}

.btn-2 {
  font-size: 13px;
  background-color: #dbfdff;
  padding: 3px 20px;
  border: 1px solid #7ddacd;
  border-radius: 3px;
  transition: 0.5s;
}
.btn-2:hover {
  background-color: #addbde;
}
.btn-2 a {
  color: #000;
  text-decoration: none;
}

.btn-3 {
  font-size: 13px;
  background-color: #dbfdff;
  padding: 3px 20px;
  border: 1px solid #7ddacd;
  border-radius: 3px;
  transition: 0.5s;
}
.btn-3:hover {
  background-color: #addbde;
}
.btn-3 a {
  color: #000;
  text-decoration: none;
}
.btn-3 a::after {
  font-family: FontAwesome;
  content: "\f054";
  color: #008bd3;
  padding: 0 0 0 8px;
}

.btn-4 {
  font-size: 13px;
  background-color: #ffda86;
  padding: 3px 20px;
  border: 1px solid #ff9b04;
  border-radius: 3px;
  transition: 0.5s;
}
.btn-4:hover {
}
.btn-4 a {
  color: #000;
  text-decoration: none;
}
.btn-4 a::after {
  font-family: FontAwesome;
  content: "\f054";
  color: #d48b05;
  padding: 0 0 0 8px;
}

.zoom-icon::after {
  font-family: FontAwesome;
  content: "\f00e";
  color: #464646;
  font-size: 50px;
  position: absolute;
  bottom: 30px;
  right: 25px;
  transition: 0.1s;
}

.zoom-icon:hover::after {
  font-size: 60px;
}

div.condition_box div.cb-item {
  margin-bottom: 10px;
  padding: 0px 5px;
}

div.condition_box div.cb-item a {
  text-decoration: none;
  color: #333;
}

div.condition_box div.cb-item div.cb-title {
  text-align: center;
  background-color: #99ccff;
  padding: 5px 0px;
  border-radius: 10px 10px 0px 0px;
  border-top: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  border-left: 1px solid #8a8a8a;
}

div.condition_box div.cb-item div.cb-description {
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  min-height: 140px;
  transition: 0.5s;
  border-bottom: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a;
  border-left: 1px solid #8a8a8a;
}

div.condition_box div.cb-item div.cb-description:hover {
  background-color: #e0e0e0;
}

.html-lock {
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* 地域事業用スタイル */
ul#area-globalmenu li {
  display: inline-block;
  min-width: 150px;
  padding: 18px;
  text-align: center;
  border-left: 1px solid #fff;
  transition: 0.5s;
}
ul#area-globalmenu li:hover {
  background-color: #fd8c02;
}
ul#area-globalmenu a {
  color: #fff;
}

div#area-sp-globalmenu {
  color: white;
  text-align: center;
  margin-bottom: 100px;
}

div#area-sp-globalmenu .col-xs-6 {
  background: linear-gradient(#fbb400, #fe7803);
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}

.right_up_border {
  background-image: linear-gradient(
    -12deg,
    /*角度*/ transparent 50%,
    #9e9d9d 51%,
    /*斜線の色*/ black 51%,
    /*斜線の色*/ transparent 51%,
    transparent
  );
}

@media only screen and (max-width: 640px) {
  .right_up_border {
    background-image: linear-gradient(
      -28deg,
      /*角度*/ transparent 50%,
      #9e9d9d 51%,
      /*斜線の色*/ black 51%,
      /*斜線の色*/ transparent 51%,
      transparent
    );
  }
  .area-copyright {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 450px) {
  .right_up_border {
    background-image: linear-gradient(
      -42deg,
      /*角度*/ transparent 50%,
      #9e9d9d 51%,
      /*斜線の色*/ black 51%,
      /*斜線の色*/ transparent 51%,
      transparent
    );
  }
}

.container2 {
  max-width: 960px;
  min-width: 960px;
  margin: 0px auto;
  padding: 0;
  clear: both;
}

.area-page .title1 {
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2020/05/title1.gif);
  border-radius: 5px;
  padding-left: 25px;
  clear: both;
  background-repeat: no-repeat;
}
.area-page .title2 {
  background: #fff5e2;
  border: 1px solid orange;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 13px 4px 13px;
  font-size: 1.4rem;
  color: orange;
  clear: both;
}
.title3 {
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 16px;
  padding: 10px 15px;
  font-size: 1.8rem;
  border-top: 3px solid orange;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  background: linear-gradient(
    0deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 40%
  );
  clear: both;
}

.area-page .description {
}
.area-page .company-name {
  font-size: 30px;
  margin: 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid orange;
}

.area-page span.detail-item {
  font-size: 12px;
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 10px;
  background-color: orange;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
}

/* .area-page .work-block {
	width: 50%;
	padding: 10px;
	background-color: #eee;
	margin-right: 15px;
	display: inline-block;
	float: left;
}

.area-page .work-block .work-img {
	height: 200px;
	max-width: 200px;
	background-color: #ccc;
	background-size: cover;
  background-position: center;
} */

.work-block {
  width: 330px;
  border: 1px solid #cacaca;
  border-radius: 10px;
}
.work-img {
  height: 220px;
  width: 50%;
  background-color: orange;
  background-size: cover;
  background-position: center;
}
.work-name {
  border-radius: 10px 10px 0px 0px;
  padding: 5px;
  color: #fff;
  /* background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2020/05/title1.gif); */
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/themes/densho/images/title/midashi3.gif);
  padding-left: 25px;
}
.work-details {
  width: 50%;
  float: right;
  padding: 10px;
}

.work-price {
  font-style: italic;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
}
.work-price span.price {
  font-size: 20px;
  font-weight: bold;
}

ul.sns-list li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

h1.area-title {
  font-size: 25px;
  padding: 15px 0px;
  line-height: 40px;
  font-weight: bold;
}

ul.work-details-list {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 15px;
}

.side-midashi1 {
  color: white;
  padding: 5px;
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2020/05/title1.gif);
  border-radius: 5px 5px 0px 0px;
  padding-left: 25px;
  padding-top: 7px;
}

@media only screen and (max-width: 640px) {
  h1.area-title {
    padding: 15px 10px;
  }
}

.content-yt {
  padding: 20px 20px 0px;
  border: 2px solid #ec9000;
  border-radius: 10px;
  margin: 15px 15px 15px;
}
.content-yt-title {
  background-color: #ec9000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.content-yt-btn {
  text-align: center;
  padding-top: 10px;
}

@media only screen and (max-width: 640px) {
  .content-yt {
    padding: 10px;
    border: 2px solid #ec9000;
    border-radius: 10px;
    margin: 10px 0px 10px;
  }
  .content-yt-title {
    background-color: #ec9000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .content-yt-btn {
    text-align: center;
    padding-top: 10px;
  }
}

.timeline-Footer.u-cf {
  display: none !important;
}

@media only screen and (min-width: 640px) {
  .omakase-box {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #000;
    width: 45% !important;
    margin: 10px;
  }
}
.omakase-box {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #000;
  margin: 10px;
}
.omakase-box img {
  border-radius: 5px;
}

.omakase-title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}

.centerplease {
  margin: 10px auto;
  max-width: 400px;
  font-size: 40px;
}
/*Question*/
.question-toggle {
  position: relative;
  background-color: #f5f5f5;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width: 100%;
  cursor: pointer;
}
/*Answer*/
.answers-toggle {
  padding: 0px 15px;
  margin: 0 0 10px;
  width: 100% !important;
  height: 0;
  overflow: hidden;
  /* z-index: -1; */
  position: relative;
  opacity: 0;
  background: #fff;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.questions-toggle:checked ~ .answers-toggle {
  height: auto;
  opacity: 1;
  padding: 15px 45px 15px 15px;
}
/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.questions-toggle:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.questions-toggle {
  display: none;
}

.img-box {
  position: relative;
}
.img-box img {
  width: 100%;
}
.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.img-box:hover .active {
  opacity: 1;
}

#topcontents {
  margin-bottom: 20px;
}

#topcontents img {
  vertical-align: bottom;
}

#topcontents p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
}

#topcontents p.main-intro {
  padding: 10px;
}

#topcontents .bg-gp {
  background: 0 0 / 15px 15px
    conic-gradient(from 90deg at 1px 1px, transparent 90deg, #cfeafd 90deg);
  padding: 20px 0;
}

#topcontents .h2-main {
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: #222;
}

#topcontents .h2-main em {
  color: #228ad2;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#topcontents .top-menu {
  padding: 2%;
}

.tagBox #topcontents ul li {
  list-style-type: none;
}

.tagBox #topcontents em {
  font-style: normal;
}

#topcontents .top-menu li {
  float: left;
  width: 49%;
  margin: 0 0 2%;
}

#topcontents .top-menu .top-menu-tv {
  margin: 0 2% 0 0;
}

#topcontents .top-menu .top-menu-double {
  width: 100%;
  margin-bottom: 0;
}

#topcontents .top-menu-box {
  margin-top: 5%;
}

#menu-tv {
  padding: 2%;
}

#menu-tv table {
  width: 100%;
  border: 2px solid #2db391;
  box-sizing: border-box;
}

#menu-tv table th {
  background-color: #2db391;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-menu-tv.png");
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: left 5% center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 0;
}

#menu-tv table td {
  background-color: #fffdc4;
  padding: 2%;
}

#topcontents .top-menu-box-p1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

#menu-tv table td li {
  text-align: center;
  float: left;
  width: 49%;
  margin: 0 2% 0 0;
}

#menu-tv table td li a {
  font-size: 1.4rem;
  font-weight: bold;
}

#menu-tv table td li a img {
  margin-bottom: 7px;
}

#menu-tv table td li:last-child {
  margin-right: 0;
}

#menu-bscs table td li {
  text-align: center;
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
}

#menu-bscs table td li a {
  font-size: 1.4rem;
  font-weight: bold;
}

#menu-bscs table td li a img {
  margin-bottom: 7px;
}

#menu-bscs table td li:last-child {
  margin-right: 0;
}

#menu-double table td li {
  text-align: center;
  float: left;
  width: 49%;
  margin: 0 2% 0 0;
}

#menu-double table td li a {
  font-size: 1.4rem;
  font-weight: bold;
}

#menu-double table td li a img {
  margin-bottom: 7px;
}

#menu-double table td li:last-child {
  margin-right: 0;
}

.mini-red {
  font-size: 1.2rem;
  color: #ff0000;
}

#topcontents .top-menu-box-p2 {
  text-align: center;
  margin: 10px 0;
  line-height: 1.3;
}

#topcontents .top-menu-box-img {
  text-align: center;
  margin: 10px 0;
}

#topcontents .top-menu-box-p3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

#topcontents .top-menu-box-p4 {
  font-size: 1.2rem;
  margin-bottom: 0px;
  line-height: 1.5;
  text-align: right;
}

#topcontents .top-menu-btn {
  margin-top: 10px;
  text-align: center;
}

#topcontents .top-menu-btn a {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 0px 0px rgba(210, 210, 210, 0.8);
  font-size: 1.6rem;
  padding: 10px 10px 8px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 25px;
  text-decoration: none;
  color: #222;
  font-weight: bold;
}

#topcontents .top-menu-btn a em {
  font-size: 2.4rem;
}

#topcontents #menu-tv .top-menu-btn a {
  border: 2px solid #2db391;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/ico-btn-green.png");
}

#topcontents #menu-tv .top-menu-btn a em {
  color: #2db391;
}

#menu-bscs {
  padding: 2%;
}

#menu-bscs table {
  width: 100%;
  border: 2px solid #25aedd;
  box-sizing: border-box;
}

#menu-bscs table th {
  background-color: #25aedd;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-menu-bscs.png");
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: left 10% center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 0;
}

#menu-bscs table td {
  background-color: #fffdc4;
  padding: 2%;
}

#topcontents #menu-bscs .top-menu-btn a {
  border: 2px solid #25aedd;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/ico-btn-blue.png");
}

#topcontents #menu-bscs .top-menu-btn a em {
  color: #25aedd;
}

#menu-double {
  padding: 2%;
}

#menu-double table {
  width: 100%;
  border: 2px solid #de6885;
  box-sizing: border-box;
}

#menu-double table th {
  background-color: #de6885;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-menu-double.png");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: top 5px center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 40px 0 10px;
}

#menu-double table td {
  background-color: #fffdc4;
  padding: 2%;
}

#topcontents #menu-double .top-menu-btn a {
  border: 2px solid #de6885;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/ico-btn-pink.png");
}

#topcontents #menu-double .top-menu-btn a em {
  color: #de6885;
}

#topcontents .bg-tw {
  background-color: #ebf5f5;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-tw.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

#topcontents .top-net {
  padding: 0 2% 80px;
}

#topcontents .top-net .top-net-h2 {
  text-align: center;
  padding: 20px 0;
  background-color: #25aedd;
  color: #fff;
}

#topcontents .top-net .top-net-h3 {
  text-align: center;
  font-size: 1.4rem;
  color: #228ad2;
  margin-bottom: 10px;
}

#topcontents .top-net .top-net-p {
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
}

#topcontents .top-cp-box {
  padding: 20px 2%;
}

#topcontents .top-cp-box .top-cp-box-p2 {
  font-size: 1.2rem;
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 1.5;
  text-align: right;
}

#topcontents .bg-es {
  background-color: #d8f3ee;
  padding: 20px 2%;
}

#topcontents .top-cta {
  box-shadow: 0px 4px 0px 0px rgba(182, 210, 205, 0.8);
  background-color: #fff;
}

#topcontents .top-cta h2 {
  background-color: #2db391;
  font-size: 2.8rem;
  padding: 4% 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#topcontents .top-cta h2 em {
  color: #ffdf21;
}

#topcontents .top-cta-box {
  padding: 3%;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-cta.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

#topcontents .top-cta-box .top-cta-p {
  padding-right: 30%;
  margin-bottom: 20px;
}

#topcontents .top-cta-box .top-cta-img {
  text-align: center;
  margin-bottom: 20px;
}

#topcontents .top-cta-box .top-cta-btn {
  text-align: center;
}

#topcontents .bg-area {
  background-color: #25aedd;
}

#topcontents .bg-area .top-area-h2 {
  margin-top: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 2% 0 4%;
  background-color: #fff;
  text-align: center;
}

#topcontents .bg-area .top-area-h2 em {
  color: #228ad2;
}

#topcontents .bg-area .top-area-h2:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/ico-area-h2.png")
    no-repeat;
  background-size: contain;
}

#topcontents .top-area-box {
  padding: 20px 2%;
}

#topcontents .top-area-h3 {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}

#topcontents .top-area-h3 em {
  text-decoration: underline;
}

#topcontents .top-area-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

#topcontents .top-area-list li {
  background-color: #fff;
  margin: 0 0 3%;
  box-shadow: 0px 4px 0px 0px #0182ae;
  padding: 2%;
  text-align: center;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area.png");
  background-repeat: no-repeat;
  background-position: right 5px bottom 5px;
  background-size: 15px;
}

#topcontents .top-area-list li i {
  display: block;
  text-align: center;
}

#topcontents .top-area-list li a {
  display: block;
  text-align: center;
  padding-top: 80px;
  line-height: 1.3;
  text-decoration: none;
  color: #222;
  font-size: 1.2rem;
}

#topcontents .top-area-list li a em {
  font-size: 1.6rem;
  font-weight: bold;
  color: #228ad2;
}

#topcontents .top-area-list .top-area-saitama {
  width: 49%;
  margin-right: 2%;
}

#topcontents .top-area-list .top-area-saitama a {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-saitama.png");
  background-repeat: no-repeat;
  background-position: center top 20px;
  background-size: 65px;
}

#topcontents .top-area-list .top-area-tokyo {
  width: 49%;
}

#topcontents .top-area-list .top-area-tokyo a {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-tokyo.png");
  background-repeat: no-repeat;
  background-position: center top 20px;
  background-size: 65px;
}

#topcontents .top-area-list .top-area-chiba {
  width: 49%;
  margin-right: 2%;
}

#topcontents .top-area-list .top-area-chiba a {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-chiba.png");
  background-repeat: no-repeat;
  background-position: center top 5px;
  background-size: 50px;
}

#topcontents .top-area-list .top-area-kanagawa {
  width: 49%;
}

#topcontents .top-area-list .top-area-kanagawa a {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-kanagawa.png");
  background-repeat: no-repeat;
  background-position: center top 15px;
  background-size: 65px;
}

#topcontents .top-area-list .top-area-gumma {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0;
}

#topcontents .top-area-list .top-area-gumma a {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-gumma.png");
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: 60px;
}

#topcontents .top-area-list .top-area-tochigi {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0;
}

#topcontents .top-area-list .top-area-tochigi a {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-tochigi.png");
  background-repeat: no-repeat;
  background-position: center top 15px;
  background-size: 45px;
}

#topcontents .top-area-list .top-area-ibaraki {
  width: 32%;
  margin-bottom: 0;
}

#topcontents .top-area-list .top-area-ibaraki a {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-ibaraki.png");
  background-repeat: no-repeat;
  background-position: center top 15px;
  background-size: 45px;
}

#topcontents .top-area-box .top-area-p {
  color: #fff;
  margin-top: 10px;
}

#topcontents .top-area-box .top-area-btn {
  margin-top: 10px;
}

#topcontents .top-area-box .top-area-btn a {
  text-align: center;
  box-shadow: 0px 4px 0px 0px #0182ae;
  padding: 5% 2% 5% 12%;
  display: block;
  border: 2px solid #fff;
  background-color: #c5e0fe;
  text-decoration: none;
  color: #222;
  font-size: 1.4rem;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/ico-btn-blue.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px;
}

#topcontents .bg-news {
  background-color: #ebf5f5;
}

#topcontents .bg-news .top-news-h2 {
  background-color: #228ad2;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 2%;
}

#topcontents .bg-news .top-news-box {
  padding: 20px 2%;
}

#topcontents .bg-news ul {
  border: 1px solid #228ad2;
  background-color: #fff;
  padding: 2%;
  box-sizing: border-box;
  font-size: 1.2rem;
}

#topcontents .bg-news ul time {
  color: #929191;
  font-size: 1rem;
  display: block;
  font-weight: bold;
  line-height: 1;
}

#topcontents .bg-news ul li {
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid #dedede;
}

#topcontents .bg-news ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#topcontents .top-news-more {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
  line-height: 1;
}

#topcontents .bg-pk {
  background-color: #de6885;
}

#topcontents .top-flow {
  padding: 20px 2%;
}

#topcontents .top-flow-h2 {
  font-size: 2.8rem;
  padding: 0 0 4%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#topcontents .top-flow-h2 em {
  font-size: 1.6rem;
  font-weight: normal;
}

#topcontents .top-flow-img {
  margin-bottom: 20px;
  text-align: center;
}

#topcontents .top-flow-btn01 {
  margin-bottom: 10px;
  text-align: center;
}

#topcontents .top-flow-btn02 {
  text-align: center;
}

#topcontents .top-pr-box {
  padding: 20px 0 0;
}

#topcontents .top-pr-h2 {
  text-align: center;
}

#topcontents .top-pr-box ul {
  margin-top: -20px;
  text-align: center;
  background-color: #c5e0fe;
  padding: 20px 2%;
}

#topcontents .top-gu-box {
  padding: 20px 0;
}

#topcontents .top-gu-box .top-gu-h3 {
  text-align: center;
  color: #228ad2;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

#topcontents .top-gu-box .top-gu-h3 em {
  color: #a77807;
  font-size: 1.6rem;
  font-weight: bold;
}

#topcontents .top-gu-box .top-gu-img {
  text-align: center;
  margin-bottom: 10px;
}

#topcontents .bg-sl {
  background-color: #d8f3ee;
}

#topcontents .top-sl-box {
  padding: 20px 2%;
}

#topcontents .top-sl-h2 {
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

#topcontents .top-net-h2 {
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #25aedd;
}

#topcontents .top-sl-h2 em {
  color: #228ad2;
}

#topcontents .top-sl-h3 {
  font-size: 2rem;
  padding: 15px 0;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  background-color: #2db391;
  color: #fff;
  position: relative;
}

#topcontents .top-sl-h3 i {
  position: absolute;
  left: 1%;
  top: 0;
  width: 10%;
  max-width: 50px;
}

#topcontents .top-review {
  margin-top: 20px;
  margin-bottom: 20px;
}

#topcontents .top-review .top-review-list {
  padding: 2%;
  background-color: #fff;
  display: table;
  box-shadow: 0px 4px 0px 0px rgba(182, 210, 205, 0.8);
  border: 2px solid #2db391;
  margin-bottom: 14px;
}

#topcontents .top-review .top-review-list div {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
}

#topcontents .top-review-txt {
  width: 75%;
}

#topcontents .top-review-txt .top-review-name {
  text-align: right;
  margin-top: 10px;
  font-size: 0.8rem;
  color: #2db391;
}

#topcontents .top-review-img {
  width: 23%;
  padding-left: 2%;
  text-align: center;
}

#topcontents .top-review-more {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
  line-height: 1;
}

#topcontents .top-case-img {
  text-align: center;
  margin-top: 10px;
}

#topcontents .top-case-p {
  padding: 2%;
  margin-top: 10px;
  box-shadow: 0px 4px 0px 0px rgba(182, 210, 205, 0.8);
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #fff;
}

#topcontents .top-case-more {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 14px;
  line-height: 1;
}

#topcontents .top-sns-h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

#topcontents .top-sns-h2 em {
  color: #228ad2;
}

#topcontents .top-sns {
  padding: 20px 2%;
}

#topcontents .top-sns-list {
  margin-bottom: 2%;
}

#topcontents .top-sns-list li {
  float: left;
  width: 49%;
  margin: 0 2% 0 0;
}

#topcontents .top-sns-list li:last-child {
  margin-right: 0;
}

#topcontents .bg-ot {
  background-color: #d5ece5;
}

#topcontents .top-other {
  padding: 20px 2%;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-other.png");
  background-size: 70%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

#topcontents .top-other-h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

#topcontents .top-other-h2 em {
  color: #228ad2;
}

#topcontents .top-other-img {
  width: 80%;
}

#topcontents .top-other-btn {
  margin-top: 10px;
}

#topcontents .top-other-btn a {
  text-align: center;
  box-shadow: 0px 4px 0px 0px #d2d2d2;
  padding: 5% 2% 5% 12%;
  display: block;
  border: 2px solid #fff;
  background-color: #de6885;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/ico-btn-white.png");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 20px;
}

#topcontents .bg-faq {
  background-color: #2db391;
}

#topcontents .top-faq-h2 {
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

#topcontents .bg-faq .top-faq {
  padding: 20px 2%;
}

#topcontents .top-faq-box {
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 2%;
}

#topcontents .top-faq-q {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/ico-faq-01.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  background-size: 30px;
  padding: 7px 0 7px 40px;
  float: none;
  width: 100%;
}

#topcontents .top-faq-a {
  margin: 0;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/ico-faq-02.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  background-size: 30px;
  padding-left: 40px;
  margin-top: 5px;
  float: none;
  width: 100%;
}

#topcontents .top-faq-a .top-faq-mt10 {
  margin-top: 2%;
}

.top-faq-box {
  margin-bottom: 10px;
}

#topcontents .top-faq-more {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
  line-height: 1;
}

#topcontents .top-faq-more a {
  color: #fff;
}

@media (min-width: 640px) {
  #topcontents p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
  }

  .top-menu ul {
    width: 600px;
    margin: 0 auto;
  }

  #topcontents .h2-main {
    font-size: 3.6rem;
  }

  #topcontents .top-menu-box {
    margin-top: -160px;
    padding-top: 180px;
  }

  #menu-tv table th {
    font-size: 2.8rem;
    background-size: 90px;
    padding: 20px 0;
  }

  #menu-bscs table th {
    font-size: 2.8rem;
    background-size: 40px;
    padding: 20px 0;
  }

  #menu-double table th {
    font-size: 2.8rem;
    background-size: 150px;
    padding: 60px 0 10px;
  }

  #menu-tv table td ul {
    max-width: 380px;
    margin: 0 auto;
  }

  #menu-tv table td li a {
    font-size: 2rem;
    font-weight: bold;
    display: block;
  }

  #menu-tv table td li a img {
    margin-bottom: 10px;
  }

  #menu-bscs table td li a {
    font-size: 2rem;
    font-weight: bold;
    display: block;
  }

  #menu-bscs table td li a img {
    margin-bottom: 10px;
  }

  #menu-double table td ul {
    max-width: 380px;
    margin: 0 auto;
  }

  #menu-double table td li a {
    font-size: 2rem;
    font-weight: bold;
    display: block;
  }

  #menu-double table td li a img {
    margin-bottom: 10px;
  }

  #topcontents .top-menu-box-p1 {
    font-size: 1.8rem;
  }

  #topcontents .top-menu-box-p3 {
    font-size: 1.5rem;
  }

  #topcontents .top-menu-btn a {
    font-size: 2rem;
  }

  #topcontents .top-menu-btn a em {
    font-size: 2.8rem;
  }

  #topcontents .top-net {
    padding: 0 5% 120px;
  }

  #topcontents .top-net .top-net-p {
    font-size: 1.5rem;
  }

  #topcontents .top-cta h2 {
    font-size: 2.8rem;
    padding: 15px 0;
  }

  #topcontents .top-cta-box .top-cta-img {
    text-align: left;
  }

  #topcontents .top-cta-box .top-cta-img img {
    width: 450px;
  }

  #topcontents .top-cta-box .top-cta-btn {
    text-align: left;
  }

  #topcontents .top-cta-box .top-cta-btn img {
    width: 450px;
  }

  #topcontents .bg-es {
    padding: 20px;
  }

  #topcontents .top-cta-box {
    background-size: 230px;
    background-position: right top;
  }

  #topcontents .bg-area .top-area-h2 {
    font-size: 3.2rem;
  }

  #topcontents .bg-area .top-area-h2:before {
    background-size: 100%;
    height: 45px;
    margin-right: 10px;
  }

  #topcontents .top-area-h3 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  #topcontents .top-area-list li a {
    font-size: 2rem;
  }

  #topcontents .top-area-list li a em {
    font-size: 2.8rem;
  }

  #topcontents .top-area-list {
    width: 600px;
    margin: 20px auto 0;
  }

  #topcontents .top-area-list .top-area-saitama a {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-saitama.png");
    background-repeat: no-repeat;
    background-position: center top 20px;
    background-size: 100px;
  }

  #topcontents .top-area-list .top-area-tokyo a {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-tokyo.png");
    background-repeat: no-repeat;
    background-position: center top 30px;
    background-size: 100px;
  }

  #topcontents .top-area-list .top-area-chiba a {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-chiba.png");
    background-repeat: no-repeat;
    background-position: center top 5px;
    background-size: 70px;
  }

  #topcontents .top-area-list .top-area-kanagawa a {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-kanagawa.png");
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 85px;
  }

  #topcontents .top-area-list .top-area-gumma a {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-gumma.png");
    background-repeat: no-repeat;
    background-position: center top 10px;
    background-size: 80px;
  }

  #topcontents .top-area-list .top-area-tochigi a {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-tochigi.png");
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 65px;
  }

  #topcontents .top-area-list .top-area-ibaraki a {
    background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/10/bg-area-ibaraki.png");
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 65px;
  }

  #topcontents .top-area-list li a {
    padding-top: 100px;
  }

  #topcontents .top-area-box .top-area-p {
    margin-top: 20px;
  }

  #topcontents .top-area-box .top-area-btn {
    width: 410px;
    margin: 10px auto;
  }

  #topcontents .top-area-box .top-area-btn a {
    font-size: 1.8rem;
  }

  #topcontents .bg-news .top-news-h2 {
    font-size: 3.2rem;
    padding: 20px;
  }

  #topcontents .bg-news ul li {
    font-size: 1.5rem;
  }

  #topcontents .bg-news ul time {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  #topcontents .top-news-more {
    font-size: 1.4rem;
  }

  #topcontents .top-flow-h2 {
    font-size: 3.2rem;
  }

  #topcontents .top-gu-box .top-gu-h3 {
    font-size: 2.8rem;
  }

  #topcontents .top-gu-box .top-gu-h3 em {
    font-size: 2.8rem;
  }

  #topcontents .top-sl-h2 {
    font-size: 3.2rem;
  }

  #topcontents .top-sl-h3 {
    font-size: 2.4rem;
  }

  #topcontents .top-review .top-review-list div {
    font-size: 1.4rem;
  }

  #topcontents .top-review-txt .top-review-name {
    font-size: 1.4rem;
  }

  #topcontents .top-review-more {
    font-size: 1.4rem;
  }

  #topcontents .top-case-p {
    font-size: 1.5rem;
  }

  #topcontents .top-case-more {
    font-size: 1.4rem;
  }

  #topcontents .top-sns-h2 {
    font-size: 3.2rem;
    width: 600px;
    margin: 0 auto 20px;
  }

  #topcontents .top-sns-list {
    width: 600px;
    margin: 0 auto 20px;
  }

  #topcontents .top-other-h2 {
    font-size: 3.2rem;
  }

  #topcontents .top-other-btn {
    width: 410px;
    margin: 10px auto;
  }

  #topcontents .top-other-btn a {
    font-size: 1.8rem;
  }

  #topcontents .top-faq-h2 {
    font-size: 3.2rem;
  }

  #topcontents .top-faq-q {
    font-size: 1.5rem;
  }

  #topcontents .top-faq-more {
    font-size: 1.4rem;
  }
}

#side-box h2 {
  background-color: #589ae6;
  text-align: center;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/bg-side-title.png");
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 10px 0;
}

#side-box h2 span {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffea00;
  font-style: italic;
  display: block;
  margin-top: 5px;
}

#side-box h4 {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

#side-box h4 span {
  font-size: 2.2rem;
}

#side-box .side-rank-img01 {
  text-align: center;
}

#side-box .side-rank-price {
  text-align: center;
  font-weight: bold;
  color: #d50000;
  margin: 5px 0;
}

#side-box .side-rank-price .side-rank-mini {
  font-size: 10px;
  font-weight: normal;
  color: #222;
}

#side-box .side-rank-price em {
  font-size: 2.8rem;
}

#side-box .side-rank-img02 {
  text-align: center;
}

#side-box .side-rank-01 {
  border: 2px solid #caa846;
  box-sizing: border-box;
  background-color: #fffdc4;
  padding: 8px;
  margin-bottom: 50px;
  margin-top: 50px;
}

#side-box .side-rank-01 i {
  text-align: center;
  display: block;
  margin-top: -45px;
}

#side-box .side-rank-01 .side-rank-btn a {
  background-color: #caa846;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-rankbtn-01.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  border-bottom: 4px solid #9b8235;
}

.side-rank-btn a:hover {
  opacity: 0.8;
}

#side-box .side-rank-02 {
  border: 2px solid #8e9091;
  box-sizing: border-box;
  background-color: #ebebeb;
  padding: 8px;
  margin-bottom: 50px;
}

#side-box .side-rank-02 i {
  text-align: center;
  display: block;
  margin-top: -45px;
}

#side-box .side-rank-02 .side-rank-btn a {
  background-color: #aaabab;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-rankbtn-02.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  border-bottom: 4px solid #858788;
}

#side-box .side-rank-03 {
  border: 2px solid #995738;
  box-sizing: border-box;
  background-color: #eacfc3;
  padding: 8px;
  margin-bottom: 20px;
}

#side-box .side-rank-03 i {
  text-align: center;
  display: block;
  margin-top: -45px;
}

#side-box .side-rank-03 .side-rank-btn a {
  background-color: #c9724b;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-rankbtn-03.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  border-bottom: 4px solid #995738;
}

#side-box .side-blogrank-box {
  background-color: #e6f2f2;
  padding: 10px;
}

#side-box .side-blogrank-box ol li {
  font-size: 1.5rem;
  padding: 10px 10px 10px 40px;
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #5a9aac;
}

#side-box .side-blogrank-box ol li:nth-child(1) {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-blogrank-01.png");
}

#side-box .side-blogrank-box ol li:nth-child(2) {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-blogrank-02.png");
}

#side-box .side-blogrank-box ol li:nth-child(3) {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-blogrank-03.png");
}

#side-box .side-blogrank-box ol li:nth-child(4) {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-blogrank-04.png");
}

#side-box .side-blogrank-box ol li:nth-child(5) {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-blogrank-05.png");
}

#side-box .side-blogrank-box ol li:nth-child(6) {
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-blogrank-06.png");
}

#side-box .side-blogrank-box ol li:last-child {
  border-bottom: none;
}

#side-box .side-blogrank-box .side-blogrank-btn a {
  background-color: #589ae6;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-blogrankbtn.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  border-bottom: 4px solid #3077c9;
}

.side-blogrank-btn a:hover {
  opacity: 0.8;
}

#feepage {
}

.fp-menu {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#feepage .fp-menu li {
  width: 49%;
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 15px;
  margin-bottom: 2%;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  border-radius: 10px;
  list-style: none;
}

#feepage .fp-menu li:nth-child(odd) {
  margin-right: 2%;
}

.fp-menu li a {
  display: table;
  border-radius: 10px;
  text-decoration: none;
  padding: 4px 20px 4px 4px;
  font-size: 1.2rem;
  color: #222;
  line-height: 1.5;
  width: 100%;
  height: 100%;
}

.fp-menu .fp-menu-gr {
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-arrow-gr.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
  border: 2px solid #36b391;
  box-sizing: border-box;
}

.fp-menu .fp-menu-bl {
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-arrow-bl.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
  border: 2px solid #2d8bd3;
  box-sizing: border-box;
}

.fp-menu .fp-menu-yg {
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-arrow-yg.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
  border: 2px solid #59b200;
  box-sizing: border-box;
}

.fp-menu .fp-menu-nv {
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-arrow-nv.png);
  background-repeat: no-repeat;
  background-position: right 4px center;
  border: 2px solid #2c4195;
  box-sizing: border-box;
}

.fp-menu .fp-menu-pk {
  background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-arrow-pk.png);
  background-repeat: no-repeat;
  background-position: right 0px center;
  border: 2px solid #de6985;
  box-sizing: border-box;
}

.fp-menu li i {
  text-align: center;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: table-cell;
}

.fp-menu li i img {
  max-height: 20px;
  max-width: 20px;
}

.fp-menu li a em {
  vertical-align: middle;
  display: table-cell;
  font-size: 0.8rem;
  padding-left: 5px;
  font-style: normal;
}

#fp-three,
#fp-bscs,
#fp-tvbscs,
#fp-op,
#fp-four,
#fp-top5,
#fp-reason,
#fp-flow {
  margin-bottom: 20px;
}

.fp-three-menu {
  display: flex;
}

#fp-three .fp-three-menu li {
  width: 32%;
  margin-right: 2%;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
}

#fp-three .fp-three-menu li:last-child {
  margin-right: 0;
}

.fp-three-menu li a {
  display: block;
  line-height: 1.2;
}

.fp-menubox {
  /*     background-color: #fffdc4; */
  background-color: #ecf4f4;
  padding: 20px 10px 10px;
  /*     border-radius: 10px; */
  margin-top: 20px;
}

.fp-menubox-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 -10px 20px;
  padding: 10px;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-title-maney.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 10px center;
  padding-left: 50px;
  text-align: center;
}

.fp-menubox-title span {
  color: #fff;
}

.fp-menubox-title__green {
  background-color: #2db391;
}

.fp-menubox-title__blue {
  background-color: #228ad2;
}

.fp-menubox-title__dblue {
  background-color: #045484;
}

.fp-menubox-title__pink {
  background-color: #de6885;
}

.fp-menubox-title__ygreen {
  background-color: #59b200;
}

.fp-menubox-img {
  text-align: center;
}

.fp-menubox-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.fp-menubox-btn a {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 0px 0px rgba(210, 210, 210, 0.8);
  font-size: 1.6rem;
  padding: 10px 10px 8px;
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 25px;
  text-decoration: none;
  color: #222;
  font-weight: bold;
}

.fp-menubox-btn a em {
  font-size: 2.4rem;
}

.fp-menubox-btn__green a {
  border: 2px solid #2db391;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-btn-green.png");
}

.fp-menubox-btn__green a em {
  color: #2db391;
  font-style: normal;
}

.fp-menubox-btn__blue a {
  border: 2px solid #228ad2;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-btn-blue.png");
}

.fp-menubox-btn__blue a em {
  color: #228ad2;
  font-style: normal;
}

.fp-menubox-btn__pink a {
  border: 2px solid #de6885;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-btn-pink.png");
}

.fp-menubox-btn__pink a em {
  color: #de6885;
  font-style: normal;
}

.fp-menubox-btn__ygreen a {
  border: 2px solid #59b200;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-btn-ygreen.png");
}

.fp-menubox-btn__ygreen a em {
  color: #59b200;
  font-style: normal;
}

.fp-menubox-review {
  margin: 10px 0;
}

.fp-menubox-balloon {
  overflow: hidden;
}

.fp-menubox-balloon .fp-menubox-faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.fp-menubox-balloon .fp-menubox-faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.fp-menubox-balloon .fp-menubox-chatting {
  width: 100%;
}

.fp-menubox-says {
  display: inline-block;
  position: relative;
  margin: 0 0 0 105px;
  padding: 10px;
  border-radius: 10px;
  background: #d7ebfe;
}

.fp-menubox-says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.fp-menubox-says p {
  margin: 0;
}

.fp-menubox-name {
  font-size: 1.2rem;
  display: block;
  text-align: right;
}

.fp-link-more {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
}

.fp-menubox-detail h3 {
  background: #ffffce;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-weight: bold;
  color: #59b200;
}

.fp-menubox-detail h3 a {
  cursor: pointer;
  display: block;
  width: 100%;
  color: #59b200;
}

.fp-menubox-detail .fp-label-show {
  padding: 10px;
  background-color: #e6f2f2;
}

.fp-label-show h4 {
  font-size: 1.5rem;
  color: #2c4195;
  border-bottom: 2px solid #2c4195;
  font-weight: bold;
  margin-bottom: 10px;
}

.fp-img-center {
  text-align: center;
}

.fp-detail-table {
  margin-bottom: 10px;
  width: 100%;
}

.fp-detail-table,
.fp-detail-table td,
.fp-detail-table th {
  border: 1px solid #2c4195;
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 1.5;
  box-sizing: border-box;
}

.fp-detail-table th {
  background-color: #2c4195;
  color: #fff;
  font-size: 1.2rem;
  width: 30%;
  font-weight: bold;
  padding: 5px;
}

.fp-detail-table td {
  background-color: #fff;
  font-size: 1.2rem;
  width: 70%;
  padding: 5px;
}

.fp-detail-table td span {
  display: block;
  text-align: right;
}

#fp-op h4 a {
  display: block;
  color: #59b200;
}

.fp-op-table {
  width: 100%;
  margin-bottom: 10px;
}

.fp-op-table,
.fp-op-table td,
.fp-op-table th {
  border-bottom: 2px solid #fff;
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 1.5;
  box-sizing: border-box;
}

.fp-op-table th {
  width: 30%;
  background-color: #e5f2f2;
  color: #228bd3;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
}

#feepage .fp-op-table td {
  background-color: #fff;
  font-size: 1.2rem;
  width: 70%;
  padding: 5px;
}

.fp-op-table td span {
  font-size: 1rem;
}

#fp-four .fp-h3 {
  background-color: #228bd3;
  color: #fff;
  font-size: 1.8rem;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/h3-fp-four.png");
  background-repeat: no-repeat;
  background-position: left 0px bottom -10px;
  padding: 15px 10px 15px 100px;
  background-size: contain;
  margin-top: 20px;
  margin-bottom: 15px;
}

#fp-four .fp-h3 span {
  font-size: 2.4rem;
}

#fp-four .fp-four-box li {
  margin: 0;
  margin-right: 0;
  border: 2px solid #2c4195;
  margin-top: 30px;
  list-style: none;
  position: relative;
}

#fp-four .fp-four-box h3 {
  background-color: #2c4195;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0px;
  text-align: center;
  padding: 10px;
}

#fp-four .fp-four-txt {
  padding: 10px;
}

#fp-top5 .fp-h3 {
  background-color: #59b200;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/h3-fp-top5.png");
  background-repeat: no-repeat;
  background-position: right 0px bottom -10px;
  padding: 15px 100px 15px 10px;
  background-size: contain;
}

#fp-reason {
  margin-bottom: 15px;
}

#fp-reason .fp-four-txt {
  padding: 10px;
}

#fp-reason .fp-h3 {
  background-color: #2c4195;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/h3-fp-reason.png");
  background-repeat: no-repeat;
  background-position: left 0px bottom -10px;
  padding: 15px 10px 15px 100px;
  background-size: contain;
}

.fp-reason-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#fp-reason .fp-reason-box li {
  margin: 0;
  margin-right: 0;
  border: 2px solid #228bd3;
  position: relative;
  margin-bottom: 2%;
  list-style: none;
}

#fp-four .fp-four-box li .fp-four-ico {
  position: absolute;
  text-align: center;
  top: -30px;
  width: 100%;
}

#fp-four .fp-four-box li .fp-four-ico img {
  width: 100px;
}

.fp-reason-box li h3 {
  background-color: #228bd3;
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

#fp-flow .fp-flow-list li {
  display: table;
  width: 100%;
  padding-bottom: 40px;
  background-image: url("https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-flow.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: bottom 10px center;
  margin: 0;
}

#fp-flow .fp-flow-list li:last-child {
  padding-bottom: 0px;
  background-image: none;
  margin-bottom: 20px;
}

.fp-flow-list .fp-flow-ico {
  display: table-cell;
  width: 50px;
  background-color: #59b200;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}

.fp-flow-list .fp-flow-ico img {
  max-height: 30px;
}

.fp-flow-list .fp-flow-txt {
  background-color: #fffece;
  color: #59b200;
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px;
}

@media (min-width: 640px) {
  #fp-three,
  #fp-bscs,
  #fp-tvbscs,
  #fp-op,
  #fp-four,
  #fp-top5,
  #fp-reason,
  #fp-flow,
  #three-menu01,
  #three-menu02,
  #three-menu03,
  #fp-unibscs-box {
    margin-top: -160px;
    padding-top: 180px;
  }

  .fp-menu li {
  }

  .fp-menu li a {
    font-size: 1.6rem;
  }

  .fp-menu li a {
    display: table;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 60px 10px 10px;
    font-size: 1.2rem;
    color: #222;
    line-height: 1.5;
    width: 100%;
    height: 100%;
  }

  #feepage .fp-menu li {
    background-size: 25px;
    background-position: right 10px center;
  }

  .fp-menu .fp-menu-gr {
    background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-arrow-gr.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: 2px solid #36b391;
    box-sizing: border-box;
  }

  .fp-menu .fp-menu-bl {
    background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-arrow-bl.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: 2px solid #2d8bd3;
    box-sizing: border-box;
  }

  .fp-menu .fp-menu-yg {
    background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-arrow-yg.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: 2px solid #59b200;
    box-sizing: border-box;
  }

  .fp-menu .fp-menu-nv {
    background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-arrow-nv.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: 2px solid #2c4195;
    box-sizing: border-box;
  }

  .fp-menu .fp-menu-pk {
    background-image: url(https://www.densho-at.jp/wordpress/wp-content/uploads/2021/11/ico-fp-arrow-pk.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    border: 2px solid #de6985;
    box-sizing: border-box;
  }

  .fp-menu li i {
    text-align: center;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
  }

  .fp-menu li i img {
    max-height: 40px;
    max-width: 40px;
  }

  .fp-menu li a em {
    vertical-align: middle;
    display: table-cell;
    font-size: 1.6rem;
    padding-left: 10px;
    font-style: normal;
  }

  .fp-menu li:hover {
    opacity: 0.8;
  }

  .fp-three-menu {
    width: 640px;
    margin: 0 auto;
  }

  .fp-menubox-title {
    font-size: 2.4rem;
    background-size: 48px;
    padding: 20px 80px 20px 80px;
    text-align: center;
  }

  .fp-menubox-btn {
    width: 400px;
    margin: 20px auto 20px;
  }

  .fp-menubox-btn a {
    background-position: left 20px center;
  }

  .fp-detail-table th,
  .fp-detail-table td {
    font-size: 1.4rem;
  }

  .fp-op-table th,
  .fp-op-table td {
    font-size: 1.4rem;
  }

  #fp-four .fp-h3 {
    font-size: 2.4rem;
    padding: 20px 20px 20px 120px;
    background-position: left 15px bottom -10px;
  }

  #fp-top5 .fp-h3 {
    font-size: 2.4rem;
    padding: 20px 120px 20px 20px;
    background-position: right 15px bottom -10px;
    line-height: 1.2;
  }

  #fp-reason .fp-h3 {
    font-size: 2.4rem;
    padding: 20px 20px 20px 120px;
    background-position: left 15px bottom -10px;
  }

  #fp-reason .fp-reason-box li {
    width: 49%;
  }

  #fp-reason .fp-reason-box li:nth-child(odd) {
    width: 49%;
    margin-right: 2%;
  }

  #fp-four .fp-four-box h3 {
    min-height: auto;
  }

  #fp-four .fp-four-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #fp-four .fp-four-box li {
    width: 49%;
    margin: 0;
    margin-right: 0;
    border: 2px solid #2c4195;
    position: relative;
    margin-top: 30px;
    list-style: none;
  }

  #fp-four .fp-four-box li:nth-child(odd) {
    margin-right: 2%;
  }

  .fp-reason-box li h3 {
    text-align: center;
  }

  .fp-flow-list {
    width: 100%;
    margin: 0 auto;
  }

  .fp-flow-list li {
    font-size: 1.8rem;
  }

  .fp-flow-list .fp-flow-ico {
    width: 55px;
  }

  .fp-flow-list .fp-flow-ico img {
    max-height: 30px;
  }
}

/* 20211202アソシエート追加 */
h3.top-newsList {
  background-color: #228ad2;
  color: #fff;
  padding: 15px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0px;
}

div.top-newsList-box {
  padding: 20px 10px 10px 10px;
  background-color: #ebf5f5;
}

div.top-newsList-box > ul.display-posts-listing {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #228ad2;
  margin-bottom: 10px;
}

div.top-newsList-box > ul.display-posts-listing > li.listing-item {
  list-style-type: none;
  margin-left: 0px;
}

div.top-newsList-box > ul.display-posts-listing > li.listing-item:first-child {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

div.top-newsList-box > ul.display-posts-listing > li.listing-item > span.date {
  color: #929191;
  display: block;
}
