@charset "utf-8";
.trouble_none {
    display: none !important;
}

.contents_wrap {
    padding: 0 5.21%;
}

@media only screen and (min-width:769px) {
    .contents_wrap {
        padding: 0 30px;
    }
}

/* ttl */
.contents_ttl_txt {
    font-size: 16px;
    margin: 1.5em 0;
}

.contents_link_list {
    font-size: 14px;
    margin: 1.5em auto;
    max-width: 781px;
}
.contents_link_list li{
    text-indent: -1.0em;
    padding-left: 1.0em;
}
.contents_link_list li:not(:last-child) {
    margin-bottom: 0.5em;
}
.contents_link_list a {
    position: relative;
    text-decoration: none !important;
    border-bottom: 1px solid #4866b0;
}
.contents_link_list a::after {
    display: inline-block;
    margin: 0.5em 0.2em 1.0em 0.5em;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #305bbe;
    border-right: 2px solid #305bbe;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.contents_link_list span {
    padding-right: 0.5em;
}
.contents_subttl {
    font-size: 16px;
    text-align: center;
}
.contents_subttl::before,.contents_subttl::after {
    display: inline-block;
    margin: 0.55em 0 0.95em;
    content: "";
    vertical-align: middle;
    width: 1em;
    height: 0px;
    border: 1px solid #000000;
}
.contents_subttl::before {
    margin-right: 0.2em;
}
.contents_subttl::after {
    margin-left: 0.2em;
}
.contents_txt {
    font-size: 14px;
    margin: 0 0 17%;
}
@media only screen and (min-width:769px) {
    .contents_ttl_txt {
        text-align: center;
        font-size: 21px;
        margin: 2.0em 0;
    }
    .contents_link_list {
        font-size: 17px;
    }
    .contents_link_list li:not(:last-child) {
        margin-bottom: 0;
    }
    .contents_link_list a::after {
        width: 11px;
        height: 11px;
    }
    .contents_subttl {
        font-size: 21px;
        margin: 1.5em 0;
    }
    .contents_txt {
        text-align: center;
        font-size: 17px;
        margin: 0 0 5em;
    }
}

.contents01,.contents02,.contents03 {
    margin-top: 17%;
    margin-bottom: 17%;
}
.contents01_ttl {
    font-size: 17px;
    font-weight: bold;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.contents01_ttl span {
    font-size: 24px;
    padding-right: 0.5em;
}
.contents02_ttl {
    font-size: 17px;
    font-weight: bold;
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 1.0em;
}
.contents02_ttl span {
    font-size: 20px;
    padding-right: 0.5em;
}
.contents03_ttl {
    font-size: 17px;
    font-weight: bold;
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 1.0em;
}
.contents03_ttl span {
    font-size: 24px;
    padding-right: 0.5em;
}
.contents01_subttl {
    font-size: 18px;
    color: #cc0033;
    font-weight: bold;
    margin: 2em 0 0.5em;
    text-indent: -1.0em;
    padding-left: 1.0em;
}

.contents01_link_list {
    display: block;
    font-size: 14px;
    margin: 0.5em auto 1.5em;
}
.contents01_link_list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5em;
}
.contents01_link_list a {
    position: relative;
    text-decoration: none !important;
    border-bottom: 1px solid #4866b0;
}
.contents01_link_list a::after {
    display: inline-block;
    margin: 0.5em 0.2em 1.0em 0.5em;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #305bbe;
    border-right: 2px solid #305bbe;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.contents01_link_list span {
    padding-right: 0.5em;
}
.contents01_txt {
    font-size: 18px;
    margin-bottom: 6%;
}
.contents01_txt a {
    font-size: 14px;
}
.contents02_txt,.contents03_txt {
    font-size: 16px;
    margin-bottom: 6%;
}

.contents01_conts01_wrap {
    max-width: 1200px;
    border: 1px solid #e3e3e3;
    margin: 0 auto 8.14%;
}

.contents01_conts01_ttl {
    background-color: #e3e3e3;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0.2em 0.5em;
}

.contents01_conts01_body {
    padding: 5.125%;
}

.contents01_conts01_list {
    display: flex;
    flex-wrap: wrap;
}
.contents01_conts01_list li {
    width: 47%;
    padding-bottom: 7%;
}


