﻿@charset "UTF-8";

#main {
  font-size: 14px;
  line-height: 20px;
}
#main a {
  text-decoration: none;
}
#main a:hover {
  text-decoration: underline;
}
/**** トップパネル ****/
#top_panel {
  margin: 0.5em 0 0 0
}
#top_panel:after {
  content: "";
  display: block;
  clear: both;
}
#catch_image {
  width: 100%;
  float: left;
  margin: 0 1px;
  position: relative;
}
#catch_image > img {
  width: 100%;
  float: left;
}

@media (max-width:768px) {
#catch_image {
  width: 98%;
  margin: 10px 1%;
  float: none;
}
#catch_image > img {
  width: 100%;
  margin: 0;
}
}
@media (max-width:540px) {
#catch_image > img {
  width: 100%;
  margin-right: 0;
}
}

/**** 関連サイト ****/
#kanren_site {
  width: auto;
}
@media (max-width:768px) {
#kanren_site {
  width:98%;
  height: auto;
  margin: 0.5em 0 0.5em 1%;
  font-size: 0.9em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
}
.kanren_panel {
  display: inline-block;
  vertical-align: top;
  margin: 1px 1px;
  background: #D9EFF9;
  border-top: solid 3px #5989cf;
  border-bottom: solid 3px #5989cf;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040;
  width: 28%;
  height: 70px;
  position: relative; /* a用 */
}
@media (max-width:768px) {
.kanren_panel {
  width: 33%;
  height: auto;
  margin: 5px 0.5%;
  border: none;
  background: #D9EFF9;
  border-top: solid 3px #5989cf;
  border-bottom: solid 3px #5989cf;
  text-align: center;
}
}
@media (max-width:540px) {
.kanren_panel {
  width: 25%;
}
}
.kanren_panel:hover {
  background: #AFCBEB;
  border: solid 1px #202020;
  border-top: solid 3px #5989cf;
  border-bottom: solid 3px #5989cf;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}
@media (max-width:768px) {
.kanren_panel:hover {
  background: #a0a0a0;
  color: #ffffff;
  border: none;
  box-shadow: none;
}
}
.kanren_img > img {
  margin: 6px 4px 0 4px;
  float: left;
  max-width: 40px;
}
@media (max-width:768px) {
.kanren_img {
  display: none;
}
}
.kanren_head {
  text-align: center;
  padding: 4px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 150%;
  font-style: normal;
}
@media (max-width:768px) {
.kanren_head {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 0.5em 0;
}
}
.kanren_exp {
  margin: 0;
  padding: 5px 10px 0 15px;
  font-size: 130%;
}
@media (max-width:768px) {
.kanren_exp {
  margin: 0;
  padding: 0.4em;
}
}
@media (max-width:540px) {
.kanren_exp {
  display: none;
}
}
/*** トップページの「関連」終 ****/
/**** トップパネル終 ****/

/**** 報告書コンテンツへのリンクボタン ****/
#jump_box {
  text-align: center;
}
#jump_box > a {
  display: inline-block;
  width: 110px;
  padding: 0.3em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #808080;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
#jump_box a:hover {
  border: solid 1px #202020;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.7);
  text-decoration: none;
  color: #f9fafb;
  background: #808080;
}
a#jump1 { /* html */
  margin: 0 1%;
  color: #5D5D63;
  background: #d6e9ca;
}
#jump2:after {
  content: "";
  display: block;
  clear: both;
}
a#jump2 { /* pdf */
  margin: 0 1%;
  color: #5D5D63;
  background: #d6e9ca;
}
#jump3:after { /* ppt */
  content: "";
  display: block;
  clear: both;
}
a#jump3 {
  margin: 0 1%;
  color: #5D5D63;
  background: #d6e9ca;
}
a#jump4 { /* ページ */
  margin: 0 1%;
  color: #5D5D63;
  background: #F2E5B6;
}
a#jump5 { /* 英語版pdf */
  margin: 0 1%;
  color: #5D5D63;
  background: #d6e9ca;
}
a#jump6 { /* 正誤表 */
  margin: 0 1%;
  color: #5D5D63;
  background: #FDF5E6;
  border-radius: 0.3em;
  font-size: 75%;
}
a#jump7 { /* 2020から */
  margin: 3px 3px 3px 1%;
  color: #5D5D63;
  background: #FDF5E6;
  width: 48%;
  border-radius: 0em;
  font-size: 110%;
}
a#jump8 { /* 解説の手引き */
  margin: 0 1%;
  color: #5D5D63;
  background: #F2E5B6;
  font-size: 75%;
}

