@charset "UTF-8";
#fmandh .container {
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 769px) {
    .hidden-pc {
        display: none;
    }
}

@media (max-width: 769px) {
    .hidden-sp {
        display: none;
    }
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.container {
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

#fmandh * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#fmandh *:before,
#fmandh *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#fmandh .topp_title {
    background: url("../img/denshoyaku/fmandh/toppage_title_bg.png") center
        center no-repeat;
    background-size: cover;
    height: 267px;
    position: relative;
}

#fmandh .main_title {
    width: 370px;
    height: 107px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 39px;
    font-weight: bold;
    background: #fff;
    padding-top: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #616057;
    border-top: 1px solid #616057;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

#fmandh .main_title span {
    display: block;
    font-size: 11px;
    position: relative;
    top: -9px;
}

#fmandh .main_title::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 98px;
    border-top: 2px solid #616057;
    top: 4px;
    border-bottom: 2px solid #616057;
}

#fmandh .secp_title {
    background: url("../img/denshoyaku/fmandh/subpage_title_bg.png") center
        center no-repeat;
    background-size: cover;
    height: 88px;
    position: relative;
}

#fmandh .secp_title .main_title {
    height: 69px;
    width: 238px;
    font-size: 26px;
    padding-top: 8px;
    top: 50%;
    left: auto;
    transform: translate(0, -50%);
    box-shadow: none;
}

#fmandh .secp_title .main_title span {
    font-size: 10px;
    position: relative;
    top: -8px;
}

#fmandh .secp_title .main_title::before {
    height: 62px;
    top: 3px;
}

#fmandh_main {
    text-align: left;
    margin-bottom: 100px;
}

#fmandh_main .top_content_title_area {
    margin: 15px 0;
}

#fmandh_main .subpage_content_title_area {
    padding: 35px 0 38px;
    border-top: 3px solid #616057;
    border-bottom: 1px solid #616057;
    position: relative;
}

#fmandh_main .subpage_content_title_area:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #616057;
    top: 3px;
}

#fmandh_main .title_area .content_title {
    font-size: 40px;
    position: relative;
    display: table;
    margin: 0 auto;
}

#fmandh_main .title_area .content_title::before {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 48px;
    background: url("../img/denshoyaku/fmandh/title_brackets_left.png");
    left: -50px;
    top: 7px;
}

#fmandh_main .title_area .content_title::after {
    display: block;
    content: "";
    position: absolute;
    width: 16px;
    height: 48px;
    background: url("../img/denshoyaku/fmandh/title_brackets_right.png");
    right: -50px;
    top: 7px;
}

#fmandh_main .title_area .content_subtitle {
    color: #8c8034;
    font-size: 16px;
    text-align: center;
}

#fmandh_main .content_desc {
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
    background: url("../img/denshoyaku/fmandh/subtitle_bg.png") no-repeat center
        center;
}

#fmandh_main .content_desc p {
    margin-bottom: 13px;
}

.to_content_area {
    background: url("../img/denshoyaku/fmandh/contents_area_bg.png") center
        center no-repeat;
    background-size: cover;
    padding: 27px 0 40px;
}

.to_content_area .tc_title {
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.to_content_area .tc_title::after {
    display: block;
    content: "";
    position: absolute;
    width: 67px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/denshoyaku/fmandh/title_underline.png") center
        center no-repeat;
}

.to_content_area .circle_btn_area {
    margin: 0 -20px;
}

.to_content_area .circle_btn_area ul {
    display: flex;
}

.to_content_area .circle_btn_area ul li {
    margin: 0 16px;
    position: relative;
}

.to_content_area .circle_btn_area ul li .cba_circle .cba_img img {
    width: auto;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

.to_content_area .circle_btn_area ul li .cba_circle .cba_text {
    position: absolute;
    height: 102px;
    width: 320px;
    top: 227px;
    left: 50%;
    color: #fff;
    transform: translateX(-50%);
}

.to_content_area .circle_btn_area ul li .cba_circle .cba_text .cba_num {
    color: #e7e4cf;
}

.to_content_area .circle_btn_area ul li .cba_circle .cba_text .cba_title {
    font-size: 20px;
    line-height: 25px;
    padding-top: 5px;
}

.to_content_area .circle_btn_area ul li .cba_circle::after {
    display: block;
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 0;
    right: 60px;
    background: url("../img/denshoyaku/fmandh/toright_arrow.png") no-repeat
        center center;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

.to_content_area .circle_btn_area ul li .cba_circle.page_current .cba_img img {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);
    -o-filter: brightness(75%);
    -ms-filter: brightness(75%);
}

.to_content_area .circle_btn_area ul li .cba_circle.page_current::after {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);
    -o-filter: brightness(75%);
    -ms-filter: brightness(75%);
}

.to_content_area .circle_btn_area ul a {
    display: block;
    border-radius: 60%;
}

.to_content_area .circle_btn_area ul a:hover .cba_circle .cba_img img {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);
    -o-filter: brightness(75%);
    -ms-filter: brightness(75%);
}

.to_content_area .circle_btn_area ul a:hover .cba_circle::after {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
    -moz-filter: brightness(75%);
    -o-filter: brightness(75%);
    -ms-filter: brightness(75%);
}

