﻿@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

a img {
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    box-sizing: border-box;
}

/*
body {
    font: 15px/1.5 "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #000000;
    -webkit-text-size-adjust: 100%;
}
*/
body {
    font-size: 14.5px;
    line-height: 1.8em;
    color: #000000;
    -webkit-text-size-adjust: 100%;
}

.br-sm {
    display: none;
}


img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.w_960 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.w_1000 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* リンク設定
------------------------------------------------------------*/
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    /*font-size: 100%;*/
    color: #000;
}

a:hover,
a:active {
    outline: none;
    color: #000;
}

a img:hover {
    opacity: .8;
}


/**** Clearfix ****/
nav#mainNav ul:after,
nav#mainNav .inner:after,
.newsTitle:after,
.post:after,
.inner:after,
ul.news:after {
    content: "";
    display: table;
    clear: both;
}

nav#mainNav ul,
.newsTitle,
.post,
nav#mainNav .inner,
ul.news {
    zoom: 1;
}

/* 見出し
------------------------------------------------------------*/
#content h3 {

    position: relative;
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-left: 8px solid #122b88;
    background: #e0edff;
    font-size: 1.2em;
    margin-bottom: 30px;
    margin-top: 30px;

    border-radius: 5px;
    font-weight: 600;
}

#content h3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
    border-top: 10px solid #e0edff;
    width: 0;
    height: 0;
}

/*
#content p{
	margin-bottom:15px;
	font-size:15px;
	line-height:1.8;

}
*/

h5 {
    padding: 0.5em 0.2em;
    color: #000000;
    background: transparent;
    border-left: solid 8px #7db4e6;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-weight: 600;
    background-color: #ecf6ff;
    border-radius: 5px;

}



.t_logo img {

    width: 100px;
    height: auto;
}

@media (max-width: 600px) {
    #content h3 {
        font-size: 1em;
    }

    body {
        font-size: 0.7em;
    }



    .t_logo img {

        width: 260px;
        height: auto;
    }

}

#content h4 {
    font-size: 1.2em;
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    color: #000000;
    margin-bottom: 10px;
}

#content h6 {
    margin-bottom: 0.5em;
}



/*
ボタン1・部品
-------------------------------------------*/
.btn-border {
    display: inline-block;
    max-width: 250px;
    text-align: left;
    border: 1px solid #5a8127;
    font-size: 14px;
    color: #5a8127;
    text-decoration: none !important;
    padding: 4px 16px;
    border-radius: 4px;
    transition: .4s;
    margin-right: 10px;
    margin-left: 10px;

}

.btn-border a {
    text-decoration: none !important;
}


.btn-border:hover {

    border-color: #cbe585;
    color: #FFF !important;
}

.flow .btn-border {
    padding: 4px 10px;
}

/*
ボタン2・部品
-------------------------------------------*/
#footer .boxWrap .btn-border2 {
    display: inline-block;
    max-width: 300px;
    text-align: left;
    border: 1px solid #0000a0;
    font-size: 13px;
    color: #0000a0;
    text-decoration: none !important;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    transition: .4s;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#footer .boxWrap .btn-border2 a {
    text-decoration: none !important;
}


#footer .boxWrap .btn-border2:hover {

    border-color: #ff7000;
    color: #FFF !important;
}


blockquote {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px dotted #ddd;
    font-size: 16px;
    text-align: left;
    background: #f2ffff;
}



blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}







/*PAGE TOP設定
---------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #122b88;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*================================================
 * テーブル
 ================================================*/

.col-head-type1 {
    border-collapse: collapse;
    width: 60%;
    margin-top: 0;
    border: 1px solid #ccc;
}


.col-head-type1 td {
    padding: 5px;
    text-align: left;
    width: 200px;
    border: 1px solid #ccc;
}

.col-head-type1 th {
    background: #fff;
    text-align: left;
    width: 200px;
}

@media only screen and (max-width: 800px) {

    .col-head-type1 {
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #ccc;
    }

    .col-head-type1 tr,
    .col-head-type1 th,
    .col-head-type1 td {
        display: block;
        width: auto;
    }

    .col-head-type1 tr:first-child {
        display: none;
    }

    .col-head-type1 td:first-child {
        border-top: 2px solid #ccc;
    }

    .col-head-type1 th,
    .col-head-type1 td {
        border-top: none;
    }
}


/*
オンライン授業を支援する便利ツールまとめ（教員用）
-------------------------------------------*/
.col_1 {
    overflow: hidden;
    width: 98%;
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 50px;
}

.col_1 ul {
    overflow: hidden;
    margin: 0% -2% 0 0;
}

.col_1 li {
    list-style: none;
    width: 91%;
    margin: 0 1% 1% 0;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 18px;


}

.col_1 li:nth-child(2n+1) {
    clear: both;
}


.col_1 h3 {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #3e1586;
}


/*================================================*/
.col_2 {
    overflow: hidden;

}

.col_2 ul {
    overflow: hidden;
    margin: 2% -2% 0 0;
}

.col_2 li {
    list-style: none;
    float: left;
    width: 48%;
    margin: 0 2% 2% 0;
}

.col_2 li:nth-child(2n+1) {
    clear: both;
}

.col_2 li img {
    width: 100%;
    margin-bottom: 2.5%;
}

.col_2 li h4 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    /*太字にする設定*/
}



/*
オンライン授業を支援する便利ツールまとめ
-------------------------------------------*/
.col_3 {
    overflow: hidden;
    width: 98%;
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: 50px;
}

.col_3 p {
    text-align: center;
}

.col_3 ul {
    overflow: hidden;

}

.col_3 li {
    list-style: none;
    float: left;
    width: 28%;
    margin: 0 1% 1% 0;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

.col_3 li:nth-child(3n+1) {
    clear: both;
}

.col_3 li img {
    width: 100%;
    margin-bottom: 2.5%;
    border-radius: 5px;
}

.col_3 h3 {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #3e1586;
}


/* レイアウト
------------------------------------------------------------*/
#wrapper,
.inner {
    margin: 0 auto;
    max-width: 1200px;
    /*padding-right: 5px;
    padding-left: 5px;*/
}

#content {
    /*float:right;*/
    width: 950px;
    /*padding: 20px 0 50px;*/
    margin: 0 auto;
}

