@charset "UTF-8";
/* CSS Document */

.subtitle_img {
max-width:200px;
margin-bottom:10px;}

.h2_led{
font-size:38px;
width:100%;
line-height:1.1;}

.h3_title{
font-size:24px;
padding-bottom:10px;
border-bottom:1px solid #555;
margin:20px 0 20px;
}

.led_strong{
	color: #E86D03;
	font-weight: bold;
	font-size: 20px;
}

.flex_box {
display: flex;
	font-size: 18px;
}

.led_box_1{

}

.led_text{
	margin-left: 10px;
}

.led_textstyle{
	font-size:18px;
	margin: 10px 0;
}

.add_text{
	font-size: 16px;
	padding: 20px 0;
}

.button-led {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 3px #000000;
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-led::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}