@charset "utf-8";

#mainImage {
    height: 300px;
    background: url(images/headerImage.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#mainImage::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
}

#mainImage h1 {
    font-size: 2rem;
    color: #FFF;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}

#mainImage h1 br {
    display: none;
}

#mainImage.line {
    height: 300px;
    background: url(images/headerLine.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sns #contents {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 180px;
    padding: 0 10px;
    text-align: left;
    color: #000;
}

.sns #contents h2 {
    color: #000;
    font-size: 1.375rem;
    background: #EAF6F9;
    border-left: 4px solid #003978;
    border-radius: 2px;
    line-height: 1.4;
    padding: 16px 23px;
    margin-bottom: 35px;
}

.sns #contents h3 {
    color: #053b76;
    font-size: 1.25rem;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 2px 20px 15px 60px;
    margin-bottom: 30px;
    position: relative;
    background: none;
    line-height: 1;
}

h3.titleLine::before {
    content: '';
    display: block;
    background: url(images/iconLine.png);
    background-size: cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 20px;
}

h3.titleYouTube::before {
    content: '';
    display: block;
    background: url(images/iconYouTube.png);
    background-size: cover;
    width: 35px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 16px;
}

h3.titleInstagram::before {
    content: '';
    display: block;
    background: url(images/iconInsta.png);
    background-size: cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 20px;
}

h3.titleX::before {
    content: '';
    display: block;
    background: url(images/iconX.png);
    background-size: cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 20px;
}

.sns #contents.line h3 {
    padding: 2px 20px 15px 1em;
}

.sns #contents.line h3 span {
    display: inline-block;
    font-size: 0.875rem;
    color: #000;
    font-weight: normal;
    margin-left: 2em;
}

/* #contents p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1em;
}

#contents ul {
    margin: 0 0 20px 10px;
}

#contents ul li {
    margin: 0 auto 0.5em;
    line-height: 180%;
    font-size: 93.75%;
    padding-left: 15px;
}

#contents ol {
    margin: 0 0 20px 30px;
}

#contents ol li {
    list-style-type: decimal;
    margin-bottom: 0.5em;
    line-height: 180%;
    font-size: 93.75%;
}

#contents ol.alpha li {
    list-style-type: lower-alpha;
}

#contents ul li ul {
    margin: 5px 0 10px;
}

#contents ul li ul li, #contents ol li ul li {}

#contents ol li ul {
    margin: 10px 0;
}

#contents ul li ol {
    margin: 10px 0 10px 15px;
}

#contents ul li ol li {
    background: none;
    padding-left: 0;
} */

.sns #contents dl {
    margin: 20px 0;
    display: flex;
    justify-content: left;
}

.sns #contents dt {
    margin-right: 1.5em;
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
}

.sns #contents dd {
    margin: 0;
    font-size: 1rem;
}

