@charset "utf-8";
/* CSS Document */

/*------------------------

背景

------------------------*/

html {
	font-size: 62.5%;
	overflow: -moz-scrollbars-vertical;
	height:100%;
}

body {
	background-color: #ffe900;
	word-wrap: break-word;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
  font-size: 1.4rem;
	color:#000;
  line-height: 1.61;
  letter-spacing: .1em;
	height:100%;
}


@media only screen and (max-width: 767px) {
body {
	font-size: 1.6rem;
}

}

.wrap {
	max-width: 1020px;
	height: auto;
	min-height: 100%;
	margin: auto;
	padding: 0 40px;
}

ul{
	display:block;
	list-style:none;
	margin:0;
	}

	@media only screen and (max-width: 767px) {
		.wrap {
	padding-inline: 20px;
}
	}

/*------------------------

ヘッダー

------------------------*/

header{
	height: 86px;
	}

.header .fixbar {
  position: fixed;
  background-color: #ffe900;
  width: 100%;
  top: 0;
  padding: 40px 0;
  z-index:1200;
}
.header.fixed .fixbar {
  top: 0px;
}

header .wrap {
	display: flex;
	align-items: center;
	padding: 0 20px;
}

header .navbar {
	margin-bottom:0;
}

#pc-menu ul {
	display: flex;
	width: 100%;
	gap: 40px;
}

#pc-menu li.navi-manual a{
	display: block;
	font-size:0;
	background-image:url(/common/img/navi-btn01.png) ;
	background-position:left top;
	background-repeat:no-repeat;
	background-size: contain;
	width:100%;
	height:30px;
	}

#pc-menu li.navi-manual.navi-on a{
	text-decoration:none;
	background-image:url(/common/img/navi-btn01-out.png) ;
	}

#pc-menu li.navi-manual a:hover{
	text-decoration:none;
	background-image:url(/common/img/navi-btn01-over.png) ;
	}

#pc-menu li.navi-contest a{
	display: block;
	font-size:0;
	background-image:url(/common/img/navi-btn02.png) ;
	background-position:left top;
	background-repeat:no-repeat;
	background-size: contain;
	width:220px;
	height:30px;
	}

#pc-menu li.navi-contest.navi-on a{
	text-decoration:none;
	background-image:url(/common/img/navi-btn02-out.png) ;
	}

#pc-menu li.navi-contest a:hover{
	text-decoration:none;
	background-image:url(/common/img/navi-btn02-over.png) ;
	}

#pc-menu li.navi-illust a {
	display: block;
	font-size:0;
	background-image:url(/common/img/navi-btn03.png) ;
	background-position:left top;
	background-repeat:no-repeat;
	background-size: contain;
	width:220px;
	height:30px;
}
#pc-menu li.navi-illust.navi-on a{
	text-decoration:none;
	background-image:url(/common/img/navi-btn03-out.png) ;
	}

/* コンテスト開催時 */
#pc-menu li.navi-illust a:hover{
	text-decoration:none;
	background-image:url(/common/img/navi-btn03-over.png) ;
	}

#pc-menu li.navi-illust{
	position:relative;
	}

header .navbar li.logo {
	max-width: 203px;
}
header .navbar li.logo img {
	width: 100%;
}

#pc-menu li.navi-illust img{
	display:block;
	position:absolute;
	width:120px;
	top:22px;
	right:-55px;
	}

#pc-menu li {
	flex: 1;
	min-width: 120px;
}

#pc-menu li.navi-manual a,
#pc-menu li.navi-contest a,
#pc-menu li.navi-illust a {
	width: 100%;
}

#pc-menu li.navi-illust img {
	width: 55%;
	top: 55%;
	right: -25%;
}

#pc-menu{
	display:flex;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
	padding-left: 150px;
	}

#pc-menu li a {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	transition: opacity 0.2s;
}

#sp-menu{
	display:none;
	}

@media only screen and (max-width: 767px) {

	.header .fixbar{
		padding: 0;
	}

header .navbar {
	margin-bottom: .8em;
}

 header .navbar li {
	width: auto;
	float: none;
	text-align: left;
	margin-right: 12px;
}

header .navi-open{
	display:block;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	background-color: #ffe900;
	z-index:9000;
	padding:40px 20px 0;
	overflow:scroll;
	}

#sp-menu li {
	margin-right: 0;
	margin-left: 0;
}