.content_title_line {
    border-top: 3px solid #616057;
    border-bottom: 1px solid #616057;
    position: relative;
    padding: 37px 0;
    margin-bottom: 50px !important;
}

.content_title_line::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #616057;
    position: absolute;
    top: 3px;
}

.to_topics_area {
    padding: 30px 0;
    border: 1px solid #8c8034;
    border-radius: 10px;
    margin-bottom: 30px;
}

.to_topics_area table {
    width: 100%;
    margin: 0;
    border: none;
}

.to_topics_area table th {
    border-left: none;
    border-bottom: none;
    background: none;
    vertical-align: middle;
    border-right: 1px solid #8c8034;
    font-size: 20px;
    text-align: center;
    width: 320px;
    font-weight: bold;
}

.to_topics_area table td {
    border: none;
    padding: 0 40px;
}

.to_topics_area table td .to_topic_box {
    margin-bottom: 18px;
}

.to_topics_area table td .to_topic_box:last-child {
    margin-bottom: 0;
}

.to_topics_area table td .to_topic_box:after {
    display: table;
    content: "";
    clear: both;
}

.to_topics_area table td .to_topic_box .to_topic_imgL {
    float: left;
    padding-right: 25px;
}

.to_topics_area table td .to_topic_box .to_topic_imgR {
    float: right;
}

.to_topics_area table td .to_topic_box .to_topic_area {
    float: left;
    width: 450px;
}

.to_topics_area table td .to_topic_box .to_topic_area dt {
    padding: 5px;
}

.to_topics_area table td .to_topic_box .to_topic_area dt a {
    padding: 5px 0 5px 30px;
    font-size: 20px;
    position: relative;
}

.to_topics_area table td .to_topic_box .to_topic_area dt a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/denshoyaku/fmandh/link_bigarrow.png") no-repeat
        center center;
}

.to_topics_area table td .to_topic_box .to_topic_area dd {
    padding: 2px 5px 5px;
    font-size: 14px;
    line-height: 26px;
}

.fmah_footNav {
    background: url("../img/denshoyaku/fmandh/footermanu_bgimg.png") no-repeat
        center right #665e29;
}

.fmah_footNav nav {
    padding: 80px 0;
}

.fmah_footNav nav ul {
    display: flex;
    margin: 0 -13px;
}

.fmah_footNav nav ul li {
    margin: 0 13px;
    background: #999263;
    width: 33.33333333%;
    text-align: left;
    position: relative;
}

.fmah_footNav nav ul li::after {
    position: absolute;
    display: block;
    content: "";
    width: 0%;
    height: 100%;
    background: #7d7850;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

.fmah_footNav nav ul li:hover::after {
    width: 100%;
}

.fmah_footNav nav ul li a {
    display: block;
    position: relative;
    padding: 12px 25px;
    z-index: 10;
}

.fmah_footNav nav ul li a .link_title {
    font-size: 20px;
    color: #fff;
}

.fmah_footNav nav ul li a .link_subtitle {
    font-size: 12px;
    color: #f5eda8;
}

.fmah_footNav nav ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

.fmah_footNav nav ul li a:hover::before {
    right: 15px;
}

.fmah_footNav nav ul li.page_current a {
    pointer-events: none;
}

.fmah_footNav nav ul li.page_current a .link_title {
    color: #bbb;
}

.fmah_footNav nav ul li.page_current a .link_subtitle {
    color: #ccc590;
}

.fmah_footNav nav ul li.page_current::after {
    width: 100%;
}

.topics_area {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
    font-weight: bold;
}

.topics_area .topics_box {
    width: 50%;
    margin: 0 10px;
    background: #fff;
    border-radius: 5px;
    padding: 15px 0;
}

.topics_area .topics_box .tpcs_title {
    display: table-cell;
    border-right: 1px solid #8c8034;
    vertical-align: middle;
    width: 152px;
    height: 60px;
}

.topics_area .topics_box .tpcs_link {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}

.topics_area .topics_box .tpcs_link a {
    display: block;
    position: relative;
    padding-left: 20px;
    text-align: left;
    margin: 5px 0;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
}

.topics_area .topics_box .tpcs_link a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    background: url("../img/denshoyaku/fmandh/link_arrow.png") no-repeat center
        center;
}

.topics_area .topics_box .tpcs_link a:hover {
    text-decoration: underline;
}

.topics_area .topics_box .tpcs_link a:hover::before {
    left: 5px;
}

.topics_area .topics_box .tpcs_link span.page_current {
    color: #999;
    display: block;
    position: relative;
    padding-left: 20px;
    text-align: left;
    margin: 5px 0;
    background: url("../img/denshoyaku/fmandh/link_arrow.png") no-repeat center
        left;
}

.imgR,
.imgL,
.solo,
.dlandimg_area,
.bigdl_area {
    margin-bottom: 15px;
}

.imgR::after,
.imgL::after,
.solo::after,
.dlandimg_area::after,
.bigdl_area::after {
    display: table;
    content: "";
    clear: both;
}

.imgR .article_area h3,
.imgL .article_area h3,
.solo .article_area h3,
.dlandimg_area .article_area h3,
.bigdl_area .article_area h3 {
    font-size: 26px;
    font-weight: bold;
    color: #665b14;
    position: relative;
    padding-left: 30px;
}

