#main{
    max-width: 1200px;
    text-align: left;
    background-color: #EBEBEB;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-top: 0px;
    /* 水平方向の中央揃え */
      margin: 0 auto;
}

#box1{
    margin:  0;
    width: 100%;
    background-color: black;
    padding-left: 80px;
    padding-bottom: 0px;
    padding-top: 3px;
}
.moji{
    margin-top: 0px;
    padding: 5px;
    background-color: black;
    color: #FDFCFC;
    width: 100%;
    font-size: 18px;
}
#moji0{
    padding: 0px;
    background-color: #fff;
    color: #FDFCFC;
    width: 100%;
    font-size: 18px;
    border: #000000 1px solid;
}
.moji01{
    margin-top: 5px;
    padding: 5px;
    background-color: black;
    color: #FDFCFC;
    width: 100%;
    font-size: 18px;
}

.moji1{
    margin-top: 0px;
    padding: 5px;
    background-color: #513F3F;
    color: #FDFCFC;
    width: 100%;
    font-size: 17px;
}
.moji12{
    margin-top: 0px;
    padding: 10px;
    background-color: #513F3F;
    color: #FDFCFC;
    width: 98%;
    font-size: 17px;
}
.moji11{
    margin-top: 0px;
    padding: 5px;
    background-color: #fff;
    color: #000000;
    width: 100%;
    font-size: 17px;
}
.moji2{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 20px;
    padding: 4px;
    padding-left: 16px;
    background-color: #513F3F;
    color: #FDFCFC;
    width: 98%;
    font-size: 18px;
}
.moji3{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 20px;
    padding: 4px;
    padding-left: 16px;
    background-color: #C7CAC7;
    color: #2809DE;
    width: 98%;
    font-size: 20px;
    font-weight: bold;
}
.mojisiro{
    margin-top: 0px;
    padding: 5px;
    background-color: #fff;
    color: #000000;
    width: 100%;
    font-size: 15px;
}
.mojisiro1{
    margin-top: 0px;
    padding: 20px;
    background-color: #fff;
    color: #000000;
    width: 98%;
    font-size: 16px;
}
figure {
	float: left;
	margin: 0 15px 15px 0;
	width: 45%;
    padding-right: 20px;
}
figure img {
	max-width: 100%;
}
figure1 {
	float: left;
	margin: 0 5px 5px 0;
	width: 70%;
    padding-right: 5px;
}
figure1 img {
	max-width: 100%;
}
#pankuzu{
	text-align:right;
    font-size: 10px;
}
/* CSS パンくずリスト */

.breadcrumb1 {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumb1 li{
  position: relative;
  display:inline-block; /*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  margin-right: 12px;
}
.breadcrumb1 li:after{/*三角の部分*/
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #aedfc6;/*背景色*/
    border-width: 14px 12px;
    width: 0;
    height: 0;
}

.breadcrumb1 li a {
    display: inline-block;
    padding: 0 3px 0 7px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #747772;
    background: #aedfc6;/*背景色*/
    font-size: 13px;
}

.siro{
	color:#FFF;
}

input[type=checkbox] {
  transform: scale(1.2);

}
.checkb {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkb-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
/* Checkbox */
input[type=checkbox]:before,input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}
input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px;
}
input[type=checkbox]:indeterminate:before,input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}
input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}
/* Radio */
input[type=radio] {
    border-radius: 50%;
     vertical-align:middle;
}
input[type=radio]:checked:before {
    transform: scale(1);
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;

    transform: scale(0);
    transition: all ease-out 250ms;
}
/* 色は青色のみ */
input[type=checkbox].blue,input[type=radio].blue {
    border: 3px solid #2196f3;
    width: 22px;
    height: 22px;
    margin-bottom: 0px;
    margin-top: 2px;
    margin-right: 10px;
}
input[type=checkbox].blue:checked,input[type=checkbox].blue:indeterminate,input[type=radio].blue:checked:before {
    background: #2196f3;
}

