/* CSS Document */
body {
  color: #333;
}

a:link, a:visited {
  color: #333;
}

/* HEADER */
#header {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
}

#hdLogo {
  padding-top: 25px;
  width: 250px;
}

/* TOP GLOBAL NAVI */
#globalNavi {
  background: #71dcd8;
}

#globalNavi > ul {
  overflow: inherit;
  border-right: solid 1px #fff;
  height: auto;
}
#globalNavi > ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}

#globalNavi > ul > li {
  padding: 0;
  position: relative;
}

#globalNavi > ul > li > a {
  background: #71dcd8;
  text-indent: 0;
  background-image: none;
  padding: 21px 0;
  border-left: solid 1px #fff;
  font-size: 14px;
  font-weight: bold;
}
#globalNavi > ul > li:last-child > a {
}


#globalNavi > ul li > a:hover {
  background: #9ce7e4;
}
#globalNavi > ul li > a.active,
#globalNavi > ul li > a.on {
  background: #FFF;
}

/*subNavi*/
#globalNavi ul li {
  overflow: hidden;
  background-image: none;
  height: auto;
  width: 14.28%;
  text-align: center;
}

#globalNavi ul li:hover {
  overflow: inherit;
}

#globalNavi ul li > ul {
  position: absolute;
  width: 240px;
  top: 50px;
  left: 1px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: inherit;
  z-index: 100;
  opacity: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: all ease-in 0.1s;
}

#globalNavi ul li:hover > ul {
  top: 60px;
  opacity: 1;
}

#globalNavi ul li > ul li {
  float: inherit;
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
  background-image: none;
  background-color: #fff;
  background-repeat: no-repeat;
}

#globalNavi ul li > ul li a {
  display: block;
  width: auto;
  height: auto;
  text-indent: inherit;
  background-image: none;
  text-align: left;
  font-size: 87%;
  font-weight: bold;
  padding: 10px 20px;
  transition: all ease-in 0.1s;
}

#globalNavi ul li > ul li a:hover {
  background: #EEE;
}

/* PAGETITLE */
#pageTitle {
  width: 1022px;
  border: 1px solid #d9d9d9;
  margin: 0 auto 15px auto;
  position: relative;
}

#pageTitle #pageTitleImg {
  width: 629px;
}

#pageTitle #pageTitleImg img {
  width: 100%;
  height: auto;
}

#pageTitle h1, #pageTitle p {
  position: absolute;
  right: 0;
  top: 50%;
  width: 393px;
  text-align: center;
  margin-top: -11px;
}

/* PNKZ */
#pnkz {
  width: 1024px;
  margin: 0 auto 40px auto;
  text-align: left;
  letter-spacing: -.40em;
  padding-left: 6px;
}

#pnkz li {
  display: inline-block;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  font-size: 93%;
  line-height: 1.2em;
}

#pnkz li a {
  color: #333;
  background-image: url(/images/shingaku/common/ico-pnkz_001.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: underline;
  padding-right: 15px;
}

#pnkz li a:hover {
  text-decoration: none;
}

/* layout-two-column */
.layout-two-column #contents .section {
  width: 754px;
  margin-right: 270px;
  border-top: 1px solid #ccc;
  padding-top: 45px;
  margin-bottom: 30px;
}

.layout-two-column #contents .section .detail {
  margin-bottom: 60px;
}

/* LEAD BOX */
.leadBox {
  margin-bottom: 55px;
}

.leadBox table {
  width: 100%;
}

.leadBox table th,
.leadBox table td {
  vertical-align: middle;
}

.leadBox table th {
  text-align: left;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: solid 1px #CCC;
}

.leadBox table td {
  padding-left: 50px;
}

/* SIDE */
#side {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 230px;
}

#side h2 a {
  display: block;
  background-color: #71dcd8;
  font-size: 108%;
  padding: 24px 0 20px 0;
  text-align: center;
}

#side h2 a:hover {
  text-decoration: none;
  background-color: #9ce7e4;
}

#side ul li a {
  display: block;
  padding: 20px 0 18px 28px;
  border-bottom: 1px solid #ccc;
  background-image: url(/images/shingaku/common/ico-side_001.png);
  background-position: 7px center;
  background-repeat: no-repeat;
}

