@charset "utf-8";

/*command-----------------------------------------------------------*/

.clear
{ 
	clear		    : both;
}
.pc_hidden
{
	display: none;
}


/*keyframe--------------------------------------------------------------*/


@keyframes zoom-in-anim {
	0% {
	transform: scale(0);
	opacity: 0;
	}
	90% {
	transform: scale(1.3);
	opacity: 1;
	}
	100% {
	transform: scale(1);
	opacity: 1;
	}
}
@keyframes zoom-in-anim-s {
	0% {
	transform: scale(0.8);
	opacity: 0;
	}
	95% {
	transform: scale(1.1);
	opacity: 1;
	}
	100% {
	transform: scale(1);
	opacity: 1;
	}
}

@keyframes fade-in-anim {
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	}
}
@keyframes fade-in-mov-anim {
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
	transform: translate(0);
	}
}
@keyframes line-anim {
	0% {
	transform: scaleX(0);
	opacity: 0;
	}
	100% {
	transform: scaleX(1);
	opacity: 1;
	}
}
@keyframes zoom-in-anim02 {
	0% {
	transform: scaleY(0) scaleX(0);
	opacity: 0;
	}
	70% {
	transform: scaleY(130%) scaleX(90%);
	opacity: 1;
	}
	90% {
	transform: scaleY(90%) scaleX(130%);
	opacity: 1;
	}
	100% {
	transform: scale(1);
	opacity: 1;
	}
}

@keyframes zoom-in-waku-anim {
	0% {
	transform: scaleY(0) scaleX(0);
	opacity: 0;
	}
	70% {
	transform: scaleY(130%) scaleX(90%);
	opacity: 1;
	}
	90% {
	transform: scaleY(90%) scaleX(130%);
	opacity: 1;
	}
	100% {
	transform: scale(1);
	opacity: 1;
	}
}






/*margin------------------------------------------------------------*/

.none
{
	margin-bottom   : 0px!important;
}

.m_xs
{
	margin-bottom	: 1rem!important;
}

.m_s
{
	margin-bottom	: 1.5rem!important;
}

.m_l
{
	margin-bottom	: 2rem!important;
}

.m_xl
{
	margin-bottom	: 3rem!important;
}
.m_xxl
{
	margin-bottom	: 5rem!important;
}
.m_xll
{
	margin-bottom	: 6rem!important;
}


/*font--------------------------------------------------------------*/

.f_Blue
{
	color 		: #09C;
}

.f_Green
{
	color 		: #690;
}

.f_Red
{
	color		: #C00;
}

.f_Orange
{
	color 		: #F60;
}

.f_White
{
	color 		: #FFF;
}
.f_bold
{
	font-weight 	: bold; 
}


.f_s
{
	font-size		: 0.8em;
}

.f_l
{
	font-size		: 1.2em;
}

.f_xl
{
	font-size		: 1.5em;
}


/*box--------------------------------------------------------------*/

.box_full
{
	margin-left 	: -25px;
	margin-right 	: -25px; 
}

.box_s
{
	margin-left		: auto;
	margin-right	: auto;
	width			: 85%;
	text-align		: left;
}

.box_l
{
	margin-left		: auto;
	margin-right	: auto;
	width			: 90%;
	text-align		: left;
}

.box_xl
{
	margin-left		: auto;
	margin-right	: auto;
	width			: 95%;
	text-align		: left;
}
.rd_box
{
	background 		: #f7f7f7;
	padding 		: 2rem;
	box-sizing 		: border-box;
	border-radius 	: 10px; 
}
.rd_fit_box
{
	background 		: #f7f7f7;
	padding 		: 2rem;
	width 			: fit-content;
	box-sizing 		: border-box;
	border-radius 	: 10px; 
}
.rd_img
{
    border-radius: 4px;
}


/*clearfix--------------------------------------------------------------*/

.clearfix:after
{
	content		: "";
	display		: block;
	clear		: both;

}


