@charset "UTF-8";
/* Scss Document */
/*layout*/
body {
  background-color: #fff;
  text-align: center;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }

.con {
  max-width: 1480px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .con {
      padding-left: 24px;
      padding-right: 24px; } }

main {
  padding-left: 12px;
  padding-right: 12px; }
  @media screen and (min-width: 768px) {
    main {
      /*padding-left: $mM;*/
      padding-right: 24px;
max-width:1000px;} }

a {
  transition: all 0.5s ease 0s; }

a:link {
  color: #0C47D2; }

a:visited {
  color: #694F9F; }

a:hover {
  color: #2F509B;
  text-decoration: none; }

a:active {
  color: #2F509B;
  text-decoration: none; }

a:focus {
  outline: 1px dotted #4A77BC; }

/*----------------
共通スタイル
-----------------*/
.mtL {
  margin-top: 48px !important; }

.mtM {
  margin-top: 24px !important; }

.mtS {
  margin-top: 12px !important; }

.fontH {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; }

.aList {
  text-align: left; }
  .aList a {
    text-decoration: none;
    display: block; }
    .aList a .pic {
      overflow: hidden; }
    .aList a img {
      display: block;
      transition: 0.5s;
      opacity: 1; }
    .aList a .ttl {
      font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
      font-weight: bold;
      color: #111;
      line-height: 1.5; }
    .aList a .read {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      margin-bottom: 12px; }
      @media screen and (min-width: 768px) {
        .aList a .read {
          -webkit-line-clamp: 3; } }
    .aList a .pic {
      background-color: #4A77BC;
      border-radius: 10px; }
    .aList a:hover img {
      transform: scale(1.1, 1.1);
      opacity: 0.8; }
    .aList a:hover .ttl {
      color: #4A77BC; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .aList a .pic {
        background-color: transparent;
        border-radius: 0; } }

.pList {
  margin-bottom: 48px;
  margin-top: 24px; }
  .pList li {
    position: relative; }
    .pList li a {
      display: flex;
      padding: 12px 0;
      border-bottom: 1px solid #e5e5e5; }
      .pList li a .ttl {
        padding: 0;
        margin: 0 0 12px 0;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
      .pList li a .pic {
        width: 35%;
        position: relative;
        overflow: hidden;
        border-radius: 10px; }
        .pList li a .pic:before {
          content: '';
          display: block;
          padding-top: 50%; }
        .pList li a .pic img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          object-fit: cover;
          background: #fff; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .pList li a .pic {
          border-radius: 0;
          background-color: transparent; }
          .pList li a .pic:before {
            padding-top: 50% !important; }
          .pList li a .pic img {
            height: auto; } }
      .pList li a .txt {
        flex: 1;
        padding-left: 12px; }
      .pList li a .read {
        display: none;
        -webkit-line-clamp: 2;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.4; }
    .pList li:last-child a {
      border-bottom: none; }
  @media screen and (min-width: 768px) {
    .pList {
      width: 100%;
      display: flex;




      flex-wrap: wrap;
      justify-content: space-between; }
      .pList li {
        width: calc(50% - 12px); }
        .pList li a {
          padding: 0;
          border-bottom: none; }
          .pList li a .ttl {
            font-size: 15px;
            font-size: 0.9375rem;
            display: -webkit-box; }
          .pList li a .read {
            display: -webkit-box; } }

.pList .newMark {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  line-height: 24px;
  background-color: rgba(236, 109, 129, 0.8);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem; }

.card li {
  margin-bottom: 12px; }

@media screen and (min-width: 768px) {
  .card li a {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    padding: 12px;
    border-radius: 12px;
    height: 100%; }
    .card li a:hover {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14); } }

.pickup {
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 40px;
  background-image: url("../img/mark.svg");
  background-size: 25px 25px;
  background-position: center left;
  background-repeat: no-repeat; }

.keywords {
  text-align: left; }
  .keywords li {
    display: inline-block;
    margin-right: 12px;
    text-align: left;
    padding-bottom: 12px; }
  .keywords a {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
    font-weight: bold;
    border: 1px solid #4A77BC;
    padding: 2px 8px;
    line-height: 1.5;
    text-decoration: none;
    color: #4A77BC; }
    .keywords a:visited {
      color: #4A77BC; }
    .keywords a:hover {
      color: #fff;
      background-color: #4A77BC; }

.date {
  font-weight: bold;
  font-family: 'Oswald', -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #888;
　padding-bottom:8px}

.btn {
  margin: 48px auto;
  max-width: 300px; }
  .btn a {
    padding: 8px 24px;
    display: block;
    text-align: center;
    background-color: #111;
    color: #fff;
    border-radius: 30px;
    text-decoration: none; }
    .btn a:visiter {
      color: #fff; }
    .btn a:hover {
      color: #fff;
      background-color: #2F509B; }

/*優先*/
.pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc {
      display: block; } }

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

span.inline-block{
	display: inline-block !important;
	writing-mode: horizontal-tb !important;
}
/*----------------

header

-----------------*/
header {
  width: 100%;
  position: absolute;
	text-align: left;
 }

header > .con {
  position: relative; }

header h1 {
  padding: 12px 0;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    header h1 {
      padding: 24px 0; } }

header h1 a {
  display: block;
  width: 240px;
  height: 44px;
  margin: 0 auto;}
.header_font{	 
color:#015076 !important;
}
.header_inquiry a{
	color:#fff;
}

header #mallLogo {
  position: absolute;
  top: 12px;
  left: 24px;
  width: 184px;
  height: auto; }

header a {
  display: block; }

header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
.header_logo{
	min-width:120px;
max-width:152px;
}
/*---------------------

ハンバーガーメニュー

----------------------*/
.bodyFixed {
  position: fixed;
  width: 100%;
  height: 100%;}

#menuBtn {
  position: absolute;
  top: 12px;
  right: 0;
  width: 44px;
  height: 44px;
  z-index: 5; }

#menuBtn a {
  display: block;
  width: 44px;
  height: 44px;
  position: relative; }

#menuBtn a span {
  display: block;
  width: 14px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 14px;
  left: 15px; }

#menuBtn a span:first-child {
  top: 14px;
  transition: 0.5s;
  -webkit-transition: 0.5s;

  transform: rotateZ(0deg);
  transform-origin: left top 0; }

