@charset "utf-8";
/* -----------------------------------------
toppage.css
トップページ用css
----------------------------------------- */


#HdSpHome {
	display: none;
}

#HdSpLogin {
	display: block !important;
}

#ContentsArea {
	margin-bottom: 30px;
}


/* MainvisualArea
----------------------------------------- */

#MainvisualArea {
	background-color: #f9fcfd;
	height: 300px;
	margin-bottom: 4px;
}

#MainvisualArea .inner {
	position: relative;
	width: 1010px;
	margin: 0 auto;
}

#MainvisualArea .scrollArea {
	padding: 0 8px 8px 0;
	margin: 0 -8px -8px 0;
	background: url(/img/mainvisual_bg.png) no-repeat 100% 100%;
}

#Mainvisual {
	width: 1010px;
	overflow: hidden;
	white-space: nowrap;
}

#Mainvisual li {
	display: inline-block;
	width: 100%;
	-moz-user-select: none;
}

#Mainvisual li .sp {
	display: none;
}

#MainvisualCurMark {
	position: absolute;
	left: 400px;
	right: 400px;
	bottom: 14px;
	height: 24px;
	text-align: center;
}

body.sp #MainvisualCurMark {
	left: 0;
	right: 0;
}

#MainvisualCurMark li {
	display: inline-block;
	background: url(/img/mainvisual_current.png) no-repeat 0 0;
	width: 25px;
	height: 24px;
	margin-right: 2px;
	cursor: pointer;
}

#MainvisualCurMark li.current {
	background-position: 0 -24px;
}

#MainvisualArea .leftBtn {
	position: absolute;
	left: -20px;
	top: 126px;
	cursor: pointer;
}

#MainvisualArea .rightBtn {
	position: absolute;
	right: -20px;
	top: 126px;
	cursor: pointer;
}

body.sp #MainvisualArea {
	height: auto;
	margin-bottom: 0;
}

body.sp #MainvisualArea .inner {
	width: 100%;
}

body.sp #MainvisualArea .scrollArea {
	padding: 0;
	margin: 0;
	background-image: none;
}

body.sp #Mainvisual {
	width: 100%;
}

body.sp #Mainvisual li .pc {
	display: none;
}

body.sp #Mainvisual li .sp {
	display: inline;
}

body.sp #Mainvisual li img {
	width: 100%;
}

body.sp #MainvisualCurMark {
	bottom: 10px;
	height: 12px;
}

body.sp #MainvisualCurMark li {
	background-image: none;
	width: 10px;
	height: 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #fff;
	margin-right: 12px;
}

body.sp #MainvisualCurMark li.current {
	border-color: #0062b9;
	background-color: #0062b9;
}

body.sp #MainvisualArea .leftBtn,
body.sp #MainvisualArea .rightBtn {
	display: none;
}


/* MainBannerArea
----------------------------------------- */

#MainBannerArea {
	background: url(/shared/img/box_bg_02.gif);
	margin-bottom: 10px;
}

#MainBannerArea .inner {
	background: url(/shared/img/bg_shadow.png) no-repeat 50% 0;
	padding: 5px 0 20px;
}

#EmergencyArea {
	width: 946px;
	margin: 15px auto 0;
	padding: 15px;
	border: 2px solid #f33;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #fff inset;
	background-color: #ff9;
	font-size: 86.7%;
}

#EmergencyArea h2 {
	float: left;
	margin: -3px 25px 0 0;
	color: #d82c19;
	font-size: 120%;
	font-weight: bold;
}

#EmergencyArea .text {
	overflow: hidden;
}

#MainBannerArea .pickupLink {
	width: 992px;
	padding: 25px 0 0 11px;
	margin: 0 auto;
	overflow: hidden;
}

#MainBannerArea .pickupLink li {
	float: left;
	width: 237px;
	margin: 0 11px 12px 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

#MainBannerArea .pickupLink li.clear {
	clear: both;
}

#MainBannerArea .pickupLink a {
	color: inherit;
	text-decoration: none;
}

#MainBannerArea .pickupLink a:hover {
	opacity: 0.8;
}

#MainBannerArea .pickupLink .title {
	padding: 12px 10px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

