@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #515151;
		min-width: 1080px;
}

a {
    text-decoration: none;
    color: #505050;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

input[type="text"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



/*l-header
---------------------------------------------------------------------------- */
.l-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
}

.l-header-content {
	margin: 0 auto;
	padding: 15px 0 20px 0;
	width: 960px;
}

.l-header-top {
    margin: 0 0 0 auto;
    padding-bottom: 17px;
    width: 600px;
}

.l-header-logo {
    float: left;
}

.l-header-logo a {
    display: block;
}

.l-header-logo a:hover {
    opacity: .7;
}

.l-header-nav {
    float: right;
}

.l-header-list {
    padding-top: 3px;
    text-align: center;
    font-size: 0;
    float: left;
}

.l-header-list li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 14px;
    vertical-align: middle;
}

.l-header-list li a {
    display: block;
}

.l-header-list li a:hover {
  text-decoration: underline;
}

.l-header-search {
    position: relative;
    float: right;
}

input.l-header-gbox {
    padding: 2px 30px 2px 10px;
    border: solid 1px #505050;
    border-radius: 30px;
    width: 136px;
    height: 24px;
    font-size: 12px;
    font-family: 'BIZ UDPGothic', sans-serif;
  font-weight: 400;
}

input.l-header-glass {
    position: absolute;
    right: 2px;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 6px;
    outline: none;
}

.l-header-toggle {
  display: none;
}

@media screen and (max-width: 767px){


  body {
    width: 100%;
  	min-width: inherit;
  }

  .l-header {
    border-bottom: solid 1px #ccc;
  }

  .l-header-content {
    padding: 8px 0;
    width: 90%;
  }

  .l-header-nav {
    display: none;
  }

  .l-header-logo {
    width: 40px;
  }

  .l-header-logo img {
    max-width: 100%;
  }

  .l-header-sp {
    float: right;
  }

  .l-header-menu {
    margin: 11px 0 0 20px;
    float: right;
    width: 30px;
  }

  .l-header-menu a {
    display: block;
  }

  .l-header-menu a img {
    max-width: 100%;
  }

  .l-header-toggle {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 63px;
    left: 0;
    overflow: scroll!important;
    height: calc(100vh - 60px);
    line-height: 1.5;
  }

  .l-header-top {
    display: block;
    width: 100%;
    padding-bottom: 0;
    background: #f2ba58;
    border-bottom: solid 1px #fff;
  }

  .l-header-top a {
    display: block;
    padding: 5px 5%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }

  .l-header-parent {
    background: #f2ba58;
  }

  .l-header-book {
    display: block;
    padding: 5px 5% 5px 45px;
    color: #fff;
    font-size: 18px;
    border-bottom: solid 1px #fff;
    background: url(../img/common/icn_ttl_search_sp.png)no-repeat;
    background-position: left 5% center;
    background-size: 20px;
  }

  .l-header-children {
    padding-left: 5%;
  }

  .l-header-children li {
    font-size: 15px;
    border-bottom: dotted 1px #fff;
  }

  .l-header-children li a {
    position: relative;
    padding: 8px 15px;
    display: block;
    color: #fff;
  }

  .l-header-children li a:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 8px;
    height: 2px;
    left: 0;
    top: 18px;
  }

  .l-header-children li:last-child {
    border-bottom: none;
  }

  .l-header-snsHead {
    display: inline-block;
    width: 43%;
    color: #f2ba58;
    font-size: 20px;
    vertical-align: middle;
  }

  .l-header-sns {
    padding: 5px 5%;
    background: #fff;
  }

  .l-header-snsList {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }

  .l-header-snsList li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .l-header-snsList li:last-child {
    margin: 0;
  }

  .l-header-snsList li:nth-child(2) {
    margin-right: 5px;
  }

  .l-header-ict {
    display: block;
    background: #eeabab;
    border-bottom: solid 1px #fff;
  }

  .l-header-ict a {
    display: block;
    padding: 5px 5%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }

  .l-header-other li {
    background: #1e5ca9;
    border-bottom: solid 1px #fff;
  }

  .l-header-other li a {
    display: block;
    padding: 5px 5%;
    color: #fff;
    font-size: 18px;
  }

  .l-header-otherChildren li {
    background: #fff;
    border-bottom: solid 1px #5080bc;
  }

  .l-header-otherChildren li a {
    color: #5080bc;
    display: block;
    padding: 5px 5%;
    font-size: 18px;
  }

  .l-header-accordion {
    background: #5080bc;
    border-bottom: solid 1px #fff;
  }

  .l-header-accordion dt {
    padding: 5px 5%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: url(../img/common/icn_accordion_on.png)no-repeat;
    background-position: right 5% center;
    background-size: 25px;
  }

  .l-header-accordion dt.is-clicked {
    background: url(../img/common/icn_accordion_off.png)no-repeat;
    background-position: right 5% center;
    background-size: 25px;
  }

  .l-header-accordion dd {
    display: none;
    border-top: solid 1px #fff;
  }

  .l-header-ict-parent {
    border-bottom: solid 1px #fff;
    background: #eeabab;
  }

  .l-header-search {
    float: inherit;
  }

  input.l-header-gbox {
    padding: 5px 5%;
    font-size: 20px;
    border: none;
    width: 100%;
    height: inherit;
  }

  input.l-header-glass {
    right: 0;
    width: 45px;
    height: 40px;
    padding: 10px 15px 10px 10px;
  }

  input.l-header-gbox::placeholder {
    color:#5080bc;
  }

}

