@charset "utf-8";
@media only screen and (min-width:768px) {
/*
    basic
----------------------------------------------*/
html{
    font-size: 62.5%
}
body{
/*    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	word-break: break-all;
}

*{
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    zoom:1;
}
a{
    outline: none;
    -webkit-transition: 0.3s;
            transition: 0.3s;
}
a:link    { color: #0676B6; text-decoration: underline; }
a:visited { color: #0676B6; text-decoration: underline; }
a:hover,
a:focus,
a:active  { text-decoration: underline;}
a:hover{
/*    opacity: 0.7;*/
}
.none {
    display: none;
}
.pc{
    display: inline !important;
}
.pc2{
    display: block !important;
}
.sp{
    display: none !important;
}
.sp2{
    display: none !important;
}
.m0{
    margin: 0 !important;
}

/*
    clearfix
----------------------------------------------*/
header .inner:after,
.bxslider:after,
#movielist .heading:after,
.app-list:after,
#contents-header:after,
#contents-header .menu:after,
.icon-list:after,
.title-area:after,
#dl-area .app-list:after,
.pickup-list:after,
.detail-slider:after,
.special-contents:after,
.link-list:after,
.clearfix:after {
    display    : block;
    clear      : both;
    content    : "";
}
.inner{
	width: 823px;
	margin: 0 auto;
}


.movie-modal {
/*     text-align: left; */
     max-width: 832px;
     margin: 100px auto;
	 padding: 36px 0;
     position: relative;
/*	border-radius: 36px;*/
	background: #000;
}
.movie-modal .title-area{
	margin: 0 0 30px 0;
	padding: 10px 30px;
/*	background: #1d71ce;*/
}
.movie-modal .title-area .title{
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
}
.movie-modal .detail-area .movie{
	margin: 0 0 10px 0;
	text-align: center;
}
.movie-modal .detail-area .sentence{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
}
.movie-modal .close{
	position: absolute;
	top: -80px;
	right: 0;
}

/************************************************
header
************************************************/
header{
	width: 100%;
	height: 85px;
	background: #f7f7f7;
}
header .inner{
	width: 823px;
  position: relative;
}
header .logo{
	width: 185px;
	padding: 11px 0 0 0;
	float: left
}
header .bnr{
  width: 280px;
  position: absolute;
  top: 18px;
  left: 268px;
}
header .bnr a{
  display: block;
  position: relative;
}
header .bnr img{
  width: 100%;
}
header .bnr img.hover{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s;
}
header .bnr:hover a img.hover{
  opacity: 1;
}
header .app-list{
	width: 259px;
	padding: 22px 0 0 0;
	float: right
}
header .app-list li{
	margin: 0 12px 0 0;
	float: left;
}
header .app-list li:last-child{
	margin: 0;
}
header a{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
header a:hover{
	opacity: 0.8;
}

/************************************************
main
************************************************/
main{
	padding: 23px 0 70px 0;
	display: block;
}



/************************************************
index
************************************************/
.top-sentence{
  margin: 0 0 32px 0;
	padding: 0 0 32px 0;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
  font-weight: bold;
}
.top-sentence span{
	padding: 20px 0 20px 55px;
	background: url(../images/pc/icon_pc_01.png) no-repeat 0 50%;
	background-size: 41px 30px;
}
.top-sentence a{
  padding: 8px 25px;
	color: #000;
	text-decoration: none;
  border: 2px solid #000;
  border-radius: 25px;
}
.top-sentence a:hover{
	/* color: #fff; */
  /* border: 2px solid #fff; */
  background: #e3e2e2;
}
.bottom-sentence{
  margin: 20px 0 25px 0;
  padding: 0;
  text-align: left;
}
#slider {
	width: 100%;
	height: 415px;
	margin: 0 0 65px 0;
/*	padding: 0 0 30px;*/
	background: #FFF;
	overflow: hidden; }
#slider .bx-wrapper {
	width: 823px; }
#slider .bx-wrapper .bx-viewport {
	width: 1000px !important;
	height: 385px !important;
	overflow: visible !important;
	position: relative; }