/*btn--------------------------------------------------------------*/
.btn_Gold,
.btn_Purple,
.btn_Green,
.btn_Black,
.btn_Red
{
	text-decoration		: none!important;
	line-height			: 1em;

}
.btn_Gold img,
.btn_Purple img,
.btn_Green img,
.btn_Black img,
.btn_Red img
{
	vertical-align:middle;
}
.btn_Gold
{

  display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	line-height		: 1em;
	font-size		: 16px;
	color			: #F5F2E9!important;
	background:#e7e0b1 url(../images/common/base/gold_btn_bg.gif) repeat-x 0px -10px;
	border			: 1px solid #452300;
}


.btn_Gold:hover
{
	background:#e7e0b1 url(../images/common/base/gold_btn_bg_on.gif) repeat-x 0px -10px;	
}

.btn_Gold span
{
  	display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
	padding			: 13px 50px 13px 25px;
	background		: url(../images/common/icon/btn_icon02_s.png) 95% 50% no-repeat;
}


.btn_Red
{

  display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	line-height		: 1em;
	font-size		: 16px;
	color			: #F5F2E9!important;
	background:#e7e0b1 url(../images/common/base/red_btn_bg.gif) repeat-x 0px -10px;
	border			: 1px solid #ed2507;
}


.btn_Red:hover
{
	background:#e7e0b1 url(../images/common/base/red_btn_bg_on.gif) repeat-x 0px -10px;	
}

.btn_Red span
{
  	display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
	padding			: 13px 50px 13px 25px;
	background		: url(../images/common/icon/btn_icon02_s.png) 95% 50% no-repeat;
}


.btn_Gray
{

  display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	line-height		: 1em;
	font-size		: 16px;
	color			: #333!important;
	background: url(../images/common/base/gray_btn_bg.gif) repeat-x 0px -10px;
	border			: 1px solid #c2c2c2;
}


.btn_Gray:hover
{
	background:#e7e0b1 url(../images/common/base/gray_btn_bg_on.gif) repeat-x 0px -10px;	
}

.btn_Gray span
{
  	display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
	padding			: 13px 50px 13px 25px;
	background		: url(../images/common/icon/btn_icon02_s_off.png) 95% 50% no-repeat;
}



.btn_Black
{

  display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	line-height		: 1em;
	font-size		: 16px;
	color			: #F5F2E9!important;
	background:#e7e0b1 url(../images/common/base/black_btn_bg.gif) repeat-x 0px -10px;
	border			: 1px solid #1e1d1d;
}


.btn_Black:hover
{
	background:#e7e0b1 url(../images/common/base/black_btn_bg_on.gif) repeat-x 0px -10px;	
}

.btn_Black span
{
  	display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
	padding			: 13px 50px 13px 25px;
	background		: url(../images/common/icon/btn_icon02_s.png) 95% 50% no-repeat;
}



.btn_Purple
{
  display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	line-height		: 1em;
	font-size		: 16px;
	color			: #F5F2E9!important;

	background:#e7e0b1 url(../images/common/base/purple_btn_bg.gif) repeat-x 0px -10px;	
	border			: 1px solid #450006;

}
.btn_Purple:hover
{
	background:#e7e0b1 url(../images/common/base/purple_btn_bg_on.gif) repeat-x 0px -10px;		
}

.btn_Purple span
{
  	display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
	padding			: 13px 50px 13px 25px;
	background		: url(../images/common/icon/btn_icon02_s.png) 95% 50% no-repeat;
}

.btn_Green
{
  display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
    border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	line-height		: 1em;
	font-size		: 16px;
	color			: #F5F2E9!important;
	background:#e7e0b1 url(../images/common/base/green_btn_bg.gif) repeat-x 0px -10px;	
	border			: 1px solid #1b4400;
}
.btn_Green:hover
{
	background:#e7e0b1 url(../images/common/base/green_btn_bg_on.gif) repeat-x 0px -10px;	
}

.btn_Green span
{
  	display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align : top;
	padding			: 13px 50px 13px 25px;
	background		: url(../images/common/icon/btn_icon02_s.png) 95% 50% no-repeat;
}




