@charset "UTF-8";

/*============================================================
font-face
============================================================*/

@font-face {
  font-family: 'Migu 1P';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/migu-1p/migu-1p-regular.woff2) format('woff2'),
  url(fonts/migu-1p/migu-1p-regular.woff) format('woff'),
  url(fonts/migu-1p/migu-1p-regular.eot);
}

@font-face {
  font-family: 'Migu 1P';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/migu-1p/migu-1p-bold.woff2) format('woff2'),
  url(fonts/migu-1p/migu-1p-bold.woff) format('woff'),
  url(fonts/migu-1p/migu-1p-bold.eot);
}

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/YakuHanJP/YakuHanJP-Regular.woff2) format('woff2'),
  url(fonts/YakuHanJP/YakuHanJP-Regular.woff) format('woff'),
  url(fonts/YakuHanJP/YakuHanJP-Regular.eot);
}

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/YakuHanJP/YakuHanJP-Bold.woff2) format('woff2'),
  url(fonts/YakuHanJP/YakuHanJP-Bold.woff) format('woff'),
  url(fonts/YakuHanJP/YakuHanJP-Bold.eot);
}

/*============================================================
reset
============================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;}

/*============================================================
base
============================================================*/

body {
  font-family: "YakuHanJP" , "Migu 1P";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
  color: #333;
  background: #fff;
  position: relative;
  -webkit-font-feature-settings: 'palt' 1; /*for Android 4.4*/
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

p,li,dd,td {
	text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

/* リンクテキスト 190802追記 ここから */
a.fr-file {
  text-decoration: underline; /*下線を引く*/
  color: #03C; /*文字色青*/
}
/* ここまで */

img {
  max-width: 100%;
  height: auto;
}

.youtube iframe {
  max-width: 100%;
  height: auto;
}

.object-fit-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* iOS初期仕様解除 */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* テキストハイライト */
*::selection {
  background: rgba(129, 56, 56,.3);
}
*::-moz-selection {
  background: rgba(129, 56, 56,.3);
}

/*============================================================
汎用クラス
============================================================*/

#content {
  padding: 80px 10px 0;
}

#main {
 padding-bottom: 30px;
}

.inner {
  width: 100%;
}

.sp {
  display: inline-block;
}

.pc {
  display: none !important;
}

.pcbr {
  display: none;
}

.spbr {
  display: inline;
}

.center,
.sp-center {
  text-align: center;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.sp-right {
  float: right;
}

.sp-left {
  float: left;
}

.indent {
  padding-left:1em;
  text-indent:-1em;
  display: block;
}

.notice.indent {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 25px;
  margin: 0 !important;
}

.hide,
#header-logo a,
#footer-logo a {
  width: 0;
  height: 0;
  font-size: 0% !important;
  line-height: 0% !important;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

a.alpha:hover img,
.alpha:hover {
  opacity: 0.8;
}

.smb3   {margin-bottom:3px !important;}
.smb5   {margin-bottom:5px !important;}
.smb10  {margin-bottom:10px !important;}
.smb15  {margin-bottom:15px !important;}
.smb20  {margin-bottom:20px !important;}
.smb25  {margin-bottom:25px !important;}
.smb30  {margin-bottom:30px !important;}
.smb35  {margin-bottom:35px !important;}
.smb40  {margin-bottom:40px !important;}
.smb50  {margin-bottom:50px !important;}
.smb60  {margin-bottom:60px !important;}

.smt3   {margin-top:3px !important;}
.smt5   {margin-top:5px !important;}
.smt10  {margin-top:10px !important;}
.smt15  {margin-top:15px !important;}
.smt20  {margin-top:20px !important;}
.smt25  {margin-top:25px !important;}
.smt30  {margin-top:30px !important;}
.smt35  {margin-top:35px !important;}
.smt40  {margin-top:40px !important;}
.smt50  {margin-top:50px !important;}
.smt60  {margin-top:60px !important;}

.smr3   {margin-right:3px !important;}
.smr5   {margin-right:5px !important;}
.smr10  {margin-right:10px !important;}
.smr15  {margin-right:15px !important;}
.smr20  {margin-right:20px !important;}
.smr25  {margin-right:25px !important;}
.smr30  {margin-right:30px !important;}
.smr35  {margin-right:35px !important;}
.smr40  {margin-right:40px !important;}

.sml3   {margin-left:3px !important;}
.sml5   {margin-left:5px !important;}
.sml10  {margin-left:10px !important;}
.sml15  {margin-left:15px !important;}
.sml20  {margin-left:20px !important;}
.sml25  {margin-left:25px !important;}
.sml30  {margin-left:30px !important;}
.sml35  {margin-left:35px !important;}
.sml40  {margin-left:40px !important;}

.fz18 {
  font-size: 16px;
  line-height: 1.8;
}

.fz20 {
  font-size: 18px;
  line-height: 1.6;
}

.fz24 {
  font-size: 20px;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.txt-red {
  color: #BA0D3C;
}

/* 青 */ 
.txt-blue { 
color: #03C; 
} 

/* 緑 */ 
.txt-green { 
color: #060; 
} 

/* オレンジ */ 
.txt-orange { 
color: #FF4F02; 
} 

/* 紫 */ 
.txt-purple { 
color: #609; 
} 


/* 茶色 */ 
.txt-brown { 
color: #800; 
} 

.sec-title {
  background: #BA0D3C ;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0;
}

.page .sec-title,
.sec-title a {
  color: #fff;
  display: block;
  padding: 5px 10px;
}

.topics-index .sec-title,
.page .sec-title {
  margin: 10px 0 20px;
}

h1.title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

h2.title {
  background: #FFEFEF;
  font-size: 14px;
  font-weight: 700;
  color: #BA0D3C;
  line-height: 1.6;
  padding: 3px 10px;
  border: solid 1px #BA0D3C;
  margin-bottom: 15px;
  clear: both;
  position: relative;
}

h3.title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0 7px 15px;
  position: relative;
  margin-bottom: 15px;
  border-bottom: solid 1px #797979;
  clear: both;
}

h3.title:before {
  content: "■";
  font-size: 9px;
  position: absolute;
  left: 0;
  top: 5px;
}

h4.title {
  font-weight: 600;
}

.line-title {
  font-weight: 700;
  color: #BA0D3C ;
  line-height: 1;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: solid 1px #BA0D3C ;
}

.sub-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}