#menuBtn a.menuOpen span:first-child {
  transform: rotateZ(45deg);
  width: 18px;
  left: 16px; }

#menuBtn a span:nth-child(2) {
  top: 20px; }

#menuBtn a.menuOpen span:nth-child(2) {
  display: none; }

#menuBtn a span:last-child {
  top: 26px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: rotateZ(0deg);
  transform-origin: left bottom 0; }

#menuBtn a.menuOpen span:last-child {
  transform: rotateZ(-45deg);
  width: 18px;
  left: 16px; }

#menuWrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  z-index: 4;
  overflow: hidden;
  padding-top: 48px; }
  @media screen and (min-width: 768px) {
    #menuWrap {
      display: block;
      padding-top: 0;
      position: relative;
      right: 0;
      height: 60px;
      line-height: 60px; } }

#menuWrap.menuOpen {
  display: block;
  right: 0; }

#menuWrap ul {
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    #menuWrap ul {
      padding-top: 0; } }

.menuList {
  border-bottom: 1px solid #e5e5e5; }
  @media screen and (min-width: 768px) {
    .menuList {
      display: inline-block; } }

.menuList li {
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #e5e5e5; }
  @media screen and (min-width: 768px) {
    .menuList li {
      display: inline-block;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0 8px;
      height: 20px;
      border-left: 1px solid #e5e5e5;
      border-bottom: none; } }

@media screen and (min-width: 768px) {
  .menuList li.sp {
    display: none; } }

.menuList li a {
  color: #111;
  text-decoration: none;
  font-weight: 600;
  padding: 0 8px;
  height: 48px;
  line-height: 48px; }
  .menuList li a:hover {
    text-decoration: underline;
    color: #4A77BC; }
  @media screen and (min-width: 768px) {
    .menuList li a {
      height: 20px;
      line-height: 20px;
      overflow: hidden; } }

.menuList li.mallLink a {
  color: #EC6D81; }
  @media screen and (min-width: 768px) {
    .menuList li.mallLink a {
      color: #111;
      background: #FBE2E6;
      border-radius: 10px; } }

.menuList li:first-child {
  border-left: none; }

@media screen and (min-width: 768px) {
  .menuList li:first-child a {
    width: 20px;
    background-image: url("../img/home-24px.svg");
    background-size: 20px 20px;
    text-indent: -100px; } }

/*---------------------

メイン

----------------------*/
#mainWrap {
  padding-top: 10px; }
  @media screen and (min-width: 768px) {
    #mainWrap {
      padding-top: 40px;
      display: flex;
	  justify-content: space-between} }

main {
  flex: 1; }

.postList {
  border-top: 1px solid #4A77BC;
  text-align: left; }
  .postList h2 {
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    display: inline-block;
    border-top: 2px solid #4A77BC;
    text-align: left;
    padding-top: 12px; }
    .postList h2 span {
      font-size: 20px;
      font-size: 1.25rem;
      display: inline-block;
      padding-right: 12px; }

main .picS{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

/*---------------------

サイド

----------------------*/
aside {
  border-top: 1px solid #e5e5e5;
  margin-top: 24px;
  padding-top: 24px; }
  aside .con {
    padding-left: 12px;
    padding-right: 12px; }
  @media screen and (min-width: 768px) {
    aside {
      border-top: none;
      margin-top: 0;
      padding-top: 0;
      width: 28%;
      /*min-width: 240px;*/
      max-width: 480px;
      /*margin-left: $mL;*/ }
      aside .con {
        padding-left: 0;
        padding-right: 0; } }

#search {
  position: relative; }
  #search input {
    width: 100%;
    border: none;
    height: 50px;
    padding: 10px 50px 10px 10px;
    margin-bottom: 24px;
    border-radius: 25px; }
    #search input:focus {
      outline: none;
      box-shadow: 0 0 0 2px #EC6D81; }
  #search button {
    width: 50px;
    height: 50px;
    background-size: 30px 30px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0; }