#content a {
    /*text-decoration: underline;*/
    text-decoration: none;
}

.link {
    border-bottom: 2px dashed #ffb7a1;
    /* 線の太さ 線の種類 線の色 */
    padding-bottom: 3px;
    /* テキストと下線との距離 */
}

#content a:hover,
a:active {
    outline: none;
    color: #ff8000;
}

#toppage #content {
    width: 100%;

}

#sidebar {
    float: left;
    width: 220px;
    padding: 20px 0 50px;
}

#footer {
    clear: both;
}


/* ヘッダー
*****************************************************/
.bg {
    background: #eee;
}


/* サイト説明文
----------------------------------*/
/*#header h1 {
    padding: 5px 0;
    font-size: 80%;
    color: #333;
    font-weight: normal;
}*/


/* ロゴ (サイトタイトル)
----------------------------------*/
#header .logo {
    padding: 0 20px;
    color: #515151;
    font-size: 160%;
    font-weight: bold;
}

.title_area {
    display: flex;
    align-items: center;
}

.title_area div:last-of-type p {
    font-size: 0.9rem;
}

.page_title {
    font-size: 2.4em;
    text-align: left;
    font-weight: 600;
    line-height: 1.5em;
}

.sub_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.guideline-all>div p {
    font-size: 0.8rem;
}

/* SNS
----------------------------------*/
.sns {
    float: left;
    padding: 20px;
    margin-top: 1.5em;

    width: 60%;
}

.sns img {
    margin-left: 5px;
}



/* switch
----------------------------------*/
header .inner .switch_area {
    display: flex;
    justify-content: flex-end;
}


header .inner .switch {
    padding-top: 0px;
    padding-right: 10px;
    margin-bottom: 10px;
}



header .inner .switch a {
    background-color: #50318f;
    color: rgb(255, 255, 255);
    width: 150px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 90%;
    padding-bottom: 2px;
    padding-top: 2px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

header .inner .switch a:hover {
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

/* switch2
----------------------------------*/
header .inner .switch2 {
    padding-top: 0px;
    padding-right: 10px;
    margin-bottom: 10px;
}

header .inner .switch2 a {
    background-color: #ff7000;
    color: rgb(255, 255, 255);
    width: 150px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 90%;
    padding-bottom: 2px;
    padding-top: 2px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

header .inner .switch2 a:hover {
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

/* トップページ　メイン画像
----------------------------------*/
#mainImg {
    clear: both;
    margin-top: 20px;
    line-height: 0;
    text-align: center;
    z-index: 0;
}



.post {
    margin: 20px 0 20px 0;
}

.toppage {
    background: #50318f;
    color: #fff;
    padding: 10px 10px;
}

.toppage h4 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: nomal;
    color: #fff !important;
}



/* 東北大学の行動指針
----------------------------------*/

.latest {
    padding: 10px 10px;
    font-size: 20px;
    background: #f5f5f5;
    margin-bottom: 30px;
}

.latest-box {
    float: right;
    border: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 35px;
    font-size: 30px;
    width: 180px;
    background: #faaa0a;
    color: #fff;
    text-align: center;
}


/* 宮城県内感染者数
----------------------------------*/
.miyagi {
    padding: 10px 10px;
    font-size: 20px;
    background: #f5f5f5;
    margin-bottom: 30px;
}

.miyagi-box {
    float: right;
    border: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 35px;
    font-size: 30px;
    width: 180px;
    background: #fff100;
    color: #000;
    text-align: center;
}




/* 記事ループ
*****************************************************/
.list {
    padding: 10px 0;
    border-bottom: 1px dashed #e4e4e4;
}

.list:last-child {
    border: 0;
}

.post .list p {
    padding: 0;
}

.list span {
    padding-left: 10px;
}

/***フロー図****************************************************/

.flow {
    margin-bottom: 1rem;
    position: relative;
}

.flow img {
    width: 400px;
    box-shadow: 0 0 2px #ccc;
}

.flow div {
    position: absolute;
    bottom: 14px;
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 620px) {
    .flow img {
        width: 100%;
    }

    .flow div {
        width: 100%;
    }
}

/* タイポグラフィ
*****************************************************/
h2.title {
    clear: both;
    margin: 0 0 10px;
    padding: 5px 0;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    color: #000;
    font-weight: nomal;
}

.dateLabel {
    text-align: right;
    /* font-family: Georgia, "Times New Roman", Times, serif;*/
}

.post p {
    padding-bottom: 15px;
}

.post ul {
    margin: 0 0 10px 10px;
}

.post ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(images/bullet.png) no-repeat 0 8px;
}

.post ol {
    margin: 0 0 10px 30px;
}

.post ol li {
    list-style: decimal;
}

.post h1 {
    margin: 20px 0;
    padding: 5px 0 5px 15px;
    font-size: 150%;
    border-bottom: 2px solid #3cbb96;
    background: url(../images/headingBg.png) no-repeat 0 50%;
}

.post h2 {
    margin: 10px 0;
    padding-bottom: 2px;
    font-size: 130%;
    font-weight: normal;
    border-bottom: 2px solid #3cbb96;
}

.post h3 {
    margin: 10px 0;
    font-size: 110%;
    font-weight: normal;
    border-bottom: 1px solid #3cbb96;
}

.post blockquote {
    clear: both;
    padding: 10px 0 10px 15px;
    margin: 10px 0 25px 30px;
    border-left: 5px solid #ccc;
}

.post blockquote p {
    padding: 5px 0;
}

.post table {
    border: 1px #535353 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 20px;
}

.post table th {
    padding: 10px;
    border: 1px #535353 solid;
    border-width: 0 0 1px 1px;
    background: #ececec;
}

.post table td {
    padding: 10px;
    border: 1px #535353 solid;
    border-width: 0 0 1px 1px;
    background: #fff;
}

.post dt {
    font-weight: bold;
}

.post dd {
    padding-bottom: 10px;
}

.post img {
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    display: block;
    margin: 5px auto;
}

img.alignright,
img.alignleft {
    margin: 0 10px 15px 15px;
    display: inline;
}

img.alignleft {
    margin: 10px 15px 15px 10px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

#gallery-1 img {
    border: 1px solid #eaeaea !important;
    padding: 5px;
    background: #fff;
}

#gallery-1 img:hover {
    background: #fffaef;
}