.module {
  margin-bottom: 20px;
}

.frm {
  border: solid 1px #b3b3b3;
}

.box-ptn01 {
  background: #eee;
  padding: 10px 15px;
  border: dashed 1px #b3b3b3;
  clear: both;
  position: relative;
}

.box-ptn02 {
  background: #FFEFEF;
  padding: 10px 15px;
  border: dashed 1px #b3b3b3;
  clear: both;
  position: relative;
}

.spt-line {
  width: 100%;
  margin: 20px 0;
  border-bottom: solid 1px #ccc;
}

ol {
  list-style: decimal outside;
  margin-left: 1.5em;
}

ol > li {
  list-style: decimal outside;
  line-height: 1.8;
}

.ads730 {
  display: none;
}

.ads300 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}

.ads230 {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}

.ads + .ads {
  margin-top: 20px;
}

.relation-list {
  padding-bottom: 10px;
  border-bottom: dashed 1px #aaa;
}

.relation-list li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dashed 1px #aaa;
}

.thumbnail-list li {
  margin: 10px 0;
  overflow: hidden;
  clear: both;
}

.thumbnail-list li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dashed 1px #aaa;
}

.thumbnail-list + h2 {
  margin-top: 30px;
}

.thumbnail-list li a {
  display: block;
}

.thumbnail-list li .thumbnail {
  background: url(../img/common/noimage.jpg) no-repeat center / cover;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  float: left;
}

.thumbnail-list li .thumbnail img {
  width: 80px;
  height: 80px;
}

.thumbnail-list li .text-wrap {
  padding-left: 95px;
}

.thumbnail-list li .title,
.relation-list li .title {
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
}

.thumbnail-list li .day,
.relation-list li .day {
  font-size: 12px;
  color: #5D5D5D;
  margin: 5px 0 0;
}

table.common {
  font-size: 13px;
  min-width: 50%;
  width: auto !important;
  width: 50%;
  border-top: solid 1px #9D9D9D;
  border-left: solid 1px #9D9D9D;
  margin-bottom: 20px;
}

table.common thead th {
  padding: 0.5em 0;
}

table.common th {
  background: #d7f4d3;
}

table.common td, table.common th {
  border-right-color: #9D9D9D;
  border-bottom-color: #9D9D9D;
}

table.common th {
  background: #FFEFEF;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

table.common td, table.common th {
  border-right-color: #9D9D9D;
  border-bottom-color: #9D9D9D;
}

table.common td, table.common th {
  padding: 0.5em 1em;
  border-right: solid 1px #9D9D9D;
  border-bottom: solid 1px #9D9D9D;
}

#main dl dd + dt {
  margin-top: 10px;
}

#main dt {
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0;
}

#main dl dd {
  line-height: 1.8;
  margin-left: 1em;
}

#main form table {
  border-top: dashed 1px #b3b3b3;
  margin-bottom: 20px;
  margin-top: 20px;
}

#main form table td,
#main form table th {
  padding: 0.5em 1em;
  border-bottom: dashed 1px #b3b3b3;
  vertical-align: baseline;
}

/* フォーム */
form {
  margin-bottom: 20px;
}

table {
  width: 100%;
}

.page #main form input[type="text"],
.page #main form textarea {
  width:98%;
  height: 40px;
  line-height: 40px;
  padding: 0 0.25em;
  border: solid 1px #b3b3b3;
  margin:0.5em 0.25em;
  vertical-align:middle;
  border-radius: 5px;
}

.page #main form input[type="text"]:hover,
.page #main form textarea:hover,
.page #main form input[type="text"]:focus,
.page #main form textarea:focus {
border-color:#7f7f7f;
}

.page #main form input[type="submit"],
.page #main form input[type="reset"] {
  background: #fff;
  border: none;
  color:#BA0D3C;
  cursor:pointer;
}

.page #main form textarea {
  height:200px;
  }

.page #main form select {
  margin:0.5em 0.25em;
  height: 40px;
  border: solid 1px #b3b3b3;
  vertical-align:middle;
  padding: 3px 3px 3px 0.25em;
  border-radius: 5px;
}

.page #main form option {line-height: 28px;}

.page #main form input[type="checkbox"],
.page #main form input[type="radio"] {
  margin:auto 0.5em auto 0.25em;
  vertical-align:middle;
  box-sizing: border-box;
  vertical-align: middle !important;
  margin: 0 10px 3px 0;
  border: 1px solid #aaa;
  box-shadow: none;
  border-radius: 100%;
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

.page #main form p {
  line-height:1.5;
  margin-bottom:0;
}

.page #main form table {
  border-top: solid 1px #b3b3b3;
  margin-bottom: 25px;
  margin-top:0;
}

.page #main form table td,
.page #main form table th {
  padding: 1em;
  border-bottom: solid 1px #b3b3b3;
  vertical-align:baseline;
  display: block;
}

.page #main form table th {
  padding: 0.5em 0;
  font-weight: normal;
  text-align:left;
  vertical-align: middle;
  line-height: 1.5;
}

.page #main form table th span { margin-left:0.5em; color:#E52029; }

.page #main form .btnbox {
  background: #fff;
  text-align:center;
  width:15em;
  line-height:1.5;
  border:1px solid #BA0D3C;
  padding:0.5em 0 0.5em 0;
  color:#BA0D3C;
  cursor:pointer;
  font-size:14px;
  position: relative;
  margin: 0 auto;
}

.page #main form .btnbox::after {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 42%;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1.5px solid #BA0D3C;
  border-right: 1.5px solid #BA0D3C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pdf::after {
  background: url(../img/common/icon-pdf.png) no-repeat center / auto 18px;
  width: 20px;
  height: 25px;
  content: '';
  vertical-align: middle;
  display: inline-block;
  margin: -5px 0 0 10px;
}

