/* 展開表單 */
.accordion {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0px;
    width: 100%;
    clear: both;
    border-top: 1px solid #e0e0e0;
    display: inline-block;
}

[id*="open-accordion"],
[id*="close-accordion"] {
    display: block;
    font-size: 20px;
    font-weight: 550;
    line-height: 25px;
    color: #f6181c;
    background: #fff;
    padding: 10px 47px 10px 47px;
    position: relative;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    font-family: Agenda-Light, sans-serif;
}

.collapse_box {
    /*box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);*/
    margin: 20px auto;
    position: relative;
    z-index: 0;
    /*border: 1px solid transparent;
    border-width: 0 0 0 10px;
    border-image: linear-gradient(to bottom, rgb(246, 24, 28) 0%, rgb(0, 0, 0) 100%);
    border-image-slice: 1;*/
}

.collapse_box .border_color_L {
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(top, #f6181c, #000);
    background: -o-linear-gradient(top, #f6181c, #000);
    background: -moz-linear-gradient(top, #f6181c, #000);
    background: linear-gradient(top, #f6181c, #000);
    z-index: 0.5;
}

[id*="close-accordion"] {
    display: none;
}

.accordion a {
    color: #939393;
    font-size: 1.25em;
    font-weight: 500;
    padding-left: 2%;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.accordion a:hover {
    color: #939393;
    text-decoration: none;
    text-shadow: none;
}

[id*="open-accordion"]:after,
[id*="close-accordion"]:after {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, .3);
    position: absolute;
    right: 10px;
    top: 23px;
    z-index: 1;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
}

.target-fix {
    display: block;
    top: 0;
    left: 0;
    position: fixed;
}

.accordion-content {
    background: #FFF;
    color: #FFF;
    height: 0;
    margin: -1px auto 0px;
    padding: 0 2.5%;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}

.accordion-content .bg{background: #f9f9f9;text-align: center;}

.accordion-content img , #commodity_description p {
    /*font-size: 1.1em;
    color: #939393;
    line-height: 1.6em;*/
    width: 100%;
    height: auto;
    max-height: 1000px;
    display: inline-block;
    padding: 10px;
}

.accordion-content img{margin-left: -40px}

.accordion-content p b , #commodity_description p b {
    color: #d4031c;
}

.accordion-content p a {
    color: #d4031c;
    text-decoration: none;
    /*margin-left: -20px;*/
    font-size: 1em;
}

.accordion-content p a:hover   {
    text-decoration: underline;
    color: #d4031c;
    cursor: pointer;
}

.accordion span:target~.accordion-content {
    display: block;
    height: auto;
    padding-bottom: 25px;
    padding-top: 10px;
}

.accordion span:target~[id*="close-accordion"] {
    display: block;
}

.accordion span:target~[id*="open-accordion"] {
    display: none;
}

.accordion span:target~[id*="close-accordion"]:after {
    border-top: 7px solid #333;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
#commodity_description{margin-top: 50px;}
#commodity_description img{width: 100%;height: auto;}
#commodity_description h3{color: #e63122;text-align: center;margin-top: 50px;margin-bottom: 20px;clear: both;}
#commodity_description .bg, #commodity_description .bg_LT{border-bottom: 0px solid #e0e0e0;}
#commodity_description .bg_LT{font-weight: bold;}  
#commodity_description .border_BN{border-bottom: 1px solid #e0e0e0;padding-bottom: 10px;margin-bottom: 20px;}
.border_gray{width: 100%;border-bottom: 1px solid #e0e0e0;padding-bottom: 20px;margin-bottom: 0px;display: inline-block;}
a.commodity_label{color: #939393;padding: 3px 12px;border: 1px solid #939393;text-decoration: none;margin-right: 10px}
a.commodity_label:hover,a.commodity_label:focus,a.commodity_label.active{text-decoration: none;color: #FFF;background: #d4031c;border: 0px solid #939393;}
#list_bar_commodity {
    width: 100%;
    padding: 10px 0;
     margin: 0; 
    overflow: hidden;
    clear: both;
}
#list_bar_commodity .commodity_cash {
    float: left;
    width: 100%;
    margin: auto;
    display: inline-block;
    text-align: left;
}
#quantity_commodity {
    text-align: center;
    width: 70%;
    float: left;
    /* margin: 10px auto; */
    padding-left: 2px;
}
/* 展開表單 END */


.buy_link img{width: 39%;height: auto;margin: 5% 0;padding:0 5%; clear:both;display: inline-block;overflow: hidden;}
.buy_link-top{border-right: 3px solid #f2f3f4}  
.tel_box{font-size: 1.5em;line-height: 2.5em;text-align: center;width: 90%;border: 5px solid #ED1B2E;border-radius: 2em;color:#ED1B2E;font-weight: bold;margin: auto }  
.tel_box a{color:#ED1B2E;}
.font_txt{font-size: 1.7em;line-height: 1.5;font-weight: 400;margin-bottom: 30px}
.note_position{
    position: absolute;
    bottom: 11.5%;
    left: 11.7%;
    font-size: 0.9em;
    color: #455560;
}
.section1_position{position: absolute;top: 50%;left: 55.5%;font-size: 1.5em;color: #455560;line-height: 1.5;width: 38.5%;text-align: justify;}
.section1_digital{color: #FFF;font-size: 1.5em;font-weight: bolder;}
.section1_digital_top{position: absolute;top: 25.2%;left: 86.5%;}
.section1_digital_bottom{position: absolute;top: 33.5%;left: 86.5%;}
#red_box{font-size: 0.6em;
    text-align: center;
    background: #ED1B2E;
    border-radius: 2em;
    color: #FFF;
    font-weight: 400;
    margin-left: 10px;
    padding: 6px 15px;
    position: relative;
    top:-5px;}  
/*-- TABLE2024 --*/
table#miyazaki { 
  margin: 0 auto;
  border-collapse: collapse;
  font-weight: 500; 
  color: #44555f;
  text-rendering: optimizeLegibility;
  border-radius: 5px; 
  font-size: 1.25em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
table#miyazaki caption {    
  color: #444;
  margin: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left, center right; 
}

table#miyazaki thead th {
  background: #44555f;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;  
  color: #fff;
  font-weight: 600; 
  vertical-align: middle;
}
table#miyazaki thead th, table#miyazaki tbody td { 
  padding: .8rem; 
}

table#miyazaki tbody td:first-child, table#miyazaki thead th:first-child { 
  background: #44555f;
  border-bottom: 1px solid #fff;  
  color: #fff;
  font-size: 1.25em;
  font-weight: 600; 
  vertical-align: middle;
}
table#miyazaki thead th:nth-child(2) {
  background: #e5001f;
  border-bottom: 1px solid #fff;  
  color: #fff;
  font-size: 1.25em;
  font-weight: 600; 
  vertical-align: middle;  
}
table#miyazaki thead th:nth-child(3) {
  background: #e89600;
  border-bottom: 1px solid #fff;  
  color: #fff;
  font-size: 1.25em;
  font-weight: 600; 
  vertical-align: middle;  
}
table#miyazaki thead th:last-child { 
border-right: 0px solid #fff;
}
table#miyazaki tbody td { 
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}
table#miyazaki tbody td ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
table#miyazaki tbody td ul li{
    font-weight: bolder;
    text-align: left;
}
table#miyazaki ul li:before {
    text-align: left;
    font-size: 1.8em;
    margin-right: 5px;
    line-height: 0.5em;  
}
table#miyazaki ul li.box_01:before {
    content: "■"; 
    color: #e5001f;
}
table#miyazaki ul li.box_02:before {
    content: "■"; 
    color: #e89600;
}
table#miyazaki ul li.box_03:before {
    content: "■"; 
    color: #567800;
}
table#miyazaki ul li.box_04:before {
    content: "■"; 
    color: #81abc0;
}
table#miyazaki ul li.box_05:before {
    content: "■"; 
    color: #726b9c;
}
table#miyazaki ul li.box_06:before {
    content: "■"; 
    color: #b30538;
}
table#miyazaki ul li.box_07:before {
    content: "■"; 
    color: #c6c7c7;
}
table#miyazaki tbody td ul li span{
    float: right;
}
/*-- TABLE2024 END --*/

