/*タブ切り替え全体のスタイル*/
@media only screen and (min-width: 700px){
.hidden_box {
    display:block;
    padding: 0;
    text-align:center;
}
.hidden_box label {
    padding: 10px;
    font-weight: bold;
    font-size:14px;
    border: 2px;
    border-radius:0px;
    border-color:#006633;
    cursor :pointer;
    background:#006633;
    color:#ffffff;
}
/*ボタンホバー時*/
.hidden_box label:hover {
    background: #006533;
}

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

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

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
    border:2px;
    border-color:#006633;
}
}
@media only screen and (max-width: 700px){
.hidden_box {
display:none;
}
}
body{
display:block;
width:100%;
text-align:center;
}
.header{
display:block;
width:100%;
box-sizing: border-box;
text-align:left;
background-color:#FFFFF0;
}
.mainmenu_content_description{
text-align:left;
}
.contents{
display:inline-block;
margin:0;
box-sizing: border-box;
text-align:center;
@media only screen and (min-width: 1024px){
.contents{
box-sizing: border-box;
text-align:center;
width:950px;
}
}
@media only screen and (max-width: 1024px){
.contents{
display:block;
margin:auto;
box-sizing: border-box;
text-align:center;
width:auto;
}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important
      margin:auto; }
.sp { display: none !important;}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important;
      margin:auto;
}
}
.footer{
display:block;
width:auto;
text-align:center;
}
.tabs {
  margin-top: 20px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 40px;
  border-bottom: 3px solid #006633;
  background-color: #d9d9d9;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 10px 0px 0;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#tango:checked ~ #tango_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #006633;
  color: #fff;
}

.mainmenu {
  margin-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
/*タブのスタイル*/
.mainmenu_item {  
  width: calc(100%/8);
  height: 40px;
  border-bottom: 3px solid #006633;
  background-color: #d9d9d9;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.mainmenu_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="mainmenu_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.mainmenu_content {
  display: none;
  padding: 10px 0px 0;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
}

/*選択されているタブのコンテンツのみを表示*/
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content,
#d:checked ~ #d_content,
#e:checked ~ #e_content,
#f:checked ~ #f_content,
#g:checked ~ #g_content,
#h:checked ~ #h_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.mainmenu input:checked + .mainmenu_item {
  background-color: #006633;
  color: #fff;
}
.maintable{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  box-sizing: border-box;
  text-align:left;
  display:block;
}

.maintable th:first-child{
  border-radius: 15px 0 0 0;
  box-sizing: border-box;
}

.maintable th:last-child{
  border-radius: 0px 15px 0 0;
  border-right: 1px solid #3c6690;
  box-sizing: border-box;
}

.maintable th{
  text-align: center;
  color:white;
  background: linear-gradient(#006633,#004d00);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: auto;
  padding: 10px 0;
  box-sizing: border-box;
}

.maintable td{
  text-align: left;
  vertical-align:top;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: auto;
  padding: 10px 0;
  box-sizing: border-box;
}

.maintable td:first-child{
  text-align:center;
}
.maintable td:last-child{
  border-right: 1px solid #a8b7c5;
  box-sizing: border-box;
  text-align:center;
}
.maintable tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
  box-sizing: border-box;
  text-align:center;
}
.maintable tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
  box-sizing: border-box;
  text-align:center;
}
.maintable2{
  display: inline-block;
  border-spacing: 0;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}
.maintable2 th{
  text-align: center;
  color:white;
  background: #006633;
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: auto;
  padding: 10px 0;
  box-sizing: border-box;
}

.maintable2 td{
  text-align: left;
  vertical-align:top;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: auto;
  padding: 10px 0;
  box-sizing: border-box;
}
.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ffffe7;
  border-left: solid 6px #006633;/*左線*/
  color: #000000;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
.btn-sticky:hover {
  background: #ffffb7;
}
.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #006633;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.hpb-cnt-tb1{
	box-sizing: border-box;
	background-color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}
.hpb-cnt-tb2{
	box-sizing: border-box;
	background-color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}
.hpb-cnt-tb3{
	box-sizing: border-box;
	background-color: #333333;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
}
.hpb-cnt-tb4{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.hpb-cnt-tb4 p {
    margin: 0; 
    padding: 0;
}

.background {
padding: 0.5em 1em;
    align: left;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.background p {
    margin: 0; 
    padding: 0;
}
.search {
    margin: 2em 0;
    position: relative;
    padding: 4px 4px 4px;
    border: solid 2px #006633;
    background:#006633;
    color:#FFFFFF;
    radius:2,2,2,2;
    border-radius:20px;
}
.search .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 7 9px;
    height: 15px;
    line-height: 25px;
    font-size: 16px;	
    border-radius:20px
    radius:2,2,2,2;
    border-width: 0px;
    background: #006633;
    font-weight: bold;
}
.search p {
    margin: 0; 
    padding: 0;
}
 }

