header{
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #CCC;
  border-top: 6px solid #003388;
  box-sizing: border-box;
}

body{
  /* background: url(../img/mainwrap-bg.png); */
}

#body-topl{
    /* background: url(../img/mainwrap-bg.png); */
    border-top: solid 4px #ff6f00;
}

 a:hover.ulink {
    color: #0056b3;
    text-decoration: none;
}

/* #page-top a {
    display: block;
    color: #fff;
    width: 100px;
    padding: 25px 0;
} */

/* #page-top a:hover {
    background: #999;
    text-decoration: none;
} */

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container-wrap{
  max-width: 960px;
  margin: 0 auto;
}

.main-col-sm-4{
  flex: 0 0 27%;
  max-width: 27%;
}

.main-col-sm-8{
  flex: 0 0 70%;
  max-width: 70%;
}

button:focus {
  outline:0;
}

/* sec1 */

.catchcopy img {
  position: absolute;
  top: 94px;
}

.sec3-clickbtn{
  margin: 0 5px;
  border: 1px solid #737373;
  background-color: #f5f5f5;
  font-size: 14px;
  border-radius: 0.3rem;
  padding: 0 5px 0 5px;
}

.index-btn
{
  display: block;
  text-align: center;
  color: #000;
}

a.index-btn {
    color: #000;
    text-decoration: none;
}

.index-btn.active {
    /* background-color: #ccc; */
}

.index-btn > span:last-of-type,
.index-btn.active > span:first-of-type
{
    display: none;
}

.index-btn.active > span:last-of-type {
    display: inline;
}

/* sec2 */

.red-text{
  color: #A31F22;
  font-weight: bold;
}

.red-yellow-text{
  color: #704A12;
  font-weight: bold;
  background-color: #FFE566;
}

.sec2-bg{
  background-color: #E7F4F3;
  margin-bottom: 30px;
  padding-top: 50px;
}

.sec2-text {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  margin: 0 40px 20px;
  line-height: 1.7;
  font-size: 18px;
}

.sec2-textm{
  margin: 15px 5px 10px 10px;
}

/* sec3 */

article.col-sm-8 {
  padding: 0;
}

.sec3-box{
  background: #edf2f6;
  padding: 5px;
}

.sec3-tt-m{
  padding: 2px;
  font-size: 14px;
}

.sort-btn-box {
    background: #e1e1e1;
    padding: 10px;
}

.sort-btn-box span {
    font-size: 14px;
}

.sort-btn-box .sort.asc:after {
    content: "笆ｼ";
}

.sort-btn-box .sort.asc:after {
    content: "笆ｼ";
}

/* sec4 */

table.table {
    margin: 15px 0px 8px 0px;
}

.sec4-link a {
  text-decoration: underline;
  font-weight: bold;
  color: #236ea0;
  font-size: 18px;
}

.sec4-link p {
    font-size: .98em;
    color: #2B6297;
    font-weight: bold;
    margin-bottom: -0.5rem;
}

td.sec4-table {
  padding: 0rem;
  vertical-align: middle;
  text-align: center;
}

td.sec4-table2 {
  padding: 0rem;
  vertical-align: middle;
}

.text-container{
  line-height: 1.7em;
  margin-bottom: 10px;
  background: #fff7f1;
  border: 2px solid #ffc79d;
  padding: 13px 15px;
  width: 97%;
  margin: 0 10px 30px;
  font-size: 14px;
}

.catch{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  color: #24395A;  
}

table.table.sec4-tablebox2 {
  margin-left: 1.5%;
  margin-right: 1.5%;
  width: 97%;
  border: 1px solid #ddd;
}

.lvl-box{
  width: 72%;
      border: 1px solid #ddd;
      margin: 10px 10px 0 0px;
      margin-bottom: 10px;
    background: #f4f7f8;
}

.lvl-box span {
  margin: 0 10px;
    font-size: 11px;
    display: block;
    color: #233541;
}

.sec4-tbody{
  margin-bottom: 10px;
  padding: 10px;
  margin-left: 15px;
}