.imgR .article_area h3::before,
.imgL .article_area h3::before,
.solo .article_area h3::before,
.dlandimg_area .article_area h3::before,
.bigdl_area .article_area h3::before {
    display: block;
    content: "●";
    font-size: 17px;
    top: 7px;
    left: 2px;
    position: absolute;
}

.imgR .article_area .article_box,
.imgL .article_area .article_box,
.solo .article_area .article_box,
.dlandimg_area .article_area .article_box,
.bigdl_area .article_area .article_box {
    text-align: left;
    line-height: 32px;
    font-size: 16px;
    padding-top: 12px;
}

.imgR .article_img_area {
    float: right;
    margin-left: 50px;
    width: 450px;
    padding: 10px 0;
}

.imgR .article_area {
    float: left;
    width: 540px;
}

.imgL .article_img_area {
    float: left;
    margin-right: 50px;
    padding: 10px 0;
    width: 450px;
    padding: 10px 0;
}

.imgL .article_area {
    float: right;
    width: 540px;
}

.separate_line {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 50px;
}

.separate_line::before {
    display: block;
    content: "";
    position: absolute;
    border-bottom: 1px solid #665b14;
    width: 80px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.column_area {
    background: #f5f3e4;
    border: 1px solid #8c8034;
    padding: 18px 0px 18px 22px;
    margin: 40px 0;
}

.topic_word_area {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

.topic_word_area .topic_word_box {
    width: calc(50% - 40px);
    margin: 0 20px 20px;
}

.topic_word_area .topic_word_box h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 27px;
    color: #665b14;
    background: #e8e6d6;
}

.topic_word_area .topic_word_box .topic_word_desc {
    font-size: 16px;
    line-height: 32px;
    padding: 13px 17px;
}

.columnol_area {
    display: table;
    width: 100%;
    border-top: 1px solid #8c8034;
    border-bottom: 1px solid #8c8034;
    padding: 30px 0;
    background: #f5f3e4;
}

.columnol_area .columnol_title,
.columnol_area .columnol_ol {
    display: table-cell;
}

.columnol_area .columnol_title {
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    color: #665b14;
    width: 280px;
}

.columnol_area .columnol_ol ol {
    font-size: 16px;
}

.columnol_area .columnol_ol ol li {
    list-style-type: none;
    padding-left: 45px;
    padding-right: 25px;
    margin-bottom: 8px;
    position: relative;
    counter-increment: number;
}

.columnol_area .columnol_ol ol li::before {
    content: counter(number) ".";
    color: #665b14;
    font-weight: bold;
    left: 0;
    position: absolute;
}

.dlandimg_area::after {
    display: table;
    content: "";
    clear: both;
}

.dlandimg_area .dlandimg_ol {
    width: 500px;
    float: left;
    margin-top: 20px;
}

.dlandimg_area .dlandimg_ol dt {
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 27px;
    line-height: 50px;
    color: #665b14;
    background: #e8e6d6;
}

.dlandimg_area .dlandimg_ol dd {
    font-size: 16px;
    line-height: 32px;
    padding: 13px 17px;
    margin-bottom: 20px;
}

.dlandimg_area .dlandimg_ol dd:last-child {
    margin-bottom: 0;
}

.dlandimg_area .dlandimg_img {
    float: right;
    margin-top: 20px;
}

.bigdl_area .bigdl_subtitle {
    margin: 20px 0;
    font-weight: bold;
    color: #8c8034;
    font-size: 18px;
}

.bigdl_area .bigdl_list {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

.bigdl_area .bigdl_list dl {
    margin: 0 20px 20px;
    counter-increment: number;
    width: 500px;
}

.bigdl_area .bigdl_list dt {
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 70px;
    line-height: 50px;
    color: #333333;
    background: #e8e6d6;
    position: relative;
}

.bigdl_area .bigdl_list dt::before {
    content: counter(number);
    font-weight: bold;
    text-align: center;
    left: 0;
    top: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #8c8034;
}

.bigdl_area .bigdl_list dd {
    font-size: 16px;
    line-height: 32px;
    padding: 13px 17px;
    margin-bottom: 20px;
}

.bigdl_area .bigdl_list dd:last-child {
    margin-bottom: 0;
}

#fmandh .main_title.sofm {
    width: 450px;
}

#fmandh_main .top_content_title_area {
    margin-bottom: 0;
}

#fmandh_main .content_desc.noimage {
    background-color: transparent;
    background-image: none;
}

#fmandh_main .sofm_content_title {
    margin-top: 50px;
}

.sofm_table table {
    width: 820px;
    margin: 0 auto 30px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
}

.sofm_table table th,
.sofm_table table td {
    border: 1px solid #8c8034;
}

.sofm_table table tbody tr td,
.sofm_table table tbody tr th {
    border-bottom: none;
}

.sofm_table table tbody tr:first-child th:first-child {
    border-radius: 5px 0 0 0;
}

.sofm_table table tbody tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
}

.sofm_table table tbody tr:last-child th:first-child {
    border-bottom: 1px solid #8c8034;
    /* border-radius: 0 0 0 5px; */
}

.sofm_table table tbody tr:last-child td:last-child {
    border-bottom: 1px solid #8c8034;
    border-radius: 0 0 5px 0;
}

