@charset "UTF-8";
/* ================================================
reset
================================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  overflow-y: scroll; 
  color: var(--text-color);
  
}

html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-thumb {
  background:#bdbdbd;
}



body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

header, nav, footer, section {
  display: block;
}

a {
  color: var(--accent-color-dark);
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

img {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body{
  padding-top: 5px;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(
    to right,
    #aeceff,
    #b7f089,
    #b7f089,
    #f0d489,
    #ff9999
  );
  z-index: 9999;
}

body.is-open {
  overflow: hidden;
}


.text_center{text-align: center;}


/* var color */
:root {
  --bg-color: #fff;
  --text-color: #232323;
  --accent-color: #888888;
  --accent-color-light: #e9e9e9;
  --accent-color-dark: #5e5e5e;
  --base-color: #0099cc;
  --base-color-light: #d8e7ec;
  --base-color-dark: #0e669e;
  --container-width: auto;
  --headline-lineheight: 1.4;
  --base-lineheight: 1.7;
  --point-color:  #c50000;
}



/* var color gen */
:root {
  --base-color_gen: #0099cc;
  --base-color-light_gen: #d8e7ec;
  --base-color-dark_gen: #0e669e;
}

/* var color ray */
:root {
  --base-color_ray: #c180b7;
  --base-color-light_ray: #eee0e7;
  --base-color-dark_ray: #994e74;
}

/* var color sun */
:root {
  --base-color_sun: #d89c56;
  --base-color-light_sun: #f5e8d8;
  --base-color-dark_sun: #75593a;
}

/* var color gen */
:root {
  --base-color_tie: #95ba67;
  --base-color-light_tie: #e0e8d6;
  --base-color-dark_tie: #4b5a3a;
}


/* ================================================
web font
================================================ */

/* Noto Serif Japanese 900 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap');


/* ================================================
rem
================================================ */
html {
  font-size: 625%;
}

@media (min-width: 751px) and (max-width: 750px) {
  html {
    font-size: calc(100vw / 12.8);
  }
}


@media (min-width: 751px) and (max-width: 1000px) {
  html {
    font-size: calc(100vw / 9.8);
  }
}




@media (max-width: 750px) {
  html {
    font-size: calc(100vw / 7.67);
  }
}

/* ================================================
text-shadow
================================================ */


/* ================================================
layout
================================================ */
body {
	height: 100%;
	line-height: 1.6;
	background: url("../images/common/body_bg.jpg");
	background-attachment:fixed;
	background-size: cover;
  font-family: "M PLUS 1", sans-serif;
	font-size: .18rem;

}

@media (max-width: 750px) {
  body {
    font-size: .24rem;
  }
}

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1200px;
  background: url(../images/common/wrapperbg.jpg) center top repeat-y;
  background-size: 100%;
}

@media (max-width: 750px) {

.wrapper {
  background-size: 140%;
}

}

@media (min-width: 751px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contents {/*bodyの背景色*/
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  color: #000;
  background: rgba(255,255,255,0.5);
  
}

@media (min-width: 751px) {
  .contents {
    margin: 0 0 0 auto;
    padding: .25rem/*.3rem*/ .5rem;
    width: calc(100% - 240px);

  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 750px) {
  .contents {
    padding: 1.4rem .3rem;
  background-size: 200%;
  }
}
/*
.contents p, .contents dl, .contents ul {
  text-shadow: #000 2px 0 2px, #000 -2px 0 2px, #000 0 -2px 2px, #000 0 2px 2px, #000 2px 2px 2px, #000 -2px 2px 2px, #000 2px -2px 2px, #000 -2px -2px 2px, #000 1px 2px 2px, #000 -1px 2px 2px, #000 1px -2px 2px, #000 -1px -2px 2px, #000 2px 1px 2px, #000 -2px 1px 2px, #000 2px -1px 2px, #000 -2px -1px 2px;
}
*/

.header_title {
  text-align: center;
  position: relative;
  padding: 0.2em 0.5em;
  margin: 0 auto 1em;
  font-size: 1em;
  display: block; 
  width: 80%;
  color: var(--accent-color-dark);
}

.header_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.3em;
  height: 0.6em;
  background: var(--accent-color-light);
  transform: skewX(-10deg); 
  z-index: -1;
}

.sidebar, .sidebar_index {
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 50;
  width: 100%;
  background: #fff;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: url(../images/common/closs.png) center top repeat #fff;
}

.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar_index::-webkit-scrollbar {
  display: none;
}

@media (min-width: 751px) {
  .sidebar, .sidebar_index {
    width: 240px;
    height: 100%;
  }
  .sp_only{display: none;}
}

.sidebar .qr,
.sidebar_index .qr {
  margin: 26px 0 0 0;
  color: darkslateblue;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}


@media (max-width: 750px) {
  .sidebar .qr,
.sidebar_index .qr {
    display: none;
  }
  .pc_only{display: none;}
}

.sidebar .qr img,
.sidebar_index .qr  img {
  margin: 0 0 20px 0;
  width: 82px;
}


.sidebar .portaltop,
.sidebar_index .portaltop {/*Manual Topへ*/
  margin: 12px;
    padding: 6px;
  font-size: 14px;
  text-align: center;
    background:#fff;
  cursor: pointer;
  border-radius: 10px;
    border: 2px solid #ccc;
    color: #ccc;
}

.sidebar .portaltop a,
.sidebar_index .portaltop a{
  color: var(--accent-color-dark) !important;
}


.sidebar .home,
.sidebar_index .home {/*Manual Topへ*/
  margin: 12px;
    padding: 6px;
  font-size: 14px;
  text-align: center;
    background:#fff;
  cursor: pointer;
  border-radius: 10px;
    border: 2px solid #ccc;
    color: #ccc;
}
.home div::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    min-width: 1.2em;
    height: 0.8em;
    background: url(../images/common/to_home.png) no-repeat center / contain;
    transform: scaleX(-1);
    filter: saturate(0);
    margin-right: 0.5em;
    border: none;
}