#side ul li a:hover,
#side ul li a.active {
  text-decoration: none;
  background-color: #f3f3f3;
}

/* PAGER */
#pager {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

#pager table {
  width: 100%;
}

#pager table td {
  width: 50%;
  height: 56px;
  background-repeat: no-repeat;
}

#pager table td.prev {
  text-align: left;
  border-right: 1px solid #ccc;
  padding-left: 36px;
  background-image: url(/images/shingaku/common/ico-pager_001.gif);
  background-position: left center;
}

#pager table td.next {
  text-align: right;
  padding-right: 36px;
  background-image: url(/images/shingaku/common/ico-pager_002.gif);
  background-position: right center;
}

#pager table td a {
  font-size: 138.5%;
}

#pager table td a:hover {
  color: #00a6d7;
  text-decoration: none;
}

/* modal */
.remodal h3 {
  font-size: 197%;
  line-height: 1.2em;
  background-position: 8px center;
  background-repeat: no-repeat;
  padding: 30px 0 20px 70px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1064px) {
  /* HEADER */
  #hdLogo {
    padding-top: 0px;
  }

  #menuBar {
    background-color: #71dcd8;
  }

  /* TOP GLOBAL NAVI */
  /*#globalNaviSp ul li > a,
  #globalNaviSp ul li > p{
  	background-color:#c6f1ef;
  	color:#333;
  }
  #globalNaviSp ul li > a:hover{
  	background-color:#71dcd8;
  	color:#FFF;
  }
  #globalNaviSp ul li > a.active{
  	background-color:#71dcd8;
  	color:#FFF;
  }
  #globalNaviSp ul li > p:hover,
  #globalNaviSp ul li.select > p{
  	background-image:url(/images/common/ico-global_002_sp.png);
  	background-color:#71dcd8;
  	color:#FFF;
  }
  #globalNaviSp ul li > p.active{
  	background-image:url(/images/common/ico-global_003_sp.png);
  	background-color:#71dcd8;
  	color:#FFF;
  }
  #globalNaviSp .subNavi ul li a:hover{
  	background-color:#71dcd8;
  }+/
  
  
  /* PAGETITLE */
  #pageTitle {
    width: auto;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
    border-left: none;
  }

  #pageTitle #pageTitleImg {
    width: 62%;
  }

  #pageTitle h1, #pageTitle p {
    width: 34%;
    padding: 0 2%;
  }

  #pageTitle h1 img, #pageTitle p img {
    width: 100%;
    height: auto;
  }

  /* PNKZ */
  #pnkz {
    width: auto;
    padding-left: 20px;
  }

  #pnkz li {
    font-size: 11px;
  }

  #pnkz li a {
    background-image: url(/images/shingaku/common/ico-pnkz_001_sp.gif);
    background-size: 6px 5px;
  }

  /* layout-two-column */
  .layout-two-column #contents .section {
    width: auto;
    margin-right: 0px;
    border-top: 1px solid #ccc;
    padding-top: 45px;
    margin-bottom: 30px;
  }

  .layout-two-column #contents .section .detail {
    margin-bottom: 60px;
  }

  /* SIDE */
  #side {
    position: static;
    width: auto;
  }

  #side ul li a {
    background-image: url(/images/shingaku/common/ico-side_001_sp.png);
    background-size: 14px 12px;
  }
}
@media screen and (max-width: 800px) {
  /* LEAD BOX */
  .leadBox table tr {
    width: 100%;
    display: block;
    float: left;
  }

  .leadBox table th,
  .leadBox table td {
    width: 100%;
    display: block;
    float: left;
  }

  .leadBox table th {
    border-right: none;
    border-bottom: solid 1px #CCC;
    padding-right: 0px;
    padding-top: 0px;
  }

  .leadBox table td {
    padding-top: 10px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  /* PAGETITLE */
  #pageTitle {
    width: auto;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: none;
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #pageTitle #pageTitleImg {
    width: auto;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  #pageTitle h1, #pageTitle p {
    position: static;
    width: auto;
    padding: 0 15px;
    margin-top: 0px;
  }

  /* PNKZ */
  #pnkz {
    margin-bottom: 20px;
  }

  /* layout-two-column */
  .layout-two-column #contents {
    padding-bottom: 15px;
  }

  .layout-two-column #contents .section {
    padding-top: 30px;
  }

  .layout-two-column #contents .section .detail {
    margin-bottom: 40px;
  }

  /* LEAD BOX */
  .leadBox {
    margin-bottom: 30px;
  }

  .leadBox table th img {
    width: auto;
    height: 48px;
  }

  .leadBox table td {
    font-size: 12px;
  }

  /* SIDE */
  #side h2 a {
    padding: 16px 0 16px 10px;
    font-size: 13px;
  }

  #side ul li a {
    padding: 15px 0 11px 28px;
    font-size: 12px;
  }

  /* PAGER */
  #pager table td {
    background-size: 22px 19px;
  }

  #pager table td.prev {
    background-image: url(/images/shingaku/common/ico-pager_001_sp.gif);
    padding-left: 30px;
    padding-right: 5px;
  }

  #pager table td.next {
    background-image: url(/images/shingaku/common/ico-pager_002_sp.gif);
    padding-right: 30px;
    padding-left: 5px;
  }

  #pager table td a {
    font-size: 13px;
  }

  /* modal */
  .remodal h3 {
    font-size: 18px;
  }

  .remodal h3 {
    background-size: 36px auto;
    background-position: left center;
    line-height: 1.2em;
    margin-bottom: 20px;
    padding: 20px 0 15px 45px;
  }
}
@media screen and (max-width: 480px) {
  #hdLogo {
    text-align: center;
  }

  /*20151216 onoyama*/
  #hdLogo h1 img {
    width: 140px;
    height: auto;
  }

  /*20151216 onoyama*/
}
@media screen and (max-width: 390px) {
  /* PAGER */
  #pager table td br {
    display: none;
  }
}
/************************************************************************************
** header
*************************************************************************************/
@media screen and (max-width: 1064px) {
  #header #menuBtn button {
    background: #20a5d3;
  }

  #globalNaviSp #menuCloseBtn button {
    background: #20a5d3;
  }
  #globalNaviSp .mainMenu li {
    background: url(/images/shingaku/common/ico-arrow_mainMenu_001.png) right 17px center no-repeat;
    background-size: 10px auto;
  }
  #globalNaviSp .mainMenu li .nav01 {
    background: url(/images/shingaku/common/ico-mainMenu_001.png) 14px center no-repeat;
    background-size: 15px auto;
  }
  #globalNaviSp .mainMenu li .nav02 {
    background: url(/images/shingaku/common/ico-mainMenu_002.png) 14px center no-repeat;
    background-size: 14px auto;
  }
  #globalNaviSp .mainMenu li .nav03 {
    background: url(/images/shingaku/common/ico-mainMenu_003.png) 13px center no-repeat;
    background-size: 14px auto;
  }
  #globalNaviSp .mainMenu li .nav04 {
    background: url(/images/shingaku/common/ico-mainMenu_004.png) 14px center no-repeat;
    background-size: 14px auto;
  }
  #globalNaviSp .mainMenu li .nav05 {
    background: url(/images/shingaku/common/ico-mainMenu_005.png) 13px center no-repeat;
    background-size: 16px auto;
  }
  #globalNaviSp .mainMenu li .nav06 {
    background: url(/images/shingaku/common/ico-mainMenu_006.png) 13px center no-repeat;
    background-size: 14px auto;
  }
  #globalNaviSp .mainMenu li .nav07 {
    background: url(/images/shingaku/common/ico-mainMenu_007.png) 13px center no-repeat;
    background-size: 16px auto;
  }
  #globalNaviSp .mainMenu li .nav08 {
    background: url(/images/shingaku/common/ico-mainMenu_008.png) 13px center no-repeat;
    background-size: 15px auto;
  }
}

