@charset 'UTF-8';
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
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}

nav ul,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    background: transparent;
}

/* change colours to suit your needs */
ins
{
    text-decoration: none; 

    color: #000;
    background-color: #ff9;
}

/* change colours to suit your needs */
mark
{
    font-weight: bold; 
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help; 

    border-bottom: 1px dotted;
}

table
{
    border-spacing: 0; 
    border-collapse: collapse;
}

/* change border colour to suit your needs */
hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0; 

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

@font-face
{
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset','游ゴシック', YuGothic, sans-serif;

    font-display: swap;
}

/* General
========================================== */
*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body
{
    font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 28px;
    line-height: 1.5;

    min-width: 750px;

    word-wrap: break-word; 

    color: #393939;

    -webkit-text-size-adjust: 100%;
}

a
{
    -webkit-transition: all .2s 0s ease;
            transition: all .2s 0s ease; 
    text-decoration: none;

    color: #006bc7;
    outline: none;
}
a:hover
{
         opacity: .5;

    -moz-opacity: .5;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

ul
{
    letter-spacing: -.4em;
    /* 文字間を詰めて隙間をなくす */
}

li
{
    letter-spacing: normal;
    /* 文字間を元に戻す */
}

/* wrapper
------------------------------------------ */
#wrapper
{
    width: 750px;
    margin: 0 auto;
}

/* 共通
========================================== */
.img100
{
    width: 100%;
}

.small
{
    font-size: 22px;
}

.fwb
{
    font-weight: bold;
}

.tc
{
    text-align: center;
}

.tr
{
    text-align: right;
}

.blue
{
    color: #006bc7;
}

.mb20
{
    margin-bottom: 20px;
}

.mb40
{
    margin-bottom: 40px;
}

.mb80
{
    margin-bottom: 80px;
}

.dib
{
    display: inline-block;
}

.section__title
{
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', '游ゴシック', YuGothic, sans-serif;
    font-size: 48px;
    line-height: 1.2;

    padding: 60px 0; 

    -webkit-transform: rotate(.05deg);
        -ms-transform: rotate(.05deg);
            transform: rotate(.05deg);
    text-align: center;

    color: #006bc7;

    -webkit-font-smoothing: antialiased;
    font-display: swap;
}
.section__title span
{
    font-family: 'Noto Sans', sans-serif; 
    font-size: 24px;

    display: block;

    color: #a0a0a0;
}

/* 第二階層共通共通
========================================== */
.second .contents
{
    padding: 120px 0 120px;
}

.spHeader
{
    position: fixed;
    z-index: 100; 

    width: 100%;
    height: 120px;

    background: #006bc7;
}
.spHeader__logo a
{
    display: block;
    overflow: hidden;

    width: 385px;
    height: 69px;
    margin: 25px 0 0 30px;

    white-space: nowrap;
    text-indent: 100%;

    background: url(../sp/images/top/logo-top.png) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.spHeader__nav a
{
    position: fixed;
    z-index: 999;
    top: 0; 
    right: 0;

    display: block;
    overflow: hidden;

    width: 120px;
    height: 120px;

    white-space: nowrap;
    text-indent: 100%;

    background: url(../sp/images/common/nav-btn.png) no-repeat center center #fff;
}

/* フッター
========================================== */
.footer
{
    position: relative; 

    background: #fffef0;
}
.footer__inner
{
    padding: 20px 0;
}
.footer__copyright
{
    font-size: 16px;

    padding: 20px 0 0; 

    text-align: center;

    color: #5c5c5c;
}
.footer__pageTop a
{
    position: absolute;
    right: 0;
    bottom: 0; 

    display: block;

    width: 120px;
    height: 120px;

    background: url(../sp/images/common/btn-pagetop.png) no-repeat center center #006bc7;
}

.footerNav:after
{
    display: block;
    clear: both; 

    content: '';
}

.footerNav__logo a
{
    display: block;
    display: block; 
    overflow: hidden;

    width: 463px;
    height: 82px;
    margin: 40px auto 40px;

    white-space: nowrap;
    text-indent: 100%;

    background: url(../sp/images/common/footer-logo.png);
}

.footerNav__list
{
    /* 文字間を詰めて隙間をなくす */
    font-weight: bold;

    padding: 1px 0 0 0; 

    letter-spacing: -.4em;

    background: #5c5c5c;
}

.footerNav__items
{
    /* 文字間を元に戻す */
    display: inline-block;

    width: 375px;
    padding: 40px 0 40px 30px;

    letter-spacing: normal;

    border-bottom: solid 1px #5c5c5c; 
    background: #fffef0;
}

.footerNav__items:nth-child(odd)
{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footerNav__items:nth-child(even)
{
    border-left: solid 1px #5c5c5c;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.footerNav__items a,
.footerNav__items span
{
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', '游ゴシック', YuGothic, sans-serif;
    font-size: 28px;

    display: inline-block;

    width: 100%;

    -webkit-transform: rotate(.05deg);
        -ms-transform: rotate(.05deg);
            transform: rotate(.05deg);
    letter-spacing: 0; 

    color: #5c5c5c;

    -webkit-font-smoothing: antialiased;
    font-display: swap;
}

.footerNav__items span
{
    opacity: .4;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
}

.barrierfree__list
{
    text-align: center;
}
.barrierfree__list .barrierfree__items
{
    display: inline-block;

    padding: 5px 15px 80px;
}
.barrierfree__list .onsei a
{
    display: block;
    overflow: hidden;

    width: 335px;
    height: 53px; 

    white-space: nowrap;
    text-indent: 100%;

    background: url(../images/common/bnr_udcast01.png);
    -webkit-background-size: cover;
            background-size: cover;
}
.barrierfree__list .jimaku a
{
    display: block;
    overflow: hidden;

    width: 335px;
    height: 53px; 

    white-space: nowrap;
    text-indent: 100%;

    background: url(../images/common/bnr_udcast02.png);
    -webkit-background-size: cover;
            background-size: cover;
}

/* シェア
========================================== */
.share__list
{
    height: 120px; 
    padding: 20px 0 0 220px;

    background: url(../sp/images/common/share-title.png) no-repeat 40px center;
}

.share__items
{
    display: inline-block;
}

.share__link
{
    display: block;
    display: inline-block;
    overflow: hidden;

    width: 70px;
    height: 70px;
    margin-right: 50px; 

    white-space: nowrap;
    text-indent: 100%;
}

#share__tw
{
    background: url(../images/common/share_btn-twitter.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
}

#share__fb
{
    background: url(../images/common/share_btn-fb.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
}

#share__line
{
    background: url(../images/common/share_btn-line.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
}

#share__plus
{
    margin-right: 0; 

    background: url(../images/common/share_btn-plus.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
}

.sns__title
{
    font-family: 'Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', '游ゴシック', YuGothic, sans-serif;
    font-size: 18px;

    padding: 50px 0 20px;

    -webkit-transform: rotate(.05deg);
        -ms-transform: rotate(.05deg);
            transform: rotate(.05deg);
    text-align: center;

    color: #5c5c5c; 

    -webkit-font-smoothing: antialiased;
    font-display: swap;
}

.sns__list
{
    padding: 0 0 40px;

    text-align: center;
}

.sns__items
{
    display: inline-block;
}

.sns__items a
{
    display: block;
    overflow: hidden;

    width: 116px;
    height: 115px;
    margin-right: 20px; 

    white-space: nowrap;
    text-indent: 100%;
}

.sns__items:last-of-type a
{
    margin-right: 0;
}

.sns__tw a
{
    background: url(../sp/images/common/sns_btn-twitter.png) no-repeat;
}

.sns__fb a
{
    background: url(../sp/images/common/sns_btn-fb.png) no-repeat;
}

.sns__insta a
{
    background: url(../sp/images/common/sns_btn-insta.png) no-repeat;
}

.sns__line a
{
    background: url(../sp/images/common/sns_btn-line.png) no-repeat;
}