.sidebar .home a,
.sidebar_index .home a {
  color: var(--accent-color-dark) !important;
  padding: 0.5em 0;
}


#quartet nav dd{
  display: block;
}


#quartet table th{
      width: 12em;
}


@media (max-width: 750px) {
.sidebar .portaltop,
.sidebar_index .portaltop {
  font-size: .3rem;
  padding:0;
}
.sidebar .home,
.sidebar_index .home{
  font-size: .3rem;
  padding:0.5em;
}
}


/* ================================================
nav
================================================ */
nav {
  line-height: 1;
  text-align: center;
  letter-spacing: .02em;
}

@media (min-width: 751px) {
  nav {
    /*padding: 10px;*/
    display: block !important;
     font-size: .15rem; 
  }

.header_logo{
  margin-top: -5%;
}
}

@media (max-width: 750px) {
  nav {
    padding: .1rem;
    display: none;
/*    background: #211D12;*/
    font-weight: bold;
    font-size: .3rem; 
  }
}


nav dl,nav ul{margin: 0 0 0 0;}

nav dl + dl{
      border-top: 1px solid #ffffff;
}

nav dt {
	color:#fff;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
	cursor:pointer;
background-image: 
  url(../images/common/btn_dec01.png);
background-repeat: no-repeat, repeat-x;
background-size: 100% 100%;
background-position: center bottom, center bottom;
background-color: var(--accent-color);
}

nav dt a {
  pointer-events: none;
	margin:0;
	color:#fff !important;
	text-decoration:none;
	display:block;
}


nav dt a.enable_link    { pointer-events: auto; }


nav dt:hover {

  filter: brightness(1.3);

}





nav dd {
display: none;
 background: none;
}

nav dd a {
}

nav dd a.current {/*navの現在p*/
	  background: var(--accent-color-light);
}

@media (max-width: 750px) {
  nav dd a.current {
	 background:var(--accent-color-light);
  }
}

nav dd a:hover {/*使用中*/
  color: var(--accent-color);
  opacity: 1.0;
	background:var(--accent-color-light);
}

nav a {
  padding: 1em 0.5em;
  display: block;
}

nav dd ul li{
	width: 100%;
	border-bottom: 1px var(--accent-color-light) solid;
	margin:0 1em 0em 0;
  background-color: #fff;
}



/* ================================================
header
================================================ */
@media (max-width: 750px) {
  header {
    padding: 0 .8rem 0 .3rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
  }
  .header_logo{
    width: 50%;
    display: inline-block;}
  .header_title{
    width: 40%;
    margin: 0;

          }
}

header a {
  line-height: 1.2;
  font-weight: bold;
}

header a:hover {
}

@media (min-width: 751px) {
  header a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;    
  }
    


}

header a span {
  display: none;
}

@media (max-width: 750px) {
  header a span {
    display: block;
  }

.sidebar nav,
.sidebar_index nav {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
}
}

header .home_icon    { width: 10%; margin-right: 0.5em; }
header .lang_icon    { position: absolute; width: 6%; right: 1.8rem; }
header .home_icon img   { max-width: 50px; }
header .toMnlTop　{}

.lang_short_icon { width: 7%; margin-right: 0.5em; }


header .toggle {
  position: absolute;
  top: .1rem;
  right: .1rem;
  width: 1rem;
  height: 1rem;
  background-color: var(--accent-color);
  cursor: pointer;
}

@media (min-width: 751px) {
  header .home_icon,
  header .toggle ,
  header .toMnlTop,
  header .lang_icon {
    display: none;
  }
}

header .toggle.open span {
  background: none;
}

header .toggle.open span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .toggle.open span::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