header .wrap {
	justify-content: space-between;
	align-items: center;
	min-height: auto;
	padding: 20px 20px 0;
	height: 70px;
}

#sp-menu ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 300px;
  margin: 100px auto 0;
}

#pc-menu{
	display:none;
	}

#sp-menu{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin-bottom: 0;
	}

.navi-menu{
	display:block;
	cursor:pointer;
	}

.menu-logo{
	width:262px;
	float:left;
	}

.menu-close{
	display:block;
	float:right;
	cursor:pointer;
	}

header .navi-open ul{
	margin-top:120px;
	}

header .navi-open ul li a{
	display: block;
	font-size: 0;
	width: 100%;
	height: auto;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

header .navi-open li.navi-manual a {
	background-image: url(/common/img/navi-btn01-menu.png);
	aspect-ratio: 874 / 138;
}

header .navi-open li.navi-manual a:hover {
	background-image: url(/common/img/navi-btn01-menu-over.png);
}

header .navi-open li.navi-contest a {
	background-image: url(/common/img/navi-btn02-menu.png);
	aspect-ratio: 930 / 138;
}

header .navi-open li.navi-contest a:hover {
	background-image: url(/common/img/navi-btn02-menu-over.png);
}

header .navi-open li.navi-illust a {
	background-image: url(/common/img/navi-btn03-menu.png);
	aspect-ratio: 826 / 126;
}

header .navi-open li.navi-illust a:hover {
	background-image: url(/common/img/navi-btn03-menu-over.png);
}

header{
	height:70px;
	}

.header .fixbar {
  height:auto;
  padding:0;
}

header .logo img {
	width: 160px;
}

.navi-menu{
	width: 35px;
	}

header .navi-open{
	padding:20px 20px 0;
	}

.menu-logo{
	width:120px;
	}

.menu-close{
	width: 24px;
	}

header .navi-open ul{
	margin: 100px 0 0;
	width:100%;
	}

	header .navbar li.logo {
		max-width: 120px;
	}

}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100%;
  height: -webkit-fill-available;
  top: 0px;
  left: 0px;
  background-color: #fceb00;
  z-index: 2;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 3;
}

/*------------------------

ページトップへ戻る

------------------------*/

#page-top a {
	display: block;
	cursor: pointer;
}

#page-top a img {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}

#page-top a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

@media screen and (max-width:767px) {

#page-top {
	right: 10px;
	bottom: -10px;
}

#page-top a {
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
}

/*------------------------

フッター

------------------------*/

#footer{
	display:block;
	width:100%;
	padding:0 0 40px;
}

.footer-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-areas: "logo copy page-top";
	align-items: center;
	column-gap: 20px;
	padding-inline: 40px;
}

.foot-logo{
	grid-area: logo;
	display:block;
	width: 100px;
	}

.copy {
	grid-area: copy;
	text-align: right;
	line-height:1.1;
}

.copy small{
	font-size:1rem;
	color:#000;
	letter-spacing: 0.02em;
}

#page-top {
	grid-area: page-top;
	margin: 0;
	width: 65px;
}

@media only screen and (max-width: 767px) {

#footer{
	padding:0 20px 20px 20px;
}

.footer-inner {
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	grid-template-areas:
		"logo page-top"
		"copy page-top";
	column-gap: 18px;
	row-gap: 16px;
	padding-inline: 0;
}

.foot-logo {
	width: 50px;
}

.copy {
	text-align: left;
	align-self: end;
}

#page-top {
	align-self: end;
	width: 32px;
}

.copy small {
	font-size: 9px; 
	font-weight: 400;
	letter-spacing: normal;
}

}

/*------------------------

メイン

------------------------*/
#main-box{
	display:block;
	position:relative;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	text-align: center;
	margin-top: 50px;
}

#main-box a {
	max-width: 780px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	gap: 30px;
	align-items: center;
}

#main-box img {
	width: 100%;
}

#main-box .main-read {
	max-width: 474.5px;
}

#main-box .main-title {
	max-width: 451px;
	margin-top: 20px;
}

