@charset "utf-8";
@import url(event.css);
@media print,
screen and (min-width:768px) {
    /*		Contents
---------------------------------------------------------------------------

	Common（共通部分）

	HOME								[ / ]
	100年の歴史タイムライン				[ /timeline/ ]
	卒業生インタビュー					[ /interview/ ]
	100年の歴史　思い出投稿				[ /entry/ ]
	活動報告							[ /report/ ]

------------------------------------------------------------------------ */
    /* ========================================================================
	Common（共通部分）
======================================================================== */
    body {
        min-width: 1200px;
    }
    .sp {
        display: none;
    }
    .inner {
        position: relative;
        width: 1080px;
        margin: 0 auto;
    }
    a img,
    .fade,
    .fades a {
        transition-duration: 0.2s;
    }
    a:hover img,
    .fade:hover,
    .fades a:hover {
        opacity: 0.8;
    }
    .fade:hover img,
    .fades a:hover img {
        opacity: 1;
    }
    /* ----------------------------------------
	header
---------------------------------------- */
    header h1 {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 1200px;
        width: 100%;
        height: 510px;
        padding: 110px 0 0 0;
        background: #f5ecd5;
        text-align: center;
    }
    header h1 img {
        position: relative;
        width: auto;
        height: 264px;
        z-index: 1;
    }
    /* ----------------------------------------
	menu
---------------------------------------- */
    #menu {
        position: fixed;
        top: 0;
        left: 50%;
        width: 1100px;
        margin: 0 0 0 -550px;
        z-index: 100;
    }
    #menu .btn {
        position: absolute;
        top: 30px;
        right: 0;
        width: 68px;
        height: 56px;
        background: url(/img/common/btn_menu.png) no-repeat;
        background-size: 100%;
        cursor: pointer;
        z-index: 1;
    }
    #menu .btn.close {
        background-image: url(../../img/common/btn_menu_close.png);
    }
    #menu .btn span {
        display: none;
    }
    #menu>ul {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 116px 0 0 0;
        background: #000064;
    }
    #menu ul ul {
        display: none;
    }
    #menu ul li {
        position: relative;
        border-top: 1px solid #4a4a91;
    }
    #menu>ul>li:last-child {
        border-bottom: 1px solid #4a4a91;
    }
    #menu ul li a {
        display: block;
        text-align: center;
        font-family: "Noto Serif JP";
        font-size: 2.0rem;
        color: #ffffff;
        line-height: 60px;
        letter-spacing: 0.01em;
        text-decoration: none;
        transition-duration: 0.2s;
    }
    #menu ul li a:hover {
        background: #4a4a91;
    }
    #menu ul ul li a {
        font-size: 1.6rem;
    }
    #menu ul li span {
        position: absolute;
        top: 0;
        right: 0;
        width: 100px;
        height: 60px;
        font-size: 0;
    }
    #menu ul li span::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../../img/common/btn_open.png) no-repeat center #000064;
        border-left: 1px solid #4a4a91;
        cursor: pointer;
        transition-duration: 0.2s;
    }
    #menu ul li span.close::before {
        background-image: url(../../img/common/btn_close.png)
    }
    #menu ul li span:hover::before {
        background-color: #4a4a91;
    }
    /* ----------------------------------------
	main
---------------------------------------- */
    main h1 {
        font-family: "Noto Serif JP";
        font-size: 5.0rem;
        letter-spacing: 0.18em;
        line-height: 100px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    /* ----------------------------------------
	footer
---------------------------------------- */
    footer {
        background: #000064;
        color: #ffffff;
    }
    footer .inner {
        overflow: hidden;
    }
    /* office
---------------------------------------- */
    footer .office {
        float: left;
        padding: 60px 0 60px 16px;
    }
    footer .office h2 {
        padding: 0 0 20px 0;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 28px;
    }
    footer .office dl {
        padding: 20px 0;
    }
    footer .office p,
    footer .office dl dt,
    footer .office dl dd {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 24px;
    }
    footer .office a {
        color: #ffffff;
    }
    footer .office p a {
        text-decoration: underline;
    }
    footer .office p a:hover {
        text-decoration: none;
    }
    /* menu
---------------------------------------- */
    footer .menu {
        float: right;
        padding: 64px 30px 80px 0;
    }
    footer .menu a {
        color: #ffffff;
    }
    footer .menu>ul {
        padding: 0 0 4px 17px;
    }
    footer .menu>ul::before,
    footer .menu>ul::after {
        content: "";
        position: absolute;
        top: 0;
        left: 1px;
        width: 1px;
        height: 100%;
        background: #ffffff;
    }
    footer .menu>ul::after {
        width: 3px;
        height: 20px;
        left: 0;
    }
    footer .menu ul li {
        padding: 0 0 24px 0;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 22px;
    }
    footer .menu ul li:last-child {
        padding: 0;
    }
    footer .menu ul ul {
        padding: 24px 0 0 0;
    }
    footer .menu ul ul li {
        font-weight: 300;
    }
    /* ========================================================================
	HOME								[ / ]
======================================================================== */
    #home h2 {
        font-family: "Noto Serif JP";
        font-size: 4.4rem;
        letter-spacing: 0.2em;
        line-height: 88px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    /* ----------------------------------------
	anniversary
---------------------------------------- */
    #home .anniversary {
        overflow: hidden;
        position: relative;
        padding: 670px 0 72px 0;
    }
    #home .anniversary .image {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -643px;
    }
    #home .anniversary .image img {
        max-width: none;
    }
    #home .anniversary .inner {
        padding: 0 0 80px 0;
    }
    #home .anniversary .inner::after {
        content: "";
        position: absolute;
        bottom: 80px;
        right: -44px;
        width: 524px;
        height: 280px;
        background: url(../../img/home/bg_anniversary.png) no-repeat;
    }
    #home .anniversary h2 {
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 5.4rem;
        line-height: 114px;
    }
    #home .anniversary p {
        padding: 0 0 20px 0;
    }
    #home .anniversary p.lead {
        padding-bottom: 30px;
        font-family: "Noto Serif JP";
        font-size: 2.6rem;
        line-height: 46px;
        letter-spacing: 0.1em;
    }
    #home .anniversary dl {
        padding: 0 0 30px 0;
    }
    #home .anniversary dl dd {
        font-size: 1.8rem;
        line-height: 32px;
    }
    #home .anniversary dl dd span {
        display: inline-block;
        font-size: 1.4rem;
        line-height: 1;
    }
    /* ----------------------------------------
	report
---------------------------------------- */
    #home .report {
        padding: 60px 0 40px 0;
        background: url(../../img/common/bg_report.png) no-repeat center 16px #f5ecd5;
    }
    #home .report h2 {
        padding: 0 0 20px 0;
        line-height: 1;
        letter-spacing: 0.22em;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    #home .report ul {
        font-size: 0;
    }
    #home .report ul li {
        display: inline-block;
        width: 240px;
        margin: 0 40px 40px 0;
        vertical-align: top;
        font-size: 1.6rem;
        line-height: 24px;
    }
    #home .report ul li:nth-child(4n) {
        margin-right: 0;
    }
    #home .report ul li a {
        color: #333333;
        text-decoration: none;
    }
    #home .report ul li img {
        margin: 0 0 8px 0;
    }
    /* ----------------------------------------
	sns
---------------------------------------- */
    #home .sns {
        padding: 60px 0 80px 0;
        background: url(../../img/home/bg_sns.png) no-repeat center bottom #e6e6f0;
    }
    #home .sns h2 {
        padding: 0 0 20px 0;
        line-height: 1;
        letter-spacing: 0.18em;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    #home .sns h2 br {
        display: none;
    }
    #home .sns ul {
        padding: 0 0 0 98px;
    }
    #home .sns ul li {
        float: left;
        width: 272px;
        margin: 0 85px;
    }
    #home .sns ul li a {
        display: block;
        height: 272px;
        padding: 50px 0 0 0;
        background: #ffffff;
        text-align: center;
        font-family: "Noto Serif JP";
        color: #333333;
        line-height: 1;
        letter-spacing: 0.18em;
        text-decoration: none;
    }
    #home .sns ul li h3 {
        padding: 0 0 38px 0;
        font-size: 2.4rem;
    }
    #home .sns ul li img {
        display: block;
        margin: 0 auto 22px;
    }
    /* ========================================================================
	100年の歴史タイムライン				[ /timeline/ ]
======================================================================== */
    /* ----------------------------------------
	title
---------------------------------------- */
    #timeline .title {
        overflow: hidden;
    }
    #timeline .title .inner {
        min-height: 480px;
        padding: 58px 540px 40px 185px;
    }
    #timeline .title h1 {
        position: absolute;
        top: 50px;
        left: -25px;
    }
    #timeline .title .image {
        position: absolute;
        top: 50px;
        right: -68px;
    }
    #timeline .title p.lead {
        padding: 0 0 10px 0;
        font-family: "Noto Serif JP";
        font-size: 2.4rem;
        line-height: 38px;
        letter-spacing: 0.07em;
    }
    #timeline .title .btn a {
        display: block;
        margin: 20px 0 0 0;
        background: #000064;
        text-align: center;
        font-family: "Noto Serif JP";
        font-size: 2.8rem;
        color: #ffffff;
        line-height: 52px;
        letter-spacing: 0.22em;
        text-decoration: none;
    }
    /* ----------------------------------------
	timeline
---------------------------------------- */
    #timeline .timeline {
        padding: 40px 0 100px 0;
        background: url(../../img/timeline/bg_timeline.png) center 48px #f5ecd5;
    }
    /* ----------------------------------------
	cat
---------------------------------------- */
    #timeline .cat {
        padding: 0 0 60px 0;
    }
    #timeline .cat li {
        float: left;
        width: 96px;
        margin: 0 13px 0 0;
    }
    #timeline .cat li:first-child,
    #timeline .cat li:nth-child(5),
    #timeline .cat li:nth-child(9) {
        margin-right: 14px;
    }
    #timeline .cat li:last-child {
        margin-right: 0;
    }
    #timeline .cat a {
        display: block;
        background: #ffffff;
        border-radius: 2px;
        text-align: center;
        font-size: 1.5rem;
        color: #333333;
        line-height: 28px;
        text-decoration: none;
        transition-duration: 0.2s;
    }
    #timeline .cat a.active,
    #timeline .cat a:hover {
        background: #f15a24;
        color: #ffffff;
    }
    /* ----------------------------------------
	age
---------------------------------------- */
    #timeline .age h2 {
        padding: 0 0 20px 0;
        text-align: center;
        font-family: "Noto Serif JP";
        font-size: 8.0rem;
        line-height: 1;
        letter-spacing: 0.05em;
    }
    #timeline .age>p {
        padding: 0 0 40px 0;
        text-align: center;
        font-weight: 500;
    }
    /* history
---------------------------------------- */
    #timeline .history {
        overflow: hidden;
        position: relative;
        padding: 0 90px;
    }
    #timeline .history::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 4px;
        height: 100%;
        margin: 0 0 0 -2px;
        background: #f15a24;
    }
    #timeline .history h3 {
        position: relative;
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 0 0 4.0em;
        text-align: center;
        font-family: "Noto Serif JP";
        font-size: 2.2rem;
        line-height: 1;
    }
    #timeline .history .balloon:nth-of-type(2n)+h3 {
        margin-top: 60px;
    }
    #timeline .history h3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 20px;
        height: 20px;
        margin: 0 0 0 -10px;
        background: #f15a24;
        border-radius: 50%;
    }
    /* ---------- balloon ---------- */
    #timeline .history .balloon {
        position: relative;
        left: -400px;
        float: left;
        width: 364px;
        min-height: 136px;
        margin: -30px 0 60px 0;
        padding: 18px;
        background: #ffffff;
        border-radius: 8px;
        font-weight: 500;
        line-height: 20px;
        opacity: 0;
    }
    #timeline .history .balloon:nth-of-type(2n) {
        left: auto;
        right: -400px;
        float: right;
        margin: 30px 0 0 0;
    }
    #timeline .history .balloon:nth-of-type(2n+1) {
        clear: both;
    }
    #timeline .history .balloon:last-of-type {
        margin-bottom: 60px;
    }
    #timeline .history h3+.balloon,
    #timeline .history h3+.balloon:nth-of-type(2n) {
        margin-top: 0;
    }
    #timeline .history .balloon::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        /* Android */
        -ms-transform: translateY(-50%);
        /* IE9 */
        transform: translateY(-50%);
        right: -36px;
        width: 36px;
        height: 40px;
        background: url(../../img/timeline/balloon_left.png) no-repeat;
    }
    #timeline .history .balloon:nth-of-type(2n)::before {
        left: -36px;
        background-image: url(../../img/timeline/balloon_right.png);
    }
    #timeline .history .balloon img {
        float: left;
        margin: 0 18px 0 0;
    }
    #timeline .history .balloon:nth-of-type(2n) img {
        float: right;
        margin: 0 0 0 18px;
    }
    #timeline .history .balloon p {
        overflow: hidden;
    }
    /* ---------- official ---------- */
    #timeline .history .official {
        margin-top: 4px;
        background: #000064;
        color: #ffffff;
    }
    #timeline .history .official:nth-of-type(2n) {
        margin-top: 64px;
    }
    #timeline .history h3+.official,
    #timeline .history h3+.official:nth-of-type(2n) {
        margin-top: 34px;
    }
    #timeline .history h3+.balloon+.official:nth-of-type(2n) {
        margin-top: 94px;
    }
    #timeline .history .official h4 {
        position: absolute;
        top: -34px;
        left: 0;
        height: 43px;
        padding: 0 0 0 18px;
        background: #000064;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-size: 1.5rem;
        line-height: 34px;
    }
    #timeline .history .official:nth-of-type(2n) h4 {
        left: auto;
        right: 0;
        padding: 0 18px 0 0;
    }
    #timeline .history .official h4::before {
        content: "";
        position: absolute;
        bottom: 8px;
        right: -18px;
        border-style: solid;
        border-width: 32px 0 0 18px;
        border-color: transparent transparent transparent #000064;
    }
    #timeline .history .official:nth-of-type(2n) h4::before {
        right: auto;
        left: -18px;
        border-width: 0 0 32px 18px;
        border-color: transparent transparent #000064 transparent;
    }
    #timeline .history .official h4 span {
        display: inline-block;
        padding: 0 8px 0 6px;
        border-bottom: 1px solid #f5ecd5;
    }
    #timeline .history .official:nth-of-type(2n) h4 span {
        padding: 0 6px 0 8px;
    }
    #timeline .history .official::before {
        background-image: url(../../img/timeline/balloon_left_official.png);
    }
    #timeline .history .official:nth-of-type(2n)::before {
        background-image: url(../../img/timeline/balloon_right_official.png);
    }
    /* ========================================================================
	卒業生インタビュー					[ /interview/ ]
======================================================================== */
    /* ----------------------------------------
	title
---------------------------------------- */
    #interview .title {
        overflow: hidden;
        background: #f5ecd5;
    }
    #interview .title .inner {
        min-height: 480px;
        padding: 160px 720px 40px 0;
    }
    #interview .title h1 {
        position: absolute;
        top: 45px;
        left: 365px;
    }
    #interview .title .image {
        position: absolute;
        top: 48px;
        right: -72px;
    }
    #interview .title p.lead {
        padding: 0 0 10px 0;
        font-family: "Noto Serif JP";
        font-size: 2.4rem;
        line-height: 38px;
        letter-spacing: 0.05em;
    }
    /* ----------------------------------------
	interview
---------------------------------------- */
    #interview .interview {
        padding: 80px 0 40px 0;
        font-size: 0;
    }
    #interview .interview li {
        display: inline-block;
        width: 344px;
        margin: 0 24px 60px 0;
        vertical-align: top;
    }
    #interview .interview li:nth-child(3n) {
        margin-right: 0;
    }
    #interview .interview dl {
        padding: 5px 5px 0;
        font-size: 1.4rem;
        line-height: 24px;
    }
    #interview .interview dl dt span {
        display: block;
        font-size: 2.4rem;
        line-height: 34px;
    }
    /* ----------------------------------------
	widget_timeline
---------------------------------------- */
    #interview .widget_timeline {
        padding-bottom: 20px;
    }
    /* ========================================================================
	100年の歴史　思い出投稿				[ /entry/ ]
======================================================================== */
    /* ----------------------------------------
	title
---------------------------------------- */
    #entry .title {
        background: #f5ecd5;
    }
    #entry .title .inner {
        min-height: 480px;
        padding: 300px 420px 40px 270px;
    }
    #entry .title h1 {
        position: absolute;
        top: 80px;
        right: 80px;
        font-size: 6.0rem;
        letter-spacing: 0.22em;
    }
    #entry .title .image {
        position: absolute;
        top: 24px;
        left: -48px;
    }
    #entry .title p {
        position: relative;
    }
    #entry .title p span {
        display: block;
        font-size: 1.2rem;
        line-height: 21px;
    }
    /* ----------------------------------------
	entry
---------------------------------------- */
    #entry .entry {
        padding: 40px 270px 80px;
    }
    #entry .entry dl {
        padding: 0 0 80px 0;
        font-size: 1.4rem;
        line-height: 24px;
    }
    #entry .entry dl dt {
        padding: 0 0 10px 0;
    }
    #entry .entry dl dd {
        padding: 0 0 40px 0;
    }
    #entry .entry input[type="text"] {
        margin: 0 50px 0 0;
    }
    #entry .entry label {
        display: inline-block;
        margin: 0 35px 0 0;
    }
    /* btn
---------------------------------------- */
    #entry .entry .btn {
        text-align: center;
    }
    #entry .entry .btn button {
        width: 480px;
        background: #000064;
        border: none;
        font-family: "Noto Serif JP";
        font-size: 2.8rem;
        color: #ffffff;
        line-height: 56px;
        letter-spacing: 0.22em;
    }
    /* ========================================================================
	活動報告							[ /report/ ]
======================================================================== */
    /* ----------------------------------------
	title
---------------------------------------- */
    #report_detail .title {
        padding: 60px 0;
        background: url(../../img/common/bg_report.png) no-repeat center 16px #f5ecd5;
    }
    #report_detail .title h1 {
        line-height: 1;
        letter-spacing: 0.22em;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    /* ----------------------------------------
	report
---------------------------------------- */
    #report_detail .report {
        padding: 40px 0 50px 0;
    }
    #report_detail .report img {
        display: block;
        margin: 0 auto;
    }
    #report_detail .report p {
        padding: 0 0 30px 0;
    }
    #report_detail .report p.center img {
        margin-bottom: 10px;
    }
}