/* バナー本体 */
.news-banner {
  display: inline-block;
  height: 35px;
  width: 90%;
  background-color: black;
  overflow: hidden;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 35px;
  padding-left: 100%;
padding-right: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}#main{
    max-width: 1200px;
    text-align: left;
    background-color: #EBEBEB;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-top: 0px;
    /* 水平方向の中央揃え */
      margin: 0 auto;
}

#box1{
    margin:  0;
    width: 100%;
    background-color: black;
    padding-left: 80px;
    padding-bottom: 0px;
    padding-top: 3px;
}
.moji{
    margin-top: 0px;
    padding: 5px;
    background-color: black;
    color: #FDFCFC;
    width: 100%;
    font-size: 18px;
}
#moji0{
    padding: 0px;
    background-color: #fff;
    color: #FDFCFC;
    width: 100%;
    font-size: 18px;
    border: #000000 1px solid;
}
.moji01{
    margin-top: 5px;
    padding: 5px;
    background-color: black;
    color: #FDFCFC;
    width: 100%;
    font-size: 18px;
}

.moji1{
    margin-top: 0px;
    padding: 5px;
    background-color: #513F3F;
    color: #FDFCFC;
    width: 100%;
    font-size: 17px;
}
.moji12{
    margin-top: 0px;
    padding: 10px;
    background-color: #513F3F;
    color: #FDFCFC;
    width: 98%;
    font-size: 17px;
}
.moji11{
    margin-top: 0px;
    padding: 5px;
    background-color: #fff;
    color: #000000;
    width: 100%;
    font-size: 17px;
}
.moji2{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 20px;
    padding: 4px;
    padding-left: 16px;
    background-color: #513F3F;
    color: #FDFCFC;
    width: 98%;
    font-size: 18px;
}
.moji3{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 20px;
    padding: 4px;
    padding-left: 16px;
    background-color: #C7CAC7;
    color: #2809DE;
    width: 98%;
    font-size: 20px;
    font-weight: bold;
}
.mojisiro{
    margin-top: 0px;
    padding: 5px;
    background-color: #fff;
    color: #000000;
    width: 100%;
    font-size: 15px;
}
.mojisiro1{
    margin-top: 0px;
    padding: 20px;
    background-color: #fff;
    color: #000000;
    width: 98%;
    font-size: 16px;
}
figure {
	float: left;
	margin: 0 15px 15px 0;
	width: 45%;
    padding-right: 20px;
}
figure img {
	max-width: 100%;
}
figure1 {
	float: left;
	margin: 0 5px 5px 0;
	width: 70%;
    padding-right: 5px;
}
figure1 img {
	max-width: 100%;
}
#pankuzu{
	text-align:right;
    font-size: 10px;
}
/* CSS パンくずリスト */

.breadcrumb1 {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumb1 li{
  position: relative;
  display:inline-block; /*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  margin-right: 12px;
}
.breadcrumb1 li:after{/*三角の部分*/
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #aedfc6;/*背景色*/
    border-width: 14px 12px;
    width: 0;
    height: 0;
}

.breadcrumb1 li a {
    display: inline-block;
    padding: 0 3px 0 7px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #747772;
    background: #aedfc6;/*背景色*/
    font-size: 13px;
}

.siro{
	color:#FFF;
}


input[type=checkbox] {
  transform: scale(1.2);

}
.checkb {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkb-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
/* Checkbox */
input[type=checkbox]:before,input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}
input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px;
}
input[type=checkbox]:indeterminate:before,input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}
input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}
/* Radio */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked:before {
    transform: scale(1);
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
/* 色は青色のみ */
input[type=checkbox].blue,input[type=radio].blue {
    border: 3px solid #2196f3;
}
input[type=checkbox].blue:checked,input[type=checkbox].blue:indeterminate,input[type=radio].blue:checked:before {
    background: #2196f3;
}	
/* バナー本体 */
.news-banner {
  display: inline-block;
  height: 35px;
  width: 90%;
  background-color: black;
  overflow: hidden;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 35px;
  padding-left: 100%;
padding-right: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}#main{
    max-width: 1200px;
    text-align: left;
    background-color: #EBEBEB;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-top: 0px;
    /* 水平方向の中央揃え */
      margin: 0 auto;
}

