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


.block-editor-block-list__layout{
    max-width: 830px;
    margin: 0 auto;
}
/*---------------------

見出し

---------------------*/
.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;
}
p {
	line-height: 2;
	margin-bottom: 1em;
	margin-top: 1em;
}
/*---------------------

ボックス

---------------------*/
.boxtag{
    padding: 1pc;
    border:1px solid;
    margin-top: 35px;
    border-color:#000;
    background: #fff;
}
.boxtag.cle{
    border-radius: 14px;
	line-height: 2;
	margin-bottom: 30px;
	 padding-top: 10px;
    padding-bottom: 10px;
	
}
.boxtag.blue{
    border-color:#0596ad;
    background: #f4fbfb;
	line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.boxtag.glay{
    border-color:#808181;
    background: #dcdcdc;
	line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.boxtag.yellow{
    border-color:#f5c73a;
    background: #fefee8;
	margin-bottom: 35px;
	line-height: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.boxtag.dotted{
    border:dotted;
}
/*---------------------

リストボックス

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

.listpoint a {
		text-decoration: underline blue!important;
color: #2271b1
}

.olpoint {
	list-style-type: auto !important;
    margin-left: 20px;
}
.olpoint a {
text-decoration: underline blue!important;
color: #2271b1;
}

.toc_list a {
	text-decoration: underline blue!important;
color: #2271b1
	;
}

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

文字装飾

---------------------*/
.line{
    background: #d9d9d9;
    padding: 0 5px;
    margin-top: 10px;
    display: inline-block;
}
.line.yellow{
    background: #fff796;
}
.line.usu-blue{
    background: #ebffff;
}
.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-top: 1px solid #0670b9;
    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;
}


/*--------------------------
        目次
---------------------------*/

.toc-002 {
    margin-bottom: 30px;
    border: 2px solid #2589d0;
    border-radius: 3px;
}

.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-002 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc-002 ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
}

.toc-002 > ol {
    padding: 1em 1em 1em 3em;
}

.toc-002 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-002 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-002 ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-002 a {
    color: #333;
    text-decoration: none;
}

#toc_container a {
	font-weight: bold;
}
div#toc_container {
	width: 100%;
	border-radius: 14px;
	padding: 1pc;
}
div#toc_container p.toc_title {
	text-align: left;
}
.thumbnail {
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:790px){
    .thumbnail {
        height: 150px;
    }
}
@media screen and (max-width:420px){
    .thumbnail {
        height: 100px;
    }
}





