﻿@charset "UTF-8";
/* ------------------------------------------------------------------------------------
	ブンナビindex
------------------------------------------------------------------------------------ */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
a {
  color: #003366;
  text-decoration: none;
  outline: none;
  transition-property: background-color, color, opacity;
  transition-duration: 0.2s;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
}
a:hover img {
  -ms-filter: "alpha(opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}
#ig_index {
  margin: 0 auto;
}
#ig_index .pc_none {
  display: none;
}
#ig_index .flex{
	display: flex;
 	justify-content: space-between;
	flex-wrap: wrap;
}
#ig_index section {
  width: 1090px;
  margin: 0 auto;
	display:block; 
  text-align: center;
}
#ig_index section + section {
  margin-top: 50px;
}
#ig_index section h2 {
  padding-top: 80px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#ig_index section h2 p {
  padding: 5px 0;
  font-size: 14px;
}
#ig_index section h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
	position: relative;
  padding: 0.8rem 0;
  border-bottom: 4px solid #f9c946;
}

#ig_index section h3:before,
#ig_index section h3:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

#ig_index section h3:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #f9c946;
    margin-left: -16px;
}

#ig_index section h3:after {
    border: 12px solid;
    border-color: transparent;
    border-top-color: #F3F3F3;
    margin-left: -12px;
		margin-top: -2px;
}
p{
	line-height: 1.8;
}
p span{
	font-size: 22px;
	font-weight: bold;
  color: #ec7d1c;
}

/* ------------------------------------------------------------------------------------
	ブンナビindexここまで
------------------------------------------------------------------------------------ */

