@charset "UTF-8";
.underNone {
  text-decoration: none; }
  .underNone:hover {
    text-decoration: underline; }

/*Image Hover*/
a:hover img.hover,
span:hover img.hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )"; }

img.b,
.b {
  display: block; }

img.auto {
  margin: 0 auto;
  display: block; }

img.full {
  width: 100%;
  height: auto; }

.fR {
  float: right;
  _display: inline; }

.fL {
  float: left;
  _display: inline; }

.iL {
  float: left;
  display: inline;
  margin: 0 10px 5px 0; }

.iR {
  float: right;
  display: inline;
  margin: 0 0 5px 10px; }

.clear {
  clear: both;
  font: 1px/1px monospace; }

.aR {
  text-align: right !important; }

.aC {
  text-align: center !important; }

.aL {
  text-align: left !important; }

.vT {
  vertical-align: top !important; }

.vM {
  vertical-align: middle !important; }

.vB {
  vertical-align: bottom !important; }

.hidden {
  display: none; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

/* Reset
------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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,
figure, figcaption,
article, section, nav, header, footer {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal; }

body {
  margin: 0;
  padding: 0;
  width: 100%; }

html {
  overflow-y: scroll;
  font-size: 62.5%; }

/* Basic elements
------------------------------------------------------------------*/
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  /* IE7 Resize with html */ }
@media screen and (max-width:559px){
img {
max-width:100%;
height:auto;
}
}
strong {
  font-weight: bold;
 }

em {
  font-weight: bold; }

b {
  font-weight: bold; }

p {
  margin: 0 0 1em 0; }
  p:last-child {
    margin-bottom: 0; }

ul, ol {
  list-style: none;
  list-style-position: inside; }

ul li, ol li {
  margin-bottom: 0; }
  ul li:last-child, ol li:last-child {
    margin-bottom: 0; }

dl {
  margin: 0; }
  dl dt {
    margin: 0;
    font-weight: bold; }
    dl dt a {
      font-weight: bold; }
  dl dd {
    margin-bottom: 1em; }

hr {
  border-color: #ccc;
  border-style: dotted;
  border-width: 1px 0 0 0;
  height: 1px;
  margin: 15px 0; }
  hr.solid {
    border-style: solid;
    border-color: #ccc; }
  hr.dotted {
    border-style: dotted;
    border-color: #ccc; }
  hr.trans {
    border-color: transparent;
    margin: 35px 0; }

.vT {
  vertical-align: top; }

.vM {
  vertical-align: middle; }

.vB {
  vertical-align: bottom; }

.oH {
  overflow: hidden !important; }

.oV {
  overflow: visible !important; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit; }

body {
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;}
select, input, button, textarea {
  font-family: Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,sans-serif;
  font-size: 14px;
  font-size: 1.4rem; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
  font-size: 14px;
  font-size: 1.4rem; }

blockquote, pre, dl, ol, ul, th, td {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem; }

p {
  line-height: 1.7;
  font-size: 15px;
  font-size: 1.5rem;
  color: #222;
  text-align:justify;
   }

ul, ol, dl {
  list-style-position: outside;
  font-size: 14px;
  font-size: 1.4rem; }

.supp {
  font-size: 10px;
  font-size: 1.0rem; }

blockquote p, pre p, dl p, ol p, ul p, th p, td p, dd p, dt p {
  font-size: 14px;
  font-size: 1.4rem; }

/* Base Link
------------------------------------------------------------------*/
a {
  color: #333;
  border-bottom:dotted 1px;
  text-decoration:none; }
  a:hover {
    color: #222;
    border-bottom: none; }
  a:active, a:focus {
    outline: none; }
  a.uNone {
    border-bottom: none !important; }
  a.uLine {
    border-bottom:dotted 1px !important; }

/* Font
------------------------------------------------------------------*/
/* type */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }
  h3{
      font-size:18px;
      margin: 16px 0;
    }
  h1 a, h2 a, h3 a{
    font-weight: bold;
    text-decoration: none;
    border-bottom:none;
    color: inherit;
     }
  h1.type-A, h2.type-A, h3.type-A {
    font-size: 22px;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom:40px;
    }
  h1.type-B, h2.type-B, h3.type-B {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    }
    h1.type-B span, h2.type-B span, h3.type-B span {
      padding: 0px 0 10px 0px;
      display: block;
      font-weight: bold; }
  h1.type-C, h2.type-C, h3.type-C {
    background: url("../images/common/types-c_bg.png") no-repeat left top;
    width: 290px;
    height: 48px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 5px 5px 28px;
    line-height: 1; }
      h1.type-download, h2.type-download, h3.type-download {
    font-size: 22px;
    font-size: 2.2rem;
    }
        h1.type-download, span, h2.type-download, span{
      font-weight: bold;
      line-height: 1.2;
      padding-top:1px;
      }
            h1.title-columns {
                width:640px;
                display:block;
                font-size: 24px;
    }
        h1.title-columns, span{
      float:none;
      font-weight: bold;
      line-height: 1;
      margin: 8px 0 20px;
      }
  h1.title, h2.title, h3.title, {
    font-size: 22px;
    font-size: 2.2rem; 
    width:572px;
    float: left;
}
    h1.title span, h2.title span, h3.title span {
      background-position: left 14px; }
@media screen and (max-width:559px){
            h1.title-columns {
                width: auto;
                font-size:28px;
                padding:0 16px;
                margin:0 0 10px;
            }
}           
/* UL, OL, DL
------------------------------------------------------------------*/
ul.notes li {
  text-indent: -1em;
  margin-left: 1em; }

ul.disc li,
ol.disc li {
  list-style-type: disc; }

ul.circle li,
ol.circle li {
  list-style-type: circle; }

ul.decimal li,
ol.decimal li {
  list-style-type: decimal; }

table tr.aC th,
table tr.aC td {
  text-align: center; }
table th,
table td {
  vertical-align: top;
  text-align: left; }

/* ヘッダーはここから */
.Header {
  width: 100%;
  height: auto;
  padding:10px 20px 4px;
  overflow: hidden; 
  border-bottom: solid 1px #eaeaea;
  }
  .inner {
  display:flex;
  justify-content: space-between;
}    
  .Header h1 img{
  width: 130px;
}
   .Header h1 a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -ms-filter: "alpha( opacity=$alpha )"; }
  .Header p.description {
    width: 160px;
    line-height: 14px;
    font-size: 9px;
    color: #666;
    margin: -5px 0 0 0; }
  .Header .searchform {
      position: relative;
    width: calc(100% - 600px);
    max-width:600px;
    }
    .Header .searchform input {
     padding: 10px;
     }
    .Header .searchform input.font-awesome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
 }
    .Header .searchform input#s {
      border: 1px solid transparent;
      background: #f5f5f5;
      border-radius: 15px;
      width: 100%;
      height: 32px; }
    .Header .searchform #searchSubmit {
      color:#666;
      background:transparent;
      position:absolute;
      top:8px;
      right:10px;
      border: none; }
      .Header .searchform #searchSubmit:hover {
        cursor: pointer; }
.HeaderMenu {
    width:400px;
}
  .HeaderMenu ul {
    font-size:11px;
    line-height: 1;
    }
    .HeaderMenu ul li {
      display:inline-block;
      margin: 0 0 0 24px;
      overflow: hidden; }
      .HeaderMenu ul li a {
        color: #666;
        text-decoration: none;
        font-weight: bold;}
      .HeaderMenu ul li a:hover{
        opacity: 0.8;
        filter: alpha(opacity=0.8);
        -ms-filter: "alpha( opacity=$alpha )"; }
