/* =================================
------------------------------------
  Riddle - Portfolio
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*------------------------
  students メインビジュアル
--------------------------*/
#header-container {
	background-color: #FFF;
}

#students-photo-section {
	top:0;
    left: 0;
	position: fixed;
	display: block;
	height: 800px;
	width: 100%;
	background:url("../img/second/bg-base2.jpg")top center no-repeat;
	background-size:cover;
	animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
	z-index: -10;!important;
}
@media only screen and (max-width: 750px) {
#students-photo-section {
	top:100px;
	height: 500px;
	background:url("../img/second/bg-base2_sp.jpg") no-repeat;
	background-size:contain;
	background-color: #194f9c;
}
}

/*------------------------
  students-introduction
--------------------------*/
#students-introduction {
	max-width: 1300px;
	width: 98%;
	margin-top:-100px;
	background: #FFFFFF;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	display: block;
}
@media only screen and (max-width: 750px) {
#students-introduction {
	width: 100%;
	padding-bottom: 15px;
}
}
#students-introduction h3 {
	width: 100%;
	padding: 60px 20px 0px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-family: yu-mincho-pr6n, sans-serif;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
}
@media only screen and (max-width: 750px) {
#students-introduction h3 {
	font-size: 1.3rem;
	padding: 40px 10px 0px;
	letter-spacing: 0.07em;
}
}


/*------------------------
  students-contents
--------------------------*/

.students-contents-container {
	max-width: 1300px;
	width: 98%;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
	padding: 20px 60px;
}
@media only screen and (max-width: 750px) {
.students-contents-container {
	width: 100%;
	padding: 20px 20px;
}
}

.midashi-students{
	position: relative;
	text-align: center;
	font-size: 2.4rem;
	font-family: yu-mincho-pr6n, sans-serif;
	font-style: normal;
	color: #089eab;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-bottom: 20px;
}
.midashi-students:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #089eab;
}
.midashi-students span {
	position: relative;
	padding: 0 15px;
	background: #fff;
}
@media only screen and (max-width: 750px) {
.midashi-students {
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0em;
	padding: 0 20px;
}
.midashi-students:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #089eab;
}
.midashi-students span {
	position: relative;
	padding: 0 8px 3px;
	background: #fff;
}
}

/*------------------------
   お知らせ notice
--------------------------*/
.students-outer {
	width:100%;
	text-align: left;
	padding: 0 20px;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
}
@media only screen and (max-width: 750px){
.students-outer {
	padding: 0 0px;
}
}	
.students-outer p{
	margin-bottom: 3em;
	display: block;
}
.students-outer a:link {
	font-size: 1.7rem;
	color:#0f366d;
	text-decoration: none;
	outline: none;
}
@media only screen and (max-width: 750px){
.students-outer a:link {
	font-size: 1.4rem;
}	
}	

.students-outer a:visited {
	color:#0f366d;
	text-decoration: none;
	outline: none;
}
.students-outer a:hover{
}

.students-line-text{
 	position: relative;
 	z-index: 1;
	display: block;
	pointer-events: none;
}
.students-line-text:before{
 	content: '';
	position: absolute;
 	left: 0;
 	bottom: -7px;/*テキストからの距離*/
 	width: 0%;/*初期状態では下線非表示*/
 	height: 1px;/*下線の高さ*/
 	background: #DDD;/*下線の色*/
 	z-index: -1;
	width: 100%;/*hover時に表示*/
}
.students-line-text:after{
 	content: '';
	position: absolute;
 	left: 0;
 	bottom: -7px;/*テキストからの距離*/
 	width: 0%;/*初期状態では下線非表示*/
 	height: 2px;/*下線の高さ*/
 	background: #FFF;/*下線の色*/
 	z-index: -1;
	width: 0%;/*hover時に表示*/
}
.students-line:hover .students-line-text:after{
 	background: #089eab;/*下線の色*/
 	transition: all 0.4s;/*アニメーション速度*/
	width: 100%;/*hover時に表示*/
}




/*------------------------
   お知らせ 共通
--------------------------*/

