@charset "utf-8";
/* CSS Document */

/*-----------共通-----------*/

#info2018 {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}
.mb30 {margin-bottom: 30px;}
.mb60 {margin-bottom: 60px;}

.col {float: left;}
.sp {display: none;}

.font-bold {font-weight: bold;}
.font-small {font-size: 80%; line-height: 1.5em;}
.font-large {font-size: 120%; line-height: 1.7em;}
.font-white {color: #fff;}

.box-white {
	background-color: #f7f7f7;
	margin: 0 auto 30px;
	padding: 30px 30px 20px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.box-white2 {
	background-color: #fff;
	border: none;
	box-shadow: none;
	border-radius: 30px;
}
.box-gray {
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 10px;
}
.info2018-h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #120d69;
	text-align: center;
}
.info2018-h3 {
	font-size: 22px;
	margin: 15px 0;
	color: #000;
	border-left: 7px solid #120d69;
	border-bottom: 2px solid #120d69;
	padding-left: 12px;
	font-weight: bold;
}
#tokuten .info2018-h3 {
	margin: 15px 0 10px;
	color: #cc0000;
	border: none;
	padding-left: 0;
}
.info2018-h4 {
	font-size: 20px;
	padding: 10px 15px 8px 15px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	margin: -30px -30px 20px;
}
.info2018-h5 {
	font-size: 20px;
	color: #120d69;
	margin-bottom: 10px;
	font-weight: bold;
}
#info2018 section {padding: 45px 0;}
#info2018 section.bg-blue {background-color: #120d69;}
#info2018 section.bg-ptn {background-image: url('../images/back_note.png');}

#info2018 p {margin-bottom: 0.5em;}
#info2018 .box-white li {list-style-type: disc; margin-left: 25px;}

#info2018 a:link {color:#505050;}
#info2018 a:visited {color:#505050;}
#info2018 a:hover {color:#505050;}
#info2018 a:active {color:#505050;}
.hover:hover {opacity: 0.7;}

.sankaku {
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top: 35px solid #fff;
	margin: -35px auto 0;
}