header .toggle span {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: .4rem;
  height: .02rem;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

header .toggle span::before, header .toggle span::after {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .02rem;
  content: '';
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

header .toggle span::before {
  -webkit-transform: translateY(-0.08rem);
          transform: translateY(-0.08rem);
}

header .toggle span::after {
  -webkit-transform: translateY(0.08rem);
          transform: translateY(0.08rem);
}

.nav_title{
  margin-bottom: 1em;
}

.nav_title .nav_title_gen{
  border-left: 4px var(--base-color_gen) solid;
}

.nav_title .nav_title_ray{
  border-left: 4px var(--base-color_ray) solid;
}

.nav_title .nav_title_sun{
  border-left: 4px var(--base-color_sun) solid;
}

.nav_title .nav_title_tie{
  border-left: 4px var(--base-color_tie) solid;
}

/* ================================================
言語切り替え横並び
================================================ */

.nav_lang_list {
    width: 90%;
  margin: auto;
  /*margin-bottom: 0.25em;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}

.nav_lang_list a{
  color:var(--base-color);
text-decoration: underline;}

.nav_lang_list dd{
    display: flex;
    align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: .2s;
  gap: .05em;
   
}
.lang-btn{
  font-size: 0.15rem;
  line-height: 0.75;
  display: inline-block;
  padding:0.1rem 0.1rem;
  text-align: center;
     
}
.lang:hover{
  color:#848484;
  background-color: #2e2e2e;
}
    
@media (max-width: 750px) {   
.nav_lang_list {
  padding: 1em 0;
}
.lang{
  font-size: 0.3rem;
     
}
.lang-btn{
  font-size: 0.3rem;
}
    
    
}

/* ================================================
言語切り替えプルダウン
================================================ */

.lang_head{
  width: 90%;
  cursor: pointer;
  margin: auto;
  margin-bottom: 1em;
}
.lang_head{
  position: relative;
  margin: 0 auto;
  padding: 5% 0;
  width: 80%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: .8em;
  background: #393939;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  line-height: 1.4;
  display: flex;
  transition: .2s;
  gap: .3em;
}
.lang_head:hover{
    filter: brightness(1.3);
}

.lang_head img{
  width: 0.2rem;
  min-width: 0.2rem;
  height: auto;
  margin-left: -0.1rem;
}

.nav_lang_list dd{
  margin-top: .15rem;
  color: #fff;
}
@media (max-width: 750px) {
  .nav_lang_list dd{
  margin-top: 0;
}
}
.nav_lang_list{
  color:#fff;
}
.lang_item{
  font-size: 0.15rem;
  line-height: 1;
  display: block;
  padding:0.12rem 0.5rem;
  text-align: center;
  color:#fff !important;
}
.lang_item:hover{
  color:#848484;
  background-color: #2e2e2e;
}

@media (max-width: 750px) {
  .nav_lang_list{
    width: 100%;
    margin-bottom: 0;
  }
  .lang_head{
    display: none;
  }
  .lang_item{
    font-size: 0.3rem;
    padding:0.3rem 0.5rem;
  }
}

/* ================================================
main
================================================ */
main section {
  margin: -.3rem 0 .5rem 0;
  padding: .3rem 0 0 0;
}

@media (max-width: 750px) {
  main section {
    margin-top: -1.1rem;
    padding-top: 1.1rem;
  }
}

main section:last-child {
  margin-bottom: 0;
}

@media (min-width: 751px) {/*最初のh2の前のあきつめ*/
main section:first-child {
  margin-bottom: 0;
}
}
main section:first-child p:last-child {
  margin-bottom: .45rem;
}


main .sec {
  margin: 0 0 2em 0;
}

main .sec:last-child {
  margin-bottom: 0;
}
main .w80 {
  margin: 1em auto;
  width: 80%;
}

@media (max-width: 750px) {
  main .w80 {
    width: 90%;
  }
}

main p {
  margin: 0 0 .2em 0;
}

main p:last-child {
  margin-bottom: 0;
}

main p img {
  margin: 0 .5em 0 0.5em;
}
main h4 img.icon {/*4100*/
    height: 1.25em;
    width: auto;
  margin: 0 .5em 0 0.5em;
}

main p img, main dl img, main ul img {
  width: auto;
  height: 1.5em;
}
main .disc{padding:1% 0 2% 0;}
main .disc li {
  margin: 0 0 0 1em;
  list-style:none;
  padding-bottom: 0.5em;
}
main .disc li::before {
  content: "・";
}

main .reference, main .reference_list li {/*注釈*/
  padding: 0 0 0 1em;
  color: #222222;
  font-size: .16rem;
  text-indent: -1em;
}

@media (max-width: 750px) {
  main .reference, main .reference_list li {
    font-size: .2rem;
  }
}

main .reference::before, main .reference_list li::before {
  margin: 0 .2em 0 0;
  content: '\203b';
  font-family: ‘Hiragino Kaku Gothic ProN’,’ヒラギノ角ゴ ProN W3′,’Meiryo UI’,Meiryo,sans-serif;
}



/*================================================
 *  hover効果
 ================================================*/

.image:hover{filter: brightness(130%);}


.center{
	text-align: center;
	margin: 0 auto;
	clear: both;
}

/* ================================================
link
================================================ */
main + .pagination {
  margin: .5rem 0 0 0;
}

.pagination {
  margin: 0 0 .2rem 0;
  line-height: 1;
}

.pagination li {
  display: inline-block;
	margin-left:0em;

}

.pagination li.prev {
  margin: 0 0 0 .15rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}



@media (max-width: 750px) {
  .pagination li + li {
    margin: 0 0 0 .2rem;
  }
}

.pagination a {
  display: block;
  width: .5rem;
  height: .5rem;
}
.pagination a.next {
  background: url("../images/common/next.png") no-repeat center/100%;
  -webkit-transition: none;
  transition: none;
}
.pagination a.prev {
  background: url("../images/common/back.png") no-repeat center/100%;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 750px) {
  .pagination a {
    width: 1rem;
    height: 1rem;
  }
}
.pagination a:hover {
  opacity:0.65;
}





/* ================================================
ph
================================================ */
.ph {
  margin: 1em auto;
  border: solid .01rem #F1F6D5;
}

.ph.controller {
  border: none;
}


.licence_oya {
	margin-top: 2em;
	padding: 1em 1em 1em 0em;
}


.licence li{
	margin-bottom: 0.8em;
	font-size: .16rem;
}

.licence li img{
	font-size: .1rem;
}

.icon_shadow{
 filter: drop-shadow(0 0px 4px rgba(0,0,0,0.3));
}

html:lang(en) .licence_oya {
	text-indent: inherit;
}
html:lang(en) .licence li{
	text-indent: inherit;	    
}

/* ================================================
flexbox
================================================ */
/*（ph+cap）横並び2つ　変形ナシ*/
.box_box {
  margin: 1em 0;
    
}
.box_box {
    display: flex;
    position: relative;
    align-items: flex-start;
    width: 100%;
    }
.box_box p {
    text-align: center;
}
.in_box {
	display   : block;
    border:2px var(--accent-color-light) solid;
    width:47%;
    padding: 2%;
}

.in_box + .in_box{
  margin-left: 7%;
}
.in_box img {
     height: auto;
    width:100%;
}   

/*1200の図にも流用　上に←→をのせる　*/

.arrow::before {
      content: "◀▶";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 auto;
    z-index: 50;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    height: auto;
}
.in_box h4 {
  text-align: center;
    border: none;
    font-size: 110%;
    height: 1em;
    margin: 4px;
    padding: 0;
    width:100%;
    display: inline-block;
    margin-bottom: 5%;
}  
.in_box ul {
  margin-top: 5%;
}

.in_box li {
    font-size: 90%;
}

/* ================================================
本文用flex
================================================ */

.flexbox_ph {
  margin: 1em 0;
}

@media (max-width: 750px) {
  .flexbox_ph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	  position: relative;
  }
}
/*スマホ*/
@media (max-width: 750px) {
  .flexbox_ph img {
		display   : block;
    margin: 0.5em 0 1em 0em;
    width: 100%;
  }
}
@media (max-width: 750px) {
    .flexbox_ph p {
		display   : block;
    width: 100%;
    }
  }

@media (max-width: 750px) {/*横並び画面説明文内のアイコンなどが横100％になるのを避ける*/
  .flexbox_ph img.btn {
    width: auto;
    height: 1.25em;
	display   : inline-block;
	margin: 0 0.2em;  
  }
  }
@media (max-width: 750px) {
  .flexbox_ph p img {
    width: auto;
    height: 1.25em;
	display   : inline-block;
	margin: 0 0.2em;  
  }
  }



/*PC 751以上*/
@media (min-width: 751px) {
    .flexbox_ph p {
/*	display   : block;*/
	width:100%;
		margin:0 1em 0 auto;
/*		margin:0 0 0 auto;*/
	}
  }
@media (min-width: 751px) {
    .flexbox_ph div.flex_txt {
	width: 100%;
	margin:0 1em 0 0;
	}
  }

@media (min-width: 751px) {
  .flexbox_ph div {
	display   : block;
	width:80%;
/*	  margin-left: 1em;*/
 		margin:0 0 0 auto;

  }
 }

@media (min-width: 751px) {
  .flexbox_ph div.aki_lr {
    margin: 0 1em 0 1em;
  }
 }



@media (min-width: 751px) {
  .flexbox_ph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row-reverse;
  }
}





/*------------------------------------
pagejump 
------------------------------------*/
/*ul.pagejump {
	border: 1px dotted black;
}
*/

.pagejump {
  margin: 0 auto .5rem auto;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}




@media (max-width: 750px) {
  .pagejump {
    font-size: .24rem;
  }
}

main .pagejump li {
  margin: 0 0.5em 1.5em 0.25em;
  text-align: center;
  text-indent: 0;
}

main .pagejump li.ex_w  { width: 14em; }


main .pagejump.short li   { width: 8.5em; }


.pagejump li:last-child { }

.pagejump a {
  padding: 0.4em;
  width: 100%;
  height: 100%;
  color: var(--base-color-dark);
  display: flex;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
}

.pagejump a:before {
  content: '';
  display: inline-block;
  width: 1.2em; min-width: 1.2em;
  height: 0.8em;
  background: url(../images/common/arrow_1.png) no-repeat center / contain;
  margin-left: 0.25em;
  border: none;
}


.pagejump li:hover    { filter: brightness(1.4); }
.pagejump a:hover {
  color: var(--base-color);
opacity: 1.0;
}


/*------------------------------------
pagelink 参照p
------------------------------------*/

.pagelink {
  margin: 0 auto .5rem auto;
	position: relative;
}

@media (max-width: 750px) {
  .pagelink {
    font-size: .24rem;
  }
}

.pagelink li {
	display: block;
	 padding: 0 0 0 -0.25em;
	margin: 0em;
/*	border: 1px pink solid;*/
}

.pagelink li::before{
 content: "▷";
 display: inline-block;
 vertical-align: middle;
color: var(--accent-color);
}

.pagelink a {
  color: var(--base-color);

}

.pagelink a::before {
  content: '';
  display: inline-block;
  width: 1.2em; min-width: 1.2em;
  height: 0.8em;
  background: url(../images/common/arrow_1.png) no-repeat center / contain;
  margin-left: 0.25em;
  border: none;
}



/* ================================================
footer
================================================ */
footer {
  margin: .2rem 0 0 0;
}

footer .copyright {
  font-size: .12rem;
  text-align: center;
  letter-spacing: .05em;
}

@media (max-width: 750px) {
  footer .copyright {
    font-size: .2rem;
  }
}

footer .pagetop {
  display: block;
  position: fixed;
  right: .3rem;
  bottom: .3rem;
  z-index: 10;
  width: .8rem;
  height: .5rem;
  content: '';
  background: url("../images/common/totop.png") no-repeat center/100%;
}

@media (max-width: 750px) {
  footer .pagetop {
    width: 1.0rem;
    height: 1.0rem;
  }
}

footer .pagetop:hover {
  filter: brightness(1.3);
  opacity: 1.0;
}

/* ================================================
TOP
================================================ */
.top {
		/* background:#ede4cd; */
}

@media (min-width: 751px) {
  .top {
    padding: 0 .3rem .3rem .3rem;
  }
}

@media (max-width: 750px) {
  .top {
    padding-top: .8rem;
  }
}

.top .mv {
  height: 5.5rem;
  margin: 0 -.3rem;
}
.gen {
  background: url("../../assets/images/visual/mv_top_01gen.png") no-repeat center/cover;
}
.ray {
  background: url("../../assets/images/visual/mv_top_02ray.png") no-repeat center/cover;
}
.sun {
  background: url("../../assets/images/visual/mv_top_03sun.png") no-repeat center/cover;
}
.tie {
  background: url("../../assets/images/visual/mv_top_04tie.png") no-repeat center/cover;
}

.quartet{
  background: url("../../assets/images/visual/mv_top_00quartet.png") no-repeat center/cover;
}

.top .mv_sw {
  height: 1.5rem;
  margin: 0 -.3rem;
/*  background: url("../images/visual/mv_top.jpg") no-repeat center/cover;*/
}


@media (max-width: 750px) {
  .top .mv {
    height: 8.2rem;
 /*   background: url("../images/visual/mv_top_sp.jpg") no-repeat center/cover;*/
  }
.gen {
    background: url("../../assets/images/visual/mv_top_sp_01gen.png") no-repeat center/cover;
  }
.ray {
    background: url("../../assets/images/visual/mv_top_sp_02ray.png") no-repeat center/cover;
  }    
.sun {
    background: url("../../assets/images/visual/mv_top_sp_03sun.png") no-repeat center/cover;
  }    

.tie {
    background: url("../../assets/images/visual/mv_top_sp_04tie.png") no-repeat center/cover;
  }    

.quartet{
  background: url("../../assets/images/visual/mv_top_sp_00quartet.png") no-repeat center/cover;
}

}

.top p, .top dl, .top ul {
  text-shadow: none;
}

.top .link {
  margin: 2em 0;
  line-height: 1;
  font-weight: bold;
}

@media (min-width: 751px) {
  .top .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .17rem;
  }
  @supports (display: grid) {
    .top .link {
      display: -ms-grid;
      display: grid;
      gap: .1rem;
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
    }
  }
}