#main-box .main-visual {
	width: 40%;
}

#main-box .main-img {
	max-width: 269px;
}

#main-box .topread {
	max-width: 412.5px;
	width: 94%;
	margin-top: 30px;
	margin-bottom: 30px;
}

#main-box img.data-img {
	display:block;
	position:absolute;
	top:5%;
	left:0;
	right:0;
	height:75%;
	margin:0 auto 0;
	z-index: 2;
	max-width: 771px;
	max-height: 454px;
}
#main-box img.img-sp,
img.img-sp {
	display: none;
}

#main-box a:hover img {
	opacity: 1;
	-moz-opacity: 1;
}

#main-box .scroll{
	display:block;
	position:absolute;
	width:178px;
	height:69px;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	z-index: 2;
	}

#main-box .scroll:hover img{
	display:none;
	}

#main-box .scroll:hover{
	background:url(/common/img/scroll-out.png) no-repeat center top;
	-moz-background-size:100% auto;
	background-size:100% auto;
	}
.main-text {
	position: absolute;	
	top: 13px;
	left: 50%;
	text-align: left;
	font-size: clamp(14px, 1.39vw, 20px);
	line-height: 1.59;
	letter-spacing: 0.12em;
	padding-right: 20px;
	font-weight: 900;
}

@media screen and (max-height: 600px) {
	#main-box .scroll{
	width:140px;
	}
}

@media screen and (min-width: 1024px) and (min-height: 800px) {
 #main-box img.data-img{
	top: 55%;
    margin-top: -290px;
	}
}

@media screen and (max-width: 850px){
 #main-box img.data-img{
	 width: auto;
	height: 380px;
    top: 50%;
    margin-top: -250px;
	}
}

@media screen and (max-width: 767px){
#main-box img.data-img{
    height: 70%;
    top: 13%;
    margin-top: 0;
	}

#main-box img.img-pc,
img.img-pc {
	display: none;
	}
#main-box img.img-sp,
img.img-sp{
	display: block;
	}

#main-box .scroll{
	width:140px;
	bottom:3%;
	}

	#main-box a {
		flex-direction: column;
		gap: 0;
	}

	#main-box .main-text,
	#main-box .main-visual {
		width: 100%;
	}

	.main-text {
		position: static;
		width: 50%;
		max-width: 310px;
		font-size: 15px;
		padding-inline: 10px;
	  line-height: 1.97;
		margin: 0 auto;
	}

	#main-box .main-read {
		width: 67.9%;
	}

	#main-box .main-title {
		width: 52%;
	}

	#main-box .main-img {
		width: 45%;
	}

	#main-box .topread {
		width: 76.9%;
	}
}

@media screen and (max-width: 640px) and (min-height: 320px) and (max-height: 440px) {
#main-box .scroll{
	width:90px;
	bottom:2%;
	}
}

/****************** 2016/11/25 バナー追加対応 ********************/
.scroll_2{
	bottom:20px;
	position:fixed;
	right:20px;
	z-index:99999;
	margin-bottom:1.65em;
	}

.scroll_2:hover{
	opacity:0.6;
	}

#main-box .grandprize{
	display:block;
	width:560px;
	height:175px;
	margin:0 auto;
	z-index: 2;
	}

	.contestBanner {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
		width: 94%;
	}

	.contestBanner + #top {
		margin-top: 0;
	}

	.topBanner {
		max-width: 699px;
		margin: 50px auto;
		display: flex;
		flex-direction: column;
		gap: 50px;
	}

	.topLink {
		max-width: 599px;
		margin: 40px auto 246px;
		display: flex;
		flex-direction: column;
		gap: 50px;
	}

	#top {
		margin-top: 32px;
	}
	
#main-box .grandprize:hover img{
	display:none;
	}

#main-box .grandprize:hover{
	background:url(/common/img/contest_img-out.png) no-repeat center top;
	-moz-background-size:100% auto;
	background-size:100% auto;
	}

@media screen and (max-width: 767px){
	.topBanner {
		padding-inline: 20px;
		margin: 25px auto;
		gap: 25px;
	}

	.topLink {
		margin: 25px 55px 50px;
		gap: 25px;
		align-items: center;
		max-width: none;
	}

#main-box .grandprize{
height: auto;
width: 94%;
max-width: 560px;
bottom: 0;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
z-index: 6;
	}

	#main-box .img-sp {
		margin-left: auto;
		margin-right: auto;
	}

