/*
 * _setting.scss
 */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
/* -----------------------------------
vw
------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/*
 * CSS monthly.css
 */
/* ---------------------------------------
	main_title
--------------------------------------- */
.main_title {
  background: #73C7F5;
}

.main_title .m_tit {
  background: #73C7F5;
}

/* ---------------------------------------
	eachtitle
--------------------------------------- */
.eachtitle {
  font-size: 1.5em;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCC6BF;
}

.eachtitle.side_bdr {
  border-right: 1px solid #CCC6BF;
  border-left: 1px solid #CCC6BF;
}

.eachtitle:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top: 8px solid #CCC6BF;
  position: absolute;
  bottom: -16px;
  left: 50%;
}

.eachtitle span {
  font-weight: bold;
}

.eachtitle span.ico_1 {
  display: inline-block;
  padding: 18px 0 18px 100px;
  background: url(../img/waza_ari_ippon/ico_1.png) no-repeat left center;
}

.eachtitle span.ico_2 {
  display: inline-block;
  padding: 18px 0 18px 100px;
  background: url(../img/waza_ari_ippon/ico_2.png) no-repeat left center;
}

.eachtitle2 {
  color: #58463D;
  font-size: 1.3em;
  padding: 6px 12px;
  font-weight: bold;
  margin-bottom: 20px;
  background: #C3BDB6;
  border-radius: 10px 10px 0 0;
}

.section_type {
  overflow: hidden;
  border: 2px solid #C3BDB6;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .eachtitle {
    font-size: 1.25em;
  }
  .eachtitle span.ico_1 {
    padding: 8px 0 8px 50px;
    background: url(../img/waza_ari_ippon/ico_1.png) no-repeat left center;
    background-size: 40px;
  }
  .eachtitle span.ico_2 {
    padding: 8px 0 8px 50px;
    background: url(../img/waza_ari_ippon/ico_2.png) no-repeat left center;
    background-size: 40px;
  }
  .main_title .incnt {
    width: 100% !important;
    margin: 0 !important;
  }
  .main_title .m_tit {
    padding-top: 30px;
    width: 100%;
    padding: 15px;
    height: auto;
    float: none;
  }
  .main_title .m_img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main_title .m_tit img {
    height: 27px;
  }
}
#cnt_main {
  width: 712px;
  float: left;
}

#aside {
  width: 221px;
  float: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #cnt_main {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #aside {
    width: 100%;
    float: none;
  }
}
#aside .side_txt1 {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: #C3E7FB;
  border-radius: 10px;
}

#aside .arrow_down {
  line-height: 0;
  margin-bottom: 5px;
  text-align: center;
}

#aside .side_box1 {
  border-radius: 10px;
  border: 2px solid #CCC6BF;
  margin: 0 0 20px;
}

#aside .side_box1 h3 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: #CCC6BF;
}

#aside .side_box1 ul {
  padding: 20px 20px;
}

#aside .side_box1 ul li {
  padding: 3px 0;
}

#aside .side_box1 ul li a {
  text-decoration: none;
}

#aside .side_box2 {
  background: #F5F3F0;
  border-top: 2px solid #5A463F;
  border-bottom: 2px solid #5A463F;
}

#aside .side_box2 h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC6BF;
}

#aside .side_box2 .box_in {
  padding: 10px 10px 20px 10px;
}

#aside .side_box2 .side_img1 {
  text-align: center;
}

#aside .side_box2 .side_img1 img {
  max-width: 130px;
}

@media screen and (max-width: 767px) {
  #aside .side_box1 ul {
    padding: 0 0;
  }
  #aside .side_box1 ul li {
    float: left;
    width: 50%;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #C4BEB7;
    border-bottom: 1px solid #C4BEB7;
  }
  #aside .side_box1 ul li:nth-child(2n) {
    border-right: none;
  }
  #aside .side_box1 ul li:last-child {
    border-bottom: none;
  }
}
#aside .side_box3 {
  border: 2px solid #ccc6bf;
  padding: 6px 6px 17px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
}

#aside .side_box3:before,
#aside .side_box3:after {
  content: "";
  width: 29px;
  height: 21px;
  background: url(../../module/img/monthly/side_ico1.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -8px;
}

