@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
    font-size: revert;
    font-weight: revert;
}
a {
    color: #104097;
    text-decoration: none;
}
header {
    display: block;
    max-width: unset;
}
header a {
    color: #333;
}
header li {
	margin-left:unset;
}
section:first-child {
    margin-top: 140px;
}
section h2 {
    max-width: var(--pc-contents-max-width);
    margin: 0 auto 40px auto;
}
.training .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.training .box_01 {
	width: 60%;
    max-width: 780px;
}
.training .box_02 {
	width: 30%;
}
.box_01 img.center {
    display: block;
	width: 70%;
    margin: 40px auto 0 auto;
}
.training .box_01.single_column {
	width: 100%;
    max-width: unset;
}
.training.detail h4 {
    font-size: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #104097;
    margin-bottom: 40px;
}
.outside_link {
    margin-top: 40px;
}
footer {
	font-size:unset;
    background:unset;
}
.c-footer-list__item {
    font-size: 18px;
}
.training.message {
    background: var(--content_gradient);
    padding: 40px 20px;
    width: 100%;
}
.training.message p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
}
@media screen and (max-width:1440px){

}

@media screen and (max-width:768px) {
#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}
#header ul{
display: block;
}
    
.training .box {
    flex-direction: column-reverse;
}
.training .box_01 {
	width: 100%;
}
.training .box_02 {
	width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.c-header__logo {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 10px 10px;
}
.c-header__box.is-active {
    visibility: visible;
    opacity: 1;
}
.box_01 img.center {
    display: block;
	width: 100%;
}
}
