﻿@charset utf-8;

/*  manabikanNews.css 2022.3.30 
__________________________________ */

body#news {
	margin: 0;
	padding: 0;
	background: #fff;
}
img.logo-image {
	display:inline-block;
	margin: 3em auto;
	text-align: center;
}
h2.logo_h2 {
	color: #bb0000;
	font-size: 2rem;
	font-weight: bold;
	margin: 3em 0 2em 0;
}
ul.news-factor {
	margin:0 0 2em 0;
}
ul.news-factor li {
	margin-bottom: 1em;
}
ul.news-factor li span {
	font-size: 21px;
	font-weight: bold;
	color: #0099ff;
}
.contentsDescriptionbox {
	margin: 30px 0 20px 0;
	padding: 0 0;
	display:inline-block;
}
ul.no-Published {
	margin:2em 1em;
	color: #cc0000;
	font-weight: bold;
}

/* time-line CSS */
section.timeline-section {
	padding: 4em 0;
	background: #666699;
}
.timeline-h2 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 1em;
	border: 1px solid #fff;
}
.timeline .timeline-item::after, .timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.timeline {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}

.timeline::before {
  background: #fefefe;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.timeline a {
  color: #fefefe;
  font-weight: bold;
  transition: all 0.25s ease-in;
}

.timeline a:hover {
  box-shadow: 0 1px 0px 0px #fefefe;
  transition: all 0.25s ease-in;
}

.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}

.timeline .timeline-item .timeline-icon {
  background: #fefefe;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
}

.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg {
  left: 14px;
  position: relative;
  top: 11px;
}

.timeline .timeline-item .timeline-icon svg {
  top: 14px;
}

.timeline .timeline-item .timeline-content {
  padding: 20px;
  text-align: right;
  transition: all 0.25s ease-in;
  width: 45%;
  background: transparent;
}

.timeline .timeline-item .timeline-content p {
  color: #fefefe;
}

.timeline .timeline-item .timeline-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1em;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
}

.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline::before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
    border-left: 0;
    border-right: 7px solid #fefefe;
    left: 10%;
    margin-left: -6px;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
fieldset.eventCalendar legend {
	font-weight: bold;
	padding:  1em;
	border: 1px solid #666699;
}
fieldset.eventCalendar p {
	font-size: 18px;
	font-weight:normal;
	line-height:1.9;
}
p.callMe {
	margin: 1.5em 0;
	font-family:meiryo,"メイリオ", sans-serif;
}
.news-contents {
	margin:0;
}
.news-contents > p {
	margin-bottom: 5em;
	font-size: 18px;
}
table.newsTBL {
	margin:0 0 3em 0;
	font-size: 19px;
}
table.newsTBL th {
	background: #666699;
	color: #fff;
}
table.newsTBL th.irai {
	background: #e6f2ff;
	color: #29290a;
}
table.newsTBL caption {
	background: #666699;
	color: #fff;
	padding: 0.5em 1em;
}
section.buttonRow {
	position:fixed;
	bottom:0;
	width:100%;
	background: rgba(230,230,108,0.2);
	padding: 1.5em 0 0 0;
}
@media screen and (max-width: 39.9375em) {
	section.buttonRow {
		position:fixed;
		bottom:0;
		width:100%;
		background: rgba(230,230,108,0.2);
		padding: 1.5em 0 0 0;
	}
	section.buttonRow strong {
		font-weight: normal;
		font-size: 80%;
	}

}
p.info_news {
	margin-bottom: 3em;
	font-size: 18px;
}
h2.email-zaidan {
	margin: 1.5em 0;
}
.requestBox {
	margin-bottom: 3em;
}
.requestBox h4 {
	font-weight: bold;
	padding-left: 40px;
	color: rgb(223, 86, 86);
	background:url(../img/news/q.png) no-repeat left top;
}
.requestBox p {
	margin: 0;
	padding:0;
}
fieldset.orderPublished {
	margin: 0 0 2em 0;
	background: transparent;
}
fieldset.orderPublished legend {
	padding:1em 1em 0 1em;
	font-weight: bold;
	font-size: 20px;
	padding-left: 25px;
	color: rgb(223, 86, 86);
	background:transparent url(../img/news/q.png) no-repeat left bottom;
}
ul.publishedfor {
	margin: 1em 0 0 0;
}
ul.publishedfor li {
	font-size: 18px;
	font-weight: normal;
}
ul.publishedfor li.strongPhone {
	font-size: 18px;
	font-weight: bold;
}
.concept {
	margin: 3.5em 0 1.5em 0;
	color: #ff33cc;
	font-weight: bold;
}



img.town-image {
	margin: 1em 0;
	border:none;
}
span.frenchSpan {
	font-family:Helvetica Neue;
}
pre.news-template {
	margin:0 0 2em 0;
	padding: 1em;
	background: #f4f3f0;
	font-size: 18px;
	color: #222;
	line-height: 1.7;
	font-weight: bold;
	border: 2px dotted #003399;
}
dl.phone-fax {
	margin:1em 0;
	padding:0;
}
dl.phone-fax dt {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #cc0000;
}
dl.phone-fax dd {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 26px;
	font-weight: bold;
	color: #004d4d;
}
h4.limit5days {
	margin: 0em 0 1em 0;
	padding:0.5em 1em;
	background: #fff;
	color: #cc0066;
	font-weight: bold;
	border-left: 5px solid #cc0066;
}
section.eventCalendar {
	background:#f0f0c1;
}
div#renrakusaki {
	background: url("img/news/renrakuaki.png") no-repeat;
}
h4.templateTTL {
	margin: 0 0 0 0;
	padding:0.5em;
	background:#003399;
	color: #fff;
	text-align:center;
}
span.copyMsg {
	margin: 0 0 0 1em;
	color: #003399;
	font-weight: bold;
}
.cancel {
	color: #ff3300;
	font-weight: bold;
}
fieldset.cancel {
	margin:3em 0 5em 0;
	color: #ff3300;
}
fieldset.newsTurn {
	margin-bottom: 3em;
}
fieldset.newsTurn legend{
	color: #993399;
	font-weight: bold;
	padding: 1em;
}