.menuList #search {
  margin: 0 40px 0 12px; }

.sideBnr{
	padding-top: 60px;
}
.sideBnr li {
  border: 1px solid #e5e5e5;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;}
  @media screen and (min-width: 768px) {
    .sideBnr li {
      display: block; } }
  .sideBnr li:last-child {
    margin-bottom: 0; }

.sideBnr li.bnrShow {
  display: block; }

aside section {
  border-top: 2px solid #4A77BC;
  margin-top: 24px;
  padding-top: 12px; }
  aside section h2 {
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem; }

.sidePickup li a {
  display: flex;
  stify-content: space-between;
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5; }
  .sidePickup li a .sideImg {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    overflow: hidden; }
    .sidePickup li a .sideImg img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      background: #fff; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .sidePickup li a .sideImg {
      height: auto; }
      .sidePickup li a .sideImg img {
        height: auto; } }
  .sidePickup li a h3 {
    width: calc(100% - 72px);
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5; }
  .sidePickup li a .pickup, .sidePickup li a .read, .sidePickup li a .date {
    display: none; }
.sidePickup li:last-child a {
  border-bottom: none; }

/*---------------------

フッター

----------------------*/
footer {
  margin-top: 60px;
  margin-bottom: 110px; }
  footer .con {
    padding-left: 12px;
    padding-right: 12px; }
    @media screen and (min-width: 768px) {
      footer .con {
        padding-left: 24px;
        padding-right: 24px; } }

footer #footerBnr {
  border-top: 1px solid #BBD1ED;
  background-color: #FAFCFE;
  padding: 24px 60px; }
  @media screen and (min-width: 768px) {
    footer #footerBnr {
      padding: 48px 24px; } }

footer #footerBnr li {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  margin-bottom: 12px; }
  footer #footerBnr li:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    footer #footerBnr li {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 12px;
      width: 160px;
      height: 60px; }
      footer #footerBnr li:last-child {
        margin-right: 0; } }

footer #footerNav {
  text-align: left;
  padding: 0 0 24px;
  background-color: #EBF2FB; }
  footer #footerNav h3 {
    padding: 24px 0 12px;
    font-weight: 700;
    color: #4A77BC;
    font-size: 20px;
    font-size: 1.25rem; }
  footer #footerNav li, footer #footerNav p {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 12px; }
  footer #footerNav a {
    color: #111; }
  @media screen and (min-width: 768px) {
    footer #footerNav {
      padding: 24px 0; }
      footer #footerNav li {
        display: inline-block;
        padding-right: 12px;
        padding-bottom: 0;
        margin-right: 12px;
        margin-bottom: 12px;
        border-right: 1px solid #e5e5e5; }
        footer #footerNav li:first-child {
          padding-left: 0; }
        footer #footerNav li:last-child {
          border-right: none; } }

