




#content00 {
padding: 0px;
height: auto;
position: relative;
overflow: hidden;

}
#content00::after {
content: "";
width: 100%;
height: 100%;
top: 0px;
left: 0px;
display: block;
position: absolute;
background-color: rgba(245,170,0,1.00);
z-index: -1;
 	opacity: 0;
	-webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
}

.top-image {
padding: 5% 0px 12%;
opacity: 0;
animation-duration: 4s;
animation-fill-mode: forwards;
position: relative;
}
.top-image img {
width: 112%;
margin-left: -6%;
}

.top-bt {
padding: 0px 12px 5px;
}
.top-bt a.link-button {
border: 2px solid rgba(255,255,255,1.00);
-webkit-box-shadow: 0px 0px 12px 2px rgba(255,255,255,1.00);
box-shadow: 0px 0px 12px 2px rgba(255,255,255,1.00);
border-radius: 100px;
}

.top_teller{
text-align: center;
padding: 0px 0px 12%;
}

.bottom-image {
padding: 0% 0px 5%;
opacity: 0;
animation-duration: 4s;
animation-fill-mode: forwards;
position: relative;
}
.bottom-image img {
width: 112%;
margin-left: -6%;
}


.main-img {
/* opacity: 0;
animation-duration: 3s;
animation-fill-mode: forwards; */
}

.img-blur-top {
  animation-name: imageBlurTop;
}

@keyframes imageBlurTop {
/*
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
*/
  0% {
    opacity: 0.0;
		transform: scale(1.05,1.05);
		filter: brightness(1.4);
  }
  40% {
    filter: brightness(1.0);
		opacity: 1;
  }
  100% {
		transform: scale(1.0,1.0);
		opacity: 1;
  }
}


.bottom-text-area {
padding: 0px 15px 12%;
}
.bottom-text-area .text-catch {
font-size: calc(100vw / 25);
line-height: 1.4em;
font-weight: bold;
padding: 0px 0px 10px;
text-align: left;
}
.bottom-text-area .text-b-box {
font-size: calc(100vw / 25);
line-height: 1.4em;
font-weight: bold;
padding: 0.5em;
width: 5.5em;
color: rgba(255,255,255,1.00);
border-radius: 3px;
background-color: rgba(0,0,0,1.00);
margin: 0px auto 5px;
text-align: center;
}
.bottom-text-area .text-period {
font-size: calc(100vw / 25);
line-height: 1.4em;
font-weight: bold;
padding: 0px 0px 10px;
text-align: center;
}




@media print, screen and (min-width: 375px) {

.bottom-text-area {
padding: 0px 15px 9%;
}
.bottom-text-area .text-catch {
font-size: 14px;
line-height: 1.4em;
padding: 0px 0px 10px;
}
.bottom-text-area .text-b-box {
font-size: 14px;
line-height: 1.4em;
margin: 0px auto 5px;
}
.bottom-text-area .text-period {
font-size: 17px;
line-height: 1.4em;
padding: 0px 0px 10px;
}

}



@media print, screen and (min-width: 768px) {

.top-image {
padding: 4% 0px 9%;
}
.top-image img {
width: 106%;
margin-left: -3%;
}

.top-bt {
padding: 0px 12px 5px;
}
.top-bt a.link-button {
width: 70%;
margin: 0px auto;
padding: 1em 0.8em !important;
border: 3px solid rgba(255,255,255,1.00);
}
.top-bt a:hover.link-button {
border: 3px solid rgba(255,255,255,1.00);
}
.top-bt a.link-button p {
font-size: calc(100vw / 34);
line-height: 1.2em;
}

.top_teller{
padding: 0px 0px 9%;
}
.bottom-image img {
width: 106%;
margin-left: -3%;
}

.bottom-text-area .text-catch {
font-size: 16px;
line-height: 1.4em;
padding: 0px 0px 15px;
text-align: center;
}
.bottom-text-area .text-b-box {
font-size: 16px;
line-height: 1.4em;
margin: 0px auto 6px;
}
.bottom-text-area .text-period {
font-size: 22px;
line-height: 1.4em;
padding: 0px 0px 15px;
text-align: center;
}

.bottom-text-area .kome-text {
text-align: center;
}

}


@media print, screen and (min-width: 1024px) {
.top-image {
padding: 3% 0px 7%;
}
.top-image img {
width: 100%;
margin-left: 0%;
}

.top-bt a.link-button {
width: 65%;
margin: 0px auto;
padding: 1.1em 0.8em !important;
border: 4px solid rgba(255,255,255,1.00);
}
.top-bt a:hover.link-button {
border: 4px solid rgba(255,255,255,1.00);
}
.top-bt a.link-button p {
font-size: calc(100vw / 36);
line-height: 1.2em;
}


.top_teller{
padding: 0px 0px 7%;
}
.bottom-image img {
width: 100%;
margin-left: 0%;
}
.bottom-text-area .text-catch {
font-size: 18px;
line-height: 1.4em;
}
.bottom-text-area .text-b-box {
font-size: 18px;
line-height: 1.4em;
}
.bottom-text-area .text-period {
font-size: 28px;
line-height: 1.4em;
}

}