.sec4-tbody td{
  padding: 0;
}

.lvl-top-border{
  border-style-top: none;
}

.sec4-catchtext{
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px dotted red;
  color: red;
}

.sec4-catchtext2{
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px dotted red;
  color: red;
  background-color: #FFE566;
}

td.lvl-top-border.sec4-table-title {
    padding-left: 10px;
    border-bottom: solid 1px #ddd;
    padding-top: 6px;
}

td.lvl-top-border.sec4-table-img {
    border-bottom: solid 1px #ddd;
    padding-top: 2px;
    width: 40%;
}

td.lvl-top-border.sec4-table-lvl {
    padding-top: 2px;
    border-bottom: solid 1px #ddd;
}

td.lvl-top-border {
  border-top-style: none;
      border: none;
      background: none;
      text-align: left;
      height: 30px;
      font-weight: bold;
      font-size: 14px;
}

button.button-box {
  /* border: solid 1px #777;*/
  border-radius: 0.2rem;
}

.button-box{
-webkit-appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(buttontext, rgb(170, 170, 170));
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
    align-items: flex-start;
  cursor: default;
  background-color: -internal-light-dark-color(rgb(239, 239, 239), rgb(74, 74, 74));
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
   padding: 1px 6px;
  border-width: 2px;
  /* border-style: outset; */
  border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
  border-image: initial;
  margin: 0 3px;
}

.sec4-h3{
  font-size: 21px;
  font-weight: bold;
  padding: 10px 15px 10px 0;
  background: url(/img/no1b_pc.png) repeat 0 0;
  padding-left: 120px;
  height: 50px;
  line-height: 1.5em;
  position: relative;
  background-repeat: no-repeat;
}

.s4-h3-2{
  background: url(/img/no2_pc.png) no-repeat 0 0;
  padding-left: 70px;
}

.s4-h3-3{
  background: url(/img/no3_pc.png) no-repeat 0 0;
  padding-left: 70px;
}

.s4-h3-4{
  background: url(/img/no4_pc.png) no-repeat 0 0;
  padding-left: 70px;
}

.s4-h3-5{
  background: url(/img/no5_pc.png) no-repeat 0 0;
  padding-left: 70px;
}

.s4-h3-6{
  background: url(/img/no6_pc.png) no-repeat 0 0;
  padding-left: 70px;
}

.s4-h3-7{
  background: url(/img/no7_pc.png) no-repeat 0 0;
  padding-left: 70px;
}

.sec4{
  background: #FFF;
  margin-bottom: 15px;
  border: 1px solid #DDD;
  border-bottom: 3px solid #DDD;
  margin-top: 15px;
}

.sec4-img{
  margin: 10px;
  padding-right: 0px;
  padding-left: 0px;
  width: 50%;
}

.sec4-table{
  width: 25%;
  font-size: 14px;
  background: #236ea0;
  color: #fff;
}

.sec4-acordion{
  /* background: url(../img/bg/bg-plus.png) no-repeat #d8ffd1; */
  background: #d8ffd1;
  background-size: 4%;
  background-position: 98% 50%;
  padding: 10px;
  text-align: center;
  color: #069423;
  font-weight: bold;
}

.sec4-btn{
  text-align: center;
  margin: 10px 0 30px;
}

.btn-container {
  background: #FFF;
  margin-bottom: 15px;
}

.sec4-tab-gray{
  display: inline;
  padding: 2px 15px;
    background: #EFEFEF;
    border-radius: 15px;
    color: #CCC;
    font-size: 14px;
    margin: 5px 3px;
}

.sec4-tab-blue{
  background: #707b82;
  color: #236ea0;
  font-weight: bold;
  display: inline;
  padding: 2px 15px;
  border-radius: 15px;
  font-size: 14px;
  margin: 5px 3px;
}


.reflection{
position:relative;
overflow:hidden;
}

.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}

.drop-box {
    padding: 7px 0px;
    border-radius: 5px;
    font-size: 12px;
    width: 110px;
    margin: 10px 10px;
    background-color: #fff;
}