#MainBannerArea .pickupLink .title.pink { background-color: #fe93a3; }
#MainBannerArea .pickupLink .title.blue { background-color: #3189ea; }

#MainBannerArea .pickupLink .text {
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	padding: 10px;
	font-size: 12px;
	letter-spacing: -1px;
	transform: rotate(0.028deg);
}

#MainBannerArea .pickupLink .text.long {
	letter-spacing: -2px;
}

body.sp #EmergencyArea {
	width: auto;
	padding: 10px;
	margin-bottom: 15px;
}

body.sp #EmergencyArea h2 {
	float: none;
	margin-bottom: 5px;
}

body.sp #MainBannerArea .pickupLink {
	width: auto;
	padding: 0;
}

body.sp #MainBannerArea .pickupLink li {
	float: none;
	width: auto;
	margin: 0 0 15px;
}

body.sp #MainBannerArea .pickupLink .title {
	padding: 8px 10px;
	font-size: 15px;
}

body.sp #MainBannerArea .pickupLink .text {
	letter-spacing: 0;
	transform: rotate(0deg);
}

body.sp #MainBannerArea .pickupLink .text.long {
	letter-spacing: 0;
}

body.sp #MainBannerArea .pickupLink .text br {
	display: none;
}

/* Title
----------------------------------------- */

#Title01,
#Title02,
#Title03 {
	margin-bottom: 10px;
	text-indent: -100%;
	overflow: hidden;
}

#Title01 {
	background: url(/img/h2_01.gif) no-repeat 0 0;
	width: 570px;
	height: 38px;
}

#Title02 {
	background: url(/img/h2_02.gif) no-repeat 0 0;
	width: 980px;
	height: 39px;
}

#Title03 {
	background: url(/img/h2_03.gif) no-repeat 0 0;
	width: 980px;
	height: 39px;
}

body.sp #Title01,
body.sp #Title02,
body.sp #Title03 {
	background: url(/shared/img/title_line_01.gif) repeat-x 0 100%;
	-webkit-background-size: 2px 2px;
	background-size: 2px 2px;
	width: auto;
	height: auto;
	padding: 0 0 8px;
	margin: 0 10px 15px;
	color: #192c79;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0;
}


/* MainArea
----------------------------------------- */

#MainArea {
	margin-bottom: 30px;
}

#MainArea .leftCol {
	float: left;
	width: 570px;
}

#MainArea .rightCol {
	float: right;
	width: 385px;
}

body.sp #MainArea .leftCol,
body.sp #MainArea .rightCol {
	float: none;
	width: auto;
}


/* InfoTab
----------------------------------------- */

#InfoTab {
	margin-bottom: 7px;
}

#InfoTab li {
	float: left;
	margin-left: 7px;
	cursor: pointer;
}

#InfoTab li:first-child {
	margin-left: 0;
}

#InfoTab li span {
	display: block;
	background-position: 0 0;
	height: 41px;
	text-indent: -200px;
	overflow: hidden;
}

#InfoTab li.tab01 span {
	background-image: url(/img/info_tab_01.png);
	width: 130px;
}

#InfoTab li.tab02 span {
	background-image: url(/img/info_tab_02.png);
	width: 130px;
}

#InfoTab li.tab03 span {
	background-image: url(/img/info_tab_03.png);
	width: 159px;
}

#InfoTab li.tab04 span {
	background-image: url(/img/info_tab_04.png);
	width: 130px;
}

#InfoTab li.current span {
	background-position: 0 -41px;
}

body.sp #InfoTab {
	margin: 0 auto 5px;
	padding: 0 10px;
	max-width: 350px;
}

body.sp #InfoTab li {
	width: 50%;
	margin: 0 0 5px;
}

body.sp #InfoTab li span {
	-webkit-background-size: 142px 68px;
	background-size: 142px 68px;
	width: 142px;
	height: 34px;
	margin: 0 auto;
}

body.sp #InfoTab li.tab01 span {
	background-image: url(/img/sp_info_tab_01.png);
}

body.sp #InfoTab li.tab02 span {
	background-image: url(/img/sp_info_tab_02.png);
}

body.sp #InfoTab li.tab03 span {
	background-image: url(/img/sp_info_tab_03.png);
}