.btn01
{
	width 			: 300px;
	padding-bottom 	: 6px;
	margin 			: 0 auto 30px;
	background 		: url(../images/common/base/btn_bot_bg.png) no-repeat left 50% bottom 0px;
	text-align 		: center;
	display 		: block;
	overflow 		: auto;
}
.btn01 .btn_inner
{
	padding 		: 15px 20px;
	color 			: #fff;
	background 		: #000 url(../images/common/icon/btn_icon.png) no-repeat right 15px top 50%; 
 	display 		: block;
}
.btn01 .btn_inner:hover
{
	background-color 	: #333;
	background-position	: right 10px top 50%;
	text-decoration 	: none;
}










/*display--------------------------------------------------------------*/
.dis_block,
.dis_block span
{
	display:block!important;
}
.dis_inline
{
	display:inline!important;
}
.dis_inblock
{
	display					: -moz-inline-box;
	display					: inline-block!important;
	/display				: inline;
	/zoom					: 1;
	vertical-align 			: top;
}




/*list--------------------------------------------------------------*/
#wp_main ul,
#wp_main ul li,
#tinymce ul,
#tinymce ul li
{
	padding 			: 0;
	margin 				: 0;
	list-style-type 	: none;
}
#wp_main ul li,
#tinymce ul li
{
	position 			: relative;
	background 			: url("../images/common/icon/icon01.png") top 8px left 0px no-repeat;
	padding-left 		: 2.2rem; 
}


#wp_main ol,
#wp_main ol li,
#tinymce ol,
#tinymce ol li
{
	margin 			: 0px;
	padding 		: 0px;
	list-style 		: none;
}



#wp_main ol,
#tinymce ol
{
	counter-reset 		: number; /*数字をリセット*/
	list-style-type 	: none!important; /*数字を一旦消す*/
}

#wp_main ol li,
#tinymce ol li
{
	position 			: relative;
 	padding 			: .5rem 0 .5rem 5rem;
	overflow 			: hidden;
	margin-bottom 		: 1rem;
}

#wp_main ol li:before,
#tinymce ol li:before
{
	content 			: "";
	width 				: 1px;
	height 				: 100%;
	display 			: block;
	background 			: #CCC;
	top 				: 0px;
	left 				: 3.5rem; 
	position 			: absolute;
}

#wp_main ol li:after,
#tinymce ol li:after
{
	position 			: absolute;
 	counter-increment 	: number;
 	content 			: counter(number,decimal-leading-zero);
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 600;
   font-style: normal;
    font-weight: 700;
 	display 			: inline-block;
 	color 				: #5ea000;
 	left 				: 0px;
	top 				: 0px;
	bottom 				: 0px;
	margin 				: auto 0px; 
	font-size 			: 2rem;
		display 	: flex;
 	display 	: -ms-flexbox;
 	flex-flow 		: row nowrap;
 	-ms-flex-flow 	: row nowrap;
	-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
		-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}





.number_list01,
.number_list01 li
{
	padding 			: 0;
	margin 				: 0;
	list-style-type 	: none;
}
.number_list01
{
	counter-reset 		: number; /*数字をリセット*/
	list-style-type 	: none!important; /*数字を一旦消す*/
}
.number_list01 li
{
	position 			: relative;
 	padding 			: 2px 0 2px 25px;
	overflow 			: hidden;
}
.number_list01 li:after
{
 	position 			: absolute;
 	counter-increment 	: number;
 	content 			: counter(number);
 	display 			: inline-block;
 	background 			: #000;
 	color 				: #fff;
 	font-weight 		: bold;
 	font-size 			: 12px;
 	left 				: 0;
	top 				: 13px;
 	width 				: 20px;
 	height 				: 20px;
 	line-height 		: 20px;
 	text-align 			: center;
 	-moz-transform 		: translateY(-50%);
  	-webkit-transform 	: translateY(-50%);
  	-o-transform 		: translateY(-50%);
  	-ms-transform 		: translateY(-50%);
  	transform 			: translateY(-50%);
}


