@charset "utf-8";
body {
  margin:0 auto;
  font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
  font-size:12px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;

}
* {
  margin: 0;
  padding: 0;
}
.clearfix {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
ul,
ol,
li {
  list-style-type: none;
}
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: #000;
  text-decoration:none;
}
.pcDisp {
	display: none !important;
}
/*a:hover{
  color: #333;
  text-decoration: underline;
}*/
img {
  display: block;
  max-width: 100%;
	height: auto;
}
#contents {
  background: #fff;
  position: relative;
  padding: 130px 0 0;
}
/* base */
.type-block {
  display: block !important;
}
.type-inline-block {
  display: inline-block !important;
}
.type-inline {
  display: inline !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.center {
  margin: 0 auto;
  text-align: center;
}

/* header */
.sp-header {
	margin: 0 auto;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	padding: 10px;
	position: fixed;
	top: 75px;
	width: 100%;
	box-sizing: border-box;
	z-index: 20;
	-webkit-transition: .5s;
	transition: .5s;
	right: 0;
}
.main-title {
	margin-right: auto;
}
.sp-header .logo {
	display: inline-block;
	vertical-align: top;
}
.sp-header .logo-yoshida {
	display: inline-block;
	margin-top: -8px;
}
.sp-header .logo img {
	width: 100px;
}
.sp-header .logo-yoshida img {
	width: 42px;
}
.sp-header .menu {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 35px;
	height: 35px;
	background: #333366;
	border-radius: 5px;
	position: fixed;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sp-header .menu::before,
.sp-header .menu::after {
	content: "";
	display: block;
	background: #FFF;
	width: 17px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.sp-header .menu::before {
	top: 8px;
}
.sp-header .menu::after {
	bottom: 8px;
}
.nav-open .sp-header .menu::before {
	top: 17px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-open .sp-header .menu::after {
	bottom: 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sp-header .menu__border {
	width: 17px;
	height: 3px;
	background: #FFF;
	display: block;
}
.nav-open .sp-header .menu .menu__border {
	display: none;
}
.sp-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 35px;
}
.sp-sns__item {
	height: 32px;
	margin-right: 10px;
}
.sp-sns__item .sp-sns__link {

}
.sp-sns__item .sp-sns__link img {
	height: 100%;
	width: auto;
}
.header-top {
	background: url(/img/common/background_top_sp.png) left top no-repeat;
	background-size: 100%;
	height: 75px;
	position: fixed;
	z-index: 10000;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	left: 0;
	color: #FFF;
}
.header-top__inner {
	text-align: center;
	margin: 0 auto;
	padding: .2em 0 0;
}
.header-top__left {
	font-size: 10px;
	line-height: 1;
}
.header-top__phone {
	position: relative;
	display: inline-block;
	margin: 5px auto 0;
}
.header-top__phone img {
	width: 170px;
	margin: 0;
}
.header-top__phone__number {
	position: absolute;
	width: 125px;
	height: 15px;
	right: 0;
	top: 0;
}
.header-top__date {
	font-size: 10px;
	margin: 0;
	color: #999999;
	line-height: 1;
/*	margin: 5px 0 0;*/
	margin: .2em 0 0;
}
.header-top__date .spDisp {
	line-height: 1;
}
/* g-menu */
#g-menu {
	background: #000000;
	color: #ffffff;
	right: -245px;
	width: 245px;
	top: 75px;
	-webkit-transition: .5s;
	transition: .5s;
	height: 100%;
	z-index: 1;
	position: fixed;
}
body.nav-open #g-menu {
	right: 0;
}
.bg {
	height: 100%;
	overflow-y: scroll;
}
#g-menu>ul {
  z-index: 2;
  position: relative;
}
#g-menu a {
  color: #ffffff;
}
#g-menu li {
  border-bottom: 1px solid #aaaaaa;
}
#g-menu li a {
	line-height: 1.4;
	min-height: auto;
	display: block;
	padding: 12px 10px 12px 16px;
}
#g-menu li.search {
	background: #ff0000;
	padding: 10px 55px 10px 15px;
}
#g-menu .g-search-form-layer {
	position: relative;
}
#g-menu .g-search-form-layer::before {
	content: "";
	background: url(/img/common/menu_icon.png) left top no-repeat;
	background-size: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 21.5px;
	height: 21.5px;
}
#g-menu .g-search-input {
	display: block;
	width: 100%;
	line-height: 2.7;
	padding: 0 0 0 38px;
	box-sizing: border-box;
}
body.nav-open #g-menu {
	right: 0;
}
#g-menu li.has-child .child {
  display: none;
}
#g-menu li.has-child a {
  display: block;
  position: relative;
  text-decoration: none;
}

