<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul, ol {
    list-style: none;
}

.top-main{
  max-width: 933px;
  margin: 0 auto;
  background-color: #fff;
}

.top-main img{
  max-width: 100%;
}
h3.sec_caption{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 3rem;
	margin: 10% 0 8%;
	color: #000;
	line-height: 1.5;
}
h3.sec_caption::before, h3.sec_caption::after{
	content: '';
	width: 70px;
	height: 3px;
	background-color: #912f2f;
}
h3.sec_caption::before{
	margin-right: 3%;
}
h3.sec_caption::after{
	margin-left: 3%;
}


@media screen and (max-width: 896px){
	.About{
		margin: 0 -26px 0 ;
	  }
	h3.sec_caption{
		font-size: 1.25rem;
		margin: 3% auto;
}

}

.About img{
    max-height: 90px;
}

.About-title {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    letter-spacing: 0;
    /*text-shadow: 0.4px 0.4px 0;*/
    text-align: center;
    line-height: 1.6;
}

.About-block {
    width: 90%;
    margin: auto;
    background-color: #fff;
    border-radius: 11px;
}

.About-dl {
    padding: 0 20px 40px;
}

.About-wh{
    max-width: 600px;
    margin: 30px auto 20px;
    padding: 22px 16px 24px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}

.Abut-wh::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-top: 4px solid #00b9f5;
  border-right: 4px solid #00b9f5;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.About-wh img{
    width: 400px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
}

.About-btn{
  display: inline-block;
  background: #e95506;
  color: #fff!important;
  border-radius: 100px;
  text-decoration: none!important;
  font-size: 1.0rem;
  font-weight: bold;
  border: 2px solid #fff;
  line-height: 1.3;
  padding: 19px 45px 20px;
  width: 290px;
  position: relative;
  box-shadow: 0px 4px 0px 0px rgb(238 132 76 / 40%);
  transition: all .2s;
}
.About-set-ttl{
  padding-top: 60px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 0;
  text-shadow: 0.4px 0.4px 0;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 896px){
.About-btn{
  padding: 10px 45px 10px;
}
}

.Campaign{
    display: flex;
    justify-content: space-between;
}

.Cam{
    width:90%;
    margin: auto;
}

.Campaign-img{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
}

.Campaign-box{
    height: 100%;
    width: calc(100% - 152px);
    text-align: left;
}

.Campaign-text{
    font-size: 14px;
    line-height: 1.5;
    color: #ea5504;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: -5px;
    padding: 0;
}

.Howto_section{
  max-width: 950px;
  margin:auto;
  }

@media screen and (max-width: 896px){
.HowTo{
    margin: 0 -26px 0 0 ;
  }
}

.HowTo-subtitle{
    margin-top: 16px;
    padding: 9px 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.45;
}

.HowTo-carousel {
    overflow-x: auto;
    margin-bottom: 15px;
}

.HowTo-cards {
    display: flex;
    flex-flow: wrap;
    padding-left: 24px;
    padding-right: 12px;
}

@media screen and (max-width: 896px){
  .HowTo-cards {
    display: flex;
    flex-flow: nowrap;
    padding-bottom: 10px;
  }
}

.HowTo-cards .Card {
    padding: 24px 38px 0 10px;
    flex-shrink: 0;
    width: 240px;
    box-sizing: content-box;
}

.HowTo-cards .Card .Card-image {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Card-image img{
    width: 200px;
}
.HowTo-cards .Card .Card-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: .2px;
    color: #ea5504;
    margin-bottom: 15px;
}

.HowTo-cards .Card .Card-text {
    font-size: 14px;
    line-height: 1.46;
}

.HowTo-cards .Card .Card-comment {
    font-size: 12px;
    line-height: 1.46;
}

.Card .app-download{
    display: flex;
    justify-content: center;
}
.app-download img{
    width: 95%;
    padding: 5px;
}

.org-right-arrow::before{
  content: "";
  position: relative;
  width: 13px;
  height: 13px;
  left: -28px;
  border-right: 3px solid #eb5505;
  border-bottom: 3px solid #eb5505;
  transform: rotate(-45deg);
}