.entry-date {
	font-size: 1.4rem;
	color:#000000;
	letter-spacing: 0.1em;
}
.entry-category {
	font-size: 1.4rem;
	color:#000000;
	margin-left: 10px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  vertical-align:top;
	
}
.material-icons.md-21 { 
	font-size: 18px; line-height: 1.5em;
}
@media only screen and (max-width: 750px) {
.entry-date {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
.entry-category {
	font-size: 1.3rem;
	margin-left: 10px;
}
.material-icons.md-21 { 
	font-size: 14px; line-height: 1.5em;
}
}


.article-outer {
	width:100%;
	text-align: left;
	padding: 0 40px 50px;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/
	display: block;
}
@media only screen and (max-width: 750px){
.article-outer {
	padding: 0 0 20px;
}
}
.article-outer h3{
	margin-top: 5px;
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: 600;
}
@media only screen and (max-width: 750px){
.article-outer h3{
	margin-top: 5px;
	font-size: 1.8rem;
}
}
.article-outer p{
	margin: 50px 0 50px;
	font-size: 1.5rem;
	line-height: 2.4;
	width: 100%;
	display: block;
}
@media only screen and (max-width: 750px){
.article-outer p{
	margin: 20px 0 20px;
	font-size: 1.4rem;
	line-height: 2;
}
}
.article-outer p a:link {
	text-decoration: underline;
	color:#0f366d;
	font-weight: 600;
}
.article-outer p a:visited {
	text-decoration: underline;
	color:#0f366d;
	font-weight: 600;
}
.article-outer p a:hover{
	text-decoration: none;
}
.article-line {
	width: 100%;
	height: 8px;
	background-color: #089eab;
	margin: 0 0 50px;
}
@media only screen and (max-width: 750px){
.article-line {
	height: 5px;
	margin: 0 0 30px;
}
}

/*------------------------
   　一覧に戻るボタン
--------------------------*/


/*== ボタン共通設定 */

.btn-back-outer{
	display: inline-block; 
	font-family: yu-mincho-pr6n, sans-serif;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
	color:#194f9c;
}
@media only screen and (max-width: 750px){
.btn-back-outer{
	font-size: 1.3rem;
}
}
.btn-back-outer a:before {
	content:"";
	display:inline-block;
	width:0.75em;
	height:0.7em;
	background:url("../img/common/icon-arrow-left.svg") no-repeat;
	background-size:contain;
}

.simple_square_btn2 {
	display: block;
	position: relative;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #194f9c;
	background: #fff;
	border:1px solid #194f9c;
	padding: 10px 40px;
	transition: all 0.4s;/*アニメーション速度*/
}
.simple_square_btn2:hover {
	 background: #194f9c;
     color: #fff;
	 cursor: pointer;
	 text-decoration: none;
	 transition: all 0.4s;/*アニメーション速度*/
}


/*------------------------
   PDF download
--------------------------*/

.download-outer {
	width:100%;
	text-align: center;
	padding: 0 20px 50px;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/

}
@media only screen and (max-width: 750px){
.download-outer {
	padding: 0 0 20px;
}
}
.download-outer p{
	margin-bottom: 20px;
	font: 14px;
	display: block;
}
@media only screen and (max-width: 750px){
.download-outer a:link {
	font-size: 1.2rem;
	line-height: 1.4;
}	
}	

.btn-pdf-outer{
	display: inline-block; 
	font-family: yu-mincho-pr6n, sans-serif;
	font-size: 1.5rem;
	color:#194f9c;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 750px){
.btn-pdf-outer{
	font-size: 1.2rem;
	 flex-wrap: wrap;
}
}
.btn-pdf-outer a:before {
	content:"";
	display:inline-block;
	width: 32px;
	height:	32px;
	padding: 0 5px 0 0;
	margin-bottom: -8px;
	margin-left: -5px;
	background:url("../img/common/pdf_32.png") no-repeat;
	background-size:auto;
}
@media only screen and (max-width: 750px){
.btn-pdf-outer a:before {
	content:"";
	display:inline-block;
	width: 16px;
	height:	16px;
	padding: 0 5px 0 0;
	margin-bottom: -3px;
	margin-left: 0px;
	background:url("../img/common/pdf_32.png") no-repeat;
	background-size:cover;
}
}
.simple_square_btn {
	position: relative;
	text-align: center;
	text-decoration: none;
	color: #194f9c;
	background: #fff;
	padding: 5px 10px;
	transition: all 0.4s;/*アニメーション速度*/
	display: block;
	margin: 0 10px;
}
@media only screen and (max-width: 750px){
.simple_square_btn {
	color: #194f9c;
	padding: 2px 3px;
	margin: 0 2px;
}
}
.simple_square_btn:hover {
	 background: #f1f1f1;
	 cursor: pointer;
	 text-decoration: none;
	 transition: all 0.4s;/*アニメーション速度*/
}

/*------------------------
   パスワード入力
--------------------------*/

.pw-outer {
	width:100%;
	text-align: center;
	padding: 0 20px 50px;
	box-sizing:border-box;/*paddingでwidthを広げない処理*/

}
@media only screen and (max-width: 750px){
.pw-outer {
	padding: 0 0 20px;
}
}
.pw-outer p{
	margin: 20px 0;
	font-size: 1.3rem;
	display: block;
}
@media only screen and (max-width: 750px){
.pw-outer p{
	margin: 10px 0;
	font-size: 1.2rem;
}	
}	
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 310px;
  background: #eaedf2;
  font-size: 100%;
}
@media screen and (max-width: 750px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 10px;
    height: 40px;
    flex: inherit;
    font-size: 1.4rem;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #194f9c;
  color: #fff;
  font-size: 16px;
  transition: all 0.4s;/*アニメーション速度*/
}
.Form-Btn:hover {
  background: #426AD2;
  transition: all 0.4s;/*アニメーション速度*/
}
@media screen and (max-width: 750px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 160px;
    font-size: 14px;
  }
}