.sofm_table table th {
    background: rgba(140, 128, 52, 0.13);
    width: 210px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    border-right: none;
}

.sofm_table table th p.rubi {
    font-size: 13px;
}

.sofm_table table td {
    padding: 20px 30px;
    font-size: 14px;
    line-height: 26px;
}

.sofm_table caption {
    caption-side: bottom;
    margin-top: 15px;
    text-align: right;
}

.sec_content_title_area .title_area .sec_content_title {
    position: relative;
    font-size: 26px;
    display: table;
    margin: 60px auto 40px;
    font-weight: bold;
}

.sec_content_title_area .title_area .sec_content_title::before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    top: 50%;
    left: -50px;
    border-top: 1px solid #8c8034;
}

.sec_content_title_area .title_area .sec_content_title::after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    top: 50%;
    right: -50px;
    border-top: 1px solid #8c8034;
}

.roundbox_area {
    width: 820px;
    margin: 0 auto 30px;
}

.roundbox_area ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.roundbox_area ul li {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    border: 4px solid #dcd9c2;
    border-radius: 5px;
}

.roundbox_area ul li .roundbox_title {
    background: linear-gradient(
        180deg,
        #fff 0%,
        #fff 70%,
        #f0efe5 70%,
        #f0efe5 92%,
        #fff 92%,
        #fff 100%
    );
    display: table;
    margin: 0 auto;
    padding: 25px 5px 0;
    font-size: 20px;
}

.roundbox_area ul li .roundbox_content {
    font-size: 15px;
    padding: 15px 30px 25px;
    line-height: 27px;
}

.solo .center_img {
    text-align: center;
    margin: 20px 0;
}

.cont_topics_desc_area {
    background: #f6f3e4;
    border: 4px solid #d1ccae;
    padding: 25px 25px 25px 40px;
    margin: 50px 0;
}

.cont_topics_desc_area::after {
    display: table;
    content: "";
    clear: both;
}

.cont_topics_desc_area .cont_topics_title_area {
    float: left;
    width: 470px;
    margin-bottom: 30px;
}

.cont_topics_desc_area .cont_topics_title_area .cont_topics_title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
    color: #333;
    padding-top: 20px;
}

.cont_topics_desc_area .cont_topics_title_area .cont_topics_subtitle {
    font-size: 18px;
    color: #8c8034;
}

.cont_topics_desc_area .cont_topics_desc {
    float: left;
    width: 470px;
    font-size: 16px;
    line-height: 32px;
}

.cont_topics_desc_area .cont_topics_img_area {
    float: right;
    width: 450px;
    margin-top: 3%;
}