.HowTo-more-box{
    padding: 30px 10px;
}
.c-blue {  background-color: #eaf8ff;}
.c-sky {  background-color: #7ad7e4;}
.c-blue .HowTo-subtitle{ background-color:#4a90e2; }
.c-green { background-color: #d8efe0;}  
.c-yanagi{background-color: #f1f8e8;}
.c-green .HowTo-subtitle{ background-color:#20bf7a; }
.c-yellowgreen { background-color:#d2ebaf; }
.c-red {  background-color: #f6f6f6;}
.c-red .HowTo-subtitle{ background-color:#ea6666; }
.c-org {  background-color: #fef9e2;}
.c-org .HowTo-subtitle{ background-color:#f35904; }
.c-dblue{ background-color: #e8f7fd;}
.c-dblue .HowTo-subtitle{ background-color:#82daf2; }
.c-torg { background-color: #fff1ea;}
.c-yorg { background-color: #fdf373;}
.c-pink { background-color: #FFC9B9;}
.c-lightpink { background-color: #FCF7F5;}
.c-lyell { background-color: #ff9;}
.c-gray{ 
		background-color: #FCF7F5;
}
.c-gray_app{ 
		border: 3px solid #7ad7e4;
		/*background-color: #FCF7F5;*/
		border-radius: 18px;
		margin: 0 5%;
		padding: 5%;
}
.btn_box {
    	display: -webkit-flex;
    	display: flex;
    	-webkit-justify-content: center;
    	justify-content: center;
    	-webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style: none;
      align-items: center;
}
.btn_box li {
      width: 15%;
      margin-right: 2.075%;
      text-decoration: none;
}
.btn_box li:nth-child(2) {
      width: 33%;
}
.btn_box li:nth-child(n+3) {
      width: 32%;
}
.btn_box li img {
      margin-left: 0;
}
h4.caption{
	font-weight: 700;
	padding-bottom: 8%;
	font-size: 1.5rem;
}
@media screen and (max-width: 896px){
	h4.caption{
		font-size: .8125rem;
	}
}


.content_box ul {
  	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.content_box li {
    width: 45%;
    margin-right: 2.075%;
    margin-bottom: 2.75%;
    text-decoration: none;
    border: 1px solid #e6d600;
    background-color: #50afe3;
    border-radius: 10px;
}
.content_box li:nth-child(2) {
    width: 45%;
    text-decoration: none;
}
.content_box li:nth-child(n+3) {
    width: 92.075%;
}
.content_box li img {
    margin-left: 0;
}

.content_box_txt {
  position: absolute;
  margin: 8% auto 0;
  width: 45%;
  font-size: 1.5rem;
  color: #fff;
}
.content_box_wide_txt {
    position: absolute;
    width: 92.075%;
    margin: 5% auto 0;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff;
}
.content_box_wide_txt span{
    font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
.content_box_txt {
    margin: 40px auto 0;
    font-size: 1.0rem;
}

.content_box_wide_txt {
    margin: 3% auto 0;
    font-size: 1.0rem;
}
.content_box_wide_txt span{
    font-size: .6rem;
}
}

.content_box_txt::after{
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left:50%;
    margin-top:16%;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
.content_box_txt::after{
    width: .8rem;
    height: .8rem;
    margin-top:10%;
}
}

/*  邨ゆｺ�↑縺ｩ縺ｮ縺顔衍繧峨○  */
.info{
    max-width: 750px;
    padding: 0 16px;
    margin: 8px auto;
    box-sizing: border-box;
}

.info-overll{
    display: block;
}

.info-contents-attention{
    border: 1px solid #e6d600;
    background-color: #fffaee;
    padding: 8px;
    font-size: 0.7em;
    border-radius: 5px;
}

.info-contents-attention--end{
  color: #fff;
  background-color: #909090;
  padding: 8px;
  font-size: 0.7em;
  border-radius: 5px;
}

.info-text{
    display: block;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .Campaign-text{
      font-size: 16px;
  }

 }

.Campaign-date{
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: .7px;
    color: #333;
}

.c-notice_number{
    font-size: 12px;
    color: #707070;
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.5;
    text-align: left;
}
.c-notice_no-number{
    font-size: 1rem;
    color: #707070;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
    text-align: left;
}

.cpn_box{
    max-width: 750px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 896px){
	.cpn_box{
		width: 100%;
	}
	.c-notice_no-number{
		font-size: .8125rem;
}

}
.cpn_box p{
    margin: 10px 10px 20px;
}

.cpn_box img{
    width:80%;
}
.cpn_box ul li:not(:last-child) {
    margin: 0 0 7px 0;
}
.c-dpink {  background-color: #fcf1f0;}

.mg10l{
	margin:10px;
	text-align:left;
}
.gray_ttl{
	background-color: #333333;
	color: #ffffff;
	width: 200px;
	border-radius: 30px;
	padding: 10px 30px;
	display: inline-block;
}
.kuro_ttl{
	background-color: #fff;
	color: #000;
  border: solid 3px #000;
	width: 200px;
	border-radius: 30px;
	padding: 10px 30px;
	display: inline-block;
}
@media screen and (max-width: 896px){
.tab {
		width: 100%;
}
}

.tab-menu {
	max-width: 750px;
	margin: auto;
	display: flex;
}
@media screen and (max-width: 896px){
.tab-menu {
		width: 100%;
}
}

.tab-item {
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: solid 8px #d1d1d1;
  color: #d1d1d1;

	/* width繧貞酔縺俶ｯ皮紫縺ｧ蛻�￠縺ゅ≧ */
	flex-grow: 1;
}
.tab-item img{
	width: calc(100% - 3px);
}

.tab-item:not(:first-child) {
	border-left: none;
}

/* 繧｢繧ｯ繝�ぅ繝悶↑繧ｿ繝悶�繝�じ繧､繝ｳ繧貞､峨∴縺ｦ驕ｸ謚樔ｸｭ縺ｧ縺ゅｋ縺薙→縺瑚ｧ｣繧九ｈ縺�↓縺吶ｋ */
.tab-item.active {
border-bottom: solid 8px #fff500;
color: #eb5505;
font-weight: 700;
}

.tab-box {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 繧ｳ繝ｳ繝�Φ繝��蜴溷援髱櫁｡ｨ遉ｺ */
.tab-content {
	display: none;
	font-size: 1.0em;
}

/* .show縺後▽縺�◆繧ｳ繝ｳ繝�Φ繝��縺ｿ陦ｨ遉ｺ */
.tab-content.show {
	display: block;
}

.step {
  margin-bottom: 0.5rem;
  display: block;
  color: #eb5505;
  font-size: .75rem;
  font-weight: 700;
}

/* -------------------- setup-step -------------------- */
.setup-step-box {
  position: relative;
  text-align: center;
}
.setup-step-box::before {
  content: '';
  position: absolute;
  background: #eb5505;
  width: 96%;
  height: 1px;
  left: 2%;
  top: 49%;
}
.setup-step-box span {
  position: relative;
  background: #eb5505;
  color: #fff;
  font-size: 1.0em;
  font-weight: 500;
  padding: 5px;
}

/* -------------------- auto_cone -------------------- */
.auto_cone {
  background: #fff;
  border: solid 2px #cccccc;
  margin: 10px;
  padding:15px 10px;
}

/* -------------------- triangle -------------------- */
.triangle-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #eb5505 transparent transparent transparent;
}

/* -------------------- accordion -------------------- */
.accordion{
  margin-top: 10px;
}

.accordion__container {
  width: 100%;
  margin: auto;
}

.accordion__title {
  /*background-color: #000;*/
  border-top: 1px solid #053a7a;
  border-bottom: 1px solid #053a7a;
  /*border: 1px solid transparent;*/
  /*color: #fff;*/
  font-size: 0.9em;
  font-weight: 700;
  /*padding: .625em .625em .625em 2em;*/
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion__title p{
  margin-right: 10px;
}

.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: #053a7a;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
  background-color: #fff;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}
.accordion__content li{
  list-style: none;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.8;

}
.accordion__content.is-open {
  border: 1px solid #fff;
  padding: .625em 1.5em;
  line-height: normal; /* number縺ｫ譖ｸ縺肴鋤縺医ｋ*/
  height: auto;
  opacity: 1;
}

/* -------------------- FAQ -------------------- */
.ttl_faq{
  font-weight: 700;
  font-size: 25px;
  line-height: 160%;
  color: #333;
  letter-spacing: .03em;
}
/* -------------------- accordion FAQ -------------------- */
.accordion{
  margin-top: 10px;
}

.accordion__container_faq {
  /*margin: auto;*/
  padding: 0 16px;
  max-width: 780px;
  margin: 35px auto;
}

.accordion__title_faq {
  /*background-color: #000;*/
  /*border-top: 1px solid #053a7a;*/
  border-bottom: 1px solid #efefef;
  /*border: 1px solid transparent;*/
  /*color: #fff;*/
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  padding: 0.75em 0.725em 0.725em 2.6em;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin: 20px 0 0;
}
.accordion__title_faq p{
  margin-right: 10px;
}

.accordion__title_faq::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  transform: translateY(-50%) rotate(135deg);
}

.accordion__title_faq::after {
  transition-duration: .3s;
}

.accordion__title_faq::before{
    font-weight: 700;
    content: "Q";
    display: block;
    position: absolute;
    top: -1px;
    left: 5px;
    color: #912f2f;
    font-size: 2rem;
}


/* Chrome縺ｮ縺ｿ蟇ｾ遲� 
_:lang(x)::-internal-media-controls-overlay-cast-button,.accordion__title_faq::before{
		top: 4px;
}*/

.accordion__title_faq:active,
.accordion__title_faq.is-active {
  background-color: #fff;
  border-bottom: 1px solid #ffffff;
}

.accordion__title_faq.is-active::after {
  transform: translateY(-50%) rotate(315deg);
}

@media screen and (max-width: 896px) {
	.accordion__title_faq {
		font-size: .875rem;
	}
	
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}
.accordion__content p{
  font-size: .8125rem;
  text-align: left;
}
/*.accordion__content li{
  list-style: none;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.8;
}*/

.accordion__content p::before{
  font-weight: 700;
  content: "A";
  display: block;
  position: absolute;
  left: 22px;
  color: #FF5600;
  font-size: 2rem;
}

@media screen and (min-width: 896px){
	.accordion__content p{
	  font-size: 1rem;
	  font-weight: 500;
	  line-height: 2;
	  text-align: left;
	  padding-left: 1em;
	}
		.accordion__content p::before{
	  left: 11%;
	  margin-top: -8px;
	}
	.accordion__content.is-open {
	  padding: .625em 1.5em;
	  border-bottom: 1px solid #efefef;
	  line-height: normal; /* number縺ｫ譖ｸ縺肴鋤縺医ｋ*/
	  height: auto;
	  opacity: 1;
	}

}

/* -------------------- accordion_detaill -------------------- */
.accordion{
  margin-top: 10px;
}

.accordion__container_detaill {
  /*width: 100%;*/
  margin: 0 8%;
}

.accordion__title_detaill {
  background-color: #ffd900;
  font-size: 1.5rem;
  font-weight: 900;
  color: #000;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion__title_detaill p{
  margin-right: 10px;
}

.accordion__title_detaill::after {
  content: '';
  display: block;
  position: absolute;
  top: 14%;
  width: 15px;
  height: 2px;
  right: 26px;
}

.accordion__title_detaill::after {
  width: 37px;
  height: 37px;
  background: url(../img/icon-puls.png);
  margin-top: .5rem;
}

.accordion__title_detaill:hover,
.accordion__title_detaill:active,
.accordion__title_detaill.is-active {
  background-color: #ffd900;
  color: #000;
}

.accordion__title_detaill.is-active::after {
  width: 37px;
  height: 37px;
  background: url(../img/icon-minus.png);
  margin-top: .5rem;
}

.accordion__content_detaill {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 1;
}
.accordion__content_detaill li{
  list-style: none;
  text-align: left;
  font-size: 0.875rem;
  line-height: 2;
}

@media screen and (max-width: 896px) {
	.accordion__title_detaill , 
	.accordion__title_detaill:hover,
	.accordion__title_detaill:active,
	.accordion__title_detaill.is-active {
		font-size: 1rem;
  		color: #000;
	}
	.accordion__content_detaill li{
	  list-style: none;
	  text-align: left;
	  font-size: 0.8125rem;
	  line-height: 2;
	}
	.accordion__container_detaill {
	  margin: 0 4%;
	}
	.accordion__title_detaill::after , .accordion__title_detaill.is-active::after {
		margin-top: -.2rem;
	}

}


.accordion__content_detaill.is-open {
  border-left: 2px solid #ffd900;
  border-right: 2px solid #ffd900;
  border-bottom: 2px solid #ffd900;
  padding: 3%;
  line-height: normal; /* number縺ｫ譖ｸ縺肴鋤縺医ｋ*/
  height: auto;
  opacity: 1;
}

@media screen and (max-width: 896px) {
	.accordion__content_detaill.is-open {
	  padding: 5%;
	}
}

.btn-premium{
	width:80%;
	margin:10px auto 20px;
  font-size:14px;
  line-height:18px;
  font-weight:700;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:10px;
  color:#fff;
  background-color:#9b7e0c;
  border-radius:5px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.color-ebe717 {
  background-color:#ebe717;
}
.line-color-ebe717{
  border: solid 3px #ebe717;
}
.color-faaf3b {
  background-color:#faaf3b;
}
.line-color-faaf3b{
  border: solid 3px #faaf3b;
}
.tokuten_flame {
  margin:10px;
  border-radius: 20px;
  min-height: 600px;
}
.tokuten_flame img{
  width: 100%;
}
.tokuten_box {
  margin: 10px 5px;
  padding: 15px 10px;
  font-size: 0.8rem;
  line-height: 1.8;
  background-color: #fff;
  border-radius:  0 0 20px 20px;
}
.cpv {
  color: #333;
  text-align: left;
}
.cpv li{
  list-style-type: none;
}
.cpv li &gt; span{
  font-size: 1.0rem;
  font-weight: 600;
}
.c-orange-button {
    display: block;
    padding: 12px;
    border-radius: 100px;
    background: #FF5015;
    color: #fff!important;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}
.c-orange-button a:visited{
    color: #fff;
}

/*    繧ｭ繝｣繝ｳ繝壹�繝ｳ蜿ょ刈譁ｹ豕�       */
.box_list {
    max-width: 980px;
    margin:20px;
	background-color: #FFF;
	padding-bottom: 10px;
	border-radius: 18px;
}

ul.flow_list{
    width: 88%;
    margin: auto;
}

.box_01 {
    position: relative;
    padding: 2px;
    border-radius: 20px;
    background-color: #ffd900;
}
.box_02 {
  position: relative;
  padding: 2px;
  border-radius: 20px;
  background-color: #ffd900;
}
.box_01 .box_item,.box_02 .box_item{
    display: flex;
    background: #fff;
    padding: 26px 5px 26px 0;
    border-radius: 17px;
}
.box_no{
    position: absolute;
    top: -20px;
    width: 56px;
    left: -5px;
}
.box_txt_01,.box_txt_02{
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
}
.box_img{
    width: 30%;
    min-width: 76px;
    padding: 15px 10px 0 10px;
}
.box_txt_01 span{
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
.box_txt_02 span{
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 896px){
  .box_no{
      top: -30px;
      width: 80px;
      left: 14px;
  }
  .box_txt_01,.box_txt_02{
      padding: 5px;
      font-size: .8125rem;
      line-height: 2;
  }
  .box_img{
      width: 30%;
      max-width: 112px;
      padding: 15px 10px 0 20px;
  }
  .box_txt_01 span,.box_txt_02 span{
    margin-bottom: 5px;
    font-size: .8125rem;
  }
}
.box_triangle-dow{
  position: relative;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #000 transparent transparent transparent;
}

.box_link{
    display:block;
    width:90%;
    height:auto;
    padding: 5px;
    margin-top: 4.5%;
    text-decoration: none;
    background:#222222;
    text-align:center;
    color:#FFFFFF;
    font-size:1.1rem;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    transition: all 0.5s ease;
}
.box_link:hover{
    display:block;
    width:90%;
    height:auto;
    padding: 5px;
    margin-top: 4.5%;
    background:#FFFFFF;
    color:#222222!important;
    box-shadow:0px 0px 0px 4px #222222 ;
}

.box_link:visited,.box_link:active{
    color:#FFFFFF;
}

/*     繧ｪ繝ｬ繝ｳ繧ｸ繝懊ち繝ｳ險ｭ螳�         */
.button-block{
    padding: 0 8%;
}
/*.button {
    background: #eb5505;
		border: 1px solid #eb5505;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 19px 40px 20px;
    color: #ffffff!important;
    transition: 0.3s ease-in-out;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}
.button.register{
    max-width: 330px;
}
.button:hover {
		text-decoration: none;
    background: #ffffff;
		border: 1px solid #eb5505;
    color: #ED7000!important;
}
.button:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button:hover:after {
    border-color: #FFF;
	border-top: 3px solid #eb5505;
	border-right: 3px solid #eb5505;
	
}

.button:disabled {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}

.button:disabled:after {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}*/

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;
	position: relative;
	background: #FF5600;
	border: 1px solid #FF5600;
	border-radius: 30px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 45px 0 25px;
	color: #fff !important;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}
.button::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}
.button:hover {
	background: #fff;
	color: #FF5600 !important;
}
.button:hover::before {
	border-top: 2px solid #FF5600;
	border-right: 2px solid #FF5600;
}
@media screen and (max-width: 896px){
	.button {
		width: 250px;
		font-size: .8125rem;
	}

}


.btn:hover {
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.box-share-btn{
  display: none;
}
.share-btn{
  background-image: url(../img/url-share-03.png);
  background-size: cover;
  position: fixed;
  top: calc(50% - -30px);
  right: 1px;
  width: 30px;
  height: 123px;
  z-index: 99999;
}
.box-share-btn .cl_btn{
  position: fixed;
  top: calc(50% - -1px);
  right: 2px;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
}
.cl_btn {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: RiffIcons;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cl_btn.st_XL {
  font-size: 28px;
  z-index: 9999;
}
/*// 蝓ｺ譛ｬ閭梧勹濶ｲ險ｭ螳�  //*/
.bg_color{
	background-color: #7ad7e4;
}

/*// 繧ｫ繝ｩ繝ｼ繝√ぉ繝ｳ繧ｸ譎ｯ濶ｲ險ｭ螳�  //*/
body.c-change {
	background: #d2ebaf;
	-webkit-animation:colour 18s linear infinite;
	-noz-animation:colour 18s linear infinite;
}
@-webkit-keyframes colour{
	0%{
		background: #d2ebaf
	}
	20%{
		background: #d2ebaf
	}
	40%{
		background: #a6e1ca
	}
	60%{
		background: #7ad7e4
	}
	80%{
		background: #a6e1ca
	}
	100%{
		background: #d2ebaf
	}
}
@-moz-keyframes colour{
	0%{
		background: #d2ebaf
	}
	20%{
		background: #d2ebaf
	}
	40%{
		background: #a6e1ca
	}
	60%{
		background: #7ad7e4
	}
	80%{
		background: #a6e1ca
	}
	100%{
		background: #d2ebaf
	}
}

.c-yell {
  background-color: #f2e150;
}
.section_ttl {
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #333;
  letter-spacing: .03em;
}

.slide{
  display: flex ;
  overflow-x: auto;
  margin: 0 5px 0 3px;
}

.slide::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
 
.slide::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 5px;
}

ul.notes{
	margin: 0 8%;
}
@media screen and (max-width: 896px){
	ul.notes{
		margin: 0 4%;
	}

	
}
</pre></body></html>