footer #footerLogo {
  background: #fff;
  padding: 12px 0; }
  footer #footerLogo #nttbpLogo {
    width: 120px;
    height: auto;
    margin: 0 auto; }
  footer #footerLogo #copyright {
    font-size: 12px;
    font-size: 0.75rem; }

.pageTop {
  position: fixed;
  bottom: 60px;
  right: 12px;
  width: 60px;
  margin-bottom: 100px;
  height: 60px; }

.pageTop a {
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14); }

/*----------------

トップ画面-PICKUP

-----------------*/
#topPickup .pList {
  margin-top: 0; }

#topPickup .pickupA a > div {
  width: 100%; }
  #topPickup .pickupA a > div .pickupImg {
    margin-top: 12px; }
  #topPickup .pickupA a > div .ttl {
    margin: 12px 0; }
  #topPickup .pickupA a > div .pic.pickupImg {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #topPickup .pickupA a > div {
      display: flex;
      flex-flow: row-reverse;
      width: 100%; }
      #topPickup .pickupA a > div .pic.pickupImg {
        width: 60%;
        max-width: 420px;
        height: auto;
        overflow: hidden;
        position: relative;
        margin-top: 0; }
        #topPickup .pickupA a > div .pic.pickupImg:before {
          content: '';
          display: block;
          padding-top: 75%; }
        #topPickup .pickupA a > div .pic.pickupImg img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          object-fit: cover;
          background: #fff; } }
    @media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
      #topPickup .pickupA a > div .pic.pickupImg img {
        height: auto; } }
  @media screen and (min-width: 768px) {
      #topPickup .pickupA a > div .pickupTxt {
        padding-left: 24px;
        flex: 1; } }
  @media screen and (min-width: 992px) {
    #topPickup .pickupA a > div .pickupImg:before {
      padding-top: 56.25%; } }

@media screen and (min-width: 768px) {
  #topPickup .pList {
    margin-top: 0; }
    #topPickup .pList .pickupImg {
      border: 1px solid #e5e5e5; } }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #topPickup .pList .pickupImg {
    border: none; } }

@media screen and (min-width: 768px) {
  #topPickup .pList .pickupA {
    width: 100%; }
    #topPickup .pList .pickupA .read {
      font-size: 15px;
      font-size: 0.9375rem; } }

@media screen and (min-width: 768px) {
  #topPickup .pList .pickupB a {
    display: block !important; }
    #topPickup .pList .pickupB a .ttl {
      font-size: 16px;
      font-size: 1rem;
      margin: 12px 0; }
    #topPickup .pList .pickupB a .read {
      font-size: 15px;
      font-size: 0.9375rem; }
    #topPickup .pList .pickupB a .pickupImg {
      width: 100%; }
      #topPickup .pList .pickupB a .pickupImg:before {
        content: '';
        display: block;
        padding-top: 56.25%; }
    #topPickup .pList .pickupB a .txt {
      padding-left: 0; } }

/*---------------------

記事本文

----------------------*/
@media screen and (min-width: 768px) {
  #postWrap {
    padding: 24px;} }
#postWrap h1, #postWrap h2, #postWrap h3, #postWrap h4, #postWrap p, #postWrap li {
  text-align: left;
    word-wrap: break-word;
line-break:strict}
#postWrap h1, #postWrap h2, #postWrap h3, #postWrap h4, #postWrap h5, #postWrap h6 {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  line-height: 1.5;
  margin-bottom: 24px; }
#postWrap h2, #postWrap h3, #postWrap h4, #postWrap h5, #postWrap h6 {
  padding-top: 24px; }
#postWrap p, #postWrap ul, #postWrap ol, #postWrap .mb {
  margin-bottom: 24px; }
#postWrap h1 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 24px; }
#postWrap h2 {
  font-size: 20px;
  font-size: 1.25rem;
padding-top:48px;
  padding-bottom: 12px;
  border-bottom: 1px solid #4A77BC; }