@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}



/* sec5 */

.sec5-bg {
  padding: 30px;
  /* background-image: url(../img/sec5-bg.png); */
  background-size: cover;
 	 background: #ddd;
}

.container-search {
  padding: 20px;
  background-color: #fff;
}

.container-search img{
  width: 100%;
}

#sec5-redbtn{
  display: block;
  width: 50%;
  height: 60px;
  border: 0;
  background: #d82035;
  font-size: 18px;
  line-height: 0px;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  border-radius: 4px;
  color: #fff;
  border-bottom: 3px solid #aa081b;
  -webkit-appearance: button;
}

#sec5-redbtn:hover {
    opacity: 0.9;
}

button#dropdownMenu1 {
    font-size: 12px;
    border: 1px solid #6f6f6f;
    background-color: #fff;
    margin: 10px 0;
}

.sec5-table button#dropdownMenu1 {
background-color: #fff;
border: solid 1px #8c8c8c;
}

/* sec6 */

.container-text6{
  text-align: left;
  margin: 0 15px;
  font: 12px/16px 'Hiragino Kaku Gothic Pro', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 14px;
}

.container-text6 li{
  font-size: 11px;
  line-height: 1.6;
  color: #888;
  list-style: none;
  margin-top: 10px;
}

.container-text6 ul{
  padding: 0;
}

a.sec6-link {
    color: #236ea0;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

/* sec7 */

.sec7-h2 {
    padding: 15px;
    border-top: 4px solid #003388;
    background-position: 19px;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    font-size: 1.1rem;
    background-color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}

.sec7-h3 {
  padding: 8px 15px;
      background: #eeeeee;
      font-size: 14px;
}

.side-container ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #003388;
  width: 100%;
}

.side-container ul li a{
  padding: 8px 15px 8px 15px;
  display: block;
  border-bottom: 1px solid #DDD;
  /* background: url(../img/sec7-arrow.png) no-repeat center left; */
  background-size: 15px;
  font-size: 12px;
  background-position: 15px;
  text-decoration: underline;
  color: #1b608e;
  font-weight: bold;
  background: #f4f7f8;
}

.side-container{
background: #f4f7f8;
margin-bottom: 15px;
border: 1px solid #EEE;
border-bottom: 2px solid #DDD;
}


/* footer */

footer{
  background: #777777;
  padding-bottom: 10px;
  margin-top: 40px;
  color: #FFF
}

.footer-text{
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #FFF;
  text-align: center;
}

.footer-text p{
  font-size: 12px;
  line-height: 1.4;
  color: #FFF;
  margin-bottom: 0px;
}

.p-1{
  padding: 0 10px 0 0px;
  font-size: 10px;
  display: inline;
}

.footer-link{
  text-decoration: underline;
  color: #fff;

}

.fa-3x {
    font-size: 6em!important;
    color: #57a8ff;
}

/* 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ險ｭ螳�*/
@media (max-width: 959px){

  .pc {
    display: none;
}

  nav.navbar-expand {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #ffd500;
      color: #333;
      text-decoration: none;
      font-size: 14px;
      display: block;
      padding: 15px 0;
      font-weight: bold;
      padding-left: 1rem;
  }

  #page-top {
    position: fixed;
    font-size: 100%;
    margin-bottom: -15px;
}

  p.text-center.sp-area {
    padding-left: 1.4rem;
    margin-bottom: 0px;
}

.header-sp-left {
    width: 70%;
    text-align: center;
}

  .pc-area{
    display: none;
  }

  .sp-area{
    display: block;
  }

  #page-top {
    position: fixed;
        font-size: 100%;
        margin-bottom: -15px;
        margin-top: -2.2rem;
        margin-left: 2rem;
  }

  #page-top a {
    display: block;
    background: #ffad00;
    color: #fff;
    width: 70px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    /* border-radius: 10px; */
    background-color: #ffad00;
    font-size: 15px
}

#page-top a:hover {
    background: #ffad00;
    text-decoration: none;
}