body.sp #InfoTab li.tab04 span {
	background-image: url(/img/sp_info_tab_04.png);
}

body.sp #InfoTab li.current span {
	background-position: 0 -34px;
}


/* InfoArea
----------------------------------------- */

#InfoArea {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.infoList {
	display: none;
}

.infoList:first-child {
	display: block;
}

.infoList li {
	display: table;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.infoList li .head {
	display: table-cell;
	vertical-align: top;
	width: 130px;
	padding-right: 13px;
	text-align: center;
	font-size: 66.7%;
}

.infoList li .categ {
	border-radius: 11px;
	color: #fff;
	line-height: 21px;
	font-size: 10px;
}

.infoList li .categ01 { background-color: #3289ec; }
.infoList li .categ02 { background-color: #f38832; }
.infoList li .categ03 { background-color: #ff679d; }

.infoList li .link {
	display: table-cell;
	vertical-align: middle;
	margin-top: 8px;
	font-size: 86.7%;
}

.moreLink {
	position: absolute;
	right: 0;
	bottom: 2px;
	background-color: #fff;
	padding-left: 15px;
}

.moreLink li {
	display: none;
	font-size: 86.7%;
}

body.sp #InfoArea {
	margin: 0 10px 20px;
	padding: 0;
}

body.sp .infoList li {
	display: block;
}

body.sp .infoList li:last-child {
	border-bottom: none;
}

body.sp .infoList li .head {
	display: block;
	width: auto;
	padding-right: 0;
	text-align: left;
}

body.sp .infoList li .date {
	display: inline;
	margin-right: 5px;
}

body.sp .infoList li .categ {
	display: inline-block;
	border-radius: 10px;
	padding: 0 10px;
	min-width: 75px;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
}

body.sp .infoList li .link {
	display: block;
	margin-top: 8px;
}

body.sp .moreLink {
	position: static;
	padding: 0;
}

body.sp .moreLink li {
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	background-color: #fbfbfb;
	font-size: 16px;
}

body.sp .moreLink li a {
	display: block;
	border: 2px solid #fff;
	padding: 11px;
	background-image: none;
	text-decoration: none;
	text-align: center;
}

body.sp .moreLink li a span {
	background: url(/img/sp_mrk_01.png) no-repeat 0 45%;
	-webkit-background-size: 5px 9px;
	background-size: 5px 9px;
	padding-left: 10px;
}

.moreBtn {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
    width: 160px;
}
.moreBtn:hover {
    opacity: 0.8;
}
.moreBtn > span {
    padding: 0 20px 0 5px;
    position: relative;
}
.moreBtn > span::after {
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 4px;
    transform: rotate(45deg);
    width: 6px;
}
.moreBtn .close {
    display: none;
}
.moreBtn .close::after {
    top: 9px;
    transform: rotate(-135deg);
}
.moreBtn.close .open {
    display: none;
}
.moreBtn.close .close {
    display: inline;
}
body.sp .moreBtn {
	margin-bottom: 20px;
}

/* BtmBannerArea
----------------------------------------- */

#BtmBannerArea {
	margin-left: -5px;
}

#BtmBannerArea .banner {
	float: left;
	margin: 0 0 5px 5px;
}

#BtmBannerArea .banner.right {
	float: right;
}

body.sp #BtmBannerArea {
	margin: 0 -4px;
}

body.sp #BtmBannerArea .banner {
	width: 50%;
	padding: 0 4px;
	box-sizing: border-box;
	margin: 0 0 8px;
}

body.sp #BtmBannerArea .banner img {
	width: 100%;
}


/* sectionBox
----------------------------------------- */

.sectionBoxArea {
	overflow: hidden;
}

.sectionBox {
	position: relative;
	float: left;
	width: 314px;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 0 0 16px;
}

.sectionBox:first-child {
	margin: 0;
}

.sectionBox h2 {
	height: 16px;
	padding: 15px 18px 12px;
	border-bottom: 2px solid #1e3278;
}

.sectionBox .inner01 {
	padding: 15px 18px 5px;
	border-bottom: 1px solid #ddd;
}