#ig_body {
	background: #faf6d8;
}
#ig_index {
	margin: 0 auto;
}
#ig_index .pc_none {
	display: none;
}
.ig_sp_none {
	display: block;
}
.ig_message_bunnnabiman_sp {
	display: none;
}
.ig_cont_title_sp {
	display: none;
}
.ig_cont_title_span_sp {
	display: none;
}
.ig_cont_title_p_sp {
	display: none;
}
.ig_cont_step_sp {
	display: none;
}
.ig_cont_title_span_plus_sp {
	display: none;
}
.ig_pre_bunnabiman_sp {
	display: none;
}
.ig_header_logo_sp {
	display: none;
}
.ig_header {
	background: #faf6d8;
}
.ig_header_inner {
	width: 1090px;
	margin-left: auto;
	margin-right: auto;
}
.ig_header_p {
	margin-top: 10px;
	font-size: 16px;
}
.ig_header_logo {
	margin-top: 20px;
	width: 180px;
}
.ig_header_space {
	padding-bottom: 50px;
}
.ig_memberBox {
	float: right;
	width: 250px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ig_topBtn a {
	position: relative;
	display: block;
	padding: 6px;
	background: #3d4b5f;
	border: none;
	box-shadow: 0 2px 0 #333e4f;
	color: #fff;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	margin-bottom: 4px;
}
.ig_topBtn a:hover {
	transform: translateY(2px);
  box-shadow: none;
	border-bottom: none;
}
.ig_newMember1 a {
	position: relative;
	display: block;
	padding: 6px;
	background: #ec7d1c;
	border: none;
	box-shadow: 0 2px 0 #d35400;
	color: #fff;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
}
.ig_newMember1 a:hover {
	transform: translateY(2px);
  box-shadow: none;
	border-bottom: none;
}
.contents_btn{
  background: #f9c946;
	transition: 0.5s;
}
.contents_btn:hover{
  background: #ec7d1c;
}
.contents_btn.off {
	background: #fff;
	border: 1px solid #888;
}
.contents_btn a{
	display: block;
	width: 180px;
	line-height: 2.4;
	color: white;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
}
.contents_btn.off a {
	color: #888;
}
.contents_btn .arrow{
  width: 6px;
  height: 6px;
  border: 3px solid;
  border-color: white white transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 12px;
}




/*     トップ動画     */
.ig_top{
	min-height: 100vh;
	margin-bottom: 50px;
}

.top{
	padding-top: 50px;
}

.top h1{
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

.top .h1add{
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin-top: -20px;
}

.top p{
	margin: 30px auto;
	font-size: 18px;
  line-height: 2;
}

/*     トップ動画     */



/*     就活生の企業研究をサポートする機能     */
.ig_support {
	background: #F3F3F3;
	padding-bottom: 80px;
}
.support .support_title p{
	font-size: 18px;
}
.support h3{
	margin: 50px auto 40px;
	width: 350px;
}
.support .support1{
	margin-top: 60px;
}
.support .support_list ul{
	display: flex;
	justify-content: center;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
}
.support .support_list ul li{
	background: white;
	border: 1px solid #F3F3F3;
	border-top: none;
}
.support .support_list ul li a{
	display: block;
	width: 230px;
	height: 50px;
	padding: 20px;
}
.support .support_list ul li a p{
	position: relative;
	color: #333333;
}
.support .support_list ul li a p::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 80%;
  right: 50%;
  margin-top: 18px;
  border: 8px solid transparent;
  border-top: 8px solid #ec7d1c;
}
.support .support_contents{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.support .support_content{
	width: 530px;
  height: 300px;
	margin-bottom: 26px;
	background: white;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.25);
}
.support .support_content p{
	font-size: 16px;
	line-height: 1.6;
}
.support .support_contents_left{
	width: 320px;
}
.support .support_contents_left .support_contents_image{
	position: relative;
}
.support .support_contents_left .float{
	position: absolute;
	top: 0;
}
.support .support_contents_right{
	width: 230px;
	padding: 10px;
	position: relative;
}
.support .support_contents_title{
	display: flex;
	justify-content:center; 
}
.support .support_contents_title p{
	font-size: 20px;
	font-weight: bold;
	color: #ec7d1c;
}
.support .support3 .support_contents_title p{
	padding-top: 16px;
}
.support .support_contents_title p span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.support .support_contents_title h4{
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 8px;
}
.support .support_contents_text{
	margin-top: 14px;
	text-align: left;
}
.support .contents_btn{
  position: absolute;
  bottom: 8%;
  left: 12%;
}
.support .contents_btn .kome {
  background: #fff;
  font-size: 12px;
  padding-top: 0.3rem;
}
.support .support4 .support_content{
	width: 100%;
}
.support .support4 .support_contents_title{
	display: block;
  width: 300px;
}
.support .support4 .support_contents_left{
	background: white;
	width: 600px;
	padding: 10px 20px 20px 30px;
	position: relative;
}
.support .support4 .contents_btn{
	position: absolute;
  bottom: 8%;
  left: 5%;
}
.support .support4 .contents_btn a{
	width: 250px;
}
.support .support4 .support_contents_right{
	width: 600px;
}
.support .support4 .support_contents_right img{
	width: 100%;
}
/*     就活生の企業研究をサポートする機能     */


/*     読売新聞    */
.ig_yomiuri{
	background: white;
	padding-bottom: 80px;
}

.yomiuri .yomuiri_contents_title{
	margin: 30px auto;
}

.yomiuri .yomuiri_contents_title h4{
	margin-bottom: 30px;
}

.yomiuri .yomuiri_contents_title p{
	font-size: 18px;
	width: 85%;
  margin: auto;
  text-align: left;
}

.yomiuri .yomiuri_contents{
	display: flex;
	margin-top: 30px;
	position: relative;
}

.yomiuri .yomuiri_left{
	width: 40%;
}

.yomiuri .yomuiri_right{
	width: 60%;
}

.yomiuri .yomiuri_contents ul{
	font-size: 24px;
  font-weight: bold;
  margin: 30px 0 20px 40px;
	margin: 30px auto 20px;
  /*box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.25);*/
	border: 2px solid #f9c946;
  padding: 30px;
}

.yomiuri .yomiuri_contents ul p{
	margin-bottom: 20px;
	text-align: left;
	background: white;
  width: 320px;
  position: absolute;
  top: 6px;
  padding: 0 20px;
}
.yomiuri .yomiuri_contents ul p span{
	font-size: 28px;
	color: #ec7d1c;
}
.yomiuri .yomiuri_contents ul .flex{
	margin-top: 20px;
}

.yomiuri .yomiuri_contents ul li{
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
}

.yomiuri .yomiuri_contents ul li span{
	font-size: 16px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #f9c946;
  border-radius: 8px;
	margin-right: 14px;
	line-height: 30px;
	text-align: center;
}
.yomiuri .list_left{
	width: 300px;
}
.yomiuri .contents_btn{
  margin: auto;
	width: 350px;
}

.yomiuri .contents_btn a{
  width: 100%;
	line-height: 3;
	margin-top: 50px;
	font-size: 16px;
}
.yomiuri .contents_btn .arrow{
	top: 18px;
}
/*     読売新聞    */



/*     その他のコンテンツ    */
.ig_others{
	background: #F3F3F3;
	padding-bottom: 80px;
}

.others .others_title h2{
	margin-bottom: 30px;
}

.others .others_contents .others_contents1{
	display: block;
	width: 300px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.25);
	background: white;
  padding: 20px;
}