#slider .bx-wrapper .bx-viewport li {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative; }
#slider .bx-wrapper .bx-viewport li a {
	display: block; }
#slider .bx-wrapper .bx-viewport li a img {
/*
	position: relative;
	z-index: -1;
*/
-webkit-transition: all .2s;
    transition: all .2s;
}
#slider .bx-wrapper .bx-viewport li a:hover img{
/*	box-shadow: 0 0 0 5px #1EEAE7 inset;*/
	opacity: 0.7;
}
/*
#slider {
    width: 100%;
	margin: 0 0 100px ;
    overflow: hidden;
}
#slider .bx-wrapper .bx-viewport {
    height: 385px !important;
    overflow: visible !important;
    position: relative;
}
#slider .bx-wrapper{
   height: 385px;
}
.bx-controls{

}
*/
/*
#slider li{
    line-height: 0;
    position: relative;
}
#slider li img{
    position: relative;
    z-index: -1;
}
*/
#slider li a{
	 display: block;
}
#slider li a img{
	 -webkit-transition: all .2s;
    transition: all .2s;
}
#slider li a:hover img{
	opacity: 0.7;
}


/*  帯   */
#program-belt{
  margin: 0 0 45px 0;
  padding: 15px ;
  background: #f2e727;
  overflow: hidden;
}
#program-belt .inner{
  width: 823px;
  margin: 0 auto;
}
#program-belt .txt{
  width: 607px;
  float: left;
}
#program-belt .btn{
  width: 194px;
  padding: 4px 0 0 0;
  float: right;
}
#program-belt .btn a{
  transition: 0.3s;
}
#program-belt .btn a:hover{
  opacity: 0.7;
}

#contents{
	width: 1205px;
	height: 765px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	background: url(../images/pc/bg_flip.png) no-repeat 50% 0;
	background-size: contain;
}
#contents h1{
	position: absolute;
	top: 0;
	left: 468.5px;
}
.about{
  width: 640px;
  margin: 0 auto 30px auto;
}
.about img{
  width: 100%;
}
/* .flip-boards{ position: relative; }
.flip-boards .board
{
    float:left;
    position: relative;
    width: 247px;
    height: 214px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.flip-boards .board div
{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility:     hidden;
}
.flip-boards .board:hover
{
    -webkit-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
.flip-boards .board .flipped
{
    -webkit-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.flip-list li:nth-child(1){
	position: absolute;
	left: 192px;
	top: 0;
}
.flip-list li:nth-child(2){
	position: absolute;
	left: 192px;
	top: 221px;
}
.flip-list li:nth-child(3){
	position: absolute;
	left: 192px;
	top: 442px;
}
.flip-list li:nth-child(4){
	position: absolute;
	left: 384px;
    top: 110px;
}
.flip-list li:nth-child(5){
	position: absolute;
	left: 384px;
    top: 331px;
}
.flip-list li:nth-child(6){
	position: absolute;
	left: 576px;
	top: 220px;
}
.flip-list li:nth-child(7){
	position: absolute;
	left: 576px;
	top: 442px;
}
.flip-list li:nth-child(8){
	position: absolute;
	left: 768px;
	top: 110px;
}
.flip-list li:nth-child(9){
	position: absolute;
	left: 768px;
	top: 331px;
} */
.dl-top{
	margin: 0 auto 33px auto !important;
}
.table-area{
  width: 823px;
  margin: 0 auto 50px auto;
}
.table-area  .table{
  margin: 0 0 25px 0;
}
.table-area  .table img{
  width: 100%;
}
.table-area p{
  padding: 0 0 0 1em;
  text-indent: -0.6em;
  font-size: 1.2rem;
  line-height: 1.8;
}
/* #index .dl-area{
	width: 823px;
	margin: 0 auto 50px auto;
	padding: 30px 30px 20px 30px;
	background: #f9f9f9;
	border: 10px solid #ececec;
	border-radius: 50px;
	position: relative;
	z-index: 10;
} */