#aside .side_box3:before {
  left: 21px;
}

#aside .side_box3:after {
  right: 21px;
}

#aside .side_box3 h3 {
  font-weight: bold;
  font-size: 1.43em;
  color: #fff;
  background: #73C7F5;
  text-align: center;
  line-height: 1.4;
  padding: 13px 5px 7px;
  border-radius: 8px 8px 0 0;
  border-bottom: 4px solid #4EB9EB;
}

#aside .side_box3 .txt1 {
  background: #F2F2F2;
  font-size: 0.85em;
  text-align: center;
  padding: 10px 5px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 15px;
}

#aside .side_box3 .list1 li {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC6BF;
  margin-bottom: 8px;
}

#aside .side_box3 .list1 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

#aside .side_box3 .list1 .month {
  font-size: 1.07em;
  text-align: center;
  margin-bottom: 3px;
}

#aside .side_box3 .list1 .month span {
  font-weight: bold;
}

#aside .side_box3 .list1 .month:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../module/img/common/ico_arrow_r2.png) no-repeat center;
  background-size: 100%;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

#aside .side_box3 .list1 .btn1 {
  text-align: center;
}

#aside .side_box3 .list1 .btn1 a {
  display: inline-block;
  width: 178px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.93em;
  background: #73C7F5;
  color: #fff;
  padding: 5px 5px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}

#aside .side_box3 .list1 .btn1 a:before {
  content: "";
  width: 15px;
  height: 17px;
  background: url(../../module/img/common/ico_pdf2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 8px;
}

#aside .side_box3 .list1 .btn1 a:hover {
  opacity: 0.7;
}

/* ---------------------------------------
	index
--------------------------------------- */
.index #breadcrumb {
  margin-bottom: 50px;
}

.index .box_wrap .box a {
  display: block;
  position: relative;
  text-decoration: none;
}

.index .box_wrap .box .ico_new {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}

.index .box_wrap .box .cnt_left {
  width: 340px;
}

.index .box_wrap .box .cnt_right {
  width: 360px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index .box_wrap .box .box_tit {
  color: #30AEF1;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C9C3BC;
}

.index .box_wrap .box .box_tit2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .index #breadcrumb {
    margin-bottom: 15px;
  }
  .index .box_wrap .box .ico_new {
    width: 30px;
    right: 10px;
    left: auto;
  }
  .index .box_wrap .box .cnt_left {
    width: 100%;
    float: none;
  }
  .index .box_wrap .box .cnt_right {
    width: 100%;
    float: none;
    padding: 10px 20px;
  }
  .index .box_wrap .box .box_tit {
    font-size: 1.35em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 30px;
  }
  .index .box_wrap .box .box_tit2 {
    font-size: 1.1em;
    margin-bottom: 5px;
  }
}
/* ---------------------------------------
	waza_ari_ippon
--------------------------------------- */
.waza_ari_ippon .s2_tit1 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.waza_ari_ippon .sec_in {
  padding: 35px 25px;
  background: #EBF7FE;
}

.waza_ari_ippon .sec_in .cnt_left {
  width: 316px;
  text-align: center;
}

