@charset "UTF-8";

/* Template & Designed by Orihashi Ren */
/* http://kerry.php.xdomain.jp/ */

/* webフォント */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP|Source+Sans+Pro:400,400i,700,700i&display=swap');

@font-face
{
font-family:"こころ明朝" ;
src: url('https://cdn.leafscape.be/kokoro/Kokoro_web.woff2')
     format("woff2");
}

/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
https://fontopo.com/?p=377
http://ipafont.ipa.go.jp/
-------------------------------------------------*/


/* 全体設定 */
* {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif !important;
}

/* 基本設定 */

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, 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, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1.9;
    font: inherit;
    font-family: 'Source Sans Pro', こころ明朝, serif !important;
    vertical-align: baseline;} 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;}
}
html,body {
    padding:0; 
    margin:0; 
    height: 100%;
}
html {
    font-size: 14pt;
}
@media screen and (max-width: 1680px) {
    html {
        font-size: 12pt;
    }
}
@media screen and (max-width: 1280px) {
    html {
        font-size: 11pt;
    }
}
@media screen and (max-width: 360px) {
    html {
        font-size: 10pt;
    }
}
body {
    text-align: justify;
    word-wrap: break-word; /* 禁則処理 */
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%; /* Safari横向き対策 */
    background-color: #e9e9e9;
    color: #555;
}
*,*:before, *:after {
    box-sizing: inherit;
}
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
*::-webkit-scrollbar{  /* Chrome, Safari 対応 */
    display: none;
}
@-ms-viewport {
    width: device-width;
}
@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}
body, input, select, textarea {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.075em;
    color: #555;
}

/* リンク */
a {
    border-bottom: none;
    text-decoration: none;
    outline: none;
    transition: color .5s;
    color: #A2D7DD;
}

a:hover {
	color: #fff;
	text-shadow: 0 0 5px var(--main-color);
	text-decoration: none;
	transition: .5s;
}

a{
  display: inline-block;
  transition: .5s;
}

a:hover {
   text-decoration:none;
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}


/* 文字装飾 */
strong, b {
    font-weight: 700; /*太字*/
}
strong {
    color: #E20613;
}
em, i {
    font-style: italic; /*斜体*/
}
em {
    border-bottom: 1px dashed #000;
}

/* text */
p {
    text-align: justify;
    margin: 0 0;
    padding: 0rem 0;
    font-size: 13px;
    line-height: 1.9rem; /*行間*/
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Source Sans Pro', こころ明朝, serif !important;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.05em; /*文字間隔*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    border-bottom: 0;
    color: inherit;
    text-decoration: none;
}
h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin: 2rem 1rem 1rem;
}
h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 2rem 1rem 1rem;
}
h3 {
    font-size: 1.5rem;
    margin: 2rem 1rem 1rem;
}
h4 {
    font-size: 1.2rem;
    margin: 2rem 1rem 1rem;
}
h5 {
    font-size: 1.1rem;
    margin: 2rem 1rem 1rem;
}
h6 {
    font-size: 0.9rem;
    margin: 2rem 1rem 1rem;
}

/* 上付き */
sub {
    font-size: 0.6rem;
    position: relative;
    top: 0.5rem;
}
/* 下付き */
sup {
    font-size: 0.6rem;
    position: relative;
    top: -0.5rem;
}

/* マーカー */
mark {
    display: inline-block;
    padding: .2rem .5rem;
    background-color: #A2D7DD;
    color: rgb(49,86,95);
    font-family: 'Source Sans Pro', こころ明朝, serif !important;
}

/* 引用 */
blockquote {
    position: relative;
    padding: 5px 15px 5px 55px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #B0C4C8;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 8px;
    width: 38px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: rgb(49,86,95);
    font-weight: 900;
}
blockquote:after{
    content: '';
    position: absolute;
    left: 8px;
    top: 30px;
    height: 0;
    width: 0;
    border-left: 19px solid rgb(49,86,95);
    border-right: 19px solid rgb(49,86,95);
    border-bottom: 10px solid transparent;
}
blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    font-size: 0.9em;
    color: #888888;
}