/* サイドバー　ウィジェット
*****************************************************/
.widgetWrap,
section.widget ul {
    margin: 10px 0 20px 0;
    padding: 10px 10px 0 10px;
}

section.widget ul ul {
    border: 0;
    margin: 0;
    padding: 0 0 0 10px;
    box-shadow: none;
}

#sidebar ul#banners {
    width: 220px;
    margin: 10px 0;
}

#sidebar ul#banners li {
    float: none;
    margin: 0 0 10px;
}

section.widget h3 {
    clear: both;
    margin: 0 0 -5px;
    padding: 5px 0;
    font-size: 110%;
    border-bottom: 1px solid #eee;

}

section.widget li a {
    display: block;
    padding: 7px 0 7px 12px;
    background: url(images/arrow2.png) no-repeat 0 12px;
    border-bottom: 1px dashed #e4e4e4;
}

section.widget li a:hover {
    background-position: 2px 12px;
}

section.widget li:last-child a {
    border: 0;
}

#searchform input[type="text"] {
    width: 120px;
    line-height: 22px;
    height: 22px;
    margin-right: 3px;
}

#searchform {
    padding: 20px 0;
}

/* カレンダー */
#calendar_wrap table {
    margin: 0 auto;
    width: 90%;
}

#calendar_wrap table caption {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

#calendar_wrap table th,
#calendar_wrap table td {
    padding: 3px;
    text-align: center;
}

#calendar_wrap table th:nth-child(6) {
    color: #000;
}

#calendar_wrap table th:nth-child(7) {
    color: #950000;
}

#calendar_wrap a {
    color: #8c703a;
    font-weight: bold;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

#calendar_wrap table td#prev {
    text-align: left;
}

#calendar_wrap table td#next {
    text-align: right;
}

#calendar_wrap table td#prev a {
    text-align: left;
    border: 0;
}

#calendar_wrap table td#next a {
    text-align: right;
    border: 0;
}


/* お知らせ
-------------*/
.newsTitle {
    clear: both;
    margin: 0;
    padding: 7px 10px 7px 0;
    /*font-size: 130%;*/
    /*border-bottom: 1px solid #eee;*/
    margin-top: 40px;
}



.newsTitle p {
    float: right;
    padding: 0 0 0 10px;
    font-size: 80%;
    background: url(images/arrow2.png) no-repeat 0 5px;
}

.news p {
    clear: both;
    padding-bottom: 2px;
    border-bottom: 1px dashed #e4e4e4;
}

.news p:last-child {
    border: 0;
}

.news p a {
    display: block;
    padding: 5px 0;
    color: #000;

}

.news a span {
    color: #000;

}

.news span {
    padding-left: 10px;
}

.news a:hover span {
    color: #ff8000;
}


/* トップページ */
#content .newsTitle h3 {
    font-size: 120%;
}

/*トップページ：重要ー体調が悪い時はボックス-----------------------------------------------------------------*/
.unwell dl {
    box-sizing: border-box;
    max-width: 850px;
    margin: 2rem auto 0;
    border: #c42020 3px solid;
    padding: 1rem 1rem 1rem 3rem;
    /*letter-spacing: 0.2rem;*/
    font-size: 1.1rem;
    position: relative;
}

.unwell dl dt {
    letter-spacing: 1rem;
    color: #c42020;
    padding: 5px 5px 5px 20px;
    display: inline-block;
    position: absolute;
    top: -1.1rem;
    background-color: #fff;
}

.unwell dl dd:first-of-type {
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
}

.unwell dl dd span {
    font-size: 0.8rem;
    padding-right: 0.5rem;
    margin-left: 0.5rem
}

.unwell dl dd a:hover {
    text-decoration: underline;
    color: #ff8000;
}

/*.unwell dl dd:last-child {
    text-align: right;
    font-size: 0.9rem;
    margin-top: 0;
}*/


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.scr {
    overflow: scroll;
    /*height: 400px;*/
}


#new dl {
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/*日付設定*/
#new dt {
    font-weight: bold;
    /*太字にする設定。標準がいいならこの行削除。*/
    float: left;
    width: 8em;

}

/*記事設定*/
#new dd {
    padding-left: 8em;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e4e4e4;
}



/* フッター
*****************************************************/
#footer {
    margin-top: 2em;
    width: 100%;
}

#footer .inner {
    width: 1200px;
}



#footer .boxWrap {
    width: 100%;
    color: #000;
    clear: both;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    background: #f5f5f5;
}

#footer .boxWrap a {
    margin: 0;
    padding: 0;
    /*text-decoration: underline;*/
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    color: #000;
}

#footer .boxWrap a:hover,
a:active {
    outline: none;
    color: #ff7000;
}






.contact p {
    padding: 3px 0 3px 32px;
    margin-bottom: 3px;
    font-size: 110%;
    background: url(images/iconHome.png) no-repeat 4px 0;
}

.contact p.mail {
    background-image: url(images/iconMail.png);
}

.contact p.tel {
    background-image: url(images/iconTel.png);
}

.contact p.fax {
    background-image: url(images/iconFax.png);
}

.contact p.tw {
    background-image: url(images/iconTW.png);
}

.contact p.fb {
    background-image: url(images/iconFB.png);
}

#copyright {
    color: #fff;
    clear: both;
    padding: 10px 0;
    text-align: center;
    font-size: 90%;
    background: #222;
}


/* page navigation
------------------------------------------------------------*/
.pagenav {
    clear: both;
    width: 100%;
    height: 30px;
    margin: 5px 0 20px;
}

.prev {
    float: left
}

.next {
    float: right;
}

#pageLinks {
    clear: both;
    color: #4f4d4d;
    text-align: center;
}

/*================================================
 * ボトム
 ================================================*/
#bottom {
    margin-right: auto;
    margin-left: auto;
}

