body {
 margin: 0;
 background-color: #ffffff;
 display: block;
 min-width: 950px;
 font-family: a-otf-gothic-bbb-pr6n,sans-serif;
 font-weight: 400;
 font-style: normal;
}

b {
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
  font-style: normal;
}

.col2 {
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
  font-style: normal;
}

 footer {
   background-color: #d3d3d3;
   border-top: 30px solid #d3d3d3;
   border-bottom: 30px solid #d3d3d3;
 }

/* note用 */
.note {
  background-color: #debecc;
  border-left: 4px solid #d83473;
}

/*　各ページのタイトル　*/
.tit {
  color: white;
  text-align: center;
  background-color: #22663f;
  height: auto;
  weight: 100%;
  font-size: 60px;
  border-bottom: 20px solid #22663f;
  border-top: 20px solid #22663f;
  padding-top: 70px;
}

/*　リンクの色１　*/
 a.col {
   color:#333333;
   text-decoration:underline;
 }

 a.col2 {
   color:#ffffff;
   text-decoration:underline;
 }

/* 引用　*/
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0;
    padding: 0;
}

 /*　ボタン　*/
.btn1 {
  display: inline-block;
  padding: 20px;
  text-align: right;
  background-color: #007199;
  color: #ffffff;
  width: auto;
  transition: .3s;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  text-decoration: none;
  border: 2px solid #007199;
}
.btn1:hover {
  color: #007199;
  background-color: #ffffff;
  border: 2px solid #007199;
}

/*　ボタン2　*/
.btn2 {
 display: inline-block;
 padding: 10px;
 text-align: right;
 background-color: #941f57;
 color: #ffffff;
 width: auto;
 transition: .3s;
 font-weight: bold;
 text-decoration: none;
 border: 2px solid #941f57;
 font-size: 20px;
}
.btn2:hover {
 color: #941f57;
 background-color: #ffffff;
 border: 2px solid #941f57;
}

/* table */
table{
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 40%;
  background-color: #006eb0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

th.ri {
  position: relative;
  text-align: left;
  width: 40%;
  background-color: #941f57;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #006eb0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table th.ri:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #941f57;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 60%;
  text-align: left;
  background-color: #eee;
  padding: 0px 15px;
  font-size: 15px;
}

table td.chuo{
	text-align: center;
	font-size: 20px;
}

/*　中心にするだけ　*/
.chushin {
  text-align: center;
}

div.idou {
  padding-top: 70px;
}

/*　左右余白のためのmargin　*/
div.ma100{
  margin: 0px 200px;
  font-size: 20px;
}

p.sm15 {
  font-size: 15px;
}



@media screen and (max-width:1100px) {
  div.ma100{
      margin: 80px;
      font-size: 18px;
    }
}

/*
@media screen and (max-width:550px) {
  div.ma100{
      margin: 50px;
      font-size: 16px;
    }
}

*/

.mar_b {
  background:linear-gradient(transparent 65%, #ffff00 65%);
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*　見出し　*/
h1.midashi {
  color: #444;
  font-size: 30px;
  position: relative;
  padding: 10px 0 2px 28px;
  border-bottom: 3px solid #008080;
  z-index: 1;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal;
}
h1.midashi:before, h1.midashi:after {
  content: "";
  position: absolute;
  margin: auto;
}
h1.midashi:before {
  width: 12px;
  height: 12px;
  top: 0;
  left: 14px;
  background: #008080;
  transform: rotate(50deg);
}
h1.midashi:after {
  width: 8px;
  height: 8px;
  top: 18px;
  left: 6px;
  background: #008080;
  transform: rotate(20deg);
}

h1.midashi2{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 7px #990e2a;/*左線*/
  border-bottom: solid 5px #808080;/*下線*/
  font-size: 20px;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*　メニューバー　*/
 ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #dcdcdc;
 	position: fixed;
  	z-index: 10;
 	min-width: 950px;
	font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  	font-weight: 600;
  	font-style: normal;
}

ul.topnav {
	width: 100%;
	background-color: #dcdcdc;
}

ul.topnav li {
	float: left;
}
ul.topnav li:not(.active) a {
	display: block;
	color: #000000;
	text-align: center;
	padding: 10px 16px;
	text-decoration: none;
  font-size: 25px;
}
ul.topnav li.active a {
	background-color: #191970;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 25px;
}
ul.topnav li a:hover:not(.active) {
	background-color: #696969;
  color: white;
}
ul.topnav li:first-child{
  border-right: 50px solid #dcdcdc;
}

/*
@media screen and (max-width:1390px) and (min-width:845px){
  ul.topnav li a{
      font-size: 20px;
    }
}

@media screen and (max-width:844px){
  ul.topnav li a{
      font-size: 10px;
    }
}
*/

/* 進む・戻るボタン */
img.nextimg1 {
  width: 150px;
}

img.backimg1 {
  width: 150px;
}

.moji10{
  font-size: 10px;
}




/*——————–
 吹き出しを作る
——————–*/
/* 全体のスタイル */
.kaiwa {
  margin-bottom: 25px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
  margin-left: -70px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border-radius: 10px;
  background: #86daeb;
  margin-right: 12%;
  float: left;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border-radius: 10px;
  background-color: #9cd6e7;
  margin-left: 12%;
  float: right;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #86daeb;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #9cd6e7;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}

/* 囲み枠（Point） */
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal;
	background-color: #C4EBF5;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: -3px;
    padding: 0 9px;
    height: 35px;
    line-height: 25px;
    font-size: 30px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0;
    padding: 0;
}



/* クイズ用box */
/*全体*/
.hidden_box {
    margin: 0.5em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 5px;
    border: solid 2px black;
    cursor :pointer;
	font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  	font-weight: 600;
  	font-style: normal;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


/* 展開２ */
/*全体*/
.hidden2_box {
    margin: 0.5em 0;/*前後の余白*/
    padding: 0 50px;
}

/*ボタン装飾*/
.hidden2_box label {
    padding: 3px;
    border: solid 2px white;
    cursor :pointer;
    background-color: #990e2a;
	  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  	font-weight: 600;
  	font-style: normal;
    font-size: 15px;
    color: white;
}

/*ボタンホバー時*/
.hidden2_box label:hover {
    background: #66091c;
}

/*チェックは見えなくする*/
.hidden2_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden2_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden2_box input:checked ~ .hidden_show {
    padding: 0px 0px;
    height: auto;
    opacity: 1;
}


/*マップ実装*/

.item_wrapper:after {
	content: '';
	display: block;
	clear: both;
	height: 616px;
}

.item {
	width: 150px;
	height: 150px;
	padding: 20px;
	float: left;
	list-style: none;
}

.popupbg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
}

.popup_wrapper {
	width: 500px;
	height: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -250px;
	z-index: 11;
	text-align: center;
	display: none;
}
.popup_wrapper .popup {
	position: relative;
}
.popup_wrapper .img {
	display: inline-block;
	width: 600px;
	max-height: 100%;
}

.popup_wrapper .caption {
	padding: 10px;
	font-size: 18px;
	color: #FFF;
}
.popup_wrapper .close_btn {
	line-height: 30px;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #FFF;
	margin: -15px -15px 0 0;
	font-size: 24px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}