.scroll_2{
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	right: 10px !important;
	bottom: -10px !important;
	}


}



@media screen and (max-width: 657px){
#main-box .grandprize{
	display:block;
	margin: 0 auto;
	bottom:4px;
	}
}

/****************** 2023/06/26 バナー追加対応 ********************/
.top_banner {
	text-align: center;

}

.top_banner img {
	width: 100%;
	height: auto;
	max-width: 560px;
}

/*------------------------

中面

------------------------*/
#top h2,
#top h1{
	display:block;
	text-align:center;
	}

#top h1{
	margin:64px auto 80px;
	}

#top h2{
	margin:0 auto 40px;
	}

#top h2.move-heading{
	margin:128px auto 40px;
	}

#top .story-archive {
	max-width: 482px;
}

ul.story-list.blocks-3 .story-year {
	height: 23.5px;
	display: block;
	margin: 0 auto 8px;
}

ul.story-list.blocks-3{
	margin-bottom:-27px;
	}

ul.story-list.blocks-3 > li{
	margin-bottom:27px;
	}

ul.story-list.blocks-3 > li a img{
	width:100%;
	}

ul.story-list.blocks-3 > li a:hover img{
	opacity: .05;
	filter: alpha(opacity=5);
	-moz-opacity: .05;
	}

ul.story-list.blocks-3 > li a{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	-moz-background-size:100% auto;
	background-size:100% auto;
	}

ul.story-list.blocks-3 > li:nth-child(1) a{
	background-image:url(/common/img/story-img01-out.png);
	}

ul.story-list.blocks-3 > li:nth-child(2) a{
	background-image:url(/common/img/story-img02-out.png);
	}

ul.story-list.blocks-3 > li:nth-child(3) a{
	background-image:url(/common/img/story-img03-out.png);
	}

ul.story-list.blocks-3 > li:nth-child(4) a{
	background-image:url(/common/img/story-img04-out.png);
	}
ul.story-list.blocks-3 > li:nth-child(5) a{
	background-image:url(/common/img/story-img05-out.png);
	}
ul.story-list.blocks-3 > li:nth-child(6) a{
	background-image:url(/common/img/story-img06-out.png);
	}
ul.story-list.blocks-3 > li:nth-child(7) a{
	background-image:url(/common/img/story-img07-out.png);
	}
ul.story-list.blocks-3 > li:nth-child(8) a{
	background-image:url(/common/img/story-img08-out.png);
	}
ul.story-list.blocks-3 > li:nth-child(9) a{
	background-image:url(/common/img/story-img09-out.png);
	}
ul.story-list.blocks-3 > li:nth-child(10) a{
	background-image:url(/common/img/story-img10-out.png);
	}

ul.story-list.blocks-3 > li,
ul.move-list.blocks-4 > li{
	display:block;
	position:relative;
	}

ul.move-list.blocks-4 > li{
	cursor:pointer;
	}

ul.move-list.blocks-4 > li iframe{
	display:block;
	width:100%;
	height:150px;
	}

.story-new{
	display:block;
	position:absolute;
	top:-29px;
	left:-20px;
	margin:0;
	z-index:1;
	}

ul.move-list.blocks-4 > li span{
	display:block;
	position:absolute;
	background:url(/common/img/movie-icon.png) no-repeat left top;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	}

ul.move-list.blocks-4 > li img{
	width:100%;
	}

ul.move-list.blocks-4 > li:hover span{
	background:url(/common/img/movie-icon-out.png) no-repeat left top;
	-moz-background-size:100% auto;
	background-size:100% auto;
	}

ul.move-list.blocks-4 > li:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	}

@media only screen and (max-width: 767px) {

#top h1{
	margin:55px auto 60px;
	}

#top h2{
	width:60%;
	margin:0 auto 20px;
	}

ul.story-list.blocks-3{
	margin-bottom:80px;
	}

ul.story-list.blocks-3 > li{
	width:65%;
	margin:auto;
	}

ul.story-list.blocks-3 > li + li{
	margin-top:40px;
	}

