* {
    -webkit-font-smoothing: antialiased;
    box-sizing: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#herotect .header {
    background-image: url("https://media.discordapp.net/attachments/413838124129714176/1066375709599203358/159Z_2107.w026.n002.628B.p1.628.jpg?width=1440&height=576");
   
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    border-bottom: 10px solid red;
}

.header::before {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

footer {
    border-top: 7px solid rgb(0, 0, 0);
    background-color: rgba(144, 210, 58, 0.655);
}

body {
    padding: 0;
    margin: 0;
}

#herotect {
    position: relative;
    text-align: center;
    height: auto;
    width: auto;
    max-width: auto;
    width: 100%;
}

#herotect img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    #herotect h1 {
        font-size: 490%;
        -webkit-text-stroke-width: 3px;
        margin-bottom: 18%;
    }
    #herotect h2 {
        font-size: 4px;
    }
}

#herotect h1 {

    margin-top: 0px;
    margin-bottom: 1.5%;

    font-family: 'Arial Black', sans-serif;
    font-size: 900%;
    font-weight: 100px;
    position: relative;

    -webkit-text-stroke-width: 10px;
    -webkit-text-stroke-color: rgb(0, 0, 0);
    -webkit-text-size-adjust: auto;

    top: 7%;
    left: 50%;

    background: url('https://media.discordapp.net/attachments/413838124129714176/1066353994156486747/93a1861affb6c66f51aa2cc88ffa1068.gif') no-repeat;
    background-size: cover;
    background-position: center;

    text-transform: uppercase;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#herotect h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: auto;
    font-weight: 700;
    margin-top: auto;
    text-transform: uppercase;

    color: #364e96;/*文字色*/
    border: solid 3px #364e96;/*線色*/
    padding: 0.5em;/*文字周りの余白*/
    border-radius: 0.5em;/*角丸*/

    margin-left: 50px;
    margin-right: 50px;
}

#herotect h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 700;
    width: 80%;
    display: inline-block;
    text-align: left;

    color: #2a7f9c;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #6cb4e4;
    border-bottom: solid 2px #6cb4e4;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);

    /* border-top: 5px solid gray; */
    /* border-bottom: 5px solid rgb(0, 0, 0); */
    text-transform: uppercase;
}

#herotect .color_red h3 {
    color: red;
}

#herotect p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
}

#herotect .red_textBox {
    background-size: 50px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 9px;
    padding-right: 9px;

    
    border: 1mm solid rgba(0, 0, 0, .6);
    background-color: rgb(0, 0, 0, 0.08);

    border-color: red;
    border-radius: 5px;
}

.herotect .alignLeft {

    text-align: left;
    left: 10%;
}