/* コード */
code {
    border: none;
    font-family: "Courier New", monospace !important;
    font-size: 0.9rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.65rem;
    background: rgba(220, 220, 220, 0.25);
    border-color: #eeeeee;
}
pre {
    width :100% !important;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    font-family: "Courier New", monospace !important;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}
pre code {
    width: 100% !important;
    overflow-x: auto;
    display: block;
    line-height: 1.75;
    padding: 1rem 1.5rem;
    box-sizing: border-box !important;
}

/* 区分線 */
hr {
    border: 0;
    border-bottom: solid 2px;
    margin: 3rem 0rem;
    border-bottom-color: #555;
}

/* 文字揃え */
/*  <span class="align-center">例</span> 等と使用してください  */
.align-left {
    text-align: left;
}
.align-center,
.align-center p {
    text-align: center;
}
.align-right {
    text-align: right;
}

/* Box */
.box {
    width: 100%;
    height: auto;
    margin: 5rem 0rem;
    padding: 1.5rem;
    border: 5px double #023E56;
    background: #fff;
}
.box > p {
    padding: 0 0;
}

/* lists */
ol, ul {
    margin: 1rem 1rem;
    list-style: none;
}
.list_no,
.list_un,
.list_or {
    margin: 0 0rem;
    padding-left: 2rem;
}
.list_no {
    list-style: none;
}
.list_un {
    list-style: disc;
}
.list_or {
    list-style: decimal;
}
.list_no > li,
.list_un > li,
.list_or > li {
    padding-left: 0.5rem;
    text-align: left;
}
.float li {
    float: left
}
.float:after {
    display: block;
    content: '';
    clear: both
}

/* dl */
.dltype1 {
    text-align: left;
    margin: 0.5rem 1rem;
}
.dltype1 > dt a,
.dltype1 > dt {
    color: #555 !important;
    font-size: 13px;
    border-bottom: none;
}
.dltype1 > dd {
    margin-left: 1.3rem;
    font-size: 12px;
    color: rgba(198, 198, 198, 1);
}

/* table */
.table_div {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin: 0 0rem;
}
table {
    margin: 0rem 0rem;
    width: 100%;
}
table thead {
    border-bottom: solid 2px;
    border-bottom-color: #eeeeee;
}
table tbody tr {
    border: solid 1px;
    border-left: 0;
    border-right: 0;
    border-color: #eeeeee;
}
table tbody tr:nth-child(odd) {
    background-color: rgba(220, 220, 220, 0.25);
}
table td {
    padding: 0.75rem 0.75rem;
}
table th {
    font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.5;
    padding: 0 0.75rem 0.75rem 0.75rem;
    text-align: left;
}
table tfoot {
    border-top: solid 2px;
    border-top-color: #eeeeee;
}
@media screen and (max-width: 980px) {
    table th {
        font-size: 0.9rem;
    }
}

/* form */
form {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    max-width: 340px;
}
.row {
    display: flex;
    width: 100%;
    margin: 0.5rem 0;
    justify-content: space-between;
}
.row div:nth-of-type(1) {
    flex-basis: 39%;
}
.row div:nth-of-type(2) {
    flex-basis: 59%;
}
textarea,
input[type] {
    -webkit-appearance: none;
    padding: 0.2em 0.5em;
    background-color: #B0C4C8;
    border: 1px solid #B0C4C8;
    border-radius: 0px;
}
input[type=text],
input[type=email],
textarea {
    width: 100%;
}
textarea::placeholder,
input[type]::placeholder {
    color: rgba(255,255,255,.8)
}
input[type]:focus,
textarea:focus {
    outline: none;
    border-color: #023E56;
}
.actions {
    display: flex;
    justify-content: center;
}
.actions li {
    flex-basis: 30%;
}
input[type=submit] {
    display: inline-block;
    color: #fff;
}
input[type=reset] {
    display: inline-block;
    color: #fff;
    background-color: #555;
    border: 1px solid #555;
    opacity: .6;
}

