@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; 
  
}

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: inherit;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

img {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}





/* var color */
:root {
  --bg-color: #ddd;
  --base-color: #a6862f;
  --main-color: #004e68;
  --accent-color: #007a7e;
  --acce-d-color: #5f0303;
  --side-nav-color:#63898e;
  --container-width: auto;
  --headline-lineheight: 1.4;
  --base-lineheight: 1.7;
  --point-color:  #c50000;
}





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

/* Noto Serif Japanese 900 */

/*日本語・簡体字・繁体字・韓国語に対応*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&family=Noto+Serif+TC:wght@900&family=Noto+Serif+SC:wght@900&family=Noto+Sans+KR&family=Noto+Sans+SC&family=Noto+Sans+TC&display=swap');


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

/*以下をまとめてchatgptで書き直したものが上記
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&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: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI',Meiryo,sans-serif;
	font-size: .18rem;
/*	font-feature-settings: 'palt';
	-webkit-font-feature-settings: 'palt';
	letter-spacing: .08em;文字詰め*/
}
/* 日本語の場合 */
:lang(ja) body {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo UI',Meiryo,'Noto Serif JP', sans-serif;
}

/* 繁体字（繁体字中国語）の場合 */
:lang(zh-Hant) body {
   font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

/* 简体字（中国語）の場合 */
:lang(zh-cmn-Hans) body {
  font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
}

/* 英語の場合 */
:lang(en) body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
}

/* ハングル（韓国語）の場合 */
:lang(ko) body {
  font-family: 'Noto Sans KR', sans-serif;
}


@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: url(../images/common/2nd_bg2.png) center top no-repeat;
  background-size: contain;

  box-shadow: 0 0 5px rgb(0,0,0,55%);
  
}

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

@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;
}
*/
.sidebar {
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 50;
  width: 100%;
  background: url(../images/common/side_bg01.jpg) center top;
  background-size: cover;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
	background-color: rgb(75 63 29);
}

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

@media (min-width: 751px) {
  .sidebar {
    width: 240px;
    height: 100%;
  }
}

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

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

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


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

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

@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 dt {
	color:#fff;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
	cursor:pointer;
background-image: 
  url(../images/common/btn_dec01.png), linear-gradient(to bottom, #013e52, #0d6b8a);
background-repeat: no-repeat, repeat-x;
background-size: 100% 100%;
background-position: center bottom, center bottom;
}

nav dt a {
  pointer-events: none;
	margin:0;
	color:#fff;
	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 {
  color: var(--accent-color)
}

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

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

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

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

nav dd ul li{
	width: 100%;
	border-bottom: 1px #a69965 solid;
	margin:0 1em 0em 0;
  background-color: #e8e2da;
}
nav dd ul li:last-child{
border-bottom: none;
}


/* ================================================
header
================================================ */
@media (max-width: 750px) {
  header {
    padding: 0 .8rem 0 .3rem;
    -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: space-between;
    position: relative;
    height: .8rem;
    background: #000;
  }
}

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

header a:hover {
}

@media (min-width: 751px) {
  header a {
    padding: 20px 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;
    height: 230px;
    font-size: 16px;
    background: url("../../jp/images/common/logo.png") no-repeat center 14px/247px;
  }
  header a.logo_en {
    background: url("../../eng/images/common/logo.png") no-repeat center 14px/247px;
  }
  header a.logo_tc {
    background: url("../../cht/images/common/logo.png") no-repeat center 14px/247px;
  }
  header a.logo_sc {
    background: url("../../chs/images/common/logo.png") no-repeat center 14px/247px;
  }
  header a.logo_kr {
    background: url("../../kor/images/common/logo.png") no-repeat center 14px/247px;
  }
}

header a span {
  display: none;
}

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

header .home_icon    { width: 10%; margin-right: 0.5em; }
header .home_icon img   { max-width: 50px; }


header .toggle {
  position: absolute;
  top: .1rem;
  right: .1rem;
  width: .6rem;
  height: .6rem;
  background-color: #b03737;
  cursor: pointer;
}

@media (min-width: 751px) {
  header .home_icon,
  header .toggle {
    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);
}

/* ================================================
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 h2 img.icon {/*octpus*/
    height: 1.0em;
    width: auto;
  margin: 0 .5em 0 0.5em;
}
main h3 img.icon {/*octpus*/
    height: 1.0em;
    width: auto;
  margin: 0 .5em 0 0.5em;
}
th img.icon {/*octpus*/
    height: 1.2em;
    width: auto;
  margin: 0 .5em 0 0.5em;
}
td img.icon {/*octpus*/
    height: 1.2em;
    width: auto;
  margin: 0 .5em 0 0.5em;
}
p img.icon {/*octpus*/
    height: 1.2em;
    width: auto;
  margin: 0 .5em 0 0.5em;
    display: inline-block;
}


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 1.5em;
  list-style: disc outside;
}

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;
	margin-right:1em;

}