@media screen and (min-width:769px) and (max-width:970px) {
a#jump7 {
  height: 60px;
}
}
@media (max-width:768px) {
a#jump1 {
  width: 150px;
}
a#jump2 {
  width: 150px;
}
a#jump3 {
  width: 150px;
}
a#jump4 {
  width: 350px;
}
a#jump5 {
  width: 150px;
}
a#jump6 {
  width: 150px;
}
a#jump7 {
  width: 90%;
}
a#jump8 {
  width: 150px;
}
}
@media screen and (max-width:580px){
a#jump1 {
  width: 150px;
}
a#jump2 {
  width: 150px;
}
a#jump3 {
  width: 150px;
}
a#jump4 {
  width: 60%;
}
a#jump5 {
  width: 150px;
}
a#jump6 {
  width: 150px;
}
a#jump8 {
  width: 150px;
}

}
@media screen and (max-width:480px){
a#jump1 {
  width: 150px;
}
a#jump2 {
  width: 150px;
}
a#jump3 {
  width: 150px;
}
a#jump4 {
  width: 75%;
}
a#jump5 {
  width: 150px;
}
a#jump6 {
  width: 150px;
}
a#jump8 {
  width: 150px;
}

}
/**** 報告書コンテンツへのリンクボタン終 ****/

/*** ページ内ジャンプ ****/
.midashi:before, .midashi:after {
  content: "";
  display: block;
  clear: both;
}
.midashi {
  color: #404040;
  border-left: solid 2px #a0a0a0;
  border-bottom: solid 2px #a0a0a0;
  margin: 1em 0;
  padding: 0.25em 0.75em;
}
 ****/
 
/*** ページ内ジャンプ終 ****/
/*** 報告書コンテンツパネル ****/
.panel_box_pack{
}
.panel_body:after {
  content: "";
  display: flex;
  clear: both;
}
.panel_img > img {
  height: 130px;
  margin: 10px;
  margin-bottom: 12px;
  float: left;
}
.panel_img2 > img {
  height: 200px;
  margin: 12px;
  float: left;
}
.panel_img3 > img {
  height: 200px;
  margin: 12px;
  float: left;
}
.panel_img4 > img {
  height: 150px;
  margin: 10px;
  float: left;
}
.panel_img5 > img {
  height: 130px;
  margin: 10px;
  float: left;
}
.panel_img6 > img {
  height: 130px;
  margin: 10px;
  float: left;
}

.panel_img8 > img {
  width: 25%;
  margin: 0px;
  float: left;
  padding: 0px 15px 50px 0px;
}
.panel_img9 > img {
  width: 60%;
  margin: 0px;
  float: left;
  padding: 0px 15px 20px 0px;
}