.hpb-cnt-tb-th1 {
	box-sizing: border-box;
	background-color: #bbbbbb;
	font-size: 80%;
	color: #333333;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
}
.hpb-cnt-tb-th2 {
	box-sizing: border-box;
	background-color: #cccccc;
	font-size: 80%;
	color: #333333;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
}
.hpb-cnt-tb-cell1 {
	box-sizing: border-box;
	background-color: #eeeeee;
	font-size: 80%;
	color: #333333;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #333333;
}
.hpb-cnt-tb-cell2 {
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 80%;
	color: #333333;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #333333;
}
.hpb-cnt-tb-cell3 {
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 80%;
	color: #333333;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
}
.hpb-cnt-tb-cell4 {
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 80%;
	color: #333333;
	border-width: 0px;
	border-style: solid;
	border-color: #333333;
}
.hpb-cnt-tb-cell5 {
	background-color: #ffffff;
	font-size: 80%;
	color: #333333;
	border-width: 0px;
	border-style: solid;
	border-color: #cccccc;
	box-sizing: border-box;
}
/* 黒板風　タイトル　2 */
.kokuban-t2{
 box-sizing: border-box;
 text-align: center;
 position: relative;
 padding: 1em 1em 1em;
 width: auto;/* ボックス幅 */
 background-color: #006633; /* ボックス背景色 */
 color: #fff; /* 文章色 */
 border: 8px solid #b2771f; /* 枠線 */
 border-radius: 3px; /* 角の丸み */
 box-shadow: 0 0 5px #333, 0 0 5px #555 inset;
}
.kokuban-t2::before,
.kokuban-t2::after {
 content: '';
 bottom: 0;
} 
.kokuban-t23::before {
 right: 10px;
 border: solid 3px #ffff6b; /*チョーク（黄色）*/
 width: 20px; 
 border-radius: 3px 2px 0 2px;
}
.kokuban-t23::after {
 right: 40px;
 border: solid 3px #ffffff; /*チョーク（白）*/
 width: 15px; 
 border-radius: 8px 5px 2px 5px;
}
.title-t2 {
 box-sizing: border-box;
 font-weight: bold;
 color: #ffff6b; /* タイトル色 */
}
.breadcrumb{
  margin-left:-35px;
  margin-top:0;
  font-size:16px;
}
.breadcrumb li {
  display:inline-block;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {
  /*＞を表示*/
  font-family: FontAwesome;
  content: '>';
  padding: 0 4px;
  color: #000000;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  text-decoration: none;
  background: #ffcc00;
}

.breadcrumb li a:hover {
  background: ##ffee00;
}
.breadcrumb2{
  margin-left:-35px;
  margin-top:0;
}

.breadcrumb2 li {
  display:inline-block;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb2 li:after {
  /*＞を表示*/
  padding: 0 4px;
  color: #000000;
}

.breadcrumb2 li:last-child:after {
  content: '';
}

.breadcrumb2 li a {
  display: inline-block;
  padding: 0.5em 1em;
  background: #ffffe7;
  border-left: solid 6px #006633;/*左線*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.breadcrumb2 li a:hover {
  background: ##ffffb7;
}

.note {
    position: relative;
    left:0;
    background-color: #ffffe7; 
    box-sizing: border-box;
    width:auto;
    height:auto;
    color:#000000;
    background-image: 
        linear-gradient(90deg, transparent 29px, #fcc 29px, #fcc 31px, transparent 31px),
        linear-gradient(90deg, transparent 49px, #fcc 49px, #fcc 51px, transparent 51px),
        linear-gradient(rgba(153,204,255,.3) .1em, transparent .1em);
    background-size: 100% 1.5em;
}

.note:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffe7; 
    background-image: 
        linear-gradient(90deg, transparent 9px, #fcc 9px, #fcc 11px, transparent 11px),
        linear-gradient(90deg, transparent 19px, #fcc 19px, #fcc 21px, transparent 21px);
}
.point {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ffcc00;
}
.point .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ffcc00;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.point p {
    margin: 0; 
    padding: 0;
}
.point .check {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #006633;
}
.point .check p {
    margin: 0; 
    padding: 0;
}
.mainpoint {
    position: relative;
    box-sizing:border-box;
        display:block;
    width:100%;
    margin: 0;
    padding: 0;
    border: solid 3px #006633;
    text-align:center;
}
.mainpoint .mainpoint-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #006633;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.mainpoint p {
    margin: 0; 
    padding: 0;
}
/* 繝輔ャ繧ｿ繝ｼ縺ｮ閭梧勹 */
.love{
       position: fixed;
       left:0;
	background-color: #006633;   /* 閭梧勹濶ｲ(髱・ */
	width:100%;               /* 讓ｪ縺ｮ蟷・ｒ100% */
	height: 25px;            /* 邵ｦ縺ｮ蟷・ｒ120px */
       /* 邨ｶ蟇ｾ菴咲ｽｮ謖・ｮ壹☆繧九％縺ｨ繧貞ｮ夂ｾｩ */
  bottom: 0;
  margin: auto;	
  padding: 10px 0;          /* 荳贋ｸ九↓菴咏區繧貞叙繧・*/
}
.love a {
  cursor: pointer;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  z-index: 99;
}
 
@media only screen and (max-width: 767px){
.love{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  bottom: 0;
  margin: auto;
  width:100%;
  background-color: #006633;   /* 閭梧勹濶ｲ(髱・ */
}
}