/* ヘッダーのレスポンシブ */
@media screen and (max-width:559px){
  .Header {
  width: 100%;
  position: fixed;
  background:#fff;
  padding: 6px 16px 2px;
  	z-index: 9999999999;
  }
  .HomeHeader p.description {
  margin-bottom: 4px;
  }
  .HeaderMenu {
      display:inline-block;
      width:auto;
      margin:-8px 0 0;
    }
    .HomeHeader .HeaderMenu ul {
    font-size:1.2rem;
    text-align:right;
    color: #fff;
    }
    .HomeHeader .HeaderMenu ul li {
      display: none;
      }
         .HomeHeader .HeaderMenu ul li a{
      color: #fff;
      }
  #menu-item-39{
      display: inline-block;
      background-color: #6c83aa;
      border-radius:5px;
      padding:10px 10px;
      }
}
/* トップページはここから */
.HomeHeader {
  width: 100%;
  height: auto;
  padding:10px 20px 4px;
  overflow: hidden; 
  }
    .HomeHeader h1 img{
  width: 130px;
}
   .HomeHeader h1 a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -ms-filter: "alpha( opacity=$alpha )"; }
  .HomeHeader p.description {
    width: 160px;
    line-height: 14px;
    font-size: 9px;
    color: #fff;
    margin: -5px 0 0 0; }
  .HomeHeader .HeaderMenu ul {
    font-size:11px;
    }
  .HomeHeader .HeaderMenu ul li a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;}
/* トップページのヘッダー部分のレスポンシブ */
@media screen and (max-width:559px){
  .HomeHeader {
  width: 100%;
  padding: 6px 16px 2px;
  }
   .Header .inner {
  }
  .Header .inner .logo{
  }
  .Header  h1{
  }
  .Header h1 a img{
  }
  .Header p.description {
  margin-bottom: 4px;
  }
  .Header .searchform {
  display: none;
   }
    .HeaderMenu ul {
    font-size:1.2rem;
    text-align:right;
    color: #fff;
    }
    .HeaderMenu ul li {
      display: none;
      margin:0;
      }
          .HeaderMenu ul li a{
      color: #fff;
      border-bottom:none;
      }
        .HomeHeader .HeaderMenu #menu-item-39{
            background-color:#0f4c81;
}
}
/* 広告 */
.ad-pc1{
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-bottom:solid 1px #eaeaea;
}
.ad-pc2{
display: inline-block;
padding-bottom: 16px;
}
.ad-pc3{
  display: inline-block;
  padding-bottom: 16px;
  }
.ad-sp1{
display:none;
}
.ad-sp2{
display:none;
}
@media screen and (max-width:559px){
.ad-pc1{
display:none;
}
.ad-pc2{
display:none;
}
.ad-pc3{
  display:none;
  }
.ad-sp1{
display:block;
padding-top:70px;
}
.ad-sp2{
display:block;
margin-bottom:24px;
}
}
/* トップページ */
.HomeContent {
background-size:cover;
background-position: center top;
background-repeat: no-repeat;
  padding-bottom:30px;
  display:flex;
  flex-direction:column;
   }
  #home{
  background-image: url(https://graph-stock.com/wp-content/uploads/2020/06/back04.jpg);
  background-color:#b5c7d3;
  background-blend-mode:color-burn;
  }
    .HomeContent .HomeCopy {
        text-align:center;
        padding-top:50px;
    }
.HomeCopy  h1{
font-size:42px;
color:#fff;
padding-bottom: 12px;
}
.HomeCopy  span{
font-size:18px;
color:#dadfe9;
line-height: 1.8;
}
  .HomeContent .HomeSearch {
}
   .HomeContent .searchform {
      position: relative;
    width: calc(100% - 380px);
    margin: 0 auto;
    padding: 20px 0 46px;
    max-width:650px;
    }
     .HomeContent .searchform input {
     padding: 14px;
     }
     .HomeContent .searchform input.font-awesome {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
 }
     .HomeContent .searchform input#s {
      border: 1px solid transparent;
      background: #fff;
      border-radius: 20px;
      width: 100%;
      height: 40px; }
    .HomeContent .searchform #searchSubmit {
      color:#666;
      font-size: 16px;
      background:transparent;
      position:absolute;
      top:30px;
      right:10px;
      border: none; }
    .HomeContent .searchform #searchSubmit:hover {
        cursor: pointer; }
    .HomeContent .HomeSearch ul {
     display:flex;
     justify-content: space-evenly;
      overflow: hidden; 
      width:calc(100% - 380px);
      max-width:680px;
      margin: 0 auto;
      }
          .HomeContent .HomeSearch a {
      text-decoration:none;
      color: #0c3d67;
      overflow: hidden;
	border-bottom: none; 
}
      .HomeContent .HomeSearch ul li {
        border: solid 1px #6c83aa;
        background:#fff;
        border-radius: 40px;
        width: 80px;
        height:80px;
        font-size:22px;
        text-align:center;
        padding-top:12px;
        }
.HomeContent .HomeSearch ul  li  p{
font-size: 11px;
font-weight:bold;
line-height: 1.4rem;
text-align:center;
margin: 0px;
}
.HomeContent .HomeSearch ul li a:hover img {
          opacity: 0.8;
          filter: alpha(opacity=0.8);
          -ms-filter: "alpha( opacity=$alpha )"; }
/* トップページのレスポンシブ */
@media screen and (max-width:559px){
  #home{
  }
.HomeCopy  h1{
font-size:24px;
}
   .HomeContent .searchform {
      position: relative;
    width: calc(100% - 50px);
    }
      .HomeContent .HomeSearch ul {
    width: calc(100% - 50px);
        }
      .HomeContent .HomeSearch ul li {
        border-radius: 35px;
        width: 70px;
        height:70px;
        font-size:20px;
        }
.HomeContent .HomeSearch ul  li  p{
font-size: 9px;
margin:-4px;
}
.HomeContent .HomeSearch ul li a:hover img {
          opacity: 0.8;
          filter: alpha(opacity=0.8);
          -ms-filter: "alpha( opacity=$alpha )"; }
    }
/* フッター要素はここから */
.footer{
display: inline-block;
width: 100%;
background: #0f4c81;
color:#fff;
padding-bottom:50px;
}
.globalFooter .footNavi {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  margin-bottom: 20px; }
  .globalFooter .footNavi:before, .globalFooter .footNavi:after {
    display: table;
    content: "";
    line-height: 0; }
  .globalFooter .footNavi:after {
    clear: both; }
  .globalFooter .footNavi ul {
    *zoom: 1; }
    .globalFooter .footNavi ul:before, .globalFooter .footNavi ul:after {
      display: table;
      content: "";
      line-height: 0; }
    .globalFooter .footNavi ul:after {
      clear: both; }
    .globalFooter .footNavi ul li {
      float: left;
      background: url("../images/icon/arr01_right.png") no-repeat left center;
      padding-left: 10px;
      font-size: 12px;
      font-size: 1.2rem; }
      .globalFooter .footNavi ul li a {
        color: #333;
        margin-right: 20px; }