.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: .8rem;
  height: .3rem;
}
.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: 1.2rem;
    height: 0.6rem;
  }
}
.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;
	background-color: rgba(208,204,218, 0.8);
}

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

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


/* ================================================
flexbox
================================================ */

/* ================================================
本文用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;  
  }
  }



/*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:70%;
/*	  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;
  }
}




/* ================================================
コラム用flex 未使用
================================================ */
/*
.flexbox_column_ph {
  margin: 1em 0;
}

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



/*PC 751以上
@media (min-width: 751px) {
    .flexbox_column_ph p {
		display   : block;
		width: 100%;
	}
  }

@media (min-width: 751px) {
  .flexbox_column_ph div {
	display   : block;
	width:70%;
	  margin-top: 0.5em;
  }
 }


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

*/


/*------------------------------------
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;

  width: 10em;
  text-align: center;
  text-indent: 0;
  background: var(--main-color);
  outline: 1px solid hsla(0, 0%, 100%, 0.6);
  outline-offset: -4px;

  min-height: 3em;
}

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


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


.pagejump li:last-child { }

.pagejump a {
  padding: 0.4em;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
}

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



.pagejump li:hover    { filter: brightness(1.4); }

.pagejump a:hover {
  color: #fff;
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(--accent-color);

}

.pagelink a::after      { 
  content: "▶";
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;

  margin-left: 0.25em;
  margin-bottom: 0.2em;

 }



/* ================================================
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;
  background: url("../images/0000/mv_top.jpg") no-repeat center/cover;
}

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


@media (max-width: 750px) {
  .top .mv {
    height: 8.2rem;
    background: url("../images/0000/mv_top_sp.jpg") 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目次リンク*/
  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: #000;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
	
}

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

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

.top .link li {
  color: #8E2023;
}

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

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


.top .link li::before {
	content: '\025b6';
	margin-right: 0.2em;
}

.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;
    margin-left:2em;
  text-indent: 0em;
/*  margin-bottom: 0.25em;
    border-bottom: 1px solid pink;*/
}



@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, #e90202, #5c0000 70%);
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 6px hsl(0, 0%, 100%));
  font-size:0.75rem;
	padding: 20px 5px;
	margin-bottom:0.5em;
/*	font-family: "Noto Serif JP", serif;*/
  font-weight: 900;
 font-optical-sizing: auto;
	line-height: 1.2em;
}

/* 日本語の場合 */
:lang(ja) h1 {
  font-family: "Noto Serif JP", serif;
    font-weight: 900;
}

/* 繁体字（繁体字中国語）の場合 */
:lang(zh-Hant) h1 {
  font-family: 'Noto Serif TC', serif;
    font-weight: 900;
}

/* 简体字（中国語）の場合 */
/*:lang(zh-Hans) h1 {
  font-family: 'Noto Serif SC', serif;
    font-weight: 900;
}*/

:lang(zh-cmn-Hans) h1 {
  font-family: 'Noto Serif SC', serif;
}


/* 英語の場合 */
:lang(en) h1 {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
}

/* ハングル（韓国語）の場合 */
:lang(ko) h1 {
  font-family: 'Noto Sans KR', sans-serif;
/*    font-weight: 900;*/
}






h1 > span {
	font-weight: bold;
	}

h2	{
	position: relative;
	font-size: 145%/*25px*/;
	font-weight: bold;
	color: #fffe;
	line-height: 1.2em;
	text-align: center;
	padding: 10px 10px 10px 10px;  
	margin-bottom:0.5em;
	z-index: 4;
	font-family: "Noto Serif JP", serif;
  font-weight: 900;
	line-height: 1.2em;


	background-image:url("../images/common/title_base_lg.png");
	background-position: center center;
	background-repeat: repeat-x;
  border-bottom: 0.2em solid black;
}


/* 日本語の場合 */
:lang(ja) h2 {
  font-family: "Noto Serif JP", serif;
    font-weight: 900;
}

/* 繁体字（繁体字中国語）の場合 */
:lang(zh-Hant) h2 {
  font-family: 'Noto Serif TC', serif;
    font-weight: 900;
}

/* 简体字（中国語）の場合 */
:lang(zh-cmn-Hans) h2 {
  font-family: 'Noto Serif SC', serif;
}


