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, font, 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
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-size: 16px;
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;*/
  font-family: 'Noto Serif JP', serif;
 }
ol, ul { list-style: none; }
img { border: 0; }
svg { vertical-align: bottom; }
a { color: #2a2a2a; text-decoration:none; }
a:hover { color: #7ba6b7; }

.wp-block-image figcaption {
font-size: 14px!important;
}

/* 引用 */
blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.5;
font-size: 14px;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 12px;
width: 100%;
}

/* table */
table
{
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  box-sizing: border-box;
}

/* margin padding */
.mg0 { margin: 0 !important; }
.mg8 { margin: 8px !important; }
.mg20 { margin: 20px !important; }
.mg40 { margin: 40px !important; }
.mgt0 { margin-top: 0px !important; }
.mgt8 { margin-top: 8px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt40 { margin-top: 40px !important; }
.mgl0 { margin-left: 0px !important; }
.mgl8 { margin-left: 8px !important; }
.mgl20 { margin-left: 20px !important; }
.mgl40 { margin-left: 40px !important; }
.mgr20 { margin-right: 20px !important; }
.pd0 { padding: 0px !important; }
.pd8 { padding: 8px !important; }
.pd20 { padding: 20px !important; }
.pd40 { padding: 40px !important; }
.pdt0 { padding-top: 0px !important; }
.pdt8 { padding-top: 8px !important; }
.pdt20 { padding-top: 20px !important; }
.pdt40 { padding-top: 40px !important; }
.w100p { width: 100% !important; }
.w250 { width: 250px !important; }
.w900 { width: 900px !important; }

/* font */
.fs10 { font-size: 10px !important; }
.fs12 { font-size: 12px !important; }
.fs24 { font-size: 24px !important; }
.bold { font-weight: bold !important; }

/* position */
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center; }

/* clearfix(CSS Hack) */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* navToggle */
.menu-ttl {
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 5px 8px;
}
.tag {
  margin-top: 8px;
}
.tag a {
  display: inline-block;
  text-decoration: none;
  margin: 2px;
  padding: 4px;
  border: 1px #eee solid;
  border-radius: 5px;
}
.tag a:hover {
  background: #eee;
}
.navToggle {
  display: block;
  position: fixed;
  right: 0px;
  top: 0;
  width: 60px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  background-color: rgba(0,0,0,0.3);
  text-align: center;
  box-sizing: border-box;
} 
.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #eee;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 15px;
font-weight: bold;
} 
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 16px;
}
.navToggle span:nth-child(3) {
  top: 23px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  top: 34px;
}
.navToggle.active span:nth-child(1) {
  width: 30px;
  top: 18px;
left: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  width: 30px;
  top: 18px;
left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 50px;
  left: 0;
  color: #2a2a2a;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}
nav.globalMenuSp ul {
  background: rgba(255,255,255,0.95);
  margin: 0 0 0 auto;
  padding: 16px;
  width: 230px;
  border-radius: 0 0 0 6px;
  box-shadow: 10px -4px 10px 10px rgba(0,0,0,0.3);
  height: 450px;
  overflow: auto;
}
nav.globalMenuSp ul li {
  font-size: 16px;
  line-height: 1.3;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
nav.globalMenuSp ul li.submenu {
  font-size: 14px;
  padding: 0 0 0 7px;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 8px;
  text-decoration: none;
}
nav.globalMenuSp ul li a:hover { color: #2355a7; }
nav.globalMenuSp.active { transform: translateY(0px); }
@media only screen and (max-width: 810px) {
nav.globalMenuSp ul {
  width: 193px;
}
}

/* layout */
.header {
  background: #0d2f3d;
  /*height: 200px;*/
  color: #fff;
  /*position: fixed;*/
  width: 100%;
padding-bottom: 20px;
  top: 0;
}
.header-logo {
  width: 280px;
  padding-top: 14px;
  margin-left: 20px;
  box-sizing: border-box;
}
.header-copy {
 clear: both;
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 0 20px;
}
.footer-logo {
    width: 280px;
    padding-top: 20px;
    margin: 0px auto;
    box-sizing: border-box;
}
.copyright {
  background: #92a0a6;
  /*height: 50px;*/
  color: #fff;
  line-height: 50px;
  /*padding-left: 20px;*/
  box-sizing: border-box;
  margin-top: 20px;
font-size: 12px;
}
.top-ad {
  background: #fff;
  width: 100%;
  margin-top: 60px;
}
.top-ad p { width: 1024px; margin: 0 auto; }
.contents {
  width: 984px;
  margin: 0 auto 0;
  overflow: hidden;
}
.box-amazon {
  width: 300px;
  float: right;
margin-top: 20px;
}
.main {
  width: 600px;
line-height: 1.5;
  float: left;
font-size: 16px;
overflow-wrap: break-word;
word-wrap: break-word;
}
.main h1 {
  font-size: 28px;
  padding: 36px 0;
}
.main h2 { font-size: 20px; margin: 32px 0 16px 0; background: #5d8da0; color: #fff; padding: 8px; }
.main h3 { font-size: 18px; margin-top: 24px; padding-left: 22px; background: url(/img/icon_01.png) 0 3px no-repeat; }
.main p {
 margin-top: 0.5em;
 letter-spacing: 1px;
 line-height: 2;
}
.side {
  width: 300px;
  float: right;
}
.side-ad { text-align: center; }
@media only screen and (max-width: 810px) {
  .header-logo {
  margin-left: 10px;
}
.header-copy { 
  font-size: 10px;
}
  .top-ad p { width: 100%; margin: 0 auto; }
  .top-ad img { width: 100%; }
  .contents { width: 100%; padding: 0 10px; box-sizing: border-box; margin: 0 auto 0;}
.box-amazon {
    width: 100%;
    float: none;
  }
  .main {
    width: 100%;
    float: none;
  }
.main p { margin-top:1em; }
.main img { width: 100%; height: auto; }
  .side {
    width: 100%;
    float: none;
padding-top: 32px;
  }
}

/* btn-sns */
.box-sns {
  overflow: hidden;
  margin-top: 40px;
}
.btn-tw {
  display: block;
  width: 290px;
  line-height: 60px;
  background: #1e83c1;
  color: #fff;
  border-radius: 2px;
  border-bottom: 3px #27b4ee solid;
  text-align: center;
  text-decoration: none;
  float: left;
}
.btn-fb {
  display: block;
  width: 290px;
  line-height: 60px;
  background: #3b5998;
  color: #fff;
  border-radius: 2px;
  border-bottom: 3px #5276b7 solid;
  text-align: center;
  text-decoration: none;
  float: left;
  margin-left: 20px;
}
.btn-tw:hover { color: #fff; background: #27b4ee; }
.btn-fb:hover { color: #fff; background: #5276b7; }
@media only screen and (max-width: 810px) {
  .btn-tw {
    width: 100%;
    line-height: 60px;
    float: none;
  }
  .btn-fb {
    width: 100%;
    line-height: 60px;
    float: none;
    margin-left: 0;
  }
}

/* page top */
#pageTop {
  position: fixed;
  bottom: 101px;
  right: 0;
  line-height: 1;
}
#pageTop i { padding-top: 11px }
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  width: 60px;
  height: 50px;
  background-color: rgba(0,0,0,0.3);
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
line-height: 50px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}