.mod-news{
  display: flex;
  margin-top: 15px;
}
.mod-news:first-child{
  margin-top: 0;
}
.mod-news p:first-child{
  flex-shrink:0;
  font-weight: bold;
  margin-right: 10px;
}
.mod-news h3{
  font-weight: normal;
}
@media screen and (max-width: 767px){
  .mod-news {
    flex-wrap: wrap;
  }
}
/* News content
   ========================================================================== */
.news-content {
  background-color: #fff;
  border: #e2e2e2 2px dotted;
  padding: 50px 78px;
  margin-top: 25px;
}
.news-content:first-child {
  margin-top: 0;
}
.news-content h2{
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 20px;
}
.news-content h3{
  position: relative;
  min-height: 25px;
  height: auto;
  color: #fff;
  font-size: 1.6rem;
  line-height: 28px;
  background: linear-gradient(to right, #7a7a7a 0%,#828282 25%,#9b9b9b 76%,#a2a2a2 100%);
  padding-left: 18px;
  margin: 30px 0 20px;
}
.news-content h3::after {
  content: "";
  width: 5px;
  background-color: #ec1d1d;
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  position: absolute;
}
.news-content p{
  margin-bottom: 15px;
}
@media screen and (max-width: 767px){
  .news-content {
    padding: 20px;
  }
}

/* 40th
   ========================================================================== */
#move{
	position:relative ;
	max-width: 300px;
	height: 400px;
	margin: 20px auto;
  overflow: hidden;
}
#move img{
  max-width: 100%;
}
.img1{
	left: 330px;
	top: 20px;
	width: 0px;
	height: 0px;
	position: absolute ;
}
.img2,.img3,.img4,.img5,.img6{
	width: 0px;
	height: 0px;
	position: absolute ;
}
.img7{
	display: none;
	position: absolute;
}

/* privacy
   ========================================================================== */
.page-category-privacy,.page-category-clause{
  font-size: 1.4rem;
}
.contact-blue{
  display: inline-block;
  text-align: left;
  background-color: #ccf;
  padding: 10px;
  margin-top: 20px;
}
.privacymark{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.privacymark p:last-child{
  flex: 1;
  margin-left: 10px;
}
.page-category-privacy .mod-ul-notes li{
  font-size: 1.4rem;
}

/* contactcenter
========================================================================== */
.page-category-contactcenter .m-col2{
  align-items: flex-start;
}
.page-category-contactcenter .m-col2.map p{
  width: 75%;
}
.page-category-contactcenter .m-col2.map figure{
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px){
  .page-category-contactcenter .m-col2.map p,.page-category-contactcenter .m-col2.map figure{
    width: 100%;
  }
}
/* sitemap
========================================================================== */
.page-category-sitemap .mod-section-title{
  margin-bottom: 0;
}
.page-category-sitemap ul.site-list{
  margin-bottom: 20px;
}
.page-category-sitemap .site-list li{
  display: inline-block;
  font-size: 1.4rem;
  margin: 10px 30px 0 0;
}
.page-category-sitemap .main-content a{
  text-decoration: none;
}
.page-category-sitemap .main-content a:hover{
  text-decoration: underline;
}

/* contact
========================================================================== */
.page-category-contact .mod-page-link{
  box-sizing: border-box;
  padding: 20px;
}
.page-category-contact .mod-link-title h2 {
  font-size: 2.2rem;
  background-position: top 2px left;
}
.page-category-contact dl{
  display: flex;
  flex-wrap: wrap;
}
.page-category-contact dl dt{
  width: 40%;
}
.page-category-contact dl dd{
  width: 60%;
  margin-bottom: 20px;
}
.mod-box{
  border: #e2e2e2 2px solid;
  background-color: #f2f2f2;
  padding: 10px 20px 20px 20px;
  margin-top: 25px;
}
.mod-box02{
  background-color: #fff;
  padding: 15px;
  margin: 10px 0;
}
.mod-box02 p{
  text-indent: 0;
}

#contactform .formAgree{
  background: #ffe0e0;
  padding: 10px 50px;
  margin: 0 0 20px 0;
}

#contactform input{
  padding: 5px;
  max-width: 100%;
  box-sizing:border-box;
}
#contactform .sizeLL{
  width: 100%;
}
#contactform .sizeL{
  width: 550px;
}
#contactform .sizeM{
  width: 400px;
}
#contactform .sizeS{
  width: 80px;
}

#contactform textarea{
  width: 100%;
  max-width: 100%;
  height: 8em;
  box-sizing:border-box;
}

#contactform .mod-table{
  font-size: 1.4rem;
}
#contactform .mod-table th, #contactform .mod-table td{
  padding: 15px 10px;
}
#contactform .mod-table th{
  width: 25%;
}
#contactform .mod-table td.address input {
  margin-top: 5px;
}
#contactform .mod-table ul li{
  display: inline-block;
  margin-right: 20px;
}
#contactform .error {
	display: block;
	color: red;
}
#contactform .input_err {
	border: 1px solid #FF0000;
	background: #FFF2F2;
}
@media screen and (max-width: 767px){
  .page-category-contact .mod-link-title h2 {
    font-size: 1.8rem;
    background-size: 18px 18px;
  }
  #contactform .mod-table ul li{
    margin-right: 0;
  }
  #contactform .sizeL{
    width: 100%;
  }
  #contactform .sizeM{
    width: 70%;
  }
  #contactform .sizeS{
    width: 26%;
  }
}

/* notfound
========================================================================== */
.page-category-notfound .page-header{
  border-bottom: solid 1px var(--main-grey);
}