/* ------------------------------
 全体
------------------------------ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    background-color: #e3f5f4;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}

p {
    line-height: 1.8;
}

li {
    line-height: 1.8;
}

table {
    text-align: left;
}

td {
    vertical-align: top;
}

hr {
    clear: both;
}

img {
    border: none;
    vertical-align: top;
}

ul {
    margin: 0;
    padding: 0;
}

ol {
    margin: 0;
    padding: 0;
}

/* div {
    overflow: hidden;
} */

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
    text-align: center;
    margin: 20px auto;
    /* background-color: #60D5FF; */
    padding: 10px 0;
}

h2 {
    text-align: center;
    margin: 30px auto;
    /* background-color: #B9F6FF; */
}

h6 {
    border-radius: 10px / 10px;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
    float: left;
    padding: 10px;
}

img.imgright {
    float: right;
    padding: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
    text-align: center;
    margin: 20px 0;
}

p.text01 {
    margin: 20px 20px;
}

p.text01 img {
    vertical-align: middle;
    margin: 0 5px;
}

p.text01_right {
    text-align: right;
    margin: 20px 20px;
}

/* span.red {
    color: #FF0000;
}

span.blue {
    color: #0000FF;
} */

span.undl {
    text-decoration: underline;
}

span.bold {
    font-weight: bold;
    text-decoration: underline;
}

span.none {
    display: none;
}

ul.list {
    margin: 15px 50px;
}

ul.list li {
    margin-bottom: 10px;
}

ol.list {
    margin: 15px 50px;
}

ol.list li {
    margin-bottom: 10px;
}

p.clear {
    clear: both;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

/* ページ下部リンク */
p.bottom_link {
    text-align: center;
    margin: 0 auto;
    clear: both;
    margin: 20px 0;
}

p.bottom_link a {
    background-color: #0067CE;
    color: #FFF;
    border-radius: 15px / 15px;
    text-decoration: none;
    padding: 5px 15px;
    margin: 0 20px;
}

p.bottom_link a:hover {
    background-color: #F00;
}

/* ------------------------------
 コンテンツ
------------------------------ */

div.contents {
    width: 100%;
    margin: 15px 0;
    padding: 20px;
    border-radius: 10px / 10px;
    background-color: #FFF;
}

.main {
    padding: 20px;
    border: 2px solid #dddddd;
    border-radius: 10px;
}

.mokuji {
    margin: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.mokuji-head02 {
    margin: 20px auto 10px;
    text-align: left;
    font-weight: normal;
    font-size: 20px;
}

.mokuji-head02 span {
    margin-bottom: 20px;
    padding-left: 24px;
}

.mokuji-head03 {
    padding-left: 32px;
    font-size: 16px;
    font-weight: normal;
}

.mokuji-head03 a {
    color: #0067CE;
}

.mokuji-list {
    margin: 0 20px 20px;
    padding-left: 32px;
    color: #0067CE;
}

.mokuji-item {
    line-height: 2;
}

.mokuji-item a {
    color: #0067CE;
}

.pdf-list {
    padding-left: 32px;
    list-style: none;
}

.pdf-list__item {
    line-height: 2;
}

.pdf-list__item a {
    color: #0067CE;
}

.head-level1 {
    text-align: left;
    font-size: 24px;
    color: #538135;
}

.head-level1-blog {
  
    text-align: left;
    font-size: 24px;
    color: #0067CE;  
}
.sub-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.guidance,
.guidance a {
    color: #0067CE;
}

.read {
    margin-bottom: 20px;
}

span[lang="en"] {
    color: #0067CE;
    text-decoration: none;
}

.sub-title-blue {
    margin-bottom: 10px;
    font-size: 20px;
    color: #0067CE;
}

.sub-title-green {
    margin-bottom: 10px;
    font-size: 20px;
    color: #0eae00;
}

.sub-title-orange {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fc6e25;
}
.head-level2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.head-level3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

.head-level3 span {
    font-size: 14px;
    font-weight: 400;
}

.pd-16 {
    padding: 16px;
}


.read.talk {
    color: #545455;
}

.read .small-text {
    font-size: 12px;
}
.read-large {
    font-size: 20px;
    color: #0067CE;
}
.text-orange {
    color: #fc6e25;
}
.text-blue {
    color: #0067CE;
}
.text-red {
    color: #F00;
}

.text-green {
    color: #096800;
}
.text-black {
    color: inherit;
}

.text-gray {
    color: #545455;
}

.underline {
    text-decoration: underline;
}

.text-bold {
    font-weight: 700;
}

.text-center {
    text-align: center;
}
 .read-box {
    display: flex;
 }

 .read-box>p:first-of-type {
    flex-shrink: 0;
 }

 .list {
    list-style: none;
    padding-left: 32px;
    text-indent: -32px;
 }

 .list li {
    color: #545455;
 }

 .list-01 {
    list-style: none;
    li {
        margin-bottom: 20px;
        padding: 15px;
        border: 2px solid #04048b;
    }

    h2 {
        margin: 0;
        font-size: 18px;
        text-align: left;
        font-weight: 700;
        color: #0eae00;
    }
 }

 .mokuji-list a {
    text-decoration: none;
    &:hover {
        text-decoration: underline;
    }   
 }

 .list-item {
    font-size: 14px;
    color: #000000;
 }

.fs-18 {
    font-size: 18px;
 }

 .mb-20 {
    margin-bottom: 20px;
 }

 .mt-20 {
    margin-top: 20px;
 }

.mb-50 {
    margin-bottom: 50px;
}

.ol li {
    list-style: none;
}

.mokuji-list {
    color: #04048b;
}
.mokuji-list li a {
    color: #04048b;
}

.mokuji-list p a {
    color: #000000;
}