.panel_exp {
  padding: 1em 1em 1em 0;
  display: none;
}
.panel_exp:before {
  display: inline-block;
  content: "気";
  padding: 15px 0px 0px 0px;
}
.panel_exp2 {
  padding: 1em 1em 1em 0;
  display: none;
}
.panel_exp2:before {
  display: inline-block;
  content: "気";
  padding: 15px 0px 0px 0px;
}
.panel_exp3 {
  padding: 1em 1em 1em 0;
  display: none;
}
.panel_exp3:before {
  display: inline-block;
  content: "本";
  padding: 15px 0px 0px 0px;
}
.panel_exp4 {
  padding: 1em 1em 1em 0;
  display: none;
}
.panel_exp4:before {
  display: inline-block;
  content: "各";
  padding: 15px 0px 0px 0px;
}
.panel_exp5 {
  padding: 1em 1em 1em 0;
  display: none;
}
.panel_exp5:before {
  display: inline-block;
  content: "よ";
  padding: 15px 0px 0px 0px;
}
.panel_exp6 {
  padding: 1em 1em 1em 0;
  display: none;
}
.panel_exp6:before {
  display: inline-block;
  content: "本";
  padding: 15px 0px 0px 0px;
}
.panel_exp7{
  padding: 0 1em 0 0;
  display: inline;
  white-space: nowrap;
}
p{
  overflow: hidden;
  text-overflow: ellipsis;
}

.koumoku_title1, .koumoku_title2,.koumoku_title3 {
  font-weight: bold;
  font-size: 180%;
  background: #D7F8E6;
  text-align: center;
  color: #404040;
  padding: 0.5em;
  margin: 1px;
}
.koumoku_title2 {
  background: #CCECEB;
  font-size: 160%;
}
.koumoku_title3 {
  background: #C3D5C7;
  font-size: 160%;
}
.koumoku_panel {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em 0.1%;
  padding:0;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  border: solid 0.5px #a0a0a0;
  color: #404040;
  width: calc(96% / 3);
  height: 220px;
  position: relative; /* a用 */
}

.koumoku_panel > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.koumoku_panel2 {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em 0.1%;
  padding:0;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  border: solid 0.5px #a0a0a0;
  color: #404040;
  width: calc(96% / 3);
  height: 220px;
  position: relative; /* a用 */
}
.koumoku_panel3 {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em 0.1%;
  padding:0;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  border: solid 0.5px #a0a0a0;
  color: #404040;
  width: calc(96% / 3);
  height: 220px;
  position: relative; /* a用 */
}
.koumoku_panel4 {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em 0.1%;
  padding:0;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  border: solid 0.5px #a0a0a0;
  color: #404040;
  width: calc(96% / 3);
  height: 180px;
  position: relative; /* a用 */
}
.koumoku_panel5 {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em 0.1%;
  padding:0;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  border: solid 0.5px #a0a0a0;
  color: #404040;
  width: calc(96% / 3);
  height: 180px;
  position: relative; /* a用 */
}
.koumoku_panel6 {
  display: inline-block;
  vertical-align: top;
  margin: 0.5em 0.1%;
  padding:0;
  background: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  border: solid 0.5px #a0a0a0;
  color: #404040;
  width: calc(96% / 3);
  height: 180px;
  position: relative; /* a用 */
}
ul.pagelink2 {
	list-style-type:none;  
	list-style-image: url(../../../com/sublink.gif);
}

ul.pagelink2 li{
	margin-bottom: 0.2em;
}

.pagelink2 {
  padding: 0px 0px 0px 180px;
}