.line{
  width: 823px;
  height: 185px;
  margin: 0 auto 50px auto;
  background: #00b900;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line img{
  width: 100%;
  height: auto;
}
.line .ttl{
  width: 526px;
}
.line .qr{
  width: 130px;
  margin-left: 42px;
}
/* .line{
  width: 823px;
  margin: 0 auto 50px auto;
  padding: 28px;
  background: #00b900;
  border-radius: 25px;
  display: grid;
  grid-template-rows: 84px 1fr;
  grid-template-columns: 525px 1fr;
}
.line img{
  width: 100%;
} */
/* .line .ttl{
  width: 505px;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.line .ttl img{
  width: 491px;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.line .fukidashi{
  width: 439px;
  margin: 20px 0 0 auto;
  grid-row: 2 / 2;
  grid-column: 1 / 2;
}
.line .text{
  width: 220px;
  margin: 6px auto 0 auto;
  grid-row: 1 / 2;
  grid-column: 2 / 2;
}
.line .link{
  width: 150px;
  margin: 0 auto;
  grid-row: 2 / 2;
  grid-column: 2 / 2;
} */

#topics{
  width: 823px;
	margin: 0 auto 25px auto;
	border-radius: 36px;
	background: #0462ca;
}
#topics h2{
	padding: 7px 30px;
}
#topics .title-area{
	padding: 10px 30px;
	background: #1d71ce;
}
#topics .title-area .title{
	width: 83%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
	float: left;
}
#topics .title-area .time{
	width: 16%;
	padding: 5px 0 0 0;
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #fff;
	float: right;
}
#topics .detail-area{
	padding: 15px 30px;
	height: 120px;
	overflow: hidden;
	display: table;
}
#topics .detail-area .image{
	width: 152px;
    height: 100px;
    margin: 0 15px 0 0;
    display: block;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    float: left;
}
#topics .detail-area .image img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
#topics .detail-area .image:hover{
	opacity: 0.7;
}
#topics .detail-area .sentence{
/*
	width: 650px;
	display: table-cell;
*/
    width: 590px;
    padding: 13px 0 0 0;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.5;
	color: #fff;
	vertical-align: middle;
	float: left;
}
#topics .detail-area .sentence a{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#topics .detail-area .sentence a:hover{
	text-decoration: underline;
}

.topic-detail {
     text-align: left;
     max-width: 832px;
     margin: 100px auto;
	 padding: 36px 0;
     position: relative;
	border-radius: 36px;
	background: #0462ca;
}
.topic-detail .title-area{
	margin: 0 0 30px 0;
	padding: 10px 30px;
	background: #1d71ce;
}
.topic-detail .title-area .title{
	width: 80%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
	float: left;
}
.topic-detail .title-area .time{
	width: 16%;
	padding: 5px 0 0 0;
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #fff;
	float: right;
}
.topic-detail .detail-area .image{
	margin: 0 auto 25px auto;
	text-align: center;
}
.topic-detail .detail-area .image img{
	max-width: 750px;
}
.topic-detail .detail-area .sentence{
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #fff;
}
.topic-detail .close{
	position: absolute;
	top: -80px;
	right: 0;
}

#twitter{
  width: 823px;
	margin: 0 auto 50px auto;
	padding: 0 50px 50px 50px;
	border-radius: 36px;
	background: #000000;
}
#twitter h3{
	padding: 25px 0;
	text-align: center;
}
#twitter .timeline{
	width: 520px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}
#twitter iframe{
	width: 100%;
}

/************************************************
movielist
************************************************/
#movielist main{
	padding: 0 0 30px 0;
}
#movielist .breadcrumb{
  margin: 0 0 30px 0;
	padding: 15px 0 0 0;
  font-size: 0;
}
#movielist .breadcrumb li{
  display: inline-block;
  font-size: 16px;
	font-size: 1.6rem;
}
#movielist .breadcrumb li a{
  color: #2766bb;
  text-decoration: none;
}
#movielist .breadcrumb li a:hover{
  text-decoration: underline;
}
#movielist .breadcrumb li + li{
  margin: 0 0 0 10px;
}
#movielist .breadcrumb li + li:before{
  content: "<";
  margin: 0 10px 0 0;
  font-size: 16px;
	font-size: 1.6rem;
}
#movielist .top-sentence{
  margin: 0 0 32px 0;
	padding: 0 0 32px 0;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}

