@charset "utf-8";

  /* index-pの中のaのアンダーライン削除 */
  .index-p a { text-decoration: none;}
  /*　ぱんくず・ページタイトルの横幅が1070px　*/
  .index-p #topicpath li,
  .index-p #topicpath li a { color: #FFFFFF;}

  .index-p .index-top {
    max-width: 1070px;
    margin: 0 auto 300px;
    overflow: hidden;
  }
  .index-p .index-top .index {
    float: right;
    background-color: #005c92;
    padding: 40px;
    text-align: center;
  }

h1{
	letter-spacing: 2px;
	font-size:20px;
}

.header1{
	font-size:15px;
	border-style: solid;
	border-width: 6px;
	border-color: #000080 #ffffff #000080 #ffffff;
	height: 55px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	background-color: #ffffff;
}


h2{
	border-style: solid;
	border-top-color:#c0c0c0;
	border-right-color:#c0c0c0;
	border-bottom-color:#000080;
	border-left-color:#000080;
	border-width:1px 1px 5px 10px;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 20px;
	padding-left: 10px;
}
#header1{
	font-size:15px;
	border-style: solid;
	border-width: 6px;
	border-color: #000080 #ffffff #000080 #ffffff;
	height: 55px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	background-color: #ffffff;
}

  .index-p .index-top .index h1 {
    color: #FFFFFF;
    font-size: 178.5714285714%;
  }
    /* メインビジュアル */
    img.main-bg {
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
    }
#font{
  margin-left:4vw;
  margin-right:4vw;
 }

/* two-column */

.two-column:after{content: ""; display: block; clear: both;}
.oldie .two-column{ zoom: 1; }

.two-column .group{
	float:left;
	width:48%;
	margin-right:1%;
}
.two-column .group:nth-child(odd){
	clear:both;
}
/*
.two-column .group:nth-child(even){
	float:none;
	width:auto;
	margin-right:0;
}



.tab-content {
   margin-top:15px;
   margin-bottom:20px;
   margin-right:20px;
   margin-left:10px;
   padding-bottom:10px;
   background: #fff;
   height: 100%;
   width: 895px;
   border-style:solid;
   border-color:#c0c0c0;
}

 .tab-pane {
   margin-bottom: 40px;
   -webkit-padding-start: 0;
}

 .tab-pane li {
   overflow: hidden;
}

 .tab-pane li+li {
   margin-top: 13px;
}

 .ab-pane div {
   float: left;
}

 .tab-pane .article-title {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom:30px;
    text-align: left;
}

 .leku{
        display: inline-block;
        text-align: left;
        padding-left:2em

}
 .left{
        display: inline-block;
        text-align: start;
        padding-left:2em

}


 @media screen and (min-width: 768px) {
   .tab-pane .article-title {
     float: none;
     padding-left: 14px;
     margin-bottom:30px;
  }
}

 .tab-pane .date {
   width: 20px;
   margin-right: 2px;
}

 .tab-pane .label {
   display: inline-block;
   width: 60px;
   margin-right: 10px;
   padding: 0.3em 0 0.4em;
   text-align: center;
   color: #fff;
}

 .label-new {
   background: #f0ad4e;
}

 .label-product {
   background: #5cb85c;
}

 .label-news {
   background: #5fc2df;
}

 .label-topics {
   background: #e54728;
}

 .label-seminer {
   background: #d34edf;
}





*/

    /* index　中身 */
    .index-block {
      max-width: 180vw;
      margin: 0 auto;
      padding-top: 15px;
      background-color: #FFFFFF;
    }
    ul.index-list {
      overflow: hidden;
      margin-top: 70px;
    }
    ul.index-list li {
      float: left;
      max-width: 30vw;
      margin-left: 4vw;
      margin-right: 4vw;
      margin-bottom: 3vw;
      text-align: center;
      font-size: 80%;
    }
    ul.index-list li:nth-child(odd){
	clear:both;
}
    }
    ul.index-list li img {
      max-width: 100%;
    }
    ul.index-list li p {
      margin: 17px 0 47px 8px;
      font-size: 157.1428571429%;
      font-family: "TsukuGoPro-L";
      color: #000000;
    }
  @media screen and (max-width: 1300px) {
    .index-top {
      width: 97%;
     margin-right: 3%;
    }
  }


  @media (min-width: 768px) and (max-width: 1201px) {
    .index-p .index-top {
      margin: 0 auto 200px;
    }
      /* index　中身 */
      .index-block {
        padding-top: 10px;
        background-color: #FFFFFF;
      }
      ul.index-list {
        overflow: hidden;
        margin-top: 35px;
      }
      ul.index-list li {
        float: left;
        max-width: 32%;
        margin-left: 2%;
      }
      ul.index-list li:nth-child(odd){
	clear:both;
      }
  }

  @media screen and (max-width: 767px) {
  /*　ページタイトル部分 */
  .index-p .index-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .index-p .index-top .index {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .index-p .index-top .index h1 {
    width: 100%;
    font-size: 164.2857142857%;
  }
    /* メインビジュアル */
    img.main-bg {
      position: relative;
      width: 100%;
      margin-top: 45px;
    }

    /* index　中身 */
    .index-block {
      margin: 0 auto;
      padding-top: 10px;
      background-color: #FFFFFF;
    }
      .index-headline h2 {
        font-size: 185.7142857143%;
      }
      ul.index-list {
        width: 100%;
        margin: 20px auto 0;
      }
      ul.index-list li {
        width: 46%;
        margin: 0 2%;
      }
      ul.index-list li:nth-child(3n+1) {
        margin-left: 2%;
      }
  }

*/

  .index-p .index-top .index {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .index-p .index-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
  }


  .index-top #topicpath {
    float: right;
    margin: 0;
    position: absolute;
    top: 50px;
    right: 5px;
  }

  img.main-bg{
    max-width: 1070px;
    display: block;
    position: static;
    margin: 78px auto 0 auto;
  }

  @media (max-width: 1201px) and (min-width: 768px){
    .index-p .index-top {
    margin: 0;
    }
  }

  @media screen and (max-width: 1019px){
    .index-p #contents {
    padding-top: 0;
    }
  }

  @media screen and (max-width: 767px){
      img.main-bg{
      margin: 73px auto 0 auto;
      }
  }