#postWrap h3 {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px;
  background-color: #EBF2FB;
  border-radius: 10px; }
#postWrap .subH {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 16px 0 12px;
  background-color: #FFF;
	border-radius: 0;
  border-bottom: 1px dotted #4A77BC; }
#postWrap h3.imgH {
  padding: 16px 0 12px;
  background-color: transparent;
	border-radius: 0;}
#postWrap h4 {
  font-size: 18px;
  font-size: 1.125rem; }
#postWrap h5, #postWrap h6 {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 12px;
  text-align: left; }
#postWrap .blue{
	color: #4A77BC;
}
#postWrap strong {

  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }
#postWrap .commentLeft {
  background: #EBF2FB;
  border-radius: 25px;
  padding: 12px; }
#postWrap .comment {
  background: #EBF2FB;
  border-radius: 16px;
  padding: 12px;
  position: relative; }
#postWrap .comment::before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40px 40px; }
  #postWrap .comment::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    border: 8px solid transparent; }
#postWrap .commentLeft {
  margin-left: 50px; }
  #postWrap .commentLeft::before {
    top: 0;
    left: -50px; }
  #postWrap .commentLeft::after {
    left: -16px;
    border-right: 8px solid #EBF2FB; }
#postWrap .commentRight {
  margin-right: 50px; }
  #postWrap .commentRight::before {
    top: 0;
    right: -50px; }
  #postWrap .commentRight::after {
    right: -16px;
    border-left: 8px solid #EBF2FB; }
#postWrap .satsuki::before {
  background-image: url(../img/satsuki.png); }
#postWrap .yoko::before {
  background-image: url(../img/yoko.png); }
#postWrap .meirin::before {
  background-image: url(../img/meirin.png); }
#postWrap .tencho::before {
  background-image: url(../img/tencho.png); }
#postWrap .otasan::before {
  background-image: url(../img/otasan.png); }
#postWrap .denkiten::before {
  background-image: url("../img/denkiten.png"); }
#postWrap .writer01::before {
  background-image: url("../img/writer01.png"); }
#postWrap .chabo::before {
  background-image: url("../img/chabo.png"); }
#postWrap .bp01::before {
  background-image: url("../img/bp01.png"); }
#postWrap .wifisan::before {
  background-image: url("../img/wifisan.png"); }
#postWrap .wifisan2::before {
  background-image: url("../img/wifisan2.png"); }
#postWrap .uchikanda::before {
  background-image: url("../img/uchikanda.png"); }
#postWrap .urakanda::before {
  background-image: url("../img/urakanda.png"); }
#postWrap .buchou::before {
  background-image: url("../img/buchou.png"); }
#postWrap .hinamotokun::before {
  background-image: url("../img/hinamotokun.png"); }
#postWrap .staff::before {
  background-image: url("../img/staff.png"); }
#postWrap .anonymous_blue::before {
  background-image: url("../img/anonymous_blue.png"); }
#postWrap .anonymous_pink::before {
  background-image: url("../img/anonymous_pink.png"); }
#postWrap .anonymous_orange::before {
  background-image: url("../img/anonymous_orange.png"); }
#postWrap .anonymous_green::before {
  background-image: url("../img/anonymous_green.png"); }
#postWrap .commentWhite {
  background: #fff;
  border: 2px solid #BBD1ED;}
#postWrap .commentLeft.commentWhite::after {
  border-right: 8px solid #BBD1ED; }
#postWrap .commentRight.commentWhite::after {
  border-left: 8px solid #BBD1ED; }
#postWrap .entry {
  margin-bottom: 24px; }
  #postWrap .entry img {
    height: auto; }
#postWrap .postHeader {
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5; }
  @media screen and (min-width: 768px) {
    #postWrap .postHeader {
      margin-top: 0; } }
#postWrap .postMain ul li {
  position: relative;
  padding-left: 10px; }
#postWrap .postMain ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '\2022 ';
  color: #4A77BC; }
#postWrap .postMain ol {
  padding: 12px;
  border: 2px solid #BBD1ED; }
#postWrap .postMain ol li {
  list-style: decimal;
  margin: 0 0 12px 2em; }
  #postWrap .postMain ol li:last-child {
    margin-bottom: 0; }
