@charset "utf-8";
/* 目次 ==================================================================================*/
/* RESET ------------------------------------------------------------------------ */
/* WEB FONT --------------------------------------------------------------------- */
/* IMAGE CONFIG ----------------------------------------------------------------- */
/* h1 TITLE --------------------------------------------------------------------- */
/* h2 TITLE --------------------------------------------------------------------- */
/* h3 TITLE --------------------------------------------------------------------- */
/* h4 TITLE --------------------------------------------------------------------- */
/* MAIN IMAGE ------------------------------------------------------------------- */
/* MAIN IMAGE WIDE */
/* NOTE LIST(※印) -------------------------------------------------------------- */
/* BUTTON LIST ------------------------------------------------------------------ */
/* BUTTON AREA ------------------------------------------------------------------ */
/* MOVIE BUTTON -------------- */
/* TEXT LINK LIST --------------------------------------------------------------- */
/* NORMAL TYPE */
/* BLANK TYPE */
/* MOVIE THUMBNAIL LIST --------------------------------------------------------- */
/* MOVIE ITEM */
/* CONTENTS NAVI BOTTOM --------------------------------------------------------- */
/* CONTENTS CONFIG -------------------------------------------------------------- */
/* INSET */
/* SECTION LINE */
/* COLUMN */
/* COLUMN INNER(FONT SIZE SMALL) */
/* REVERSE */
/* 1COLUMN */
/* 2COLUMN */



/* WEB FONT ------------------------------------------------------------------ */




/* IMAGE CONFIG ------------------------------------------------------------------ */
.image, .thumb {
  line-height: 0;
  font-size: 0;
  margin-bottom: 15px;
}
.image img, .thumb img {
  height: auto;
  width: 100%;
}
@media print, screen and (min-width:751px) {}
@media screen and (max-width: 750px) {}



/* h1 TITLE ------------------------------------------------------------------*/
@media print, screen and (min-width:751px) {
  #main_head {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
		padding-bottom: 17.5%;
		height: 0;
	}
}
@media screen and (max-width: 750px) {
  #main_head {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
		padding-bottom: 16.1%;
		height: 0;
		margin: 15px auto 0;
		width: 92%;
  }
}



/* h2 TITLE ------------------------------------------------------------------*/
.section_head {
  background-color: #3D4D71;
	color: #FFF;
	font-weight: bold;
}
@media print, screen and (min-width:751px) {
  .section_head {
    font-size: 20px;
    margin-top: 35px;
    padding: 10px 15px;
		line-height: 1.35;
  }
}
@media screen and (max-width: 750px) {
  .section_head {
    font-size: 15px;
    margin-top: 30px;
    padding: 10px 15px;
		line-height: 1.35;
  }
}