#box1{
    margin:  0;
    width: 100%;
    background-color: black;
    padding-left: 80px;
    padding-bottom: 0px;
    padding-top: 3px;
}
.moji{
    margin-top: 0px;
    padding: 5px;
    background-color: black;
    color: #FDFCFC;
    width: 100%;
    font-size: 18px;
}
#moji0{
    padding: 0px;
    background-color: #fff;
    color: #FDFCFC;
    width: 100%;
    font-size: 18px;
    border: #000000 1px solid;
}
.moji01{
    margin-top: 5px;
    padding: 5px;
    background-color: black;
    color: #FDFCFC;
    width: 100%;
    font-size: 18px;
}

.moji1{
    margin-top: 0px;
    padding: 5px;
    background-color: #513F3F;
    color: #FDFCFC;
    width: 100%;
    font-size: 17px;
}
.moji12{
    margin-top: 0px;
    padding: 10px;
    background-color: #513F3F;
    color: #FDFCFC;
    width: 98%;
    font-size: 17px;
}
.moji11{
    margin-top: 0px;
    padding: 5px;
    background-color: #fff;
    color: #000000;
    width: 100%;
    font-size: 17px;
}
.moji2{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 20px;
    padding: 4px;
    padding-left: 16px;
    background-color: #513F3F;
    color: #FDFCFC;
    width: 98%;
    font-size: 18px;
}
.moji3{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 20px;
    padding: 4px;
    padding-left: 16px;
    background-color: #C7CAC7;
    color: #2809DE;
    width: 98%;
    font-size: 20px;
    font-weight: bold;
}
.mojisiro{
    margin-top: 0px;
    padding: 5px;
    background-color: #fff;
    color: #000000;
    width: 100%;
    font-size: 15px;
}
.mojisiro1{
    margin-top: 0px;
    padding: 20px;
    background-color: #fff;
    color: #000000;
    width: 98%;
    font-size: 16px;
}
figure {
	float: left;
	margin: 0 15px 15px 0;
	width: 45%;
    padding-right: 20px;
}
figure img {
	max-width: 100%;
}
figure1 {
	float: left;
	margin: 0 5px 5px 0;
	width: 70%;
    padding-right: 5px;
}
figure1 img {
	max-width: 100%;
}
#pankuzu{
	text-align:right;
    font-size: 10px;
}
/* CSS パンくずリスト */

.breadcrumb1 {
  margin-left: 0;
  padding-left: 0;
}
.breadcrumb1 li{
  position: relative;
  display:inline-block; /*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  margin-right: 12px;
}
.breadcrumb1 li:after{/*三角の部分*/
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #aedfc6;/*背景色*/
    border-width: 14px 12px;
    width: 0;
    height: 0;
}

.breadcrumb1 li a {
    display: inline-block;
    padding: 0 3px 0 7px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #747772;
    background: #aedfc6;/*背景色*/
    font-size: 13px;
}

.siro{
	color:#FFF;
}


input[type=checkbox] {
  transform: scale(1.2);

}
.checkb {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkb-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
/* Checkbox */
input[type=checkbox]:before,input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}
input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px;
}
input[type=checkbox]:indeterminate:before,input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}
input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}
/* Radio */
input[type=radio] {
    border-radius: 50%;
}
input[type=radio]:checked:before {
    transform: scale(1);
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}
/* 色は青色のみ */
input[type=checkbox].blue,input[type=radio].blue {
    border: 3px solid #2196f3;
}
input[type=checkbox].blue:checked,input[type=checkbox].blue:indeterminate,input[type=radio].blue:checked:before {
    background: #2196f3;
}	
/* バナー本体 */
.news-banner {
  display: inline-block;
  height: 35px;
  width: 90%;
  background-color: black;
  overflow: hidden;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color: #fff;
  line-height: 35px;
  padding-left: 100%;
padding-right: 100%;
  white-space: nowrap;
  animation: animate-banner 30s linear infinite;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}/* CSS Document */