#movielist .heading{
	margin: 0 0 21px 0;
	padding: 0 0 12px 0;
	/* border-bottom: 2px solid #0462ca; */
}
#movielist .heading h1{
	width: 60%;
	font-size: 30px;
	font-size: 3.0rem;
	color: #000;
	float: left;
}
#movielist .heading h1 .small{
	padding: 0 0 0 20px;
	font-size: 12px;
	font-size: 1.2rem;
}
#movielist .heading p{
	width: 40%;
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 18px;
	font-size: 1.8rem;
	float: left;
}
#movielist .heading p a{
	color: #000;
	text-decoration: none;
}
#movielist .heading p a:hover{
	opacity: 0.6;
}

.bnr{
  margin: 0 0 50px 0;
}
.bnr img{
  width: 100%;
}
.caption{
  margin: 35px 0 18px 0;
  text-align: center;
}
/* .program00{
	margin: 0 0 50px 0;
	padding: 25px;
	background: #ffeee3;
}
.program00 h3{
	margin: 0 0 15px 0;
	padding: 7px 12px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background: #666;
}
.program00 .pickup h3{
	background: #ff8037;
}
.program00 .kind .kind-left{
	width: 290px;
	float: left;
} */
.program01{
	margin: 0 0 50px 0;
	padding: 25px;
	background: #ffeef2;
}
.program01 h2{
	margin: 0 0 25px 0;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ff5a84;
}
.program01 h2 span{
	margin: 0 0 0 30px;
	font-size: 15px;
	font-size: 1.5rem;
}
.program01 .kind{
	margin: 0 0 40px 0;
	overflow: hidden;
}
.program01 h3{
	margin: 0 0 15px 0;
	padding: 7px 12px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background: #666;
}
.program01 .pickup h3{
	background: #ff5a84;
}
.program01 .kind .kind-left{
	width: 290px;
	float: left;
}
#movielist .program-list02 li:nth-child(n+2):not(:nth-child(n+6)){
	margin: 0 0 0 30px;
}
#movielist .program-list02 li:nth-child(5n+1){
	margin: 30px 0 0 0;
}
#movielist .program-list02 li:nth-child(1){
	margin: 0;
}
#movielist .program-list02 li .thumb{
	margin: 0 0 5px 0;
	line-height: 0;
}
#movielist .program-list02 li .name{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #000;
}
.program01 .kind .kind-left .program-list02 li:last-child .name{
	width: 200px !important;
}
.program01 .kind .kind-right{
	width: 450px;
	float: right;
	position: relative;
}
.program01 .kind .kind-right .thumb{
	margin: 0 0 5px 0;
}
.program01 .kind .kind-right .balloon{
	position: absolute;
	/* top: 62px;
	left: 150px; */
  top: 55%;
	left: 150px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.program01 .kind .kind-right .balloon .b01{
	margin: 0 0 20px 0;
	padding: 10px 15px;
	background: #27bbb9;
	border-radius: 10px;
	position: relative;
}
.program01 .kind .kind-right .balloon .b01:before{
	content: '';
	position: absolute;
	left: -22px;
	top: 50%;
	margin: -10px 0 0 0;
	border: 10px solid transparent;
	border-right: 15px solid #27bbb9;
	z-index: 100;
}
.program01 .kind .kind-right .balloon .b01 p{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}
.program01 .kind .kind-right .balloon .b02{
	padding: 10px 12px;
	background: #ff5a84;
	border-radius: 10px;
	position: relative;
}
.program01 .kind .kind-right .balloon .b02:before{
	content: '';
	position: absolute;
	left: -22px;
	top: 50%;
	margin: -10px 0 0 0;
	border: 10px solid transparent;
	border-right: 15px solid #ff5a84;
	z-index: 100;
}
.program01 .kind .kind-right .balloon .b02 p{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}
.program01 .kind .kind-right .balloon .b03{
	margin: 0 0 20px 0;
	padding: 10px 15px;
	background: #2766bb;
	border-radius: 10px;
	position: relative;
}
.program01 .kind .kind-right .balloon .b03:before{
	content: '';
	position: absolute;
	left: -22px;
	top: 50%;
	margin: -10px 0 0 0;
	border: 10px solid transparent;
	border-right: 15px solid #2766bb;
	z-index: 100;
}
.program01 .kind .kind-right .balloon .b03 .heading{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}
.program01 .kind .kind-right .balloon .b03 .sentence{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
}
.program01 .kind .name{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #000;
}
.program01 .kind .name span{
	font-size: 12px;
	font-size: 1.2rem;
	color: #fa1851;
}
.program01 .kind .origin-left{
	width: 375px;
	float: left;
}
.program01 .kind .content{
	margin: 0 0 5px 0;
	overflow: hidden;
}
.program01 .kind .content .thumb-left{
	width: 130px;
	margin: 0 10px 0 0;
	float: left;
}
.program01 .kind .content .s-list{
	width: 235px;
	float: left;
	font-size: 0;
}
.program01 .kind .content .s-list li{
	width: 113px;
	margin: 0 5px 10px 0;
	display: inline-block;
}
.program01 .kind .content .s-list li:nth-child(2n){
	width: 113px;
	margin: 0 0 10px 0;
	display: inline-block;
}
.program01 .kind .content .s-list li{
	width: 113px;
	margin: 0 5px 10px 0;
	display: inline-block;
	vertical-align: top;
}
.program01 .kind .content .s-list li .thumb-s{
	margin: 0 0 3px 0;
	line-height: 0;
}
.program01 .kind .content .s-list li .name-s{
	font-size: 10px;
font-size: 1.0rem;
	line-height: 1.3;
	color: #000;
}
.program01 .kind .origin-right{
	width: 375px;
	float: right;
}


.program02{
	margin: 0 0 50px 0;
	padding: 25px;
	background: #dfe9f5;
}
.program02 h2{
	margin: 0 0 25px 0;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #166dce;
}
.program02 h2 span{
	margin: 0 0 0 30px;
	font-size: 15px;
	font-size: 1.5rem;
}

#movielist .program-list{
	margin: 0;
	font-size: 0;
}
#movielist .drama-list{
	margin: 0 0 60px 6px;
}
#movielist .program-list li{
	width: 130px;
	margin: 30px 0 0 30px;
	display: inline-block;
	vertical-align: top;
}
#movielist .program-list li:nth-child(n+2):not(:nth-child(n+6)){
	margin: 0 0 0 30px;
}
#movielist .program-list li:nth-child(5n+1){
	margin: 30px 0 0 0;
}
#movielist .program-list li:nth-child(1){
	margin: 0;
}
#movielist .program-list li .thumb{
	margin: 0 0 5px 0;
	line-height: 0;
}
#movielist .program-list li .name{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #000;
}
#movielist .program-list02 li{
	width: 130px;
	margin: 30px 0 0 30px;
	display: inline-block;
	vertical-align: top;
}