/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
	text-align: center;
	font-size: 0;
}

.l-gNav ul {
    position: relative;
}

.l-gNav ul:before {
    position: absolute;
    content: "";
    background: #dedede;
    width: 2px;
    height: 24px;
    right: 0;
    top: -1px;
}

.l-gNav li {
	position: relative;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.l-gNav li::before {
	position: absolute;
	content: "";
	background: #dedede;
	width: 2px;
	height: 24px;
	left: 0;
	top: -1px;
}

.l-gNav li a {
	position: relative;
    display: block;
    padding: 0 20px 0 50px;
}

.l-gNav li:first-child a::before {
	position: absolute;
	content: "";
	width: 29px;
	height: 18px;
	background: url(../img/common/icn_nav_01.png)no-repeat;
	background-size: cover;
	left: 13px;
	top: 1px;
}

.l-gNav li:nth-child(2) a::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 17px;
	background: url(../img/common/icn_nav_02.png)no-repeat;
	background-size: cover;
	left: 19px;
	top: 1px;
}

.l-gNav li:nth-child(3) a::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 17px;
	background: url(../img/common/icn_nav_03.png)no-repeat;
	background-size: cover;
	left: 19px;
	top: 3px;
}

.l-gNav li:nth-child(4) a::before {
	position: absolute;
	content: "";
	width: 23px;
	height: 18px;
	background: url(../img/common/icn_nav_04.png)no-repeat;
	background-size: cover;
	left: 19px;
	top: 3px;
}

.l-gNav li a:hover {
  color: #1e5ca8;
}

.l-gNav li:nth-child(2):hover:after {
  width: 112px;
}

.l-gNav li:last-child:hover:after {
  width: 125px;
}

.l-gNav li:first-child a:hover::before {
	background: url(../img/common/icn_nav_01_on.png)no-repeat;
}

.l-gNav li:nth-child(2) a:hover::before {
	background: url(../img/common/icn_nav_02_on.png)no-repeat;
}

.l-gNav li:nth-child(3) a:hover::before {
	background: url(../img/common/icn_nav_03_on.png)no-repeat;
}

.l-gNav li:nth-child(4) a:hover::before {
	background: url(../img/common/icn_nav_04_on.png)no-repeat;
}

.l-gNav li:hover:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 130px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}
.l-gNav li:nth-child(3):hover::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 190px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}



.l-gNav li.is-current:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 130px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}

.l-gNav li:nth-child(2).is-current:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 112px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}