/* 英語の場合 */
:lang(en) h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
}

/* ハングル（韓国語）の場合 */
:lang(ko) h2 {
  font-family: 'Noto Sans KR', sans-serif;
/*    font-weight: 900;*/
}





/*
h2:before {  
	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
  	background-image:url("../images/midashi_h2_01.png");
	background-position: center top;
	background-size: 100% auto ;
	background-repeat: no-repeat;
}

h2:after {  
	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	left: 0;
	z-index: -1;
  	background-image:url("../images/midashi_h2_03.png");
	background-position: center bottom;
	background-size: 100% auto ;
	background-repeat: no-repeat;
}


h2 img { 
	height:30px;
	vertical-align:middle;
	padding:0px 5px;
}
*/
.before { /*スマホヘッダー固定用の空白 shiyo*/
	height:40px;
}


h3 {
	position: relative;
	font-size:110%;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.4em 0.75em;
	margin-top:1.35em;
	margin-bottom:0.5em;

	vertical-align: middle;

	text-decoration: none;
	background:#000;
    color: rgb(255, 255, 255);
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 2px;
    border: dotted 1px #939393;

    display: flex;
    align-items: center;

}
h3 img {
	height:120%/*22px*/;
	padding:0px;
	margin:0px 5px ;
	vertical-align: middle;
  max-height: 2em;
  width: auto;
}
h3 > span {
	font-weight: bold;
	}
h3 > span > span {
	font-weight: bold;
	}

h3 ~ p {   }




h4 {
	font-size:110%;
	clear: both ;
	color:#49241e;
	font-weight: bold;
	line-height: 1.2em;
	padding: 3px 0px 5px 10px; 
	margin-top:1em;
	margin-bottom:0.5em;
	border-bottom: 1px solid rgba(85,71,56,0.5);
  position: relative;
  padding-bottom: 5px;
  border-left: 0.4em solid #49241e;

  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:2em;
  margin-bottom: 0.25em;
  text-indent: -0.5em;
  line-height: 1.25;
}

ul.maru li {
	list-style:disc;
	text-indent: -0em;
	padding-left: 1em;
}

.kakomi ul li {/*octopus*/
/*	list-style:disc;
	text-indent: -1.5em;
	padding-left: 0.5em;*/
}

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.2;
  color: #000;
  border: solid 2px #333;
}

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

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

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

table th {
  width: 8em;
  background:var(--side-nav-color);
  font-weight: bold;
  text-align: center;
	color: #f1f1f1;
}
table th.icon_l { width: 4em; }/*octpus*/

table.thw15em th  { width:15em; }

table th br.force { display: block; }


table.td2 th.w20 { 
    width: 20%;
}
table.td2 th.w30 { 
    width: 30%;
}

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

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


table img {
  margin: 0 .5em;
  width: auto;
  height: 1.2em;
}

table.table_btn {
  table-layout: fixed;
}

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

table.table_btn th.th_02 {
  background: rgba(68,68,68, 1.0);
  font-weight: bold;
  text-align: center;
}


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;
	margin:5px;
}
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;	
}


/* 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;
    color: hsl(8, 58%, 42%);
	/*color: rgba(54,12,6, 0.9);
      margin-left: 1em;
    text-indent: -1em;*/
}
/*
.hint0::before {
	content: '\203b';
	margin-right: 0.2em;
}
*/
div.flexbox_ph p.hint0 {/*flex内*/
	font: 1em;
	color: hsl(8, 58%, 42%);
  display: inline-block;
/*  margin-left: 1em;
    text-indent: -1em;*/
    line-height: 1.3;
}



.hint1::before {/*\203b*/
	content: 'Caution';

	padding: 0.2em;
	margin-right: 0.25em;
}