/*-- 相關連結 --*/
#all_link_box{
    background: #f2f3f4;
    border: 0;
    vertical-align: middle;
}
.all_link{
    width: 100%;
}
.all_link li a{
width: 24.5%;
padding-top:70px; 
text-align: center;
color: #44555f;
font-size: 1em;
font-weight: 400;
float: left;
margin-top: 15px;
margin-bottom: 10px;
border-right: 1px solid #c1c1c1;
}
.all_link li:last-child a{
width: 24.5%;
padding-top:70px; 
text-align: center;
color: #44555f;
font-size: 1em;
font-weight: 400;
float: left;
margin-top: 15px;
margin-bottom: 10px;
border-right: 0px solid #c1c1c1;
}
.all_link li a:hover{
opacity: .5;
}
.all_link  li.link_one a{
background: url(../images/icon/link_icon_01.png) no-repeat center top;
background-size: 65% auto;
}
.all_link  li.link_two a{
background: url(../images/icon/link_icon_02.png) no-repeat center top;
background-size: 65% auto;
}
.all_link  li.link_three a{
background: url(../images/icon/link_icon_03.png) no-repeat center top;
background-size: 65% auto;
}
.all_link  li.link_four a{
background: url(../images/icon/link_icon_04.png) no-repeat center top;
background-size: 65% auto;
}
/*-- 相關連結 END --*/
.container .card h3 span {
    padding-right: 25px;
    background: url(../images/icon_filedoc.png) no-repeat right center;
    background-size: 25px auto;
}