.waza_ari_ippon .sec_in .cnt_right {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .waza_ari_ippon .s2_tit1 {
    font-size: 1.3em;
    text-align: left;
    margin-bottom: 10px;
  }
  .waza_ari_ippon .sec_in {
    padding: 20px 15px;
  }
  .waza_ari_ippon .sec_in .cnt_left {
    width: 100%;
    float: none;
  }
  .waza_ari_ippon .sec_in .cnt_right {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.waza_ari_ippon .sec_in2 {
  padding: 35px 25px;
  margin-bottom: 30px;
}

.waza_ari_ippon .sec_in2 .inbox .cnt_box {
  width: 315px;
  float: right;
}

.waza_ari_ippon .sec_in2 .inbox .img_box {
  width: 315px;
  float: left;
}

.waza_ari_ippon .sec_in2 .inbox .table_box {
  display: table;
  width: 100%;
  height: 60px;
  margin: 10px 0;
}

.waza_ari_ippon .sec_in2 .inbox .table_box dl {
  display: table-row;
}

.waza_ari_ippon .sec_in2 .inbox .table_box dt,
.waza_ari_ippon .sec_in2 .inbox .table_box dd {
  display: table-cell;
  vertical-align: middle;
}

.waza_ari_ippon .sec_in2 .inbox .table_box dt {
  font-size: 0.9em;
  font-weight: bold;
  width: 100px;
  text-align: center;
  background: #EBE8E2;
  border-right: 5px solid #FFF;
  border-radius: 8px 0 0 8px;
}

.waza_ari_ippon .sec_in2 .inbox .table_box dd {
  text-align: left;
  background: #F5F3F0;
  padding: 4px 15px;
  font-weight: bold;
  border-radius: 0 8px 8px 0;
}

@media screen and (max-width: 767px) {
  .waza_ari_ippon .sec_in2 {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
  .waza_ari_ippon .sec_in2 .inbox .cnt_box {
    width: 100%;
    float: none;
  }
  .waza_ari_ippon .sec_in2 .inbox .img_box {
    width: 100%;
    float: none;
  }
}
.waza_ari_ippon .sec_in3 {
  padding: 35px 25px;
  background: #EFEFEF;
}

.waza_ari_ippon .sec_in3 .inbox {
  position: relative;
}

.waza_ari_ippon .sec_in3 .border {
  width: 3px;
  position: absolute;
  top: 0;
  left: 290px;
  /*bottom: 0;*/
  height: 100%;
  display: block;
  background: #30AEF1;
}

.waza_ari_ippon .sec_in3 .step_box li {
  margin-top: 30px;
}

.waza_ari_ippon .sec_in3 .step_box li:first-child {
  margin-top: 0;
}

.waza_ari_ippon .sec_in3 .step_box li .box_left {
  width: 225px;
  float: left;
  text-align: center;
}

.waza_ari_ippon .sec_in3 .step_box li .box_right {
  width: 400px;
  float: right;
}

.waza_ari_ippon .sec_in3 .step_box li .box_right dt {
  float: left;
  position: relative;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  padding: 15px 10px;
  z-index: 1;
  border-radius: 5px 0 0 5px;
  background: #30AEF1;
}

.waza_ari_ippon .sec_in3 .step_box li .box_right dd {
  padding-left: 80px;
}

.waza_ari_ippon .sec_in3 .step_box li .box_right .b_tit {
  font-size: 1.2em;
  padding: 7px 0;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #C9C3BC;
}

@media screen and (max-width: 767px) {
  .waza_ari_ippon .sec_in3 {
    padding: 20px 15px;
  }
  .waza_ari_ippon .sec_in3 .border {
    width: 2px;
    top: 0;
    left: 30px;
  }
  .waza_ari_ippon .sec_in3 .step_box li .box_left {
    width: 100%;
    float: none;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .waza_ari_ippon .sec_in3 .step_box li .box_right {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .waza_ari_ippon .sec_in3 .step_box li .box_right dt {
    font-size: 1.1em;
  }
}
.waza_ari_ippon .sec_in4 {
  padding: 35px 25px;
}

@media screen and (max-width: 767px) {
  .waza_ari_ippon .sec_in4 {
    padding: 20px 15px;
  }
}
.waza_ari_ippon #sec_3 {
  margin-bottom: 70px;
}

.waza_ari_ippon #sec_3 .past_list li {
  margin-top: 10px;
  border-bottom: 1px solid #C9C3BC;
}

.waza_ari_ippon #sec_3 .past_list li a {
  display: block;
}

.waza_ari_ippon #sec_3 .past_list li .cnt_left {
  width: 170px;
  width: 100px;
  width: 15%;
  margin-bottom: 10px;
}

.waza_ari_ippon #sec_3 .past_list li .cnt_right {
  width: 510px;
  width: 590px;
  width: 82%;
}