.others .others_contents .others_contents1 img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.others .others_contents .others_contents1 .others_contents_title{
	margin-bottom: 20px;
}

.others .others_contents .others_contents1 .others_contents_title p{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}

.others .others_contents .others_contents1 .others_contents_title p span{
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.others .others_contents .others_contents1 .others_contents_text p{
	text-align: justify;
	font-size: 16px;
	line-height: 1.6;
}
.others .others_contents .others_contents1 .others_contents_btn a{
	display: flex;
	margin: 10px 0 0 140px;
  width: 160px;
}
.others .others_contents .others_contents1 .others_contents_btn img{
  width: auto;
  height: 16px;
	margin-right: 8px;
	margin-top: 6px;
	margin-left: 6px;
}
.others .others_contents .others_contents1 .others_contents_btn p{
	line-height: 2;
	transition: 0.5s ;
}
.others .others_contents .others_contents1 .others_contents_btn p:hover{
	color: #ec7d1c;
}
/*     その他のコンテンツ    */


/*     ブンナビポイント    */
.ig_point{
	padding-bottom: 50px;
}
.point .point_contents{
	text-align: center;
}
.point .point_contents{
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
}
.point .point_contents p span{
	font-size: 22px;
	font-weight: bold;
  color: #ec7d1c;
}
.point .course_text{
	margin-top: 50px;
}
.point .course_text p{
	font-size: 18px;
}
.point .point_course img{
	width: 250px;
	margin: 30px 10px;
}
.point .balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 22px;
  min-width: 120px;
  max-width: 100%;
  color: #444444;
  font-size: 22px;
  background: #f9c946;
  box-sizing: border-box;
	border-radius: 12px;
}

.point .balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 16px solid transparent;
  border-top: 16px solid #f9c946;
  z-index: 1;
}
.point .balloon p {
  margin: 0;
  padding: 0;
}
.point .contents_btn{
	width: 350px;
	margin: 60px auto;
}
.point .contents_btn .arrow {
	top: 18px;
}
.point .contents_btn a{
	width: 100%;
  line-height: 3;
  margin-top: 50px;
  font-size: 16px;
	letter-spacing: 2px;
}
/*     ブンナビポイント    */


.ig_comment{
	padding: 80px 0 30px;
	background: white;
}
.ig_comment .comment{
	height: 260px;
}
.comment p{
	font-size: 18px;
	margin-bottom: 50px;
}


j
.ig_newMember2 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}

.ig_newMember2 a {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ec7d1c;
	border: none;
	box-shadow: 0 2px 0 #d35400;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 23px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.ig_newMember2 a:hover {
	transform: translateY(2px);
  box-shadow: none;
	border-bottom: none;
}

.ig_newMember3 {
	text-align: center;
	margin: 40px auto;
}

.ig_newMember3 a {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ec7d1c;
	border: none;
	border-bottom: solid 2px #d35400;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 23px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}



.ig_topBtn2 a {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #3d4b5f;
	border: none;
	border-bottom: solid 2px #333e4f;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 23px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
#page-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
}
#page-top a {
	display: table-cell;
	width: 100px;
	height: 100px;
	background-color: #eee;
	border-radius: 50px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
}
#ig_index footer {
	padding: 50px 0;
	background-color: #3d4b5f;
}
.ig_footer_cf {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#ig_index footer li {
	display: inline;
	padding: 0 20px;
}
#ig_index footer li a {
	font-size: 14px;
	color: #fff;
}
#ig_index footer p {
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