.number_list02,
.number_list02 li
{
	padding 			: 0;
	margin 				: 0;
	list-style-type 	: none;
}
.number_list02
{
	counter-reset 		: number; /*数字をリセット*/
	list-style-type 	: none!important; /*数字を一旦消す*/
}
.number_list02 li
{
	position 			: relative;
 	padding 			: 3px 0 3px 35px;
	margin-bottom 		: 5px;
	overflow 			: hidden;
}
.number_list02 li:after
{
 	position 			: absolute;
 	counter-increment 	: number;
 	content 			: "0" counter(number);
 	display 			: inline-block;
 	color 				: #ccc;
 	font-weight 		: nomal;
 	font-size 			: 22px;
 	left 				: 0;
	top 				: 16px;
 	line-height 		: 1em;
 	text-align 			: center;
 	-moz-transform 		: translateY(-50%);
  	-webkit-transform 	: translateY(-50%);
  	-o-transform 		: translateY(-50%);
  	-ms-transform 		: translateY(-50%);
  	transform 			: translateY(-50%);
}




/*align--------------------------------------------------------------*/
.text_left
{
	text-align		: left;
}
.text_center
{
	text-align		: center;
}
.text_right
{
	text-align		: right;
}
.text_top
{
	vertical-align	: top;
}
.text_bottom
{
	vertical-align	: bottom;
}




/* postimage */

.alignright
{
  float 			: right;
  padding 			: 0 0 2.5rem 2.5rem;
  clear 			: both;
  max-width 		: 45%; 
}
.alignleft
{
  float 			: left;
  padding 			: 0 2.5rem 2.5rem 0;
  clear 			: both;
  max-width 		: 45%;
}
.aligncenter
{
  text-align 		: center;
  margin 			: 0 auto;
  padding-bottom	: 2.5rem;
  clear				: both;
  display 			: block;
}




/*1024以下の指定（タブレット）*/
@media screen and (max-width: 1024px) {

/*box--------------------------------------------------------------*/
.rd_box
{
	padding 			: 4%;
}

/* postimage */
.alignright,
.alignleft
{
	max-width 			: 45%;
	height 				: auto;
}
.aligncenter
{
	max-width 			: 100%;
	height 				: auto;
}
.alignright
{
	padding 			: 0 0 2rem 2rem;
}
.alignleft
{
	padding 			: 0 2rem 2rem 0;
}
.aligncenter
{
	padding-bottom 		: 2rem;
}

.box_full
{
	margin-left 	: -2.5%;
	margin-right 	: -2.5%; 
}




}

/*767以下の指定（スマホ横)*/
@media screen and (max-width: 767px) {

.sp_hidden
{
	display: none;
}


@keyframes zoom-in-waku-anim {
	0% {
	transform: scaleY(0) scaleX(0) translateY(15%);
	opacity: 0;
	}
	70% {
	transform: scaleY(130%) scaleX(90%) translateY(15%);
	opacity: 1;
	}
	90% {
	transform: scaleY(90%) scaleX(130%) translateY(15%);
	opacity: 1;
	}
	100% {
	transform: scaleY(150%) scaleX(100%) translateY(15%);
	opacity: 1;
	}
}
.pc_hidden
{
	display: inline;
}


.alignright,
.alignleft,
.aligncenter
{
	padding: 0px;
 float: none;
  text-align 		: center;
  margin 			: 0 auto;
  padding-bottom 	: 2rem; 
  clear				: both;
  display 			: block;
  width 			: 100%;
  max-width 		: 100%; 
}
.alignright img,
.alignleft img,
.aligncenter img
{
	width 			: 100%;
	height 			: auto;
	
}



/*margin------------------------------------------------------------*/

.none
{
	margin-bottom   : 0px!important;
}

.m_xs
{
	margin-bottom	: .5rem!important;
}

.m_s
{
	margin-bottom	: 1rem!important;
}

.m_l
{
	margin-bottom	: 1.5rem!important;
}

.m_xl
{
	margin-bottom	: 2rem!important;
}
.m_xxl
{
	margin-bottom	: 4rem!important;
}
.m_xll
{
	margin-bottom	: 5rem!important;
}





}





/*---------------------------------------------------------*/
/*    copyright(C) CloudWorks.All rights reserved. Ver1.0    */
/*---------------------------------------------------------*/