/* link button */
.link {
    display: inline-block;
    height: 25px;
    line-height: 22px;
    margin: .2rem auto;
    padding: .1rem .3rem;
    border: 1px solid #4C1626 !important;
    transition: all .5s
}
.link:hover {
    background-color: #4C1626;
    color: #fff !important;
}
.btn-green,
.btn-red {
    display: inline-block;
    margin: 0.5rem auto;
    width: 120px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 36px;
    outline: none;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px; 
    letter-spacing: 0.075rem;
}
.btn-green {
    background-color: #023E56;
    border: 2px solid #023E56;
}
.btn-red {
    background-color: #4C1626;
    border: 2px solid #4C1626;
}
.btn-green:hover {
    background-color: #fff;
    border-color: rgb(49,86,95);
    color: rgb(49,86,95);
}
.btn-red:hover {
    background-color: #fff;
    border-color: rgb(162,59,60);
    color: rgb(162,59,60);
}
.btn-green::before,
.btn-green::after,
.btn-red::before,
.btn-red::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    left: 0;
    width: 100%;
    height: 50%;
}
.btn-green::before,
.btn-green::after {
    background-color: #023E56;
}
}
.btn-red::before,
.btn-red::after {
    background-color: #4C1626;
}
.btn-green,
.btn-green::before,
.btn-green::after,
.btn-red,
.btn-red::before,
.btn-red::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-green::before,
.btn-red::before {
    top: 0;
}
.btn-green::after,
.btn-red::after {
    bottom: 0;
}
.btn-green:hover::before,
.btn-green:hover::after {
    height: 0;
    background-color: rgb(49,86,95);
}
.btn-red:hover::before,
.btn-red:hover::after {
    height: 0;
    background-color: rgb(162,59,60);
}

/*-------------------- トップページ --------------------*/

/* ヘッダ */
.pageheader {
    text-align: center !important;
    background-color: #A2D7DD;
    margin: 0;
    padding: 7rem 3rem 3rem;
    border: none;
}
.pageheader img {
    position: relative;
    display: inline-block;
    top: 7%;
    width: 320px ;
    height: 320px;
    margin: 0 2rem 0;
    padding: 0.5rem;
    border: 1px solid #555;
    border-radius: 50%;
}
.ornament {
    width: 100%;
    text-align: center;
}
.ornament h2,
.sentence p {
    display: inline-block;
    position: relative;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    font-family: こころ明朝, serif !important;
    letter-spacing: 0.025rem;
}
.ornament h2 {
    padding : 24px 64px 0;
    font-size: 1.5rem;
}
.ornament h2:before,
.ornament h2:after {
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    border-top: 1px solid #555;
    position: absolute;
    top: 0;
}
.ornament h2:before {left:-24px;}
.ornament h2:after {right:-24px;}
.ornament h2 span {
    display: block; 
    width: 6px;
    height: 6px;
    border: 2px solid #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -4px;
}
.sentence p {
    margin: 2rem 2rem 0;
}
@media screen and (max-width: 849px) and (min-width: 600px) {
    .pageheader img {
        width: 200px; 
        height: 200px;
    }
    .ornament h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 599px) {
    .pageheader {
        padding:  3rem 1.5rem 0;
    }
    .pageheader img {
        width: 130px; 
        height: 130px;
    }
    .ornament h2 {
        font-size: 16px;
    }
}

/* メインカラムの装飾 */
.page-cover {
    width: 100%;
}
.main-column {
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
    padding: 1px 0px;		/* 内側の余白(上下に1px) */
}
.main-box {
    display: inline-block;
    width: 84%;
    max-width: 650px;
    margin: 1rem 2rem;
    line-height: 1.5rem;
}
.main-box > div {
    margin: 1rem 0;
}
.main-box > div > h4 {
    display: inline-block;
    border-bottom: 5px solid #023E56; 
}
#new ul.pc-only {
    display: none;
}
#main div div h4 {
    margin: 0;
}
#main div div ul {
    text-align: left;
}
#main div div ul mark {
    margin: 0 0 0.5rem;
}
#main div div ul li a {
    margin-left: 1rem;
    color: #555;
}

