

/* ANCHOR */
.anchor-type01 a{
}

.btn-type01 a{

}

.btn-type01 a:hover {
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}

.btn-type02 a{

}
.btn-type02 a:hover {
	text-decoration:none;
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}

.btn-type03 a{

}

.btn-type03 a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}



/* TABLE */

table.t100p{
	width:100%;
}
table .tls{
	text-align:center;
	letter-spacing:1em;
	text-indent:1em;
}
table.alltc th,
table.alltc td{
	text-align:center;
}
table.equality{
    table-layout: fixed;
}
table.thtc th{
	text-align:center;
}
table.tdtc td{
	text-align:center;
}
table.thtr th{
	text-align:right;
}
table.tdtr td{
	text-align:right;
}
table.vat th,
table.vat td{
	vertical-align: top !important;
}
table .bdl{
    border-left: 1px solid #000000 !important;
}
table .bdr{
    border-right: 1px solid #000000 !important;
}
table.text_s th,
table.text_s td{
    font-size: 87.5%;
}
table.thstr th{
    color: #008bd5;
    font-weight: bold;
}
table th.bold,
table td.bold{
    font-weight: bold;
}
table tr.boldrow th,
table tr.boldrow td{
    font-weight: bold;
}
	
	.mb_extends > li{
		margin-bottom: 10px !important;
	}
	.mb_extends02 > li{
		margin-bottom: 15px !important;
	}

    
    .iframe-wrapper{
        width: 100%;
        padding-top: 75%;
        position: relative;
    }
    .iframe-wrapper iframe{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }





/* TEXT */
.rq{
    color: #ff0000;
    font-weight: bold;
}
.rq_s{
    color: #ff0000;
}
.str{
    color: #011B6A;
    font-weight: bold;
}
.str_s{
    color: #011B6A;
}
.str02{
    color: #008BD5;
    font-weight: bold;
}
.str02_s{
    color: #008BD5;
}
.small{
    font-size: 87.5%;
}
.small02{
    font-size: 75%;
}
.large{
    font-size: 106.25%;
}
.large02{
    font-size: 112.5%;
}

.caption{
    font-size: 87.5%;
}
.caption02{
	margin-bottom: 2px;
	text-align: left;
}

sub{
    vertical-align: bottom;
    margin-bottom: 3px;
}
sup{
    vertical-align: top;
    margin-top: 3px;
}
sub,
sup{
    display: inline-block;
    font-size: 56.25%;
}

.img-h0{
	line-height: 0;
	margin: 0;
}

/* RIPPLE */
.ripple {
  position: relative;
  overflow: hidden;
}

.ripple .rp-effect {/*�G�t�F�N�g*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;/*�g��̔Z��*/
  transform: scale(0);
  background: #FFF;/*�g��F*/
  animation: ripple 700ms;
  pointer-events: none; 
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@media print, all and (min-width: 641px) {


/* listmark */

.listmark-type01 > li{
	position: relative;
	padding-left: 15px;
}
.listmark-type01 > li::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ff8264;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}



/* title-level */

.title-level01{
	color: #fff;
	font-weight: bold;
	font-size: 150%; /* 24px */
	letter-spacing: 0.05em;
	line-height: 1.45;
	margin-bottom: 11px;
}

.title-level02{
}


/* box */

.bd-box{
    padding: 20px 30px 10px;
    border: 1px solid #000000;
}
.w-box{
    padding: 20px 30px 10px;
    background-color: #ffffff;
}



/* table */

table.pc-t100p{
	width:100%;
}

/* TABLE */

/* TYPE01 */

/* TYPE02 2�J���� */

/* TYPE03 �����J���� */


.blur{
    transition: all .2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}


	.i-radius{
		display: inline-block;
		line-height: 0;
		margin: 0;
		position: relative;
		border-radius: 3px;
	}
	.i-radius:before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 3px;
		border: 3px solid #00aae6;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
	}
	.i-radius img{
		border-radius: 3px;
	}




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

	.st-textbox{
		text-align: center;
		margin-bottom: 35px;
	}
	.st-textbox.type_l{
		text-align: left;
	}



}

@media only screen and (max-width: 640px) {
	
/* COMMON */



/* ANCHOR */

/* BTN */

/* listmark */

.listmark-type01 > li{
	position: relative;
	padding-left: 15px;
}
.listmark-type01 > li::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ff8264;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}


/* title-level */

.title-level01{
	color: #fff;
	font-weight: bold;
	font-size: 131.25%; /* 21px */
	line-height: 1.571428;
	margin-bottom: 4px;
}

.title-level02{
}

.title-level03{
}

/* box */

.bd-box{
    padding: 10px 15px;
    border: 1px solid #000000;
}
.w-box{
    padding: 10px 15px;
    background-color: #ffffff;
}


.image-box{
	text-align: center;
}
    

/* table */

table.t100p{
	width:100%;
}
table .tls{
	text-align:center;
	letter-spacing:1em;
	text-indent:1em;
}


/* table */

table.t100p{
	width:100%;
}
table .tls{
	text-align:center;
	letter-spacing:1em;
	text-indent:1em;
}
table.alltc th,
table.alltc td{
	text-align:center;
}
table.equality{
    table-layout: fixed;
}

/* TABLE */

/* TYPE01 */

/* TYPE02 2�J���� */

/* TYPE03 �����J���� */


/* TEXT */
.rq{
    color: #ff0000;
    font-weight: bold;
}


.fl-cont .image{
	display:block;
	margin:20px auto 10px auto;
}


/* RIPPLE */
.ripple {
  position: relative;
  overflow: hidden;
}

.ripple .rp-effect {/*�G�t�F�N�g*/
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;/*�g��̔Z��*/
  transform: scale(0);
  background: #FFF;/*�g��F*/
  animation: ripple 700ms;
  pointer-events: none; 
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.0);
  }
}

.blur{
    transition: all .2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}




	.wp-pagenavi {
		clear: both;
		text-align: center;
	}
	.wp-pagenavi {
		display: inline-block;
		margin: 0 0 10px;
    }
	.wp-pagenavi a,
	.wp-pagenavi span {
		display: inline-block;
		color: #494949;
		font-size:14px;
		text-decoration: none;
		border-right: 1px solid #7D6A2E;
		padding: 0 15px;
	}
	.wp-pagenavi a:first-child,
	.wp-pagenavi span:first-child {
		border-left:1px solid #7D6A2E;
	}
	.wp-pagenavi span.current {
		color: #7D6A2E;
	}

	


	.i-radius{
		display: inline-block;
		line-height: 0;
		margin: 0;
		position: relative;
		border-radius: 3px;
	}
	.i-radius:before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 3px;
		border: 3px solid #00aae6;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
	}
	.i-radius img{
		border-radius: 3px;
	}


	.images-box_com{
		text-align: center;
	}
	.images-box_com .image{
		
	}

	

	.st-textbox{
		text-align: center;
		margin-bottom: 17px;
	}
}