.target {
  margin-top: -80px;
  padding-top: 80px;
  display: block;
}

/* カルーセル */
.carousel {
  width: 100%;
  margin: 0 auto !important;
}

.carousel .slick-slide {
  background: #EAEAEA;
  min-height: 160px !important;
  text-align: center;
  margin: 0 10px;
  position: relative;
}

.carousel .slick-slide a {
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.carousel li img {
  display: inline-block;
}

/* 動画 */
video {
  width: 90%;
  height: auto;
}

#player {
  margin-top: 20px;
}

/*============================================================
header
============================================================*/

header {
  background: #fff;
  width: 100%;
  height: 80px !important;
  border: none !important;
  position: fixed;
}

header .inner {
  height: 80px;
}

header a {
  display: block;
}

#header-logo {
  width: 160px;
  height: 30px;
}

#header-logo h1,
#header-logo a {
  background: url(../img/common/logo.png) no-repeat center / contain;
  width: 150px;
  height: 30px;
}

time {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 3px 22px;
  margin: 8px 0 0;
  border: solid 1px #333;
  position: absolute;
  left: 15px;
}

.drawer-navbar .drawer-navbar-header {
  height: 80px !important;
  padding: 10px 15px !important;
  border-bottom: none !important;
}

.drawer-navbar .drawer-nav {
  background-color: transparent !important;
  padding-top: 80px !important;
}

.drawer-hamburger {
  padding-top: 20px !important;
  padding-bottom: 33px !important;
  margin-right: 10px;
  top: 0 !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
  width: 33px !important;
  height: 2.5px !important;
  border-radius: 4px;
}

.sr-only {
  font-family: "YakuHanJP" , "Noto Sans JP" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  width: auto !important;
  height: auto !important;
  font-size: 12px !important;
  font-weight: 500;
  margin: auto !important;
  clip: inherit !important;
  left: 0;
  bottom: 0;
  text-align: center;
  right: 0;
}
.site-search {
  width: 90%;
  height: 40px;
  margin: 0 auto;
  position: relative;
  top: 80px;
}

.site-search::before {
  content: "";
  background: url(../img/common/icon_search.png) no-repeat center / 15px !important;
  font-size: 0px;
  padding: 0 15px !important;
  width: auto;
  vertical-align: middle;
  border: none !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-color: none !important;
  filter: none !important;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.site-search input[type="text"] {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px 0 30px;
  border: solid 1px #b3b3b3;
  vertical-align: middle;
}


#head-weather {
  background: #fff;
  font-size: 0;
  text-align: center;
  padding: 5px 15px 15px;
}

#head-weather .weather-wrap {
  height: 40px;
  vertical-align: top;
  display: inline-block;
  padding: 0 6px;
  border: solid 1px #ccc ;
}

#head-weather .weather-wrap:nth-child(2) {
  margin: 0 2.5%;
}

#head-weather .weater-area,
#head-weather .weather-icon {
  float: left;
}

#head-weather .weater-area {
  font-size: 12px;
  line-height: 40px;
  padding: 0 5px 0 0;
}

#head-weather .weather-icon {
  width: 40px;
  height: 40px;
}

#head-weather .weather-icon a {
  background: #fff;
  padding: 4px 0;
  border-top: none;
}

#head-weather .weather-data {
  display: none;
}

#head-weather .weather-data span {
  font-size: 14px;
}

.drawer-menu {
  padding: 0 0 7.5rem !important;
}

.drawer-menu li {
  background: #fff;
  padding: 0 15px;
}

.drawer-menu li a {
  font-weight: 500;
  line-height: 1;
  padding: 15px 0;
  border-top: solid 1px #BA0D3C ;
}

.drawer-menu li:last-child {
  height: 60px;
}

.drawer-menu li:last-child a {
  border-bottom: solid 1px #BA0D3C ;
}

.drawer-dropdown-menu-item {
  font-size: 12px;
  line-height: 1 !important;
  padding: 15px !important;
}

.drawer-dropdown-menu li {
  padding: 0;
  height: auto !important;
}

.drawer-dropdown-menu li:last-child a {
  border-bottom: none !important;
}

.drawer-menu-item::after {
  border-right: 2px solid #BA0D3C ;
  border-bottom: 2px solid #BA0D3C ;
  content: "";
  height: 8px;
  right: 20px;
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 8px;
}

.drawer-dropdown .drawer-caret,
.drawer-dropdown.open .drawer-caret {
  border-right: 2px solid #BA0D3C !important;
  border-bottom: 2px solid #BA0D3C !important;
}

.drawer-dropdown .drawer-menu-item::after {
  border-right: none;
  border-bottom: none;
}

.search-btn {
  background: url(../img/common/icon_search.png) no-repeat center top / 22px;
  width: 30px;
  height: 45px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 28px 0 0 0;
  position: absolute;
  right: 75px;
  top: 18px;
  z-index: 999;
}

.HiddenCheckbox {
  display: none;
}

.search-box-wrap {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}

.HiddenCheckbox:checked ~ .search-box-wrap {
  background: rgba(0,0,0,.7);
  height: 100% !important;
  padding: 0;
  right: 0;
  opacity: 1;
  display: block;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  z-index: 999;
}

.HiddenCheckbox:checked ~ .search-btn {
  background: none;
  color: #fff;
  z-index: 9999;
}

.HiddenCheckbox:checked ~ .search-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: none;
  border-radius: 4px;
}

.HiddenCheckbox:checked ~ .search-btn span:nth-of-type(1) {
  -webkit-transform: translateY(-16px) rotate(-315deg);
  transform: translateY(-16px) rotate(-315deg);
  background-color: #fff;
}

.HiddenCheckbox:checked ~ .search-btn span:nth-of-type(2) {
  opacity: 0;
}

.HiddenCheckbox:checked ~ .search-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(315deg);
  transform: translateY(-16px) rotate(315deg);
  background-color: #fff;
}