.contents01_conts01_list li:not(:last-child) {
    margin-right: 0;
}
.contents01_conts01_list li:nth-child(2n-1) {
    margin-right: 2.924%;
}
.contents01_conts01_list li:nth-child(2n) {
    margin-left: 2.924%;
}

.contents01_conts01_txt01 {
    font-size: 14px;
    font-weight: 600;
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-top: 0.5em;
}

.contents01_conts01_txt01 span {
    display: inline-block;
    font-weight: 600;
    background-color: #000000;
    color: #ffffff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 1;
    margin-right: 0.5em;
    text-indent: 0;
}
.contents01_conts01_caution {
    font-size: 13px;
    text-indent: -1.0em;
    padding-left: 1.0em;
}
.contents01_conts01_txt02 {
    font-size: 16px;
    margin-bottom: 1.5em;
}

.contents01_conts01_subttl {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 0.8em;
    margin-bottom: 1.0em;
}

.contents01_conts01_subttl span {
    background: linear-gradient(transparent 70%, #fffdd7 70%);
}
.contents01_conts02_list {
    display: flex;
    flex-wrap: wrap;
}
.contents01_conts02_list li {
    width: 47%;
    padding-bottom: 7%;
}

.contents01_conts02_list li:not(:last-child) {
    margin-right: 0;
}
.contents01_conts02_list li:nth-child(2n-1) {
    margin-right: 2.924%;
}
.contents01_conts02_list li:nth-child(2n) {
    margin-left: 2.924%;
}


.contents03_conts01_wrap {
    max-width: 1200px;
    border: 1px solid #e3e3e3;
    margin: 0 auto 8.14%;
}

.contents03_conts01_ttl {
    background-color: #e3e3e3;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0.2em 0.5em;
}


.contents03_link_list {
    display: block;
    font-size: 14px;
    margin: 0.5em auto 2.5em;
}
.contents03_link_list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5em;
}
.contents03_link_list a {
    position: relative;
    text-decoration: none !important;
    border-bottom: 1px solid #4866b0;
}
.contents03_link_list a::after {
    display: inline-block;
    margin: 0.5em 0.2em 1.0em 0.5em;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #305bbe;
    border-right: 2px solid #305bbe;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.contents03_link_list span {
    padding-right: 0.5em;
}

.contents03_conts01_body {
    padding: 5.125%;
}
.contents03_conts01_txt01 {
    font-size: 16px;
}
.contents03_conts01_txt02 {
    font-size: 16px;
    text-indent: -1.0em;
    padding-left: 1.0em;
}
.contents03_conts01_caution {
    font-size: 13px;
    text-indent: -1.0em;
    padding-left: 1.0em;
}
.contents03_conts01_subttl01 {
    font-size: 16px;
    font-weight: bold;
}
.contents03_conts01_subttl02 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 1.5em;
}