#g-menu li.has-child>a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.5px 7.5px 0 7.5px;
	border-color: #ff0000 transparent transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}
#g-menu li.has-child.open>a:after {
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

#g-menu .child li {
	border-bottom: 1px solid #aaaaaa;
	background: #ffffff;
}
#g-menu .child li a {
	color: #000000;
}
.g-menu__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 42px 0 85px 55px;
}
.g-menu__sns__link {
	height: 29px;
}
.g-menu__sns__link + .g-menu__sns__link {
	margin-left: 18px;
}
.g-menu__sns__link img {
	height: 100%;
}
.main-contents {
	width: 100%;
	background: #FFF;
	right: 0;
	top: 75px;
	-webkit-transition: .5s;
	transition: .5s;
}
body.nav-open .main-contents {
	right: 245px;
}
body.nav-open .main-contents:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top; 0;
	z-index: 3;
}
/* section */
section.box {
  border: 1px solid rgb(204,204,204);
  background: #fff;
  position: relative;
  padding: 20px;
  margin-top: 30px;
}
section#right-col section.box {
  width: 288px;
}
section.box .section-title {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
section.box .subtitle {
  color: #f00;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px;
}
section.box .section-subtitle {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 20px;
}
section.box .thumb {
  position: relative;
}
section.box .thumb .layer-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  color: #fff;
  border-left: 5px solid #f00;
  padding: 10px;
}
section.box .thumb-2col .thumb .thumb-text {
  padding: 5px;
}
section.box .thumb-col {
  float: left;
}
section.box .thumb-s img,
section.box .thumb-l img {
  width: 100%;
}
section.box .thumb-2col .thumb-col {
  margin-right: 5px;
  width: 49%;
}
section.box .thumb-2col .thumb-col:nth-child(2n) {
  margin-right: 0;
}
section.box .thumb-4col .thumb-col {
  margin-right: 10px;
  width: 140px;
}
section.box .thumb-col:last-child,
section.box .thumb-text:last-child {
  margin-right: 0;
}
.thumb-title {
  font-weight: bold;
  margin: 5px 0;
}
.text-links a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;
}
.thumb-text {
  border: 1px solid rgb(204,204,204);
  padding: 10px;
  display: block;
  width: auto;
  margin: 10px 0 0 0;
}
section.box .thumb-2col .thumb-text a {
}
.thumb-text .img {
  float: left;
}
.thumb-text .text {
  margin-left: 110px;
  width: auto;
  word-wrap: break-word;
}
.news-icon-new {
  background: rgb(34,180,115);
  color: #fff;
  padding: 3px 10px;
}
.news-icon-info {
  background: rgb(42,171,226);
  color: #fff;
  padding: 3px 10px;
}
/* now on air */
.box.now-onair {
  background: rgb(26,26,26);
  color: #ffffff;
}
.box.now-onair .section-title {
  background: rgb(204,0,1);
  color: #ffffff;
  padding: 8px 15px;
  margin-bottom: 20px;
  text-align: center;
 margin: 15px;
}