/*============================================================
footer
============================================================*/

footer {
  width: 100%;
  margin: 30px 0 0;
  border-top: solid 1px #BA0D3C ;
}

#page-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 99;
  text-indent: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

#page-top a {
  background: url(../img/common/pagetop.png) no-repeat center center;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  width: 30px;
  height: 30px;
  display: block;
}

#footer-guide {
  padding: 20px 0;
}

#footer-guide .pc-right {
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

#footer-guide ul,
#footer-link ul {
  line-height: 1.8;
  display: inline;
}

#footer-logo {
  display: none;
}

#footer-link {
  background: #FFEFEF;
  text-align: center;
  padding: 20px 15px;
}

#footer-link .title {
  font-size: 14px;
  font-weight: 700;
  color: #BA0D3C;
  margin: 0 0 5px;
}

#footer-guide ul li,
#footer-link ul li {
  font-size: 12px;
  display: inline-block;
}

#footer-guide ul li + li::before,
#footer-link ul li + li::before {
  content: "｜";
  color: #000;
  margin: 0;
}

#footer-copyright {
  background: #BA0D3C ;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
}

#footer-copyright span {
  font-size: 10px;
  line-height: 1.8;
  margin-bottom: 10px;
  display: block;
}

/*============================================================
#top
============================================================*/

.top-mv {
  width: 100vw;
  position: relative;
  left: -10px;
  overflow: hidden;
}

.slick-slide a{
  display: block;
}

.slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}

.prev-arrow {
  background: url(../img/top/slide_prev.png) no-repeat center / contain;
  left: 10px;
}

.next-arrow {
  background: url(../img/top/slide_next.png) no-repeat center / contain;
  right: 10px;
}

.top-gougai {
  font-weight: 700;
}

.top-gougai .title {
  background: #64001B;
  width: 120px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 0 !important;
  color: #fff;
  text-align: center;
  margin: 0;
  border: none;
}

.top-gougai .top-gougai-body {
  background: #FFDEDD;
  width: 100%;
  text-align: left;
  padding: 8px 10px;
  border: solid 1px #64001B
}

.top-gougai a,
.top-sokuhou a {
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  display: block;
}

.top-gougai a + a,
.top-sokuhou a + a {
  margin-top: 5px;
}

.top-sokuhou table {
  width: 100% !important;
  border-left: solid 1px #BA0D3C;
  border-top: none !important;
  margin: 0 !important;
}

.top-sokuhou table th {
  background: #BA0D3C;
  width: 120px;
  line-height: 1;
  padding: 7px 0 !important;
}

.top-sokuhou table td {
  padding: 8px 10px;
  border-top: solid 1px #BA0D3C;
}

.top-sokuhou table th,
.top-sokuhou table td {
  border-right: solid 1px #BA0D3C;
  border-bottom: solid 1px #BA0D3C;
  display: block !important;
}

.top-sokuhou .title {
  background: #BA0D3C;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  margin: 0;
}

.top-news {
  margin: 20px 0 0;
  overflow: hidden;
}

.top-news .line-title {
  font-size: 16px;
  position: relative;
}

.top-news .btn-more {
  top: -6px;
  right: 5px;
}


.top-news .line-title a {
  color: #BA0D3C
}

.top-news ul li {
  width: 100%;
  height: auto;
  padding: 10px 0;
  overflow: hidden;
}

.top-news ul li:first-child {
  height: 90px;
  padding: 0 0 10px;
}

.top-news ul li + li {
  border-top: solid 1px #BA0D3C ;
}

.thumbnail {
  background: #bbb;
}

.top-news ul li .thumbnail {
  background: url(../img/common/noimage.jpg) no-repeat center / cover;
  width: 80px;
  height: 80px;
  float: left;
}

.top-news ul li .thumbnail img {
  width: 80px;
  height: 80px;
}

.top-news ul li .text-wrap {
  width: 70%;
  padding: 0 0 0 10px;
  float: left;
}

.top-news ul li .title {
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.top-news ul li .day {
  font-size: 12px;
  color: #5D5D5D;
  margin: 10px 0 0;
}

.top-mid-col2 {
  margin: 20px auto;
}

.top-mid-col2 .pc-left {
  margin-top: 20px;
}

.ranking .line-title {
  font-size: 16px;
}

.ranking ul li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  counter-increment: num;
}

.ranking ul li + li {
  margin-top: 8px;
}

.ranking ul li::before {
  width: 25px;
  height: 25px;
  color: #BA0D3C;
  font-weight: 500;
  margin: auto;
  content: counter(num);
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  border: solid 1px  #BA0D3C ;
  margin-right: 8px;
}

.pr {
  font-size: 12px;
}

.pr .line-title {
  font-size: 16px;
  margin: 0;
}

.pr ul li {
  line-height: 1.6;
}

.pr ul li + li {
  border-top: dashed 1px #AAA;
}

.pr ul li:last-child {
  border-bottom: dashed 1px #AAA;
}

.pr ul li a {
  padding: 10px 0;
  display: block;
}

.target-recommend,
.relation-link {
  margin-top: 40px;
}

.uz-minpo_pc {
  margin-bottom: 0 !important;
}

.uz-minpo_pc .__uz__widget .__uz__header-div {
  color: #BA0D3C !important;
  line-height: 1;
  font-size: 16px !important;
  padding-left: 5px !important;
}

.uz-minpo_pc .__uz__widget .__uz__articles-area .__uz__article .__uz__article-content .__uz__article-text {
  font-size: 12px !important;
  color: #333 !important;
}

.uz-minpo_pc .__uz__widget a:hover .__uz__article-content .__uz__article-text {
  text-decoration: none !important;
}