.boxContainer {
    overflow: hidden;
    color: #000;

    margin-top: 30px;
    margin-bottom: 30px;

}

.boxContainer p {
    margin-bottom: 10px;
}



#bottom .box {
    font-size: 13px;
    float: left;
    width: 22%;
    padding: 8px;
    border: 1px solid #ccc;
    margin-right: 24px;
}

#bottom .box h4 {
    font-size: 14px;
    font-weight: bold;
}

#bottom .last {
    margin-right: 0;
}

#bottom .box img {
    float: left;
    padding: 0 10px 0 0;
}

#bottom .box a {
    text-decoration: none;
}

.readon2 a {
    float: right;
    display: block;
    padding-left: 22px;
    padding-right: 5px;
    text-decoration: none;
    color: #fff;
}

.readon2 a:hover {
    background-position: 5px 50%;
    color: #ff8000;
}






/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
    div.panel {
        display: block !important;
    }

    a#menu {
        display: none;
    }

    nav#mainNav ul {
        clear: both;
        position: relative;
        z-index: 200;
        width: 1200px;
        margin: 0 auto;
    }

    nav#mainNav li {
        float: left;
        margin-right: 20px;
        position: relative;
    }

    nav#mainNav li.hassub a {
        background: url(images/arrowDown2.png) no-repeat 100% 50%;
    }

    nav#mainNav li a {
        display: block;
        float: left;
        font-size: 100%;
        line-height: 45px;
        padding: 0 50px 0 0;
        color: #525252;
        border-bottom: 1px solid #eee;
    }

    nav#mainNav li.current-menu-item a,
    nav#mainNav li a:hover,
    nav#mainNav li.current-menu-parent a {
        color: #3cbb96;
        border-color: #3cbb96;
    }

    nav#mainNav li.hassub.current-menu-item a,
    nav#mainNav li.hassub a:hover,
    nav#mainNav li.hassub.current-menu-parent a {
        background: url(images/arrowDown.png) no-repeat 100% 50%;
    }

    nav#mainNav li.hassub li a,
    nav#mainNav li.hassub.current-menu-item li a,
    nav#mainNav li.hassub.current-menu-parent li a,
    nav#mainNav li.hassub li a:hover {
        background: none;
    }

    nav#mainNav ul ul {
        width: 160px;
        background: #fff;
    }

    nav#mainNav li ul {
        display: none;
        opacity: 0;
    }

    nav#mainNav li:hover ul {
        display: block;
        position: absolute;
        top: 46px;
        left: 0;
        z-index: 500;
        opacity: 1;
    }

    nav#mainNav li li {
        margin: 0;
        float: none;
        width: 160px;
    }

    nav#mainNav li li a,
    nav#mainNav li.current-menu-parent li a,
    nav#mainNav li.current-menu-item li a {
        padding: 0 0 0 5px;
        height: 35px;
        font-size: 95%;
        line-height: 35px;
    }

    nav#mainNav li.current-menu-item li a,
    nav#mainNav li.current-menu-parent li a {
        color: #adadad;
        border-bottom: 1px solid #adadad;
    }

    nav#mainNav li li.current-menu-item a,
    nav#mainNav li li a:hover {
        color: #3cbb96;
        border-color: #3cbb96;
    }





}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
    nav#mainNav {
        clear: both;
        width: 99%;
        margin: 0 auto 10px;
    }

    nav#mainNav a.menu {
        width: 100%;
        display: block;
        height: 37px;
        line-height: 37px;
        font-weight: bold;
        text-align: left;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        background: url(images/menuOpen.png) no-repeat 5px 8px;
    }

    nav#mainNav a#menu span {
        padding-left: 35px;
    }

    nav#mainNav a.menuOpen {
        border-bottom: 0;
        background: url(images/menuOpen.png) no-repeat 5px -34px;
    }

    nav#mainNav a#menu:hover {
        cursor: pointer;
    }

    nav .panel {
        display: none;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        z-index: 1;
    }

    nav#mainNav ul {
        margin: 0;
        padding: 0;
    }

    nav#mainNav ul li {
        float: none;
        clear: both;
        width: 100%;
        height: auto;
        line-height: 1.2;
    }

    nav#mainNav ul li:first-child {
        border-top: 1px solid #d5d5d5;
    }

    nav#mainNav ul li li:first-child {
        border-top: 0;
    }

    nav#mainNav ul li a,
    nav#mainNav ul li.current-menu-item li a {
        display: block;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 1px dashed #ccc;
        background: #fff;
    }

    nav#mainNav ul li:last-child a {
        border: 0;
    }

    nav#mainNav ul li li:last-child a {
        border: 0;
    }

    nav#mainNav ul li li:last-child a {
        border-bottom: 1px dashed #ccc;
    }

    nav#mainNav ul li a span {
        display: none;
    }

    nav#mainNav ul li.current-menu-item a,
    nav#mainNav ul li a:hover,
    nav#mainNav ul li.current-menu-item a,
    nav#mainNav ul li a:active,
    nav#mainNav ul li li.current-menu-item a,
    nav#mainNav ul li.current-menu-item li a:hover,
    nav#mainNav ul li.current-menu-item li a:active {
        background: #f6f6f6;
    }

    nav#mainNav ul li li {
        float: left;
        border: 0;
    }

    nav#mainNav ul li li a,
    nav#mainNav ul li.current-menu-item li a,
    nav#mainNav ul li li.current-menu-item a {
        padding-left: 40px;
        background: #fff url(images/sub1.png) no-repeat 20px 18px;
    }

    nav#mainNav ul li li.current-menu-item a,
    nav#mainNav ul li li a:hover,
    nav#mainNav ul li.current-menu-item li a:hover {
        background: #f6f6f6 url(images/sub1.png) no-repeat 20px -62px;
    }

    nav#mainNav ul li li:last-child a {
        background: #fff url(images/subLast.png) no-repeat 20px 20px;
    }

    nav#mainNav ul li li:last-child.current-menu-item a,
    nav#mainNav ul li li:last-child a:hover,
    nav#mainNav ul li.current-menu-item li:last-child a:hover {
        background: #f6f6f6 url(images/subLast.png) no-repeat 20px -65px;
    }

    nav div.panel {
        float: none;
    }

    #mainImg {
        margin-bottom: 20px;
    }

    #footer .inner {
        width: 100%;
    }


}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
    #header {
        width: 100%
    }

    .inner,
    #footer .boxWrap,
    #wrapper {
        width: 99%;
    }

    #mainImg img {
        width: 96%;
        height: auto;
    }

    #content,
    #sidebar {
        clear: both;
        width: 95%;
        float: none;
        margin: 0 auto;
        padding: 10px 0;
    }

    #sidebar {
        background: url(images/border.png) repeat-x;
        padding-top: 30px;
    }

    ul.post,
    ul#banners,
    #sidebar ul#banners {
        width: 100%;
        display: table-row;
        margin: 0;
    }

    ul.post li,
    ul#banners li,
    #sidebar ul#banners li {
        float: left;
        width: 23%;
        margin: 0 1%;
        padding: 0 0 20px;
    }

    ul.post img,
    ul#banners li img,
    #sidebar ul#banners img {
        max-width: 98%;
        height: auto;
    }

    #calendar_wrap table {
        width: 260px;
        margin: 0;
    }

    #footer .boxWrap {
        margin: 0;
        padding: 0;
    }

    #footer .box {
        float: none;
        width: 100%;
        margin: 10px 0;
    }


    #bottom {
        margin-right: auto;
        margin-left: auto;
    }


}