@media (min-width: 751px) {
  .top .link .col {
    width: calc(100% / 3);
  }
  @supports (display: grid) {
    .top .link .col {
      width: auto;
    }
  }
}

@media (max-width: 750px) {
  .top .link .col {
    margin: 0 0 2em 0;
  }
  .top .link .col:last-child {
    margin-bottom: 0;
  }
.top .link dl {/*top目次リンク*/
 padding:0 !important;
}
}

.top .link dl {/*top目次リンク*/
  margin: 0 0 2em 0;
  padding: 0 0 0 1.5em;
}

.top .link dl:last-child {
  margin-bottom: 0;
}

.top .link dt {/*top目次リンク　項目名　見出し*/
  margin: 0 0 1em 0;
  padding:0.5em 0;
  font-size: 1.2em;
  color:var(--accent-color-dark); 
  border-top: solid 1px var(--accent-color); 
  border-bottom: solid 1px var(--accent-color);
}

.top .link li {
  margin: 0 0 1em 0;
  margin: 0 0 1em 1em;
  text-indent: -1.2em;
}

.top .link li:last-child {
  margin-bottom: 0;
}

.top .link li {

  color: var(--accent-color);
}

.top .link li li{/*下階層*/
  margin: 0.5em 0 0.5em 1.5em;

	font-size: 80%;
  line-height: 1.2;
}


