@charset "utf-8";

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

.clear
{ 
	clear		    : both;
}
.icon_img
{
		vertical-align:middle;
}

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

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

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

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

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

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


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

.f_bot_line
{
	text-decoration: underline;
}
.marker_Yellow
{
	background: linear-gradient(transparent 50%, #ffe973 0%);
}
.marker_Pink
{
	background: linear-gradient(transparent 50%, #ffc9f7 0%);
}
.marker_Blue
{
	background: linear-gradient(transparent 50%, #bad8ff 0%);
}
.f_bold
{
	font-weight: bold;
}
.f_hbold
{
	font-weight: 900;
}
.f_Blue
{
	color 		: #0065cd!important;
}
.f_LBlue
{
	color 		: #009fc0!important;
}
.f_Purple
{
    color: #6352ff;
}
.f_Pink
{
	color 		: #f95096!important; 
}



.f_Green
{
	color 		: #04b201!important;
}

.f_Red
{
	color		: #C00!important;
}

.f_Orange
{
	color 		: #F60!important;
}

.f_White
{
	color 		: #FFF!important;
}
.f_s
{
	font-size		: 0.8em;
}

.f_l
{
	font-size		: 1.2em;
}

.f_xl
{
	font-size		: 1.5em;
}


/*box--------------------------------------------------------------*/
.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 			: 2rem;
	box-sizing 		: border-box;
}
.wh_box
{
	border-radius 		: 3px;
	padding 			: 2rem;
	border 					: 1px #CCC solid;
}
.wh_box h4
{
	margin-top:0px!important;
	margin-bottom:1rem!important;
}
.article_main .wh_box  ul
{
    border-top: none;
    border-bottom: none;
	padding:0px;
	margin:0px;
}
.article_main .wh_box  ul li:before
{
	left:0;
}
.article_main ul.check_list li:before
{
	content: "\f14a";
}
.article_main ul.check_list02 li:before
{
	content: "\f00c";
	color:#c93481;
}



/*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					: inline-block!important;
	vertical-align 			: top;
}




/*list--------------------------------------------------------------*/
.article_main ul
{
	border: solid 1px #CCC;
	border-left: none;
	border-right: none;
	padding: .5em 1em;
	position: relative;
	margin-bottom: 2rem;
}
.article_main .point_box  ul
{
	border-top:none;
	border-bottom:none;
	padding:0px;
	margin:0px;
}


.article_main ul li
{
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.4em;
	border-bottom: dashed 1px silver;
	list-style-type: none!important;
}
.article_main ul li:last-of-type 
{
	border-bottom: none;
}
.article_main ul li:before 
{
	font-family: "Font Awesome 6 Free";
	content: "\f138";
	font-weight: bold;
	position: absolute;
	left : 1em; 
	color: #009fc0;
}
.article_main .point_box ul li:before
{
	left:0em;
}

.article_main ol,
.article_main ol li
{
	padding 			: 0;
	margin 				: 0;
	list-style-type 	: none;
}
.article_main ol
{
	counter-reset 		: number; /*数字をリセット*/
	list-style-type 	: none!important; /*数字を一旦消す*/
    position: relative;
	margin-bottom 		: 1.5rem; 
}
.article_main ol li
{
	position 			: relative;
 	padding 			: 1em 1.5em 1em 3.5em;
	overflow 			: hidden;
	border-radius 		: 3px; 
	line-height 		: 1.5;
}
.article_main ol li:nth-child(odd)
{
	background 			: #f7f7f7; 
}


.article_main ol li:after
{
	position 			: absolute;
 	counter-increment 	: number;
 	content 			: counter(number,decimal-leading-zero);
  font-family: "Jost", sans-serif;
    font-weight: 500;
 	color 				: #00c0d8;
 	left 				: 1em;
	line-height 		: 1.0; 
		font-size 		: 2.5rem;
		top 			: .8em;
}
.article_main ol.num_pink li:after 
{
    color: #FFF;
    background: #e4007f;
    padding: 3px 5px;
    font-size: 2rem;
    border-radius: 5px;
}

.article_main ol.num_circle li:after
{
    width: 35px;
    height: 35px;
    background: #333;
    color: #FFF;
    line-height: 1.0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article_main ol.num_circle li
{
		padding-left:4em;
}


.article_main ol.num_circle li.num_Blue:after
{
	background:#0065cd;
}
.article_main ol.num_circle li.num_Red:after
{
	background:#fe0000;
}
.qa_list dl,
.qa_list dt,
.qa_list dd
{
	margin:0px;
	padding:0px;
	list-style:none;
}

.qa_list dl dt,
.qa_list dl dd
{
	position:relative;
	padding: 0 0 0 3rem;
}
.qa_list dl:first-child
{
	padding-top:0px;
}
.qa_list dl
{
		border-bottom 		: #CCC dotted 1px ;
	padding 						: 2rem;
}
.qa_list dl:last-child
{
	padding-bottom:0px;
	border-bottom:none;
}

.qa_list dl dt:before
{
	content 		:"Q";
	position 		: absolute;
	font-weight:500;
	left 				: 0px;
	top 			 	: .5rem;
	font-size 		: 2.5rem;
	line-height 	: 1.0;
	color:#009ce4;
}
.qa_list dl dd:before
{
	content 		:"A";
	position 		: absolute;
	font-weight:500;
	left 				: 0px;
	top 			 	: .5rem;
	font-size 		: 2.5rem;
	line-height 	: 1.0;
	color:#e4007f;
}
/*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	: 10px;
  clear				: both;
  display 			: block;
}




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

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

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

}


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

.sp_hidden
{
	display: none;
}
.article_main ol li
{
    padding: 1em 1em 1em 2.8em;
}
.article_main ol li:after
{
	left 		: .5em; 
}
.f_l
{
	font-size		: 1.1em;
}

.f_xl
{
	font-size		: 1.2em;
}

.m_xl
{
	margin-bottom	: 3rem!important;
}
.m_xxl
{
	margin-bottom	: 3.5rem!important;
}
.m_xll
{
	margin-bottom	: 4rem!important;
}

}


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