@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand&text=0123456789");
html {
    font-size: 0.9em;
}

body {
    background-color: #6d6b85;
    display: flex;
    flex-direction: column;
    font-family: "Quicksand", "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.06em;
    min-height: 100vh;
    font-size-adjust: 100%;
    -webkit-font-size-adjust: none;
    width: 100%;
}

.header {
    margin: 0 auto;
    width: 300px;
    background: #ffffff;
    display: flex;
}

.header1 {
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
}

.content {
    flex: 1;
    background-color: #fff;
    margin: 0 auto;
    width: 400px;
    color: #6d6b85;
}

.box {
    background: #ffffff;
    color: #6d6b85;
    line-height: 1.5;
    padding: 0 30px 0 30px;
    text-align: left;
    margin: 0 auto;
}

z .footer {
    background: #6d6b85;
    color: #ffffff;
    line-height: 1.5;
    padding: 50px 30px 50px 30px;
    text-align: center;
}

.boxA {
    background: #74b5db;
    color: #ffffff;
    margin: 30px;
    margin-bottom: 0;
    margin-top: 0;
    object-fit: cover;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
}

.boxB {
    background: #9983c2;
    color: #ffffff;
    margin: 30px;
    margin-bottom: 0;
    margin-top: 0;
    object-fit: cover;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
}

.boxC {
    background: #ffffff;
    margin: 30px;
    margin-bottom: 0;
    margin-top: 0;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.boxA-1 {
    left: 160px;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
}

.center {
    flex: 1;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
    width: 50%;
}


/*テキスト関係*/

h1 {
    background-color: #6d6b85;
    color: #ffffff;
    padding: 16px;
    font-size: 1.3em;
    margin: 0 auto;
}

h2 {
    line-height: 1;
    margin: 10px;
    padding: 11px;
}

.text1 {
    color: #a9a7ba;
}

.textA {
    background: -webkit-linear-gradient(left, #71b8e0 0%, #7f7dc7 100%);
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    margin: 17px;
}

.textB {
    color: #ffffff;
    padding: 3px 3px 3px 3px;
}

.p-box {
    border: 2px solid #6d6b85;
    border-radius: 3px;
    margin: 1.8em 1em;
    padding: 20px 20px;
    position: relative;
}

.p-title {
    background-color: #ffffff;
    color: #6d6b85;
    font-weight: bold;
    left: 20px;
    padding: 0 0.5em;
    position: absolute;
    top: -13px;
}

.tag-b {
    background-color: #6e71af;
    border-radius: 2px;
    color: #ffffff;
    padding: 0.1em 0.4em;
    vertical-align: -0.2px;
}

.tag-s {
    background-color: #a58ac2;
    border-radius: 2px;
    color: #ffffff;
    padding: 0.1em 0.4em;
    vertical-align: -0.2px;
}

.tag-I {
    background-color: #a58ac2;
    border-radius: 2px;
    color: #ffffff;
    padding: 0.1em 0.4em;
    vertical-align: -0.2px;
}

.tag-n {
    background-color: #f1ca7b;
    border-radius: 2px;
    color: #ffffff;
    padding: 0.1em 0.4em;
    vertical-align: -0.2px;
}

.tag-k {
    background-color: #77b9df;
    border-radius: 2px;
    color: #ffffff;
    padding: 0.1em 0.4em;
    vertical-align: -0.2px;
}


/*テキスト関係*/


/*フォーム関係*/

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-color: #ffffff;
    background-image: none;
    border: 0;
    border-radius: 7px;
    color: inherit;
    font-family: inherit;
    height: 300px;
    padding: 10px;
    width: 500px;
}

textarea:focus {
    background-color: #ffffff;
    border: 0;
    box-shadow: none;
    outline: none;
}


/*フォーム関係*/


/*リンク関係*/

.btn {
    -weight: bold;
    border-radius: 10px;
    color: #5d391c;
    display: inline-block;
    padding: 0.25em 0.5em;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
}

.btn:hover {
    color: #5d391c;
}

.a1 {
    padding: 0;
}

a {
    text-decoration: none;
    transition: color 0.3s;
    padding: 10px;
}

a:link {
    color: #6d6b85;
}

a:visited {
    color: #6d6b85;
}

a:hover {
    color: #649bcc;
}

a:active {
    color: #649bcc;
}

.cp_link {
    color: #ffffff;
    display: inline-block;
    padding: 0.7em 0.1em;
    text-decoration: none;
}

a.white:link {
    color: #ffffff;
    text-decoration: none;
}

a.white:visited {
    color: #ffffff;
}

a.white:hover {
    color: #71b8e0;
}

a.white:active {
    color: #71b8e0;
}

.link1 {
    text-decoration: underline;
    text-decoration-color: #6d6b85;
    padding-left: 2px;
}


/*リンク関係*/


/*画像関係*/

.icon {
    float: left;
    height: auto;
    margin-left: 0;
    object-fit: cover;
    pointer-events: none;
}

.iconfont {
    margin: 1px;
    vertical-align: -10px;
}


/*画像関係*/


/*表関係*/

table {
    border-collapse: collapse;
    color: #6d6b85;
    padding: 0;
    width: 100%;
}

table tr {
    background-color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

table tr:nth-child(even) {
    background-color: #f0f0f5;
}

table th,
table td {
    font-weight: normal;
    padding: 0.5em 1em;
}

table thead th {}

table thead tr {
    background-color: #a8d6f1;
    color: #6d6b85;
}

table tbody th {
    text-align: left;
    width: 150px;
}

ul {
    font-size: 0.89em;
    line-height: 1.5;
    padding-left: 5px;
}

li+li {
    margin-top: 2px;
}

li {
    font-weight: normal;
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}

li:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #6d6b85;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*表関係*/


/*ハンバーガー全体調整 */

.hamburger-demo-menubox * {
    font-size: 1.2em;
}

.hamburger-demo-menubox li {
    font-size: 1.2em;
}


/* hamburgerここから */


/* inputを非表示 */

.input-hidden {
    display: none;
}


/* label */

.hamburger-demo-switch {
    cursor: pointer;
    /* アイコン（クリック可能領域）の幅 */
    height: 4em;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 4em;
    /* ハンバーガーアイコンの位置（上から） */
    z-index: 9999;
    /* アイコン（クリック可能領域の）高さ */
}


/* メニュー展開時にハンバーガーアイコンを固定 */

#hamburger-demo1:checked~.hamburger-demo-switch {
    position: fixed;
}


/* ハンバーガーアイコン */

.hamburger-switch-line1,
.hamburger-switch-line1:before,
.hamburger-switch-line1:after {
    background: #333333;
    content: "";
    height: 3px;
    left: 50%;
    /* ハンバーガーアイコンの色 */
    position: absolute;
    top: 50%;
    transition: 0.3s;
    width: 25px;
}

.hamburger-switch-line1 {
    transform: translate(-50%, -50%);
}

.hamburger-switch-line1:before {
    transform: translate(-50%, -300%);
}

.hamburger-switch-line1:after {
    transform: translate(-50%, 200%);
}


/* ハンバーガーアイコン･アニメーション */

#hamburger-demo1:checked~.hamburger-demo-switch .hamburger-switch-line1 {
    width: 0;
}