.top .link li::before {
	    content: '';
    display: inline-block;
    width: 1.2em;
    min-width: 1.2em;
    height: 0.8em;
    background: url(../images/common/arrow_1.png) no-repeat center / contain;
    margin-left: 0;
}

.top .link li li::before {
	content: '\025b6';
	margin-right: 0.2em;
  font-size: 0.6em;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0em;
  padding-bottom: 0.5em;
}



.top .link .pagejump {
  margin: .8em 0 0 0;
  padding: 0 0 0 1em;
  display: inherit;
  font-weight: normal;
  text-align: left;
}

.top .link .pagejump li {
  display: inherit;
  margin: 0 0 .5em 0;
}

.top .link .pagejump li:last-child {
  margin-bottom: 0;
}

.top .reference_list {
  margin: 2em 0;
}

.top .reference_list li {/*トップ注釈*/
  color: #011824;
  font-size: .12rem;
}

@media (max-width: 750px) {
  .top .reference_list li  {
    font-size: .2rem;
  }
}

.top .reference_list img {
  height: 0.9em;
}
.top .reference_list img.hlp {
  height: 1.1em;
}






.top_remake {
	display: flex;
	flex-direction: column;
	 justify-content: center;
	background-color: rgba(255,255,255,0.50);
	padding: 1em;
	color: #555;
}
.top_remake p {
	display: block;
	text-align: center;
}
.top_remake img {
  margin: 0 auto;
  width: 82px;
}

/*# sourceMappingURL=style.css.map */




/* ================================================
ユーザーサポート
================================================ */
.column {
	padding: 0.9em;
	 margin: 1em 0em 1em 0em;
	background: rgba(255,255,255, 0.5);
	border: double 1px #211d12;
}


@media (max-width: 750px) {
	.column {
	}
}
.column div.column_ttl {
	background: linear-gradient(to right, transparent 0%, rgba(121,91,29, 0.7) 30%, rgba(121,91,29, 0.7) 70%, transparent 100%);
	padding: 0.5em 0em;
	  display: flex;
  justify-content: center;
  align-items: center;
}




/*----------------------------------
h1 h2 h3 
----------------------------------*/


h1	{
	position: relative;
	text-align:center;
  background: linear-gradient(180deg, var(--accent-color), var(--accent-color) 70%);
  -webkit-background-clip: text;
  color: var(--accent-color-dark);
  filter: drop-shadow(0 0 6px hsl(0, 0%, 100%));
  font-size:0.5rem;
	padding: 0;
	margin-bottom:0;
  font-weight: 700;
  font-optical-sizing: auto;
	line-height: 1.2em;
}
h1 > span {
	font-weight: bold;
	}

h1 span {
	display: inline-block;
	}



  h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5em; 
  background: url("../../assets/images/common/h1_border.png") no-repeat center;
  background-size: 100%; 
  margin-top:-0.5em;
}

h2	{
	position: relative;
	font-size: 150%;
	font-weight: bold;
	color: #fffe;
	line-height: 1.2em;
	text-align: left;
	padding: 0.85em 0.2em  0.85em 0.5em;  
	margin-bottom:0.5em;
	z-index: 4;
  font-weight: 700;
	line-height: 1.2em;
	background-image:url("../../assets/images/common/h2_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1100px) {
h2	{
	padding: 0.6em 0 0.7em 0.5em;  
}
}

@media (max-width: 900px) {
h2	{
	padding: 0.4em 0 0.5em 0.5em;  
}
}

@media (max-width: 750px) {
h2	{
	font-size: 140%;
	padding: 0.6em 0 0.5em 0.6em;  
	background-image:url("../../assets/images/common/h2_bg_sp.png");
}
}



h2::before{
  content: "";
  display: block;
  width: 1em;
  height: 1em; 
  background: url("../../assets/images/common/icon.png") no-repeat center;
  background-size: 100%; 
  margin-top:-0.1em;
}

.before { /*スマホヘッダー固定用の空白 shiyo*/
	height:40px;
}
h3 {
  position: relative;
  padding: 0.2em 0.5em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  font-size: 1.3em;
  display: block; 
  color:var(--accent-color-dark);
  display: flex;
    align-items: center;
}

h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.3em;
  height: 0.6em;
  background:#c9c9c9;
  transform: skewX(-10deg); 
  z-index: -1;
}
h4 {
	font-size:110%;
	clear: both ;
	color:var(--accent-color);
	font-weight: bold;
	line-height: 1.2em;
	padding: 3px 0px 5px 10px; 
	margin-top:1.5em;
	margin-bottom:0.5em;
  position: relative;
  padding-bottom: 5px;
  border-left: 0.4em solid var(--accent-color);
  display: flex;
  align-items: center;
}