#postWrap .snsBox {
  display: flex;
  margin: 12px 0 24px; }
  #postWrap .snsBox > div {
    margin-right: 12px; }
#postWrap .readBox {
  border: 1px solid #BBD1ED;
  padding: 24px; }
#postWrap .readBox02 {
  border: 1px solid #4A77BC;
  padding: 12px; }

#postWrap .dateBox p, #postWrap .dateBox ul {
  margin-bottom: 0; }
#postWrap blockquote {
  border-left: 4px solid #e5e5e5;
  padding-left: 1em;
}
#postWrap blockquote {
  border-left: 4px solid #e5e5e5;
  padding: 40px 40px 0 40px;
 background-image:url(../img/quote.svg);
background-size:36px 36px;
background-position:top 8px left 8px;
background-repeat:no-repeat;
font-style:italic;
}
#postWrap blockquote .quoteSite{
font-weight:600;
text-size:0.9;
font-style:normal;
padding-top:36px;
position:relative;
padding-left:3em;
text-indent:-3em
}
#postWrap blockquote .quoteSite::before{
content:"引用："
}
#postWrap blockquote .quoteSite::after{
content:"";
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:36px;
background-image:url(../img/quote.svg);
background-size:36px 36px;
background-position:top 8px left 8px;
background-repeat:no-repeat;
transform: rotateZ(180deg);
}
#postWrap .recoBox h4 {
  margin-bottom: 12px; }
#postWrap .recoBox a {
  display: flex;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 12px; }
  #postWrap .recoBox a p {
    margin-bottom: 0; }
  #postWrap .recoBox a .pic {
    width: 36%;
    margin-right: 24px;
max-width:200px}
  #postWrap .recoBox a .txt {
    width: calc(64% - 24px);}
    #postWrap .recoBox a .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
#postWrap .keywords li {
  margin-right: 6px;
  padding-bottom: 6px; }
#postWrap .postImgS{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#postWrap .center_text {
text-align: center;
} 

#postWrap .note_en{
font-size:0.85em;
color:#888;
}
@media screen and (min-width: 768px) {
  #postWrap .dateBox {
    /*display: flex;*/ }
    #postWrap .dateBox .date {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 2px 24px 0 0;
      /*width: 120px;*/ } }