/* 幅620px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 620px) {

    ul.post li,
    ul#banners li,
    #sidebar ul#banners li {
        width: 42%;
        margin: 0 0 0 6%;
    }

    ul.post li:nth-child(2n+1) {
        clear: left;
    }

    .post img {
        max-width: 100%;
        height: auto;
    }

    img.alignright,
    img.alignleft {
        display: block;
        margin: 5px 2%;
        max-width: 96%;
        height: auto;
    }

    .alignright,
    .alignleft {
        float: none;
    }

}

@media screen and (max-width:1200px) {

    #bottom .box {
        font-size: 14px;
        float: left;
        width: 45%;

    }

}

@media screen and (max-width:979px) {

    #bottom .box {
        font-size: 14px;
        float: left;
        width: 97.5%;

    }

    /* SNS
----------------------------------*/
    .sns {
        width: 90%;
        margin-top: -2em;
        margin-bottom: -1.5em;
    }

    /*================================================*/
    .col_2 ul {
        margin-right: 0;
    }

    .col_2 li {
        width: 90%;
    }

    .col_2 li:nth-child(2n+1) {
        clear: both;
    }


    /*
オンライン授業を支援する便利ツールまとめ
-------------------------------------------*/
    .col_3 {
        overflow: hidden;
        width: 100%;
        background-color: #f5f5f5;
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 0;
        margin-top: 20px;
    }


    .col_3 li {
        list-style: none;
        float: left;
        width: 88%;
        margin: 0;
        background-color: #fff;
        text-align: center;
        padding: 5px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .col_3 li:nth-child(3n+1) {
        clear: both;
    }

    .col_3 h4 {
        text-align: center;
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #3e1586;
    }

    #wrapper,
    .inner {
        width: 98%;
    }



}

@media screen and (max-width:767px) {

    #bottom .box {
        font-size: 14px;
        float: left;
        width: 95%;

    }

    #bottom .box img {
        float: left;
        padding: 0 0 0 0;

    }

    .br-sm {
        display: inline;
    }



}



/* フッターバナー
------------------------------------------------------------*/

@media only screen and (max-width: 620px) {

    .footer_banner {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
    }

    .footer_banner img {
        padding-bottom: 10px;
    }


}


/* 予防と健康
------------------------------------------------------------*/

.imagebox {
    margin: auto;

}

@media screen and (max-width:1200px) {

    #toppage #content .boxContainer {
        width: 950px;
        margin: 0 auto;
    }

    #bottom .second_box {
        margin-right: 0;
    }

    #bottom .last {
        margin-right: 0;
    }

    .imagebox img {
        width: 46%;
        margin-left: 15px;

    }

}

@media only screen and (max-width:959px) {

    .imagebox img {
        width: 45%;
        margin-left: 15px;

    }

}

@media only screen and (max-width: 760px) {

    .imagebox img {
        width: 80%;
        margin-left: 60px;
        margin-right: 60px;
    }

}

@media only screen and (max-width: 620px) {

    .imagebox img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
    }

}

/* 20210402追加
------------------------------------------------------------*/
table.support-package {
    border-collapse: collapse;
}

table.support-package th,
table.support-package td {
    border: solid 1px;
    /* 枠線指定 */
    padding: 10px;
    /* 余白指定 */
    border: solid 1px #aaa;
}

/* 20220823追加 新規感染者人数の欄
------------------------------------------------------------*/
.fl_info_kansen {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.box_info {
    width: 300px;
    margin: 2em 0;
    background: #f5f5f5;
    /* #e0edff */
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);*/
}

.box_info .box_title {
    font-size: 1.2em;
    background: #5c5c5c;
    /* #122b88 */
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.box_info p {
    padding: 15px 20px;
    margin: 0;
    font-size: 3em;
    text-align: center;
}

/* 20220822追加 お問い合わせ
------------------------------------------------------------*/
.fl_info {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 1em;
}

.fl_info_box {
    width: 240px;
    padding: 1em 1.5em;
    /*border-radius: 5px;*/
    border: #dddddd 1px solid;
}

@media screen and (max-width:450px) {

    .fl_info {
        display: flex;
        flex-flow: column;
        margin-bottom: 1em;
        align-items: center;
    }


}


.s_news {
    max-width: 400px;
    background-color: #c2ffee;
    padding: 1em;





}

.list-012 {
    list-style-type: none;
    margin-left: 1em;
}

.list-012 li {
    display: flex;
    align-items: start;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em;
}

.list-012 li::before,
.list-012 li::after {
    position: absolute;
    content: '';
}

.list-012 li::before {
    top: 0.5em;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #7db4e6;
}

.list-012 li::after {
    top: 0.89em;
    left: .62em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
}


.heading-041 {
    display: flex;
    margin-top: 2em;
    align-items: center;
    padding: .5em .7em;
    background-color: #f0f0f0;
    color: #000000;
}

.heading-041::before {
    display: inline-block;
    width: 5px;
    height: 1.5em;
    margin-right: .5em;
    background-color: #7db4e6;
    content: '';
}

.heading-038 {
    margin-top: 1.5em;
    position: relative;
    padding: .5em 1.2em;
    color: #000000;
    font-weight: 600;
}

.heading-038::before,
.heading-038::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #7db4e6;
    content: '';
}

