@charset "utf-8";

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

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

/*animation_frame-----------------------------------------------------------*/

@keyframes fadeBottom {
  100% {
	opacity 			: 1;
  transform: translateY(0%);
  }
}
@-webkit-keyframes fadeBottom {
  100% {
	opacity 			: 1;

  }
}

@keyframes fade {
  100% {
	opacity 			: 1;

  }
}
@-webkit-keyframes fade {
  100% {
	opacity 			: 1;


  }
}
@keyframes fadeOut {
  100% {
	opacity 			: 0;
  }
}
@-webkit-keyframes fadeOut {
  100% {
	opacity 			: 0;

  }
}
@keyframes fadeTextEf {
  50% {
	opacity 			: 1;
 text-shadow 			: 0px 0px 20px rgba(255,255,255,1);
  }
  100% {
	opacity 			: 1;
  	text-shadow 			: 0px 0px 0px rgba(255,255,255,0);
  }
}
@-webkit-keyframes fadeTextEf {
  50% {
	opacity 			: 1;
 text-shadow 			: 0px 0px 20px rgba(255,255,255,1);
  }
  100% {
	opacity 			: 1;
  	text-shadow 			: 0px 0px 0px rgba(255,255,255,0);
  }
}


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

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

.m_xs
{
	margin-bottom	: 10px!important;
}

.m_s
{
	margin-bottom	: 15px!important;
}

.m_l
{
	margin-bottom	: 20px!important;
}

.m_xl
{
	margin-bottom	: 35px!important;
}
.m_xxl
{
	margin-bottom	: 40px!important;
}
.m_xll
{
	margin-bottom	: 50px!important;
}


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

.f_Blue
{
	color 		: #09C;
}

.f_Green
{
	color 		: #690;
}

.f_Red
{
	color		: #F81700;
}

.f_Orange
{
	color 		: #F60;
}

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

.f_s
{
	font-size		: 0.8em;
}

.f_l
{
	font-size		: 1.2em;
}

.f_xl
{
	font-size		: 1.5em;
}
.f_price
{
 	color: #ed7d31;
}

/*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 		: #EEE;
	padding 		: 25px 25px;
	box-sizing 		: border-box;
	border-radius 	: 3px;
}
.rd_fit_box
{
	background 		: #EEE;
	padding 		: 25px 25px;
	box-sizing 		: border-box;
	border-radius 	: 3px;
	width: fit-content;
}

.fit
{
	width: fit-content;
}
.rd_box .title
{
	padding-bottom 	: 15px;
	padding-left 	: 15px; 
	margin-bottom 	: 15px;
	border-bottom 	: 1px #CCC solid;
	position: relative;
	font-weight: bold;
}
.rd_box .title:before
{
	content 		: "";
	width 			: 3px;
	height 			: calc(100% - 15px);
	display 		: block;
	background 		: #358de1;
	position: absolute;
	left: 0px;
	top: 0px;
}
.des_box
{
	background 		: url("../images/common/base/des_bg02.gif") top -40px left 0px repeat-x;
	border-radius 	: 3px;
	border 			: #EEE solid 1px;
	padding 		: 25px 25px 20px;
}
.wh_box
{
	padding 		: 25px;
	border-radius 	: 3px;
	background 		: #FFF;
}
.whsd_box
{
	padding 		: 25px;
	border-radius 	: 3px;
	background 		: #FFF;
	box-shadow:rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
	border: 1px #DDD solid;

}

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

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

}
/*tag--------------------------------------------------------------*/

.tag
{
	white-space: nowrap;
	line-height 	: 1.0; 
	background 		: #666;
	color: #FFF;
	border-radius: 3px;
	padding: .3em 1em .4em;
	text-decoration: none;
	display: inline-block;

}
.tag.cat01,
.tag.notice
{
	background 			: #05a2d6; 
}
.tag.cat02,
.tag.seminar
{
	background 			: #06b7ad; 
}
.tag.cat03,
.tag.consultation
{
	background 			: #8bb706; 
}