/*.target-recommend .title {
  height: auto;
  color: #BA0D3C ;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  border: none;
  padding: 0;
  background: transparent;
}

.target-recommend ul {
  font-size: 0;
  margin-top: -5%;
}

.target-recommend ul li {
  width: calc(100% / 2 - 2%);
  margin: 5% 0 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.target-recommend ul li:nth-child(2n) {
  margin-left: 4%;
}

.target-recommend ul li .thumbnail {
  background: url(../img/common/thumbnail.jpg) no-repeat center / cover #bbb;
  width: 100%;
  height: 40vmin;
  margin: 0 0 10px;
}

.target-recommend ul li .thumbnail img {
  width: 100%;
  height: 40vmin;
}

.target-recommend ul li .text-wrap {
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 0;
}

.target-recommend .logo {
  width: 100px;
  margin: 10px 0 0;
}*/


/***********************************
#sidebar
************************************/

.order-banner {
  width: 300px;
  margin: 20px auto;
}

.todays-paper {
  background: #FFE8EE;
  width: 100%;
  padding: 20px 0;
}

.todays-paper .title {
  font-size: 16px;
  font-weight: 700;
  color: #BA0D3C ;
  text-align: center;
  line-height: 1;
  margin: 0 0 10px;
}

.todays-paper .title::before {
  content: none;
}

.todays-paper .paper-img {
  width: 250px;
  height: auto;
  margin: 0 auto 15px;
  border: solid 1px #ccc;
  overflow: hidden;
}

.todays-paper .btn {
  width: 250px;
  margin: 0 auto;
}

.todays-paper .btn a {
  background: #BA0D3C ;
  width: 250px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 15px 0;
  display: block;
}

#top .side-ads {
  margin-top: 20px;
}

.side-news-list {
  margin: 20px 0 0;
}

.side-news-list .line-title {
  font-size: 15px;
}

.side-recommend ul li {
  height: 24px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.side-recommend ul li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.side-recommend ul li + li {
  margin: 8px 0 0;
}

.side-release ul li {
  position: relative;
  line-height: 22px;
}

.side-release ul li + li {
  margin: 8px 0 0;
}

.side-release .btn {
  position: relative;
  text-align: right;
  margin: 15px 0 0;
}

.side-release .btn a {
  font-size: 14px;
  font-weight: 500;
  color: #BA0D3C ;
  border: solid 1px #BA0D3C ;
  position: relative;
  display: block;
  padding: 4px 0;
  text-align: center;
  border-radius: 5px;
}

.side-release .btn a::after {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1.5px solid #BA0D3C ;
  border-right: 1.5px solid #BA0D3C ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-news-list ul li::before,
.side-news-list ul li::after {
  position: absolute;
  /*top: 0;
  bottom: 0;*/
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.side-news-list ul li::before {
  /*content: "›";*/
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: 500;
  margin: auto;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  top: 0;
}

.side-news-list ul li::after{
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.side-news-list.arrow-green  ul li::after {
  border-top: 2px solid #BA0D3C ;
  border-right: 2px solid #BA0D3C ;
}

.side-news-list.arrow_white  ul li::after {
  border-top: 2px solid #BA0D3C ;
  border-right: 2px solid #BA0D3C ;
}

.side-news-list ul li a {
  font-size: 14px;
  padding: 0 0 0 15px;
  display: block;
}

.breadcrumb {
  font-size: 12px;
  line-height: 1.8;
}

.breadcrumb ul {
  margin: 0 !important;
}

.breadcrumb ul li {
  display: inline;
  list-style: none !important;
}

.breadcrumb ul li + li::before {
  content: ">";
  padding: 0 5px
}

/*============================================================
.topics-index 記事一覧ページ
============================================================*/

.btn-more {
  height: 10px;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  line-height: 1;
  color: #fff;
  padding: 0 !important;
  margin: auto;
}

.topics-index h2 {
  padding: 5px 65px 5px 15px;
  display: block;
  color: #BA0D3C;
}

.topics-index h2 a {
  color: #BA0D3C;
}

.pager {
  line-height: 30px;
  text-align: center;
  margin: 20px auto 0;
}

.pager a, .pager .current_page {
  background: #fff;
  width: 40px;
  height: 30px;
  font-size: 13px;
  color: #BA0D3C;
  margin: 10px 0 0 10px;
  border: solid 1px #BA0D3C;
  display: inline-block;
}

.pager .prev,
.pager .next {
  color: #BA0D3C;
}

.pager .current_page {
  background: #BA0D3C;
  border-color: #BA0D3C;
  color: #FFF;
}

/*============================================================
.detail 記事詳細ページ
============================================================*/

.time {
  font-size: 12px;
  line-height: 1;
  color: #5D5D5D;
  margin: 8px 0 0;
}

.sns {
  width: 100%;
  height: 23px;
  margin: 0 0 10px;
  overflow: hidden;
}

.sns ul {
  margin: 0 !important;
  float: right;
}

.sns ul li {
  width: 23px;
  height: 23px;
  float: left;
  list-style: none !important;
}

.sns ul li + li {
  margin-left: 15px;
}

.sns ul li a {
  width: 23px;
  height: 23px;
  display: block;
}

.sns ul li a img {
  vertical-align: top;
}

article + article {
  margin-top: 30px;
}

article p {
  text-align: left;
  line-height: 2;
  position: relative;
  z-index: 1;
}

article p:not(:last-child) {
  margin-bottom: 15px;
}

article a {
  text-decoration: underline;
}

.detail-img {
  width: calc(100% / 2 - 2%);
  margin: 7px 0 5px 15px;
  float: right;
  clear: both;
  position: relative;
  z-index: 2;
}

.detail-img + .detail-img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail-img a {
  text-align: center;
  position: relative;
  display: block;
}

.detail-img i {
  background: url(../img/common/icon_view.png) no-repeat center / 50px auto;
  width: 50px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.page-img-caption,
.detail-img-caption {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
}

.boxlink,
.backlink {
  margin-bottom: 20px;
  line-height: 33px;
}

.boxlink.right,
.backlink.right {
  text-align: right;
  float: none;
}

.boxlink a, .backlink a {
  font-size: 13px;
  color: #BA0D3C;
  line-height: 1.5;
  border: 1px solid #BA0D3C;
  border-color: #BA0D3C;
  position: relative;
  text-decoration: none;
}

.boxlink a {
  padding: 5px 25px 5px 10px;
}

.arrow,
.boxlink a::after {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 42%;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1.5px solid #BA0D3C;
  border-right: 1.5px solid #BA0D3C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.backlink a {
  padding: 5px 20px 5px 30px;
}

.backlink a::after {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 42%;
  left: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1.5px solid #BA0D3C;
  border-right: 1.5px solid #BA0D3C;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.page .primary ul,
.topics-detail .primary ul {
  list-style: disc outside;
  margin-left: 20px;
}

.page .primary ul li,
.topics-detail .primary ul li {
  list-style: disc outside;
}

.page .primary ul li + li,
.topics-detail .primary ul li + li,
.page .primary dl dd,
.topics-detail .primary dl dd {
  margin-top: 3px;
}

.page .primary ul,
.topics-detail .primary ul,
.page .primary dl,
.topics-detail .primary dl {
  margin-bottom: 20px;
}

p.reset {
  margin: 0 !important;
}

ul.reset {
  margin-left: 0 !important;
}

.reset > li {
  line-height: 1.8;
  list-style: none !important;
}

.list-border li {
  padding: 5px;
  border-bottom: dashed 1px #aaa;
}

/*============================================================
#okuyami 訃報・おくやみ
============================================================*/

#okuyami .article ul {
  background: #F8F8F8;
  padding: 5px 15px;
  margin: 0 0 15px;
}

#okuyami .article ul li {
  line-height: 1.6;
  list-style: none;
  padding: 10px 0;
}

#okuyami .article ul li + li {
  border-top: dashed 1px #aaa;
}

/*============================================================
#denjiro-profile 伝次郎プロフィール
============================================================*/

#topicsdenjiro_profile #denjiro_gif {
  width: 90%;
}

#topicsdenjiro_profile .article dl {
  background: #FFEFEF;
  padding: 20px 15px;
}

/*============================================================
#jrnp みんぽうジュニア新聞
#time 情報ナビタイム
============================================================*/

#topicstime h1 {
  width: 70%;
  margin: 20px auto 20px;
}