.heading-038::before {
    top: calc(50% - 3px);
    left: 0;
}

.heading-038::after {
    top: calc(50% + 3px);
    left: 5px;
}

.box-005 {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #ff5555;
    border-radius: 5px;
    color: #333333;
}

.box-005 div {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #ff5555;
    font-weight: 600;
    vertical-align: top;
}

.box-005 svg {
    padding-right: 4px;
}

.box-005 p {
    margin: 0;
    padding: 0 1.5em 1em;
}

.box-007 {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #ffb36b;
    border-radius: 5px;
    color: #333333;
}

.box-007 div {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #ffb36b;
    font-weight: 600;
    vertical-align: top;
}

.box-007 svg {
    padding-right: 4px;
}

.box-007 p {
    margin: 0;
    padding: 0 1.5em 1em;
}

.box-012 {
    width: 100%;

    border: 2px solid #7db4e6;
    border-radius: 5px;
}

.box-012 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    background-color: #7db4e6;
    color: #fff;
    font-weight: 600;
}

.box-012 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #000000;
}

.box-013 {
    width: 48%;
    margin: 0.5em auto;
    border: 2px solid #7db4e6;
    border-radius: 5px;
}

.box-013 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #7db4e6;
    color: #fff;
    font-weight: 600;
}

.box-013 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #000000;
}

.box-014 {
    width: 30%;
    margin: 0.5em auto;
    border: 2px solid #7db4e6;
    border-radius: 5px;
}

.box-014 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #7db4e6;
    color: #fff;
    font-weight: 600;
}

.box-014 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #000000;
}

@media (max-width: 600px) {
    .box-013 {
        width: 100%;
    }

    .box-014 {
        width: 100%;
    }
}



.heading12 {
    position: relative;
    border-bottom: 2px solid #7db4e6;
    padding-bottom: 3px;
    margin-bottom: 0.5em;


}

.heading12::before {
    content: attr(data-number);
    display: inline-block;
    margin-right: 10px;
    /*color: #7db4e6;*/
    font-size: 1.2em;
}

.list-005 {
    list-style-type: none;
    margin-left: 1em;
}

.list-005 li {
    display: flex;
    align-items: start;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em;
}

.list-005 li::before,
.list-005 li::after {
    position: absolute;
    content: '';
}

.list-005 li::before {
    top: 0.5em;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    /* background-color: #7db4e6;*/
}

.list-005 li::after {
    top: 0.89em;
    left: .62em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #ffb36b;
    border-right: 2px solid #ffb36b;
}

.list-003 {
    list-style-type: none;
    margin-left: 1em;
}

.list-003 li {
    display: flex;
    align-items: start;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em;
}

.list-003 li::before,
.list-003 li::after {
    position: absolute;
    content: '';
}

.list-003 li::before {
    top: 0.5em;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    /* background-color: #7db4e6;*/
}

