@charset "utf-8";

/* 【Secondページ設定】------------------------------------------

   ■1.共通
   ■2.各コンテンツ
   ■3.レスポンシブ対応

-------------------------------------------------------- */



section {
  font-size: 16px;
  line-height: 200%;
  color: #333;
	  margin-bottom: 20px;
}




/*見出し*/

.sec_index h2 {
	position: absolute;
	width: 500px;
	padding: 15px 0px;
	top: 65px;
	left: calc(50% - 250px);
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 0px 0px #aaa;
	letter-spacing: 0.1em;
}

.sec_h2_min {
  font-size: 13px;
}

.sec_title {
    padding-top: 20px!important;
  }
.sec_title h2 {
  color: #1b3854;
  font-size: 34px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 100%!important;
  letter-spacing: 2px;
}

.h2_min {
  font-size: 18px!important;
  font-weight: normal!important;
}

section h3 {
	font-size: 28px;
	border-bottom: solid 2px #ccc;
	position: relative;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-top: 70px;
}

section h3::before {
  content: "";
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 150px;
  border-bottom: solid 2px #1b3854;
}

section h4 {
	font-size: 22px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 50px;
}

section h5 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}

@media screen and (max-width:500px) {
  .sec_index h2 {
    font-size: 24px;
  }
  .sec_title h2 {
    font-size: 24px;
  }
section h3 {
    font-size: 20px;
  }
}


/* ■1.共通
---------------------------------------------------- */


/*インデックス*/

.sec_index {
  position: relative;
}

.sec_idx_img {
  width: 100%!important;
  vertical-align: bottom;
  object-fit: cover;
  height: 250px;
  object-position: 50% 0%;
}

#aml_link {
	background-color: #f7f7f7;
	padding: 50px 0px;
	margin-bottom: -100px;
}

.sec_idx_box {
  width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.sec_idx_box div {
  width: 50%;
  text-align: center;
  padding-bottom: 20px;
}

.sec_idx_box img {
  width: 70%;
  height: auto;
  border: solid 1px #666;
}

.sec_idx_box a {
  color: #000!important;
  font-size: 18px;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}

.sec_idx_box a:hover {
  opacity: .8!important;
}


/*詳細ページ*/

section  {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
}

section ul {
  margin-top: 10px;
}


section ul li {
  background-image: url("../../dcms_media/image/common/li_icon_type2.gif");
  background-repeat: no-repeat;
  background-position: 5px 9px!important;
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 30px;
  margin-left: -30px;
}


/* ■2.各コンテンツ
---------------------------------------------------- */


/* 新着*/

.sec_news {
  padding: 50px 0px;
  background-color: #fff;
}

.sec_news ul {
  width: 900px;
  margin-left: auto!important;
  margin-right: auto!important;
  margin: 0;
  padding: 0;
}

.sec_news li {
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0px;
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
  border-bottom: dotted 1px #ccc;
  list-style-type: none!important;
}

.sec_news .date {
  flex-shrink: 0;
  margin-right: 23px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.tnews {
  font-size: 16px;
}






/* サイトマップ*/

	.smp_area li{
		float:left;
		margin-right: 100px;
		margin-top: 10px;
}
	

	.smp_area a{
		text-decoration: none;
}
	
	


/* ■3.レスポンシブ対応
---------------------------------------------------- */

@media screen and (max-width:1200px) {
section {
    width: 95%;
  }
  .sec_idx_box {
    width: 100%;
    display: flex;
  }
}



@media screen and (max-width:1180px) {
.sec_title {
	margin-top: 0px!important;
  }
	
}


@media screen and (max-width:1110px) {
.sec_index {
    margin-top: 75px!important;
  }

  .sec_news ul {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media screen and (max-width:650px) {
  .sec_index h2 {
    font-size: 22px;
    top: 12px;
    width: 360px;
    left: calc(50% - 180px);
  }
  .sec_idx_img {
    width: 100%!important;
    height: 120px;
  }
  .sec_idx_box {
    display: block;
  }
  .sec_idx_box div {
    width: 97%!important;
    text-align: center!important;
  }
  .sec_idx_box img {
    width: 80%!important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .sec_news li {
    padding-top: 20px;
    display: block!important;
  }
	
	.smp_area li{float:none;margin-right: 0px;margin-top: 20px}
	
	
}