@media screen and (max-width: 769px) {
    #fmandh .container {
        width: auto;
        padding: 0 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .mb20 {
        margin-bottom: 20px;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mb40 {
        margin-bottom: 40px;
    }

    .mb50 {
        margin-bottom: 50px;
    }

    .mb60 {
        margin-bottom: 60px;
    }

    .mb70 {
        margin-bottom: 70px;
    }

    .mb80 {
        margin-bottom: 80px;
    }

    .mb90 {
        margin-bottom: 90px;
    }

    .container {
        width: auto;
        padding: 0 15px;
        margin-right: auto;
        margin-left: auto;
    }

    #fmandh * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #fmandh *:before,
    #fmandh *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #fmandh .topp_title {
        background: url("../img/denshoyaku/fmandh/toppage_title_bg.png") center
            center no-repeat;
        background-size: cover;
        height: 150px;
        position: relative;
    }

    #fmandh .main_title {
        width: 220px;
        height: 90px;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        background: #fff;
        padding-top: 14px;
        vertical-align: middle;
        border-bottom: 1px solid #616057;
        border-top: 1px solid #616057;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
    }

    #fmandh .main_title span {
        display: block;
        font-size: 11px;
        position: relative;
        top: -2px;
    }

    #fmandh .main_title::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 84px;
        border-top: 2px solid #616057;
        top: 2px;
        border-bottom: 2px solid #616057;
    }

    #fmandh .secp_title {
        background: url("../img/denshoyaku/fmandh/subpage_title_bg.png") center
            center no-repeat;
        background-size: cover;
        height: 88px;
        position: relative;
    }

    #fmandh .secp_title .main_title {
        height: 69px;
        width: 220px;
        font-size: 24px;
        padding-top: 8px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: none;
    }

    #fmandh .secp_title .main_title span {
        font-size: 10px;
        position: relative;
        top: -8px;
    }

    #fmandh .secp_title .main_title::before {
        height: 62px;
        top: 3px;
    }

    #fmandh_main {
        text-align: left;
    }

    #fmandh_main .top_content_title_area {
        margin: 35px 0;
    }

    #fmandh_main .subpage_content_title_area {
        padding: 35px 0 38px;
        border-top: 3px solid #616057;
        border-bottom: 1px solid #616057;
        position: relative;
    }

    #fmandh_main .subpage_content_title_area:before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #616057;
        top: 3px;
    }

    #fmandh_main .title_area .content_title {
        font-size: 24px;
        position: relative;
        display: table;
        margin: 0 auto;
    }

    #fmandh_main .title_area .content_title::before {
        display: block;
        content: "";
        position: absolute;
        width: 12px;
        height: 36px;
        background: url("../img/denshoyaku/fmandh/title_brackets_left.png");
        left: -25px;
        top: 2px;
        background-size: cover;
    }

    #fmandh_main .title_area .content_title::after {
        display: block;
        content: "";
        position: absolute;
        width: 12px;
        height: 36px;
        background: url("../img/denshoyaku/fmandh/title_brackets_right.png");
        right: -25px;
        top: 2px;
        background-size: cover;
    }

    #fmandh_main .title_area .content_title.norotitle {
        text-align: center;
    }

    #fmandh_main .title_area .content_title.norotitle::before {
        top: 17px;
    }

    #fmandh_main .title_area .content_title.norotitle::after {
        top: 17px;
    }

    #fmandh_main .title_area .content_subtitle {
        color: #8c8034;
        font-size: 16px;
        text-align: center;
    }

    #fmandh_main .content_desc {
        text-align: center;
        padding: 20px 0;
        margin-bottom: 40px;
        font-size: 14px;
        background: url("../img/denshoyaku/fmandh/subtitle_bg.png") no-repeat
            center center;
    }

    #fmandh_main .content_desc p {
        margin-bottom: 13px;
    }

    .to_content_area {
        background: url("../img/denshoyaku/fmandh/contents_area_bg.png") center
            center no-repeat;
        background-size: cover;
        padding: 27px 0 40px;
    }

    .to_content_area .tc_title {
        font-size: 24px;
        font-weight: normal;
        padding-bottom: 10px;
        margin-bottom: 20px;
        position: relative;
        text-align: center;
    }

    .to_content_area .tc_title::after {
        display: block;
        content: "";
        position: absolute;
        width: 67px;
        height: 2px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: url("../img/denshoyaku/fmandh/title_underline.png") center
            center no-repeat;
    }

    .to_content_area .circle_btn_area ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -10px;
    }

    .to_content_area .circle_btn_area ul li {
        margin: 0 5px 15px;
        position: relative;
        width: calc(50% - 10px);
    }

    .to_content_area .circle_btn_area ul li .cba_circle .cba_img img {
        width: auto;
    }

    .to_content_area .circle_btn_area ul li .cba_circle .cba_text {
        position: absolute;
        text-align: center;
        height: 50px;
        width: 100%;
        left: 50%;
        color: #fff;
        transform: translateX(-50%);
    }

    .to_content_area .circle_btn_area ul li .cba_circle .cba_text .cba_num {
        color: #e7e4cf;
        font-size: 10px;
    }

    .to_content_area .circle_btn_area ul li .cba_circle .cba_text .cba_title {
        font-size: 12px;
        line-height: 15px;
        padding-top: 4px;
    }

    .to_content_area .circle_btn_area ul li .cba_circle::after {
        display: block;
        content: "";
        width: 25px;
        height: 25px;
        position: absolute;
        bottom: 0;
        right: 15%;
        background: url("../img/denshoyaku/fmandh/toright_arrow.png") no-repeat
            center center;
        background-size: cover;
    }

    .to_content_area
        .circle_btn_area
        ul
        li
        .cba_circle.page_current
        .cba_img
        img {
        filter: brightness(75%);
        -webkit-filter: brightness(75%);
        -moz-filter: brightness(75%);
        -o-filter: brightness(75%);
        -ms-filter: brightness(75%);
    }

    .to_content_area .circle_btn_area ul li .cba_circle.page_current::after {
        filter: brightness(75%);
        -webkit-filter: brightness(75%);
        -moz-filter: brightness(75%);
        -o-filter: brightness(75%);
        -ms-filter: brightness(75%);
    }

    .to_content_area .circle_btn_area ul a {
        display: block;
        border-radius: 60%;
    }

    .to_content_area .circle_btn_area ul a:hover .cba_circle .cba_img img {
        filter: brightness(75%);
        -webkit-filter: brightness(75%);
        -moz-filter: brightness(75%);
        -o-filter: brightness(75%);
        -ms-filter: brightness(75%);
    }
    .content_title_line {
        border-top: 3px solid #616057;
        border-bottom: 1px solid #616057;
        position: relative;
        padding: 37px 0;
        margin-bottom: 50px !important;
    }

    .content_title_line::before {
        display: block;
        width: 100%;
        content: "";
        border-top: 1px solid #616057;
        position: absolute;
        top: 3px;
    }

    .to_topics_area {
        padding: 10px 15px;
        border: 1px solid #8c8034;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .to_topics_area table {
        width: 100%;
        margin: 0;
        border: none;
    }

    .to_topics_area table th {
        border-left: none;
        border-right: none;
        background: none;
        vertical-align: middle;
        border-bottom: 1px solid #8c8034;
        font-size: 18px;
        text-align: center;
        width: 100%;
        font-weight: bold;
        display: block;
    }

    .to_topics_area table td {
        border: none;
        display: block;
        padding: 12px 0px;
    }

    .to_topics_area table td .to_topic_box {
        margin-top: 20px;
        padding-top: 30px;
        margin-bottom: 0;
        border-top: 1px solid #8c8034;
    }

    .to_topics_area table td .to_topic_box:first-child {
        margin-bottom: 18px;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .to_topics_area table td .to_topic_box:after {
        display: table;
        content: "";
        clear: both;
    }

    .to_topics_area table td .to_topic_box .to_topic_imgL {
        text-align: center;
        margin-bottom: 10px;
        float: unset;
        padding-right: unset;
    }

    .to_topics_area table td .to_topic_box .to_topic_imgR {
        text-align: center;
        margin-bottom: 10px;
    }

    .to_topics_area table td .to_topic_box .to_topic_area {
        width: 100%;
    }

    .to_topics_area table td .to_topic_box .to_topic_area dt {
        display: table;
        margin: 15px auto 10px;
    }

    .to_topics_area table td .to_topic_box .to_topic_area dt a {
        padding: 5px 0 5px 30px;
        font-size: 20px;
        position: relative;
        display: block;
    }

    .to_topics_area table td .to_topic_box .to_topic_area dt a span {
        display: block;
    }

    .to_topics_area table td .to_topic_box .to_topic_area dt a::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        background: url("../img/denshoyaku/fmandh/link_bigarrow.png") no-repeat
            center center;
    }

    .to_topics_area table td .to_topic_box .to_topic_area dd {
        padding: 2px 5px 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .fmah_footNav {
        background: url("../img/denshoyaku/fmandh/footermanu_bgimg.png")
            no-repeat center right #665e29;
    }

    .fmah_footNav nav {
        padding: 20px 0;
    }

    .fmah_footNav nav ul {
        display: block;
    }

    .fmah_footNav nav ul li {
        margin: 10px 0;
        background: #999263;
        text-align: left;
        padding: 12px 25px;
        width: auto;
    }

    .fmah_footNav nav ul li a {
        display: block;
        position: relative;
    }

    .fmah_footNav nav ul li a .link_title {
        font-size: 20px;
        color: #fff;
    }

    .fmah_footNav nav ul li a .link_subtitle {
        font-size: 12px;
        color: #f5eda8;
    }

    .fmah_footNav nav ul li a::before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: -3px;
        transform: translateY(-50%) rotate(45deg);
        width: 15px;
        height: 15px;
        border-top: #fff 1px solid;
        border-right: #fff 1px solid;
    }

    .fmah_footNav nav ul li.page_current {
        background: #7d7850;
    }

    .fmah_footNav nav ul li.page_current a {
        pointer-events: none;
    }

    .fmah_footNav nav ul li.page_current a .link_title {
        color: #bbb;
    }

    .fmah_footNav nav ul li.page_current a .link_subtitle {
        color: #ccc590;
    }

    .topics_area {
        margin-top: 40px;
        margin-left: unset;
        margin-right: unset;
        font-weight: bold;
        display: block;
    }

    .topics_area .topics_box {
        width: 100%;
        margin: 0 0 15px;
        background: #fff;
        border-radius: 5px;
        padding: 10px 15px;
    }

    .topics_area .topics_box .tpcs_title {
        display: block;
        border-bottom: 1px solid #8c8034;
        text-align: center;
        border-right: unset;
        width: auto;
        height: auto;
    }

    .topics_area .topics_box .tpcs_link {
        display: block;
        vertical-align: middle;
        padding-left: 30px;
    }

    .topics_area .topics_box .tpcs_link a {
        display: block;
        position: relative;
        padding-left: 20px;
        text-align: left;
        margin: 5px 0;
    }

    .topics_area .topics_box .tpcs_link a::before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background: url("../img/denshoyaku/fmandh/link_arrow.png") no-repeat
            center center;
    }

    .topics_area .topics_box .tpcs_link span.page_current {
        color: #999;
        display: block;
        position: relative;
        padding-left: 20px;
        text-align: left;
        margin: 5px 0;
        background: url("../img/denshoyaku/fmandh/link_arrow.png") no-repeat
            center left;
    }

    .imgR,
    .imgL,
    .solo,
    .dlandimg_area,
    .bigdl_area {
        margin-bottom: 15px;
    }

    .imgR::after,
    .imgL::after,
    .solo::after,
    .dlandimg_area::after,
    .bigdl_area::after {
        display: table;
        content: "";
        clear: both;
    }

    .imgR .article_area h3,
    .imgL .article_area h3,
    .solo .article_area h3,
    .dlandimg_area .article_area h3,
    .bigdl_area .article_area h3 {
        font-size: 20px;
        font-weight: bold;
        color: #665b14;
        position: relative;
        padding-left: 25px;
    }

    .imgR .article_area h3::before,
    .imgL .article_area h3::before,
    .solo .article_area h3::before,
    .dlandimg_area .article_area h3::before,
    .bigdl_area .article_area h3::before {
        display: block;
        content: "●";
        font-size: 17px;
        top: 3px;
        left: 2px;
        position: absolute;
    }

    .imgR .article_area .article_box,
    .imgL .article_area .article_box,
    .solo .article_area .article_box,
    .dlandimg_area .article_area .article_box,
    .bigdl_area .article_area .article_box {
        text-align: left;
        line-height: 24px;
        font-size: 14px;
        padding-top: 12px;
    }

    .imgR .article_img_area {
        display: block;
        width: auto;
        padding: 10px 0;
    }

    .imgR .article_area {
        display: block;
        width: auto;
    }

    .imgL .article_img_area {
        display: block;
        padding: 10px 0;
        width: auto;
        padding: 10px 0;
    }

    .imgL .article_area {
        display: block;
        width: auto;
    }

    .separate_line {
        padding-bottom: 30px;
        position: relative;
        margin-bottom: 40px;
    }

    .separate_line::before {
        display: block;
        content: "";
        position: absolute;
        border-bottom: 1px solid #665b14;
        width: 80px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .column_area {
        background: #f5f3e4;
        border: 1px solid #8c8034;
        padding: 10px;
        margin: 40px 0;
        font-size: 12px;
    }

    .topic_word_area {
        margin-bottom: 40px;
    }

    .topic_word_area .topic_word_box {
        width: 100%;
        margin: 0 0 20px;
    }

    .topic_word_area .topic_word_box h4 {
        font-size: 16px;
        font-weight: bold;
        padding: 5px 10px;
        color: #665b14;
        background: #e8e6d6;
    }

    .topic_word_area .topic_word_box .topic_word_desc {
        font-size: 14px;
        line-height: 24px;
        padding: 13px 10px;
    }

    .columnol_area {
        display: block;
        width: 100%;
        border-top: 1px solid #8c8034;
        border-bottom: 1px solid #8c8034;
        padding: 10px;
        background: #f5f3e4;
    }

    .columnol_area .columnol_title,
    .columnol_area .columnol_ol {
        display: block;
    }

    .columnol_area .columnol_title {
        text-align: center;
        vertical-align: middle;
        font-size: 24px;
        color: #665b14;
        width: auto;
        padding-bottom: 10px;
        border-bottom: 1px dotted #8c8034;
        margin-bottom: 20px;
    }

    .columnol_area .columnol_ol ol {
        font-size: 14px;
    }

    .columnol_area .columnol_ol ol li {
        list-style-type: none;
        padding-left: 35px;
        padding-right: 10px;
        margin-bottom: 8px;
        position: relative;
        counter-increment: number;
    }

    .columnol_area .columnol_ol ol li::before {
        content: counter(number) ".";
        color: #665b14;
        font-weight: bold;
        left: 10px;
        position: absolute;
    }

    .dlandimg_area::after {
        display: table;
        content: "";
        clear: both;
    }

    .dlandimg_area .dlandimg_ol {
        width: auto;
        margin-top: 20px;
    }

    .dlandimg_area .dlandimg_ol dt {
        height: 40px;
        font-size: 16px;
        font-weight: bold;
        padding: 0 15px;
        line-height: 40px;
        color: #665b14;
        background: #e8e6d6;
    }

    .dlandimg_area .dlandimg_ol dd {
        font-size: 14px;
        line-height: 25px;
        padding: 15px 10px;
        margin-bottom: 15px;
    }

    .dlandimg_area .dlandimg_img {
        margin-top: 20px;
    }

    .bigdl_area .bigdl_subtitle {
        margin: 20px 0;
        font-weight: bold;
        color: #8c8034;
        font-size: 18px;
    }

    .bigdl_area .bigdl_list {
        margin: 0 -20px;
        display: flex;
        flex-wrap: wrap;
    }

    .bigdl_area .bigdl_list dl {
        margin: 0 20px 20px;
        counter-increment: number;
        width: 500px;
    }

    .bigdl_area .bigdl_list dt {
        height: 40px;
        font-size: 18px;
        font-weight: bold;
        padding-left: 50px;
        line-height: 40px;
        color: #333333;
        background: #e8e6d6;
        position: relative;
    }

    .bigdl_area .bigdl_list dt::before {
        content: counter(number);
        font-weight: bold;
        text-align: center;
        left: 0;
        top: 0;
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #8c8034;
    }

    .bigdl_area .bigdl_list dd {
        font-size: 14px;
        line-height: 25px;
        padding: 15px 10px;
        margin-bottom: 0px;
    }

    #fmandh .main_title.sofm {
        width: 280px;
    }

    #fmandh_main .top_content_title_area {
        margin-bottom: 0;
    }

    #fmandh_main .content_desc.noimage {
        background-color: transparent;
        background-image: none;
    }

    .sofm_table table {
        width: auto;
        margin: 0 auto 15px;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 10px;
    }

    .sofm_table table th,
    .sofm_table table td {
        border: 1px solid #8c8034;
        display: block;
        width: 100%;
    }

    .sofm_table table th {
        background: rgba(140, 128, 52, 0.13);
        vertical-align: middle;
        text-align: center;
        font-size: 16px;
        border-radius: 5px 5px 0 0;
        border-bottom: none;
    }

    .sofm_table table th p.rubi {
        font-size: 11px;
    }

    .sofm_table table td {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 26px;
        border-radius: 0 0 5px 5px;
        margin-bottom: 15px;
    }

    .sofm_table table tr:last-child td {
        margin-bottom: 0;
    }

    .sofm_table caption {
        caption-side: bottom;
        margin-top: 5px;
        text-align: left;
    }

    .sec_content_title_area .title_area .sec_content_title {
        position: relative;
        font-size: 21px;
        display: table;
        margin: 20px auto 20px;
        font-weight: bold;
    }

    .sec_content_title_area .title_area .sec_content_title::before {
        position: absolute;
        display: block;
        content: "";
        width: 15px;
        top: 50%;
        left: -30px;
        border-top: 1px solid #8c8034;
    }

    .sec_content_title_area .title_area .sec_content_title::after {
        position: absolute;
        display: block;
        content: "";
        width: 15px;
        top: 50%;
        right: -30px;
        border-top: 1px solid #8c8034;
    }

    .roundbox_area {
        width: auto;
        margin: 0 auto 15px;
    }

    .roundbox_area ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .roundbox_area ul li {
        width: 100%;
        margin: 0 15px 15px;
        border: 4px solid #dcd9c2;
        border-radius: 5px;
    }

    .roundbox_area ul li .roundbox_title {
        background: linear-gradient(
            180deg,
            #fff 0%,
            #fff 70%,
            #f0efe5 70%,
            #f0efe5 92%,
            #fff 92%,
            #fff 100%
        );
        display: table;
        margin: 0 auto;
        padding: 15px 5px 0;
        font-size: 18px;
    }

    .roundbox_area ul li .roundbox_content {
        font-size: 14px;
        padding: 5px 15px 15px;
        line-height: 27px;
    }

    .solo .center_img {
        text-align: center;
        margin: 20px 0;
    }

    .cont_topics_desc_area {
        background: #f6f3e4;
        border: 4px solid #d1ccae;
        padding: 15px;
        margin: 50px 0;
    }

    .cont_topics_desc_area::after {
        display: table;
        content: "";
        clear: both;
    }

    .cont_topics_desc_area .cont_topics_title_area {
        margin-bottom: 30px;
    }

    .cont_topics_desc_area .cont_topics_title_area .cont_topics_title {
        font-size: 24px;
        margin-bottom: 5px;
        color: #333;
        padding-top: 5px;
    }

    .cont_topics_desc_area .cont_topics_title_area .cont_topics_subtitle {
        font-size: 14px;
        color: #8c8034;
    }

    .cont_topics_desc_area .cont_topics_desc {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .cont_topics_desc_area .cont_topics_img_area {
        margin-bottom: 20px;
    }
}