.l-gNav li:nth-child(3).is-current:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 190px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}

.l-gNav li:last-child.is-current:after {
    position: absolute;
    content: "";
    height: 24px;
    width: 125px;
    background: #d2d8e9;
    top: 0;
    left: 7px;
    z-index: -1;
}

.l-gNav li.is-current a {
    color: #1e5ca8;
}

.l-gNav li.is-current:first-child a::before {
    background: url(../img/common/icn_nav_01_on.png)no-repeat;
}

.l-gNav li.is-current:nth-child(2) a::before {
    background: url(../img/common/icn_nav_02_on.png)no-repeat;
}


.l-gNav li.is-current:nth-child(3) a::before {
    background: url(../img/common/icn_nav_03_on.png)no-repeat;
}

.l-gNav li.is-current:nth-child(4) a::before {
    background: url(../img/common/icn_nav_04_on.png)no-repeat;
}

@media screen and (max-width: 767px){
}

/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
}

/* l-content
---------------------------------------------------------------------------- */
.l-content {
}

/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
}

/* l-footer
---------------------------------------------------------------------------- */
.l-footer-sitemap {
    padding: 45px 0;
    background: #5080bc;
		border-bottom: solid 1px #fff;
}

.l-footer-block {
    width: 240px;
    float: left;
}

.l-footer-head {
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 600;
}

.l-footer-list li a {
    color: #fff;
    font-size: 14px;
}

.l-footer-list li {
    padding-bottom: 10px;
}

.l-footer-list li a:hover {
    text-decoration: underline;
}

.l-footer-bottom {
	padding: 50px 0;
    background: #1e5ca9;
}


.l-footer-privacy {
   /* float: left;*/
    font-size: 0;
}
.l-footer-privacy li a {
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
}

.l-footer-privacy li {
    position: relative;
    display: inline-block;
}

.l-footer-privacy li:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    left: 0;
    top: 3px;
}

.l-footer-privacy li:last-child::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    right: 0;
    top: 3px;
}

.l-footer-copy {
    font-size: 12px;
    color: #fff;
    float: right;
}
.l-footer-pmark {
    float: left;
}
.l-footer-pmark img {
	margin-top:10px;
    width: 50px;
}

.l-footer-contact {
  display: none;
}

.l-footer-sitemap .content {
    position: relative;
}
.l-topTop {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
  }

  .l-topTop a {
    display: block;
  }

  .l-topTop a img {
    width: 60px;
  }

/* MORDAL */
#modal-overlay {
  z-index: 999; 
  display: none;
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background-color: rgba( 0,0,0, 0.75 ); 
} 

#modal-content { 
  width: 100%;
  height: auto; 
  margin: 0; 
  padding: 0; 
  border: 0px solid #aaa; 
  background: #000; 
  position: fixed; 
  /*display: none;*/ 
} 
#modal-content video {
	width: 70%;
	height:auto;
}
.css_btn_class {
	position:absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.css_btn_class img {
	width: 30px;
}

@media screen and (max-width: 767px){

#modal-content video {
	width: 100%;
}
	.movie_center img {
      width: 100%;
  }
	
  .l-footer-block {
    display: none;
  }

  .l-footer-contact {
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    width: 100%;
    max-width: 340px;
  }

  .l-footer-contact a {
    display: block;
    padding: 17px 0;
    color: #5080bc;
    font-size: 16px;
    line-height: 1;
  }

  .l-footer-bottom {
    padding: 30px 0;
  }


 .l-footer-privacy {
    padding-bottom: 10px;
    float: inherit;
    text-align: center;
  }
  .l-footer-privacy li:first-child:before {
    display: none;
  }

  .l-footer-privacy li:last-child::after {
    display: none;
  }
	
  .l-footer-copy {
    float: inherit;
    text-align: center;
    font-size: 11px;
  }
.l-footer-pmark {
    float: none;
	text-align: center;
}
.l-footer-pmark img {
	margin-top:0px;
	padding-bottom: 20px;
    width: 50px;
}
  
}
