@charset "utf-8";
/* CSS Document */
/* 目次 
1. リセット
2. 共通（レイアウト・その他・見出し・ボタン・ヘッダー・フッター・ぱんくず・TOP.newsお知らせ一覧共通)
*/

/**************************************************
1. リセット
**************************************************/
* {
  margin: 0;
  padding: 0;
  line-height:1.0;
}
article,aside,details,figcaption,figure,footer,pc-header,main,menu,nav,section,summary {display: block;}
html {font-size: 62.5%;}
body {
  font: normal 1.4rem/1.6  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
  color:#333333;
}
html,body{ margin:0; padding:0;}
table,thead,tbody,tr,th,td{border-collapse:collapse; border-spacing: 0;}
td,th {padding: 0;}
ul, ol{list-style: none;}
a {text-decoration: none; color:#333333;}
a:link, a:visited, a:hover, a:active {
  transition: .3s;
}
img {vertical-align: bottom; border: 0;}
i, cite, em, var, address, dfn {font-style:normal;}
*, *:before, *:after {box-sizing: border-box;}
small { font-size: 12px;font-size: 1.2rem;}
button,select {text-transform: none;}
/* IE用 */
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
button {overflow: visible;}
textarea {overflow: auto;}
/* firefox用リンクをクリックした後に表示される「枠線」を消す */
a,a:focus{outline: none;}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
/*スクロールバーの領域表示確保*/
html {overflow-y:scroll;}
/* body */
body{width:100%;}
/*スライダーの画像の右にできる余白を隠す*/
#container{overflow: hidden;}
/*タブ切り替え*/
.ChangeElem_Panel{display: none;}
/* Androidでタップ時、オレンジの枠を消す */
*,button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}

/* clearfix */
.cf {
  clear: both;
}
.cf:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
/* float */
.float-l{float: left;}
.float-r{float: right;}
/*リンク*/
a:hover{opacity: 0.8;}
/*画像*/
img {
  width:100%;
  height:auto;
}
a:hover img,
a:active img {opacity: 0.8;}
/*---------------------------------
movie
--------------------------------*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------
レイアウト ※変更不可
------------------------------*/
/* margin */
.ma-b05em {
  margin-bottom: 0.5em;
}
.ma-b1em {
  margin-bottom: 1em;
}
.ma-l2em{
  margin-left: 2em;
}
/* background */
.bg-bi-red {
    background: linear-gradient(transparent 0%, transparent 70%, #ca3929 70%, #ca3929 100%);
}
/*------------------------------
テキスト ※変更不可
------------------------------*/
.bold {font-weight: 700;}
.normal {font-weight: 400;}
.text-l{text-align:left;}
.text-r{text-align:right;}
.text-c{text-align:center!important;}

/* key color */
.white{color: #fff;}
.red{color: #ca3929;}
.blue {
  color: #0780BF;
}
.orange {
  color: #ED630C;
}
.green {
  color: #00AA61;
}
/* 一行目以降インデント */
.indentback{
  text-indent: -1em;
  padding:0 0 10px 1em;
}

/*------------------------------
テキストリンク ※変更不可
------------------------------*/
a.text-link:link,
a.text-link:visited,
a.text-link:hover,
a.text-link:active{
  text-decoration: underline;
  color: #1a1a1a;
}
a.text-link:hover{
  opacity: 0.8;
}

/*------------------------------
リスト表示 ※変更不可
------------------------------*/
/* li一行目以降インデント */
ul.indent1>li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.indent2>li {
  text-indent: -2em;
  padding-left: 2em;
}
/*・*/
ul.disc{
  margin-left: 2em;
}
ul.disc>li {
  list-style: disc;
  margin-bottom: 1em;
}
/*123*/
ol.decimal{
  margin-left: 2em;
}
ol.decimal>li {
  list-style: decimal;
  margin-bottom: 1em;
}
/*abc*/
ol.lower-latin{
  margin-left: 2em;
}
ol.lower-latin>li {
  list-style: lower-latin;
  margin-bottom: 1em;
}
/*--------------------------------------------------
検索 searchform
----------------------------------------------------*/
#searchform{
  display: flex;
  max-width: 400px;
  position: relative;
}
#searchform .searchBox {
  width: calc(100% - 30px);
  height: 30px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 0;
  padding: 4px;
}
#searchform .searchForm-submit {
  position: relative;
  width: 30px;
  height: 30px;
  background: #007cba;
  text-align: center;
  border: none;
  outline: none;
}
#searchform .searchForm-submit::before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-weight: 900;
  padding-right: 5px;
  color: #fff;
  position: absolute;
  font-size: 14px;
  top: 8px;
  left: 7px;
}

/*--------------------------------------------------
画像スクロール共通 .sp-scroll
----------------------------------------------------*/
.sp-scroll p{
  margin: 0 auto ;
  width: 600px;
  height: auto;
}
/*スクロール*/
.sp-scroll{
  overflow: auto;
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.sp-scroll::-webkit-scrollbar {
  height: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.sp-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
/*スクロールバーの色・角丸指定*/
.sp-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background:#aaa;
}
/*--------------------------------------------------
テーブルスクロール共通 .sp-scroll-t
----------------------------------------------------*/
.sp-scroll-t table {
  margin: 0 0 10px;
}
/*スクロール*/
.sp-scroll-t{
  width: 100%;
  overflow: auto;
  margin-bottom: 10px;
}
/*スクロールバーの横幅指定*/
.sp-scroll-t::-webkit-scrollbar {
  height: 10px;
}
/*スクロールバーの背景色・角丸指定*/
.sp-scroll-t::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
/*スクロールバーの色・角丸指定*/
.sp-scroll-t::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background:#aaa;
}


/*--------------------------------------------------
カレント(js) .current
----------------------------------------------------*/
.current{
  background-color:#0851A0;
}














/*====================================================================
slick
====================================================================*/

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 300px;
  margin: 0 auto;
}


/*=================== ipad pro PCここから==================*/
@media screen and (min-width: 1024px) {
/* iOSでTEL link無効 */
a[href^="tel"]{
  color:inherit;
  text-decoration:none;
}
.disabled {
  pointer-events: none;
  display: inline-block;
  line-height: 0.8;
}

}
