@charset "utf-8";



/******************************/
/********** Web Font **********/
/******************************/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');



/*****************************/
/********** Default **********/
/*****************************/

* {
  font-family: Arial, 'Yu Gothic', YuGothic, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  font-weight: 500;
}

/*IE11 Hack*/
@media all and (-ms-high-contrast:none) {
  * {
    font-family: Arial, "メイリオ", Meiryo, sans-serif;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::-moz-selection { background: #CCCCCC; color: #FFFFFF; text-shadow: none;}
::selection { background: #CCCCCC; color: #FFFFFF; text-shadow: none;}

p {
  margin: 20px 0;
}
html {
  font-size: 62.5%;
}
html, body {
  height: 100%;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.5rem;
  line-height: 160%;
  color: #000000;
  background-color: #FFFFFF;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 100%;
  min-width: 1024px;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  list-style-position: inside;
}
a {
  color: #000000;
  background: none;
  text-decoration: underline;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  color: #888888;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
a img {
  border: none;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 0.3s;
  backface-visibility: hidden;
}
address {
  font-style: normal;
}
img {
  vertical-align: middle;
}
strong, em {
  font-style: normal;
  font-weight: 800;
}
em i {
  font-style: italic;
  font-weight: 1000; /*太字かつ斜体にしたかったので1000を設定。*/
  /*font-weight: 800;  元々はこちら。*/
}
i {
  font-style: italic;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 1.2rem;
}
sub {
  vertical-align: baseline;
  position: relative;
  bottom: -1ex;
  font-size: 1.2rem;
}
hr {
  border: none;
  height: 1px;
  background-color: #00B3B7;
  margin: 20px 0;
  clear: both;
}
figure {
  margin: 0 auto;
}
figcaption {
  margin: 10px auto;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.top {
  vertical-align : top;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.bold {
  font-weight: 800;
}
.nowrap {
  white-space: nowrap;
}
.email:after {
  content: "@";
}
.no-click {
  pointer-events: none;
}
.delete-text {  /*テキストに取り消し線を付ける*/
  text-decoration: line-through;
}


/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
/*IE11 Hack*/
@media all and (-ms-high-contrast:none) {
  #container {
    display: block;
  }
}



/****************************/
/********** H Tag **********/
/****************************/

h2 {
  clear: both;
  font-size: 3.4rem;
  font-weight: 500;
  font-style: normal;
  margin: 20px 0;
  padding: 0;
  line-height: 160%;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
}
h3 {
  clear: both;
  font-size: 2.4rem;
  font-weight: 800;
  font-style: normal;
  margin: 20px 0;
  padding: 0 0 5px 0;
  line-height: 160%;
  color: #0C93AB;
  border-bottom: 1px solid #0C93AB;
  position: relative;
  text-decoration: none;
}
h3 ruby {
  font-weight: 800;
}
h4 {
  clear: both;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  margin: 20px 0;
  padding: 6px 20px;
  line-height: 160%;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
  background-color: #0C93AB;
}
h4 a {
  color: #FFFFFF;
  text-decoration: none;
}
h4 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
h5 {
  clear: both;
  font-size: 1.6rem;
  font-weight: 800;
  font-style: normal;
  margin: 20px 0;
  padding: 0;
  line-height: 160%;
  color: #000000;
  position: relative;
  text-decoration: none;
}
h6 {
  clear: both;
  font-size: 1.5rem;
  font-weight: 800;
  font-style: normal;
  margin: 20px 0;
  padding: 0;
  line-height: 140%;
  position: relative;
  text-decoration: none;
}



/*******************************/
/********** File Icon **********/
/*******************************/

.pdf:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c1";
  margin: 0 0 0 6px;
  font-size: 1.3rem;
  font-weight: 800;
}
.word:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c2";
  margin: 0 0 0 6px;
  font-size: 1.3rem;
  font-weight: 800;
}
.excel:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f1c3";
  margin: 0 0 0 6px;
  font-size: 1.3rem;
  font-weight: 800;
}



/*******************************/
/********** Font Size **********/
/*******************************/

.f30 {
  font-size: 3.0rem;
}
.f28 {
  font-size: 2.8rem;
}
.f26 {
  font-size: 2.6rem;
}
.f24 {
  font-size: 2.4rem;
}
.f22 {
  font-size: 2.2rem;
}
.f20 {
  font-size: 2.0rem;
}
.f19 {
  font-size: 1.9rem;
}
.f18 {
  font-size: 1.8rem;
}
.f17 {
  font-size: 1.7rem;
}
.f16 {
  font-size: 1.6rem;
}
.f15 {
  font-size: 1.5rem;
}
.f14 {
  font-size: 1.4rem;
}
.f13 {
  font-size: 1.3rem;
}
.f12 {
  font-size: 1.2rem;
}
.f11 {
  font-size: 1.1rem;
}
.f10 {
  font-size: 1.0rem;
}



/***************************/
/********** Width **********/
/***************************/

.w100 {
  width: 100%;
}
.w90 {
  width: 90%;
}
.w80 {
  width: 80%;
}
.w70 {
  width: 70%;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}
.w33 {
  width: 33%;
}
.w30 {
  width: 30%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w15 {
  width: 15%;
}
.w10 {
  width: 10%;
}
.w5 {
  width: 5%;
}



/**************************************/
/********** Padding & Margin **********/
/**************************************/

.pd50 {
  padding: 50px;
}
.pd40 {
  padding: 40px;
}
.pd30 {
  padding: 30px;
}
.pd20 {
  padding: 20px;
}
.pd10 {
  padding: 10px;
}
.pd5 {
  padding: 5px;
}
.mg50 {
  margin: 50px;
}
.mg40 {
  margin: 40px;
}
.mg30 {
  margin: 30px;
}
.mg20 {
  margin: 20px;
}
.mg10 {
  margin: 10px;
}
.mg5 {
  margin: 5px;
}



/***************************/
/********** Color **********/
/***************************/

.color01 {
  color: #000000;
}
.color02 {
  color: #CCCCCC;
}
.color03 {
  color: #EEEEEE;
}
.color04 {
  color: #FFFFFF;
}
.color05 {
  color: #4BC9DF;
}
.color06 {
  color: #04295D;
}
.color07 {
  color: #3366CC;
}
.color08 {
  color: #996699;
}
.color09 {
  color: #55A850;
}
.color10 {
  color: #ff0000; /* red */
}


/**********************************/
/********** Border Color **********/
/**********************************/

.border01 {
  border: 1px solid #000000;
}
.border02 {
  border: 1px solid #CCCCCC;
}
.border03 {
  border: 1px solid #EEEEEE;
}
.border04 {
  border: 1px solid #FFFFFF;
}
.border05 {
  border: 1px solid #4BC9DF;
}
.border06 {
  border: 1px solid #04295D;
}
.border07 {
  border: 1px solid #3366CC;
}
.border08 {
  border: 1px solid #996699;
}
.border09 {
  border: 1px solid #55A850;
}



/**************************************/
/********** Background Color **********/
/**************************************/

.bgcolor01 {
  background-color: #000000;
}
.bgcolor02 {
  background-color: #CCCCCC;
}
.bgcolor03 {
  background-color: #EEEEEE;
}
.bgcolor04 {
  background-color: #FFFFFF;
}
.bgcolor05 {
  background-color: #4BC9DF;
}
.bgcolor06 {
  background-color: #04295D;
}
.bgcolor07 {
  background-color: #3366CC;
}
.bgcolor08 {
  background-color: #996699;
}
.bgcolor09 {
  background-color: #55A850;
}



/***********************************/
/********** Border Radius **********/
/***********************************/

.radius02 {
  border-radius: 2px;
}
.radius03 {
  border-radius: 3px;
}
.radius04 {
  border-radius: 4px;
}
.radius06 {
  border-radius: 6px;
}
.radius08 {
  border-radius: 8px;
}
.radius10 {
  border-radius: 10px;
}



/*********************************/
/********** Img Outline **********/
/*********************************/

.outline01 {
  outline: 1px solid #FFFFFF;
  outline-offset: -1px;
}
.outline02 {
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
}
.outline03 {
  outline: 3px solid #FFFFFF;
  outline-offset: -3px;
}
.outline05 {
  outline: 5px solid #FFFFFF;
  outline-offset: -5px;
}
.outline10 {
  outline: 10px solid #FFFFFF;
  outline-offset: -10px;
}



/********************************/
/********** Ul-Style01 **********/
/********************************/

.ul-style01 ul {
  margin: 0 25px;
  padding: 0;
}
.ul-style01 ul li {
  margin: 10px 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: disc;
}



/********************************/
/********** Ul-Style02 **********/
/********************************/

.ul-style02 ul {
  margin: 0 25px;
  padding: 0;
}
.ul-style02 ul li {
  margin: 10px 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: square;
}



/********************************/
/********** Ul-Style03 **********/
/********************************/

.ul-style03 ul {
  margin: 0 25px;
  padding: 0;
}
.ul-style03 ul li {
  margin: 10px 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: circle;
}



/********************************/
/********** Ul-Style04 **********/
/********************************/

.ul-style04 ul {
  margin: 0;
  padding: 0;
}
.ul-style04 ul li {
  margin: 10px;
  padding: 0;
  list-style: none;
}



/********************************/
/********** Ul-Style05 **********/
/********************************/

.ul-style05 ul {
  margin: 0;
  padding: 0;
}
.ul-style05 ul li {
  margin: 5px 0;
  padding: 0 0 5px 0;
  list-style: none;
  border-bottom: 1px dotted #CCCCCC;
}



/********************************/
/********** Ul-Style06 **********/
/********************************/

.ul-style06 ul {
  margin: 0 10px;
  padding: 0;
}
.ul-style06 ul li {
  margin: 5px;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
}
.ul-style06 ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 -1em;
  font-size: 1.2rem;
  font-weight: 800;
  list-style-position: outside;
}



/********************************/
/********** Ul-Style07 **********/
/********************************/

.ul-style07 ul {
  margin: 0 10px;
  padding: 0;
}
.ul-style07 ul li {
  margin: 5px;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
}
.ul-style07 ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f30b";
  margin: 0 6px 0 -1em;
  font-size: 1.2rem;
  font-weight: 800;
  list-style-position: outside;
}



/********************************/
/********** Ul-Style08 **********/
/********************************/

.ul-style08 ul {
  margin: 0 10px;
  padding: 0;
}
.ul-style08 ul li {
  margin: 5px;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
}
.ul-style08 ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  margin: 0 6px 0 -1em;
  font-size: 1.2rem;
  font-weight: 800;
  list-style-position: outside;
}



/********************************/
/********** Ol-Style01 **********/
/********************************/

.ol-style01 ol {
  margin: 0 25px;
  padding: 0;
}
.ol-style01 ol li {
  margin: 10px;
  padding: 0;
  list-style-type: decimal;
  list-style-position: outside;
}



/********************************/
/********** Ol-Style02 **********/
/********************************/

.ol-style02 ol {
  margin: 0 25px;
  padding: 0;
}
.ol-style02 ol li {
  margin: 10px;
  padding: 0;
  list-style-type: lower-alpha;
  list-style-position: outside;
}



/********************************/
/********** Ol-Style03 **********/
/********************************/

.ol-style03 ol {
  margin: 0 25px;
  padding: 0;
}
.ol-style03 ol li {
  margin: 10px;
  padding: 0;
  list-style-type: upper-latin;
  list-style-position: outside;
}



/********************************/
/********** Ol-Style04 **********/
/********************************/

.ol-style04 ol {
  margin: 0 25px;
  padding: 0;
}
.ol-style04 ol li {
  margin: 10px;
  padding: 0;
  list-style-type: upper-alpha;
  list-style-position: outside;
}



/********************************/
/********** Dl-Style01 **********/
/********************************/

.dl-style01 {
  margin: 20px 0;
  padding: 0;
}
.dl-style01 dl {
  width: 100%;
}
.dl-style01 dl dt {
  margin: 0;
  padding: 10px;
  background-color: #CCCCCC;
  color: #FFFFFF;
  width: 100%;
}
.dl-style01 dl dd {
  margin: 0;
  padding: 10px;
  background-color: #EEEEEE;
  color: #000000;
  width: 100%;
}



/********************************/
/********** Dl-Style02 **********/
/********************************/

.dl-style02 {
  margin: 20px 0;
  padding: 0;
}
.dl-style02 dl {
  margin: 1px 0;
  padding: 0;
  width: 100%;
  display: flex;
}
.dl-style02 dl dt {
  margin: 0;
  padding: 10px;
  white-space: wrap;
  width: 30%;
  background-color: #CCCCCC;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dl-style02 dl dd {
  margin: 0;
  padding: 10px;
  width: 100%;
  background-color: #EEEEEE;
  color: #000000;
}



/********************************/
/********** Dl-Style03 **********/
/********************************/

.dl-style03 {
  margin: 20px 0;
  padding: 0;
}
.dl-style03 dl {
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.dl-style03 dl dt {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  width: 100%;
  border-bottom: 1px dotted #CCCCCC;
}
.dl-style03 dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
}



/***********************************/
/********** Table Style01 **********/
/***********************************/

.table-style01 {
  margin: 30px 0;
  padding: 0;
  width: 100%;  /*親要素の幅いっぱいにtableを表示するために追加*/
  counter-reset: numbering; /* 行頭セルに自動で連番を振る。table-style01クラスの                 */
}                           /* table要素が現れるたびに、カウンタ変数「numbering」を作成 (値を0にセット)*/
.table-style01 table {
  border-collapse: collapse;
  table-layout: auto; /*上記に伴い追加*/
}
.table-style01 caption {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
  padding: 4px;
}
.table-style01 tr th {
  margin: 0;
  padding: 4px;
  text-align: center;
  background-color: #DDECF0;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #CCCCCC;
}
.table-style01 tr th:before {
  counter-increment: numbering;/*th要素が現れるたびに、カウンタ変数「numbering」に1を加算*/
  content: counter(numbering) ". ";/*th要素の前(先頭)に「X. 」の形式でカウンタの値を表示*/
}
.table-style01 tr td {
  margin: 0;
  padding: 4px;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-weight: 500;
}



/***********************************/
/********** Table Style02 **********/
/***********************************/

.table-style02 {
  margin: 30px 0;
  padding: 0;
}
.table-style02 table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-style02 caption {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
  padding: 4px;
}
.table-style02 tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-style02 tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.table-style02 tr th {
  margin: 2px;
  padding: 10px;
  text-align: center;
  background-color: #DDECF0;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
}
.table-style02 tr td {
  margin: 0;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}



/***********************************/
/********** Table Style03 **********/
/***********************************/

.table-style03 {
  margin: 30px 0;
  padding: 0;
}
.table-style03 table {
  width: 100%;
  border-collapse: separate;
}
.table-style03 caption {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
  padding: 4px;
}
.table-style03 tr th {
  margin: 0;
  padding: 4px;
  text-align: center;
  background-color: #EEEEEE;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 800;
}
.table-style03 tr td {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #FFFFFF;
}




/***********************************/
/********** Table Style04 **********/
/***********************************/
/* T.Y. added */

.table-style04 {
  margin: 30px 0;
  padding: 0;
}
.table-style04 table {
  width: 100%;
  border-collapse: separate;
}
.table-style04 caption {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 00;
  padding: 4px;
}
.table-style04 tr th {
  border: 0.5px #0C94AC solid;  /* 太さ1pxで緑色の実線 */
  margin: 0;
  padding: 5px;
  text-align: left;
  background-color:rgba(12,148,172,0.4);  /*#0C94AC で　透明度0.4 */
  color: #000000;
  font-size: 1.4rem;
  font-weight: 800;
}
.table-style04 tr td {
  border: 0.5px #0C94AC solid;  /* 太さ1pxで緑色の実線 */
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #FFFFFF;
}

/***********************************/
/********** Table Style05 **********/
/***********************************/

.table-style05 {
  margin: 30px 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;  /*親要素の幅いっぱいにtableを表示するため*/
  border-collapse: collapse;/*セル間に隙間ができない。*/
}
.table-style05 caption {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 800;
  padding: 4px;
}
.table-style05 tr th {
  margin: 0;
  padding: 4px;
  text-align: left;
  background-color: #DDECF0;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #999999;
}
.table-style05 tr td {
  margin: 0;
  padding: 10px;
  border: 1px solid #999999;
  font-size: 1.4rem;
  font-weight: 500;
}

/********************************/
/********** Inner Link **********/
/********************************/

.inner-link {
  margin: 20px 0;
  border-bottom: 1px solid #CCCCCC;
}
.inner-link ul {
  display: flex;
  flex-wrap: wrap;
}
.inner-link ul li {
  margin: 4px 0;
  font-size: 1.3rem;
}
.inner-link ul li:after {
  content: "|";
  color: #CCCCCC;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
}
.inner-link ul li:last-child:after {
  content: none;
}
.inner-link .current a {
  text-decoration: none;
  color: #4BC9DF;
}





/********************************/
/********** Inner Link 2 **********/
/********************************/

.inner-link02 {
  margin: 10px 0;
/*  border-bottom: 1px solid #CCCCCC; */
}
.inner-link02 ul {
  display: flex;
  flex-wrap: wrap;
}
.inner-link02 ul li {
  margin: 4px 0;
  font-size: 2rem;
}
.inner-link02 ul li:after {
  content: "|";
  color: #CCCCCC;
  margin: 0 10px 0 0;
  padding: 0 0 0 10px;
}
.inner-link02 ul li:last-child:after {
  content: none;
}
.inner-link02 .current a {
  text-decoration: none;
  color: #4BC9DF;
}



/**********************************/
/********** External Link**********/
/**********************************/

.external-link:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f360";
  margin: 0 0 0 4px;
  font-size: 1.2rem;
  font-weight: 800;
}



