@charset "utf-8";
/* CSS Document */

/* reset */
p { margin: 0; }
.s5-supportLinks {
    margin-bottom: 100px;
}


article {
    max-width: 1200px;
    margin: 0 auto;
}
article h1 {
    margin: 0 0 1em 0 !important;    
}
article h2 {
   margin: 2em 0 0.5em 0!important 
}
article ul {
    margin: 0 !important;
}
.btxt {
    font-weight: bold;
    border: 3px double #0000ee;
    padding: 1em;
}
.sec01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 0 0 0;
}
.sec01 div {
    margin: 2%;
    width: 13%;
}
.sec01 div img {
    width: 100%;
    max-width: 160px;
}
.sec01 div p {
    font-size: 0.9rem;
    line-height: 1.2rem;
}
.sec01 div p span {
    display: inline-block;
}
.sec01 .triangle {
    width: calc(3vw / 2);
    height: 3vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #969696;
    margin-top: 5vw;
}


.secAttention {
    background-color: #ededed;
    padding: 1.5rem;
    margin-top: 40px;
}
.secAttention p {
    margin-top: 1em;
}
.secAttention .listIcon::before {
    content : "※" ;
}
.secAttention .ptxt {
    padding-left: 1em;
}
.secAttention .ptxt span {
    color: #3a5897;
}


@media screen and (max-width: 1120px) {
    .sec01 div {
        width: 24%;
    }
    .sec01 .triangle {
        margin: 15vw 5px 0 5px;
    }
    .sec01 .triangle {
        width: calc(5vw / 2);
        height: 5vw;
    }
}

@media screen and (max-width: 700px) {
    .sec01 div {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .sec01 .triangle {
        margin: 20px auto 10px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        height: calc(7vw / 2);
        width: 7vw;    
    }
}


/* ウインドウを閉じるボタン */
.close_btn {
    margin: 15px 0;
    text-align-last: right;
}
.button {
    border-radius: 10px;
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-align: center;
    padding: 0.5rem;
    background: #3078c5;
    color: #ffffff;
    transition: .3s;
    border: 2px solid #0060c7;
}
.button:hover {
  color: #0060c7;
  background: #ffffff;
}
.button span {
    font-weight: bold;
}

/* 別窓リンクアイコン */
.icon_window {
    vertical-align: middle;
    width: 0.8rem !important;
}

/* add 2024 May */
.font-red {
	color: #bf0000;
}
.box-red {
	border: 1px solid #bf0000;
	font-size: 80% !important;
	color: #bf0000;
	padding: 0.3em;
	margin-top: 0.3em;
}