@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}
li>ul,li>ol{
  margin-left: 1em;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Common */
html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  line-height: 1.8;
  width: 100%;
  font-family: "Meiryo","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic", Sans-Serif;
  font-size: 93%;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

ruby {
  position: relative;
}

ruby rt {
  position: relative;
  top: -2px;
}

a {
  text-decoration: none;
  color: #141414;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #141414;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  height: auto;
}

.cf {
  *zoom: 1;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.dp_sp {
  display: none;
}

@media (max-width: 980px) {
  .dp_sp {
    display: block;
  }
}

/* Header */
header.headerWidth section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media (max-width: 980px) {
  header.headerWidth section {
    width: 100%;
  }
}

header.headerWidth section h1,header.headerWidth section .h_logo {
  padding: 20px 0;
}

header.headerWidth section nav {
  font-size: 116%;
  overflow: hidden;
}

header.headerWidth section nav .spMenu {
  display: none;
}

@media (max-width: 980px) {
  header.headerWidth section {
    z-index: 100;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
    position: relative;
  }

  header.headerWidth section h1,header.headerWidth section .h_logo {
    padding: 10px;
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header.headerWidth section h1 img,header.headerWidth section .h_logo img {
    height: auto;
    width: 100%;
    max-width: 361px;
  }

  header.headerWidth section nav .spMenu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 100%;
    background-color: #424242;
  }

  header.headerWidth section nav .spMenu::before {
    content: '';
    display: block;
    background-color: #fff;
    width: 18px;
    height: 3px;
    position: absolute;
    left: 11px;
    width: 30px;
    height: 4px;
    top: 25%;
  }

  header.headerWidth section nav .spMenu span {
    content: '';
    display: block;
    background-color: #fff;
    width: 18px;
    height: 3px;
    position: absolute;
    left: 11px;
    width: 30px;
    height: 4px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    top: 46%;
  }

  header.headerWidth section nav .spMenu::after {
    content: '';
    display: block;
    background-color: #fff;
    width: 18px;
    height: 3px;
    position: absolute;
    left: 11px;
    width: 30px;
    height: 4px;
    top: 67%;
  }

  header.headerWidth section nav .iconClose::before {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: rotate -45deg, trans-x -7px, trans-y 5px;
    transform: rotate -45deg, trans-x -7px, trans-y 5px;
  }

  header.headerWidth section nav .iconClose span {
    display: none;
  }

  header.headerWidth section nav .iconClose::after {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: rotate 45deg, trans-x -7px, trans-y -4px;
    transform: rotate 45deg, trans-x -7px, trans-y -4px;
  }
}

.headerNavi {
  margin-bottom: 15px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #E0E0E0 solid 1px;
}

.headerNavi li {
  display: table-cell;
  vertical-align: middle;
}

.headerNavi li {
  text-align: center;
  padding: 0 5px;
  border-right: #E0E0E0 solid 1px;
  font-weight: bold;
}

.headerNavi li.outLine {
  font-weight: normal;
  position: absolute;
  top: 15px;
  right: 0;
  border: none;
}

.headerNavi li.outLine a::after {
  margin-left: 6px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100px auto;
  background-size: 24px auto;
}

.headerNavi li.outLine a:hover::after {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100px auto;
  background-size: 24px auto;
}

.headerNavi li.navContact,
.headerNavi li.navTop {
  display: none;
}

.headerNavi li a {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  color: #333;
  background-color: #fff;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.headerNavi li a:hover {
  color: #fff;
  border-radius: 5px;
  background-color: #60B1E3;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.headerNavi li a span.textRuby {
  position: relative;
  top: 7px;
}

@media (max-width: 980px) {
  .headerNavi {
    padding-top: 3px;
    top: -500px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px inset;
  }

  .headerNavi li {
    padding: 0;
    border-right: none;
    display: list-item;
    text-align: left;
    font-size: 93%;
    font-weight: bold;
    position: relative;
    border-bottom: #E0E0E0 solid 1px;
  }

  .headerNavi li a {
    padding: 14px;
  }

  .headerNavi li a::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 25%;
    width: 24px;
    height: 24px;
    background-image: url(/common/images/common/arrow_r_b.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .headerNavi li a:hover::after {
    width: 24px;
    height: 24px;
    background: none;
    background-image: url(/common/images/common/arrow_r_w.png);
    background-position: 0 0;
    background-size: 100%;
  }

  .headerNavi li a:hover {
    border-radius: 0px;
  }

  .headerNavi li.navContact,
  .headerNavi li.navTop {
    display: list-item;
  }

  .headerNavi li.outLine {
    position: relative;
    top: 0;
    border-bottom: #E0E0E0 solid 1px;
  }

  .headerNavi li.outLine a::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 25%;
    width: 24px;
    height: 24px;
    background-image: url(/common/images/common/arrow_r_b.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .headerNavi li.outLine a:hover::after {
    width: 24px;
    height: 24px;
    background: none;
    background-image: url(/common/images/common/arrow_r_w.png);
    background-position: 0 0;
    background-size: 100%;
  }

  .headerNavi li.outLine a:hover {
    border-radius: 0px;
  }

  .headerNavi.menuOpen {
    display: block;
    top: auto;
    opacity: 1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }
}

/*****************************
// 既存サイトのために入れたもの必要がなければ削除　ここから
*****************************/
#content {
  background-color: #f0f2f4;
}

#content>section {
  margin: 0 auto;
  padding-top: 40px;
}

a.btnRed01:hover,
a.btnRed01:link,
a.btnRed01:active,
a.btnRed01:visited {
  color: #fff;
}

/*****************************
// 既存サイトのために入れたもの必要がなければ削除　ここまで
*****************************/
.imgTileBox01 {
  margin: 0 auto 50px;
  padding: 0 40px;
}

.imgTileBox01:after {
  content: "";
  display: table;
  clear: both;
}

.imgTileBox01>li {
  margin-left: 1%;
  width: 19.2%;
  /* float: left; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: #E0E0E0 solid 1px;
}

.imgTileBox01>li:nth-child(n + 1) {
  margin-left: 1%;
}

.imgTileBox01>li:nth-child(5n + 1) {
  margin-left: 0;
}

.imgTileBox01>li a img {
  width: 100%;
  height: auto;
}

@media (max-width: 980px) {
  .imgTileBox01 {
    margin-left: 7px;
    margin-bottom: 10px;
    padding: 0 15px;
  }

  .imgTileBox01:after {
    content: "";
    display: table;
    clear: both;
  }

  .imgTileBox01>li {
    margin-left: 2%;
    width: 18%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4px;
  }

  .imgTileBox01>li:nth-child(n + 1) {
    margin-left: 2%;
  }

  .imgTileBox01>li:nth-child(5n + 1) {
    margin-left: 0;
  }

  .imgTileBox01>li:nth-child(7n + 1) {
    margin-left: 2%;
  }

  .imgTileBox01>li:first-child {
    margin-left: 0px;
  }
}

@media (max-width: 640px) {
  .imgTileBox01 {
    padding: 0 5px;
  }
}

.relation2>section {
  margin: 0 auto;
}

/* footer */
footer {
  padding-top: 250px;
  background-color: #fff;
  background-image: url(/common/images/common/ft_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

footer div.fNav {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  font-size: 116%;
  display: table;
}

@media (max-width: 980px) {
  footer div.fNav {
    width: 100%;
  }
}

footer div.fNav dl {
  display: table-cell;
}

footer div.fNav dl:first-child {
  width: 18%;
}

@media (max-width: 980px) {
  footer div.fNav dl:first-child {
    width: 50%;
    float: left;
  }
}

@media (max-width: 980px) and (max-width: 640px) {
  footer div.fNav dl:first-child {
    width: 100%;
    float: none;
  }
}

footer div.fNav dl:nth-child(2) {
  width: 27%;
}

@media (max-width: 980px) {
  footer div.fNav dl:nth-child(2) {
    width: 50%;
    float: left;
  }
}

@media (max-width: 980px) and (max-width: 640px) {
  footer div.fNav dl:nth-child(2) {
    width: 100%;
    float: none;
  }
}

footer div.fNav dl:nth-child(3) {
  width: 38%;
}

@media (max-width: 980px) {
  footer div.fNav dl:nth-child(3) {
    width: 50%;
    float: left;
  }
}

@media (max-width: 980px) and (max-width: 640px) {
  footer div.fNav dl:nth-child(3) {
    width: 100%;
    float: none;
  }
}

footer div.fNav dl:last-child {
  width: 17%;
}

@media (max-width: 980px) {
  footer div.fNav dl:last-child {
    width: 50%;
    float: left;
  }
}

@media (max-width: 980px) and (max-width: 640px) {
  footer div.fNav dl:last-child {
    width: 100%;
    float: none;
  }
}

footer div.fNav dl dt {
  padding-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

footer div p.ftPhoto {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}

@media (max-width: 980px) {
  footer div.fNav {
    padding: 0 10px;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 93%;
  }

  footer div.fNav dl {
    margin-bottom: 20px;
    display: block;
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }

  footer div.fNav.menuOpen {
    display: block;
  }

  footer div.fNav.menuOpen dl {
    height: auto;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }

  footer div p {
    width: 100%;
    overflow-y: auto;
  }

  footer div p img {
    width: 960px;
    position: relative;
  }
}

footer dl.ftLogo {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media (max-width: 980px) {
  footer dl.ftLogo {
    width: 100%;
  }
}

footer dl.ftLogo dt {
  overflow: hidden;
}

footer dl.ftLogo dt img {
  margin-top: 10px;
  float: left;
}

footer dl.ftLogo dt a {
  padding: 17px 10px 3px;
  display: block;
  float: right;
}

footer dl.ftLogo dd {
  font-size: 124%;
}

@media (max-width: 980px) {
  footer dl.ftLogo dt {
    padding: 0 10px;
    text-align: center;
  }

  footer dl.ftLogo dt img {
    margin-top: 0;
    float: none;
    margin-bottom: 20px;
    width: 80%;
    max-width: 361px;
  }

  footer dl.ftLogo dt a {
    float: none;
  }

  footer dl.ftLogo dd {
    padding: 0 10px;
    font-size: 85%;
  }

  footer dl.ftLogo dd br {
    display: none;
  }
}

footer .ftCopy {
  padding: 15px 0;
  background-color: #60B1E3;
  font-size: 108%;
  color: #fff;
}

footer .ftCopy .ftCopyIn {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  overflow: hidden;
}

@media (max-width: 980px) {
  footer .ftCopy .ftCopyIn {
    width: 100%;
  }
}

footer .ftCopy .ftCopyIn ul {
  float: left;
}

footer .ftCopy .ftCopyIn ul li {
  margin-left: 60px;
  display: inline-block;
}

footer .ftCopy .ftCopyIn ul li:first-child {
  margin-left: 0;
}

footer .ftCopy .ftCopyIn ul li a {
  color: #fff;
}

footer .ftCopy .ftCopyIn p {
  float: right;
  font-size: 85%;
}

footer .spFtSitemap {
  display: none;
}

@media (max-width: 980px) {
  footer {
    padding-top: 180px;
    background-size: 180%;
  }
}

@media (max-width: 980px) and (max-width: 640px) {
  footer {
    padding-top: 100px;
  }
}

@media (max-width: 980px) {
  footer .ftCopy .ftCopyIn {
    text-align: center;
  }

  footer .ftCopy .ftCopyIn ul {
    margin-bottom: 15px;
    float: none;
  }

  footer .ftCopy .ftCopyIn p {
    float: none;
    font-size: 70%;
  }

  footer .spFtSitemap {
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
    font-size: 124%;
  }

  footer .spFtSitemap span::before {
    margin-right: 6px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100px auto;
    background-size: 24px auto;
  }
}

/*****************************
ボタン
*****************************/
.btn {
  padding: 10px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 154%;
  background-color: #fff;
  border-radius: 5px;
}

@media (max-width: 980px) {
  .btn {
    margin-bottom: 0px;
    font-size: 108%;
    font-weight: bold;
  }
}

.btnStyle001 {
  font-weight: bold;
  border: #60B1E3 solid 2px;
}

.btnStyle001:link,
.btnStyle001:active,
.btnStyle001:visited {
  color: #60B1E3;
}

.btnStyle001:hover {
  color: #fff;
  background-color: #60B1E3;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

@media (max-width: 980px) {
  .btnStyle001 {
    margin-bottom: 20px;
  }
}

/*****************************
ボックス
*****************************/
.menuBox01 li {
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 3px;
}

.menuBox01 li a {
  padding: 50px 10px;
  display: block;
}

.menuBox01 li a span {
  display: block;
  font-weight: bold;
  font-size: 170%;
}

@media (max-width: 980px) {
  .menuBox01 {
    margin-bottom: 0px;
  }

  .menuBox01 li {
    margin-bottom: 10px;
  }

  .menuBox01 li a {
    padding: 20px 10px;
  }

  .menuBox01 li a img {
    height: auto;
    width: 70%;
  }

  .menuBox01 li a span {
    margin-bottom: 15px;
    font-size: 108%;
  }
}

.col3m2 {
  *zoom: 1;
}

.col3m2:after {
  content: "";
  display: table;
  clear: both;
}

.col3m2>li {
  margin-left: 2%;
  width: 32%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col3m2>li:nth-child(n+1) {
  margin-left: 2%;
}

.col3m2>li:nth-child(3n+1) {
  margin-left: 0;
}

@media (max-width: 980px) {
  .col3m2 {
    *zoom: 1;
  }

  .col3m2:after {
    content: "";
    display: table;
    clear: both;
  }

  .col3m2>li {
    margin-left: 0%;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .col3m2>li:nth-child(n+1) {
    margin-left: 0;
  }
}

.flex5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex5 li {
  width: 24%;
}

@media (max-width: 980px) {
  .flex5 li {
    width: 48%;
  }
}

.flex5.jc_c {
  margin-bottom: 3rem;
  justify-content: center;
}

.flex5.jc_c li {
  margin-left: 8px;
  margin-right: 8px;
  display: block;
}

.flex5.jc_c li a {
  margin-bottom: .5rem;
}

.flex5.jc_c li>span {
  padding: 0 .5rem;
  display: inline-block;
  font-size: .9rem;
}

.grid-5{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: .8rem;
}
@media (max-width: 440px) {
.grid-5{
  grid-template-columns: repeat(2, 1fr);
}
}

.none {
  visibility: hidden;
}

/*****************************
テキスト
*****************************/
.width50p {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  .width50p {
    width: 100%;
  }
}

.txC {
  text-align: center;
}

.txR {
  text-align: right;
}

.txL {
  text-align: left;
}

@media (max-width: 980px) {
  img {
    width: 100%;
  }
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

/* margin left 5-50 */
.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

/* margin right 5-50 */
.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

/* padding top 5-50 */
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

/* padding bottom 5-50 */
.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

/*****************************
給食メニュー本日色枠付け
*****************************/
.menu table thead th.todayTh {
  background-color: #666;
  color: #fff;
  border-right: #999 solid 3px;
  border-left: #999 solid 3px;
}

.menu table tbody td.todayTd {
  color: #fff;
  background-color: #f67240;
  border-right: #999 solid 3px;
  border-left: #999 solid 3px;
  text-shadow: 1px 1px 2px rgba(86, 29, 9, 0.34);
}

.menu table tbody td.todayTd small {
  color: #fff;
}

.menu table tbody td.todayTd.bgY {
  background-color: #efc209;
  border-right: #999 solid 3px;
  border-left: #999 solid 3px;
  text-shadow: 1px 1px 2px rgba(86, 72, 16, 0.34);
}

.menu table tbody td.todayTd.bgY small {
  color: #fff;
}

/*****************************
下層
*****************************/
.support_other01 {
  margin-bottom: 40px;
  padding: 50px 60px;
  position: relative;
  background-image: url("/common/images/support/msg_bg.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.support_other01:before {
  content: "";
  width: 99.9%;
  display: block;
  height: 43px;
  position: absolute;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 0;
  background-image: url("/common/images/support/msg_bg_t.png");
  background-position: top;
  background-repeat: no-repeat;
}

.support_other01:after {
  content: "";
  width: 99.9%;
  display: block;
  height: 43px;
  position: absolute;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 0;
  background-image: url("/common/images/support/msg_bg_b.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.support_other01 ul {
  margin-bottom: 20px;
  background-image: url("/common/images/support/fusen_3_1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  min-height: 286px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.support_other01 ul li {
  width: 27%;
  margin: 0 30px;
  padding-top: 60px;
  line-height: 1.6;
}

.support_other01 ul li:last-child {
  margin-right: 0px;
}

.support_other01 ul.fusen01 {
  background-image: url("/common/images/support/fusen_1_1.png");
  background-position: 5px;
  background-size: 34%;
}

.support_other01 ul.fusen02 {
  background-image: url("/common/images/support/fusen_2_1.png");
  background-position: 5px;
  background-size: 67%;
}

@media (max-width: 980px) {
  .support_other01 h4 {
    width: 50%;
    margin-bottom: 20px;
  }

  .support_other01 ul {
    min-height: auto;
    background-image: none;
  }

  .support_other01 ul li {
    margin: 0 10px;
    width: 25%;
    padding: 20px;
    background-color: #fff;
  }

  .support_other01 ul.fusen01,
  .support_other01 ul.fusen02 {
    background-image: none;
  }
}

@media (max-width: 640px) {
  .support_other01 {
    padding: 50px 30px;
  }

  .support_other01 h4 {
    width: 100%;
  }

  .support_other01 ul {
    display: block;
  }

  .support_other01 ul li {
    width: 84%;
  }
}


.food_delicious {
  padding: 1.5rem 1.5rem 0;
  margin: 1rem 0 3rem;
  display: flex;
  background-color: #F6F6F6;
}

.food_delicious>div {
  width: 60%;
  margin-right: 2rem;
}

.food_delicious>div p img {
  width: 100%;
  max-width: 100px;
}

.food_delicious>div p.food_delicious_text {
  padding: 1rem;
  background-color: #fff;
  position: relative;
}

.food_delicious>div p.food_delicious_text span {
  color: #c30d23;
  font-weight: 800;
  font-size: 1.1rem;
}

.food_delicious>div p.food_delicious_text:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border: transparent solid .7rem;
  border-bottom: #fff solid 1rem;
  top: -1.5rem;
  left: 42px;
}

.food_delicious>p img {
  width: 100%;
  max-width: 360px;
}

@media (max-width: 640px) {
  .food_delicious {
    display: block;
  }

  .food_delicious>div {
    width: 100%;
    margin-right: 0;
  }

  .food_delicious>p {
    text-align: center;
  }
}


/* マガジン */
.magazine_new > p.read {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.magazine_new > div {
  display: flex;
  background-color: #fff;
}

.magazine_new > div > p {
  width: 33%;
}

.magazine_new > div > p img {
  width: 100%;
}

.magazine_new > div dl {
  width: 54%;
  margin: 20px 60px;
  box-sizing: border-box;
  position: relative;
}

.magazine_new > div dl dt {
  margin-bottom: 15px;
  padding: 0 0 15px 200px;
  position: relative;
  font-size: 18px;
  border-bottom: #666 solid 2px;
}

.magazine_new > div dl dt strong {
  font-size: 40px;
  font-weight: 700;
  display: block;
  line-height: 1.5;
}

.magazine_new > div dl dt:before {
  content: '';
  display: block;
  width: 81px;
  height: 81px;
  position: absolute;
  bottom: 20px;
  left: 100px;
  background-image: url(/common/images/magazine/ico_new.svg);
  background-size: contain;
}

.magazine_new > div dl dd > ul {
  margin-left: 40px;
}

.magazine_new > div dl dd > p {
  padding-top: 15px;
}

.magazine_bkn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.magazine_bkn > div {
  margin-bottom: 30px;
  padding: 40px 40px 60px;
  width: 48.5%;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

.magazine_bkn > div > p {
  width: 35%;
  float: left;
}

.magazine_bkn > div > p img {
  width: 100%;
}

.magazine_bkn > div > dl {
  display: inline-block;
  width: 100%;
}

.magazine_bkn > div > dl dt {
  padding-bottom: 10px;
  position: absolute;
  top: 100px;
  left: 45%;
  font-size: 16px;
  border-bottom: #666 solid 2px;
  width: 48%;
  box-sizing: border-box;
}

.magazine_bkn > div > dl dt strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
}

.magazine_bkn > div > dl dd {
  width: 90%;
  margin: .5rem auto 1.5rem;
}

.magazine_bkn > div > dl dd > p {
  position: absolute;
  bottom: 20px;
}

.magazine_bkn > div > dl dd > p.btn_magazine {
  width: 75%;
}

.ul_red_dot {
  margin-bottom: 5px;
}

.ul_red_dot > li {
  position: relative;
  line-height: 2;
}

.ul_red_dot > li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #c31421;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: .8rem;
}
.ul_red_circle > li:before {
  background-color: transparent;
  border: #b3292c solid 1px;
}
.ul_red_dot ul {
  margin-left: 1rem;
}
ol.ol_circle_decimal{
  list-style-type: none;
  counter-reset: circle_number;
}
ol.ol_circle_decimal > li{
  margin-left: .5em;
  position: relative;
}
ol.ol_circle_decimal > li::before{
  content: counter(circle_number);
  counter-increment: circle_number;
  padding: 0.15em 0;
  position: absolute;
  left: -1.6em;
  font-size: .85em;
  line-height: 1.8;
}
ol.ol_circle_decimal > li::after{
  content: '';
  position: absolute;
  display: block;
  top: 0.8em;
  left: -1.55em;
  transform: translateY(-50%);
  width: .8em;
  height: .8em;
  border: 1px solid #333;
  border-radius: 50%;
}
ol.ol_bracket_decimal > li{
  margin-left: 2em;
  position: relative;
  list-style-type: none;
	counter-increment: bracket_number;
}
ol.ol_bracket_decimal > li::before{
  content: "(" counter(bracket_number) ") ";
  position: absolute;
  left: -1.8em;
}

.btn_magazine {
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.btn_magazine a {
  display: block;
  width: 100%;
  max-width: 340px;
  padding: 11px 5px;
  margin: 0 auto;
  color: #fff;
  background-color: #c31421;
  border-radius: 5px;
  position: relative;
  font-weight: 800;
}

.btn_magazine a:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}

@media (max-width: 767px) {
  .magazine_new > div {
    flex-wrap: wrap;
  }
  .magazine_new > div > p {
    width: 50%;
    margin: 10px auto 0;
  }
  .magazine_new > div > p img {
    width: 100%;
  }
  .magazine_new > div dl {
    width: 100%;
    margin: 10px 20px 20px;
  }
  .magazine_new > div dl dt {
    padding-left: 80px;
    font-size: 16px;
  }
  .magazine_new > div dl dt strong {
    font-size: 32px;
  }
  .magazine_new > div dl dt:before {
    left: 0;
    width: 60px;
    height: 60px;
  }
  .magazine_bkn > div {
    margin-bottom: 20px;
    padding: 20px 20px 55px;
    width: 100%;
  }
  .magazine_bkn > div dl dt {
    top: 50px;
  }
}

/*******************************
2020/03/23  追加
*******************************/
.border_box{
  margin: 0 0 80px;
  padding: 18px;
  border: 1px solid #ced8dc;
}
.border_box p:last-of-type{
  margin:0 !important;
}
.questionnaire_list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.questionnaire_list dt{
  flex-basis: 84px;
}
.questionnaire_list dd{
  width: calc(100% - 84px);
}
@media (max-width: 767px) {
  .questionnaire_list dt{
    flex-basis: 72px;
    font-weight: bold;
  }
  .questionnaire_list dd{
    width: calc(100% - 72px);
  }
}
a.btnRed02 {
  display: inline-block;
  margin: 0 8px;
  padding: 12px 50px;
  background-color: #C30D23;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: bold;
  background-image: url('/common/images/information/arrow06.png');
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
.red_triangle{
  position: relative;
  padding: 60px 0 0;
}
.red_triangle::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 40px solid #b3292c;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
a.btnRed03 {
  display: inline-block;
  width: 194px;
  margin: 0 8px;
  padding: 12px 45px;
  background-color: #C30D23;
  color: #ffffff !important;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  background-image: url(/common/images/information/arrow06.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
@media (max-width: 350px) {
  a.btnRed03 {
    padding: 12px 0px 12px 45px;
  }
}
.mt10{
  margin-top: 10px;
}
.link-box a{
  margin: 5px 5px;
}
.interviewDetailIn .ttlStyle02.mb20,
.infoDatail .ttlStyle02.mb20{
  margin-bottom: 20px !important;
}

.imgbox_col2{
  display: flex;
  justify-content: space-between;
}
.imgbox_col2.sf_handbook_box{
  max-width: 760px;
  margin: 60px auto 100px;
}
.imgbox_col2.sf_handbook_box:last-of-type{
  margin-top: -40px;
}
.imgbox_col2.sf_handbook_box a{
  display: block;
  width: 46%;
  max-width: 347px;
}
.imgbox_col2.sf_handbook_box a img{
  width: 100%;
  height: auto;
}
.imgbox_col2.sf_handbook_box a:last-of-type{
  margin-left: 8%;
}
@media (max-width: 767px) {
  .imgbox_col2.sf_handbook_box{
    margin: 30px auto 70px;
  }
}
@media (max-width: 640px) {
  .imgbox_col2{
    display: block;
  }
  .imgbox_col2.sf_handbook_box a,.imgbox_col2.sf_handbook_box a:last-of-type{
    width: 80%;
    margin: 0 auto 30px;
  }
}

/* バス時刻表検索 */
.timetable{
  overflow: hidden;
}
.bus_form{
  padding: 30px;
  background-color: #BBBBBB;
  display: flex;
  flex-wrap: wrap;
}
.bus_form label{
  font-weight: 500;
  font-size: 1.1rem;
  display: inline-block;
  margin: 5px 0;
}
.bus_form select{
  padding: 5px;
  font-weight: 400;
  font-size: 1.1rem;
}
.bus_form_l{
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
.bus_form_l p:nth-child(1){
  margin-bottom: 20px;
  width: 50%;
}
.bus_form_l p:nth-child(2){
  margin-bottom: 20px;
  width: 50%;
}
.bus_form_l p:nth-child(3){
  width: 100%;
  text-align: center;
}

.bus_form_l p{
  position: relative;
}
.bus_form_l p:nth-child(1):after,.bus_form_l p:nth-child(2):after,
.bus_form_l p:nth-child(1):before,.bus_form_l p:nth-child(2):before{
  content: '';
  border-bottom: #666 solid 2px;
  display: block;
  position: absolute;
}
.bus_form_l p:nth-child(1):after{
  width: 70px;
  height: 40px;
  border-left: #666 solid 2px;
  margin-left: 90px;
}
.bus_form_l p:nth-child(2):after{
  width: 50px;
  height: 40px;
  border-right: #666 solid 2px;
  margin-left: 180px;
}
.bus_form_l p:nth-child(1):before{
  height: 14px;
  width: 14px;
  border-left: #666 solid 2px;
  transform: rotate(-135deg);
  top: 77px;
  left: 145px;
}
.bus_form_l p:nth-child(2):before{
  height: 14px;
  width: 14px;
  border-right: #666 solid 2px;
  transform: rotate(-135deg);
  top: 47px;
  left: 223px;
}

.bus_form_r{
  margin-bottom: 10px;
  width: 24%;
}
.bus_form_c{
  width: 100%;
  text-align: center;
}
.bus_form_r label{
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.bus_form_r label select{
  margin-left: .5rem;
  width: 100%;
  text-align: right;
}
.bus_form_r label p{
  white-space: nowrap;
}
.bus_form_c button{
  padding: 8px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 260px;
  color: #fff;
  background-color: #C30D23;
  border: none;
  cursor: pointer;
}

.search_option {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
}
#searchOption ul{
  margin-bottom: 30px;
  padding: 1rem;
  font-size: 1.2rem;
  background: #E4E4E4;
}
.search_option_item {
  margin-right: 20px;
}

.schedule{
  border-bottom: #707070 solid 1px;
}
div.schedule .schedule_time + div{
  max-height: 0;
  transition: max-height .2s ease-out;
  overflow: hidden;
}
div.schedule.open .schedule_time + div{
  transition: max-height .3s ease-in-out;
  max-height: 999px;
}
div.schedule .schedule_time {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 10px 15px;
  position: relative;
  cursor: pointer;
}
div.schedule .schedule_time:after {
  content: "詳細";
  position: absolute;
  padding: 0 10px;
  font-size: 1.1rem;
  right: 1rem;
  color: #fff;
  background-color: #CB1515;
}
div.schedule.open .schedule_time:after{
  content: "閉じる";
  background-color: #292929;
}
.schedule_time_item {
  margin-right: 20px;
}
#scheduleList > p{
  font-size: 1.1rem;
  margin-bottom: 50px;
}
.info_list {
  list-style: none;
  display: none;
  margin: 10px 0;
}
.info_list li {
  margin-right: 20px;
}
.schedule_list {
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 1rem;
  border-top: solid 1px #ced8dc;
}
.schedule_list li{
  padding: 8px 20px;
  display: flex;
}
.schedule_list li span{
  color: #292929;
  background-color: #B3DEDE;
  border-radius: 3px;
}
.schedule_list li span:empty{
  width: 4px;
  margin: -8px 38px -8px 28px;
  background-color: #aaa;
  border-radius: 0;
}
.schedule_list li:first-child span:empty{
  background-color: transparent;
}
.schedule_list li:nth-child(even){
  background-color: #F3E8E8;
}
.schedule_list li span,.schedule_list li time{
  margin-right: 10px;
  width: 60px;
  text-align: center;
  display: inline-block;
}
.schedule_list dt span {
  display: inline-block;
  margin-right: 20px;
}
h4.titleStyle01 + div{
  border-top: #707070 solid 1px;
}

.notes{
  padding: 35px;
  background-color: #fff;
  border: solid 2px #8F8F8F;
}
.notes dt{
  margin-bottom: 1rem;
  font-weight: 500;
}
.update_month{
  margin-bottom: 1rem;
  text-align: right;
}
#history{
margin-bottom: 2rem;
}
#history h2{
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 600;
}
#history button{
  padding: 3px 25px;
  color: #fff;
  font-size: 1rem;
  background-color: #CB1515;
  border: none;
  cursor: pointer;
}
.history_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.history_list:first-of-type {
  border-top: 1px solid #ccc;
}
.history_list_item {
  margin-right: 20px;
}
.history_list_item:last-of-type {
  margin-left: auto;
}
.pdf_bus{
  margin-bottom: 3rem;
}
.pdf_bus a{
  margin: 0 2rem 1rem 0;
  text-decoration: underline;
  display: inline-block;
  color:#CB1515;
}
.pdf_bus a:last-child{
  margin-right: 0;
}
.pdf_bus a::before{
  content: '';
  margin-right: .5rem;
  display: inline-block;
  width: 25px;
  height: 30px;
  vertical-align: middle;
  background-image: url(/common/images/for_you/pdf_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.notes {
  display: none;
  margin: 20px 0 40px;
  list-style-type: none;
}
.notes.-active {
  display: block;
}
.notes_item {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
  font-size: 12px;
}
.notes_item:before {
  content: '■';
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  #content{
    padding: 0 10px;
  }
  .bus_form select{
    width: 78%;
  }
}
@media (max-width: 896px) {
  .bus_form_l{
    width: 100%;
    margin-bottom: 10px;
  }
  .bus_form_l p:nth-child(1){
    order: 1;
    width: 100%;
  }
  .bus_form_l p:nth-child(2){
    order: 3;
    width: 100%;
  }
  .bus_form_l p:nth-child(3){
    text-align: left;
    order: 2;
    margin-bottom: 20px;
  }
  .bus_form_l p label{
    width: 100%;
  }
  .bus_form_l p:nth-child(1):after,.bus_form_l p:nth-child(2):after{
    border-bottom: none;
    height: 20px;
  }
  .bus_form_l p:nth-child(1):after{
    margin-left: 160px;
  }
  .bus_form_l p:nth-child(2):after{
    top: -19px;
    margin-left: 90px;
  }
  .bus_form_l p:nth-child(1):before{
    transform: rotate(314deg);
    top: 46px;
    left: 153px;
  }
  .bus_form_l p:nth-child(2):before{
    transform: rotate(45deg);
    top: -17px;
    left: 153px;
  }
  .bus_form_r{
    width: 100%;
  }
  .bus_form select{
    width: 84%;
  }
  .history_list{
    padding-right: 21%;
    font-size: 1rem;
    position: relative;
  }
  .history_list_item:nth-last-child(4){
    width: 100%;
  }
  .history_list_item:last-of-type{
    margin-right: 0;
    position: absolute;
    right: 0;
  }
  #history button{
    padding: 8px 15px;
    font-size: 1.1rem;
  }
  .notes{
    padding: 15px;
    font-size: 1rem;
  }
  .notes dd{
    font-size: 0.8rem;
  }
  .notes_item{
    font-size: 0.9rem;
  }
  .titleStyle01 {
    font-size: 1.2rem;
  }
  .schedule:first-child{
    border-top: #707070 solid 1px;
  }
  div.schedule .schedule_time{
    flex-wrap: wrap;
    padding-right: 22%;
    position: relative;
    margin: 10px 0;
  }
  div.schedule .schedule_time:after{
    padding: 7px 22px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.menu .read{
  margin-bottom: 2em;
  border: none;
  text-align: center;
  font-size: 22px;
}
.table_normal,.table_normal td,.table_normal th{
  padding: .6rem .8rem;
  border: #cacaca solid 1px;
}
.table_normal{
  table-layout: auto;
  width: 100%;
  font-size: 16px;
}
.table_normal th{
  font-weight: 700;
  background-color: #e0e0e0;
}
.w8{
  width: 8rem;
}
.list_no_maru > li{
  padding-left: 1.3rem;
  position: relative;
}
.list_no_maru > li .list_type{
  display: block;
  font-size: 1.1rem;
  position: absolute;
  left: 0;
  top: -.1em;
}
.list_disk_red > li{
  list-style-type: none;
  position: relative;
  padding-left: 1rem;
  font-size: 16px;
}
.list_disk_red > li b{
  font-weight: 700;
}
.list_disk_red > li figure{
  margin-top: 1rem;
  text-align: center;
}
.list_disk_red > li:before{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .6em;
  background-color: #b3292c;
}
.box_bg_gray{
  padding: 1.5rem 1.5rem 0;
  background-color: #f6f6f6;
  position: relative;
}
.box_bg_blue{
  padding: 1.5rem 1.5rem 0;
  background-color: #eaf6fd;
  position: relative;
}
.img_box_title{
 padding: .4rem .8rem .2rem;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background-color: #0067a5;
}
.img_box_figure{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.img_box_figure + .img_box_title{
  margin-top: 20px;
}
.img_box_figure figure{
  margin-bottom: 1.5rem;
  flex-basis: 48.8%;
}
.img_box_figure.col1 figure{
  flex-basis: 100%;
}
.img_box_figure figure img{
  max-width: 100%;
}
.img_box_in{
  margin-bottom: 1.5rem;
  padding: 1rem 1rem 0;
  width: 100%;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box;
}
.img_box_in h5{
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: bold;
}
.fw_b{
  font-weight: 700;
}
.fs16{
  font-size: 16px;
}
.fs14{
  font-size: 14px;
}

a.btn_Red{
  color: #fff;
}
.btn_Red{
  padding: 16px 80px;
  background-color: #C30D23;
  text-decoration: none;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  display: inline-block;
  position: relative;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}
.btn_Red:hover{
  opacity: .7;
}
.btn_Red::before,.btn_Red::after{
  content: '';
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.btn_Red.arrow_left::before{
  right: 1.5rem;
  transform: rotate(-90deg);
  background: no-repeat url(/common/images/information/arrow05.png) 100%;
}
.btn_Red.arrow_down::after{
  left: 1.5rem;
  background: no-repeat url(/common/images/information/arrow05.png) 100%;
}
.display_none{
  display: none;
}
br.sp_only{
  display: none;
}
.img_sp{
  display: none;
}
.table_sp{
  display: none;
}
.ico_image::after{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 1.5rem;
  top: 1.5em;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ico_manage::after{
  background-image: url(/anzenkyoiku/images/case_icon_01.png);
}
.ico_object::after{
  background-image: url(/anzenkyoiku/images/case_icon_02.png);
}
.ico_people::after{
  background-image: url(/anzenkyoiku/images/case_icon_03.png);
}
@media (max-width: 767px) {
  .menu .read{
    padding-top: 0;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 15px;
  }
  .img_box_figure figure{
    flex-basis: 100%;
    margin-bottom: 1rem;
  }
  .table_normal{
    border: none;
  }
  .table_normal th,.table_normal td{
    padding: .2rem .5rem;
    font-size: 14px;
    display: block;
  }
  .list_disk_red > li{
    font-size: 14px;
  }
  .table_normal th{
    text-align: left;
  }
  .con_anzenkyoiku h3{
    font-size: 14px;
    line-height: 1.8;
  }
  .con_anzenkyoiku h3.ttlInfo{
    padding: 0;
  }
  br.sp_only{
    display: block;
  }
  .box_bg_gray{
    padding: 1rem 1rem 0;
    text-align: center;
  }
  .box_bg_gray dt{
    text-align: left;
  }
  .img_box_title{
    padding: .1rem .8rem 0;
    color: #fff;
    font-size: 12px;
  }
  .img_box_title.mb20{
    margin-bottom: 10px;
  }
  .img_box_figure + .img_box_title{
    margin-top: 0;
  }
  .img_box_in h5{
    font-size: 14px;
  }
  .img_box_in{
    margin-bottom: 1rem;
  }
  .list_disk_red > li figure img{
    margin: 0 0 1rem -.5rem;
  }
  .list_disk_red > li figure img:last-child{
    margin: 0 0 0 -.5rem;
  }
  .ico_outer{
    text-align: left;
  }
  .ico_image{
    position: relative;
    display: inline-block;
  }
  .ico_image::after{
    display: inline-block;
    right: -3.5rem;
    top: -1.5rem;
    width: 40px;
    height: 40px;
  }
  .img_pc{
    display: none;
  }
  .img_sp{
    display: block;
  }
  .table_pc{
    display: none;
  }
  .table_sp{
    display: table;
  }
}


.anzen_info_table{
  width: 100%;
  table-layout: fixed;
  border-top: solid 1px #cacaca;
}
.anzen_info_table th,.anzen_info_table td{
  padding: .5rem 1rem;
  border: solid 1px #cacaca;
}
.anzen_info_table th{
  font-weight: 600;
  text-align: left;
  background-color: #e0e0e0;
}
.anzen_info_table th .ft_small{
  font-weight: 400;
  font-size: small;
}
.anzen_info_table th.th_second{
  background-color: #f0f2f4;
}
.anzen_info_table td{
  vertical-align: middle;
}
.anzen_info_table td:empty{
  border: none;
}
.anzen_info_table td img{
  height: auto;
  max-width: 100%;
}
.menu h3.anzen_info_ttl01 br{
  display: none;
}
.box_border_red{
  padding: 1rem 1.5rem;
  font-weight: bold;
  font-size: 16px;
  color: #c30d23;
  border: solid 2px #c30d23;
}
.anzen_info_ttl02{
  font-size: 22px;
  font-weight: bold;
}
.anzen_info_flow{
  position: relative;
}
.anzen_info_flow li span{
  margin-right: 1.5em;
  vertical-align: top;
  /* position: absolute; */
  /* left: 0; */
}
.anzen_info_flow li p{
  display: inline-block;
}

@media (max-width: 767px) {
  .menu h3.anzen_info_ttl01{
    font-size: 15px;
  }
  .menu h3.anzen_info_ttl01 br{
    display: block;
  }
  .box_border_red{
    font-size: 14px;
  }
  .anzen_info_ttl{
    font-size: 15px;
  }
  .anzen_info_table th,.anzen_info_table td{
    padding: .2rem .8rem;
    width: 100%;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    border-top: none;
  }
  ul.ul_red_dot > li:before{
    top: .5rem;
  }
  .table_sp tr th,.table_sp tr td{
    display: table-cell;
  }
}

.relation_list{
  margin: 0 6px 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.relation_list li{
  width: 24%;
}
@media (max-width: 767px) {
  .relation_list li{
    margin-bottom: 1rem;
    width: 48%;
  }
}

.col_col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_col2 div{
  padding: 1.5rem;
  background-color: #fff;
  flex-basis: 48.5%;
  box-sizing: border-box;
}
.col_col2 div img{
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .col_col2 div{
    flex-basis: 100%;
  }
  .col_col2 div img{
    margin-bottom: 20px;
  }
}

.foryouTtl{
  color: #c31421;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.hyougo_01{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.hyougo_01 dt,.hyougo_01 dd{
  padding: 1.5rem;
  color: #c30d23;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 600;
  border: #c30d23 solid 2px;
  box-sizing: border-box;
}
.hyougo_01 dt{
  flex-basis: 25%;
  justify-content: center;
  border-right: none;
  display: flex;
  align-items: center;
}
.hyougo_01 dd{
  flex-basis: 75%;
}
.hyougo_text_right{
  text-align: right;
  font-size: 15px;
  font-weight: 400;
}
.hyougo_02{
  padding: 1.5rem 2rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .hyougo_01 dt,.hyougo_01 dd{
    padding: 1rem;
    flex-basis: 100%;
    font-size: 19px;
    border: #c30d23 solid 2px;
  }
  .hyougo_01 dt{
    border-bottom: none;
  }
  .hyougo_01 dd br{
    display: none;
  }
  .hyougo_text_right{
    font-size: 12px;
  }
  .hyougo_02{
    padding: 1rem 1.5rem;
    font-size: 18px;
  }
}

.ttl_anzen_info{
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 139%;
  font-weight: bold;
  border-top: #C30D23 solid 2px;
}
@media (max-width: 980px) {
  .ttl_anzen_info{
    font-size: 93%;
  }
}

.waming_red{
  font-weight: 600;
  font-size: 1rem;
  color: #c30d23;
}

.movie_law{
  text-align: left;
  font-size: 16px;
}
.menu .read p.movie_law_read{
  padding-bottom: 1rem;
  font-weight: 700;
  border-bottom: solid 2px #CFD8DC;
}
.movie_law_ol{
  margin: -10px 0 10px;
  padding: 30px;
  background-color: #F6F6F6;
}


.mv_col{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.mv_col li{
  margin: 0 1%;
  width: 48%;
  min-width: 300px;
  box-sizing: border-box;
}
.mv_col li video{
  aspect-ratio: 441 / 248;
  width: 100%;
}
.mv_col li .yt{
  aspect-ratio: 441 / 248;
  width: 100%;
  height: auto;
}
.mv_col li p.movie_description{
  font-size: 1rem;
}
.mv_col li h4{
  padding: 10px 0 60px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #666;
}
.mv_col li h4 span{
  display: block;
  font-size: 16px;
}
.mv_col li p{
  margin-bottom: 40px;
  border: none;
  font-weight: 400;
  font-size: 1.2rem;
}
div.read{
  font-size: 1.1rem;
}
@media (max-width: 955px) {
  .mv_col{
    justify-content: space-around;
  }
  .mv_col li{
    width: 100%;
  }
}

/* .link_text{

} */
.link_text_item{
  margin-bottom: 1rem;
  line-height: 1.2;
  margin-left: 2rem;
  position: relative;
}
.link_text_item::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: #b3292c solid 1px;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
  position: absolute;
  left: -1.5rem;
  top: .2rem;
}
.link_text_link{
  text-decoration: underline;
}

.movie_law_mv
.mv_col{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.mv_col li{
  margin: 0 1%;
  width: 45%;
  min-width: 300px;
  box-sizing: border-box;
}
.mv_col li h4{
  padding: 10px 0 60px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #666;
}
.mv_col li h4 span{
  display: block;
  font-size: 16px;
}
.mv_col li p{
  margin-bottom: 40px;
  border: none;
  font-weight: 400;
  font-size: 1.2rem;
}
div.read{
  font-size: 1.1rem;
}
@media (max-width: 955px) {
  .mv_col{
    justify-content: space-around;
  }
  .mv_col li{
    width: 100%;
  }
}
.movie_law_mv li{
  width: 48%;
}
.movie_law_mv li h4{
  margin: 30px 0 0;
  padding: 10px 0 15px;
  color: #C30D23;
  font-size: 17px;
  border-top: solid 2px #C30D23;
  border-bottom: none;
}
a.btn_law{
  border-radius: 5px;
  position: relative;
  background-image: none;
}
.btn_law::after{
  content: '';
  margin-top: -13px;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 25px;
  background-image: url(/common/images/information/arrow05.png);
  background-repeat: no-repeat;
  background-color: transparent;
  transform: rotate(180deg);
}
.movie_law_survey{
  margin-bottom: 50px;
}
.movie_law_survey dl{
  margin-bottom: 30px;
}
.movie_law_survey_ttl{
  font-weight: 700;
  font-size: large;
  padding-top: 50px;
}
.movie_law_survey_pdf{
  padding: 10px 10px 0 0;
  /* list-style-type: decimal; */
  display: table;
  margin: auto;
  text-align: left;
  position: relative;
  /* left: 1.5em; */
}
.movie_law_survey_pdf li a{
  text-decoration: underline;
  color: #b3292c;
  line-height: 2;
}
@media (max-width: 980px) {
  .menu div.movie_law{
    padding: 2rem 1rem;
    font-size: 14px;
  }
  .menu div.movie_law_survey{
    padding-top: 25px;
    margin-bottom: 30px;
  }
  .menu div.movie_law_survey dl{
    margin-bottom: 30px;
  }
}

.movie_grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  grid-template-rows: subgrid;
  gap: 1rem;
}
@media (max-width: 440px) {
.movie_grid{
  grid-template-columns: repeat(1, 1fr);
}
}
.movie_grid.movie_law_mv > li{
  width: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  /* grid-row: span 1; */
}

.video-player{
aspect-ratio: 25 / 14;
}

.box_gray{
  padding: 1.5rem 1.5rem 0;
  background-color: #e9eef8;
  position: relative;
  display: flex;
}
.box_gray_img{
  margin-left: 1em;
}
.u-w100p{
  width: 100%;
}

.p-col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-col2_item{
  width: 48%;
  min-width: 300px;
  box-sizing: border-box;
}
.p-col2_item img{
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-col2{
    justify-content: space-around;
  }
  .p-col2_item{
    width: 100%;
  }
}

.menu p.p-pdf_link a{
  font-size: .8125rem;
  /* font-size: 1rem; */
  text-decoration: underline;
  color: #b3292c;
}
.menu p.p-pdf_link a:hover{
  text-decoration: none;
}

.link_handbook{
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  justify-items: start;
  max-width: 620px;
  margin-inline: auto;
  list-style-type: decimal;
  padding-left: 2rem;
  a:hover{
    text-decoration: underline;
  }
}

.u-list_circle{
  margin-left: 0;
}
.u-list_circle .u-list_item{
  margin-left: 1.5rem;
  position: relative;
}
.u-list_circle .u-list_item::before{
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #333;
  position: absolute;
  left: -1.5rem;
  top: .3rem;
  border-radius: 50%;
}

.u-arrange{
  position: relative;
  padding-left: 6rem;
}
.u-arrange_span{
  position: absolute;
  left: 0;
}