.drop-box{
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 12px;
  width: 100%;
  background-color: #fff;
}


  /* 繝�ヵ繧ｩ繝ｫ繝� */



  /* header */

  header{
    background: #FFF;
    border-bottom: 0px solid #787878;
    border-top: 0px solid #003388;
    display: block!important;
    margin: 0 ;
  }

  .mb-2.mt-2.header-logo {
    margin-top: 0!important;
    padding-top: 0.4rem;
}

  .d-flex.header-box {
    text-align: center;
    display: block!important;
  }

  header.mb-3 {
    margin-bottom: 0!important;
}

.header-logo img {
    width: 40%;
}

  /* sec1 */

  section.sec1 {
      background-color: #E7F4F3;
  }

  /* sec2 */

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



  .sec2-bg {
    margin-bottom: 0px!important;
}

.sec2-bg {
    background-color: #E7F4F3;
    padding-top: 30px;
}

img.sec2-img-width {
  width: 100%;
  margin-top: -40px;
  margin-bottom: 10px;
}

.catchcopy img {
  position: absolute;
  top: 60px;
}

.index-btn
{
  font-size: 10px;
}

  /* sec3 */

  article.col-lg-8.main-col-lg-8 {
    padding: 0;
  }

  .sec3-title{
    width: 100%;
    text-align: center;
  }

  .d-lg-flex.sec3-box {
      text-align: center;
  }

  .sec3-clickbtn {
      margin: 0 3px;
      border: 1px solid #737373;
      background-color: #f5f5f5;
      font-size: 12px;
      border-radius: 0.3rem;
      padding: 0 3px 0 3px;
  }

  .col-sec3-3 {
    flex: 0 0 23%;
    max-width: 23%;
}


  /* sec4 */

  .sec4-btn img {
      width: 95%;
  }

  .sec4-btn.reflection img {
    width: 95%;
}

  .lvl-box {
    width: 90%;
    margin-left: 0px;
  }
  
  .lvl-box span {
    margin: 0 10px 5px;
}

.text-container {
    width: 95%;
}

  .sec4-img img {
    width: 100%;
    border: solid 2px #EEEEEE;
  }

  .sec4-tbody tr{
    width: 100%;
  }

  .lvl-top-border td{
    width: 40%;
  }
  .lvl-top-border img{
    width: 40%;
  }

  .sec4-tbody {
    font-size: 13px;
  }

  .sec4-table-title{
    width: 40%;
  }

  td.lvl-top-border.sec4-table-title {
    width: 65%;
    height: 25px;
    font-size: 13px;
  }

  td.lvl-top-border.sec4-table-img img {
    width: 75%;
  }

  td.lvl-top-border.sec4-table-lvl {
    color: orange;
    font-weight: bold;
  }

  td.lvl-top-border.sec4-table-title {
    border: none;
    background: none;
    text-align: left;
    border-bottom: 1px dotted #DDD;
    font-weight: bold;
  }

  td.lvl-top-border {
    width: 40%;
    border-left: none;
    border-right: none;
  }

  td.lvl-top-border img {
    width: 100%;
  }

  .sec4-tab-gray {
    padding: 2px 5px;
    font-size: 12px;
}

.sec4-tab-blue {
    padding: 2px 5px;
    font-size: 12px;
}

  /* sec5 */

  th.sec5-th {
    padding: 15px 0px;
}

  .tbl-r03 {
    width: 100%;
  }

  .tbl-r03 tr {
    display: block;
    float: left;
  }

  .tbl-r03 tr td,
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
  }

  .tbl-r03 thead {
    float: left;
    width: 35%;
  }

  .tbl-r03 thead tr {
    width: 100%;
  }

  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 65%;
  }

  .tbl-r03 tbody tr {
    width: 100%;
  }

  .tbl-r03 tr td + td {
    border-left: none;
  }



  button#dropdownMenu1 {
    width: 100%;
    margin: 0px;
}

#sec5-redbtn {
    width: 90%;
}