/*　サイドカラムの装飾 */
.side-column {
    text-align: center;   /* 内部のインラインブロックを中央に寄せる */
    padding: 1em 0.2em;   /* 上下に若干の余白を設ける */
    background-color: #f5f5f5; 
}
.side-box {
    text-align: center !important;
    display: inline-block;  /* インラインブロック化 */
    vertical-align: top;    /* 横並びのブロック間では上端を揃える */
    margin: 0;              /* 外側の余白をなくす */
    text-align: left;       /* ボックス内部は左寄せ */
}
.menu {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 40%;
    margin: 1.5rem auto;
    list-style-type: none;
}
.menu li {
    height: 9rem;
    margin: 0 0.5rem;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    border-bottom: 5px solid #023E56;
}
.menu li a,
.side-box aside {
    font-family: こころ明朝, serif !important;
    color: #9079AD;
}
.side-box aside {
    display: inline-block !important;
}
.side-box aside a {
    font-family: こころ明朝, serif !important;
}

/* フッタ部分の装飾 */
.pagefooter {
    text-align: center;
    background-color: #f5f5f5;
    margin: 0px;
    padding: 1rem;
    border: none;
}

/*-------------------- ノート --------------------*/

.header {
    text-align: left !important;
    background-color: #f5f5f5;
    padding: 1.5rem;
}
.site-title {
    position: relative;
    display: inline-block;
    color: white;
    padding: 0.5rem 1rem 0.5rem 2rem;
    border-radius: 0px;
    font-family: こころ明朝, serif !important;
    font-size: 16px;
    background-color: #023E56;
}
.site-title::after {
    position: absolute;
    top: 50%;
    left: 0.7em;
    transform:translateY(-50%);
    content: '';
    width: 5px;
    height: 25px;
    background-color: white;
}

/* アーティクル */
article {
    text-align: left;
    margin: 3rem auto;
    padding: 2rem;
    width: 100%;
    max-width: 600px;
    border: 5px double #023E56;
    background: #fff;
}
article h3 {
    text-align: left;
    margin: 0 0 1rem;
    font-size: 1.2rem;
}
article h3 img {
    margin-right: 0.5rem;
    padding: 0.2rem;
    width: 40px;
    height: auto;
    border: 1px solid #023E56;
    border-radius: 50%;
    vertical-align: middle;
}
article time {
    display: inline-block;
    text-align: left !important;
    margin-bottom: 1rem;
    border-bottom: 5px solid #F5DEB3;
}

/* ページネーション */
#note {
    text-align: center;
}
ul.pagenation {
    margin: 0rem 0 0;
    display: inline-block;
    text-align: center !important;
}
ul.pagenation > li {
    margin: 0 20px 0 0;
    float: left;
}
ul.pagenation > li a {
    font-family: こころ明朝, serif !important;
    color: #555;
}
ul.pagenation > li:last-child {
    margin: 0 0;
}

/*-------------------- 小説 --------------------*/

.line {
    border: 0;
    border-bottom: solid 2px #F5DEB3;
    margin: 2rem 0rem;
}
.novel {
    text-align: center !important;
}
.novel > h3 {
    display: inline-block !important;
}
.novel > p {
    /*小説部分の段落に間隔を作りたくない場合はmargin-topに0を指定してください*/
    margin-top: 2rem;
    font-size: 13px;
    line-height: 2rem; /*小説部分の行間*/
    letter-spacing: 0.025rem; /*小説部分の文字間隔*/
}
.novel > p:first-child {
    margin-top: 0;
}
/* ruby */
[data-ruby] {
    display: inline-block;
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    display: inline-block;
    position: absolute;
    top: -0.96rem;
    right: 0;
    left: -4px;
    margin-left: 0.25em;
    font-size: 0.5em;
    text-align: center;
    letter-spacing: 0.25em;
    white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif !important;
}
[data-ruby] rt {
    display: none;
}

/*-------------------- カラム --------------------*/