/* gray-frame-textbox */

.gray-frame-textbox{
	border-top:1px solid #000000;
	background:#ffffff;
	padding:20px 5.3%;
}

.gray-frame-textbox .inner{
	background:#;
	padding:40px 6%;

	box-shadow: 2px 1px 3px 0 rgba(30,30,30,0.1);

}

.gray-frame-textbox .inner h2{
	font-family:Meiryo-UI,"メイリオ","Ryumin Bold KL","TsukuGoPro-E",'Midashi Go MB31','EB Garamond', serif,'Oswald', sans-serif;
  font-size: 178.5714285714%;
	line-height:1.1;
	padding-left:15px;
	border-left:5px solid #000000;
	margin-bottom:25px;
}


@media screen and (max-width: 349px) {
.gray-frame-textbox{
	padding:10px 3%;
}

.gray-frame-textbox .inner{
	padding:20px 3%;

}
.gray-frame-textbox .inner h2{
	font-size:140%;
	margin-bottom:15px;
}

}

/*gray-box */

.gray-box{
	border-top:1px solid #000000;
        border-bottom:1px solid #000000;
        border-right:1px solid #000000;
        border-left:1px solid #000000;
	background:#ffffff;
	padding:45px 5.3% 30px 5.3%;
}
div.gray-box{
	margin-bottom:20px;
}
.gray-box:after{content: ""; display: block; clear: both;}
.oldie .gray-box{ zoom: 1; }

.gray-box h2{
	font-family: "TsukuGoPro-E";
  font-size: 142.8571428571%;
	margin-bottom:15px;
}
.gray-box.layout-img-l .text{
	overflow:hidden;
}

.gray-box .img{
	margin-bottom:20px;
}
.gray-box p:last-child{
        float: right;
	margin-bottom:0;
}

@media screen and (max-width: 767px) {
.gray-box{
	padding:25px 3% 15px 3%;
}
}


/*
===== footer =====
*/

@media screen and (min-width: 1020px) {
#home-p footer{
	margin:0 auto;
	max-width:1200px;

}

#home-p footer .frame{
	max-width: inherit;
}
#footer-menu{
	text-align:center;
}

}

  @media screen and (max-width: 767px) {

#home-p footer{
	margin:0 auto;
	max-width:600px;

}

#home-p footer .frame{
	max-width: inherit;
}
#footer-menu{
	text-align:center;
}

}



#standard-program-p .layout-text-imgbox {
    padding-top: 50px;
  }
  #standard-program-p .layout-text-imgbox .imgbox .caption {
    font-size: 24px;
    text-decoration:none ;
  }



footer{
	position:relative;
	overflow:hidden;
	padding-bottom:20px;
}
@media screen and (min-width: 1020px) {
footer{
	margin-left:180px;
}
}

footer a{
	color:#000;
	text-decoration:none;
}

#footer-menu{
	border-top:1px solid #000000;
        border-bottom:1px solid #000000;
        border-right:1px solid #000000;
        border-left:1px solid #000000;
	background:#ffffff;
	padding:15px 20px;
	margin-bottom:35px;
}

#footer-menu li{
	display:inline-block;
	position:relative;
	padding-right:15px;
	margin-right:15px;
}
#footer-menu li:after{
	content:"";
	display:inline-block;
	width:1px;
	height:80%;
	position:absolute;
	right:0;
	top:10%;
	background:#ffffff;
}

#footer-menu li:last-child{
	margin-right:0;
	padding-right:0;
}
#footer-menu li:last-child:after{
	display:none;
}