/*　　　フェードイン　　　*/
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
.js-fade2 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s,visibility 1s, transform 1s;
	transition-delay: 0.3s;
}
.js-fade3 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s,visibility 1s, transform 1s;
	transition-delay: 0.6s;
}
.js-fast {
   opacity: 0;
  transform: translate(0, 20%);
  transition: 0.5s;
	transition-delay: 1s;
}
.js-fast2 {
    opacity: 0;
  transform: translate(0, 20%);
  transition: 0.5s;
	transition-delay: 2s;
}
.js-fast3 {
    opacity: 0;
  transform: translate(0, 20%);
  transition: 0.5s;
	transition-delay:3s;
}
.js-fast4 {
    opacity: 0;
  transform: translate(0, 20%);
  transition: 0.5s;
	transition-delay:3.5s;
}
.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.scroll-fast {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* ****************************** 959px以下に適用されるCSS（タブレット用） *********************************** */
@media screen and (max-width: 959px) {
	.ig_header_inner{
		width: 95%;
    padding: 20px 10px;
	}
	.support h3{
		width: 400px;
	}
	section{
		padding: 0;
	}
	#ig_index section{
    width: 100%;
		max-width: 950px;
	}
	.top{
		padding: 80px 0 50px;
	}
	.top .top_movie{
		margin: 80px auto;
	}
  .top .top_movie iframe{
    margin: auto;
    width: 100%;
  }
  .support .support_list ul{
    width: 98%;
    margin: 0 auto;
  }
	.support .support_list ul li{
		width: 25%;
	}
	.support .support_list ul li a{
		width: 100%;
		padding: 20px 6px;
	}
	#ig_index section h3{
		font-size: 28px;
	}
	.support .support_content{
		width: 90%;
    min-width: 600px;
		margin: 30px auto;
	}
	.support .support2,.support .support3,.support .support4{
		margin: auto;
    width: 100%;
    max-width: 800px;
	}
  .support .support_content #support2 .support2,.support .support_content #support3.support3{
		width: 800px;
	}
  .support .support_contents{
		width: 90%;
		margin: auto;
	}
  .support .support4 .support_content{
    height: 450px;
  }
  .support .support4 .support_contents_left{
    width: 250px;
  }
  .support .support4 .support_contents_left h4{
    padding: 20px 0 0;
    width: 250px;
  }
  .support .support4 .support_contents_left h4 img{
    width: 230px;
  }
	.support .support_contents_title p{
		font-size: 24px;
	}
	.support .support_contents_title p span{
		font-size: 16px;
	}
	.support .support3 .support_contents_title p{
	padding-top: 26px;
}
	.support .support_contents_title h4{
		font-size: 24px;
		padding-top: 26px;
		padding-left: 12px;
	}
	.support .support_content p{
		font-size: 16px;
	}
	.support .support_contents_right{
		width: 350px;
	}
  .support .support4 .support_contents_right{
    position: relative;
  }
  .support .support4 .support_contents_right img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
	.support .contents_btn{
		left: 25%;
	}
  .support .support4 .contents_btn{
    bottom: 6%;
  }
	.contents_btn a{
		width: 230px;
    line-height: 2.6;
		font-size: 18px;
	}
  .support .support4 .contents_btn a{
    font-size: 16px;
    padding: 4px 0;
  }
	.contents_btn .arrow{
		top: 18px;
		right: 18px;
	}
  .others .others_contents .others_contents1{
    width: 30%;
    padding: 20px 10px;
  }
  .others .others_contents .others_contents1 img{
    width: 100%;
    height: auto;
  }
  .others .others_contents .others_contents1 .others_contents_btn a{
	margin: 10px 0 0 70px;
  }
  .point .point_course img{
    width: 230px;
  }
  
}