.sec5-bg {
    padding: 10px;
}

  /* .sec5-table{
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #CCC;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
  } */




  /* footer */

  .footer-wrap{
    margin: 0 auto;
    padding-top: 20px;
  }

  .header-sp-left p {
      margin: 0.5rem 0;
      font-size: 12px;
  }

}

/* 959px-420px */
@media (min-width: 420px) and (max-width: 959px){

  .col-lg-3.sec2-img img {
      width: 70%;
  }



}


/* pc險ｭ螳� */

@media (min-width: 960px){

  .sp {
    display: none;
}

  #ly_main{
    text-align: center;
    width: 900px;
    margin: 0 auto;
  }

  #page-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      font-size: 80%;
  }

  .logo_sm {
    width: 20%;
}

.bl_btn{
  width: 70%;
margin: 0 auto;
}

.h2_bk {
    font-size: 1.5rem;
    font-weight: bold;
}

.load_txt {
    font-weight: bold;
    color: #bdb7b7;
}


  article{
    padding-left: 0px!important;
  }

  .header-logo img {
    width: 220px;
}


  .catchcopy img {
    position: absolute;
        top: 86px;
        width: 400px;
  }

  .sec2-bg {
    background-color: #E7F4F3;
    padding-top: 25px;
}

.col-lg-3 {
    flex: 0 0 27%;
    max-width: 27%;
}

  .pc-area{
    display: block;
  }

  .sp-area{
    display: none;
  }

  .d-flex.header-box {
    width: 960px;
    margin: 0 auto;
  }



  article.col-lg-8.main-col-lg-8 {
    flex: 0 0 71%;
    max-width: 71%;
    margin-right: 9px;
}

aside.col-lg-4.main-col-lg-4.d-lg-block {
    flex: 0 0 28%;
    max-width: 28%;
    padding:  0px;
}

/* sec2 */

.sec2-text {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    /* margin: 0 40px 20px; */
    line-height: 1.7;
    font-size: 18px;
    margin: 0 0px 20px 40px;
    padding: 0 0px;
}

.sec2-img img {
  width: 225px;
}

/* sec3 */
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 14.666667%;
    max-width: 14.666667%;
}

  /* sec4 */

  td.lvl-top-border.sec4-table-lvl {
    color: orange;
    font-weight: bold;
    text-align: left;
    font-size: 15px;
}

.sec4-img img {
    width: 240px;
    border: solid 2px #EEEEEE;
    border-radius: 10px;
}

.sec4-img{
  width: 240px;
}

td.lvl-top-border.sec4-table-img {
    width: 50%;
}

td.lvl-top-border.sec4-table-title {
    width: 25%;
}

.sec4-btn.reflection img {
    width: 50%;
}

/* sec5 */

table.tbl-r03 {
    margin: 0 auto 20px auto;
}

th.sec5-th {
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: #f3f3f3;
        line-height: 1;
        background-image: linear-gradient(-45deg, #fff 25%, #FCFAF7 25%, #FCFAF7 50%, #fff 50%, #fff 75%, #FCFAF7 75%, #FCFAF7);
            background-size: 8px 8px;
            width: 135px;
            font-size: 16px;
    font-weight: bold;
    padding: 15px;
}

tr.sec5-tr {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    background: #FFF;
}

td.sec5-td {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    text-align: center;
}


.table-bordered td, .table-bordered th {
border: 1px solid #dee2e6;
}



td.sec5-table-title {
background-image: linear-gradient(-45deg, #fff 25%, #FCFAF7 25%, #FCFAF7 50%, #fff 50%, #fff 75%, #FCFAF7 75%, #FCFAF7);
background-size: 30px 30px;
background-attachment: fixed;
}

/* footer */

.footer-wrap {
    width: 960px;
    margin: 0 auto;
}

.container-fluid {
    padding: 20px;
}

}


/** 陬懆ｶｳ **/
p.notice {
  font-weight: bold;
  color: #b05;
  text-align: center;
  font-size: 13px;
}
p.notice span {
  display: inline-block;
  width: calc(100% - 26px);
  margin: 0 13px;
  padding: 10px;
  background: #FFE566;
  border-radius: 4px;
}

article.page h1 {
  margin: 0;
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 4px solid #003388;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}


/**
髮｢閼ｱ髦ｲ豁｢繝｢繝ｼ繝繝ｫ
**/
.color_orange_01 {}
.width100p { width: 100%; }
.width060p { width: 60%; }

.tac       { text-align: center; }
.lh14      { line-height: 1.4; }
.fs12px    { font-size: 12px; }
.fs14px    { font-size: 14px; }
.fs16px    { font-size: 16px; }
.fs20px    { font-size: 20px; }
.mb010     { margin-bottom: 10px; }
.mb015     { margin-bottom: 15px; }
.pt015     { padding-top: 15px; }
.pr020     { padding-right: 20px; }
.pb015     { padding-bottom: 15px; }
.pl020     { padding-left: 20px; }
#swal2-content a {
  text-decoration: none;
}

/**
single
**/
body.single aside {
  margin-top: 15px;
}
body.single main#primary .sec4 {
  padding: 30px;
  border-top: 4px solid #003388;
  text-align: justify;
}
body.single main#primary .sec4 h1.entry-title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body.single main#primary .sec4 figure,
body.single main#primary .sec4 img {
  width: 100% !important;
  height: auto;
  margin-bottom: 10px;
}