@media screen and (min-width:769px) and (max-width:970px) {
.koumoku_panel {
  margin: 0.5em 0.5%;
  width:47%;
  height: 220px;
}
.koumoku_panel2 {
  margin: 0.5em 0.5%;
  width:47%;
  height: 220px;
}
.koumoku_panel3 {
  margin: 0.5em 0.5%;
  width:47%;
  height: 220px;
}
.koumoku_panel4 {
  margin: 0.5em 0.5%;
  width:47%;
  height: 220px;
}
.koumoku_panel5 {
  margin: 0.5em 0.5%;
  width:47%;
  height: 180px;
}
.koumoku_panel6 {
  margin: 0.5em 0.5%;
  width:47%;
  height: 180px;
}
}
@media screen and (min-width:541px) and (max-width:768px) {
.koumoku_panel {
  margin: 0.5em 1%;
  width: 98%;
  height: 350px;
}
.koumoku_panel2 {
  margin: 0.5em 1%;
  width: 98%;
  height: 350px;
}
.koumoku_panel3 {
  margin: 0.5em 1%;
  width: 98%;
  height: 350px;
}
.koumoku_panel4 {
  margin: 0.5em 1%;
  width: 98%;
  height: 330px;
}
.koumoku_panel5 {
  margin: 0.5em 1%;
  width: 98%;
  height: 300px;
}
.koumoku_panel6 {
  margin: 0.5em 1%;
  width: 98%;
  height: 300px;
}
.panel_exp {
  display: inline;
}
.panel_exp2 {
  display: inline;
}
.panel_exp3 {
  display: inline;
}
.panel_exp4 {
  display: inline;
}
.panel_exp5 {
  display: inline;
}
.panel_exp6 {
  display: inline;
}
.panel_img > img {
  margin-bottom: 240px;
}
.panel_img2 > img {
  margin-bottom: 120px;
}
.panel_img3 > img {
  margin-bottom: 120px;
}
.panel_img4 > img {
  margin-bottom: 120px;
}
.panel_img5 > img {
  margin-bottom: 120px;
}
.panel_img6 > img {
  margin-bottom: 120px;
}

}
@media screen and (min-width:481px) and (max-width:540px) {
.koumoku_panel {
  margin: 0.5em 1%;
  width: 98%;
  height: 350px;
}
.koumoku_panel2 {
  margin: 0.5em 1%;
  width: 98%;
  height: 400px;
}
.koumoku_panel3 {
  margin: 0.5em 1%;
  width: 98%;
  height: 350px;
}
.koumoku_panel4 {
  margin: 0.5em 1%;
  width: 98%;
  height: 330px;
}
.koumoku_panel5 {
  margin: 0.5em 1%;
  width: 98%;
  height: 300px;
}
.koumoku_panel6 {
  margin: 0.5em 1%;
  width: 98%;
  height: 300px;
}
.panel_exp {
  display: inline;
}
.panel_exp2 {
  display: inline;
}
.panel_exp3 {
  display: inline;
}
.panel_exp4 {
  display: inline;
}
.panel_exp5 {
  display: inline;
}
.panel_exp6 {
  display: inline;
}
.panel_img > img {
  margin-bottom: 240px;
}
.panel_img2 > img {
  margin-bottom: 180px;
}
.panel_img3 > img {
  margin-bottom: 120px;
}
.panel_img4 > img {
  margin-bottom: 120px;
}
.panel_img5 > img {
  margin-bottom: 120px;
}
.panel_img6 > img {
  margin-bottom: 120px;
}

}
@media screen and (max-width:480px){
.koumoku_panel {
  margin: 0.5em 1%;
  min-width:95%;
  height: 400px;
}
.koumoku_panel2 {
  margin: 0.5em 1%;
  min-width:95%;
  height: 400px;
}
.koumoku_panel3 {
  margin: 0.5em 1%;
  min-width:95%;
  height: 400px;
}
.koumoku_panel4 {
  margin: 0.5em 1%;
  min-width:95%;
  height: 400px;
}
.koumoku_panel5 {
  margin: 0.5em 1%;
  min-width:95%;
  height: 400px;
}
.koumoku_panel6 {
  margin: 0.5em 1%;
  min-width:95%;
  height: 400px;
}
.panel_exp {
  display: inline;
}
.panel_exp2 {
  display: inline;
}
.panel_exp3 {
  display: inline;
}
.panel_exp4 {
  display: inline;
}
.panel_exp5 {
  display: inline;
}
.panel_exp6 {
  display: inline;
}
.panel_img > img {
  width: 30%;
  height: auto;
  margin-bottom: 50px;
}
.panel_img2 > img {
  width: 30%;
  height: auto;
  margin-bottom: 50px;
}
.panel_img3 > img {
  width: 30%;
  height: auto;
}
.panel_img4 > img {
  width: 30%;
  height: auto;
}
.panel_img5 > img {
  width: 30%;
  height: auto;
}
.panel_img6 > img {
  width: 30%;
  height: auto;
}
.pagelink2 {
  padding: 0px 0px 0px 10px;
}
}
.koumoku_panel2 > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
/*** 報告書コンテンツパネル終 ****/