@media only screen and (max-width : 539px ) {
body {
	font-size: 14px;
}
a, a img {
	transition-duration: 1;
}
  #ig_index section{
    width: 90%;
  }
	#ig_index section h2{
		padding-top: 60px;
		font-size: 30px;
	}
  #ig_index section h3{
    font-size: 26px;
    width: 300px;
  }
  .ig_memberBox{
    width: 200px;
  }
  .ig_header_logo{
    margin-top: 0px;
    width: 120px;
  }
  .ig_newMember2 a{
    width: 300px;
  }
  .ig_top{
    min-height: 0;
}
  .top{
    padding: 80px 0 0 0;
  }
  .top h1{
    font-size: 34px;
  }
  .top p{
    margin: 30px auto 0;
  }
  .top .h1add {
    font-size: 30px;
}
  .top .top_text p {
    line-height: 1.5;
}
  .top .top_movie{
    margin: 50px auto 50px;
  }
	.top_movie {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
	}
	.top_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
	.ig_support{
		padding-bottom: 50px;
	}
  .support .support_list ul li a{
    padding: 20px 0;
  }
  .support_list ul li a p{
    font-size: 12px;
  }
  .support h3{
    width: 330px;
		margin-top: 40px;
		margin-bottom: 20px;
  }
  .support .support_contents{
    width: 100%;
  }
  .support .support_content{
    display: block;
    width: 100%;
    min-width: 250px;
    margin: 24px auto;
  }
  .support .support_contents_left .support_contents_image{
    margin: 10px 0 10px 14px;
  }
  .support .support_contents_title{
    display: block;
  }
  .support .support_contents_right{
    width: 300px;
    margin: auto;
    padding: 0;
  }
	.support .support1{
		margin-top: 0;
	}
  .support .support_contents_left .support_contents_title{
    
  }
  .support .support_contents_title h4{
    padding: 0;
  }
  .support .support2, .support .support3, .support .support4{
    width: 100%;
  }
  .support .support_content:first-child{
    height: 600px;
  }
  .support .support_content:first-child .contents_btn{
    left: 12%;
    bottom: -55%;
  }
  .support .support_content:nth-child(2){
    height: 680px;
  }
  .support .support_content:nth-child(2) .contents_btn{
    left: 12%;
    bottom: -45%;
  }
  .support .support_content:nth-child(3){
    height: 640px;
  }
  .support .support_content:nth-child(3) .contents_btn{
    left: 12%;
    bottom: -50%;
  }
  .support .support_content:nth-child(4){
    height: 620px;
  }
  .support .support_content:nth-child(4) .contents_btn{
    left: 12%;
    bottom: -35%;
  }
  .support .support2 .support_content{
    height: 610px;
  }
  .support .support2 .support_content .contents_btn{
    left: 12%;
    bottom: -35%;
  }
  .support .support3 .support_content{
    height: 556px;
  }
  .support .support3 .support_content .contents_btn{
    left: 12%;
    bottom: -45%;
  }
	.support .support_contents_left {
    margin: 10px auto;
  }
	.support .support1 .support_contents_left .support_contents_image{
    margin: auto;
  }
  .support .support2 .support_contents_left .support_contents_image{
    margin: 10px 0;
  }
  .support .support3 .support_contents_left .support_contents_image{
    margin: 10px 0;
  }
	.support .support3 .support_contents_title p{
		padding-top: 4px;
	}
  .support .support4{
    width: 100%;
    margin: 0;
  }
  .support .support4 .support_contents_left{
    margin: auto;
  }
  .support .support4 .support_contents_right{
    margin: auto;
    width: 300px;
  }
  .support .support4 .support_contents_right img{
    margin: 80px auto 0;
  }
	.support .support4 .support_contents_right .support_contents_title p{
		padding-top: 0;
	}
  .support .support4 .support_content{
    height: 620px;
  }
  .support .support4 .support_content .contents_btn{
    left: 8%;
    bottom: -85%;
  }
  .support .support_list ul li{
    height: 110px;
  }
  .support .support_list ul li a{
    padding: 0;
    height: 110px;
  }
  .support .support_list ul li a p{
    padding: 20px 4px 0;
    height: 70px;
  }
  .support .support_list ul li a p::after{
    right: 40%;
  }
	.ig_yomiuri{
		padding-bottom: 70px;
	}
  .yomiuri .yomuiri_contents_title img{
    width: 350px;
  }
  .yomiuri .yomiuri_contents ul{
    padding: 10px;
    width: 330px;
  }
  .yomiuri .yomiuri_contents ul li{
    font-size: 16px;
  }
  .yomiuri .yomiuri_contents ul p{
    font-size: 20px;
    text-align: center;
    width: 280px;
    padding: 0 6px;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
	.yomiuri .contents_btn{
		width: 330px;
	}
  .others .others_contents .others_contents1{
    width: 350px;
    margin: 10px auto;
  }
  .point .point_course img{
    width: 250px;
    margin: 10px;
  }
	.ig_others{
		padding-bottom: 70px;
	}
	.ig_comment{
		padding: 54px 0 150px;
	}
	
	/*　　　フェードイン　　　*/
.js-fade2 {
	transition-delay: 0s;
}
.js-fade3 {
	transition-delay: 0s;
}
	.js-fast {
	transition-delay: 1s;
}
.js-fast2 {
	transition-delay: 1s;
}
.js-fast3 {
	transition-delay: 1s;
}
.js-fast4 {
	transition-delay:1s;
}
	
#page-top {
	position: fixed;
	bottom: 12px;
	right: 12px;
}
#page-top a {
	display: table-cell;
	width: 52px;
	height: 52px;
	background-color: #000;
	border-radius: 26px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1.3;
	color: #fff;
}
/* /////////////////////////////////////////////////

footer

///////////////////////////////////////////////// */
	
#ig_index footer {
	padding: 30px 0 0 0;
	background-color: #3d4b5f;
}
#ig_index footer ul {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
#ig_index footer li {
	display: block;
	padding: 5px 30px;
}
#ig_index footer li a {
	font-size: 12px;
	color: #fff;
}
#ig_index footer p {
	width: auto;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
#ig_index footer p br {
	display: inline;
}
}
/***********clearfix***********/

.cf:before, .cf:after {
	content: " ";
1 display: table;
2
}
.cf:after {
	clear: both;
}
* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. .cf {
 *zoom: 1;
}

/***********clearfix***********/