.event-title {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.event-title__text {
    font-family: "Noto Serif JP";
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.event-title__text a {
    color: #333333;
    text-decoration: underline;
}

.event-title__text a:hover {
    text-decoration: none;
}

.sp {
    display: none;
}

.logo-100nen {
    margin-bottom: 60px;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.logo-100nen__link {
    display: block;
}

.logo-100nen__text {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

.event-banner {
    max-width: 800px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.event-banner__textLink {
    margin-top: 10px;
    text-align: center;
}

.event-banner__textLink span {
    display: inline-block;
}

.youtube-banner {
    max-width: 800px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .event-title {
        display: flex;
        justify-content: center;
        margin-top: calc(60/768*100vw);
        margin-bottom: calc(60/768*100vw);
    }
    .event-title__text {
        font-size: calc(42/768*100vw);
    }
    .sp {
        display: block;
    }
    .logo-100nen {
        margin-top: 60px;
        max-width: 220px;
        width: 100%;
        margin-bottom: 30px;
    }
    .logo-100nen__text {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
    }
    .event-banner {
        max-width: 800px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: calc(30/768*100vw);
        margin-bottom: calc(60/768*100vw);
    }
    .youtube-banner {
        max-width: 800px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: calc(30/768*100vw);
        margin-bottom: calc(60/768*100vw);
    }
}

.information-contents {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#home .anniversary .information-contents__title {
    position: static;
    font-family: "Noto Serif JP";
    font-size: 3.4rem;
    letter-spacing: 0.2em;
    line-height: 1.65;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
}

.information-contents__textarea {
    display: flex;
    justify-content: center;
    margin-top: 5.0rem;
}

.information-contents__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.0rem;
    border-top: 1px solid #d5d5d5;
}

.information-contents__dateCategory {
    max-width: 200px;
    width: calc(200/1200*100%);
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
    font-family: "Noto Serif JP";
}

.information-contents__date {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #969696;
}

.information-contents__category {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #d00;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: #fff;
}

.information-contents__detail {
    position: relative;
    max-width: 1000px;
    width: calc(1000/1200*100%);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 50px;
    border-bottom: 1px solid #d5d5d5;
}

#home .anniversary .information-contents__detail {
    font-size: 1.6rem;
    line-height: 1.65;
}

.information-contents__detail::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000064;
    border-right: 2px solid #000064;
    transform: rotate(45deg);
}

.information-contents__detail::after {
    content: "";
    position: absolute;
    top: 32px;
    right: 26px;
    width: 12px;
    height: 2px;
    background: #000064;
}

#home .anniversary .information-contents__detail p {
    padding-bottom: 1em;
}

#home .anniversary .information-contents__detail a {
    text-decoration: underline;
}

#home .anniversary .information-contents__detail a:hover {
    text-decoration: none;
}

#home .anniversary .information-contents__detail p:last-of-type {
    padding-bottom: 0px;
}

@media screen and (max-width:767px) {
    .information-contents {
        width: 100%;
        margin-top: 3.75rem;
    }
    #home .anniversary .information-contents__title {
        font-size: 2.0rem;
    }
    .information-contents__textarea {
        display: block;
        text-align: left;
        margin-top: 1.5rem;
    }
    .information-contents__dateCategory {
        max-width: none;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 0px;
        border-bottom: none;
    }
    .information-contents__date {
        font-size: 1.2rem;
    }
    .information-contents__category {
        border-radius: 5px;
        font-size: 1.2rem;
    }
    .information-contents__detail {
        position: relative;
        max-width: none;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 10px;
        padding-right: 30px;
        border-bottom: 1px solid #d5d5d5;
    }
    .information-contents__detail::before {
        top: 15px;
        right: 5px;
        width: 6px;
        height: 6px;
    }
    .information-contents__detail::after {
        top: 18px;
        right: 6px;
        width: 8px;
    }
    #home .anniversary .information-contents__detail {
        font-size: 1.4rem;
        line-height: 1.65;
    }
}