@media (max-width: 414px) {
    .to_content_area .circle_btn_area ul li .cba_circle .cba_text {
        bottom: 13px;
        top: unset;
    }
}

@media (max-width: 375px) {
    .to_content_area .circle_btn_area ul li .cba_circle .cba_text {
        bottom: 20px;
        -webkit-mask-image: url(/shop/user_data/packages/sphone/img/fmandh/content_menu_img03.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: left 81%;
        mask-position: center center;
        -webkit-mask-size: cover;
        background: #8c8034;
    }
    .to_content_area .circle_btn_area ul li .cba_circle.page_current .cba_text {
        background: #696027;
    }
}

@media (max-width: 320px) {
    .to_content_area .circle_btn_area ul li .cba_circle .cba_text {
        bottom: 12px;
        -webkit-mask-image: url(/shop/user_data/packages/sphone/img/fmandh/content_menu_img03.png);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: left -82px;
        mask-position: center center;
        -webkit-mask-size: cover;
        background: #8c8034;
    }
    .to_content_area .circle_btn_area ul li .cba_circle.page_current .cba_text {
        background: #696027;
    }
}

/* 追加 */
img {
    vertical-align: bottom;
    max-width: 100%;
}

a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#fmandh .to_content_area .container {
    text-align: center;
}
@media (min-width: 769px) {
    .content_desc p br {
        display: none;
    }
    #breadcrumb {
        margin: 0 auto;
        width: 1040px;
    }
}

