@charset "UTF-8";
/* CSS Document */
main {
    padding: 80px 15px 100px;
}
#breadcrumb ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 1100px;
    margin: 40px auto;
    font-size: 14px;
}
#breadcrumb {
    width: 100%;
    height: auto;
}
#breadcrumb ul {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}
#breadcrumb ul li:first-child {
    margin: 0;
}
#breadcrumb ul li:first-child::before {
    content: "";
    margin: 0;
}
#breadcrumb ul li {
    color: #000;
    font-size: 14px;
    margin: 0 0 0 10px;
    display: inline;
    line-height: 1.5;
}
#breadcrumb ul li a {
    color: #306dff;
}
#breadcrumb ul li::before {
    content: "＞";
    margin: 0 10px 0 0;
}
#title {
    margin-bottom: 30px;
}
#contents {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}
.contents_left {
   width: 100%;
}
img {
   width: 100%;
   height: auto;
   vertical-align: bottom;

}
.section_title h2 {
    font-size: 35px;
    font-weight: bold;
    color: #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    position: relative;
    display: inline;
}
.section_title h2::after {
    position: absolute;
    content: "";
    display: block;
    width: 163px;
    height: 2px;
    background: rgb(21,147,255);
    background: linear-gradient(90deg, rgba(21,147,255,1) 0%, rgba(21,210,106,1) 100%);
    bottom: -10px;
    left: 50%;
    z-index: 100;
    line-height: 1;
    transform: translateX(-50%);
}
.section_title p {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 20px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
    font-weight: bold;
}
.title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.4;
}
.subtitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
}
.honbun {
    line-height: 2;
    font-size: 15px;
    width: 100%;
    margin-bottom: 30px;
    text-align: justify;
    letter-spacing: 1px;
}
.contents_left {
    width: 100%;
    display: flex;
    flex-flow: column;
}
.contents_left a {
    font-size: 15px;
    font-weight: bold;
    color: #1593ff;
}
.before_box {
    margin: 60px auto 0;
}
.before_box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.contents_right {
    width: 100%;
}
.fas.fa-angle-double-down {
    font-size: 25px;
    color: #000;
    display: block;
    text-align: center;
    margin: 20px auto;
}
@media only screen and (min-width: 768px) {
main {
    padding: 100px 30px 130px;
}
.contents_left a {
    font-size: 18px;
}
}
@media only screen and (min-width: 1024px) {
main {
    max-width: 1100px;
    padding: 156px 0 100px;
}
#contents {
    display: flex;
    flex-flow: wrap;
}
#title {
    margin: 50px 0;
}
.contents_left {
    width: 45%;
}
.contents_right {
    width: 50%;
}
#breadcrumb ul {
    font-size: 18px;
}
#title {
    margin-bottom: 50px;
}
.section_title h2 {
    font-size: 50px;
}
.section_title p {
    font-size: 18px;
}
.title {
    font-size: 38px;
}
.subtitle {
    font-size: 28px;
    letter-spacing: 2px;
}
.honbun {
    font-size: 18px;
}
.contents_left a {
    font-size: 20px;
}
.before_box h3 {
    font-size: 23px;
    margin-bottom: 20px;
}
.fas.fa-angle-double-down {
    display: none;
}
}
@media only screen and (min-width: 1281px) {
    
}