.waza_ari_ippon #sec_3 .past_list li .b_tit {
  font-size: 1.2em;
  padding-top: 20px;
  /*margin-bottom: 10px;*/
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .waza_ari_ippon #sec_3 {
    margin-bottom: 40px;
  }
  .waza_ari_ippon #sec_3 .past_list li {
    margin-top: 10px;
  }
  .waza_ari_ippon #sec_3 .past_list li .cnt_left {
    width: 30%;
    margin-bottom: 10px;
  }
  .waza_ari_ippon #sec_3 .past_list li .cnt_right {
    width: 67%;
  }
  .waza_ari_ippon #sec_3 .past_list li .b_tit {
    font-size: 1em;
    padding: 0px;
    line-height: 1.4;
    /*margin-bottom: 10px;*/
    font-weight: bold;
  }
}
/* ---------------------------------------
	disaster_prevention
--------------------------------------- */
.disaster_prevention #sec_2 .article_wrap .article_tit {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.disaster_prevention #sec_2 .article {
  margin-bottom: 50px;
  padding-top: 20px;
}

.disaster_prevention #sec_2 .section_title {
  display: table-cell;
  width: 580px;
  height: 80px;
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 10px 0 100px;
  border-radius: 10px;
  position: relative;
  left: 20px;
  background: #30AEF1;
  vertical-align: middle;
}

.disaster_prevention #sec_2 .section_title:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -10px;
  left: -20px;
  background: url(../img/disaster_prevention/ico_1.png);
  background-size: contain;
}

.disaster_prevention #sec_2 .article .sub_title {
  font-size: 1.3em;
  font-weight: bold;
}

.disaster_prevention #sec_2 .article .article_img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .disaster_prevention #sec_2 .article {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .disaster_prevention #sec_2 .section_title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    left: 0;
    padding: 8px 10px 8px 60px;
    border-radius: 10px;
  }
  .disaster_prevention #sec_2 .section_title:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 5px;
  }
  .disaster_prevention #sec_2 .article .sub_title {
    font-size: 1.2em;
    line-height: 1.4;
  }
}
/*.article.c_conts1*/
/*.article.c_conts2*/
.disaster_prevention #sec_2 .article.c_conts2 .article_img {
  float: right;
  width: 268px;
}

.disaster_prevention #sec_2 .article.c_conts2 .article_cnt {
  float: left;
  width: 430px;
}

/*.article.c_conts3*/
.disaster_prevention #sec_2 .article.c_conts3 .article_img {
  float: left;
  width: 268px;
}

.disaster_prevention #sec_2 .article.c_conts3 .article_cnt {
  float: right;
  width: 430px;
}

/*.article.c_conts4*/
.disaster_prevention #sec_2 .article.c_conts4 .article_img img,
.disaster_prevention #sec_2 .article.c_conts5 .article_img img,
.disaster_prevention #sec_2 .article.c_conts6 .article_img img {
  margin: 0 10px 10px;
}

.disaster_prevention #sec_2 .article.c_conts4 .article_cnt,
.disaster_prevention #sec_2 .article.c_conts5 .article_cnt,
.disaster_prevention #sec_2 .article.c_conts6 .article_cnt {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .disaster_prevention #sec_2 .article .article_img {
    float: none !important;
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .disaster_prevention #sec_2 .article .article_cnt {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .disaster_prevention #sec_2 .article_wrap .article_tit {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}
.disaster_prevention #sec_2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .disaster_prevention #sec_2 {
    margin-bottom: 40px;
  }
}
.disaster_prevention #sec_3 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .disaster_prevention #sec_3 {
    margin-bottom: 40px;
  }
}
.disaster_prevention #sec_3 .past_list {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .disaster_prevention #sec_3 .past_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .disaster_prevention #sec_3 .past_list::before {
    content: "";
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 769px) {
  .disaster_prevention #sec_3 .past_list li {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .disaster_prevention #sec_3 .past_list li {
    margin-bottom: 15px;
  }
}
.disaster_prevention #sec_3 .past_list li a {
  text-decoration: none;
  display: block;
  border: 2px solid #CDC7C0;
  padding: 15px;
  border-radius: 10px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .disaster_prevention #sec_3 .past_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.disaster_prevention #sec_3 .past_list li a ._img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .disaster_prevention #sec_3 .past_list li a ._img {
    width: 40%;
  }
}
.disaster_prevention #sec_3 .past_list li a ._img img {
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px) {
  .disaster_prevention #sec_3 .past_list li a ._tit {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .disaster_prevention #sec_3 .past_list li a ._tit {
    margin-left: 20px;
  }
}/*# sourceMappingURL=monthly.css.map */