.btn-link {width: 70%; margin: 0 auto;}
.btn-app {
	font-size: 46px;
	padding: 50px 15px 45px;
	color: #fff;
	border-radius: 15px;
	text-align: center;
	font-weight: bold;
}
.btn-mini {
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin-top: 8px;
}
.btn-amazon {background-color: #cc0000;}
.btn-shop {background-color: #424ba9;}
.btn-tokuten {background: linear-gradient(#d0bf67, #a38c2c);}
.btn-tokuten:hover {background: linear-gradient(#a38c2c, #d0bf67);}
.btn-kanren {background: #000; margin-bottom: 60px;}


/*-----------pcメニュー-----------*/

#info2018 header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #fff;
	height: 62px;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.1);
	z-index: 30000;
}
#info2018 .logo {padding: 15px 0;}
#dropmenu {min-width: 920px;}
.dropmenu {list-style-type: none; padding: 0}
.dropmenu::before, .dropmenu::after {content: ""; display: table;}
.dropmenu::after {clear: both;}
.dropmenu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a {
  display: block;
  margin: 0;
  padding: 20px 15px 15px;
  text-decoration: none;
}
#info2018 .dropmenu li a:hover {color: #424ba9; background-color: #fafafa;}

/*-----------メニュースクロール-----------*/

#intro-top {margin-top: -45px; padding-top: 45px;}
#mokuji-top {margin-top: -45px; padding-top: 45px;}
#books-top {margin-top: -45px; padding-top: 45px;}
#tokuten-top {margin-top: -60px; padding-top: 60px;}
#toiawase-top {margin-top: -45px; padding-top: 45px;}

/*-----------コンテンツ-----------*/

#mainimage {margin-top: 62px; background-color: #fafafa;}

#snsbtn {width: 100%; margin-bottom: -15px;}
.fbbtn {margin-top: -5px; margin-left: 10px;}
.pkbtn {margin-left: 5px;}

#lead {
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 1.5em;
	background-color: #120d69;
	background: linear-gradient(#424ba9, #120d69);
	padding: 20px 0 5px;
}


/*-----------フッター-----------*/

#info2018 footer {background-color: #505050; padding: 10px 0 5px; color: #fff; margin-top: 45px;}
#page-top {position: fixed;	bottom: 30px; right: 15px;}

/*-------レスポンシブ-------*/
@media screen and (max-width: 768px) {

/*-----------sp共通-----------*/

#info2018 {font-size:14px;}

.col {float: none;}
.sp {display: inline-block;}
.pc {display: none;}
.mb30 {margin-bottom: 15px;}
.mb60 {margin-bottom: 30px;}

.font-large {font-size: 100%;}

.box-gray {padding: 10px;}
.box-white {padding: 15px;}
.box-white2 {border-radius: 15px;}
.info2018-h2 {font-size: 22px; margin: 0 0 15px;}
.info2018-h3 {font-size: 16px; margin: 10px 0;}
.info2018-h4 {font-size: 14px; line-height: 1.4em; padding: 5px 5px 5px 10px;}
.info2018-h4 {font-size: 14px; padding: 10px; margin: -15px -15px 10px;}
.info2018-h5 {font-size: 15px; line-height: 1.4em;}

#info2018 section {padding: 30px 0 25px;}
#info2018 .box-white li {margin-left: 20px;}

.sankaku {
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top: 35px solid #fff;
	margin: -30px auto -20px;
}

.btn-link {width: 100%;}
.btn-app {font-size: 20px; padding: 15px 15px 13px; border-radius: 6px;}
.btn-mini {font-size: 13px; margin: 8px 0;}

/*-----------開閉メニュー-----------*/

#info2018 header {
	width: 100%;
	height: 50px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: transparent;
	background-color: #fff;
}
#info2018 .logosp {padding: 8px;}

#menuList {display: none;}
#rwdMenuWrap {width: 100%;}
#rwdMenuWrap #switchBtnArea {
	height: 50px;
	margin-top: -50px;
	background: #fff;
	position: fixed;
	box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 2px -2px rgba(0,0,0,0.1);
	z-index: 50000;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	display: block;
	background: #120d69;
	position: fixed;
}
#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #fff;
	transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {top:10px;transform: rotate(0);}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {top:18px;transform: scale(1);}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {bottom:10px;transform: rotate(0);}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:18px;transform: rotate(-45deg);}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {bottom:18px;transform: rotate(45deg);}

#rwdMenuWrap ul {
	width: 100%;
	display: none;
	position: fixed;
	top: 50px;
	right: 0;
	z-index: 20000;
}
#rwdMenuWrap ul li {
	width: 50%;
	float: left;
	border-bottom: #fff 1px solid;
	list-style-type: none;
}
#rwdMenuWrap ul li:last-child, #rwdMenuWrap ul li:nth-child(3) {border-bottom: none;}
#rwdMenuWrap ul li:nth-child(1), #rwdMenuWrap ul li:nth-child(3), #rwdMenuWrap ul li:nth-child(5){border-right: #fff 1px solid;}
#rwdMenuWrap ul li a {
	padding: 5px;
	text-align: center;
	display: block;
	background: #120d69;
	color: #fff;
	position: relative;
	font-size: 14px;
	opacity: 0.9;
	text-decoration: none;
}

/*-----------メニュースクロール-----------*/

#tokuten-top {margin-top: -113px; padding-top: 113px;}
#books-top {margin-top: -113px; padding-top: 113px;}
#toiawase-top {margin-top: -113px; padding-top: 113px;}

/*-----------コンテンツ-----------*/

#mainimage {margin-top:50px;}

#snsbtn .col {float: left;}
.twbtn {margin-left: 0;}
.fbbtn {margin-top: -3px; margin-left: 3px;}
.pkbtn {margin-left: 0;}

#lead {font-size: 16px;	padding: 10px 0 2px;}

#books p {font-size: 12px; line-height: 1.7em;}

/*-----------フッター-----------*/

#page-top {bottom: 40px; right: 15px;}

}