.globalFooter .inner {
  width: 960px;
  margin:auto;
  padding: 20px 0;
  float:none;
   }
  .globalFooter .inner .address {
    float: left;
}
    .globalFooter .inner .address dt {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 0.2em; }
    .globalFooter .inner .address dd {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 0.2em; }
  .globalFooter .inner small {
    float: right;
    text-align: right;
    font-size: 10px;
    font-size: 1.0rem; }
/* フッターのレスポンシブはここから */
@media screen and (max-width:559px){
 .globalFooter .inner {
width:100%;
color:#fff;
background:#0f4c81;
padding: 16px;
flex-direction:column;
}
.globalFooter .inner .address{
width: 100%;
margin: 0;
float: none;
text-align: center;
}
.globalFooter .inner .address dt{
font-size;1.4rem;
margin:0;
}
.globalFooter .inner .address dd{
font-size;1.2rem;
margin-bottom: 10px;
}
  .globalFooter .inner small {
float:none;
text-align: center;
display: block;
    }
}
/* 記事部分はここから */
.contentsWrap {
  width: 960px;
  margin: 0 auto; 
}
  .contentsWrap:after {
    clear: both; }
  .contentsWrap .mainContents {
    float: none;
    width: 960px;
    overflow:hidden;
 }
    .contentsWrap .mainContents.oneColumn {
      float: none;
      width: 960px; }
      .contentsWrap .mainContents.oneColumn h1.type-A, .contentsWrap .mainContents.oneColumn h2.type-A, .contentsWrap .mainContents.oneColumn h3.type-A{
        width: 960px; }
        .contentsWrap .post_thumbnail {
width:640px;
height:360px;
float:left;
margin-top: 14px;
}
article.content {
  *zoom: 1;
  padding: 25px 0; }
  article.content:before, article.content:after {
    display: table;
    content: "";
    line-height: 0; }
  article.content:after {
    clear: both; }

body.home .homeVisual {
  width: 100%;
  height: 400px;
  background: url("../images/home/visual01.png") no-repeat center top; }
  body.home .homeVisual span {
    display: none; }
