@charset "utf-8";
/* CSS Document */


/**********************************トップページ***************************************/
.text_bold{
	    font-weight: bold;
}
.campaign_contents{
}
.campaign_box_1{
	padding-top: 10px;
	padding-bottom: 20px;
	background: #fffbda;
	text-align: center;
}
.campaign_box_2{
	padding-top: 10px;
	padding-bottom: 20px;
	background: #fffef5;
	text-align: center;
}
.campaign_box_2 img,.campaign_box_1 img{
	width: 90%;
}
.campaign_box_text{
	margin: 20px;
	padding: 10px;
	background: #FFFFFF;
	text-align: left;
}
.campaign_box_img{
	padding-bottom: 20px;
}
.campaign_box_img img{
	text-align: center;
	width: 100%;
}
.campaign_box_img table{
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}
.campaign_box_img table tr td{
	border: #000000 1px solid;
	background: #FFFFFF;
	width: 90%;
	padding: 10px;
}
/****************************************************/
.red{
	color: #FF0004;
}
.strong{
	font-weight: bold;
}
.fan_valu table tr td table{
	border:none;
	padding: 10px;
	margin:auto;
}
.fan_valu table tr td table tr td{
	border: none;
	font-size: 0.8rem;
	background-color: transparent;
}


.can_tax{
	color: #FF0004;
	font-size: 2rem;
	line-height: 4rem;
	font-weight: bold;
}
.can_valu{
	color: #FF0004;
	font-size: 3rem;
	line-height: 4rem;
	font-weight: bold;
}
.tearaiari{
	font-size: 0.9rem;
		text-align:right;
	margin-bottom: 20px;
	margin-right: 30px;
}
.toire_valu_1{
	font-size: 0.9rem;
}
.toire_valu_2{
	font-size: 0.9rem;
	text-align: center;
}







.fan_valu{
	padding-bottom: 20px;
}
.fan_valu img{
	text-align: center;
	width: 100%;
}
 table{
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
table tr td{
	border: #000000 1px solid;
	background: #FFFFFF;
	padding: 3px;
}
.campain_cen{
	margin: 10px 50px;
}

.toire_kinou{
	text-align: center;
	background:#E4E4E4;
}
.toire_kinou{
	text-align: center;
	background:#FFEABD;
}
.toire_kinou_2{
	text-align: center;
	background:#CCFBFF;
}
.toire_kinou_3{
	text-align: center;
	background:#FFE3E4;
}




table tr .fan_vlu_title{
	text-align: center;
	background: #AFAFAF;
}
table tr .fan_vlu_title{
	text-align: center;
	background:#FFBF47;
}
table tr .fan_vlu_title_2{
	text-align: center;
	background:#66DBFF;
}
table tr .fan_vlu_title_3{
	text-align: center;
	background:#FFB3B7;
}
.sonota_1{
	font-size: 1rem;
}
.sonota_2{
	width: 100%;
	font-size: 2rem;
	color: #FF0004;
}
.sonota_2 img{
	width: 371px;
}

.tokuten{
	font-size: 0.8em;
	text-align: center;
}
.daisuu{
	font-size: 1.5em;
}


.slide_title{
	font-size: 2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #5C2800;
}

.swiper_box{
	width: 100%;
	width: 100%;
}
.swiper {
  /*スライダーの幅と高さを調整*/
  width: 90%;
  height: 500px;
  margin: 0.5rem auto 1rem;
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/

}
.swiper-slide > img {
   object-fit: cover; /* IE: not support */
   width: 100%;
   height: 100%;
}



/*各スライドの背景色の設定*/
.slide1 {
  background-color: #88acbd;
}

.slide2 {
  background-color: #99cb1f;
}

.slide3 {
  background-color: #e43a47;
}

/*************ボタンCSS***************************************/
.button-011 {
    text-align: center;
}

.button-011 div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform: translateY(7px);
    width: 150px;
    margin: 0 auto;
    padding: .2em 0;
    border: 2px solid #00830A;
    border-radius: 10px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .2));
    background-color: #fff;
    color: #00830A;
    font-size: .8em;
	font-weight: bold;
}

.button-011 div::before,
.button-011 div::after {
    position: absolute;
    top: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}


.button-011 div::before {
    width: 16px;
    height: 8px;
    background-color: #00830A;
}

.button-011 div::after {
    width: 12px;
    height: 6px;
    background-color: #fff;
}

.button-011 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: 1em 2em;
    border: none;
    border-radius: 25px;
    background-color: #00830A;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-011 button::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-010 button:hover {
    background-color: #A9F76B;
}