@charset "utf-8";
/* CSS Document */
.mainviual{
	margin-top:55px;
	
}
.mainviual img{
	display:block;
	width:100%;
}


.content_01{
	width:94%;
	margin:30px auto 0;
	/*margin:40px auto 70px;*/
	overflow:hidden;
}
.content_title{
	font-weight: bold;
    font-size: 210%;
    padding-bottom: 5px;
    color: #333;
	letter-spacing:1px;
}
.accent {
    color: #eb6000;
}
.text_inner{
	color:#333;
	line-height:2;
	letter-spacing:1px;
	font-size:108%;
}

.sub_title{
	width:100%;
	margin:20px auto 0;
	background:#f5f5f5;
	padding:20px 0;
	font-size:190%;
	letter-spacing:1px;
	text-align:center;
}
.smtp_test{
	width:100%;
	margin:20px auto 0;
	font-size:108%;
	letter-spacing:1px;
	line-height:1.8;
	color:#333;
}


.program_title{
	font-size: 220%;
	background: #fff;
    padding: 5px 0 5px 20px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    border-left: 2px solid #ef6000;
	margin-bottom: 30px;
}

.program_titletext{
	font-size: 120%;
	margin: 0 35px;
	letter-spacing: 1px;
}

.program_stepbox{
	width: 100%;
	/*height: 250px;*/
	margin: 15px auto 0;
	/*display: flex;
	justify-content: center;*/
}

.step_item{
	background: var(--back_color);
	width: 100%;
	position: relative;
	z-index: 10;
	padding-bottom:20px;
}

.step_number{
	color: var(--item_color50);
	font-size: 1300%;
	display: flex;
	position: absolute;
	top: 11px;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	align-items: baseline;
    justify-content: center;
	z-index: -1;
}

.step_name{
	background:#eb6000;
	width: fit-content;
	padding: 5px 20px;
	font-size: 170%;
	font-weight:bold;
	color:#fff;
}

.step_text{
	font-size: 116%;
	width: 72%;
    margin: 30px auto;
    padding: 15px 10px;
	background: #ffffff50;
}

.step_text span{
	font-size: 117%;
	font-weight:bold;
}

.program_keyword_list li:nth-of-type(even){
	text-align: right;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.program_keyword{
	background: #000;
	color: #fff;
	width: fit-content;
	font-size: 180%;
	letter-spacing: 2px;
	padding: 2px 30px;
}

.keyword_text{
	margin: 10px 35px;
	font-size: 120%;
}

.program_textlist{
	border: 1px solid #bfbfbf;
	padding: 20px 40px;
	box-shadow: 4px 4px 0 #ebebeb;
}


.content_02{
	width:94%;
	margin:30px auto 0;
	padding:40px 0 80px;
	background: url(../img/dokuritsu/logo.gif)no-repeat;
	background-position:0 10px;
}
.box_02{
	width:100%;
	margin:0 auto;
}
.sub_title_02{
    font-weight:bold;
	font-size:175%;
	padding:0 0 25px;
	color:#333;
	line-height:1.8;
}
.right{
	overflow:hidden;
}
.box_01_list{
	padding-bottom:20px;
}
.box_01_list li{
	color:#333;
	font-size:116%;
	letter-spacing:1px;
	line-height:1.7;
	font-weight:bold;
	text-indent:-1.7em;
    padding-left:1.7em;
	padding-bottom:5px;
}
.box_02_list li{
	color:#333;
	font-size:108%;
	letter-spacing:1px;
	padding-bottom:20px;
	line-height:1.7;
	font-weight:500;
}
.checkmark001{
	padding-left:24px;
	position:relative;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:15px;
	height:15px;
	background:#4caf44;
    border:2px solid #3aa732;
	left:0;top:2px;
}
.checkmark001:after{
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
	width:7px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:7px;
}