h4 img {
	height:110%;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
}

main h4 img.icon    { margin: 0 .5em 0 0; }

h4 a {
	text-decoration: none;
	color:#72640c;
}




h4.us::after{border-bottom: none;}



h5 {	
	font-size:18px;
	clear: both ;
	color:#6a1917;
	font-weight: bold;
	line-height: 1.2em;
	padding: 3px 0px 5px 0px; 
	margin-top:3%;
	margin-bottom:0.5em;
	border-bottom: 2px solid rgba(85,71,56,0.5);
}

h5 img {
	height:1.5em;/*25px;*/
	width: 2em;
	vertical-align:middle;
	padding:0px 10px 0px 0px;
	
}

section {
	overflow: hidden;
	margin-bottom:0.5em;
	clear: both ;
}
section:first-child {
	margin-bottom:0;
}


.indent_left        { margin-left: 1.5em; }


a:hover {
	color:#6b0000;
	opacity:0.65;
}
p {
	margin:0 0 1em 0;
}
img {
	vertical-align:middle;
}
img.frame {/*shiyo*/
	border:1px solid #b8860b;
	background-color: rgba(0,0,0,0.5);
}
img.frame_02 {/*mishiyo*/

}
ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
		list-style-type: none;
/*	list-style:disc;*/
}

main li {
	margin-left:1em;
  margin-bottom: 0.25em;
  text-indent: -1em;
  line-height: 1.25;
}

ul.maru li {
	list-style:disc;
	text-indent: -0em;
	padding-left: 1em;
}
ul.nodisc li {
	list-style:none;
/*	text-indent: -0em;
	padding-left: 1em;*/
}
ul.maru_kei li {
	list-style:disc;
	text-indent: -0em;
	padding-left: 1em;
}
div.list_kei {
	border: 2px #be0006 solid;
	margin: 0.5em 0 1em;
}
div.list_back {
/*	border: 2px #be0006 solid;*/
	margin: 0.5em 0 1em;
	background: rgba(245, 240, 187, 0.4)/*rgba(190,0,6,0.1)*/;
	padding-bottom: 0.1em;
}
p.list_back_ttl {
	border-bottom: 3px solid rgba(245, 240, 187, 1);
	margin: 0 0 0.5em;
	background: rgba(245, 240, 187, 0.6)/*rgba(190,0,6,1)*/;
	padding: 0.2em 0 0 0.5em;
	color: rgba(190,0,6,1);
}

/*================================================
 *  表
 ================================================*/

 table {
  margin: 1em 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.5;
  color: #000;
  border: solid 2px #333;
  font-size: 0.9em;
}

table:last-child {
  margin-bottom: 0;
}

table th, table td {
  padding: .8em;
  border: dotted .01rem #e6e6e6;
}

