@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1000px;
}
.comListUl01 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 418px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.comListUl01 li {
    width: 229px
}
.comListUl01 li a {
    display: block;
}
.comListUl02 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 632px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.comListUl02 li {
    width: 320px
}
.comListUl02 li a {
    display: block;
}
.headLine01 {
    margin-bottom: 16px;
    padding-bottom: 17px;
    text-align: center;
    background-color: #10338D;
}
.headLine01 img {
    margin-top: -23px;
}
.errorMsg {
    color: red;
    margin: 10px;
}
.linkList {
    position: fixed;
    top: 139px;
    right: 0;
    z-index: 1000;
}
.linkList li {
    margin-bottom: 10px;
}
.linkList li a {
    display: block;
}
@media all and (max-width: 1366px) {
    .linkList {
        top: 100px;
    }
}
@media all and (min-width: 897px) {
    .comFormBox .submit li input:hover {
        opacity: 0.7;
    }
    .comListUl02 li a:hover {
        opacity: 0.7;
    }
    .comListUl01 li a:hover {
        opacity: 0.7;
    }
    .linkList li a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .content {
        width: auto;
        padding: 0 20px;
    }
    .comListUl01 {
        max-width: 520px;
        width: 100%;
        bottom: 20%;
        top: auto;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .comListUl01 li {
        margin-top: 13px;
        max-width: 229px;
        width: calc(50% - 9px);
    }
    .comListUl02 {
        top: auto;
        bottom: 3.7%;
        left: auto;
        transform: none;
    }
    .comListUl02 li {
        width: calc(100%/3 - 6px);
    }
    .headLine01 {
        margin-bottom: 5px;
        padding-bottom: 9px;
    }
    .headLine01 img {
        margin-top: -10px;
        width: 229px;
    }
    .linkList {
        display: none;
    }
}