/*** 素材集用 ****/
.sozai_panel {
  display: inline-block;
  vertical-align: top;
  margin: 1em 1%;
  padding:0;
  background: #ffffff;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  border: solid 0.5px #a0a0a0;
  color: #404040;
  width: calc(90% / 3);
  height: 180px;
  position: relative; /* a用 */
}
.sozai_panel:hover {
  border: solid 1px #202020;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.7)
}
.sozai_title {
  font-weight: bold;
  font-size: 120%;
  background: #ffffff;
  text-align: center;
  color: #404040;
  padding: 1em;
  margin: 1px;
  height: 80px
}
.sozai_title2 {
  font-weight: bold;
  font-size: 120%;
  background: #ffffff;
  text-align: center;
  color: #404040;
  padding: 0.5em;
  margin: 1px;
}
.sozai_panel2 {
  display: inline-block;
  vertical-align: top;
  margin: 1em 1%;
  padding:0;
  background: #ffffff;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  border: solid 0.5px #a0a0a0;
  color: #404040;
  width: 90%;
  height: 220px;
  position: relative; /* a用 */
}
@media screen and (min-width:651px) and (max-width:970px) {
.sozai_panel {
  width: calc(90% / 2);
}
.sozai_title {
  height: 40px
}
}
@media screen and (max-width:650px) {
.sozai_panel {
  width: 90%;
}
.panel_img9 > img {
  width: 40%;
  margin: 0px;
  float: left;
}
}

/**** ページトップへ移動 ****/
#page_top {
  position: fixed;
  bottom: 45px;
  right: 30px;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #808080;
  color: #f9fafb;
  font-size: 20px;
  font-weight: bold;
  line-height: 3em;
  text-align: center;
  text-decoration: none;
}
#page_top a:hover {
  background: #202020;
  text-decoration: none;
}

/**** アンケートへ移動 ****/
#survey {
  position: fixed;
  bottom: 10px;
  right: 30px;
  opacity: 0.8;
}


/**** 説明文ハイライト ****/

.highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.highlight2 {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: #FFB3C1;
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}
.highlight3 {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #FFB3C1;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.highlight4 {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #CDE6C7;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.highlight5 {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #afeeee;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

/**** 説明文ハイライト終 ****/

/**** 説明文表示調整用 ****/
.filesize {
  display: none;
}
@media (max-width:768px) {
.filesize {
  display: inline;
}
}
.catchphrase {
  display: inline;
  font-size: 45%;
}
/**** 説明文表示調整用終 ****/

/**** 関連リンク ****/
#related_wrapper{
  margin:0;
  padding:.8em .2em;
  white-space:normal
}
#related_wrapper a{
  color:#2b478e
}
#related *{
  text-align:left
}
#related ul{
  margin:.5em auto;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  width:96%;
  text-align:center;
  padding:.6em auto 1em
}
#related li{
  margin:.5em .6%;
  padding:0em 1.2em;
  border-radius:0.5em;
  display:inline;
  width:90%;
  text-align:left;
  list-style:none;
  background-color:#f4f5f6
}
#related li p{
  text-align:left;
  margin:.8em 0
}
/**** 関連リンク終 ****/

/**** 素材集図 ****/
.img_s{
  width: 600px;
}
@media screen and (max-width:700px) {
.img_s{
  width: 100%;
}
}
/**** 素材集図終 ****/

