@charset "UTF-8";
/* CSS Document */

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

見出し

---------------------*/
.h2{
    color: #fff;
    font-size: 2rem;
    background: rgb(15,169,177);
    background: -webkit-linear-gradient(left, rgba(15,169,177,1) 0%, rgba(6,111,185,1) 100%);
    background: -o-linear-gradient(left, rgba(15,169,177,1) 0%, rgba(6,111,185,1) 100%);
    background: linear-gradient(to right, rgba(15,169,177,1) 0%, rgba(6,111,185,1) 100%);
    box-shadow: 3px 4px 0px 0px #02395e;
    padding: 14px 15px;
    margin:40px 0 30px;
    position: relative;
}
.h2::before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/common/ttldeco.png");
    width: 43px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
}
.h3{
    border-left: 6px solid #0596ad;
    border-bottom: 2px solid #0596ad;
    padding: 10px;
    font-size: 2rem;
    margin:40px 0 30px;
}
.h4{
    border-left: 6px solid #0596ad;
    font-size: 1.8rem;
    padding: 10px;
    margin:40px 0 30px;
}
/*---------------------

ボックス

---------------------*/
.boxtag{
    padding: 1pc;
    border:1px solid;
    margin-top: 20px;
    border-color:#000;
    background: #fff;
}
.boxtag.cle{
    border-radius: 14px;
}
.boxtag.pink{
    border-color:#ff7bcf;
    background: #fee8f6;
}
.boxtag.glay{
    border-color:#808181;
    background: #dcdcdc;
}
.boxtag.yellow{
    border-color:#f5c73a;
    background: #fefee8;
}
.boxtag.dotted{
    border:dotted;
}
/*---------------------

リストボックス

---------------------*/
.listbox{
    background: #fefee8;
    padding: 1pc;
    margin-top: 20px;
}
ul.listbox li{
    list-style-type:disc;
    list-style-position: inside;
}
ol.listbox li{
    list-style-type: auto;
    list-style-position: inside;
}

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

文字装飾

---------------------*/
.line{
    background: #d9d9d9;
    padding: 0 5px;
    margin-top: 10px;
    display: inline-block;
}
.line.yellow{
    background: #fff796;
}
.line.pink{
    background: #fee8f6;
}
.line.blue{
    background: #a2cffa;
}
.marker{
    background: linear-gradient(transparent 65%, #fff796 65%);
    display: inline;
    font-weight: 600;
}
.yellow-font{
    color:#fff796;
}
.red-font{
    color:#f01414;
}
.orange-font{
    color: #ff6701;
}
.blue-font{
    color: #0670b9;
}
.bluebg{
   background: #a2cffa; 
}

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

アコーディンオン

---------------------*/
/*
.acMenu dt{
    background: rgb(15,169,177);
    background: -webkit-linear-gradient(left, rgba(15,169,177,1) 0%, rgba(6,111,185,1) 100%);
    background: -o-linear-gradient(left, rgba(15,169,177,1) 0%, rgba(6,111,185,1) 100%);
    background: linear-gradient(to right, rgba(15,169,177,1) 0%, rgba(6,111,185,1) 100%);
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 1.8rem;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.acMenu dd{
    background: #f3f3f3;
    background-size: 100px;
    padding: 15px 15px;
    border-radius:  0 0 10px 10px;
}
.acMenu .ac-item{
    margin:20px 0 10px;
}
.accordion dd{
    display: none;
}
.acMenu.accordion dt,
.acMenu.accordion dd{
    border-radius: 0;
}
.accordion dt::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion dt.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
*/

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

テーブル ３列

---------------------*/
.table {
    width: 100%;
/*    max-width: 800px;*/
    margin: 0 auto;
    margin-top: 20px;
    border-left: 1px solid #0596ad;
    background: #fff;
}
.table .bluebg th{
    background: #0596ad;
    color: #fff;
    border-right: 1px solid #fff;
}
.table .bluebg th:last-of-type{
    border-right: 0;
}
.table .skybg{
    background: #e8fffd
}
.table .skybg{
    color: #0670b9;
}
.table th{
    background: #eff8ff;
/*    color: #0670b9;*/
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center;
}
.table th,
.table td{
    padding: 12px 8px;
    border-bottom: 1px solid #0670b9;
    border-right: 1px solid #0670b9;
}
/*---------------------

テーブル 2列

---------------------*/
.table.twocolum{
    border-top: 1px solid #0596ad;
}
.table.twocolum th{
    width: 30%;
    vertical-align: middle;
}
.table.twocolum td{
     width: 70%;
}

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

記事一覧

---------------------*/
#post .day{
    margin-top: 6px;
}
.archive .columnlist li{
    margin-bottom: 30px;
}
.m-pagenation__body{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.m-pagenation__body li{
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border: solid 1px #0596ad;
    color: #0596ad;
    font-weight: 600;
    line-height:   40px;
    border-radius: 50%;
    text-align: center;
}
.m-pagenation__body li a{
    width: 100%;
    height: 100%;
    display: block;
}
.m-pagenation__body li.-current{
    background: #0596ad;
    color: #fff;
}