.list-003 li::after {
    top: 0.89em;
    left: .62em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #7db4e6;
    border-right: 2px solid #7db4e6;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}


.flex-container_on {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.flex-item_on {
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1.2em 0.5em 0 0.1em;
    margin-bottom: 1em;


}

@media (max-width: 600px) {
    .flex-item_on {
        width: 95%;

    }
}

.flex-container_so {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    gap: 1em;
    margin-top: 1em;
}

.flex-item_so {
    max-width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1.2em 0.5em 0 0.1em;
    margin-bottom: 1em;


}

.flex-item_so p {
    padding: 1em;


}

@media (max-width: 600px) {
    .flex-item_so {
        width: 95%;

    }


}


.kagai_btn {
    position: absolute;
    margin-top: 1em;
    text-align: center;
    font-size: 1.6em;
    padding: 1em 1.5em;
    border: #3e1586 2px solid;
    color: #3e1586;
    font-weight: 600;
    transition: .3s;
}

.kagai_btn:hover {
    background-color: #eadfff;
    color: #3e1586;
}



@media (max-width: 400px) {
    .page_title {
        margin-top: 0;
        font-size: 1.5em;

    }


}

/*html追記ぶん*/
.s_news {
    clear: both;
    width: 100px;
    border-radius: 3px;
}

h5 {
    padding: 0.5em 0.5em;
    color: #000000;
    background: transparent;
    border-left: solid 8px #7db4e6;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.1em;
    background-color: #ecf6ff;
    border-radius: 5px;
}

/*guidline.css*/
.unwell dl br {
    display: none;
}

.bcp_dis {
    text-align: center;
}


/* ガイドラインボックス用
------------------------------------------------------------*/

.guideline-all {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.guideline {}

.guideline a {
    color: rgb(51, 51, 51);
}

.guideline .level_box {
    border: 3px solid rgb(204, 0, 0);
    background-color: rgb(255, 255, 255);
    text-align: center;
    width: 280px;
    float: left;
    margin-right: 24px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 17px;
    padding-left: 10px;
    margin-bottom: 15px;

}

.guideline .level_box .title {
    font-size: 110%;
}

.guideline .level_box .text {
    font-size: 80%;
    padding-bottom: 10px;
}

.guideline .level_box .level {
    color: rgb(255, 255, 255);
    background-color: rgb(250, 170, 10);
    width: 200px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 170%;
    padding-top: 4px;
    padding-bottom: 2px;
    font-weight: bold;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
}

.guideline .level_box .day {
    font-size: 80%;
    padding-top: 10px;

}

.guideline .level_box a {
    text-decoration: underline;
}

.guideline .level_box a:hover {
    text-decoration: none;
    color: rgb(204, 0, 0);
}

.guideline .inner {
    width: 670px;
    /*float: left;*/
    display: flex;
    flex-wrap: wrap;
    /*justify-content:space-between;*/
}



.guideline .inner div {
    display: flex;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 5.3rem;
    overflow: hidden;
}

.guideline .inner .title {
    writing-mode: vertical-rl;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 5px 0px;

    letter-spacing: 0.8rem;
    text-align: center;
    vertical-align: middle;
    font-size: 110%;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

.guideline .inner .text {
    font-size: 130%;
    font-weight: bold;
    /* padding-top: 10px; */
    /* padding-left: 39px; */
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.3em;
    width: 100%;
    align-self: center;
}

.guideline .inner .guideline_box01 {
    border: 3px solid rgb(0, 102, 153);
    background-color: rgb(255, 255, 255);
}

.guideline .inner .guideline_box01 .title {
    background-color: rgb(0, 102, 153);
}

.guideline .inner .guideline_box01 .text {}


.guideline .inner .guideline_box02 {
    border: 3px solid rgb(71, 0, 102);
    background-color: rgb(255, 255, 255);
}

.guideline .inner .guideline_box02 .title {
    background-color: rgb(71, 0, 102);

}

.guideline .inner .guideline_box02 .text {}

.guideline .inner .guideline_box03 {
    border: 3px solid rgb(0, 153, 51);
    background-color: rgb(255, 255, 255);
}

.guideline .inner .guideline_box03 .title {
    background-color: rgb(0, 153, 51);
}

.guideline .inner .guideline_box03 .text {}

.guideline .inner .guideline_box04 {
    border: 3px solid rgb(255, 153, 0);
}

.guideline .inner .guideline_box04 .title {
    background-color: rgb(255, 153, 0);
    letter-spacing: 0.2rem;
    padding: 0px 5px;
}

.guideline .inner .guideline_box04 .text {}


.guideline .inner .guideline_box05 {
    border: 3px solid rgb(51, 102, 204);
}

.guideline .inner .guideline_box05 .title {
    background-color: rgb(51, 102, 204);
    letter-spacing: 0.2rem;
    padding: 0px 5px;
}

.guideline .inner .guideline_box05 .text {}

.guideline .inner .guideline_box06 {
    border: 3px solid rgb(255, 102, 0);
}

.guideline .inner .guideline_box06 .title {
    background-color: rgb(255, 102, 0);
    letter-spacing: 0.2rem;
    padding: 0px 5px;
}

.guideline .inner .guideline_box06 .text {}

.guideline .inner .guideline_box07 {
    border: 3px solid rgb(0, 102, 102);
}

.guideline .inner .guideline_box07 .title {
    background-color: rgb(0, 102, 102);
    letter-spacing: 0.2rem;
    padding: 0px 5px;
}

.guideline .inner .guideline_box07 .text {}

.guideline .inner .guideline_box08 {
    border: 3px solid rgb(204, 51, 0);
}

.guideline .inner .guideline_box08 .title {
    background-color: rgb(204, 51, 0);
    letter-spacing: 0.2rem;
    padding: 0px 5px;
}

.guideline .inner .guideline_box08 .text {}


.guideline .inner .guideline_box09 {
    border: 3px solid rgb(204, 153, 0);
    background-color: rgb(255, 255, 255);
    display: block;
}

.guideline .inner .guideline_box09 div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    vertical-align: middle;
    height: 2.5rem;
}

.guideline .inner .guideline_box09 .title {
    font-size: 120%;
    color: black;
    text-align: center;
    font-weight: bold;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1rem;
    height: auto;
}

.guideline .inner .guideline_box09 .day {
    float: left;
    font-size: 80%;
    padding-top: 0px;
    text-align: center;
    line-height: 1em;
    letter-spacing: -0.05em;
}

.guideline .inner .guideline_box09 .number {
    float: right;
    font-size: 150%;
    letter-spacing: -0.1em;
}

.guideline div.guideline_box10 {
    display: none;
}




/*　clearfix
------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
	height: auto;
	overflow: hidden;
	/**/
}

br.ip {
    display: none;
}

br.pc {
    display: inline;
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {}


/* iPadサイズ(横)以下から
------------------------------------------------------------*/
@media only screen and (max-width:1100px) {

    /*.guideline-all {
        width: 100%;
        margin: 0px;
    }

    .guideline {
        width: 97%;
        margin-left: auto;
        margin-right: auto;
    }

    .guideline .level_box {}

    .guideline .inner {

    }*/
    .guideline .inner {
        width: 90%;

        margin: 0 auto;
        justify-content: space-between;
    }

    .guideline .inner::after {
        display: none;
    }

    .guideline .inner div {
        margin-right: 0;
    }

    .guideline .inner div div {
        margin-right: 0;
        padding-right: 0;
    }

    .guideline .level_box {
        float: none;
        margin: 0 auto 1.4rem;
        width: 500px;
    }

    .guideline .guideline_box10 {
        display: block;
    }



}

/* iPadサイズ(縦)以下から
------------------------------------------------------------*/
@media only screen and (max-width:940px) {

    .bcp_dis {
        width: 90%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .guideline .inner {
        justify-content: flex-start;
        width: 648px;
    }

    .guideline .inner > div {
        margin-right: 10px;
    }

    #toppage #content .boxContainer {
        width: auto;
    }

    .unwell dl {
        width: 96%;
    }

}





/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {}


/* 幅760px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 760px) {

    .unwell dl br {
        display: block;
    }

    /*.guideline .level_box {

        padding-top: 14px;
        padding-bottom: 14px;
        width: 35%;
        margin-bottom: 10px;
    }

    .guideline .level_box .text {
        font-size: 70%;
        padding-bottom: 10px;
    }

    .guideline .level_box .level {
        width: 220px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }*/

    .guideline .inner div p.text {
        font-size: 1.2rem;
    }



    /*.guideline .inner .guideline_box01 {
        width: 168.2px;
        margin-bottom: 5px;
        margin-right: 10px;

    }

    .guideline .inner .guideline_box01 .title {
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 115%;
    }

    .guideline .inner .guideline_box01 .text {
        padding-left: 32px;
        font-size: 110%;
        padding-top: 7px;
    }

    .guideline .inner .guideline_box02 {
        width: 168.2px;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .guideline .inner .guideline_box02 .title {
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 115%;
    }

    .guideline .inner .guideline_box02 .text {
        padding-left: 25px;
        font-size: 110%;
        padding-top: 7px;
    }

    .guideline .inner .guideline_box03 {
        width: 168.2px;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .guideline .inner .guideline_box03 .title {
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 115%;
    }

    .guideline .inner .guideline_box03 .text {
        padding-left: 17px;
        font-size: 110%;
        padding-top: 7px;
        line-height: 1.3;

    }

    .guideline .inner .guideline_box04 {
        width: 168.2px;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .guideline .inner .guideline_box04 .title {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 85%;
        padding-right: 12.4px;
        padding-left: 12.4px;
    }

    .guideline .inner .guideline_box04 .text {
        padding-left: 25px;
        font-size: 110%;
        padding-top: 7px;
    }

    .guideline .inner .guideline_box05 {
        width: 168.2px;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .guideline .inner .guideline_box05 .title {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 85%;
        padding-right: 12.4px;
        padding-left: 12.4px;
    }

    .guideline .inner .guideline_box05 .text {
        padding-left: 17px;
        font-size: 150%;
        padding-top: 10px;
    }

    .guideline .inner .guideline_box06 {
        width: 168.2px;
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .guideline .inner .guideline_box06 .title {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 85%;
        padding-right: 12.4px;
        padding-left: 12.4px;
    }

    .guideline .inner .guideline_box06 .text {
        padding-left: 25px;
        font-size: 110%;
        padding-top: 7px;
    }


    .guideline .inner .guideline_box07 {
        width: 168.2px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .guideline .inner .guideline_box07 .title {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 85%;
        padding-right: 12.4px;
        padding-left: 12.4px;
    }

    .guideline .inner .guideline_box07 .text {
        padding-left: 18px;
        font-size: 110%;
        padding-top: 7px;
    }

    .guideline .inner .guideline_box08 {
        width: 168.2px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .guideline .inner .guideline_box08 .title {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 85%;
        padding-right: 12.4px;
        padding-left: 12.4px;
    }

    .guideline .inner .guideline_box08 .text {
        padding-left: 32px;
        font-size: 110%;
        padding-top: 7px;
    }

    .guideline .inner .guideline_box09 {
        width: 148.2px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .guideline .inner .guideline_box09 .title {
        font-size: 95%;
    }

    .guideline .inner .guideline_box09 .day {
        padding-top: 0;
    }

    .guideline .inner .guideline_box09 .number {
        font-size: 120%;
        padding-top: 0;

    }*/



}


/* 幅620px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 632px) {

    .unwell dl {
        font-size: 0.9rem;
        padding: 0.5rem;
    }

    .guideline .level_box {
        width: 93%;
        margin-right: 0px;
        clear: both;
        margin-bottom: 15px;
    }

    .guideline .level_box .title {
        font-size: 135%;
    }

    .guideline .level_box .text {
        font-size: 100%;
    }

    .guideline .level_box .level {
        width: 250px;
    }

    .guideline .level_box .day {
        font-size: 120%;
    }

    .guideline .inner {
        width: 100%;
        justify-content: space-around;

    }

    /*.guideline .inner .guideline_box01 {
        width: 163.5px;
        margin-bottom: 10px;

    }

    .guideline .inner .guideline_box01 .text {
        padding-left: 27px;
    }

    .guideline .inner .guideline_box02 {
        width: 163.5px;
        margin-bottom: 10px;

    }

    .guideline .inner .guideline_box02 .text {
        padding-left: 20px;
    }

    .guideline .inner .guideline_box03 {
        width: 163.5px;
        margin-bottom: 10px;

    }

    .guideline .inner .guideline_box03 .text {
        padding-left: 15px;
    }

    .guideline .inner .guideline_box04 {
        width: 163.5px;
        margin-bottom: 10px;

    }


    .guideline .inner .guideline_box04 .text {
        padding-left: 20px;
    }

    .guideline .inner .guideline_box05 {
        width: 163.5px;
        margin-bottom: 10px;

    }

    .guideline .inner .guideline_box05 .text {
        padding-left: 15px;
    }

    .guideline .inner .guideline_box06 {
        width: 163.5px;
        margin-bottom: 10px;

    }

    .guideline .inner .guideline_box06 .text {
        padding-left: 15px;
    }


    .guideline .inner .guideline_box07 {
        width: 163.5px;
        margin-bottom: 10px;

    }

    .guideline .inner .guideline_box07 .text {}

    .guideline .inner .guideline_box08 {
        width: 163.5px;
        margin-bottom: 10px;

    }

    .guideline .inner .guideline_box08 .text {
        padding-left: 27px;
    }

    .guideline .inner .guideline_box09 {
        width: 143.5px;
    }*/

}

@media only screen and (max-width: 450px) {

    #new dt {
        float: none;
    }

    #new dd {
        padding-left: 0;
        padding-bottom: 1rem;
    }

    .guideline .inner div {
        width: 160px;
    }
}

@media only screen and (max-width: 330px) {
    .guideline .inner div {
        width: 100%;
    }

    .guideline .inner div br {
        display: none;
    }
}


/*20280228追記*/
.guideline .level_box {
    border: 3px solid rgb(204, 0, 0);
    background-color: rgb(255, 255, 255);
    text-align: center;
    max-width: 680px;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 30px;
}

.guideline .level_box .level {
    color: rgb(0, 0, 0);
    background-color: rgb(250, 170, 10);
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 170%;
    padding: 1rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
}

.guideline a {
    display: block;
}

.guideline .level_box .title {
    margin-bottom: 1rem;
}

.scr {
    overflow: auto;
    height: auto;
}

/*20250523追記*/

.cover>div {
 max-width: 400px;
    width: 100%;
}
.poster>div{
    width: 31%;
}

#new {
    border: 2px solid #ddd;
    padding: 1rem;
    margin-bottom: 40px;
}

#new h4 {
    margin-top: 0;
}