@media only screen and (min-width:769px) {
    .contents01,.contents02,.contents03 {
        margin-top: 5em;
        margin-bottom: 5em;
    }
    .contents01_ttl {
        text-align: center;
        font-size: 28px;
        text-indent: 0;
        padding-left: 0;
    }
    .contents01_ttl span {
        font-size: 36px;
    }
    .contents02_ttl {
        text-align: center;
        font-size: 23px;
        text-indent: 0;
        padding-left: 0;
    }
    .contents02_ttl span {
        font-size: 30px;
    }
    .contents03_ttl {
        text-align: center;
        font-size: 23px;
        text-indent: 0;
        padding-left: 0;
    }
    .contents03_ttl span {
        font-size: 30px;
    }
    .contents01_subttl {
        text-align: center;
        font-size: 24px;
        text-indent: 0;
        padding-left: 0;
        margin: 4.0em 0;
    }
    .contents01_subttl.ttl01 {
        margin: 3em 0 0.5em;
    }
    .contents01_link_list {
        display: flex;
        font-size: 17px;
        max-width: 1030px;
        justify-content: space-evenly;
        font-weight: 600;
    }
    .contents01_link_list li:not(:last-child) {
        margin-right: 1.0em;
        margin-bottom: 0;
    }
    .contents01_link_list a::after {
        width: 11px;
        height: 11px;
    }
    .contents01_txt {
        text-align: center;
        font-size: 21px;
        margin: 2.0em 0;
    }
    .contents01_txt a {
        font-size: 17px;
    }
    .contents02_txt,.contents03_txt {
        font-size: 17px;
        width: 90%;
        margin: 0 auto 2.0em;
    }
    .contents01_conts01_wrap {
        margin: 0 auto 56px;
    }
    .contents01_conts01_ttl {
        font-size: 21px;
    }
    .contents01_conts01_body {
        padding: 52px;
    }
    .contents01_conts01_list {
        display: flex;
        flex-wrap: nowrap;
    }
    .contents01_conts01_list li {
        width: 23%;
        padding-bottom: 20px;
    }
    .contents01_conts01_list li:nth-child(2n-1) {
        margin-right: 0;
    }
    .contents01_conts01_list li:nth-child(2n) {
        margin-left: 0;
    }
    .contents01_conts01_list li:not(:last-child) {
        margin-right: 41px;
    }
    .contents01_conts01_txt01 {
        font-size: 15px;
    }
    .contents01_conts01_txt01 span {
        width: 17px;
        height: 17px;
    }
    .contents01_conts01_caution {
        font-size: 14px;
        margin: 1.5em 0;
    }
    .contents01_conts01_txt02 {
        font-size: 17px;
    }
    
    .contents01_conts01_subttl {
        text-align: center;
        font-size: 24px;
    }
    .contents01_conts02_list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .contents01_conts02_list li {
        width: 23%;
        padding-bottom: 20px;
    }
    .contents01_conts02_list li:nth-child(2n-1) {
        margin-right: 0;
    }
    .contents01_conts02_list li:nth-child(2n) {
        margin-left: 0;
    }
    .contents01_conts02_list li:not(:last-child) {
        margin-right: 41px;
    }
    .contents03_conts01_wrap {
        margin: 0 auto 56px;
    }
    .contents03_conts01_ttl {
        font-size: 21px;
    }
    .contents03_link_list {
        display: flex;
        font-size: 17px;
        max-width: 1030px;
        justify-content: space-evenly;
        font-weight: 600;
    }
    .contents03_link_list li:not(:last-child) {
        margin-right: 1.0em;
        margin-bottom: 0;
    }
    .contents03_link_list a::after {
        width: 11px;
        height: 11px;
    }
    .contents01_conts03_txt01 {
        font-size: 17px;
    }
    .contents03_conts01_body {
        padding: 52px;
    }
    .contents03_conts01_txt01 {
        font-size: 17px;
    }
    .contents03_conts01_txt02 {
        font-size: 17px;
    }
    .contents03_conts01_caution {
        font-size: 14px;
    }
    .contents03_conts01_subttl01 {
        font-size: 17px;
    }
    .contents03_conts01_subttl02 {
        font-size: 17px;
    }
}

.border {
    border-bottom: 2px solid #e3e3e3;
}

.txtindent2 {
    text-indent: -1.75em !important;
    padding-left: 1.75em !important;
    margin: 0 1.55em 1.0em !important;
    font-size: 13px;
}
.txtindent2 span {
    padding-right: 0.5em;
}

.txtindent3 {
    text-indent: -1.0em !important;
    padding-left: 1.0em !important;
    margin: 0 1.55em 1.0em !important;
    font-size: 13px;
}

.txtindent4 {
    text-indent: -1.0em !important;
    padding-left: 1.0em !important;
    margin: 0.5em 1.55em 1.0em !important;
    font-size: 13px;
}

@media only screen and (min-width:769px) {
    .txtindent2 {
        font-size: 14px;
    }
    
    .txtindent3 {
        font-size: 14px;
    }

    .txtindent4 {
        font-size: 14px;
    }
}


.caution_area {
    padding-bottom: 40px;
}

.caution_ttl {
    font-size: 17px;
    font-weight: 700;
    padding: 40px 0 10px;
}

.caution_subttl {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
}
.caution_item {
    font-size: 14px;
    text-indent: -1.0em;
    padding-left: 1.0em;
}

@media only screen and (min-width:769px) {

    .caution_ttl {
        font-size: 20px;
    }
    
    .caution_subttl {
        font-size: 20px;
    }
    .caution_item {
        font-size: 15px;
    }
}


_:lang(x)+_:-webkit-full-screen-document, .header_menu_link li {
    font-size: 16px;
}