/**** 本編html ****/
.starlist {
  background: #fff;
  list-style-type: none; /* 点を非表示にする */
}
.starlist li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.5rem;
}
.starlist li:first-child {
  margin-top: 0;
}
.starlist li:before {
  content: "✧";
  position: absolute;
  font-size: 1.4rem;
  left: 0;
}

.mtx {
  overflow: visible;
}

.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  /* color: #4682b4;*/
} 
.balloon_top { /* ツールチップのスタイル */
  width: 300px; /* 横幅 */
  position: absolute;
  left: 50%;
  bottom: 80%; /* Y軸の位置 */
  transform: translateX(-50%);
  margin-bottom: 8px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 5px; /* 角の丸み */
  background-color: #666;
  font-size: 1.0em;
  font-weight: normal;
  color: #fff;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 100;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
} 
.balloon_top::before { /* 吹き出しの「しっぽ」のスタイル */
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #666; /* 最後の値は「ツールチップの背景色」と合わせる */
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip:hover .balloon_top { /* マウスオーバー時のスタイル */
  bottom: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}

.tooltip2 { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  /* color: #4682b4;*/
} 
.balloon_top2 { /* ツールチップのスタイル */
  width: 350px; /* 横幅 */
  position: absolute;
  left: 80%;
  margin-bottom: 8px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 5px; /* 角の丸み */
  background-color: #666;
  font-size: 1.0em;
  font-weight: normal;
  color: #fff;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 100;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
} 
.balloon_top2::before { /* 吹き出しの「しっぽ」のスタイル */
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #666; /* 最後の値は「ツールチップの背景色」と合わせる */
  position: absolute;
  top: 3%;
  right: 100%;
  transform: rotateZ(90deg);
}
.tooltip2:hover .balloon_top2 { /* マウスオーバー時のスタイル */
  display: inline-block;
  top: 15%;
  left: 105%;
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}

.figure{
  text-align:center;
}

.small1 {
  font-size: 0.8em;
  margin: 0em 0em 0em 0em
}

.sanko {
  border: 4px dashed #738AC8;
  padding: 0.5em 1.2em 0.5em 1.2em;
  margin: 1em 1em 1em 1em;
}

.column{
  border: 6px double #74BB57;
  padding: 0.5em 1.2em 0.5em 1.2em;
}

.column h3{
  font-weight:bold;
  font-size:1.2rem;
  color:#42883F;
  padding: 0em 0em 0em 0em;
}

.column h4{
  font-size:110%;
  font-weight: bold;
  margin-top: 0.4em;
  margin-bottom: 0em;
  padding-top: 0.6em;
  padding-bottom: 0em;
  padding-right: 0em;
  padding-left: 0em;
  color:#42883F;
}


.kansoku {
  border: 1px solid #0054A7;
  background-color: #DDEEFF;
  margin: 0em 0em 0.8em 0em;
  padding: 0.5em 1.2em 0.5em 1.2em;
  list-style-type: none; /* 点を非表示にする */
  font-size: 12.0pt;
}

.kansoku li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.5rem;
}
.kansoku li:before {
  lang: EN-US;
  font-family:Wingdings;
  content: "Ø";
  position: absolute;
  font-size: 1.4rem;
  left: 0;
}

.yosoku {
  border: 1px solid #C48B01;
  background-color: #FEF0CD;
  margin: 0em 0em 0.8em 0em;
  padding: 0.5em 1.2em 0.5em 1.2em;
  list-style-type: none; /* 点を非表示にする */
  font-size: 12.0pt;
}

.yosoku li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.5rem;
}
.yosoku li:before {
  lang: EN-US;
  font-family:Wingdings;
  content: "Ø";
  position: absolute;
  font-size: 1.4rem;
  left: 0;
}


