/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

Released under the MIT license
https://github.com/YukinobuKurata/YouTubeMagicBuyButton/blob/master/MIT-LICENSE.txt
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}@charset "utf-8";

/* 基本設定 */
:root {
    --mainColor: #cdedee;
}
html {
    background: transparent;
    font-size: 62.5%;
}
body {
    min-height: 100vh;
    color: #253333;
    font-size: 1.3rem;
    font-family: 'Montserrat', 'メイリオ', 'ヒラギノ角ゴ', sans-serif;
    letter-spacing: 0.2em;
    line-height: 1.8;
}
a {
    text-decoration: none;
}

/* フォント指定まとめて */
h2,
h3,
h4,
.mainNav,
.backTop {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

h2 {
    display: flex;
     flex-direction: column;
     align-items: center;
    margin: 0 0 40px;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
}
h2::before {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    margin-bottom: 15px;
    border-top: var(--mainColor) solid 6px;
    box-sizing: border-box;
}
h3 {
    margin: 20px 0 10px;
}
h3 > span {
    display: inline-block;
    padding: 2px 10px;
    background: #faf9f6;
}
h4 {
    margin: 10px 5px 8px;
    color: #756f63;
}
em {
    text-decoration: underline;
}
strong {
    font-weight: normal;
    background: var(--mainColor);
}
ul,
ol {
    list-style: none;
}


/* フォーム関連 */
input[type],
textarea {
    background: #fff;
    border: #777 solid 1px;
    border-radius: 0;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 90%;
    letter-spacing: .1em;
}
.mailForm .enter {
    padding: 2px;
    margin-bottom: 3px;
    width: 80%;
}
.mailForm .button {
    padding: 2px 5px;
}

.nameChange {
    padding-bottom: 2em;
}
.nameChange .enter {
    width: 10em;
}


/* 段落、余白 */
p {
    padding: 0 1em;
}
.box {
    margin: 15vh 0 25vh;
}
.box:last-of-type {
    margin-bottom: 10vh;
}
.space {
    margin: 1em;
}
.mainWrap {
    padding: 10px 0;
    margin: 5vh auto 10vh 35%;
    width: 55%;
     max-width: 900px;
}
.mainWrap a {
    color: #109196;
    transition: .1s;
}
a:hover {
    opacity: .6;
}


/* カラム指定 */
.columns-2 {
    columns: 2;
    column-gap: 30px;
}
.no-brake {
    break-inside: avoid;
    page-break-inside: avoid;
}

/* ボーダー装飾 */
.borderFrame::before,
.borderFrame::after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    margin: 30px auto;
}
.borderFrame::before {
    border-top: var(--mainColor) solid 10px;
    border-bottom: #d9f2f2 solid 3px;  
}
.borderFrame::after {
    border-top: #d9f2f2 solid 3px;
    border-bottom: var(--mainColor) solid 10px;
}

/* スラッシュ付きリスト */
.slashList {
    display: flex;
     flex-wrap: wrap;
}
.slashList li::before {
    content: '/';
    display: inline-block;
    margin: 0 7px;
    color: #777;
}
.slashList li:first-of-type::before {
    content: none;
}

/* メインコンテンツ */
.contentsList a:visited {
    color: #7ecbd2;
}
.contentsList ul {
    margin-bottom: 2em;
}
.contentsList li {
    margin: 5px 0;
}
.caution::after {
    content: '*';
    color: #e26060;
}
.long {
    padding-bottom: .5em;
}
.long > img {
    width: 200px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}
.long > span {
    color: #555555;
    font-size: 1rem;
}


/* 本文ページ */
.textWrap {
    width: 600px;
    padding: 30px;
    margin: 3vh auto;
    font-size: 1.5rem;
    letter-spacing: .1em;
    line-height: 200%;
}
.textWrap::before,
.textWrap::after {
    width: 100%;
    margin: 50px 0;
}
.textWrap h2::before {
    content: none;
}
.textWrap p {
    text-indent: 0;
    text-align: justify;
}
.maintext{
    text-indent: 0;
    text-align: justify;
    font-family: 'Noto Serif JP', serif, sans-serif;
    font-weight: normal;
}
.atogaki {
    padding: 20px;
    margin-top: 30px;
    font-size: 1.2rem;
    text-align: center;
}


