@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 Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ 明朝', 'MS Mincho','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝体+36ポかな','YuMincho +36p Kana',sans-serif,Meiryo, Osaka, sans-serif;
  color:#333;}
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; }
/*a:hover, a:active, a:focus {color: #33383f;}*/
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でTEL link無効 */
a[href^="tel"]{
  color:inherit;
  text-decoration: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;}


/* clearfix */
.cf {
  clear: both;
}
.cf:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
/* float */
.float-l{float: left;}
.float-r{float: right;}
/*リンク*/
/*画像*/
img {
  width:100%;
  height:auto;
}
a:hover img,
a:active img {opacity: 0.8;}

a:link,a:visited,a:hover,a:active{
  color: #333;
}
a:hover,
a:active {opacity: 0.8;}

iframe{
    width: 100%;
}
/*------------------------------
googlemapのレスポンシブ対応 ※変更不可
------------------------------*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/*------------------------------
レイアウト ※変更不可
------------------------------*/
.ma-b25{
  margin-bottom: 25px;
}
.ma-b50{
  margin-bottom: 50px;
}
/*------------------------------
余白
------------------------------*/
.mb-s{
    margin-bottom: 10px;
}
.mb-m{
    margin-bottom: 20px;
}
.mb-l{
    margin-bottom: 30px;
}
/*------------------------------
テキスト ※変更不可
------------------------------*/
/*
p {
  margin-bottom: 1em;
}
*/
.small{
  font-size: 12px;
  font-size: 1.2rem;
}
.font13{
  font-size: 13px;
  font-size: 1.3rem;
}
.bold {font-weight: bold;}
.text-l{text-align:left;}
.text-r{text-align:right;}
.text-c{text-align:center;}

/* 一行目以降インデント */
.indentback{
  text-indent: -1em;
  padding-left: 1em;
}
.number{
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Arial Black','Arial Black','Arial Rounded MT Bold',sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    
}

/*------------------------------
テキストカラー ※変更不可
------------------------------*/
.red-c{
    color: #A02222;
}
.happa-c{
    color: #A2D671;
}
.sora-c{
    color: #D8E3DD;
}
.white-c{
    color: #fff;
    
}

/*------------------------------
マーカー ※変更不可
------------------------------*/
.marker-green {
background: linear-gradient(transparent 60%, #5bed3b 0%);
}
.marker-yellow {
background: linear-gradient(transparent 60%, #ffff00 0%);
}
.marker-blue {
background: linear-gradient(transparent 60%, #99ccff 0%);
}
.marker-orange {
background: linear-gradient(transparent 60%, #ffa500 0%);
}
.marker-Purple {
background: linear-gradient(transparent 60%, #cc99ff 0%);
}
.marker-pink {
background: linear-gradient(transparent 60%, #ff99cc 0%);
}

/*------------------------------
背景色 ※変更不可
------------------------------*/
.bg-gr{
    background: #EEEEEE;
}
.bg-w{
    background: #fff;
}
.bg-light-g{
    background: #D8E3DD;
}
 
/*------------------------------
テキストリンク ※変更不可
------------------------------*/

a.text-link:link,
a.text-link:visited,
a.text-link:hover,
a.text-link:active{
  color: #333;
  text-decoration: underline;
}

a.text-link2:link,
a.text-link2:visited,
a.text-link2:hover,
a.text-link2:active {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}

/*------------------------------
クリック範囲の拡大
------------------------------*/
.range{
    position: relative;
}

.range a::before{
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: "";
}

.range:hover,
.range:active {opacity: 0.9;}

/*------------------------------
▶ ※変更不可
------------------------------*/
.arrow-link{
  font-weight: 600;
}



/*------------------------------
リスト表示 ※変更不可
------------------------------*/
/*・*/
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;
}

/*------------------------------
pagetopボタン ※変更不可
------------------------------*/
#pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #023B1F;
  opacity: 0.8;
  border-radius: 50%;
}
#pagetop a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#pagetop a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  font-size: 3.0rem;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -7px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*--------------------------------------------------
画像スクロール共通 .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;
}

/*--------------------------------------------------
アコーディオン
----------------------------------------------------*/

.acobox{
	width: 100%;
/*	margin: 10px auto 40px;*/
	padding: 10px 0;
}
.accordionlist dt{
      display: flex;
    justify-content: space-between;
    padding: 16px 0 16px 6px;
/*
    border-top: 1px solid #DFDFDF;
    align-items: center;
*/
}
/*
.accordionlist:nth-child(8) dd{
    border-bottom: 1px solid #DFDFDF;
}
*/

/*
.accordionlist dt .title{
     text-align: center;
}
*/
.accordionlist dd{
    display:none;
	padding:0 0 20px 15px;
}
.aco_icon,
.aco_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.aco_icon {
	position: relative;
	width: 30px;
	height: 20px;
/*	float: right;*/
	margin-right: 6px;
}
.aco_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.aco_icon span:nth-of-type(1) {
    top: 8px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.aco_icon span:nth-of-type(2) {
    top: 8px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.aco_icon.active span:nth-of-type(1) {
	display:none;
}
.aco_icon.active span:nth-of-type(2) {
	top: 8px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}