@media print, screen and (min-width: 1200px) {

.top-image {
}
.top-image img {
width: 90%;
margin: 0px auto;
}

/*
.top-bt a.link-button {
width: 50%;
max-width: 500px;
}
*/
.top-bt a.link-button {
width: 60%;
padding: 1.2em 0.8em !important;
}
.top-bt a.link-button p {
font-size: calc(100vw / 38);
line-height: 1.2em;
}

.top_teller{
}
.bottom-image img {
width: 90%;
margin: 0px auto;
}

.bottom-text-area .text-catch {
font-size: 20px;
line-height: 1.4em;
}
.bottom-text-area .text-b-box {
font-size: 20px;
line-height: 1.4em;
}
.bottom-text-area .text-period {
font-size: 30px;
line-height: 1.4em;
}

}

@media print, screen and (min-width: 1400px) {

.top-bt a.link-button {
width: 55%;
padding: 1.3em 0.8em !important;
}
.top-bt a.link-button p {
font-size: calc(100vw / 40);
line-height: 1.2em;
}

.top-image img {
width: 80%;
}
.bottom-image img {
width: 80%;
}

.bottom-text-area .text-catch {
font-size: 22px;
line-height: 1.4em;
}
.bottom-text-area .text-b-box {
font-size: 22px;
line-height: 1.4em;
}
.bottom-text-area .text-period {
font-size: 34px;
line-height: 1.4em;
}

}























/* #news */
#news {
}
.news-block {
}
.news-block > li:first-child {
border-top: 1px solid rgba(221,221,221,1.00);
}
.news-block > li {
padding: 0.8em 0px;
border-bottom: 1px solid rgba(221,221,221,1.00);
}
.news-box {
font-size: calc(100vw / 24);
line-height: 1.5em;
}
.news-box dt {
}
.news-box dd {
}
.news-box a {
text-decoration: underline;
}


@media print, screen and (min-width: 375px) {
.news-box {
font-size: 14px;
line-height: 1.5em;
}

}


@media print, screen and (min-width: 768px) {
.news-block > li {
padding: 1.0em 0px;
}
.news-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-size: 15px;
line-height: 1.5em;
}
.news-box dt {
-ms-flex-preferred-size: 7em;
flex-basis: 7em;
}
.news-box dd {
-ms-flex-preferred-size: calc(100% - 7em);
flex-basis: calc(100% - 7em);
}

}



@media print, screen and (min-width: 1024px) {
.news-box {
font-size: 16px;
line-height: 1.5em;
}

}


@media print, screen and (min-width: 1200px) {
.news-box {
font-size: 18px;
line-height: 1.5em;
}

}


@media print, screen and (min-width: 1400px) {
.news-box {
font-size: 19px;
line-height: 1.5em;
}

}













/* point-block */
.flex3block.point-block .graphic-img img {
width: 35%;
}
.flex3block.point-block .graphic-img.character img {
max-width: 130px;
}


.flex3block.step-block > li {
border: 1px solid rgba(245,170,0,1.00);
border-radius: 8px;
margin: 0px 0px 20px;
position: relative;
}
.flex3block.step-block > li::after {
content: "";
width: 24px;
height: 24px;
bottom: -22px;
left: calc(50% - 10px);
display: block;
position: absolute;
background-image: url(../images/arrow.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
transform: rotate(90deg)
}
.flex3block.step-block > li:last-child::after {
display: none;
}
.flex3block.step-block > li:last-child {
margin: 0px;
}
.flex3block.step-block .graphic-img img {
width: 35%;
max-width: 85px;
}

.step-block .corner-txt {
background-color: rgba(245,170,0,1.00);
}

.activation-bt-block a.link-button.pink-bt {
font-size: calc(100vw / 27);
line-height: 1.2em;
}


@media print, screen and (min-width: 375px) {
.flex3block.step-block > li {
border-radius: 10px;
margin: 0px 0px 20px;
}
.activation-bt-block a.link-button.pink-bt {
font-size: 14px !important;
line-height: 1.2em;
}

}


@media print, screen and (min-width: 768px) {
.flex3block.step-block > li {
border-radius: 10px;
margin: 0px 0px 25px;
}
.flex3block.step-block > li::after {
width: 30px;
height: 30px;
bottom: -25px;
left: calc(50% - 12px);
}

.activation-bt-block {
padding: 4% 0px 0px;
}
.activation-bt-block a.link-button.pink-bt {
font-size: 15px !important;
line-height: 1.2em;
}
.activation-bt-block a.link-button {
font-size: 15px !important;
line-height: 1.2em;
}

}


@media print, screen and (min-width: 1024px) {
.flex3block.step-block > li {
margin: 0px;
}
.flex3block.step-block > li::after {
bottom: auto;
top: calc(50% - 10px);
right: -30px;
left: auto;
transform: rotate(00deg)
}

.activation-bt-block a.link-button.pink-bt {
font-size: 17px !important;
line-height: 1.2em;
}
.activation-bt-block a.link-button {
font-size: 17px !important;
line-height: 1.2em;
}

}


@media print, screen and (min-width: 1200px) {

}

@media print, screen and (min-width: 1400px) {

.flex3block.step-block > li {
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
}

}












/*
<section class="contents-block back-color-max" id="movie">
	<div class="contents-block-in">
		<h2 class="section-title animation decoration"><p>ちょこっと共済紹介ムービー</p></h2>
    <div class="movie animation">
      <video controls="controls">
        <source src="img/index/movie_2min.mp4" type="video/mp4">
      </video>
    </div>
	</div>
</section>
*/

/* movie */
.movie {
}
.movie video {
width: 100%;
height: auto;
}


@media print, screen and (min-width: 375px) {

}

@media print, screen and (min-width: 768px) {

}


@media print, screen and (min-width: 1024px) {

}


@media print, screen and (min-width: 1200px) {

}

@media print, screen and (min-width: 1400px) {

}