#topicstime .primary {
  position: relative;
}

#time .sns {
  width: 70px;
  margin: 0 auto 15px;
}

#jrnp .article ul,
#topicstime .article ul {
  margin: 0;
}

#jrnp .article ul li,
#topicstime .article ul li {
  background: #FFEFEF;
  padding: 20px;
  list-style: none;
}

#jrnp .article ul li + li,
#topicstime .article ul li + li {
  margin-top: 20px;
}

#jrnp .article ul li .img,
#topicstime .article ul li .img {
  text-align: center;
}

#jrnp .article ul li .img img,
#topicstime .article ul li .img img {
  border: solid 1px #D3D3D3;
}

#jrnp .article ul li .btn,
#topicstime .article ul li .btn {
  width: 100px;
  height: 28px;
  margin: 15px auto 0;
}

/*============================================================
#eshinbun E新聞
============================================================*/

/*============================================================
#eshinbun E新聞
============================================================*/

.eshinbun .primary .title-area {
  padding: 15px;
  margin: 10px auto 20px;
  border: solid 1px #BABABA;
  position: relative;
}

.eshinbun .primary .title-area h1 {

}

/*#eshinbun .primary .title-area .btn {
  width: 170px;
  height: 100px;
}*/

.eshinbun .primary .title-area .btn a {
  background: #BA0D3C;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  display: block;
  position: relative;
  margin-top: 15px;
  text-align: center;
}

.eshinbun .primary .title-area .btn a::after {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*============================================================
#contact 各種お問い合わせ
============================================================*/

#contact-typelist dt {
  width: 30px;
  height: 30px;
  margin-top: 0 !important;
  float: left;
}

#contact-typelist dd {
  line-height: 30px;
  margin: 0 0 10px 40px !important;
}

#contact .primary h2.title span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
}

#contact-list h2 {
  margin-top: 30px;
}

/*============================================================
#subscribe 新聞購読のご案内
============================================================*/

#subscribe .article .lead-title,
#subscribekoudoku .article .lead-title,
#subscribeotameshi .article .lead-title,
#subscribeyuso .article .lead-title,
#subscribeokurimono .article .lead-title,
#subscribeservice .article .lead-title {
  font-size: 18px;
  font-weight: 600;
}

#subscribe-nav {
  margin: 20px auto;
}

#subscribe-nav ul li {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

#subscribe-nav ul li:nth-child(2n+1) {
  margin-left: 0;
}

#subscribe-nav ul li a {
  display: block;
}

#subscribe-nav ul li a.selected {
  background: #BA0D3C;
  color: #fff;
}

.tel-img p {
  font-weight: 600;
  margin-bottom: 10px;
}

.tel-img p span {
  display: block;
}

.tel-img p img {
  height: 20px;
}

#subscribe-step li {
  background: #FFEFEF;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}

#subscribe-step li + li {
  margin-top: 15px;
}

#subscribe-step li .title {
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #BA0D3C;
  border-radius: 5px;
  margin-bottom: 10px;
}

#subscribe-step li p {
  margin: 0;
}

#subscribe-step li p span {
  color: #BA0D3C;
  font-weight: 600;
}

/*============================================================
#shop 販売店検索
============================================================*/

#shop-search form {
  padding: 10px;
  background: #F0F0F0;
}

#shop-search input[type="text"] {
  padding: 0px 7px;
  margin: -0.0625em 0px 0px;
  height: 30px;
  outline: none;
}

#shop-search input[type="submit"] {
  border: none;
  font-weight: bold;
  letter-spacing: 20px;
  padding-left: 20px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  margin: 5px auto 0;
  color: #fff !important;
  background: #BA0D3C !important;
  border-radius: 2px;
  display: block;
}

#search-nav.column3 {
  text-align: center;
}

#search-nav.column3 li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
}

#search-nav.column3 li:nth-child(3n+1) {
  margin-left: 0;
}