.ol2 {
  list-style-type: none; /* 点を非表示にする */
  padding: 0em 0em 0em 0em
}
.ol2 li2 {
  position: relative;
  counter-increment: cnt;
  font-weight: bold;
}
.ol2 li2::before {
  content: "("counter(cnt)")";
}
.ul2 {
  list-style: disc;
}
.ul2 li {
  font-weight: normal;  
  margin: 0.5em 1.2em 0.5em 1.2em;
}

/**** 本編html終 ****/

/**** ポップアップの表示 ****/
.banner {
    position: fixed;
    margin: 15px 10px;
    z-index: 99998;
    bottom: 0;
    right: 0;
}
.banner a {
    text-decoration: none;
}

.banner-back {
    width: 270px;
    background-color: #fff;
    border-radius: 15px;
}

.banner-top {
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    background: -moz-radial-gradient(#abc70a, #404a06 70%);
    background: -webkit-radial-gradient(#abc70a, #404a06 70%);
    background: radial-gradient(#abc70a, #404a06 70%);
}

.banner-copy {
    font-size: 16px;
    position: relative;
    padding: 5px 0px 5px 0px;
}
.banner-copy::after {
    font-size: 20px;
    color: #006EB0;
    position: absolute;
    margin-top: 11px;
    top: 0;
    right: 18px;
}

.banner-bottom {
    padding: 10px 0px 15px 0px;
    line-height: 1.6;
}

.banner-body {
    width: 270px;
    background: #f8f8f8;
    color: #000000;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 750px) {
    .banner {
        width: 100%;
        margin: 0px;
    }
    .banner-icon {
        font-size: 28px;
    }
    .banner-body {
        width: 100%;
        border-radius: 0px;
    }
    .banner-back {
        width: 100%;
        margin: 0px;
        border-radius: 0px;
    }
    .banner-top {
        padding: 15px;
        border-radius: 0px;
        background: -moz-linear-gradient(#404a06 50%, #abc70a);
        background: -webkit-linear-gradient(#404a06 50%, #abc70a);
        background: linear-gradient(#404a06 50%, #abc70a);
    }
    .banner-bottom {
        padding: 8px 10px 8px 10px;
    }
    .banner-copy {
        font-size: 15px;
    }
    .banner-copy::after {
        font-size: 12px;
        margin-top: 1.4px;
        margin-left: 12px;
        top: initial;
        right: initial;
    }
    .banner-close {
        top: 5px;
        right: 15px;
    }
    .banner-copy-br {
        display: none;
    }
}
/**** ポップアップの表示終 ****/

/**** 注意書き枠 ****/
.citation{
  background-color:#fffacd;
  border-radius:0.5em;
  padding: 0.8em;
}
.caution{
  border:1px solid;
  border-color:red;
  padding: 0.5em;
}
/**** 注意書き枠終 ****/

/**** 説明表示オンオフ切り替えボタン ****/
.setsumei {
  position: relative;
  margin: left;
  width: 100px;
  height: 30px;
}
 
.setsumei input[type="radio"] {
  display: none;
}
 
.setsumei label {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 30px;
  font-size: 14pt;
  font-weight: bold;
  border: 2px solid #ccc;
}
 
.setsumei #setsumeion + label {
  right: 50%;
  border-radius: 15px 0 0 15px;
  background: #eee;
  color: #666;
  border-right: none;
}
 
.setsumei #setsumeion:checked +label {
  background: linear-gradient(180deg, #127d74, #14968c, #14bdaf);
  color: #fff;
  text-shadow: 1px 1px 1px #333;
}
 
.setsumei #setsumeioff + label {
  left: 50%;
  border-radius: 0 15px 15px 0;
  background: #eee;
  color: #666;
  border-left: none;
}
 
.setsumei #setsumeioff:checked +label {
  background: linear-gradient(175deg, #ccc, #999, #ccc);
  color: #fff;
  text-shadow: 1px 1px 1px #333;
}
/**** 説明表示オンオフ切り替えボタン終 ****/