#movielist .dl-area{
	width: 823px;
	margin: 0 auto 70px auto;
	padding: 30px 20px 20px 20px;
	background: #f9f9f9;
	border: 5px solid #ececec;
	border-radius: 25px;
}

.sns-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 75px auto;
	width: 823px;
}

.sns-area .official-x {
	width: 353px;
}

.sns-area .official-x a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sns-area .official-x a:hover {
	opacity: 0.7;
}

.sns-area .official-line {
	width: 445px;
}

.sns-area .official-x img,
.sns-area .official-line img {
	width: 100%;
}

.dl-area{
  width: 823px;
	margin: 0 auto 75px auto;
	padding: 25px;
	background: #f9f9f9;
	border: 5px solid #ececec;
	border-radius: 25px;
}
.dl-area .dl-heading{
  width: 760px;
	margin: 0 0 25px 0;
	text-align: right;
}
.dl-area .dl-heading img{
  width: 100%;
}
.dl-area .dl-bottomm{
  display: flex;
  justify-content: center;
  align-items: center;
}
.dl-area .dl-bottomm .text{
  width: 300px;
  margin: 0 26px 0 0;
}
.dl-area .dl-bottomm .text img{
  width: 100%;
}
.dl-area .app-list{
	text-align: center;
}
.dl-area .app-list li{
	margin: 0 20px 0 0;
	display: inline-block;
}
.dl-area .app-list li:last-child{
	margin: 0;
}
.dl-area .app-list li a{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.dl-area .app-list li a:hover{
	opacity: 0.7;
}

.bottom{
	width: 730px;
	margin: 0 auto 90px auto;
}
.top{
  margin: 0 auto 45px auto;
}
.bottom .content{
	padding: 0 0 0 240px;
	background: url(../images/pc/icon_pc_02.png) no-repeat 0 50%;
	background-size: 218px 84px;
}
.bottom .sentence{
	margin: 0 0 5px 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
}
.bottom02{
	width: 730px;
	margin: 0 auto;
}
.bottom02 .content{
	padding: 0 0 0 240px;
	background: url(../images/pc/icon_pc_02.png) no-repeat 0 50%;
	background-size: 218px 84px;
}
.bottom02 .sentence{
	margin: 0 0 5px 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
}
.bnr-list{
  width: 823px;
	margin: 0 auto 25px auto;
	overflow: hidden;
}
.bnr-list li{
	width: 123px;
	margin: 0 17px 17px 0;
	float: left;
}
.bnr-list li:nth-child(6n){
	margin: 0 0 17px 0;
}
.bnr-list li a{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.bnr-list li a:hover{
	opacity: 0.7;
}
.asterisk-list li{
	margin: 0 0 3px 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 12px;
	font-size: 1.2rem;
  font-weight: 500;
	line-height: 1.5;
}
.asterisk-list li a{
	text-decoration: none;
}
.asterisk-list li a:hover{
	text-decoration: underline;
}
.asterisk-list02{
  width: 823px;
	margin: 0 auto 20px auto;
}
.asterisk-list02 li{
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
}
.copyright{
  width: 823px;
  margin: 0 auto;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3;
}

/************************************************
error
************************************************/
.error{
  width: 730px;
  margin: 100px auto;
}
.error p{
  font-size: 20px;
	font-size: 2.0rem;
  line-height: 1.8;
}
.error p a{
  text-decoration: none;
}
.error p a:hover{
  text-decoration: underline;
}

/************************************************
footer
************************************************/

.to-top{
    position: fixed;
    bottom:20px;
    right: 20px;
    z-index: 10000;
}

footer{
    background: #f7f7f7;
    padding: 35px 0px;
}
footer .inner{
	overflow: hidden;
}
footer .logo-list{
  margin: 0 0 25px 37px;
  display: flex;
  align-items: center;
}
footer .logo-list li img{
  width: 100%;
}
footer .logo-list li:nth-child(1){
  width: 144px;
}
footer .logo-list li:nth-child(2){
  width: 110px;
}
footer .logo-list li:nth-child(3){
  width: 95px;
}
footer .logo-list li + li{
  margin: 0 0 0 40px;
}
/* footer .footer-logo{
	width: 189px;
	margin: 45px 0 0 0;
	float: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
footer .footer-logo img{
  width: 100%;
}
footer .footer-logo:hover{
	opacity: 0.7;
}
footer .right{
	width: 575px;
	float: right;
} */
footer .right ul{
	margin: 0 0 20px 0;
}
footer .right ul li{
	margin: 0 15px 0 0;
	display: inline-block;
}
footer .right ul li:last-child{
	margin: 0;
}
footer .right ul li a{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
}
footer .right ul li a:hover{
	text-decoration: underline;
}
footer .sentence{
	margin: 0 0 20px 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
}
footer .sentence02 a{
    font-size: 11px;
    font-size: 1.1rem;
	font-weight: bold;
    line-height: 1.5;
	color: #000;
	text-decoration: none;
}
footer .sentence02 a:hover{
	text-decoration: underline;
}


}