table td { border: dotted .01rem #3a3a3a; }

table th {
  width: 8em;
  background:#716c6c;
  font-weight: bold;
  text-align: center;
	color: #f1f1f1;
}

table.thw15em th  { 
    width:15em; 
}

th.thw5em  { 
    width: inherit;
    width: 5em; }

table th br.force { display: block; }


table th > span {/*thの改行*/
	display: inline-block;
}

@media (min-width: 751px) {
  table th br {
    display: none;
  }
}


table img {
  margin: 0.3em;
  width: auto;
  height: 1.2em;
}

table.table_btn {
  table-layout: fixed;
}
table.table_btn th{
  font-size: 0.8em;
}

table.table_btn th, table.table_btn td {
  width: auto;
	text-align: center;
  padding: 0.5em;
}

table.table_btn th.th_02 {
  background: rgba(68,68,68, 1.0);
  font-weight: bold;
  text-align: center;
}
table.table_btn td img {
    height: 1.5em;
    width: auto;
}


th.th_second {/*表の見出しが2段階*/
  width: 20%;
 background: rgba(20,0,71, 0.8);
}

table.w_ttl {/*冒頭に見出し行あり*/	
}

table.w_ttl th.midashigyo {
  width: auto;	
  background-color: rgba(0,0,0,0.3)	;
	color: #000;
}

table.w_ttl th {
 width: 35%;	
}







th {
	text-align:left;
	font-weight:bold;
}



td {
	text-align:left;
	color:#000;
	padding:2px 10px;
	background: rgba(255,255,255,0.3);
}
th img {
	height:30px;
	vertical-align:middle;
	margin:5px;
}

th img.ps4icon {
	height:25px;
	vertical-align:middle;
	margin:5px;
}


td img {
	height:25px;
	vertical-align:middle;
}
th,td {
  	border: solid 1px #7b672e;
	vertical-align: middle; 
}

td p.shita_midashi {
	font-weight: bold;
	color: rgba(20,0,71, 1.0);
	border-bottom: 1px rgba(20,0,71, 1.0) solid;
	border-left: 3px rgba(20,0,71, 1.0) solid;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.2em;
	}
td p.shita_midashi:first-child{
	margin-top: 0em;	
}

div.td_center td {/*swan 6200*/
    text-align:center;
}


/* cat2000 */

.cat2000 h1           { font-size: 0.55rem; }

.cat2000 table th     { width: 15em; background: rgb(227 217 211); color: #333; border: dotted .01rem #333; }



/*================================================
 *  表（テキストセンター）
 ================================================*/
.center th {
  	text-align: center;
}
.center td {
  	text-align: center;
}






/*================================================
 *  クラス
 ================================================*/

.sec_inner {
  width: 96%;
  margin: 0 auto 0;
}

 
.float_clear{
	clear: both ;
}
.line { 
	display: inline-block;
}
.text_main{/*shiyo*/
	margin-top: 0.5em;
  	margin-bottom:0.5em;
	padding:0;
	text-align: justify;
}
.text_main img {/*shiyo*/
	height:22px;
	margin:5px;
}
.reflect_lr {/*左右反転*/
  display: inline-block;
  transform: scale(-1,1);
}
.reflect_ud {/*上下反転*/
  display: inline-block;
  transform: scale(1,1);
}
.rotated_90 {
transform: rotate(90deg)
}


/*================================================
 *  注釈
 ================================================*/

p.hint0,p.hint1 {/*注釈1*/
	font-size: 0.9em;
  line-height: 1.6;
  color: #2e2e2e;
}
.hint0::before {
	content: '';
	margin-right: 0.2em;
}

div.flexbox_ph p.hint0 {/*flex内*/
	font: 1em;
  display: inline-block;
  margin-left: 1em;
    text-indent: -1em;
}



.hint1::before {/*\203b*/
	content: '\203b';
	padding: 0.2em;
	margin-right: 0.25em;
}

/* 英語のページのみ */
html:lang(en) div.flexbox_ph p.hint0 {/*flex内*/
	font: 1em;
  display: inline-block;
/*  margin-left: 1em;
    text-indent: -1em;*/
}



	
/*================================================
 *  photo
 ================================================*/


div.photo {/*画像センタ*/
     width:80%;
     min-width: 320px;
     margin:5% 10%;  
/*     border:#F70841 1px solid;　外ケイ1*/
	background-color:rgba(33, 29, 18, 0.5);
	padding:1.5%;/*背景とアキで外ケイ2*/
}
div.photo_after  {/*abcdなど下の階層が入るとき*/
     width:80%;
     min-width: 320px;
     margin:0 10%;  
	padding:1.5%;/*背景とアキで外ケイ2*/
}


@media (max-width: 750px) {
div.photo {/*画像センタ*/
	width: 100%;
     margin:0;  
	}
}


/*================================================
 *  画像（横並び)
 ================================================*/




/* 1100 */

.p1100          {  }

.p1100 .kakomi          { margin-bottom: 1.5em; }
.p1100 .kakomi h4       { border-left: 0; padding-bottom: 0.2em; border-bottom: 2px solid; border-color: var(--accent-color); }

.p1100 a        { text-decoration: underline; text-underline-offset:0.2em;  }


main .p1100 .disc li  { margin-bottom: 0.75em;
padding-left: 0em;
text-indent:0;}

main .p1100 .disc  { 
    padding-left: 0.5em;
}



/*================================================
 *  番号付き見出し インデントあり
 ================================================*/
.number{
	margin-left: 9%;
	margin-right: 9%;
	text-align: justify;
}

.number h3 {
	font-weight: bold;
	clear: both ;
	background-color: inherit;
	border:none;
	box-shadow: none;
	color:#730031;
	font-size: 1.2em !important;
	line-height: 0.5;
	padding-left:1.75em;
	text-indent:-1.75em;
	margin-bottom: 0 ;
	padding-bottom: 0;
	text-align: left;
}
.number_img{ /*数字画像 sample使用*/
	height: 1.5em;
	width: auto;
	margin: 0em 0.25em 0em 0em;
	vertical-align: middle;
}

/*================================================
 *  番号付き見出し インデントなし
 ================================================*/


.cont_wrap      { margin-left: 1em; }

.number_akinashi {
	margin-left: 0%;
	margin-right: 0%;
}

.number_akinashi h3 {
	font-weight: bold;
	clear: both ;
	background-color: inherit;
	border:none;
	box-shadow: none;
	color:#730031;
	font-size: 1.2em !important;
	line-height: 1.2;
	padding-left:0;
	text-indent:0;
	margin-bottom: 0 ;
	padding-bottom: 0;
	text-align: left;
}
.number_img{ 
	height: 1.5em;
	width: auto;
	margin: 0em 0.25em 0em 0em;
	vertical-align: middle;
}

@media (max-width: 750px) {
.capcenter_no img {
	display: inline-block;
	width: auto;
margin-right: 0.1em;
}
}

@media (min-width: 751px) {
.capcenter_no img {
	display: inline-block;
	width: auto;
margin-right: 0.1em;
}
}



.capcenter_no div {
  display: flex;
  align-items: center;
      flex-wrap: wrap;
margin-right: 0.5em;
}



/*4100*/
.photo .capcenter_no{
	margin-top: 0.5em;    
  display: flex;
  align-items: center;
      flex-wrap: wrap;
}
.indent_left{
	margin-left: 2.2em;
}

@media (max-width: 750px) {
.indent_left{
	margin-left: 1em;
}
}


/*================================================
 *  囲み1
 ================================================*/

.kakomi {
	margin: 1em auto;
	border: solid 2px var(--accent-color-light);
	clear: both;
	background: rgba(255,255,255,.8);
  padding: 0.75em;
}
.kakomi p {
	padding: 0.5em;
	margin: 0.25em 0;
	color:#49241e;
}
.kakomi h4 {
	margin: 0;
	padding: 0.5em;
  
  margin-bottom: 0.5em;
   }



/*================================================
 *  幻　1200図
 ================================================*/
.zu1200 {
    position: relative;
}
.zu1200 p {
    z-index: 50;
    color: white; 
    font-size: 1.1em; 
    font-weight: bold; 
    text-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}
.zu1200 p span {
    position: absolute;
    
}
.school {
    top: 36%; 
    left: 24%; 
    transform: translate(-50%, -50%);
}
.common {
    top: 36%; 
    left: 76%;
    transform: translate(-50%, -50%);
}

.growth {
     top: 70%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}
/*============================
 * new-icon
 =============================*/

h3 img.new {
    margin-left: 0.3em;
    height: 2em;
    width: 2em;
}

h4 img.new {
    margin-left: 0.3em;
    height: 2em;
    width: 2em;
}


/*01gen*/ 
#gen nav dt,#gen header .toggle {background-color: var(--base-color_gen);}
#gen nav dd a.current,#gen nav dd a:hover {background: var(--base-color-light_gen);}
#gen nav dd ul li{border-bottom: 1px var(--base-color-light_gen) solid;}
#gen a {color: var(--base-color-dark_gen);}
#gen h3 {color:var(--base-color-dark_gen);}
#gen h3::after {background:#a1c9d7;}
#gen::before{ background-color: var(--base-color_gen); background-image:none;}
#gen h4 {color:var(--base-color_gen); border-left: 0.4em solid var(--base-color_gen);}
#gen h2{background-image:url("../../assets/images/common/h2_bg_gen.png");}
@media (max-width: 750px) {
#gen h2{background-image:url("../../assets/images/common/h2_bg_sp_gen.png");}
}
#gen .sidebar .portaltop{background-color: var(--base-color_gen); border: 2px solid var(--base-color-light_gen);}
#gen .sidebar .portaltop a{color: #fff !important;}



/*02ray*/ 
#ray nav dt,#ray header .toggle {background-color: var(--base-color_ray);}
#ray nav dd a.current,#ray nav dd a:hover {background: var(--base-color-light_ray);}
#ray nav dd ul li{border-bottom: 1px var(--base-color-light_ray) solid;}
#ray a {color: var(--base-color-dark_ray);}
#ray h3 {color:var(--base-color-dark_ray);}
#ray h3::after {background:#dcbfd6;}
#ray .top .link li::before,#ray .lang_short_icon img,#ray .pagejump a:before,#ray .pagelink a::before{filter: hue-rotate(100deg) saturate(60%);}
#ray::before{ background-color: var(--base-color_ray); background-image:none;}
#ray h4 {color:var(--base-color_ray); border-left: 0.4em solid var(--base-color_ray);}
#ray h2{background-image:url("../../assets/images/common/h2_bg_gen.png"); filter: hue-rotate(100deg) saturate(60%);}
@media (max-width: 750px) {
#ray h2{background-image:url("../../assets/images/common/h2_bg_sp_gen.png"); filter: hue-rotate(100deg) saturate(60%);}
}
#ray .sidebar .portaltop{background-color: var(--base-color_ray); border: 2px solid var(--base-color-light_ray);}
#ray .sidebar .portaltop a{color: #fff !important;}

/*03sun*/ 
#sun nav dt,#sun header .toggle {background-color: var(--base-color_sun);}
#sun nav dd a.current,#sun nav dd a:hover {background: var(--base-color-light_sun);}
#sun nav dd ul li{border-bottom: 1px var(--base-color-light_sun) solid;}
#sun a {color: var(--base-color-dark_sun);}
#sun h3 {color:var(--base-color-dark_sun);}
#sun h3::after {background:#e2ccb2;}
#sun .top .link li::before,#sun .lang_short_icon img,#sun .pagejump a:before,#sun .pagelink a::before{filter: hue-rotate(190deg);}
#sun::before{ background-color: var(--base-color_sun); background-image:none;}
#sun h4 {color:var(--base-color_sun); border-left: 0.4em solid var(--base-color_sun);}
#sun h2{background-image:url("../../assets/images/common/h2_bg_gen.png"); filter: hue-rotate(190deg);}
@media (max-width: 750px) {
#sun h2{background-image:url("../../assets/images/common/h2_bg_sp_gen.png"); filter: hue-rotate(190deg);}
}
#sun .sidebar .portaltop{background-color: var(--base-color_sun); border: 2px solid var(--base-color-light_sun);}
#sun .sidebar .portaltop a{color: #fff !important;}

/*04tie*/ 
#tie nav dt,#tie header .toggle {background-color: var(--base-color_tie);}
#tie nav dd a.current,#tie nav dd a:hover {background: var(--base-color-light_tie);}
#tie nav dd ul li{border-bottom: 1px var(--base-color-light_tie) solid;}
#tie a {color: var(--base-color-dark_tie);}
#tie h3 {color:var(--base-color-dark_tie);}
#tie h3::after {background:#c4d5be;}
#tie .top .link li::before,#tie .lang_short_icon img,#tie .pagejump a:before,#tie .pagelink a::before{filter: hue-rotate(240deg);}
#tie::before{ background-color: var(--base-color_tie); background-image:none;}
#tie h4 {color:var(--base-color_tie); border-left: 0.4em solid var(--base-color_tie);}
#tie h2{background-image:url("../../assets/images/common/h2_bg_gen.png"); filter: hue-rotate(240deg);}
@media (max-width: 750px) {
#tie h2{background-image:url("../../assets/images/common/h2_bg_sp_gen.png"); filter: hue-rotate(240deg);}
}
#tie .sidebar .portaltop{background-color: var(--base-color_tie); border: 2px solid var(--base-color-light_tie);}
#tie .sidebar .portaltop a{color: #fff !important;}


@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);

html:lang(zh-Hant) {
  font-family: cwTeXYen, sans-serif;
}

html:lang(zh-Hans) {
  font-family: "Noto Sans SC", sans-serif;
}

html:lang(en) {
  font-family: "Rethink Sans", sans-serif;
}