.tag.cat04,
.tag.patent
{

	background 			: #e02121; 
}
.tag.cat05,
.tag.trademark
{
	background 			: #ef7300; 
}
.tag.cat06,
.tag.foreign
{
	background 			: #b76e06;
}
.tag.cat07,
.tag.design
{
	background 			: #d2ad00;
}
.tag.cat08,
.tag.dispute
{


	background 			: #953d7f; 
}
.tag.cat09,
.tag.patent_attorney
{

	background 			: #3d5295; 
}

/*btn--------------------------------------------------------------*/

a.btn,
button.btn
{
	display: inline-block;
	color: #FFF;
	border-radius: 3px;
	text-decoration: none;
	background 		: #004d94 url("../images/common/icon/arr_rightw.svg") top 50% right 20px / 15px auto no-repeat;
	padding 		: 20px 55px 20px 25px;
	color 			: #FFF;
	font-size 		: 1.125rem;
	text-align: center;
	transition: all 0.5s ease;
}
a.btn:hover,
button.btn:hover
{
	opacity 		: .8;
	background-position 	: top 50% right 10px;
}
a.btn.block
{
	min-width 			: 60%; 
}

.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--------------------------------------------------------------*/

.sup_list,
.sup_list li
{
	margin 			: 0px;
	padding 		: 0px;
	list-style 		: none;
	text-align 		: left;
}
.sup_list li:before
{
	content 		: "※";
	position 		: absolute;
	left 			: 0px;
	top 			: 0px;
	font-size 		: 14px; 
}
.sup_list li
{
	position 		: relative;
	padding-left 	: 1em;
	color 			: #666666;
	font-size 		: 14px; 
}

#blog_main ul,
#blog_main li,
.list01,
.list01 li
{
	padding 			: 0;
	margin 				: 0;
	list-style-type 	: none;
}
#blog_main li,
.list01 li
{
	padding 			: 2px 0 2px 15px;
	background 			: url("../images/common/icon/arr_right_light.svg") left 0px top 7px / 10px auto no-repeat;
	overflow 			: hidden;
}


#blog_main ol,
.number_list01,
.number_list01 li
{
	padding 			: 0;
	margin 				: 0;
	list-style-type 	: none;
}


#blog_main ol,
.number_list01
{
	counter-reset 		: number; /*数字をリセット*/
	list-style-type 	: none!important; /*数字を一旦消す*/
}
#blog_main ol li,
.number_list01 li
{
	position 			: relative;
 	padding 			: 2px 0 2px 25px;
	overflow 			: hidden;
	background: none;
}
#blog_main ol li:after,
.number_list01 li:after
{
 	counter-increment 	: number;
 	content 			: counter(number,decimal-leading-zero);
 	display 			: inline-block;
 	color 				: #358de1;
 	font-weight 		: bold;
 	left 				: 0px;
	top 				: 0px;
	bottom 				: 0px;
	margin 				: auto 0px; 
    font-family 		: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size 			: 20px;
	position 			: absolute;
}


.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 25px 25px;
  clear 			: both;
}
.alignleft
{
  float 			: left;
  padding 			: 0 25px 25px 0;
  clear 			: both;
}
.aligncenter
{
  text-align 		: center;
  margin 			: 0 auto;
  padding-bottom	: 25px;
  clear				: both;
  display 			: block;
}
/*1024以下の指定（タブレット）*/
@media screen and (max-width: 1024px) 
{
.sup_list li
{
	font-size 		: 12px; 
}
 .box_full
{
	margin-left 	: -2.5%;
	margin-right 	: -2.5%; 
}
}



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

.sp_none
{
	display: none;
}
.pc_none
{
	display: inline;
}


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

.rd_box,
.wh_box,
.whsd_box
{
	padding 			: 7% 5% 5%;
}

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

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

.m_s
{
	margin-bottom	: 10px!important;
}

.m_l
{
	margin-bottom	: 15px!important;
}

.m_xl
{
	margin-bottom	: 25px!important;
}
.m_xxl
{
	margin-bottom	: 35px!important;
}
.m_xll
{
	margin-bottom	: 40px!important;
}
.alignright
{
	padding 			: 0 0 10px 15px; 
}
.alignleft
{
    padding 			: 0 10px 15px 0;
}





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