.postLink a {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 8px 24px;
  text-align: left;
  line-height: 1.6;
  margin-top: 12px;
  color: #111;
  text-decoration: none;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }
  .postLink a:hover {
    color: #4A77BC;
    background-color: #FAFCFE; }
  .postLink a:visited {
    color: #111; }
  .postLink a span {
    display: inline-block;
    padding: 0 8px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    position: relative;
    margin-right: 12px; }
    .postLink a span::after {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      width: 0;
      height: 0; }
  .postLink a .next {
    background-color: #111; }
    .postLink a .next::after {
      right: -8px;
      border-left: 8px solid #111;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }
  .postLink a .prev {
    background-color: #888; }
    .postLink a .prev::after {
      left: -8px;
      border-top: 8px solid transparent;
      border-right: 8px solid #888;
      border-bottom: 8px solid transparent; }
.writer{
padding: 24px 16px 0;
background-color: #EBF2FB;
display: flex;
margin-bottom:24px;
}
.writer .writerImg{
width:80px;
height:80px;

margin-right: 10px;
}
.writer .writerTxt{
width:calc(100% - 90px);
}
#postWrap .entry .writer .writerImg img{
width:80px;
height:80px;
object-fit: cover;
border-radius: 50px;
}

/*---------------------

検索結果

----------------------*/
.searchList.postList {
  border-top: none; }
  .searchList.postList h2 {
    margin-top: 24px;
    border-top: none;
    padding-top: 0;
    padding-left: 24px;
    background-image: url("../img/search-blue.svg");
    background-size: 24px 24px;
    background-position: left center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .searchList.postList h2 {
        margin-top: 0; } }

.boxS {
  padding: 12px;
  background-color: #EBF2FB; }
.boxAd {
  padding: 12px; }

.pagination ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center; }
  .pagination ul li.btn {
    width: 90px;
    margin: 0 5px; }
    .pagination ul li.btn a {
      border: 1px solid #4A77BC;
      display: block;
      border-radius: 4px;
      background: #fff;
      color: #4A77BC; }
      .pagination ul li.btn a:hover {
        background: #FAFCFE; }

.table01{
width:100%;
margin-bottom: 24px;
}
.table01 th,
.table01 td{
padding: 16px;
text-align: left;
line-height: 1.5;
border-top: 1px solid #4A77BC;
border-bottom: 1px solid #4A77BC;
}
.readBox02 .table01 tr:last-child th,
.readBox02 .table01 tr:last-child td{
	border-bottom: none;
	padding-bottom: 0;
}
.table01 th{
color:#4A77BC;
font-weight: bold;
vertical-align: top
}
/* .table01 th span{
writing-mode: vertical-rl;
} */
.table01 th{
width:8%;
}
.table01 td{
width:46%;
}
.readBox02 .table01 th{
width:40%;
}
.readBox02 .table01 td{
width:60%;
}
/* @media screen and (min-width: 768px) {
.table01 th span{
writing-mode: horizontal-tb;
} */

.table01 th{
width:20%;
}
.table01 td{
width:40%;
}
.readBox02 .table01 th{
width:30%;
}
.readBox02 .table01 td{
width:70%;
}
} 
.table01 .thead th,
.table01 .thead td{
text-align: center;
font-weight: bold;
background: #EBF2FB;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {

.fbox{display:flex;}

.fboxImgRight{
margin:0 0 12px 24px;
flex-shrink:0;
width:40%;
max-width:300px;
min-width:200px;
}
.fboxImgLeft{
margin:0 24px 12px 0;
flex-shrink:0;
width:40%;
max-width:300px;
min-width:200px;
}
}

.slide{
	position: relative;
}

#postWrap .postMain .slide li{
	list-style: none;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	padding: 0;
}
#postWrap .postMain .slide li::before{
	content: none;
}

#postWrap .postMain .slide li:nth-child(1){
	animation-name: slide;
	animation-delay: -2s;
}
#postWrap .postMain .slide li:nth-child(2){
	animation-name: slide;
	animation-delay: 4s;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

@keyframes slide{
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	50%{
		opacity: 1;
	}
	70%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}


#postWrap .postMain .sozaiBox li{
	margin-bottom: 36px;
}
#postWrap .postMain .sozaiBox li::before{
	content: none;
}
#postWrap .postMain .sozaiBox p{
	text-align: center;
	margin-bottom: 12px;
}
#postWrap .postMain .sozaiBox li img{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e5e5e5;
}

@media screen and (min-width: 1200px) {
	.sozaiBox{
	display: flex;
	flex-wrap: wrap;

}

#postWrap .postMain .sozaiBox li{
	width: 50%;
}

#postWrap .postMain .sozaiBox.sozaiSticker li{
	width: 33.3%;
	padding-left: 20px;
	padding-right: 20px;
}

}
#footerAnk{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,0.9)
}

#footerAnk > div{
	width: 100%;
	height: auto;
	position: relative;
	max-width: 728px;
	margin: 0 auto;
}

#footerAnk .footerAnkTxt{
	position: absolute;
	color: rgba(255,255,255,1);
	top:4px;
	left: 4px;
	width: 20px;
	height: 16px;
	line-height: 16px;
	text-shadow: 0 0 4px rgba(100,100,100,0.5)
}
#footerAnk .footerAnkPc{
		display: none;
	}
#footerAnk .footerAnkSp{
		display: block;
	}
@media screen and (min-width: 480px) {
#footerAnk .footerAnkPc{
		display: block;
	}
#footerAnk .footerAnkSp{
		display: none;
	}
}
/*---------------------
サイトポリシー_外部送信先について
----------------------*/
.policy_external table {
  border-collapse: collapse;
  margin: 0 auto 40px;
  padding: 0;
  width: 100%;
  border: 1px solid #e6e6e6;
}

.policy_external table tr {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.policy_external table th,
.policy_external table td {
  padding: .35em 1em;
  max-width: 200px;
}

.policy_external table thead th {
  font-size: .85em;
  padding: 1em;
}

.policy_external table thead tr {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}

.policy_external table tbody th {
  text-align: left;
  font-size: .8em;
}

.txt {
  text-align: left;
  font-size: .75em;
}

.bpSideBnr-hidden {
  display: none !important;
}