.box.now-onair ul.thumb-1col {
}
.box.now-onair .section-title .subtitle {
  color: #ffffff;
}
.box.now-onair a {
  color: #ffffff;
}
.box.now-onair .more {
  position: relative;
  display: block;
  height: 30px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.under-cursor:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  top: 5px;
  width: 20px;
  height: 20px;
  margin-left: -5px;
  background: rgb(204,204,204);
}
.under-cursor:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-left: -5px;
  background: rgb(26,26,26);
}
.thumb-1col .thumb-text {
  float: none;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid rgb(204,204,204);
  margin: 0;
  width: auto;
}
.thumb-1col li {
  display: block;
}
.thumb-1col .thumb-text .text {
  margin: 0 10px 0 90px;
  width: auto;
}
.thumb-1col li:last-child .thumb-text {
  border-bottom: 1px solid rgb(204,204,204);
}
.right-banner {
  display: block;
  margin: 30px 0;
}
.title-facebook {
  background: rgb(41,87,165);
  color: #ffffff;
  width: 100%;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.title-twitter {
  background: rgb(41,170,227);
  color: #ffffff;
  width: 100%;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

/* totop */
.totop {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 22px;
  height: 112px;
}
/* fotter */
footer {
  background: rgb(26,26,26);
  font-size: 12px;
  margin-top: 90px;
}
footer a,
footer a:hover {
  color: rgb(160,160,160);
  text-decoration: none;
}
footer .social {
  padding: 15px 0;
  background: #ff0000;
  width: 100%;
}
footer .social-inner {
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
footer .social-inner a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 5px;
}
footer .nav {
/*
  width: 320px;
  margin: 0 auto;
*/
}
footer .nav .list {
}
footer .nav .to-top {
  background: rgb(120,132,148);
  width: 90%;
  margin: 15px auto 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
footer .nav .to-top a {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  color: #fff;
  background: url(/img/sp/common/footer_arrow.png) no-repeat;
  background-position: 35% 48%;
  background-size: 24px;
  width: 280px;
  margin: 0 auto;
}
footer .nav .to-top span {
  padding-left: 18%;
}
footer .nav li {
  width: 49%;
  float: left;
  text-align: center;
  border-left: 1px solid rgb(101,101,101);
}
footer .nav li:nth-child(odd) {
  border-left: none;
}
footer .toTop {
  background: #ff0000;
  width: 100%;
  height: 10px;
}
footer .toTop .toTopInner {
  position: relative;
}
footer .toTop .toTopInner a {
  position: absolute;
  right: 4%;
  top: -50px;
  width: 50px;
  height: 50px;
  background: #f00;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
}
footer .toTop .toTopInner a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 26%;
  width: 22px;
  height: 22px;
  margin-top: -5px;
  background: #fff;
}
footer .toTop .toTopInner a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 60%;
  right: 26%;
  width: 22px;
  height: 22px;
  margin-top: -5px;
  background: #f00;
}
footer .toTop .toTopInner img {
  width: 53px;
}
footer .nav li:nth-child(odd) {
}
footer .nav li a{
  color: rgb(176,176,176);
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid rgb(101,101,101);
}
footer .copyright img {
  margin: 10px auto;
}
footer .copyright {
  text-align: center;
  padding: 15px 0 20px;
  color: rgb(101,101,101);
}
footer .copyright a{
  display: inline-block;
  margin: 0 7px;
}
footer .copyright img.twitter{
  width: 37px;
  height: 36px;
}
footer .copyright img.facebook{
  width: 37px;
  height: 36px;
}
footer .copyright img.youtube{
  width: 50px;
  height: 36px;
}
footer .copyRightTxt {
  border-top: 1px solid rgb(101,101,101);
  padding-top: 10px;
  font-size: 10px;
  color: rgb(176,176,176);
}
#contents-inner {
	width: 100%;
	position: relative;
	right: 0;
	-webkit-transition: .5s;
	transition: .5s;
}
.nav-open #contents-inner,
.nav-open .sp-header {
	right: 245px;
}
.headStyle {
  margin: 10px 0;
}
section#content {
/*  padding-bottom: 20px;*/
}
.errorMsg {
  color: red;
  padding: 12px 12px 0px 12px;
}
.reverse {
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.ttl-banner {
  background: rgb(26,26,26);
  color: #fff;
  padding: 10px 8px;
  font-size: 16px;
  line-height: 18px;
}
.ttl-banner img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
.ttl-banner.clearfix img {
  float: left;
}
.ttl-banner span {
  margin-left: 22px;
  display: block;
}
.custom-select {
  overflow: hidden;
}
.custom-select > select {
  width: 130%;
}
.banner-b{
  margin: 20px 10px 0;
}
.banner-b img {
  width: 100%;
}
.social {
  text-align: center;
}
.social-head {
  color: rgb(204,204,204);
  font-size: 14px;
}
.social-button {
  margin-top: 10px;
}
.social-button>div {
  display: inline-block;
  margin: 0 10px;
}
.split-line {
  border-top: 1px solid rgb(204,204,204);
  margin: 30px 0;
}

/** ラジオボタンカスタマイズ*/
label {
    display: inline;
}
.form_content input[type=radio] {
  -webkit-transform: scale(1.3);
  transform: scale(1.5);
}
/*
.regular-radio {
	display: none;
}

.radio-label {
  cursor: default;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #e9ecee;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
  margin-right: 4px;
  vertical-align: top;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
*/
/** セレクトボックスカスタマイズ*/
.easy-select-box{
  background: rgb(255,231,231);
  border: 1px solid #ccc;
  border-radius: 0.2em;
   -moz-border-radius: 0.2em;
   -webkit-border-radius: 0.2em;
   -o-border-radius: 0.2em;
  text-align:left;
  font-size:14px;
  color:#0c2245;
}
.easy-select-box .esb-displayer{
  background: url(/img/sp/common/select_arrow.png) no-repeat 180px 15px;
  background-size: 10px 8px;
  background-
	color:rgb(191,175,175);
	cursor: default;
  height: 35px;
	line-height:35px;
	padding:1px 3px;
	text-indent: 5px;
  width: 195px;
}
/*.easy-select-box .esb-displayer:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}*/
/*.easy-select-box:hover .esb-displayer{
	text-decoration:none;
}*/

/*.easy-select-box:hover.disabled .esb-displayer{*/
.easy-select-box.disabled .esb-displayer{
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown{
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 999;
	width: 200px;
}
.easy-select-box  .esb-item{
	padding:3px;
  background: rgb(255,231,231);
	color:#0c2245;
	cursor:default;
}
/*.easy-select-box .esb-item:hover{
  background: rgb(30,114,255);
	color:#FFFFFF;
	text-decoration:none;
}*/

@font-face {
	font-family: CONDENSEicon;
	src: url("../CONDENSEicon.eot");
}
@font-face {
	font-family: CONDENSEdesignicon;
	src: url("../CONDENSEdesignicon.eot");
}
@font-face {
    font-family: 'CONDENSEicon';
    src:url('../CONDENSEicon.woff') format('woff'),
        url('../CONDENSEicon.otf') format('opentype');
}
@font-face {
    font-family: 'CONDENSEdesignicon';
    src:url('../CONDENSEdesignicon.woff') format('woff'),
        url('../CONDENSEdesignicon.otf') format('opentype');
}
.cmn-btn {
  display: table;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}
.cmn-btn.cmn-btn-exlarge {
  width: 210px;
}
.cmn-btn div {
  text-align: left;
}
.cmn-btn.cmn-btn-large {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
}
/*.cmn-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}*/
.cmn-btn.cursor-right {
  padding: 6px 26px 4px 18px;
}
.cmn-btn.cursor-left {
  padding: 6px 18px 4px 26px;
}
.cmn-btn.cursor-left.circle-left {
  padding: 6px 0px 4px 65px;
}
.cmn-btn.cursor-right.circle-right {
  padding: 6px 65px 4px 0px;
}
.cmn-btn.bg-red {
  background: rgb(204,0,0);
  color: #fff;
}
.cmn-btn.bg-orange {
  background: rgb(255,102,0);
  color: #fff;
}
.cmn-btn.bg-gray {
  background: rgb(153,153,153);
  color: #fff;
}
.cmn-btn.bg-white {
  background: rgb(255,255,255);
  border: 2px solid rgb(204,204,204);
  color: rgb(152,152,152);
}
.cmn-btn.circle-left:after {
  position: absolute;
  left: 9px;
  top: 5px;
  content: "";
  background: rgb(153,0,0);
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -o-border-radius: 13px;
  -moz-border-radius: 13px;
  width: 26px;
  height: 26px;
  z-index: 1;
}
.cmn-btn.circle-right:after {
  right: 9px;
  position: absolute;
  top: 5px;
  content: "";
  background: rgb(153,0,0);
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -o-border-radius: 13px;
  -moz-border-radius: 13px;
  width: 26px;
  height: 26px;
  z-index: 1;
}
.cmn-btn-large.cmn-btn.circle-right:after {
  right: 14px;
  top: 6px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -o-border-radius: 22px;
  -moz-border-radius: 22px;
  width: 44px;
  height: 44px;
}

.cmn-btn-large.cmn-btn.circle-left:after {
  left: 14px;
  top: 6px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -o-border-radius: 22px;
  -moz-border-radius: 22px;
  width: 44px;
  height: 44px;
}
.cmn-btn-exlarge.cmn-btn.circle-left:after {
  left: 11px;
  top: 7px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -o-border-radius: 24px;
  -moz-border-radius: 24px;
  width: 48px;
  min-height: 48px;
}
.cmn-btn.cmn-btn-large {
  height: 46px;
  min-width: 111px;
  line-height: 36px;
}
.cmn-btn.cmn-btn-large.cmn-btn-col-2 {
  min-width: 102px;
  max-width: 102px;
  display: inline-block;
  line-height: 22px;
}
.cmn-btn.cmn-btn-large.cmn-btn-col-2 a {
  display: table;
}
.cmn-btn.cmn-btn-exlarge {
  min-height: 43px;
  min-width: 0px;
  padding: 6px 14px 6px 42px;
  display: table;
}
.cmn-btn.cmn-btn-exlarge div {
  display: table-cell;
  vertical-align: middle;
}
.cmn-btn.cmn-btn-large.cmn-btn-row-2 {
  height: 48px;
}
.cmn-btn.bg-orange.circle-left:after {
  background: rgb(204,51,0);
}
.cmn-btn.cursor-left div:after {
  display: block;
  font-family: CONDENSEicon;
  content: "ú";
  position: absolute;
  top: 13px;
  left: 15px;
  margin-top: -5px;
  z-index: 2;
}
.cmn-btn.cursor-right div:after {
  display: block;
  font-family: CONDENSEicon;
  content: "ú";
  position: absolute;
  top: 13px;
  right: 15px;
  margin-top: -5px;
  z-index: 2;
}
.cmn-btn.bg-white.cursor-left div:after {
  color: rgb(153,153,153);
}
.cmn-btn-large div {
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  height: 46px;
}
.cmn-btn-exlarge div {
  font-size: 16px;
  text-align: left;
}
.cmn-btn.cmn-btn-icon {
  padding-right: 34px;
}
.cmn-btn.cmn-btn-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.cmn-btn-row-2.cmn-btn-large div {
  line-height: 18px;
  padding-top: 10px;
}
.cmn-btn.cursor-left.cmn-btn-large div:after {
  font-size: 30px;
  left: 0;
  top: 50%;
  margin-top: -18px;
}
.cmn-btn.cursor-left.cmn-btn-large.circle-left div:after {
  left: 23px;
}
.cmn-btn.cursor-left.cmn-btn-exlarge div:after {
  font-size: 36px;
  left: 4px;
  top: 50%;
  margin-top: -23px;
}
.cmn-btn.cmn-btn-row-2.cmn-btn-large div:after {
  top: 25px;
}
.cmn-btn.cursor-right div:after {
  display: block;
  font-family: CONDENSEicon;
  content: "ú";
  position: absolute;
  top: 13px;
  right: 15px;
  margin-top: -5px;
  z-index: 2;
}
.cmn-btn.cursor-right.cmn-btn-large div:after {
  font-size: 30px;
  right: 19px;
  top: 23px;
}
.cmn-btn.cursor-right.cmn-btn-large.cmn-btn-col-2 div:after {
  margin-top: -12px;
}
.cmn-btn.cursor-left.cmn-btn-large.cmn-btn-col-2 div:after {
  margin-top: -12px;
}
.cmn-btn.cursor-right.cmn-btn-exlarge div:after {
  font-size: 30px;
  right: 5px;
  top: 10px;
}
.cmn-btn-cursor-reverse div:after {
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.cmn-btn-row-2 {
  text-align: left;
}
.cmn-btn-row-small {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.cmn-btn.cmn-btn-logo {
  margin: 20px 10px 0;
  display: block;
  height: 16px;
  padding: 20px 0 20px 156px;
  font-size: 20px;
  line-height: 16px;
}
.cmn-btn.cmn-btn-logo div:after {
  top: 23px;
  right: 0px;
  font-size: 32px;
}
.cmn-btn.cmn-btn-logo:after {
  left: 0;
  top: 0;
  width: 125px;
  height: 56px;
  position: absolute;
  content: "";
  background-image: url(/img/sp/common/banner-logo.png?20160322);
  background-size: 125px 56px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.btn-center {
  margin: 0 auto;
}
.width200 {
  width: 200px;
}
.width230 {
  width: 230px;
}
.mb10 {
  margin-bottom: 10px;
}
.pr10 {
  padding-right: 10px !important;
}

.font18 {
  font-size: 18px !important;
}
/* pager */
.pager-block {
  margin-left:10px;
  margin-top:20px;
  margin-bottom:20px;
  font-size:14px;
}
.pager-block .pager-links {
  text-align:center;
}
.pager-block a {
  margin-left:3px;
}

@media screen and (max-width: 320px) { 
	.sp-sns__item {
		margin-right: 5px;
		height: 28px;
	}
}

.link-pdf {
	box-sizing: border-box;
	position: relative;
	width: calc(100% - 10px);
	margin: 1em auto;
	padding: 10px 40px;
	display: block;
	background: #f00;
	color: #fff!important;
	text-align: center;
	font-size: 14px;
}
.link-pdf:after {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 16px;
	margin-left: .6em;
	vertical-align: middle;
	content: '';
	background-image: url(/img/timetable/icon_pdf.png);
	background-repeat: no-repeat;
	background-size: cover;
}