/****************************/
/********** Button **********/
/****************************/

.button {
  margin: 20px 0;
  padding: 0;
}
.button a {
  display: inline-block;
  padding: 8px 24px;
  background-color: #4BC9DF;
  color: #FFFFFF;
  font-size: 1.3rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.button a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 0 auto;
}
.button-group .button {
  margin: 10px;
  padding: 0;
}



/********************************/
/********** Google Map **********/
/********************************/

.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



/*****************************/
/********** YouTube **********/
/*****************************/

.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}



/*****************************/
/********** Gallery **********/
/*****************************/

.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery div {
  width: 31.6%;
  margin: 1.3% 2.6% 1.3% 0;
}
.gallery div:nth-child(3n) {
  margin-right: 0;
}
.gallery div img {
  width: 100%;
  height: auto;
  margin: 0 0 4px 0;
}



/****************************/
/********** Folfer **********/
/****************************/

.toggle {
  cursor: pointer;
  background-color: #0C93AB;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 800;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  width: 120px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.toggle.active,
.toggle:hover {
  color: #FFFFFF;
  background-color: #3366CC;
  transition: background-color 0.3s, color 0.3s;
}
.toggle:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-size: 1.5rem;
  font-weight: 800;
  float: right;
}
.toggle.active:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f106";
  font-size: 1.5rem;
  font-weight: 800;
  float: right;
}

.toggle2 {
  cursor: pointer;
  background-color: #0C93AB;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 800;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  width: 120px;
  position: absolute;
  right: 20px;
  top: 5px;
}
.toggle2.active,
.toggle2:hover {
  color: #FFFFFF;
  background-color: #3366CC;
  transition: background-color 0.3s, color 0.3s;
}
.toggle2:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-size: 1.5rem;
  font-weight: 800;
  float: right;
}
.toggl2.active:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f106";
  font-size: 1.5rem;
  font-weight: 800;
  float: right;
}

/******************************************/
/********** path-list(パンくずリスト) **********/
/******************************************/
.path-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #CCCCCC;
}

.path-list li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.path-list li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
}

.path-list li:last-child:after {
  content: '';
}