.contactBlock dl {
  *zoom: 1;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc; }
  .contactBlock dl:before, .contactBlock dl:after {
    display: table;
    content: "";
    line-height: 0; }
  .contactBlock dl:after {
    clear: both; }
  .contactBlock dl dt, .contactBlock dl dd {
    line-height: 1;
    margin-bottom: 0; }
  .contactBlock dl dt {
    float: left;
    width: 200px;
    padding: 5px 0 5px 10px;
    line-height: 1;
    border-left: 2px solid #328bda; }
  .contactBlock dl dd {
    float: right;
    width: 420px; }
    .contactBlock dl dd input,
    .contactBlock dl dd textarea {
      width: 100%; }
.contactBlock .btns {
  text-align: center;
  margin: 25px; }

select option {
  padding-right: 15px; }

* html select option {
  padding-right: 0;
  _padding-right: 15px; }

label {
  cursor: pointer; }

fieldset {
  border: none; }

input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 5px; }
  input.err {
    border: 3px solid #00bbcc !important; }

textarea.textarea {
  width: 100%;
  height: 80px;
  padding: 8px 5px; }

.button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  padding: 10px 10px;
  cursor: pointer;
  width: 150px; }
  .button:hover {
    color: #fff; }
    .button:hover a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=0.8);
      -ms-filter: "alpha( opacity=$alpha )"; }
  .button.type01 {
    background-color: #e5007f; }
  .button.type02 {
    background-color: #ef9d27; }

a.button {
  line-height: 1;
  text-align: center;
  display: block;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-box-sizing: border-box;
  box-sizing: border-box; }
.block {
  margin-bottom: 20px; }
/* 個別ページのcss */
article.page .content {
width: 640px;
display: block;
margin: 30px auto;
 }
  article.page .content:before, article.page .content:after {
    display: table;
    content: "";
    line-height: 0; }
  article.page .content:after {
    clear: both; }
/* 個別レスポンシブ */
@media screen and (max-width:559px){
article.page .content {
width: 100%;
margin: 30px 0;
padding: 0 16px;
}
}
/* 記事に関する部分 */
article.entry {
  margin: 16px 0 0; 
  overflow:hidden;
  }
/* 上パート */
article.entry .top-parts {
display:flex;
width: auto;
height:auto;
}
/* カテゴリここから */
article.entry .top-parts .categories {
width: auto;
      }
      article.entry .top-parts .categories ul {
}
        article.entry .top-parts .categories ul:before, article.entry .top-parts .categories ul:after {
          display: table;
          content: "";
          line-height: 0; }
        article.entry .top-parts .categories ul li {
          font-size:15px;
          border-bottom: double 4px #e38329;
          padding: 0 4px 2px;
          margin: 0 10px 0 0;
          width:fit-content;
          }
          article.entry .top-parts .categories ul li a {
            color: #000;
            text-decoration: none;
            border-bottom: none; }
            article.entry .top-parts .categories ul li a:hover {
              color:#666; }
/* カテゴリここまで＿タイトルは上部で記述 */
/* 左右パート */
article.entry .under-parts{
  display: flex;
}
/* 左パート */
article.entry .left-parts{
width: 640px;
height:auto;
display: flex;
flex-direction: column;
}
article.entry .content{
font-size: 16px;  
}
  /* 記事ここまで＿ボタンここから */
  .download-files{
  display:flex;
  justify-content: flex-end;
  margin: 10px 0 20px;
  }
  .download-files.aligncenter{text-align:center}.download-files.alignright{text-align:right
  }
  .download-files img{
  width: 20px;
  height: 20px;
  }
  .download-files .cream_button{
  background:#fafaf3;
  border: solid 1px #eaeaea;
  border-radius:5px;
  color:#5f5f5f;
  padding:.6em 1em;
  margin-right: 20px;
  }
  .download-files .gray_button{
  background:#f5f5f5;
  border: solid 1px #eaeaea;
  border-radius:5px;
  color:#5f5f5f;
  padding:.6em 1em;
  margin-right: 20px;
  }
  .download-files .white_button{
  background:#fff;
  border: solid 1px #eaeaea;
  border-radius:5px;
  color:#5f5f5f;
  padding:.6em 1em;
  }
  .download-files a{
  text-decoration:none
  }
  .download-files .cream_button:hover{
  box-shadow:none;
  border-color:#d5d5d5;
  opacity:.55;
  text-decoration:none
  }
  .download-files .gray_button:hover{
  box-shadow:none;
  border-color:#d5d5d5;
  opacity:.55;
  text-decoration:none
  }
  .download-files .white_button:hover{
  box-shadow:none;
  border-color:#d5d5d5;
  opacity:.55;
  text-decoration:none
  }
  /* ボタンここまで＿公開日ここから */
    article.entry .left-parts .release-date {
      margin-top: 8px;
      float:left;
      width:320px;
      font-size:12px;
      color:#222;
  }
    article.entry .left-parts .release-date p{
        font-size:14px;
      }
  /* 公開日終了＿出典開始 */
    article.entry .left-parts .source {
      margin-bottom: 8px;
      float:left;
      width:320px;
      font-size:12px;
      color:#222;
   }
     article.entry .left-parts .source  a{
         color: #222;
         text-decoration: none;
         border-bottom: dotted 1px;
        }
  article.entry .left-parts .source  p{
      font-size:14px;
        }
  /* 出典ここまで＿タグここから */
    article.entry .left-parts .tags {
      margin-top: 6px;
              font-size: 1.4rem;
              display:inline-block;
              }
                 article.entry .left-parts .tags  li{
                   display: inline;
                   font-size:1.2rem;
                   margin-right: 5px;
                   padding: 5px;
                   border: solid 1px #0f4c81;
                   border-radius: 3px;
                }
                 article.entry .left-parts .tags  li a{
                    color: #0f4c81;
                text-decoration: none;
                border-bottom: none;  }
  /* タグ終了 */
  article.entry .left-parts .relatedpost-in-article h2{
    font-weight: normal;
    font-size:14px;
  }
  article.entry .left-parts .relatedpost-inner{
    margin:10px 0;
  }
  article.entry .left-parts .relatedpost-article{
    display:flex;
  }
  article.entry .left-parts .relatedpost-article img{
    width:90px;
    height: auto;
  }
  article.entry .left-parts .relatedpost-title{
    padding: 15px 16px;
  }
  article.entry .left-parts .relatedpost-title h2{
    font-size: 13px;
  }
/* 右パート */
article.entry .right-parts{
  margin: 14px 0 0 20px;
}
/* コラムカテゴリのcss */
.contentsWrap .mainContents .columns{
width:640px;
margin:0 auto;
}
.contentsWrap .mainContents .columns .post_thumbnail{
float:none;
margin-top:30px
}
.columns .categories {
float:none;
width: auto;
      }
.columns .categories ul {
          font-size:1.2rem;
          margin-top:40px;
}
.columns .categories ul:before, .columns .categories ul:after {
          display: table;
          content: "";
          line-height: 0; }
        .columns .categories ul li {
          display: inline-block;
          background-color: #6c83aa;
          border-radius: 3px;
          padding: 4px 12px;
          color: #fff;
          margin: 0px 10px 0 0; }
          .columns .categories ul li a {
            color: #fff;
            text-decoration: none;
            border-bottom: none; }
            .columns .categories ul li a:hover {
              text-decoration: underline; }
              .columns section .content{
                  display:inline-box;
                  margin-top: 30px;
                }
                .columns p{
                    line-height:1.8;
                    font-size:18px;
                    margin-bottom:40px;
                    color:#555;
                }
.announce{
font-size:12px;
background:#f5f5f5;
padding:10px 16px;
margin:32px 0;
border-radius:3px;
}
                .columns .wp-block-image{
                    margin-bottom:40px;
                }
                  .columns .tags {
            font-size: 1.4rem;
            display:inline-block;
            }
               .columns .tags  li{
                 display: inline;
                 font-size:1.2rem;
                 margin-right: 5px;
                 margin-bottom:5px;
                 padding: 5px;
                 border: solid 1px #0f4c81;
                 border-radius: 3px;
              }
               .columns .tags  li a{
                  color: #0f4c81;
              text-decoration: none;
              border-bottom: none;  }
/* コラムカテゴリのレスポンシブ */
@media screen and (max-width:559px){
.columns p{
line-height:1.8;
padding:0 16px;
}
.announce {
margin:20px 16px;
}
}
/* アマゾン */
.amazon_link{
display:block;
width:300px;
padding:2px 16px;
background: #f8f8f8;
border-radius: 3px;
}
.amazon_link p{
text-align: center;
margin: 1rem 0 0 0;
font-weight: bold;
}
.amazon_link_column{
display:block;
}
/* 記事下の関連記事 */
.under-parts-recommend{
width:100%;
background:#f9f9f9;
margin-top: 30px;
padding-bottom: 30px;
margin-bottom: 20px;
}
.recommend-inner{
width:960px;
margin: 0 auto;
}
.recommend-inner h2{
padding:20px 0;
}
.recommend-body{
}
.related-post {
display:flex;
flex-wrap:wrap;
justify-content: space-between;
align-items:stretch;
}
.toppage-related-post {
display:flex;
flex-wrap:wrap;
justify-content: space-between;
align-items:stretch;
}
.recommend-card{
  width: calc(35% - 34px);
  margin-bottom: 30px;
  }
 .card-inner{
    position: relative;
    display:flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 0 16px 0;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #eaeaea;
    border-radius: 5px;
}
 .card-inner:hover{
    border: solid 1px #aaaaaa;
}
 .card-inner a{
border-bottom: none; 
    }
.recommend-card-article{
margin-bottom:30px;
}
.recommend-card-article img{
width:300px;
height:169px;
border-radius:5px;
} 
.recommend-card-title h2{
padding: 16px 16px 0;
}
.related-card-article{
margin-bottom:30px;
}
.related-card-article img{
width:300px;
height:169px;
border-radius:5px;
} 
.related-card-title h2{
padding: 16px 16px 0;
}
 .card-inner .tags {
     position: absolute;
     left:16px;
    bottom: 0;
}
 .card-inner .tags li {
    display: inline-block;
    font-size: 9px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 6px;
    border: solid 1px #0f4c81;
    background: #fff;
    border-radius: 3px;
}
 .card-inner .tags li a{
    color: #0f4c81;
    text-decoration: none;
    border-bottom:none;
    }
     .card-inner .related-tags {
     position: absolute;
     left:16px;
    bottom: 0;
}
 .card-inner .related-tags li {
    display: inline-block;
    font-size: 9px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 6px;
    border: solid 1px #0f4c81;
    background: #fff;
    border-radius: 3px;
}
 .card-inner .related-tags li a{
    color: #0f4c81;
    text-decoration: none;
    border-bottom:none;
    }
     .recommend-card-inner{
    position: relative;
    display:flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 0 16px 0;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #eaeaea;
    border-radius: 5px;
}
 .recommend-card-inner:hover{
    border: solid 1px #aaaaaa;
}
 .recommend-card-inner a{
border-bottom: none; 
    }
 .recommend-card-inner .tags {
     position: absolute;
     left:16px;
    bottom: 0;
}
 .recommend-card-inner .tags li {
    display: inline-block;
    font-size: 9px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 6px;
    border: solid 1px #0f4c81;
    background: #fff;
    border-radius: 3px;
}
 .recommend-card-inner .tags li a{
    color: #0f4c81;
    text-decoration: none;
    border-bottom:none;
    }
/* 記事下の関連記事のレスポンシブ */
@media screen and (max-width:559px){
.recommend-inner {
width:auto;
}
.recommend-inner h2{
font-size:16px;
padding:20px 16px;
}
.recommend-card{
width:100%;
margin-bottom:16px;
margin-left:16px;
margin-right:16px;
}
 .recommend-card-inner{
    position: relative;
    display:flex;
    flex-direction: column;
    width: 266px;
    height: 100%;
    padding: 0 0 16px 0;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #eaeaea;
    border-radius: 5px;
  }
   .recommend-card-inner:hover{
    border: solid 1px #aaaaaa;
}
 .recommend-card-inner a{
border-bottom: none; 
    }
     .recommend-card-inner .tags {
     position: absolute;
     left:16px;
    bottom: 0;
}
 .recommend-card-inner .tags li {
    display: inline-block;
    font-size: 9px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px 6px;
    border: solid 1px #0f4c81;
    background: #fff;
    border-radius: 3px;
}
 .recommend-card-inner .tags li a{
    color: #0f4c81;
    text-decoration: none;
    border-bottom:none;
    }
.recommend-card-article img{
width:100%;
height:auto;
}
.recommend-card-title h2{
text-align:left;
}
.related-card-article{
margin-bottom: 16px;
display:flex;
}
.related-card-article img{
width:40%;
height:40%;
border-radius: 0px;
}
.related-card-title h2{
text-align:left;
padding: 0 16px;
margin:10px 0;
font-size:14px;
line-height:20px;
}
.card-inner .related-tags ul{
margin-bottom:0px;
}
.card-inner .related-tags li{
font-size:10px;
margin-bottom:6px;
}
}
/* 関連記事終わり */
/* 検索結果とタグ・カテゴリ一覧表示 */
.archives-parts-recommend{
width:100%;
background:#f9f9f9;
margin-top: 30px;
padding-top:50px;
}
.archives-post{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.archives-card{
width: calc(35% - 34px);
    margin-bottom: 40px;
    margin-right: 27px;
}
.archives-card:nth-child(3n){
    margin-right: 0px;
}
/* 一覧表示のレスポンシブ */
@media screen and (max-width:559px){
.archives-wrap{
padding-top:70px;
}
.archives-card{
width:100%;
margin-bottom:10px;
margin-right:0;
}
}
/* 記事部分 */
article.entry .entryInfo {
    float:left;
}
    article.entry .entryInfo:before, article.entry .entryInfo:after {
      display: table;
      content: "";
      line-height: 0; }
    article.entry .entryInfo:after {
      clear: both; }
    article.entry .entryInfo .categories {
      }
      article.entry .entryInfo .categories ul {
          font-size:1.2rem;
          padding-top:3px;
        *zoom: 1; }
        article.entry .entryInfo .categories ul:before, article.entry .entryInfo .categories ul:after {
          display: table;
          content: "";
          line-height: 0; }
        article.entry .entryInfo .categories ul:after {
          clear: both; }
        article.entry .entryInfo .categories ul li {
          float: left;
          background-color: #87ceeb;
          padding: 4px 11px;
          color: #fff;
          margin-right: 10px; }
          article.entry .entryInfo .categories ul li a {
            color: #fff;
            text-decoration: none; }
            article.entry .entryInfo .categories ul li a:hover {
              text-decoration: underline; }
    article.entry .entryInfo time {
      float: left;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 5px 10px;
      font-color:#778899; }
    article.entry .entryInfo .weather {
      float: left;
      font-size: 14px;
      font-size: 1.4rem;
      padding: 5px 10px;
      margin-right: 10px;
      font-weight: bold;
      color: #328bda;
      border: 2px dotted #c6daf7; }
  article.entry .authorBlock {
    *zoom: 1;
    border: 3px solid #c8dff4; }
    article.entry .authorBlock:before, article.entry .authorBlock:after {
      display: table;
      content: "";
      line-height: 0; }
    article.entry .authorBlock:after {
      clear: both; }
    article.entry .authorBlock figure {
      float: left;
      width: 90px;
      margin: 10px 20px; }
      article.entry .authorBlock figure img {
        display: block; }
    article.entry .authorBlock .text {
      float: right;
      width: 510px;
      margin: 20px 20px 10px 0px; }
  article.entry .postNavi {
      float:left;
    padding-top: 25px;
    *zoom: 1; }
    article.entry .postNavi:before, article.entry .postNavi:after {
      display: table;
      content: "";
      line-height: 0; }
    article.entry .postNavi:after {
      clear: both; }
    article.entry .postNavi span {
      font-size: 14px;
      font-size: 1.4rem;
      width: 300px; }
      article.entry .postNavi span.prev {
        float: left;
        padding-left: 10px;
        background: url("../images/icon/arr01_left.png") no-repeat left 0.5em; }
      article.entry .postNavi span.next {
        float: right;
        padding-right: 10px;
        background: url("../images/icon/arr01_right.png") no-repeat right 0.5em;
        text-align: right; }
/* トップページのタグ表示 */
 .toptag-back{
     padding: 20px 0 0;
     margin-bottom:30px;
  }
   .toptag-back h2{
       font-size:15px;
         margin-left: calc(50% - 480px);
         margin-bottom:20px;
      }
        .toptag{
  display: flex;
  flex-wrap: wrap;
  width:960px;
  justify-content: space-between;
}
.nowrap{
}
.slide{
  margin-left: calc(50% - 480px);
}
.slide li{
  list-style: none;
}
.slidera{
  background:#0f4c81;
  margin-bottom: 10px;
  border-radius: 5px;
}
.sliderb{
  background:#0f4c81;
  border-radius: 5px;
}
.sliderc{
  background:#84898c;
  border-radius: 5px;
}
.slide a{
  display: inline-block;
  width:200px;
  height:70px;
  padding: 10px 0 0 20px;
  color:#fff;
  font-weight:bold;
  font-size:14px;
  border-bottom: none; 
}
.slide a:hover{
  background: #658dc6;
  color: #ffffff;
}
/* タグ表示のレスポンシブ */
@media screen and (max-width:559px){
 .toptag-back{
     padding: 20px 0 30px;
     margin-bottom: 0;
  }
   .toptag-back h2{
       margin-left:0;
       font-size:16px;
       text-align:center;
      }
              .toptag{
  display: flex;
  flex-wrap: wrap;
  width:auto;
}
.nowrap{
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  flex-wrap: nowrap;
}
      .nowrap::-webkit-scrollbar {
    display:none;
}
      .slide{
  margin-left:0;
  }
  .slide li{
      margin-left:16px;
      margin-right:4px;
  list-style: none;
}
  .slide a{
        display: inline-block;
  width:200px;
      height:60px;
  padding: 10px 0 0 20px;
  color:#fff;
  font-weight:bold;
  font-size:14px;
    }
    .slide a:hover{
  background: #658dc6;
  color: #ffffff;
}
}
/* トップページの記事 */
.toppage-column {
width:max-content;
margin:0;
}
.toppage-column h2{
display:inline-block;
font-size:15px;
text-align:center;
padding:0 2px 2px 0;
border-bottom: double 4px #e38329;
    }
.newsBlock .related-graphs{
border-bottom: double 4px #6c83aa;
    }
    .newsBlock .related-graphs img{
width: 18%;
display: block;
margin: 0 0 0 4px;
    }
/* レスポンシブ */
@media screen and (max-width:559px){
.toppage-column {
width:max-content;
margin:0 auto 16px;
}
.toppage-column h2{
display:inline-block;
font-size:16px;
text-align:center;
padding:0 6px 2px;
border-bottom: double 4px #e38329;
    }
.RelatedPost .related-graphs h1{
margin-left: 0;
}
.RelatedPost .related-graphs img{
        width:30%;
        margin: 0 auto;
    }
}
.newsBlock h1 {
  margin-bottom: 0; }
.newsBlock .news {
 width: 300px;
 height: 275px;
 float:left;
  border-bottom: 1px dotted #ccc;
  padding-bottom:14px;
  margin-right: 30px;
  margin-top: 30px;
}
.newsBlock .news:nth-child(3n){
 width: 300px;
 float:left;
  border-bottom: 1px dotted #ccc;
  padding-bottom:14px;
  margin-right:0px;
  *zoom: 1; }
  .newsBlock .news:before, .newsBlock .news:after {
    display: table;
    content: "";
    line-height: 0; }
  .newsBlock .news:after {
    clear: both; }
  .newsBlock .news .text {
    float: right;
    width: 300px; }
    .newsBlock .news .text .entryInfo {
      *zoom: 1;
      margin: 8px 0; }
      .newsBlock .news .text .entryInfo:before, .newsBlock .news .text .entryInfo:after {
        display: table;
        content: "";
        line-height: 0; }
      .newsBlock .news .text .entryInfo:after {
        clear: both; }
      .newsBlock .news .text .entryInfo .categories {
        float: left; }
        .newsBlock .news .text .entryInfo .categories ul {
          *zoom: 1; }
          .newsBlock .news .text .entryInfo .categories ul:before, .newsBlock .news .text .entryInfo .categories ul:after {
            display: table;
            content: "";
            line-height: 0; }
          .newsBlock .news .text .entryInfo .categories ul:after {
            clear: both; }
          .newsBlock .news .text .entryInfo .categories ul li {
            float: left;
            background-color: #53c2c5;
            padding: 5px 15px;
            color: #fff;
            margin-right: 10px; }
            .newsBlock .news .text .entryInfo .categories ul li a {
              color: #fff;
              text-decoration: none; }
              .newsBlock .news .text .entryInfo .categories ul li a:hover {
                text-decoration: underline; }
      .newsBlock .news .text .entryInfo time {
        float: left;
        font-size: 12px;
        font-size: 1.4rem;
        color: #778899;
         }
        .newsBlock .news .text .tags {
            font-size: 1.4rem;
            display: inline-block;
            }
             .newsBlock .news .text .tags  li{
                 display: inline;
                 font-size:1.2rem;
                 margin-right: 5px;
                 margin-bottom:5px;
                 padding: 5px;
                 border: solid 1px #0f4c81;
                 background: #fff;
                 border-radius: 3px;
              }
             .newsBlock .news .text .tags  li a{
                  color: #0f4c81;
              text-decoration: none;
              border-bottom: none;  }
      .newsBlock .news .text .entryInfo figure.author {
        *zoom: 1;
        float: none;
        width: auto; }
        .newsBlock .news .text .entryInfo figure.author:before, .newsBlock .news .text .entryInfo figure.author:after {
          display: table;
          content: "";
          line-height: 0; }
        .newsBlock .news .text .entryInfo figure.author:after {
          clear: both; }
        .newsBlock .news .text .entryInfo figure.author img {
          margin-right: 5px;
          vertical-align: middle;
          display: inline; }
        .newsBlock .news .text .entryInfo figure.author figcaption {
          display: inline;
          font-weight: bold;
          font-size: 12px;
          font-size: 1.2rem; }
    .newsBlock .news .text h1 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      margin: 6px 0 12px; }
      .newsBlock .news .text h1 a {
        color: #333; 
        text-decoration: none; }
        .newsBlock .news .text h1 a:hover {
          text-decoration: underline; }
    .newsBlock .news .text p {
      display: inline; }
      .newsBlock .news .text p a {
        color: #328bda; }
  .newsBlock .news figure {
    float: left;
    width: 300px; }
    .newsBlock .news figure a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=0.8);
      -ms-filter: "alpha( opacity=$alpha )"; }
.newsBlock .news .block {
  margin-bottom: 0; }
/* レスポンシブ全体部分ここから */
@media screen and (max-width:559px){
.contentsWrap {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  }
    .contentsWrap .mainContents {
    float: none;
    width: 100%;
    padding-top: 20px;
    overflow:hidden;
 }
.contentsWrap .post_thumbnail {
width: 100%;
height:auto;
float: none;
}
article.entry {
margin-top:0;
}
article .entry .top-parts .categories ul li{
margin-left:10px;
margin-right: 0;
}
.newsBlock h1{
width:100%;
float: none;
margin-left: 16px;
}
.newsBlock .news {
 width: 100%;
 height: auto;
 float: none;
 margin-top:14px;
 }
 .newsBlock .news:nth-child(1) {
     border-top:1px dotted #ccc;
     padding-top: 14px;
  }
 .newsBlock .news:nth-child(3n){
     float: none;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-right: 0;
}
 .newsBlock .news .text h1{
 margin: 6px 0;
 }
 .newsBlock .news .text .tags li{
 font-size:9px;
 padding:3px;
 border: solid 1px #0f4c81;
 }
article.entry .top-parts {
width:100%;
height: 100%;
display: flex;
flex-direction: column;
}
article.entry .top-parts .categories{
display:block;
margin: 0 0 0px 16px;
}
article.entry .top-parts .categories ul{
padding-top:0px;
}
article.entry .top-parts h1.type-download{
margin: 4px 10px 10px 16px;
}
article.entry .top-parts h1.type-download, span{
clear:both;
font-size: 20px;
}
article.entry .under-parts{
display: block;
width: 100%;
}
article.entry .left-parts{
width:100%;
display:flex
}
article.entry .left-parts .content{
order: 2;
margin-bottom: 12px;
padding: 0 16px;
}
article.entry .left-parts .download-files{
order: 1;
margin: 10px 16px 20px 0;
justify-content: flex-end;
}
article.entry .left-parts .release-date{
float:none;
order: 3;
padding: 0 16px;
}
article.entry .left-parts .source{
float:none;
clear:both;
order: 4;
margin-bottom: 0px;
padding: 0 16px;
}
article.entry .left-parts .relatedpost-in-article{
  padding: 0 16px;
  order:5;
  margin-top: 6px;
}
article.entry .left-parts .relatedpost-in-article h2{
  font-weight: normal;
  font-size:14px;
  color:#222;
}
article.entry .left-parts .relatedpost-inner{
  margin:0;
  border-bottom: solid 1px #eaeaea;
  padding:10px 0;
}
article.entry .left-parts .relatedpost-inner:last-child{
  border-bottom: none;
}
article.entry .left-parts .relatedpost-article{
  display:flex;
}
article.entry .left-parts .relatedpost-article img{
  width: 30%;
  height: auto;
}
article.entry .left-parts .relatedpost-title{
  padding: 10px 0 0 16px;
}
article.entry .left-parts .relatedpost-title h2{
  font-size: 13px;
}
article.entry .left-parts .tags{
float:none;
order: 6;
margin-top:16px;
margin-bottom: 10px;
padding: 0 16px;
}
article.entry .right-parts{
margin: 0;
}
.amazon_link{
width: 100%;
float:none;
padding: 2px 0;
margin: 0 0 24px 0;
}
}
/* コラムのレスポンシブ */
@media screen and (max-width:559px){
.contentsWrap .mainContents .columns {
width: 100%;
}
.contentsWrap .mainContents .columns .post_thumbnail{
margin-top:10px;
}
.columns .categories ul{
margin-top:20px;
padding:0 16px;
}
.under-parts-recommend .toppage-border {
border-top: none;
}
.under-parts-recommend {
width:auto;
padding-top: 0;
margin-top:0;
border:none;
}
.under-parts-recommend .related-post {
width:100%;
}
.under-parts-recommend .toppage-related-post {
width:auto;
overflow-x:scroll;
flex-wrap: nowrap;
}
.under-parts-recommend .related-post .news {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 14px;
    margin-right: 0;
}
.under-parts-recommend .related-post .news:nth-child(1){
border-top: 1px dotted #ccc;
padding-top: 14px;
margin-top: 0;
}
.under-parts-recommend .related-post .news:nth-child(3n){
    float: left;
    width: 100%;
    height: auto;
    margin-top: 14px;
    margin-right: 0;
}
.under-parts-recommend .related-post .news figure{
width: 40%;
height:auto;
float: left;
}
.under-parts-recommend .related-post .news .text{
float: right;
width: 60%;
padding-left: 10px;
}
.newsBlock .news figure{
width: 40%;
height:auto;
}
.newsBlock .news img {
    width: 100%;
    height: auto;
    border: none;
}
.newsBlock .news .text{
float: right;
width: 60%;
padding-left: 10px;
}
.under-parts-recommend .related-post .news .text h1 {
margin: 6px 0;
}
.under-parts-recommend .related-post .news .text .tags li {
    font-size: 0.9rem;
    padding: 2px;
     border: solid 1px #0f4c81;
}
}
/* レスポンシブ全体部分ここまで */
.planBlock h1.type-B {
  margin-bottom: 0; }
.planBlock .plans .plan {
  *zoom: 1;
  border-bottom: 1px dotted #ccc;
  padding: 25px 0; }
  .planBlock .plans .plan:before, .planBlock .plans .plan:after {
    display: table;
    content: "";
    line-height: 0; }
  .planBlock .plans .plan:after {
    clear: both; }
  .planBlock .plans .plan:hover {
    background-color: #f8fcff; }
  .planBlock .plans .plan a {
    color: #333; }
    .planBlock .plans .plan a .text {
      float: right;
      width: 540px; }
      .planBlock .plans .plan a .text .price {
        color: #f92c1c;
        margin-bottom: 0.5em; }
      .planBlock .plans .plan a .text .summary {
        color: #666;
        font-size: 12px;
        font-size: 1.2rem; }
    .planBlock .plans .plan a figure {
      float: left;
      width: 100px; }
      .planBlock .plans .plan a figure img {
        display: block; }
    .planBlock .plans .plan a:hover .name {
      text-decoration: underline; }
    .planBlock .plans .plan a:hover figure img {
      opacity: 0.8;
      filter: alpha(opacity=0.8);
      -ms-filter: "alpha( opacity=$alpha )"; }

.breadcrumbs {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  padding: 0;
  margin-bottom: 5px !important;
  *zoom: 1;
  color: #999; }
  .breadcrumbs:before, .breadcrumbs:after {
    display: table;
    content: "";
    line-height: 0; }
  .breadcrumbs:after {
    clear: both; }
  .breadcrumbs:before, .breadcrumbs:after {
    display: table;
    content: "";
    line-height: 0; }
  .breadcrumbs:after {
    clear: both; }
  .breadcrumbs span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1; }
    .breadcrumbs span:first-child {
      margin-left: 0; }
    .breadcrumbs span:last-child {
      background: none; }
    .breadcrumbs span a {
      color: #999; }

.islands {
  *zoom: 1;
  margin: 50px 0; }
  .islands:before, .islands:after {
    display: table;
    content: "";
    line-height: 0; }
  .islands:after {
    clear: both; }
  .islands .island {
    text-align: center;
    float: left;
    width: 400px;
    margin-bottom: 50px; }
    .islands .island h2 {
      margin-bottom: 25px; }

.wp-pagenavi {
  margin-top: 25px; }

section.comments {
  margin: 35px 0;
  padding-top: 35px;
  border-top: 1px dotted #ddd; }
  section.comments #respond {
    margin-bottom: 35px; }
    section.comments #respond #reply-title {
      color: #999;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 10px; }
    section.comments #respond #commentform {
      text-align: center; }
      section.comments #respond #commentform .comment-notes {
        font-size: 12px;
        font-size: 1.2rem;
        text-align: left; }
      section.comments #respond #commentform .logged-in-as {
        text-align: left; }
        section.comments #respond #commentform .logged-in-as a {
          color: #333; }
      section.comments #respond #commentform .comment-form-author,
      section.comments #respond #commentform .comment-form-email,
      section.comments #respond #commentform .comment-form-url,
      section.comments #respond #commentform .comment-form-url,
      section.comments #respond #commentform .comment-form-comment {
        *zoom: 1;
        text-align: left; }
        section.comments #respond #commentform .comment-form-author:before, section.comments #respond #commentform .comment-form-author:after,
        section.comments #respond #commentform .comment-form-email:before,
        section.comments #respond #commentform .comment-form-email:after,
        section.comments #respond #commentform .comment-form-url:before,
        section.comments #respond #commentform .comment-form-url:after,
        section.comments #respond #commentform .comment-form-url:before,
        section.comments #respond #commentform .comment-form-url:after,
        section.comments #respond #commentform .comment-form-comment:before,
        section.comments #respond #commentform .comment-form-comment:after {
          display: table;
          content: "";
          line-height: 0; }
        section.comments #respond #commentform .comment-form-author:after,
        section.comments #respond #commentform .comment-form-email:after,
        section.comments #respond #commentform .comment-form-url:after,
        section.comments #respond #commentform .comment-form-url:after,
        section.comments #respond #commentform .comment-form-comment:after {
          clear: both; }
        section.comments #respond #commentform .comment-form-author label,
        section.comments #respond #commentform .comment-form-email label,
        section.comments #respond #commentform .comment-form-url label,
        section.comments #respond #commentform .comment-form-url label,
        section.comments #respond #commentform .comment-form-comment label {
          font-size: 14px;
          font-size: 1.4rem;
          width: 150px;
          display: block;
          float: left; }
        section.comments #respond #commentform .comment-form-author #author,
        section.comments #respond #commentform .comment-form-author #email,
        section.comments #respond #commentform .comment-form-author #url,
        section.comments #respond #commentform .comment-form-author #comment,
        section.comments #respond #commentform .comment-form-email #author,
        section.comments #respond #commentform .comment-form-email #email,
        section.comments #respond #commentform .comment-form-email #url,
        section.comments #respond #commentform .comment-form-email #comment,
        section.comments #respond #commentform .comment-form-url #author,
        section.comments #respond #commentform .comment-form-url #email,
        section.comments #respond #commentform .comment-form-url #url,
        section.comments #respond #commentform .comment-form-url #comment,
        section.comments #respond #commentform .comment-form-url #author,
        section.comments #respond #commentform .comment-form-url #email,
        section.comments #respond #commentform .comment-form-url #url,
        section.comments #respond #commentform .comment-form-url #comment,
        section.comments #respond #commentform .comment-form-comment #author,
        section.comments #respond #commentform .comment-form-comment #email,
        section.comments #respond #commentform .comment-form-comment #url,
        section.comments #respond #commentform .comment-form-comment #comment {
          width: 480px;
          float: right; }
      section.comments #respond #commentform .form-allowed-tags {
        font-size: 10px;
        font-size: 1.0rem;
        color: #666;
        text-align: left; }
        section.comments #respond #commentform .form-allowed-tags code {
          display: block; }
      section.comments #respond #commentform #submit {
        text-align: center;
        margin: auto; }
  section.comments .commentlist li {
    margin: 25px 0;
    padding-top: 25px;
    border-top: 1px dotted #ccc; }
    section.comments .commentlist li .comment-body a {
      color: #333; }
    section.comments .commentlist li .comment-body .comment-author img {
      vertical-align: middle;
      margin-right: 10px; }
    section.comments .commentlist li .comment-body .comment-author cite {
      font-weight: bold; }
      section.comments .commentlist li .comment-body .comment-author cite a {
        font-weight: bold; }
    section.comments .commentlist li .comment-body .comment-meta {
      text-align: right; }
      section.comments .commentlist li .comment-body .comment-meta a {
        color: #666;
        font-size: 12px;
        font-size: 1.2rem;
        text-decoration: none; }
        section.comments .commentlist li .comment-body .comment-meta a:hover {
          text-decoration: underline; }
    section.comments .commentlist li .comment-body .reply {
      line-height: 1;
      margin-top: 10px; }
      section.comments .commentlist li .comment-body .reply a {
        border: 1px solid #eee;
        padding: 3px 10px; }
  section.comments .commentlist ul.children {
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid #eee;
    background-color: #FFF; }
    section.comments .commentlist ul.children li {
      border-top: none; }
  section.comments .page-numbers {
    font-size: 14px;
    font-size: 1.4rem; }

body.search .highlight {
  font-weight: bold;
  color: #f79531; }

/**
 * WordpressのネイティブCSS
 * http://codex.wordpress.org/CSS
 */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }
/* SNSボタン */
.sns-button-wrap {
    display: flex;
    margin:20px 0 16px;
}
.sns-button img{
width:50%;
    height: auto;
}
a.sns-button{
border-bottom: none;
}
.sns-twitter {
}
.sns-twitter a{
border-bottom: none; 
}
.sns-facebook {
}
.sns-facebook a{
border-bottom: none; 
}
.sns-line {
}
.sns-line a{
border-bottom: none; 
}
.sns-hatebu {
}
.sns-hatebu a{
border-bottom: none; 
}
.sns-button-wrap-column {
clear: both;
display: block;
text-align: center;
padding-top: 30px 0;
}
@media screen and (max-width:559px){
.sns-button-wrap {
justify-content: space-around;
margin: 24px 30px;
order:7;
}
.sns-button {
    margin: 0 14px 0;
}
.sns-button img{
    width: 70%;
    height:auto;
}
}
/* タグの説明 */
.tag-description{
width:800px;
margin:0 auto;
text-align:center;
}
.tag-description p{
width:640px;
margin:30px auto;
}
.tag-description a{
    color: #222;
    text-decoration: none;
    font-weight:normal;
    border-bottom: dotted 1px;
}
.flourish-credit{
display:none;
}
@media only screen and (max-width: 559px) {
.tag-description{
width:100%;
}
.tag-description p{
width:100%;
padding:16px;
}
}
/* 問い合わせページ */
.nf-form-cont{
width:640px;
margin:auto;
}
.nf-form-title{
display:none;
}
/*   問い合わせページのレスポンシブ */
  @media screen and (max-width:559px){
      .nf-form-cont{
          width:100%;
        }
}
/**********************
モーダルウィンドウ
**********************/
ul.footer_menu {
display:none;
}
.modal-inner {
display:none;
}
.modal-window {
display:none;
}
.modai-close {
display:none;
}
@media screen and (max-width:559px){ 
.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: block;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block9;
}
.modal-window:target {
display: block9;
}
.modal-window .modal-inner {
position: absolute;
padding: 8%;
margin: 100px auto 0;
width: 100%;
height:100%;
background: #b5c7d3;
z-index: 20;
display:block;
}
 
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
font-size:20px;
color: #0f4c81;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: #b5c7d3;
}
.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 10%;
right:5%;
z-index: 20;
margin:0 auto;
border-radius: 2px;
padding: 10px 10px;
text-decoration: none;
text-indent: 0;
}
 
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
 
 
 
/**********************
スマホのフッターメニュー
**********************/
ul.footer_menu {
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	overflow: hidden;
	display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
}
 
ul.footer_menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 10px;
       line-height: 15px;
}
 