/* メインヘッダー */
.mainHeader {
    display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
    position: fixed;
     top: 0;
     left: 0;
    width: 25%;
     min-width: 350px;
    height: 100vh;
    padding: 10vh 0 10vh 60px;
    box-sizing: border-box;
    text-align: center;
}
.mainHeader::before,
.mainHeader::after {
    width: 90%;
}
.mainHeader::before {
    margin: 0 0 auto;
}
.mainHeader::after {
    margin: auto 0 0;
}

.siteName {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: normal;
}

/* ナビゲーション */
.mainNav {
    width: 95%;
}
.mainNav li {
    margin: 5px 0;
}
.mainNav li a {
    font-size: 1.1em;
    color: #555;
    transition: .2s;
}
.url {
    font-size: 1rem;
}
.mainImage {
    display: block;
    width: 200px;
    height: 40px;
    margin: 30px 0;
    background: #ccc;
}
.mainImage > img {
    width: 100%;
}
.mainImage::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url() center / contain no-repeat var(--mainColor);
}


/* トップに戻るリンク */
.backTop {
    position: relative;
    text-align: right;
}
.backTop a {
    display: inline-block;
    position: fixed;
     bottom: 5vh;
    width: 45px;
    height: 45px;
    background: var(--mainColor);
    color: #253333;
    font-size: 1rem;
    line-height: 45px;
    text-align: center;
}

/* レスポンシブ調整用 */
@media (max-width:1100px) {
    .box {
        margin: 50px 0 100px;
    }
    .columns-2 {
        columns: unset;
    }
    .mainWrap {
        min-width: 500px;
        margin: 0 auto 50px;
    }
    .logWrap {
        display: block;
    }
    .logWrap article {
        margin: 20px 0;
    }
    .textWrap {
        width: 90%;
         max-width: 500px;
        padding: 0;
        box-sizing: border-box;
        font-size: 1.3rem;
    }
    .mainHeader {
        position: static;
        width: 90%;
         max-width: 500px;
         min-width: 200px;
        height: auto;
        padding: 0;
        margin: 30px auto;
    }
    .mainHeader::before,
    .mainHeader::after {
        height: 6px;
        margin: 40px 0;
    }
    .mainNav ul {
        display: flex;
         flex-wrap: wrap;
         justify-content: center;
    }
    .mainNav li {
        margin: 0 5px;
    }
    .mainNav li a {
        font-size: 1em;
    }
    .point {
        margin: 20px 0;
    }
    .backTop a {
        bottom: 10px;
        right: 10px;
    }
    .mainFooter {
        margin-top: 30px;
    }
    .mobileHidden {
        display: none;
    }
}


@media (max-width:900px) {
    body {
        font-size: 1.2rem;
    }
    h2 {
        margin-bottom: 20px;
    }
    h2::before {
        margin-bottom: 10px;
    }
    .nameChange .enter {
        width: 8em;
    }
    .mainWrap {
        width: 90%;
         max-width: 500px;
         min-width: 150px;
    }
    .backTop a {
        transform: scale(.8);
    }
}.pagination{
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:22px auto;
  max-width:90%;
}
.pagination li{
  list-style:none;
  flex-grow:1;
}
.pagination li a,
.pagination li span.active{
  margin:0 -1px 0 0;
  padding:0;
  display:inline-block;
  color:#109196;
  background:#fff;
  width:100%;
  height:36px;
  line-height:36px;
  text-align:center;
  text-decoration:none;
  vertical-align:middle;
  position:relative;
  border:1px solid #ccc;
  transition:all 0.3s ease;
}
.pagination li a:hover,
.pagination li span.active{
  color:#fff;
  background:#109196;
  border:1px solid #109196;
}