.story-new{
	width:45px;
	top:-20px;
	left:-10px;
	}

.move-box{
	width:90%;
	margin:auto;
	}

ul.move-list.blocks-4{
	margin-left:-6%;
	}

ul.move-list.blocks-4 > li{
	float:left;
	width: 44%;
	margin-left:6%;
	margin-bottom:18px;
	}

}

@media only screen and (max-width: 380px) {
	ul.move-list.blocks-4 > li iframe{
	height:110px;
	}
}

/*------------------------

新着追加

------------------------*/
.new-box{	
	margin-top: 48px;
}

em.what-heading{
	display: block;
	text-align: center;
	margin-bottom: 16px;
}

ul.new-list{
	max-width: 512px;
	width: 100%;
	margin: 0 auto 110px;
}

ul.new-list li{
	font-size: 1.2rem;
	position: relative;
	padding-left: 75px;
    line-height: 1.35;
}

ul.new-list li + li{
	margin-top: 8px;
}

ul.new-list li span{
	position: absolute;
	left:0;
	height: 100%;
}

ul.new-list li a{
	color: #1ba7b2;
	text-decoration: underline;
	letter-spacing: normal;
}

ul.new-list li a:hover{
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
.new-box{	
	margin-top: 40px;
}

em.what-heading{
	margin-bottom: 12px;
}
	
em.what-heading img{
	width: 100px;
}

ul.new-list{
	margin: 0 auto 50px;
	padding: 0 20px;
}

ul.new-list li{
	font-size: 1.2rem;
}
	
ul.new-list li a{
	font-size: 1.1rem;
}
	
	
}


/*------------------------

テーブル

------------------------*/

table td {
	word-break: break-all;
}

@media (max-width: 767px) {

th,
 td {
	width: 100%;
	display: block;
}

th {
	width: 100%;
	display: block;
	background-color: #eee;
}

table .width-90,
 table .width-80,
 table .width-75,
 table .width-70,
 table .width-66,
 table .width-65,
 table .width-60,
 table .width-50,
 table .width-40,
 table .width-35,
 table .width-33,
 table .width-30,
 table .width-25,
 table .width-20,
 table .width-10 {
	width: 100%;
}
}

/*------------------------

フォーム

------------------------*/

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='phone'],
input[type='tel'],
input[type='number'],
input[type='datetime'],
input[type='date'],
input[type='month'],
input[type='color'],
input[type='time'],
input[type='search'],
input[type='datetime-local'] {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: .7em 0.5em;
}

label,
select {
	cursor: pointer;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', 'Lucida Sans Unicode', 'ＭＳ Ｐゴシック', Arial, Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-appearance: button;
}

.form {
	width: 100%;
	margin-bottom: 3em;
	background-color: #fff;
}

.form .label {
	float: right;
}

@media only screen and (max-width: 767px) {

.form {
	margin-bottom: 1.65em;
}
}

.form th,
.form td {
	padding: 1em;
	border: 1px solid #e5e5e5;
	text-align: left;
}

.form th {
	width: 200px;
	background-color: #f7f7f7;
}

.form th.red {
	background-color: #ffe1e4;
	color: #000;
}

.form td.red {
	background-color: #fff4f5;
}

@media (max-width: 767px) {

.form th,
.form td {
	width: 100%;
	margin-top: -1px;
	display: block;
}

.form td input[type='text'] {
	width: 100%;
}
.form td input[type='text'].width-20 {
	width: 40%;
}
}

.form ul,
.form li {
	margin-bottom: 0;
}

.form li {
	margin-top: .5em;
	margin-bottom: .5em;
}

.btn-area {
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 767px) {

.btn-area .btn {
	width: 100%;
	margin-bottom: 1em;
	display: block;
}
}


/*------------
radio
------------*/

[type='radio']:checked,
[type='radio']:not(:checked) {
	visibility: hidden;
}

[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
	padding-left: 28px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #666;
	line-height: 20px;
}

[type='radio']:checked + label:before,
[type='radio']:not(:checked) + label:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
	content: '';
}

[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	background: #005eae;
	content: '';
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

[type='radio']:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type='radio']:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*------------------------

リスト

------------------------*/

.list-flat {
	margin-bottom: 0;
}