.entry-meta {
  margin-bottom: 50px;
  text-align: center;
}
.cat-links a {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #2255aa;
  color: #fff;
  font-size: .8rem;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  margin: 30px 0 0;
  padding: 15px 0 0 0;
  border-top: 1px dotted #eee;
  font-size: .8rem;
}
.nav-links::after{
  content: "";
  display: block;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.nav-links .nav-next {
  float: right;
  width: 48%;
  text-align: right;
}

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

/**
category
**/
body.archive aside {
  margin-top: 15px;
}
body.archive main#primary .sec4 {
  padding: 30px;
  border-top: 4px solid #003388;
  text-align: justify;
}
body.archive main#primary .sec4 header.page-header {
  border: none;
}
body.archive main#primary .sec4 h1.page-title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.archive-description {
  margin-bottom: 30px;
  padding: 15px 15px 2px;
  background: #fafafa;
  border-radius: 4px;
  text-align: center;
}
body.archive main#primary .sec4 .post-thumbnail {
  padding: 10px 0;
  border-bottom: 1px dotted #eee;
}
body.archive main#primary .sec4 .post-thumbnail a {
  padding: 12px 0  12px 26px;
  background: url(../img/sec7-arrow.png) no-repeat center left;
}


/* custome CSS 20200723 */

.sec4-tab-blue {
    background: #707b82;
    color: #fff;
    border-radius: 0px;
}
.sec4-tab-gray {
    border-radius: 0px;
}

.sec4-table {
    background: #616161;
}

.text-container {
   background: #FFF6D2;
   border: 2px solid #eeeeee;
}

.text-container ul {
   margin-left: -15px;
}

.sec4-acordion {
    background: #a2d571;
        color: #fff;
}

.sec2-bg {
    background-color: #f1f2f3;
}

.sec7-h2 {
    border-top: 4px solid #333;
}

.sec4-acordion {
    display: none;
}

.sec4-link {
    font-size: 0.8em;
}

.sec4-link a {
    font-size: 0.8em;
}

@media (max-width: 959px){

  nav.navbar-expand {
    padding-left: 0rem;
    padding: 5px 0;
    background: #F14D00;
    color: #fff;
  }

  .header-sp-left {
    width: 100%;
  }
}


.notice {
  margin-bottom: 1em;
}
.notice-text {
  margin-top: 1em;
  padding: 20px;
  border-radius: 4px;
  background: #edf2f6;
}
.text_add {
  font-size: 12px;
}
.notice-text div {
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
}
.notice-text img{
  display: block;
  width: 75%;
  margin: 35px auto 5px;
}