.sectionBox .btmArea {
	background: url(/shared/img/box_bg_02.gif) repeat 0 0;
	padding: 11px 15px;
	border-top: 1px solid #fff;
	font-size: 86.7%;
}

.sectionBox .btmArea.login {
	padding: 13px 10px;
}

.sectionBox .subText {
	font-size: 80%;
}

.sectionBox .linkHasImg.col2 {
	margin: 0 -20px 2px 0;
}

.sectionBox .linkHasImg li {
	margin: 0 0 15px;
}

.sectionBox .linkHasImg.col2 li {
	float: left;
	margin-right: 14px;
	width: 135px;
}

.sectionBox .linkHasImg li a {
	display: block;
	overflow: hidden;
	font-size: 86.7%;
}

.sectionBox .linkHasImg li img {
	float: left;
}

.sectionBox .linkHasImg li span {
	display: block;
	padding-left: 55px;
	margin-top: 5px;
	text-decoration: underline;
}

.sectionBox .linkHasImg li span.row1 {
	margin-top: 15px;
}

.sectionBox .linkHasImg li a:hover img {
	opacity: 0.8;
}

.sectionBox .linkHasImg li a:hover span {
	text-decoration: none;
}

.sectionBox .movieText {
	padding-top: 20px;
	overflow: hidden;
	font-size: 86.7%;
}

#HoujinText {
	float: left;
	background: url(/img/houjin_text.gif) no-repeat 0 0;
	width: 114px;
	height: 35px;
	text-indent: -300px;
	overflow: hidden;
}

#HoujinLogin {
	float: right;
	width: 170px;
	border-radius: 3px;
	overflow: hidden;
}

body.sp .sectionBox {
	float: none;
	width: auto;
	margin: 0 0 15px;
}

body.sp .sectionBox h2 {
	padding-left: 12px;
}

body.sp .sectionBox .inner01 {
	padding: 15px 12px 5px;
}

body.sp .sectionBox .btmArea {
	padding: 10px 9px 15px;
	font-size: 13px;
}

body.sp .sectionBox .linkHasImg.col2 {
	margin: 0;
}

body.sp .sectionBox .linkHasImg li {
	margin-bottom: 12px;
}

body.sp .sectionBox .linkHasImg.col2 li {
	float: none;
	width: auto;
	margin-right: 0;
}

body.sp .sectionBox .linkHasImg.col2 li span {
	margin-top: 15px;
}

body.sp .sectionBox .movieText {
	padding-top: 20px;
	font-size: 13px;
}

body.sp #HoujinText {
	float: none;
	background-image: none;
	text-indent: 0;
	width: 280px;
	height: auto;
	margin: 0 auto 5px;
	font-size: 14px;
}

body.sp #HoujinLogin {
	float: none;
	width: 280px;
	margin: 0 auto;
}


/* BtmLinkArea
----------------------------------------- */

#BtmLinkArea {
	background: url(/shared/img/box_bg_02.gif) repeat 0 0;
	padding: 33px 0 78px;
}

#BtmLinkArea .inner {
	width: 980px;
	margin: 0 auto;
}

#PickupList {
	margin-bottom: 30px;
}

#PickupList ul {
	overflow: hidden;
	margin: 0 0 15px -7px;
}

#PickupList li {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	margin: 0 0 15px 7px;
}

#PickupList li p {
	margin-top: 5px;
	padding-right: 5px;
	font-size: 73.3%;
}

#RelatedLink li {
	float: left;
	width: 155px;
	margin-right: 10px;
}

body.sp #BtmLinkArea {
	padding: 15px 0 20px;
	border-top: 1px solid #ddd;
}

body.sp #BtmLinkArea .inner {
	width: auto;
}

body.sp #PickupList {
	margin-bottom: 10px;
	overflow: hidden;
}

body.sp #PickupList ul {
	overflow: visible;
	margin: 0 -4px 0;
}

body.sp #PickupList li {
	width: 50%;
	padding: 0 4px;
	box-sizing: border-box;
	margin: 0 0 15px;
}

body.sp #PickupList li p {
	font-size: 11px;
}

body.sp #RelatedLink li {
	float: left;
	width: 49%;
	margin: 0 0 8px;
}

body.sp #RelatedLink li:nth-child(even) {
	float: right;
}


