body {
  overflow-x: hidden;
}

.contents {
  max-width: 1200px;
  margin: 0 auto;
}

.full-width {
  margin: 0 auto;
  text-align: center;
}

.contents-frame {
  margin-bottom: 50px;
}

.title_text {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  /*margin: 30px;*/
}

.title2 {
  padding: 8px 15px 3px;
  border-color: #E40202;
  border-width: 0 0 1px 7px;
  border-style: solid;
  background: #F8F8F8;
  margin: 50px 0 10px;
  font-size: 3.0rem;
  font-weight: bold;
}

.bggreen {
  margin: 0 -200%;
  padding: 0 200%;
  background-color: #339300;
  color: #fff;
  text-align: center;
}

.bggreen p {
  padding: 8px;
}

.text01 {
  font-size: 2.0rem;
  margin-top: 20px;
}

.text02 {
  font-size: 2.0rem;
  margin-top: 20px;
	font-weight: bold;
}

.text03 {
  font-size: 2.0rem;
}

.text05 {
  font-size: 1.5rem;
}

.text_b {
  font-weight: bold;
  font-size: 2.3rem;
}

.pa {
  padding-top: 25px;
}

.indent {
  text-indent: -0.6em;
  padding-left: 2em;
}

.indent2 {
  text-indent: -0.5em;
  padding-left: 2.5em;
}

.indent3 {
  padding-left: 2.5em;
}

.indent4 {
  text-indent: -1em;
  padding-left: 1em;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #027B1B;
  margin-right: 5px;
}

.last {
  margin: 50px;
}

.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3>div {
  width: 33.33333%;
  padding: 5px;
}
.kikokulink {
	color: #1a0dab;
}
.kikokulink:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .col_3>div {
    width: 50%;
	padding: 10px 20px;
  }
}

.iconimg {
  text-align: center;
}

.icontext {
  text-align: center;
  font-size: 16px;
}

.icontext a {
  color: #1a0dab;
}

.icontext a:hover {
  text-decoration: underline;
}

.shoparea {
  text-align: center;
  margin: 60px 0;
}