.level_link {
    position: relative;
    display: contents;
}
.link_01 {
    left: 3%;
    top: 10%;
}
.link_box_A {
    position: absolute;
    left: 3%;
    width: 24%;
    height: 80%;
}
.link_box_B {
    position: absolute;
    left: 27%;
    width: 24%;
    height: 80%;
}
.link_box_C {
    position: absolute;
    left: 51%;
    width: 24%;
    height: 80%;
}
.link_box_D {
    position: absolute;
    left: 75%;
    width: 24%;
    height: 80%;
}

@media (max-width: 1100px) {
/*.note_position{position: absolute;bottom: 11.5%;left: 49.5%;font-size: 0.85em;color: #455560;}*/
.section1_position{font-size: 1.1em;line-height: 1.5;}
.section1_digital{color: #FFF;font-size: 1.5em;font-weight: bolder;}
.section1_digital_top{position: absolute;top: 28.5%;left: 85.2%;}
.section1_digital_bottom{position: absolute;top: 35%;left: 85.2%;}
}

@media (max-width: 900px) {
.container .card h3 span.title_center {
    text-align: center;
    margin: auto;
}
/*-- TABLE2024 --*/
table#miyazaki thead th, table#miyazaki tbody td {
    padding: 0.4rem;
}
table#miyazaki tbody td:first-child, table#miyazaki thead th:first-child {
    background: #44555f;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: .9em !important;
    font-weight: 600;
    vertical-align: middle;
    width: 33%;
}
.table_one thead th:nth-child(2) {
    background: #e5001f !important;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1em !important;
    font-weight: 600;
    vertical-align: middle;
}
.table_two thead th:nth-child(2) {
    background: #e89600 !important;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1em !important;
    font-weight: 600;
    vertical-align: middle;
}
.table_three tbody td:first-child, .table_three thead th:first-child {
    background: #44555f;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: .85em !important;
    font-weight: 600;
    vertical-align: middle;
    width: 19% !important;
}
.td_w{
    width: 8% !important;
}
.table_four tbody td:first-child, .table_four thead th:first-child {
    background: #44555f;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: .85em !important;
    font-weight: 600;
    vertical-align: middle;
    width: 19% !important;
}
.table_four thead th:nth-child(2) {
    background: #e89600 !important;
}
table#miyazaki thead th:nth-child(2) {
    background: #e5001f;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1em !important;
    font-weight: 600;
    vertical-align: middle;
}
table#miyazaki tbody td ul {
    
}
table td, table th {
    border: 1px solid #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.95em;
}
/*-- TABLE2024 END --*/
.all_link li a {
    width: 24.5%;
    padding-top: 35px;
    text-align: center;
    color: #44555f;
    font-size: 1em;
    font-weight: 400;
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
    border-right: 1px solid #c1c1c1;
}
.all_link li:last-child a {
    width: 24.5%;
    padding-top: 35px;
    text-align: center;
    color: #44555f;
    font-size: 1em;
    font-weight: 400;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    border-right: 0px solid #c1c1c1;
}
.all_link li a {
    width: 24.5%;
    padding-top: 35px;
    text-align: center;
    color: #44555f;
    font-size: 1em;
    font-weight: 400;
    float: left;
    margin-top: 0px; 
    margin-bottom: 0px;
    border-right: 1px solid #c1c1c1;
}