.notice-text h3 {
    border-bottom: 1px solid #07143D;
    border-left: 8px solid #07143D;
    padding: 5px 12px;
    font-size: 15pt;
    width: 100%;
    margin-top: 20px;

@media (max-width: 959px) {
  .notice {
    margin: 0 auto;
  }
  img.bnr {
    width: 100%;
  }
  .notice-text {
    /* margin-top: 0; */
    display: none;
  }
}

@media (min-width: 960px){
 td.lvl-top-border.sec4-table-lvl {
    color: #704A12;
    font-weight: bold;
    text-align: left;
    font-size: 17px;
    padding-top: 5px;
    padding-left: 15px;
 }

 td.lvl-top-border.sec4-table-img {
    width: 35%;
 }

 .sec4-btn.reflection img {
    width: 60%;
 }

  .sp-only {
    display: none;
 }

}

@media (max-width: 959px){
 td.lvl-top-border.sec4-table-lvl {
    color: #704A12;
    font-weight: bold;
    font-size: 15px;
    padding-top: 0px;
 }

.sec4-img {
    width: 100%;
}

td.lvl-top-border.sec4-table-img {
    padding-left: 10px;
    display: none;
}

}


.sec7-h2 {
    padding: 15px;
    border-top: 4px solid #f4f7f8;
    background-position: 19px;
    border-left: 1px solid #f4f7f8;
    border-right: 1px solid #f4f7f8;
    border-bottom: 1px solid #f4f7f8;
    font-size: 1.1rem;
    background-color: #f4f7f8;
    font-weight: bold;
    margin-bottom: 0;
}

.sec7-h3 {
    padding: 8px 15px;
    background: #f4f7f8;
    font-size: 14px;
    margin: 15px 0px 0px;
}


/* ydn 蟇ｩ譟ｻ逕ｨ */
/* 險ｺ譁ｭ驛ｨ蛻� */
.sec5-bg {

    }

    /* 荳ｦ縺ｳ譖ｿ縺磯Κ蛻� */
.sec3 {
    display: none;
    }

   /* 蝗ｺ螳壹ヵ繝�ち繝ｼ */
   @media (max-width: 959px){
.sp-area {

 }
 article.page h1 {
    padding: 10px 5px;
    font-size: 18px;
}

}

/* 繝ｪ繝ｳ繧ｯ譁�ｭ苓牡螟画峩*/
a {
    color: #333;
}

/* CNV繝懊ち繝ｳ from 謚慕ｨｿ */
.link-btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 65px;
  border: 2px solid #dd3333;
  border-radius: 4px 4px 4px 4px;
  background-color: rgba(221, 31, 31, 0.92);
  -webkit-box-shadow: 0px 0px 2px 0px #333333;
  -moz-box-shadow: 0px 0px 2px 0px #333333;
  box-shadow: 0px 0px 2px 0px #333333;
}
.link-btn:hover {
  text-decoration: none;
}
.link-btn .mb-text {
  color: #ffffff;
  font-family: Tahoma;
  font-size: 30px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 1em;
  box-sizing: border-box;
  display: block;
  background-color: unset;
  padding: 16px 0px 0px 0px;
}

@media (max-width: 959px) {
  .link-btn {
  }
  .link-btn .mb-text {
    font-size: 20px;
  }
	.sec4-h3 {
    font-size: 18px;
    padding-top: 14px;
	padding-left: 70px;
	}
	
	 .sec4-add {
    font-size: 18px;
	padding-left: 110px;
	}

	article.page h1 {
    background: #2B6297;
		color: #fff;
		border-top: 0px solid #787878;
		border-left: 1px #2B6297;
		border-right: 1px #2B6297;
		}


	article.page h1:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: -20px;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #034e8c transparent transparent transparent;
    width: 0;
    height: 0;
    }
}
.eyecatch {
  width: 100%;
  height: 235px;
}
.eyecatch_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.eyecatch_inner h1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #444;
}
.txt-yellow { color: #ff4; }


.area_comment {
	background: #edfaff;
	font-size: 15px;
	font-weight:bold;
	color: #007fc3;
  border: solid 1px #00a6ff;
  padding: 5px;
  margin: 0 5px; 
}