.list-flat li {
	margin-bottom: 1em;
}

.list-flat li:last-child {
	margin-bottom: 0;
}

.list-left li {
	margin-right: 1em;
	float: left;
}

.list-left li:last-child {
	margin-right: 0;
}

.link {
	margin: 0;
	color: #000;
	text-decoration: none;
}

.link li {
	list-style: none;
	line-height: 1.35;
}

.link li a {
	margin-left: 1em;
	display: block;
	text-decoration: none;
	text-indent: -1em;
}

.link li a:before {
	margin-right: .5em;
	content: '\f0da';
	color: #e60013;
	font: normal normal normal 14px/1 FontAwesome;
}

@media only screen and (max-width: 767px) {

.link li {
	margin-bottom: 1.65em;
	float: none;
}

.link li a {
	display: block;
}
}

.list-center {
	display: inline-block;
	zoom: 1;
}

.list-before li {
	padding-left: 1em;
	display: block;
}

.list-before li:before {
	width: 1em;
	margin-left: -1em;
	padding: .5em 0;
	display: block;
	float: left;
	content: '';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}

.list-before li.second:before {
	width: 1em;
	margin-left: 0;
	padding: .5em 0;
	display: block;
	float: left;
	content: '';
	color: #007f2d;
	font-family: 'FontAwesome';
	text-align: center;
}

.list-after li {
	padding-right: 15px;
	position: relative;
}

.list-after li:after {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	color: #007f2d;
	font-family: 'FontAwesome';
}

.list-centered {
	text-align: center;
}

.list-centered ul {
	display: inline-block;
	zoom: 1;
}

/*------------------------

画像

------------------------*/

a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}

img.left {
	margin-right: 1em;
}

img.right {
	margin-left: 1em;
}

/*------------------------

レイアウト

------------------------*/

.v-bottom {
	position: absolute !important;
	right: 0;
	bottom: 0;
}

.v-center {
	width: 100%;
	display: table;
}

.v-center p,
.v-center > div,
.v-center img {
	padding: 0 .5em;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 1024px) {

.v-center img {
	min-width: 150px;
	margin: 0;
	padding: 0 10px;
}
}

@media only screen and (max-width: 767px) {

.v-center p,
 .v-center div {
	width: 100%;
	margin: 0 0 1.6em;
	padding: 0;
	display: block;
	text-align: left;
}

.v-center img {
	margin: 0 0 1.6em;
	padding: 0;
	display: block;
}
}

img {
	vertical-align: bottom;
}

.img-centered img {
	margin: 0 auto;
	display: block;
}

.btn-centered {
	text-align: center;
}

/*------------------------

Typography

------------------------*/

em {
	font-style: normal;
}

i {
	margin: 0 .5em;
	color: #005eae;
	font-style: normal;
}

.red {
	color: #c3000f;
}

/*------------------------

余白

------------------------*/

.mt-05{
	margin-top:-5px;
	}

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt70 {
	margin-top: 70px;
}

.mt100 {
	margin-top: 100px;
}

.mt_20 {
	margin-top: -20px;
}

.mtb05 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mtb20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml05 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mr05 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}


.pt40 {
	padding-top: 40px;
}

/*------------------------

表示・非表示

------------------------*/

br.sp_only {
	display: none;
}

br.pc_only {
	display: block;
}

@media only screen and (max-width: 767px) {

br.both {
	display: block;
}

br.sp_only {
	display: block;
}

br.pc_only {
	display: none;
}
}

.hidden {
	display: none;
	visibility: hidden;
}

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

.visible-desktop {
	display: inline-block !important;
}

.text-center {
	text-align: center;
}

@media (min-width: 768px) and (max-width: 979px) {

.hidden-desktop {
	display: inherit !important;
}

.visible-desktop {
	display: none !important;
}

.visible-tablet {
	display: inherit !important;
}

.hidden-tablet {
	display: none !important;
}
}

@media (max-width: 767px) {

.hidden-desktop {
	display: inherit !important;
}

.visible-desktop {
	display: none !important;
}

.visible-phone {
	display: inherit !important;
}

.hidden-phone {
	display: none !important;
}
}

/*------------------------

clearfix

------------------------*/

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
} /* IE < 8 */