#hamburger-demo1:checked~.hamburger-demo-switch .hamburger-switch-line1:before {
    transform: rotate(45deg) translate(-40%, 325%);
}

#hamburger-demo1:checked~.hamburger-demo-switch .hamburger-switch-line1:after {
    transform: rotate(-45deg) translate(-40%, -325%);
}


/* メニューエリア */

.hamburger-demo-menuwrap {
    background: #fafafa;
    height: 100%;
    left: 100%;
    overflow-y: scroll;
    /* メニューエリアの背景色 */
    padding: 5em 3% 2em;
    position: fixed;
    /* メニュー内容が多い場合に縦スクロールする */
    top: 0;
    transition: 0.3s;
    width: 70%;
    z-index: 9998;
}


/* メニューリスト */

.hamburger-demo-menulist {
    /* !important不要な場合もあり */
    list-style: none;
    margin-right: 3%;
    padding-left: 5% !important;
}

.hamburger-demo-menulist li a {
    color: #333333;
    /* メニューリストの文字色 */
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
}


/* メニューエリア･アニメーション */


/* 右から */

#hamburger-demo1:checked~.hamburger-demo-menuwrap {
    left: 30%;
}


/* コンテンツカバー */

#hamburger-demo1:checked~.hamburger-demo-cover {
    background: rgba(3, 3, 3, 0.5);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9997;
}


/* PCではハンバーガーメニューを表示しない */

@media (min-width: 992px) {
    .hamburger-demo-menubox {
        display: none;
    }
}

html::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

html::-webkit-scrollbar-track {
    border-radius: 5px;
}

html::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(top, #71b8e0 0%, #7f7dc7 100%);
    border-radius: 5px;
}

#page_top {
    background: #79c2ec;
    border-radius: 50%;
    bottom: 0;
    height: 50px;
    position: fixed;
    right: 0;
    width: 50px;
    z-index: 2;
}

#page_top a {
    display: block;
    height: 50px;
    position: relative;
    text-decoration: none;
    width: 50px;
}

#page_top a::before {
    bottom: 0;
    color: #ffffff;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: 900;
    height: 25px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -5px;
    width: 25px;
}

hr {
    margin: 3px;
}