#hdContents #hdNavi {
	display: none;
}


#hdContents {
	padding: 20px 0 0;
}



/************************************************************************************
** knowledge-kn_faq
*************************************************************************************/

.knowledge-kn_faq .section h2 {
	font-size: 123.1%;
	line-height: 1.2em;
	padding: 12px 15px 8px;
	display: block;
	background-color: #e5e5e5;
}

.knowledge-kn_faq .section .detail > ul > li {
	background-image: url(/images/shingaku/knowledge/ico-faq_001.gif);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

.knowledge-kn_faq .section h3 {
	font-size: 153.9%;
	line-height: 1.2em;
	display: block;
	padding: 25px 50px 20px;
	border-bottom: solid 1px #e5e5e5;
	background-image: url(/images/shingaku/knowledge/btn-faq_001.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.knowledge-kn_faq .section h3:hover {
	background-image: url(/images/shingaku/knowledge/btn-faq_hover_001.gif);
	color: #27c7c1;
}

.knowledge-kn_faq .section h3.active {
	background-image: url(/images/shingaku/knowledge/btn-faq_close_001.gif);
}

.knowledge-kn_faq .section h3.active:hover {
	background-image: url(/images/shingaku/knowledge/btn-faq_hover_002.gif);
	color: #27c7c1;
}

.knowledge-kn_faq .section h3 span {
	display: none;
}

.knowledge-kn_faq .section .answer {
	border: solid 5px #f3f3f3;
	padding: 23px 18px;
	display: none;
}

.knowledge-kn_faq .section .answer h4 {
	font-size: 153.9%;
	line-height: 1.2em;
	display: block;
	padding-top: 5px;
	padding-left: 35px;
	margin-bottom: 20px;
	min-height: 20px;
	color: #ff823f;
	background-image: url(/images/shingaku/knowledge/ico-faq_002.gif);
	background-repeat: no-repeat;
}

.knowledge-kn_faq .section .answer h4 span {
	display: none;
}

.knowledge-kn_faq .section .answer p {
	font-size: 108%;
	line-height: 1.75em;
}

.knowledge-kn_faq .section .answer p a {
	color: #00a6d7;
	text-decoration: underline;
}

.knowledge-kn_faq .section .answer p a:hover {
	text-decoration: none;
}

.knowledge-kn_faq .section .answer p span {
	font-size: 12px;
}

.knowledge-kn_faq .section .answer h5 {
	font-size: 108%;
	line-height: 1.75em;
	color: #ff823f;
	margin-top: 20px;
	margin-bottom: 10px;
}

.knowledge-kn_faq .section .answer .box {
	overflow: hidden;
}

.knowledge-kn_faq .section .answer .box .left {
	width: 49%;
	float: left;
}

.knowledge-kn_faq .section .answer .box .right {
	width: 49%;
	float: right;
}

.knowledge-kn_faq .section .answer .box.col3 .left {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.knowledge-kn_faq .section .answer .box.col3 .center {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.knowledge-kn_faq .section .answer .box.col3 .right {
	width: 32%;
	float: right;
}

.knowledge-kn_faq .section .answer dl {
	width: 100%;
}

.knowledge-kn_faq .section .answer dl dt {
	display: block;
	padding: 5px 15px 4px;
	background-color: #ff823f;
	color: #FFF;
	font-size: 108%;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.knowledge-kn_faq .section .answer dl dd {
	font-size: 108%;
	line-height: 1.75em;
}

.knowledge-kn_faq .section .answer dl dd strong {
	display: block;
	margin-bottom: 10px;
}

.knowledge-kn_faq .section .answer dl dd span {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
}

.knowledge-kn_faq .section .answer dl dd ul li {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-indent: -1em;
	margin-left: 1em;
}

.knowledge-kn_faq .section .answer dl dd ul li.last {
	margin-bottom: 0px;
}

.knowledge-kn_faq .section .answer .box .txtBox {
	padding: 25px 20px;
	background-color: #f3f3f3;
}

.knowledge-kn_faq .section .answer .box .txtBox p {
	font-size: 12px;
	line-height: 1.5em;
}

.knowledge-kn_faq .section .answer .comment {
	padding: 23px 20px;
	background-color: #f3f3f3;
}

.knowledge-kn_faq .section .answer .comment p {
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
}

.knowledge-kn_faq .section .answer .commentBox {
	letter-spacing: -.40em;
}

.knowledge-kn_faq .section .answer .commentBox p {
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 53%;
	margin-right: 1%;
	vertical-align: middle;
}

.knowledge-kn_faq .section .answer .commentBox .right {
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 46%;
	vertical-align: middle;
}

.knowledge-kn_faq .section .answer .commentBox .right .comment {
	padding-right: 70px;
	position: relative;
}

.knowledge-kn_faq .section .answer .commentBox .right .comment p {
	width: 100%;
}

.knowledge-kn_faq .section .answer .commentBox .right .comment .image {
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.knowledge-kn_faq .section .answer p.link {
	margin-top: 20px;
}

.knowledge-kn_faq .section .answer p.link a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 20px;
	background-image: url(/images/shingaku/knowledge/ico-faq_arrow_001.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.knowledge-kn_faq .section .answer .inquiry {
	padding: 23px 20px;
	background-color: #f3f3f3;
	margin-top: 25px;
	position: relative;
}

.knowledge-kn_faq .section .answer .inquiry p {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.knowledge-kn_faq .section .answer .inquiry ul {
	letter-spacing: -.40em;
	margin-bottom: 10px;
	width: 78%;
}

.knowledge-kn_faq .section .answer .inquiry ul li {
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 32%;
	margin-right: 2%;
	font-size: 110%;
	line-height: 1.2em;
}

.knowledge-kn_faq .section .answer .inquiry ul li.last {
	margin-right: 0px;
}

.knowledge-kn_faq .section .answer .inquiry ul li a {
	display: block;
	padding: 10px 0px 10px 10px;
	text-align: center;
	color: #FFF;
	background-color: #00a6d7;
	background-image: url(/images/shingaku/knowledge/ico-faq_arrow_002.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.knowledge-kn_faq .section .answer .inquiry ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.knowledge-kn_faq .section .answer .inquiry .phone p {
	letter-spacing: -.40em;
}

.knowledge-kn_faq .section .answer .inquiry .phone p span,
.knowledge-kn_faq .section .answer .inquiry .phone p strong {
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.knowledge-kn_faq .section .answer .inquiry .phone p span.icon {
	margin-right: 4px;
}

.knowledge-kn_faq .section .answer .inquiry .phone p strong {
	font-size: 30px;
	color: #00a6d7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 4px;
}

.knowledge-kn_faq .section .answer .inquiry .phone p span.time {
	font-size: 10px;
	line-height: 1.2em;
}

.knowledge-kn_faq .section .answer .inquiry .image {
	position: absolute;
	bottom: 0px;
	right: 30px;
}

.knowledge-kn_faq .section #A2 .box {
	margin-top: 20px;
}

.knowledge-kn_faq .section #A3 .box {
	margin-top: 20px;
}

.knowledge-kn_faq .section #A3 .box dd strong {
	padding-left: 0.5em;
}

.knowledge-kn_faq .section #A4 .box {
	margin-bottom: 10px;
}

.knowledge-kn_faq .section #A4 .comment {
	padding-left: 125px;
	position: relative;
}

.knowledge-kn_faq .section #A4 .comment .image {
	position: absolute;
	bottom: 0px;
	left: 12px;
}

.knowledge-kn_faq .section #A5 .box {
	margin-top: 20px;
	position: relative;
	background-color: #f3f3f3;
	padding: 40px 15px 17px;
	text-align: center;
}

.knowledge-kn_faq .section #A5 .box dl dt {
	position: absolute;
	top: 0px;
	left: 0px;
}

.knowledge-kn_faq .section #A8 .box {
	margin-top: 20px;
}

.knowledge-kn_faq .section #A11 ul {
	margin-bottom: 10px;
}

.knowledge-kn_faq .section #A11 ul li {
	font-size: 108%;
	line-height: 1.75em;
	text-indent: -1em;
	margin-left: 1em;
}

.knowledge-kn_faq .section #A12 dl dt {
	text-align: left;
}

.knowledge-kn_faq .section #A12 dl dd {
	margin-bottom: 15px;
}

.knowledge-kn_faq .section #A12 dl dd.last {
	margin-bottom: 0px;