#search-nav a {
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  border: solid 1px #C3C3C3;
}

#search-nav a:hover,
#search-nav a.selected {
  background: #FFEFEF;
  color: #BA0D3C;
  border: solid 1px #BA0D3C;
}

.search-list,
.results-list {
  min-width: 100% !important;
}

.search-list th,
.search-list td,
.results-list th,
.results-list td {
  line-height: 1.8;
  padding: 10px !important;
}

/*.search-list th {
  width: 150px;
}*/

.search-list td a,
.results-list td a {
  margin: 0 5px;
  display: inline-block;
  text-decoration: underline;
}

.detail .status {
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: #EC6941;
  margin: -15px 0 25px;
}

.detail .data {
  min-width: 100%;
  border-top: solid 1px #A0A0A0;
}

.detail .data th,
.detail .data td {
  vertical-align: middle;
  border-bottom: solid 1px #A0A0A0;
}

.detail .data th {
  padding: 10px !important;
  text-align: center;
  border-right: solid 1px #A0A0A0;
}

.detail .data td {
  padding: 10px;
}

.detail .data td img {
  margin-bottom: 10px;
  display: block;
}

.detail #gmap {
  width: 90%;
  height: 250px;
  margin: 0 auto;
}

/*============================================================
#weather 天気情報
============================================================*/

#weather .datetime {
  font-size: 12px;
  margin-bottom: 20px;
}

.weather-box {
  background: #fff;
  border: 1px solid #D0D0D0;
}

.weather-box-head {
  background-color: #F2F2F2;
  padding: 5px 15px;
  border-bottom: 1px solid #D0D0D0;
}

.weather-box-title {
  font-weight: 600;
}

.weather-box-cont {
  padding: 10px 20px 20px;
}

.weather-item {
  margin-bottom: 10px;
}

.weather-item-cont {
  float: left;
}

.weather-item-icon {
  width: 70px;
  height: 50px;
  text-align: center;
  margin-top: 5px;
  float: right;
}

.weather-item-icon img {
  max-height: 100%;
}

.weather-box .weather-item-temp {
  min-height: 32px;
}


.weather-item-temp-high {
  color: #FF9133;
  font-weight: 600;
}

.weather-item-temp-low {
 color: #0EACC1;
 font-weight: 600;
}

.weather-item-temp-high span,
.weather-item-temp-low span {
  font-size: 18px;
  margin-left: 5px;
}

.weather-box table,
.weather-weekly table {
  table-layout: fixed;
  margin: 0;
}

.weather-box table,
.weather-weekly table {
  width: 100% !important;
}

.weather-box table th,
.weather-box table td,
.weather-weekly table th,
.weather-weekly table td {
  vertical-align: middle;
  text-align: center;
}

.weather-box table th,
.weather-box table td {
  padding: 0.5em 0 !important;
}

.weather-weekly table th,
.weather-weekly table td {
  width: 90px;
  padding: 0.5em !important;
}

.weather-box table td,
.weather-weekly table td {
  line-height: 1.3;
}

.weather-weekly,
.table-responsive {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  margin-bottom: 30px;
}

.table-responsive table {
  min-width: 100%;
}

.weather-weekly th + th {
  font-weight: 600;
}

.weather-weekly table td img {
  height: 50px;
  /*min-width: 55px;*/
}

.weather-weekly .weather-item-temp span {
  font-size: 14px;
  text-align: center;
  display: block;
}

.weather-weekly::after,
.table-responsive::after {
  display: block;
  padding-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  content: "← 左右にスクロールできます →";
}

.weather-warning ul {
  line-height: 1;
}

.weather-warning ul li {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.weather-warning ul li + li {
  margin-left: 30px;
}

.weather-warning ul li::before {
  content: "■";
  position: absolute;
  left: -15px;
}

.weather-warning ul li:nth-of-type(1) {
  color: #9E61C4;
}

.weather-warning ul li:nth-of-type(2) {
  color: #E64E4E;
}

.weather-warning ul li:nth-of-type(3) {
  color: #618BC4;
}

.weather-warning table {
  width: 100% !important;
  margin-bottom: 0;
}

.weather-warning table th {
  width: 95px;
}

.no-data {
  margin-bottom: 30px;
}

.weather-warning table td span {
  font-size: 14px;
  display: inline-block;
  padding: 5px;
  line-height: 1.1;
  margin: 5px;
}

.emergency {
  color: #fff;
  background: #9E61C4;
}

.warning {
  color: #fff;
  background: #E64E4E;
}

.advisory {
  color: #fff;
  background: #618BC4;
}

/*============================================================
#error404
============================================================*/

#error404 .lead-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

#error404 #main p {
  line-height: 2;
}


#error404 #main .search-box-wrap {
  margin-top: 30px;
  display: block !important;
  opacity: 1 !important;
  position: relative !important;
  overflow: visible !important;
}

#error404 #main .site-search {
  top: 0;
}

#error404 #main form table {
  border-top: none !important;
  margin: 0 !important;
}

#error404 #main form table td,
#error404 #main form table th {
  padding: 0 !important;
  border-bottom: none !important;
  vertical-align: baseline;
  display: inline !important;
}

/*============================================================
#company 会社案内
============================================================*/

#company-profile dt { width:5em; }

#company-profile dd {
  margin-left:5em !important;
  }

body.page #main dl#company-history { margin-bottom:1em; }
#company-history dt { width:6em;}
#company-history dd { margin-left:6em !important;}

body.page #main dl.branchlist {
  width:100%;
  margin:0;
  display:inline;
  margin-right:20px;
  }

body.page #main dl.branchlist.last { margin-right:0; }

body.page #main dl.branchlist dt {
  height:30px;
  line-height:30px;
  padding-left:10px;
  background:#ffe5be;
  margin-bottom:5px;
  font-size: 93.33%; /* 15px base 14px */
  font-weight:bold;
  }

body.page #main dl.branchlist dd {
  margin-bottom:5px;
  font-size: 93.33%; /* 15px base 14px */
  }

