/* Scss Document */
.top_news_section {
  margin: 20px auto 0;
  width: 1100px;
  padding: 0 14px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .top_news_section {
    width: 100%;
    padding-top: 20px;
  }
}
.top_news_section h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-size: 30px;
  color: #1b96e0;
}
@media screen and (max-width: 768px) {
  .top_news_section h2 {
    font-size: 25px;
  }
}
.top_news_section h2 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 11px;
  padding-top: 5px;
  color: #333;
}
.top_news_section ul {
  padding: 10px 20px 10px;
}
@media screen and (max-width: 768px) {
  .top_news_section ul {
    padding: 10px 0 0;
  }
}
.top_news_section ul li {
  border-bottom: 1px dotted #ddd;
  font-size: 14px;
}
.top_news_section a {
  display: table;
  padding: 12px 10px;
  text-decoration: none;
  width: 100%;
}
.top_news_section a:hover {
  background: #f5f5f5;
}
.top_news_section a .date, .top_news_section a .txt {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .top_news_section a .date, .top_news_section a .txt {
    display: block;
  }
}
.top_news_section a .date {
  color: #1b96e0;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .top_news_section a .date {
    width: 100%;
    font-size: 3vw;
    font-weight: bold;
  }
}
.top_news_section h2.link {
  margin-bottom: 20px;
}
.top_news_section h2.link a {
  display: block;
  font-size: 28px;
  padding: 0;
  color: #1b96e0;
  /*&::after {
  	content: '';
  	width: 12px;
  	height: 12px;
  	border: 0px;
  	border-top: solid 2px #1b96e0;
  	border-right: solid 2px #1b96e0;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	display: inline-block;
  	vertical-align: top;
  	margin-left:15px;
  	margin-top:13px;
  }*/
}
@media screen and (max-width: 768px) {
  .top_news_section h2.link a {
    font-size: 21px;
  }
}
.top_news_section h2.link a:hover {
  background: transparent;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .header_contact {
    position: absolute;
    z-index: 1;
    right: 100px;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    border-left: 1px solid #ddd;
    background-image: url("../img/common/header_contact.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 35px;
  }

  .header_address {
    font-size: 2.5vw;
  }
}
.stop_corona {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .stop_corona {
    margin-top: 0;
  }
}
.stop_corona .inner,
.stop_corona .inner__ {
  width: 860px !important;
  margin: 0 auto;
  background: #efefef;
  padding: 20px;
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .stop_corona .inner,
  .stop_corona .inner__ {
    width: 100% !important;
    padding: 12px;
    padding-left: 45px;
  }
}
.stop_corona .inner::before,
.stop_corona .inner__::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  background-image: url("https://www.tokyo-marine.net/wp/wp-content/themes/tokyo-marine/img/index/corona_ico.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 56px auto;
}
@media screen and (max-width: 768px) {
  .stop_corona .inner::before,
  .stop_corona .inner__::before {
    left: 8px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px auto;
  }
}
.stop_corona .wrap, .stop_corona .wraps {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.stop_corona .wrap .item, .stop_corona .wraps .item {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.stop_corona .wrap .item:nth-child(1), .stop_corona .wraps .item:nth-child(1) {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .stop_corona .wrap .item:nth-child(1), .stop_corona .wraps .item:nth-child(1) {
    padding-right: 5px;
  }
}
.stop_corona .wrap .item:nth-child(2), .stop_corona .wraps .item:nth-child(2) {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .stop_corona .wrap .item:nth-child(2), .stop_corona .wraps .item:nth-child(2) {
    padding-left: 5px;
  }
}
.stop_corona .wrap .item a, .stop_corona .wraps .item a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 15px 25px 12px;
  font-size: 20px;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .stop_corona .wrap .item a, .stop_corona .wraps .item a {
    padding: 10px 10px 8px;
    font-size: 2.8vw;
  }
}
.stop_corona .wrap .item a::after, .stop_corona .wraps .item a::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
  margin-top: 8px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .stop_corona .wrap .item a::after, .stop_corona .wraps .item a::after {
    margin-left: 5px;
    width: 5px;
    height: 5px;
    margin-top: 5px;
  }
}
.stop_corona .wrap .item a:hover, .stop_corona .wraps .item a:hover {
  color: #1997e0;
}
.stop_corona .wrap .item a:hover::after, .stop_corona .wraps .item a:hover::after {
  border-color: #1997e0;
}
.stop_corona .stop_corona_movie {
  width: 860px;
  margin: 0 auto;
  background: #efefef;
  padding: 20px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .stop_corona .stop_corona_movie {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.stop_corona .stop_corona_movie iframe {
  display: block;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .stop_corona .stop_corona_movie iframe {
    height: 200px;
  }
}