ul.footer_menu li a i{
	font-size: 18px;
}
 
ul.footer_menu li a {
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
 
.footer_menu {
	position: fixed;
	bottom: 0;
	left:0;
	background: #0f4c81;
	z-index: 9999999999;
}
 
 
/**********************
SNSの部分
***********************/
 
 
.modal-window .modal-inner.sns{
	margin:0 auto;
	text-align:center;
}
.modal-inner ul {
	list-style:none;
}
.modal-inner li {
	list-style:none;
	float:left;
	width:25%;
	margin:3%;
}
.modal-inner li a {
	font-size:150%;
	position:relative;
	display:block;
	padding:10px;
	color:#0f4c81;
	border-radius:5px;
	text-align:center;
	text-decoration: none;
}
.modal-inner li a:hover {
	box-shadow:none;
}
.modal-inner .searchform {
 }
.modal-inner .searchform:before, .modal-inner .searchform:after {
      display: table;
      content: "";
      line-height: 0; }
    .modal-inner .searchform:after {
      clear: both; }
    .modal-inner .searchform input {
     padding: 10px; }
    .modal-inner .searchform input#s {
      border: 1px solid transparent;
      flex: auto;
      background: #f5f5f5;
      border-radius: 15px;
      height: 32px;
      width:84%;
      float:left; }
    .modal-inner .searchform input#searchsubmit {
      background: url("../images/icon/glass02.png") no-repeat center center;
      width: 40px;
      border: none;
      float:left; }
     .modal-inner .searchform input#searchSubmit:hover {
        cursor: pointer; }