@media screen and (max-width: 960px) {
  .title_text {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .title2 {
    font-size: 1.8rem;
    margin: 5px;
  }
	.img2{
		width: 50%;
	}
	
  .pa {
    padding-top: 8px;
  }
  .text01 {
    font-size: 1.3rem;
    margin: 0 8px 0 20px;
  }
  .text02 {
    font-size: 1.5rem;
  }
  .text03 {
    font-size: 1.3rem;
  }
  .text05 {
    font-size: 1.1rem;
   /* margin: 0 8px 0 20px;*/
  }
  .indent {
    padding-left: 0em;
  }
  .text_b {
    font-size: 1.5rem;
  }
  .indent2 {
    text-indent: -1em;
    padding-left: 1.0em;
  }
  .indent3 {
    padding-left: 0em;
  }
  .icontext {
    text-align: left;
    font-size: 10px;
  }
  .shoparea {
    margin: 30px 0;
  }
  /* ==========================================================================
  purposeListArea
========================================================================== */
  .purposeListArea {
    background-color: #ffffff;
    padding: 10px 0 42px 0;
    width: 100%;
  }
  .purposeListArea:nth-child(even) {
    background-color: #f7f7f0;
  }
  .purposeListBox {
    margin-top: 25px;
  }
  .purposeListBox .columnComp-type03 .columnComp_box {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
  }
  .purposeListBox .columnComp-type03 .columnComp_box:first-child {
    margin-top: 0px;
  }
  .purposeListBox_item {
    background-color: #ffffff;
    border: 2px solid #e6e6e6;
    height: 100%;
    padding: 2px 10px 20px 10px;
    position: relative;
  }
  .purposeListBox_className {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 5px;
  }
  .purposeListBox_className {
    padding: 5px 5px 5px 30px;
    position: relative;
  }
  .purposeListBox_className:before {
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    width: 5px;
    height: 100%;
  }
  .purposeListBox_className:after {
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    width: 5px;
    height: 100%;
  }
  .purposeListBox_img {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .purposeListBox_item {
    width: 100%;
  }
  .purposeListBox_item a:hover img {
    opacity: 0.7;
  }
  .purposeListBox_layout {
    display: flex;
  }
  .purposeListBox_item img {
    width: 100%;
    margin: 0 auto;
  }
  /*.purposeListBox_layoutItem:last-child{
  padding: 0 0 0 15px;
  width: 40%;
}*/
  .purposeListBox_item .boxLink-type02 {
    letter-spacing: 0.2em;
    position: static;
    bottom: 0px;
    left: 25px;
    padding: 9px 32px 8px 32px;
    margin-top: 12px;
    width: 100%;
  }
  .chooseRACArea_bottomLink {
    background-color: transparent;
    padding: 42px 0 0 0;
  }
  .chooseRACArea_tabWrap .boxLink.boxLink-type01:not([class*="linkBtnList-type"]) {
    display: block;
    margin: 0 auto;
    width: 85%;
  }
}

.wrap {
  padding-top: 50px;
  text-align: center;
}

@media screen and (max-width: 460px) {
  .wrap {
    width: 85%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin: 0 auto;
  }
  .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.sbtext {
  font-size: 1.8rem;
  margin: 0 8px 0 20px;
  padding-left: 1.3em;
}

@media screen and (max-width: 460px) {
  .sbtext {
    padding-left: 0em;
    font-size: 1.3rem;
  }
}

.sdgsarea {
  margin-top: 50px;
}


.sbimg {
  padding: 5px 10px;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #008317;
}

.sbimg:before {
  content: url("../../img/safe2020/sbtitle.png");
  margin-right: 5px;
  max-width: initial;
}

.sbimg2 {
  padding: 5px 10px;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #008317;
}

.sbimg2:before {
  content: url("../../img/safe2020/sbtitle2.png");
  margin-right: 5px;
  max-width: initial;
}

.sbimg3 {
  padding: 5px 10px;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #008317;
}

.sbimg3:before {
  content: url("../../img/safe2020/sbtitle3.png");
  margin-right: 5px;
  max-width: initial;
}


.marker-animation.active{
    background-position: -100% 1.1em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .5em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}

.carlist {
  margin: 20px 0;
}

.listtext {
  font-size: 20px;
}

.listtextb {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 460px) {
.sdgsarea {
  margin-top: 0px;
}
  .sbimg img {
    width: 60%;
    margin: 0px;
  }
  .carlist {
    margin: 10px 0;
  }
  .carlist li {
    width: 100%;
    font-size: 13px;
  }
}

.tab-container {
  margin: 50px auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}

.tab-label {
  padding: 15px 0;
  width: calc(100%/4);
  height: 80px;
  border-right: 1px solid #a1adbd;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #6A6A6A;
  color: #fff;
  order: -1;
  position: relative;
  z-index: 1;
  font-weight: bold;
  text-align: center;
  order: -1;
  cursor: pointer;
  font-size: 18px;
}

.tab-label a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  color: #fff;
}

.tab-label a:hover {
  background: #FF0004;
}
.tbtext{
	font-size: 15px;
	line-height:18px;
}

.panel {
  padding-left: 2em;
}

@media screen and (max-width: 960px) {
  .tab-container {
    margin: 20px auto;
  }
  .tab-label {
    width: calc(100%/2);
    border-top: 1px solid #a1adbd;
    font-size: 15px;
    height: 55px;
  }
  .tab-label a {
    padding-top: 15px;
  }
  .panel {
    width: 100%;
    padding-left: 0;
    padding: 0 8px 0 10px;
  }
}

.tab-label:last-of-type {
  border-right: none;
}

@media screen and (max-width: 599px) {
  .tab-label:nth-of-type(even) {
    border-right: none;
  }
  .tab-label:nth-of-type(1), .tab-label:nth-of-type(2) {
    border-top: none;
  }
  .sbimg {
    font-size: 15px;
  }
  .sbimg2 {
    font-size: 15px;
  }
  .sbimg3 {
    font-size: 15px;
  }
.tbtext{
	font-size: 10px;
	line-height:12px;
}
	
	.sbimg:before {
  margin-right: 5px;
  max-width: initial;
}
.marker-animation.active{
    background-position: -100% 50%;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% 100%;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
}

.tab-label:hover {
  color: #FF0004;
  opacity: 0.75;
  transition: .5s opacity;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}