body.page #main dl.branchlist dt#koriyama {
  background:none;
  padding-top:10px;
  margin-top:10px;
  border-top:1px dotted #ccc;
  }

body.page #main #branch-tbl {
  width: auto !important;
  border-collapse: collapse;
  border-spacing:0;
  margin:0;
  background:none;
  font-size: 13px;
  border:none;
  line-height:1.25;
  table-layout: fixed;
  }

body.page #main #branch-tbl th,
body.page #main #branch-tbl td {
  background:none;
  text-align:left;
  white-space: nowrap;
  margin:0;
  padding:0;
  border:none;
  background:none;
  padding:8px;
  border-bottom:1px solid #eee;
  }

body.page #main #branch-tbl th {
  font-weight:bold;
  }

body.page #main #branch-tbl thead th {
  text-align:center;
  background:#eee;
  padding:5px 0;
  border-right:3px solid #fff;
  color:#888;
  }

body.page #main dl.flat { position:relative; }
body.page #main dl.flat dt { position:absolute; left:0; font-weight:normal; margin-bottom:0; }
body.page #main dl.flat dd + dt { margin-top:0; }
body.page #main dl.flat dd { margin-bottom:0; }

#gmap iframe {
  width: 100%;
  height: 250px;
}

.caption {
  display:block;
  font-size: 12px;
  line-height:1.5;
}

/*============================================================
記事データベース
============================================================*/

#dblist {
  width:280px;
  margin:30px auto !important;
  }

#dblist li {
  float:left;
  width:140px;
  padding:0 15px;
  }

#dblist li .caption { text-align:center; }

/*============================================================
#hanbaisyoukai ご友人・お知り合いご紹介キャンペーン
============================================================*/

#hanbaisyoukai .primary .title-area {
  margin: 10px auto 20px;
}

/*============================================================
hsb 高校野球
============================================================*/

hgroup h1 + h2 {
  line-height: 40px;
  padding: 0 17px;
  background: #FFEFEF;
  margin: -20px 0 20px;
}

hgroup h1 + h2 a {
  text-decoration: underline;
}

#hsbbanner{
  padding: 10px 15px;
  border: 3px solid #BA0D3C;
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

#hsbbanner a{
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
  padding-left: 23px;
}

figure.hsbimg {
  padding: 9px;
  border: solid 1px #b3b3b3;
  line-height: 1;
  background: #e5e5e5;
}

table.hsb-common {
  width:auto !important;
  border-top: solid 1px #b3b3b3;
  border-left: solid 1px #b3b3b3;
}

table.hsb-common a,
table.hsb-game a {
  text-decoration: underline;
}

table.hsb-common td,
table.hsb-common th {
  width: 127px;
  padding: 0.75em 0 0.5em 0;
  border-right: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
  text-align: center;
}

.hsb-gamebox{ padding-bottom: 0;}

table.hsb-game{
  width:100% !important;
  border-top: solid 1px #b3b3b3;
  border-left: solid 1px #b3b3b3;
  font-size: 14px;
  margin-bottom: 10px;
  border-collapse: unset;
}

table.hsb-game td,
table.hsb-game th {
  font-size: 12px;
  border-right: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding: 0.25em;
}

table.hsb-game thead th { background: #e6e6e6; }

table.hsb-game tbody th {
  width: 130px;
  font-size: 12px;
  padding: 0.25em;
  }

table.hsb-game tbody td { width: 30px; }

th.hsname{ width: 4em; padding: 0.25em 0; }

table.hsb-data{
  width:100% !important;
  border-top: solid 1px #b3b3b3;
  border-left: solid 1px #b3b3b3;
}

table.hsb-data td,
table.hsb-data th {
  border-right: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  padding:2px;
  font-size: 16px;
  }

table.hsb-data thead th {
  background: #e6e6e6;
  padding: 0.5em 0;
}

table.hsb-data td img{ vertical-align: top; }

table.hsb-data .phototd{ width: 134px; }
table.hsb-data .areatd{ width: 140px; }

.gamelink{
  text-align: right;
  margin-top: -30px;
  padding-right: 10px;
}

.hsb_comment{
  text-align: center;
}

body.topics #topics .list h1.nobold{
  color: #4c4c4c;
}

h2.pageh2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0 7px 15px;
  position: relative;
  margin-bottom: 15px;
  border-bottom: solid 1px #797979;
  clear: both;
}

h2.pageh2::before {
  content: "■";
  font-size: 9px;
  position: absolute;
  left: 0;
  top: 5px;
}

h3.pageh3 {
  font-weight: 700;
  min-height:30px;
  height:auto !important;
  height:30px;
  line-height:1.5;
  padding: 7px 10px;
  background: #FFEFEF;
  margin-bottom:15px;
}

h2.pageh2 span,
h3.pageh3 span {
  font-size: 85.71%; /* 14px base 12px */
}

.page .list + .list {
  margin-top: 30px;
}

.page .list header {
  height: 30px !important;
  position: relative;
  margin-bottom: 15px;
}

.page .list header a {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 30px;
  color: #fff;
}

/* 応援メッセージ */
body.cheer .btnbox a {
  width:330px !important;
  display: inline-block;
}
body.cheer .caution {
  background:#F5F5F7;
  padding:1.5em;
  margin-bottom:1.5em;
}

/*============================================================
#companyrecruit 採用情報
============================================================*/

#companyrecruit article table.common {
  min-width: 100%;
}

#companyrecruit article table.common th {
  width: 90px;
}

/*============================================================
#sns ソーシャルアカウント一覧
============================================================*/

.sns-list li {
  width: 170px;
  text-align: center;
  margin: 0 0 10px;
  float: left;
}

.sns-list li p {
  text-align: center;
}

.sns-list li img {
  width: 70px;
  height: 70px;
}

/*============================================================
#styleguide スタイルガイド
============================================================*/

#styleguide .primary .sp,
#styleguide-page .primary .sp {
  display: block !important;
}

/*============================================================
#下層ページ
============================================================*/



/***********************************
.各コンテンツ
************************************/