@media (max-width: 769px) {
    .to_topics_area table td .to_topic_box .to_topic_imgL img,
    .to_topics_area table td .to_topic_box .to_topic_imgR img {
        width: auto;
    }
    .to_topics_area table td .to_topic_box .to_topic_imgR {
        float: unset;
    }
    .fmah_footNav nav ul {
        margin: 0;
    }
    .fmah_footNav nav ul li a {
        padding: unset;
    }

    #breadcrumb {
        display: none;
    }
    .imgR .article_img_area {
        float: unset;
        margin-left: unset;
    }
    .imgL .article_img_area {
        float: unset;
        margin-right: unset;
    }

    .article_img_area img {
        margin-top: 10px;
    }

    #fmandh_main {
        margin-bottom: 50px;
    }
    .cont_topics_desc_area .cont_topics_title_area {
        width: auto;
    }
    .cont_topics_desc_area .cont_topics_desc {
        width: auto;
    }
    .cont_topics_desc_area .cont_topics_img_area {
        width: auto;
    }
    .topic_word_area {
        margin: 0;
    }
    .sofm_table table tbody tr td {
        border-bottom: 1px solid #8c8034;
    }
    .sofm_table.mb90 {
        margin-bottom: unset !important;
    }
    .sec_content_title_area {
        margin-top: 50px;
    }
    .imgR.mb40 {
        margin-bottom: 15px !important;
    }
    .sofm_table table tbody tr:first-child th:first-child {
        border-radius: 5px 5px 0 0;
    }
    .sofm_table table tbody tr:first-child td:last-child {
        border-radius: 0 0 5px 5px;
    }
    .sofm_table table tbody tr:last-child th:first-child {
        border-bottom: unset;
    }
    .sofm_table table tbody tr:last-child td:last-child {
        border-radius: 0 0 5px 5px;
    }
}

@media screen and (max-width: 480px) {
    .to_content_area .circle_btn_area {
        margin: 0;
        padding: 0;
    }
}