/* h3 TITLE ------------------------------------------------------------------*/
.sub_head {
  line-height: 1.36;
}
@media print, screen and (min-width:751px) {
  .sub_head {
		border-bottom: 1px solid #707070;
		color: #3D4D71;
    font-size: 18px;
    margin-top: 75px;
		padding-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  .sub_head {
    font-size: 15px;
    margin-bottom: 20px;
  }
}





/* NOTE LIST(※印) ------------------------------------------------------------------ */
.noteList {
  margin-bottom: 30px;
}
.noteList > li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
  line-height: 1.69;
}
@media print, screen and (min-width:751px) {
  .noteList > li {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .noteList > li {
    font-size: 12px;
  }
}



/* BUTTON LIST ------------------------------------------------------------------ */
.btnList {
  margin-bottom: 30px;
}
.btnList > li {
  margin-bottom: 10px;
}
.btn {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  color: #31708b;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  transition: all .2s;
}
.btn:hover {
  background-color: #e1e1e1;
  text-decoration: none;
  transition: all .2s;
}
.btn > span {
  background: url("../img/ic_arrow.png") left center no-repeat;
  display: block;
  padding-left: 26px;
}
.btn.btnBold{
	background-color: #31708b;
  color: #FFF !important;
  font-weight: 700;
  display: inline-block;
  transition: all .2s;
}
.btn.btnBold:hover {
  background-color: #285e70;
  text-decoration: none;
  transition: all .2s;
}
/* BOLD BUTTON -------------- */
.btn.btnBold > span {
  background: url("../img/ic_arrow_white.png") left center no-repeat;
  display: inline-block;
  padding-left: 25px;
}
/* MOVIE BUTTON -------------- */
.btn.btnBold.movie > span {
  background: url("../img/ic_movie_gallery.png") left center no-repeat;
  display: inline-block;
  padding-left: 37px;
}
@media print, screen and (min-width:751px) {
  .btn {
    display: inline-block;
    line-height: 1.2;
  }
}
@media screen and (max-width: 750px) {
  .btn {
    display: block;
    line-height: 1.4;
  }
}



/* DATE LIST ------------------------------------------------------------------ */
.date_list{}

@media print, screen and (min-width:751px) {
	.date_list{
		display: flex;
		flex-wrap: wrap;
		margin-top: 25px;
	}
	.date_list > dt{
		margin-right: 20px;
		margin-bottom: 35px;
		width: 150px;
	}
	.date_list > dd{
		margin-bottom: 35px;
		width: calc(100% - 170px);
	}
}
@media screen and (max-width: 750px) {}



/* TEXT LINK LIST ------------------------------------------------------------------ */
.txtLinkList {
  margin-bottom: 30px;
}
.txtLinkList > li {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.66;
}
/* NORMAL TYPE */
.txtLinkList > li > a {
  background-image: url("../img/ic_arrow.png");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-left: 22px;
}
.txtLinkList > li > a:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
/* BLANK TYPE */
.txtLinkList a[target="_blank"]:after {
  background-image: url("../img/ic_blank.png");
	height: 12px;
	width: 14px;
}
/* EXCEL TYPE */
.txtLinkList a[href$=".xls"]:after, .txtLinkList a[href$=".xlsx"]:after {
	background-image: url("../img/ic_excel.png");
	height: 15px;
	width: 15px;
}
/* PDF TYPE */
.txtLinkList a[href$=".pdf"]:after {
	background-image: url("../img/ic_pdf.png");
	height: 15px;
	width: 15px;
}
/* ZIP TYPE */
.txtLinkList a[href$=".zip"]:after {
	background-image: url("../img/ic_zip.png");
	height: 15px;
	width: 15px;
}
@media print, screen and (min-width:751px) {}
@media screen and (max-width: 750px) {}



/* MOVIE THUMBNAIL LIST ------------------------------------------------------------------ */
/* MOVIE ITEM */
.movieItem {
  background-color: #333333;
  transition: all .2s;
}
.movieItem:hover {
  background-color: #222222;
  transition: all .2s;
}
.movieItem a {
  color: #FFF;
  display: block;
  transition: all .2s;
}
.movieItem > a:hover {
  text-decoration: none;
  transition: all .2s;
}
.movieItem a .thumb {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	opacity: 1;
	transition: opacity .2s;
}
.movieItem a .thumb iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movieItem > a:hover .thumb {
  opacity: .8;
  transition: opacity .2s;
}
.movieItem .ttl {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.movieItem .ttl > p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.44;
  margin: 0 auto 0 0 !important;
}
.movieItem .ttl > span {
  border: 1px solid #FFF;
  border-radius: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 30px;
}
@media print, screen and (min-width:751px) {
  .movieList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* MOVIE ITEM */
  .movieItem {
    margin-bottom: 3.98%;
    width: 48.01%;
  }
  .movieItem a {
    padding: 10px 10px 15px;
  }
  .movieItem .thumb:after {
    height: 62px;
    width: 62px;
  }
  .movieItem .ttl {
    margin: 0 20px 0;
  }
  .movieItem .ttl > p {
    font-size: 18px;
  }
  .movieItem .ttl > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .movieList {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* MOVIE ITEM */
  .movieItem {
    margin-bottom: 15px;
  }
  .movieItem a {
    padding: 7px 7px 15px;
  }
  .movieItem .thumb:after {
    background-size: 41px auto;
    height: 41px;
    width: 41px;
  }
  .movieItem .ttl {
    margin: 0 15px 0;
  }
  .movieItem .ttl > p {
    font-size: 14px;
  }
  .movieItem .ttl > span {
    font-size: 11px;
  }
}



/* CONTENTS NAVI BOTTOM  ------------------------------------------------------------------ */
.contentsNaviBottom {
  background-color: #f2f2f2;
}
.contentsNaviBottom > dl > dt {
  border-left-style: solid;
  border-left-width: 5px;
  border-color: #777777;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width:751px) {
  .contentsNaviBottom {
    margin: 100px auto;
    padding: 30px 30px 5px;
    max-width: 1040px;
  }
  .contentsNaviBottom > dl > dt {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-left: 13px;
  }
  .contentsNaviBottom > dl > dd {
    border-top: 1px solid #cccccc;
  }
  .contentsNaviBottom > dl > dd ul {
    font-size: 0;
    margin-top: 30px;
    padding: 0 10px;
  }
  .contentsNaviBottom > dl > dd ul > li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    margin-bottom: 25px;
  }
  .contentsNaviBottom > dl > dd ul > li a {
    background: url("../img/ic_arrow.png") left 3px no-repeat;
    padding-left: 22px;
		display: block;
  }
}
@media screen and (max-width: 750px) {
  .contentsNaviBottom {
    background-color: #f2f2f2;
    padding: 15px 15px 0;
    margin-top: 40px;
  }
  .contentsNaviBottom > dl > dt {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    padding-left: 5px;
  }
  .contentsNaviBottom > dl > dd ul {
    border-top: 1px solid rgba(0, 0, 0, .05);
  }
  .contentsNaviBottom > dl > dd ul > li {
    font-size: 14px;
  }
  .contentsNaviBottom > dl > dd ul > li a {
    background: url("../img/ic_arrow.png") 5px 16px no-repeat;
    background-size: 12px auto;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 10px 10px 10px 25px;
    display: block;
  }
	.contentsNaviBottom > dl > dd ul > li:last-child a {
    border-bottom: none;
  }
}



/* CONTENTS CONFIG  ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
  /* INSET */
  .wrap {
    margin-left: 30px;
    margin-right: 30px;
  }
  /* SECTION LINE */
  .sec {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 60px;
  }
  /* COLUMN */
  .column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .column .column {
    margin-bottom: 0;
  }
  /* COLUMN INNER(FONT SIZE SMALL) */
  .columnInner p {
    font-size: 14px;
  }
  /* REVERSE */
  .column.reverse {
    flex-direction: row-reverse;
  }
  /* 1COLUMN */
  .column.col1 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    max-width: 860px;
  }
  /* 2COLUMN */
  .column.col2 > div {
    width: 47.96%;
  }
}
@media screen and (max-width: 750px) {
  /* INSET */
  .wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* COLUMN */
  .column .column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  /* 1COLUMN */
  .column.col1, .column .column.col1 {
    flex-direction: column;
    padding: 0 15px;
  }
  /* 2COLUMN */
  .column .column.col2 > div {
    width: 47.96%;
  }
}