@media screen and (min-width: 850px) {
    /* ▼ページレイアウト */
    .page-cover {
        width: 100%;
        background-color: #f5f5f5;	/* ※背景色は「短い段」の背景色と同じにする必要がある */
    }
    .page-cover:after {
        /* Mini Clearfix */
        content: "";
        clear: both;
        display: block;
    }
    /* ▼サイドカラムの装飾 */
    .side-column {
        float: right;
        width: 30%;
    }
    .main-column {
        margin-right: 30%;
    }
}
@media screen and (min-width: 600px) {
    .pageheader {
        display: flex;
        justify-content: center;
    }
    .pageheader img,
    .sentence {
        flex-basis: 20%;
    }
    .ornament {
        flex-basis: 30%;
    }
    .flex {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #new .flex ul {
        flex-basis: 30%;
    }
    #main .flex div,
    #code .flex div {
        flex-basis: 48%;
    }
    #new ul.pc-only {
        display: block;
    }
}
@media screen and (max-width: 849px) {
    .main-column {
        width: 100%;
    }
}
/* ▼サイドカラムの内側だけで各ボックスを2段組にする */
@media screen and (min-width: 850px) {
    .side-box {
        width: 100%;
    }
}
@media screen and (max-width: 849px) and (min-width: 600px) {
    .side-box {
        width: 48%;
    }
}
@media screen and (max-width: 599px) {
    .side-box {
        width: 100%;
    }
}

/*-------------------- other --------------------*/

/* sub title */
.ornament-2 .sub-title {
    position: relative;
    display: inline-block;
    padding: 24px 64px 10px;
}
.ornament-2 {
    width: 100%;
    text-align: center;
}
.ornament-2 .sub-title:before,
.ornament-2 .sub-title:after {
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    border-top: 1px solid #555;
    position: absolute;
    top: 0;
}
.ornament-2 .sub-title:before {left:-24px;}
.ornament-2 .sub-title:after {right:-24px;}
.ornament-2 .sub-title span {
    display: block; 
    width: 6px;
    height: 6px;
    border: 2px solid #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -4px;
}

/* pagetop button */
#page-top {
    position: fixed;
    bottom: 4%;
    right: 2%;
}
#page-top a {
    display: block;
    font-size: 0.9rem;
    z-index: 100;
}
#page-top a::after {
    content: 'top';
    display: block;
    font-size: 10px;
    margin: -7px auto 0;
}
#page-top a img {
    width: 13px;
    height: 13px;
    padding: 0.2rem;
    border: 1px solid #555;
    border-radius: 50%;
}
@media screen and (max-width: 980px) {
    #page-top {
        right: 0.5%;
        bottom: 1%;
    }
}

/* loader */
.page-loader {
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #f5f5f5;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10000;
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes drop {
    0% {
        bottom: 0px;
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        bottom: -200px;
    }
}
@keyframes wave {
    0% {
        background-position: 0 160px;
        background-size: 170px 300px;
    }
    100% {
        background-position: 500px -18px;
        background-size: 250px 150px;
    }
}
.loader {
    width: 120px;
    height: 120px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 120px;
    font-family: sans-serif;
    color: #ff0000;
    font-size: 16px;
}
.loader span {
    z-index: 3;
}
.loader-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent repeat-x 0 100px/150px 300px url('data:image/png;base64,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'); 
    z-index: 2;
    animation: wave 1s ease-out forwards;
}
.drops {
    -webkit-filter: url('#liquid');
    filter: url('#liquid');
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 1;
    opacity: 0;
    animation: fade-in .1s linear .4s forwards;
}
.drop1 , .drop2 {
    width: 21px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #10a7c1;
}
.drop1 {
    width: 90px;
    height: 16px;
    bottom: 2px;
    border-radius: 0;
}
.drop2 {
    animation: drop 1.3s cubic-bezier(1,.19,.66,.12) .5s infinite;
}


/*-------------------- color --------------------*/
/* green */
.green {
    color: #023E56 !important;
    display: inline;
}
/* red */
.red {
    color: rgb(162,59,60) !important;
    display: inline;
}
/*-------------------- font size --------------------*/
.s_12 {
    font-size: 14px;
}
/*-------------------- font family --------------------*/
.serif {
    font-family: 'Noto Serif JP', serif !important;
}