/* hr {
    border: dotted #999;
    border-width: 1px 0px 0px 0px;
    height: 1px;
    overflow: hidden;
    margin: 8px 0 16px;
    clear: both;
}

#contents table {
    max-width: 100%;
    margin: 0 0 20px;
    border-collapse: collapse;
    border: 1px solid #999;
    empty-cells: show;
    font-size: 93.75%;
}

#contents caption {
    font-size: 100%;
    color: #000;
    text-align: right;
    margin-bottom: 5px;
}

#contents td, #contents th {
    border: 1px solid #999;
    padding: 5px 10px;
    vertical-align: top;
    line-height: 130%;
}

#contents th {
    color: #000;
    background: #F8F8F8;
    text-align: left;
}

#contents th p, #contents td p {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: left;
}

#contents td ul {
    margin: 0 0 0 4px;
    padding: 0;
    font-size: 100%;
}

#contents td ol {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 100%;
}

#contents th.thCenter {
    text-align: center;
    vertical-align: middle;
}

#contents th.thRignt {
    text-align: right;
}

#contents table td.vMiddle {
    vertical-align: middle;
}

#contents td.col_blue {
    background-color: #e5f7ff;
    font-size: 120%;
    font-weight: 900;
}

#contents blockquote {
    color: #333;
    margin: 10px 0 10px 40px;
    line-height: 150%;
    font-size: 87.5%;
    font-style: italic;
}

.otoiawase {
    border: 1px solid #CCC;
    border-radius: 2px;
    padding: 10px 15px 1px;
    margin: 50px 0 30px;
}

#contents .otoiawase h2 {
    color: #333;
    border: none;
    background: #E3F2DE;
    font-size: 100%;
    padding: 5px 10px;
    margin: 0 0 15px;
}

#contents .otoiawase p {
    margin: 0 0 10px;
    font-size: 87.5%;
}

#contents .otoiawase p img {
    vertical-align: middle;
}

#contents .otoiawase ul {
    margin: 10px 30px;
}

.dottedLine {
    border: dotted 2px #999;
    padding: 10px 30px;
}

.kakomi {
    margin: 0 0 20px;
    border: 1px #CCC solid;
    padding: 20px 20px 10px;
    overflow: hidden;
    border-radius: 10px;
}

#contents .kakomi h2 {
    background: #F5F5F5;
    padding: 4px 15px;
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 10px;
    color: #001F3B;
    border-radius: 0;
}

#contents .kakomi p {
    margin: 0 10px 15px;
}

.kakomiRed {
    margin: 0 0 20px;
    border: 1px #DC6466 solid;
    padding: 20px 20px 10px;
    overflow: hidden;
    background-color: #ffe5e5;
}

.kakomiGray {
    margin: 0 0 20px;
    padding: 20px 20px 10px;
    overflow: hidden;
    background-color: #DFDFDF;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

#contents p.textRight {
    text-align: right;
}

#contents p.textCenter {
    text-align: center;
}

.textRed {
    color: red;
}

.textPurple {
    color: #6A5ACD;
}

.textGreen {
    color: #00827D;
}

.textBlue {
    color: #346fb9;
}

.textGray {
    color: #999;
}

.textGraySmall {
    color: #999;
    font-size: 80%;
}

.textSmall {
    font-size: 80%;
}

.textSmall2 {
    font-size: 70%;
}

.textExtraSmall {
    font-size: 9.3px !important
}

.textRedSmall {
    color: red;
    font-size: 80%;
}

.textStandard {
    font-size: 90%;
}

.textSmallRight {
    font-size: 84%;
    text-align: right;
}

.textBlueBold {
    color: #346fb9;
    font-weight: bold;
}

.textBackBlue {
    color: #FFF;
    background-color: #036;
    padding: 2px 5px;
}

.textLarge {
    font-size: 120%;
}

.textLargeBold {
    font-size: 120%;
    font-weight: 900;
}

#contents .textRed {
    color: red;
}

#contents .textPurple {
    color: #6A5ACD;
}

#contents .textGreen {
    color: #00827D;
}

#contents .textBlue {
    color: #346fb9;
}

#contents .textGray {
    color: #999;
}

#contents .textGraySmall {
    color: #999;
    font-size: 80%;
}

#contents .textSmall {
    font-size: 80%;
}

#contents .textSmall2 {
    font-size: 70%;
}

#contents .textStandard {
    font-size: 90%;
}

#contents .textSmallRight {
    font-size: 84%;
    text-align: right;
}

#contents .textBackBlue {
    color: #FFF;
    background-color: #036;
    padding: 2px 5px;
}

#contents .textLarge {
    font-size: 120%;
}

.backYellow {
    background: #FFFBC2;
}

.backPink {
    background: #FFF1FD;
}

.backBlue {
    background: #EEF7FF;
}

.backGreen {
    background: #F8FFF6;
} */

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 925px;
    margin: auto;
}

.flex>div {
    width: 48%;
    background: #fffcf0;
    padding: 25px 35px;
    margin-bottom: 50px;
    position: relative;
}

#contents .flex>div h3 {
    margin-left: 160px;
    font-size: 1.375rem;
    height: 100px;
    display: flex;
    align-items: center;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 45px;
}

#contents .flex>div::before {
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    top: 25px;
    left: 35px;
}

#contents .lead p {
    font-size: 1.0625rem;
}

.flex3 {
    display: flex;
    justify-content: left;
    margin-bottom: 40px;
}

.flex3>div {
    width: 25%;
    border: 1px solid #CCC;
    margin-right: 30px;
    padding: 20px 20px 10px;
}


@media screen and (max-width:668px) {
    header h1 {
        font-size: 1.75rem;
        padding: 0 10px;
        line-height: 1.4;
    }
    header h1 br {
        display: block;
    }
    #contents {
        padding: 0 20px;
    }
    .flex > div {
        width: 100%;
    }
    #contents .flex > div::before {
        width: 70px;
        height: 70px;
    }
    #contents .flex > div h3 {
        margin-left: 100px;
        height: 70px;
        font-size: 1.125rem;
    }
    .textRight img {
        width: 80%;
        height: auto;
    }
}