.link_01 {
    left: 0%;
}
.link_box_A {
    position: absolute;
    top: 19%;
    width: 100%;
    height: 18%;
}
.link_box_B {
    position: absolute;
    top: 37%;
    width: 100%;
    height: 18%;
}
.link_box_C {
    position: absolute;
    top: 55%;
    width: 100%;
    height: 18%;
}
.link_box_D {
    position: absolute;
    top: 73%;
    width: 100%;
    height: 18%;
}
}


@media (max-width: 800px) {
.section1_digital_top{position: absolute;top: 29.5%;left: 85.2%;}
.section1_digital_bottom{position: absolute;top: 36.3%;left: 85.2%;}
}

@media (max-width: 767px) {
.buy_link img{width: 80%;height: auto;margin:0 10%; padding: 10% 0;}
.buy_link-top{border-right: 0px solid #f2f3f4;border-bottom: 3px solid #f2f3f4} 
.tel_box{font-size: 1.3em;line-height: 1.5em;text-align: center;width: 70%;border: 3px solid #ED1B2E;border-radius: 2.2em;color:#ED1B2E;font-weight: bold;margin: auto;padding: 10px 30px; }  
.font_txt{font-size: 1.4em;line-height: 1.5;font-weight: 400;margin-bottom: 30px}
.note_position{
    position: absolute;
    top: 46%;
    left: 5.7%;
    font-size: 0.9em;
    color: #455560; 
}
.section1_position{position: absolute;top: 75%;left: 10.3%;font-size: 1.35em;color: #455560;line-height: 1.5;width: 80%;text-align: justify;}
.section1_digital_top{position: absolute;top: 58.5%;left: 73.2%;}
.section1_digital_bottom{position: absolute;top: 63.5%;left: 73.2%;}
.accordion-content img{margin-left: -20px}
}

@media (max-width: 550px) {
.note_position{
    position: absolute;
    top: 45.5%;
    left: 5.7%;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #455560; 
    width: 53%;
}
.section1_position{position: absolute;top: 72.5%;left: 10.3%;font-size: 0.95em;color: #455560;line-height: 1.3;width: 80%;text-align: justify;}
.section1_digital{color: #FFF;font-size: 1.2em;font-weight: bolder;}
.section1_digital_top{position: absolute;top: 59.4%;left: 73%;}
.section1_digital_bottom{position: absolute;top: 64%;left: 73%;}
.tel_box {
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    width: 85%;
    border: 3px solid #ED1B2E;
    border-radius: 2.2em;
    color: #ED1B2E;
    font-weight: bold;
    margin: auto;
    padding: 10px;
}
}

@media (max-width: 420px) {
.note_position{
    position: absolute;
    top: 45.5%;
    left: 5.7%;
    font-size: 0.8em;
    line-height: 1.2em;
    color: #455560; 
    width: 53%;
}
.section1_position{position: absolute;top: 71.5%;left: 10.3%;font-size: 0.95em;color: #455560;line-height: 1.3;width: 80%;text-align: justify;}
.section1_digital{color: #FFF;font-size: 1.2em;font-weight: bolder;}
.section1_digital_top{position: absolute;top: 58%;left: 72%;}
.section1_digital_bottom{position: absolute;top: 62%;left: 72%;}
}

@media (max-width: 390px) {
.section1_digital_top{position: absolute;top: 59.5%;left: 72%;}
.section1_digital_bottom{position: absolute;top: 63.5%;left: 72%;}
}

@media (max-width: 375px) {
.section1_digital{color: #FFF;font-size: 1.2em;font-weight: bolder;}
.section1_digital_top{position: absolute;top: 59.3%;left: 71%;}
.section1_digital_bottom{position: absolute;top: 63.3%;left: 71%;}
}

@media (max-width: 320px) {
.section1_position{position: absolute;top: 68%;left: 11.5%;font-size: 0.85em;color: #455560;line-height: 1.3;width: 75%;text-align: justify;}
.section1_digital{color: #FFF;font-size: 1.1em;font-weight: bolder;}
.section1_digital_top{position: absolute;top: 57.5%;left: 70%;}
.section1_digital_bottom{position: absolute;top: 61.5%;left: 70%;}
}



.accordion {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    /*border-top: 1px solid #e5e5e5;*/
}

.accordion-item {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
}

/* Thumb */
.accordion-thumb {
    margin: 0;
    padding: .8rem 0;
    cursor: pointer;
    font-weight: normal}
    
    .accordion-thumb:before {
        content: '';
        display: inline-block;
        height: 7px;
        width: 7px;
        margin-right: 1rem;
        margin-left: .5rem;
        vertical-align: middle;
        border-right: 2px solid;
        border-bottom: 2px solid;
        transform: rotate(-45deg);
        transition: transform .2s ease-out;
        float: right;
        margin-top: 15px;
}

/* Panel */
.accordion-panel {
    margin: 0;
    padding-bottom: .8rem;
    display: none;
}

/* Active */
.accordion-item.is-active {}
.accordion-item.is-active   .accordion-thumb:before {
        transform: rotate(45deg);
}

.accordion .icon {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 30px;
    float: left;
    text-align: center;
    margin: 0 10px 0 10px;
}

.accordion .icon_Y {
    background-color: #e79500;
}

.accordion #font_Y {
    color: #e79500;
    font-size: 1.1em;
    font-weight: bold;
}
.accordion .icon_G {
    background-color: #5d7e0d;
}

.accordion #font_G {
    color: #5d7e0d;
    font-size: 1.1em;
    font-weight: bold;
}
.accordion .icon_B {
    background-color: #81abc0;
}

.accordion #font_B {
    color: #81abc0;
    font-size: 1.1em;
    font-weight: bold;
}
.accordion .icon_P {
    background-color: #7876ab;
}

.accordion #font_P {
    color: #7876ab;
    font-size: 1.1em;
    font-weight: bold;
}
.accordion p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-top: -4px;
}

.accordion .icon img {
    display: inline-block;
    margin-top: 7px;
    line-height: 60px;
    width: 75%;
}

@media (max-width: 767px) {
 .accordion #font_Y,.accordion #font_G ,.accordion #font_B,.accordion #font_P{ margin-top: -25px; } 
 .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
}
.accordion p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: -4px;
}
.accordion-thumb:before {
    margin-top: -5px;
}
#red_box {
    font-size: 0.6em;
    text-align: center;
    background: #ED1B2E;
    border-radius: 2em;
    color: #FFF;
    font-weight: 400;
    margin-left: 5px;
    padding: 6px 15px;
    top:-2px;

}
}