/*================================================
 *  san8re 3200 zu
 ================================================*/


 .z3200_1--wrapper         {     margin: 2em 0; }

 hr.spacer                 { border: none; }
 
 hr.spacer::after          {
   content: '';
   display: block;
   width: 2.0em;
   height: 2.0em;
   background: url("../images/common/arrow_d.png") no-repeat center / contain;
   margin: 0 auto;
 }
 
 
 .z3200_1--blk             { padding: 1.5em; background: hsl(41, 100%, 88%); border-radius: 0.5em; }
 
 .hyojo--blk               { background: url(../../jp/images/3000/bg1.png) no-repeat bottom center; background-size: cover; }
 .toshi--blk               { background: url(../../jp/images/3000/bg2.png) no-repeat top center; background-size: cover; }
 .next_season--blk         { background: hsl(0, 30%, 78%);  }
 
 
 .inner_blk                { padding: 0.25em; margin: 0.75em auto; background: hsla(0, 0%, 98%, 0.7); border-radius: 0.25em;  }
 
 
 .hyojo--blk dl      { 
   display: flex;
   justify-content: space-around;
   align-items: center;
 }
 
 .hyojo--blk dd      { width: 50%; font-size: 1.3em; text-align: center; }
 
 .hyojo--blk dd.img_wrap      { width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.hyojo--blk img       { display: block; margin: 0.2em auto; }

 .battle--wrap div   { min-height: 5em; color: #fff; border-radius: 0.25em; display: flex; align-items: center; justify-content: center;}
 
 .battle--wrap.battle1 div   { background-color:hsl(34, 70%, 41%); }
 .battle--wrap.battle2 div   { background-color:hsl(17, 70%, 41%); }
 
 
 .toshi--blk          {  }
 
 .toshi--blk ul          { display: flex; align-items: center; justify-content: center; }
 .toshi--blk li          { display: flex; align-items: center; flex-direction: column; justify-content: center;
    margin:  0.5em 0.5em; text-indent: 0; text-align: center; padding: 0.25em; font-size: 1.1em;
    background: hsla(0, 0%, 98%, 0.7); border-radius: 0.25em; min-height: 6em; width: 40%; }
 .toshi--blk li.img_wrap { background: none; margin: 0; width: 20%; }
 
 .toshi--blk li.img_wrap img      { display: block; }

 .z3200_1--wrapper h5      { border: none; font-size: 0.25rem; margin: 0; padding: 0; margin-bottom: 0.5em; }
 .z3200_1--wrapper h6      { text-align: center; font-size: 1.3em;}
 
 
 @media (max-width: 750px) {
   .toshi--blk ul {
     flex-direction: column;
   }

   .toshi--blk li.img_wrap        { flex-direction: row }

   .toshi--blk li.img_wrap,
   .toshi--blk li                 { width: 100%; min-height: 4em; }

   .toshi--blk li.img_wrap img     { display: block; transform: rotate(90deg); }
 
 }
 
 





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


div.photo {/*画像センタ*/
     width:80%;
     min-width: 320px;
     margin:0 10%;  
/*     border:#F70841 1px solid;　外ケイ1*/
	background-color:rgba(33, 29, 18, 0.5);
	padding:1.5%;/*背景とアキで外ケイ2*/
}

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


div.kirinuki  {/*画像センタ*/
     width:80%;
     min-width: 320px;
     margin:0 10%;  
}

table.td4 th{/*4200*/
  width: 16%;
}
table.td4 th.ttl{/*4200*/
  width: 21%;
  background: rgba(68,68,68, 0.75);
}
table.btn150 th img{/*4200*/
  width: 50px;
    height: 50px;
}

table.btn150 th{/*4200*/
  padding: .1em;
}



/*================================================
 *  san8re 3200 zu
 ================================================*/



.zu_base{
    position: relative;
    background: white;
    width: 100%;
    height: auto;
    padding: 0.5em;
}
.zu_naka{
    margin: 0.5em;
    padding: 0.25em;
}
p.center{
text-align: center;
}

.hyojo_sento{    
    background-color: palegoldenrod;
}
.toshi{
    background-color: peachpuff;
}
.next_season{
    background-color: pink;
}


.hyojo {
    border: 2px red dotted;
    margin: 0.5em;
}
.hyojo_senryaku {
    border: 1px red solid;
    margin: 0.5em;
}
.hyojo_ninmu{
    border: 1px red solid;
    margin: 0.5em;
    bottom: 0;
}



.flex_zu{
    display: flex;
}

.zu30 {
    width: 30%;
}
.zu70 {
    width: 70%;
}
.zu50 {
    width: 50%;
}


.zu_up {
    position: relative;
    display: flex;
    height: auto;
}


.zu_up div.base01{
    padding: 0.5em;
    width:100%;  
    height:auto;
    position: relative;
    display: flex;
}


.base101{
    padding: 1em;
    justify-content: center;
  align-items: center;

}

.zu_up div.base02{
    margin: 8px;
    padding: 0.5em;
    width:40%;  
    background: #B56062;
    height: auto;
}
.war_gungi,.war_sento{
    border: 1px solid black;
    margin: 0.25em;    
}


.base03{
    margin: 0.5em;
  justify-content: center;
  align-items: center;
    display: flex;
}
.base03 div{
    background: white;
    margin: 0.5em;
    padding: 2px;
  justify-content: center;
  align-items: center;
}


@media (max-width: 750px) {
    .base03{
    flex-wrap: wrap;
    }

    .base03 div{
    width: 90%
    }
}




/*================================================
 *  san8re 6100 地図
 ================================================*/
/*div.はいけいにいれるには
    background: url("../images/common/bg.webp");

*/

@media (max-width: 750px) {
ul.map{
    display: none;
}
}

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


div.container img {
     width:100%;
/*     min-width: 320px;
     margin:0%;  */
}

 .container p{
        position: absolute;
        padding: 9px 6px 2px;
        margin:0;
        width: 90px;
        text-align: center;
        color: #fff;
     font-size: 90%;
     border-radius: 0.5em;
      }
@media (max-width: 750px) {
 .container p{
     font-size: 80%;
     width: 60px;
    padding: 0px 4px;
	}
}

/*dai_map size kirikae*/
@media (min-width: 751px) {
 .container div.map_s{
  display: none;
}
}
@media (max-width: 750px) {
 .container div.map{
  display: none;
}
}
/**/

/*地方名*/
@media (max-width: 750px) {
div.map_s p.map {
/*	border-bottom: 2px solid white;*/
    width: 60px;
}
}
div.map p.map {
	border: 1px solid white;
    padding: 0.4em 0 0;
  }
/*
div.map a:hover { 
    opacity: 1.0; filter: saturate(200%) brightness(1.2); 
}
*/
/**/



.container p span{
     display: block;
     font-size: 80%;
      }


.container p.shu{
        position: absolute;
        text-align: center;
        font-weight: bold;
      }

/**/
div.two_hako{
    position: relative;
    display: -webkit-flex;
    display: flex;
      }
div.two_naka{
    width: 50%;
    margin: 0 10px;
      }
div.one{
    width: 98%;
    margin: 0 10px;
      }



@media (max-width: 750px) {
div.two_hako{
    position: relative;
    display: block;
    }
div.two_naka,div.one{
    width: 100%;
    margin: 0px;
      }
}

div.two_hako h3 span{
/*    margin: 0 0 0 0.15em;*/
	font-size: 75%;	
/*	padding: 0.1em 0.3em ;*/
	vertical-align: 0em;
    background-color: inherit;
}


/**/
div.kakudai_hako{
    position: relative;
     width:100%;
      }
div.kakudai_hako img {
     width:100%;
}
 .kakudai_hako p{
    position: absolute;
    margin:0;
        text-align: center;
        color: #111111;
     font-size: 90%;

     text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff,
     1px 1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff,
     1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
     0 0 1px #fff, 0 0 2px #fff;

       }




/*大地図に州名をのせる*/
.container p.shu{
    background-color: inherit;
      }

/*大地図bokashi*/

div.white_bokashi {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff,
               1px 1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff,
               1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
               0 0 1px #fff, 0 0 2px #fff;
  font-weight: bold;
}
@media (max-width: 750px) {
div.white_bokashi {
  font-size: 80%;
  font-weight: bold;
}
}


.tx-shadow-w      {
    text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff,
                1px 1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff,
                1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
                0 0 1px #fff, 0 0 2px #fff;
}



.white_bokashi p{
    background-color: inherit;
            color: #333;    

      }
.white_bokashi p.ryo-shu{/*seihoku涼州リョウシュウ*/
        top: 16%;
        left: 19%;
      }
.white_bokashi p.you-shu{/*seihoku雍州*/
        top: 26%;
        left: 30%;
      }

.white_bokashi p.eki-shu{/*hashoku益州*/
        top: 38%;
        left: 26%;
      }
.white_bokashi p.nan-chu{/*hashoku南中*/
        top: 68%;
        left: 17%;
      }
.white_bokashi p.hei-shu{/*かほく并州ヘイシュウ*/
        top: 15%;
        left: 48%;
      }
.white_bokashi p.yu-shu{/*かほくゆうしゅう*/
        top: 5%;
        left: 65%;
      }

.white_bokashi p.ki-shu{/*かほく冀州*/
        top: 15%;
        left: 60%;
      }
.white_bokashi p.shi-rei{/*chugen司隷*/
        top: 27%;
        left: 45%;
      }
.white_bokashi p.sei-shu{/*chugen青州*/
        top: 20%;
        left: 70%;
      }
.white_bokashi p.en-shu{/*chugen兗州エンシュウ*/
        top: 25%;
        left: 58%;
      }
.white_bokashi p.jo-shu{/*chugen徐州ジョシュウ*/
        top: 33%;
        left: 65%;
      }
.white_bokashi p.yo-shu{
        top: 33%;
        left: 55%;
      }
.white_bokashi p.kei-hoku{
        top: 36%;
        left: 42%;
      }
.white_bokashi p.kei-nan{
        top: 68%;
        left: 45%;
      }
.white_bokashi p.wai-nan{
        top: 40%;
        left: 70%;
      }
.white_bokashi p.you-shu2{
        top: 68%;
        left: 65%;
      }
.white_bokashi p.ko-shu{
        top: 83%;
        left: 33%;
      }


/*kakudai common*/

.kakudai_hako p.shu{
 color: #333; font-weight: bold; background: none; font-size: 1.1em;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff,
  1px 1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff,
  1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
  0 0 1px #fff, 0 0 2px #fff;

/*    padding: 0.5em 0 0 0;
    width: 80px;
    border: 1px solid #fff;
    box-sizing: border-box;
*/
      }
.kakudai_hako p.gray{
        color: #888;
      }
.kakudai_hako p.white{
    color: #fff;
      }
.kakudai_hako p.black{
        color: #000;
      }



p.religion {
    display: inline-block;
    width: 30%;
    text-align: center;
}


.map_link                 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}


.map a:hover              { opacity: 1.0; }

.map_link a                 { color: #fff; width: 15%; }

.map p.map:hover,
.map_link a:hover           { opacity: 1.0; filter: saturate(200%) brightness(1.2); }
.map_link p                 { }

table.city_table          { border: 2px solid #333; }

table.city_table tr         { border-bottom: 1px solid #CCC; }

table.city_table td         { padding-top: 1.0em; color: #f0f0f0; background-color: hsla(0, 0%, 22%, 0.014); border: 1px dotted #ccc; }

.map_link p{
  margin: 1em 0.5em 2em;
  padding: 0.25em 0.5em;
  min-width: 4em;
  text-align: center;
  border-radius: 0.25em;
}


.kakudai_hako .box-base                { text-shadow: none; color: #fff; }




.map_wrapper { --c-seihoku-color: hsl(50, 80%, 30%); }

/*kakudai seihoku*/
p.seihoku{
    top: 10%;
    left: 10%;
    background-color: var(--c-seihoku-color);
      }


tr.seihoku{
        background-color: var(--c-seihoku-color);
      }
/*img.seihoku{
object-view-box: inset(80px 920px 620px 300px);
      }
*/

.seihoku--wrap h3      {
  background-color: var(--c-seihoku-color);
  box-shadow: var(--c-seihoku-color) 0px 0px 0px 2px; }

/*kakudai seihoku*/
.kakudai_hako p.seihoku{

}

.kakudai_hako p.ryo-shu{
        top: 15%;
        left: 45%;
      }
.kakudai_hako p.you-shu{
        top: 43%;
        left: 62%;
      }

.kakudai_hako p.bui-city{/*武夷*/
        top: 20%;
        left: 22%;
      }
.kakudai_hako p.seihei-city{
        top: 36%;
        left: 26%;
      }
.kakudai_hako p.tensui-city{
        top: 52.5%;
        left: 44%;
      }
.kakudai_hako p.choan-city{
        top: 70%;
        left: 62%;
      }


.map_wrapper { --c-hashoku-color: hsl(28, 75%, 35%); }


/*kakudai hashoku*/
p.hashoku{
        top: 50%;
        left: 25%;
        background-color: var(--c-hashoku-color);

      }
tr.hashoku{
        background-color:var(--c-hashoku-color);
      }
/*
img.hashoku{
object-view-box: inset(320px 980px 100px 80px);
      }
*/

.hashoku--wrap h3      {
  background-color: var(--c-hashoku-color);
  box-shadow: var(--c-hashoku-color) 0px 0px 0px 2px; }

/*kakudai hashoku*/
.kakudai_hako p.hashoku{

}
p.eki-shu{
        top: 14%;
        left: 30%;
      }
p.nan-chu{
        top: 68%;
        left: 8%;
      }


/*kakudai hashoku city*/

.kakudai_hako p.buto-city{
        top: 4%;
        left: 50%;
      }
.kakudai_hako p.kanchu-city{
        top: 10%;
        left: 57%;
      }
.kakudai_hako p.shido-city{
        top: 23%;
        left: 47%;
      }
.kakudai_hako p.seito-city{
        top: 36%;
        left: 33%;
      }
.kakudai_hako p.ko-shu-city{
        top: 47%;
        left: 52%;
      }
.kakudai_hako p.eian-city{
        top: 32%;
        left: 63%;
      }

.kakudai_hako p.eisho-city{
        top: 54%;
        left: 19%;
      }
.kakudai_hako p.kennei-city{
        top: 63%;
        left: 51%;
      }
.kakudai_hako p.unnan-city{
        top: 80%;
        left: 32%;
      }




.map_wrapper { --c-kahoku-color: hsl(173, 45%, 35%); }
/*kakudai　かほく*/
p.kahoku{
        top: 5%;
        left: 48%;
        background-color: var(--c-kahoku-color);
      }
tr.kahoku{
        background-color: var(--c-kahoku-color);
      }
/*
img.kahoku{
object-view-box: inset(0px 200px 750px 860px);
      }
*/

.kahoku--wrap h3      {
  background-color: var(--c-kahoku-color);
  box-shadow: var(--c-kahoku-color) 0px 0px 0px 2px; }

.kakudai_hako p.kahoku{

}

.kakudai_hako p.yu-shu{/*かほくゆうしゅう*/
        top: 23%;
        left: 67%;
      }
.kakudai_hako p.hei-shu{
        top: 16%;
        left: 10%;
      }
.kakudai_hako p.ki-shu{
        top: 68%;
        left: 26%;
      }

.kakudai_hako p.joto-city{
        top: 57%;
        left: 14%;
      }
.kakudai_hako p.sinyo-city{/*晋陽*/
        top: 36%;
        left: 12%;
      }
.kakudai_hako p.kei-city{/*薊*/
        top: 18%;
        left: 35%;
      }
.kakudai_hako p.hokuhei-city{/*北平*/
        top: 16%;
        left: 55%;
      }
.kakudai_hako p.johei-city{/*襄平*/
        top: 18%;
        right: 8%;
      }
.kakudai_hako p.nanpi-city{/*南皮*/
        top: 32%;
        left: 35%;
      }
.kakudai_hako p.heigen-city{
        top: 44%;
        left: 48%;
      }
.kakudai_hako p.gyo-city{
        top: 53%;
        left: 24%;
      }


/*kakudai　chugen*/
.map_wrapper { --c-chugen-color: hsl(147, 55%, 30%); }
p.chugen{
        top: 20%;
        left: 80%;
        background-color: var(--c-chugen-color);
      }
tr.chugen{
        background-color: var(--c-chugen-color);
      }
/*
img.chugen{
object-view-box: inset(150px 260px 500px 770px);
      }
*/

.chugen--wrap h3      {
  background-color: var(--c-chugen-color);
  box-shadow: var(--c-chugen-color) 0px 0px 0px 2px; }

.kakudai_hako p.chugen{

}

.kakudai_hako p.shi-rei{
        top: 26%;
        left: 2%;
      }
.kakudai_hako p.en-shu{
        top: 22%;
        left: 35%;
      }
.kakudai_hako p.sei-shu{
        top: 12%;
        left: 85%;
      }
.kakudai_hako p.yo-shu{
        top: 62%;
        left: 16%;
      }
.kakudai_hako p.jo-shu{
        top: 65%;
        left: 60%;
      }

.kakudai_hako p.kono-city{
        top: 38%;
        left: 5%;
      }
.kakudai_hako p.rakuyo-city{
        top: 48%;
        left: 18%;
      }
.kakudai_hako p.chinryu-city{/*陳留*/
        top: 44%;
        left: 34%;
      }
.kakudai_hako p.bokuyo-city{
        top: 26%;
        left: 49%;
      }
.kakudai_hako p.seinan-city{
        top: 21%;
        left: 56%;
      }
.kakudai_hako p.hokkai-city{/*北海*/
        top: 23%;
        left: 78%;
      }
.kakudai_hako p.kyosho-city{/*許昌*/
        top: 61%;
        left: 30%;
      }
.kakudai_hako p.sho-city{/*譙*/
        top: 55%;
        left: 47%;
      }
.kakudai_hako p.jonan-city{/*汝南*/
        top: 79%;
        left: 35%;
      }
.kakudai_hako p.shohai-city{/*小沛*/
        top: 42%;
        left: 58%;
      }
.kakudai_hako p.kahi-city{/**/
        top: 56%;
        left: 71%;
      }



/*かくだい けいそ*/
.map_wrapper { --c-keiso-color: hsl(71, 70%, 35%); }
p.keiso{
        top: 50%;
        left: 47%;
        background-color: var(--c-keiso-color);
      }
tr.keiso{
        background-color: var(--c-keiso-color);
      }
/*
img.keiso{
object-view-box: inset(300px 500px 100px 500px);
      }
*/
.keiso--wrap h3      { 
  background-color: var(--c-keiso-color);
  box-shadow: var(--c-keiso-color) 0px 0px 0px 2px; }

.kakudai_hako p.keiso{

}
.kakudai_hako p.kei-hoku{/*荊北*/
        top: 20%;
        left: 22%;
      }
.kakudai_hako p.kei-nan{/*荊南*/
        top: 60%;
        left: 70%;
      }

.kakudai_hako p.en-city{/*宛*/
        top: 10%;
        left: 50%;
      }
.kakudai_hako p.joyo1-city{/*上庸*/
        top: 15%;
        left: 35%;
      }
.kakudai_hako p.joyo2-city{/*襄陽*/
        top: 31%;
        left: 50%;
      }
.kakudai_hako p.shinya-city{/*新野*/
        top: 21%;
        left: 51%;
      }
.kakudai_hako p.koka-city{/*江夏*/
        top: 26%;
        left: 60%;
      }

.kakudai_hako p.koryo1-city{/*江陵*/
        top: 43%;
        left: 47%;
      }
.kakudai_hako p.buryo-city{/*武陵*/
        top: 52%;
        left: 41%;
      }
.kakudai_hako p.chosa-city{/*長沙*/
        top: 50%;
        left: 58%;
      }
.kakudai_hako p.reiryo-city{/*零陵*/
        top: 72%;
        left: 39%;
      }
.kakudai_hako p.keiyo-city{/*桂陽*/
        top: 72%;
        left: 60%;
      }

/*かくだい ごえつ*/
.map_wrapper { --c-goetsu-color:hsl(106, 35%, 30%); }
p.goetsu{
        top: 55%;
        left: 70%;
        background-color: var(--c-goetsu-color);
      }
tr.goetsu{
        background-color: var(--c-goetsu-color);
      }
/*
img.goetsu{
object-view-box: inset(350px 200px 00px 350px);
      }
*/
.goetsu--wrap h3      { 
  background-color: var(--c-goetsu-color);
  box-shadow: var(--c-goetsu-color) 0px 0px 0px 2px; }

.kakudai_hako p.goetsu{

}


.kakudai_hako p.wai-nan{/*淮南*/
        top: 10%;
        left: 60%;
      }
.kakudai_hako p.you-shu2{/*揚州*/
        top: 55%;
        left: 60%;
      }
.kakudai_hako p.ko-shu{/*交州*/
        top: 62%;
        left: 25%;
      }


.kakudai_hako p.jushun-city{/*寿春*/
        top: 8%;
        left: 70%;
      }
.kakudai_hako p.koryo2-city{/*広陵*/
        top: 8%;
        left: 88%;
      }
.kakudai_hako p.roko-city{/*廬江*/
        top: 23%;
        left: 69%;
      }

.kakudai_hako p.matsuryo-city{/*秣陵*/
        top: 25%;
        left: 79%;
      }
.kakudai_hako p.go-city{/*呉*/
        top: 19%;
        left: 96%;
      }
.kakudai_hako p.kaikei-city{/*会稽*/
        top: 36%;
        left: 93%;
      }
.kakudai_hako p.saiso-city{/*柴桑*/
        top: 38%;
        left: 60%;
      }
.kakudai_hako p.hayo-city{/*鄱陽*/
        top: 47%;
        left: 70%;
      }
.kakudai_hako p.koushi-city{/*交趾*/
        top: 83%;
        left: 32%;
      }

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

/*
.block_30 {
	display: inline-block;
	width: 30%;
	vertical-align: text-top;
	margin: 0% 1%;
}
*/


/* 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(--acce-d-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;
}
number_img_l{ /*octpus*/
	height: 3em;
	width: 3em;
	margin: 0;
	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;
}

/*
@media (min-width: 751px) {
.number_akinashi br{
	display: none;
}
}
@media (max-width: 750px) {
.number_akinashi.capcenter_no br{
	display: inline;
}
}
*/

/*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: .5em auto;
	border: solid 1px #a00032;
	clear: both;
	color: #a00032;
	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;
   }


/*================================================
 *  span (h3内)
 ================================================*/
h3 span {
	margin: 0 0.3em;
	font-size: 70%;	
	padding: 0.1em 0.3em ;
	vertical-align: 0.15em;
	background: rgb(0,0,0);
}
span.kunshu,span.totoku {color: red;}
span.kunshu::before {content: '君主';}
/*span.totoku {color: #fce45f;}*/
span.totoku::before {content: '都督';}


span.taishu {color: orange;}
span.taishu::before {content: '太守';}


span.gunshi {color: yellow;}
span.gunshi::before {content: '軍師';}


span.ippan {color: green;}
span.ippan::before {content: '一般';}


span.toryo,span.doshi {color: blue;}
span.toryo::before {content: '頭領';}
span.doshi::before {content: '同志';}