.share li a {display : block;
    padding : 10px 5px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
 
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a {background-color: #ff8c00;}
.feedly a {background-color: #6cc655;}
 
.share-sm {margin:0;}
.share-sm ul:after {content : "";
    display : block;
    clear : both;}

/********************** 
メニューの部分
**********************/
 
.mod li{
  float:none;
  display:block;
  width:100%;
  margin:0;}
 
.mod li a {
  font-weight: bold; 
  background: #fff;
  font-size: 14px;
  margin-bottom:26px;
}
}
/* ページネーション */
.pagination {
  display:flex;
  padding: 0 0 50px;
  font-size: 14px;
  line-height: 1em;
  width:auto;
  margin:0 auto;
}
.pagination-box {
  display: inline-block;
  margin:0 auto;
}
.pagination span{
  margin: 2px 10px 2px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #84898c;
  border-radius: 50%;
}
.pagination a {
  margin: 2px 10px 2px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #84898c;
  border-radius: 50%;
  border:none;
}
pagination a .inactive:last-child {
margin-right:0;
}
.pagination a:hover{
  color: #fff; /* マウスホバー時の文字色 */
  background: #333; /* マウスホバー時の背景色 */
}
.pagination .current{
  padding: 10px 14px 10px 14px;
  color: #fff;
  background: #0f4c81;
  font-weight:normal;
}
@media only screen and (max-width: 559px) {
.pagination {
  margin:20px auto;
  font-size: 12px;
  line-height: 12px;
}
.pagination span{
  padding: 7px 12px 7px 12px;
}
.pagination a{
  padding: 7px 12px 7px 12px;
}
.pagination .current{
  padding: 7px 12px 7px 12px;
    font-size: 12px;
}
}
/* タグリストページ */
.taglist{
width:640px;
margin: 50px auto;
}
.tag-cloud-link{
border: solid 1px #0f4c81;
    color: #666;
    border-radius: 5px;
    padding: 4px 10px;
    margin: 0 18px 18px 0;
    display: inline-block;
}
@media only screen and (max-width: 559px) {
.taglist{
width:100%;
padding:80px 16px 0;
margin-top:0;
}
}