@charset "utf-8";



#main_box { line-height: 2.0; }



/* side_menu ----------------- */

#side_box .side_menu .menu_grp_c.grp3 {

  display: block;

}

.about_governance .btn04.btn_toggle .btn_toggle_act::after {

  background-color: rgb(255,255,255) !important;

}



.about_governance li.btn04,

.about_governance_report li.btn047,

.about_initiative li.btn041,

.about_risk li.btn042,

.about_internal_control li.btn043,

.about_defence li.btn044,

.about_risk_management li.btn045,

.dialogue li.btn046 {

  background-color: rgb(218,218,218);

  border-bottom-color: rgb(204,204,204) !important;

}

.about_governance li.btn04 > a,

.about_governance_report li.btn047 > a,

.about_initiative li.btn041 > a,

.about_risk li.btn042 > a,

.about_internal_control li.btn043 > a,

.about_defence li.btn044 > a,

.about_risk_management li.btn045 > a,

.dialogue li.btn046 > a {

  pointer-events: none;

  cursor: auto;

}



.about_governance #side_box .side_menu li.btn04 > a::after,

.about_governance_report #side_box .side_menu li.btn047 > a::after,

.about_initiative #side_box .side_menu li.btn041 > a::after,

.about_risk #side_box .side_menu li.btn042 > a::after,

.about_internal_control #side_box .side_menu li.btn043 > a::after,

.about_defence #side_box .side_menu li.btn044 > a::after,

.about_risk_management #side_box .side_menu li.btn045 > a::after,

.dialogue #side_box .side_menu li.btn046 > a::after {

  display: none;

}





.about_risk #main_box .kbox .k_ttl {font-weight: 700; }

.about_risk #main_box .kbox p { padding-left: 1.1em; }



#main_box .icon_pdf {

  position: relative;

  padding-left: 13px;

}

#main_box .icon_pdf::before {

  position: absolute;

  display: block;

  top: 50%;

  right: 0;

  width: 20px;

  height: 24px;

  background-image: url(/common/images/icon_pdf.svg);

  background-repeat: no-repeat;

  background-size: contain;

  transform: translate3d(0, -50%, 0);

  content: '';

}





/* about_governance   ---- */

.about_governance_report #main_box .box05 table {}

.about_governance_report #main_box .box05 th { background-color:#e4e4e4; }

.about_governance_report #main_box .box05 td { background-color:#fff; }

.about_governance_report #main_box .box05 td.st { width: 80px;}

.about_governance_report #main_box .box05 td p { padding: 0 1em;}

.about_governance_report #main_box .box05 th,#main_box .box05 td {

    border: 1px #ccc solid;

    padding: 5px 3px;

}



.about_governance_report #main_box .box06 table {}

.about_governance_report #main_box .box06 th { background-color:#e4e4e4;font-size: 80%;vertical-align: middle;}

.about_governance_report #main_box .box06 td { background-color:#fff; font-size: 80%; text-align: center;vertical-align: middle;}

.about_governance_report #main_box .box06 th.st { min-width: 80px;}

.about_governance_report #main_box .box06 th.st2 { width: 70px;}

.about_governance_report #main_box .box06 td.read {text-align: left;}

.about_governance_report #main_box .box06 td p { padding: 0 1em;}

.about_governance_report #main_box .box06 th,#main_box .box06 td {

    border: 1px #ccc solid;

    padding: 5px 3px;

}

.about_governance_report .box0 .ir_data_list li{

  background-image:none;

}



.about_governance_report .box0 .ir_data_list li div.ir_data_title{

  background-image:none;

}





@media screen and (max-width:767px) {

.about_governance_report #main_box .box05 tr {

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

  }

  .about_governance_report #main_box .box05 th {

    width: 30%;

    border-bottom-style: none;

  }

  .about_governance_report #main_box .box05 td {

    width: 70%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    border-left-style: none;

    border-bottom-style: none;

  }

  .about_governance_report #main_box .box05 th,

  .about_governance_report #main_box .box05 td {

    vertical-align: middle;

  }

  .about_governance_report #main_box .box05 tr:last-child {

    border-bottom: 1px #ccc solid;

  }

.about_governance_report #main_box .box06 th.st2 { width: auto;}

}



.about_governance .box01 .img {

  width: 100%;

  max-width: 620px;

  margin-right: auto;

  margin-left: auto;

}







.rinen_box {

  position: relative;

  border: 2px rgb(194,194,194) solid;

  padding: 16px;

}

.rinen_box::before {

  display: block;

  position: absolute;

  top: 16px;

  right: 16px;

  width: 92px;

  height: 35px;

  background-image: url(/common/images/logo_dydo.svg);

  background-repeat: no-repeat;

  background-size: contain;

  background-position: center center;

  content: '';

}

.rinen_box .title {

  font-size: 32px;

  font-weight: 700;

  text-shadow: 

    0.3px 0.3px 0, 

    0.3px -0.3px 0px,

    -0.3px 0.3px 0,

    -0.3px -0.3px 0px,

    0.3px 0px 0px,

    0px 0.3px 0px,

    -0.3px 0px 0px,

    0px -0.3px 0px;

  letter-spacing: 1px;

}

.rinen_box .lede {

  font-weight: 700;

  font-size: 20px;

}

.rinen_box .lede > span {

  display: inline-block;

}

.rinen_box ul > li {

  display: flex;

  flex-direction: row;

  align-items: flex-start;

  padding-left: 24px;

  margin-top: 12px;

}

.rinen_box ul > li:nth-child(n+2) {

  margin-top: 24px;

}

.rinen_box ul > li:last-child {

  margin-bottom: 24px;

}

.rinen_box ul > li > .list_title {

  width: 230px;

  font-weight: 700;

  font-size: 20px;

  line-height: 1.5;

}

.rinen_box ul > li > .list_text {

  width: calc(100% - 240px);

  line-height: 1.5;

}

.rinen_box > .text {

  padding-top: calc(760 / 794 * 100%);

  background-image: url(../images/img01.svg?ud=210325);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

}

@media screen and (max-width:767px) {

  .rinen_box {

    padding: 8px;

    /* padding: 32px 8px 12px; */

  }

  .rinen_box > .text {

  }

  .rinen_box::before {

    top: 10px;

    right: 10px;

    width: 50px;

    height: 23px;

  }

  .rinen_box .lede {

    font-size: 16px;

    letter-spacing: -1px;

  }

  .rinen_box ul > li {

    flex-wrap: wrap;

    padding-left: 16px;

  }

  .rinen_box ul > li > .list_title {

    width: 100%;

  }

  .rinen_box ul > li > .list_text {

    width: 100%;

  }

}









/* initiative  ---- */

.about_initiative #main_box span { /*display: inline-block;*/ }

.about_initiative #main_box span.circle {  padding-right: 2px; }

.about_initiative #main_box span.k_ttl { font-weight: 700;}

.about_initiative #main_box .kbox p { padding-left: 1.1em; }

.about_initiative #main_box .kbox li { padding-left: 1.1em; }



.about_initiative #main_box .box03_6 {

    border: 1px #333333 dashed;

    padding: 10px;

}







.about_initiative .box03_2 ul li span { display: block !important; width: 25px; float: left;}

.about_initiative .box03_2 ul li p {padding-left: 1.6rem !important;}

.about_initiative .box03_3 ul li span { display: block !important; width: 25px; float: left;}

.about_initiative .box03_3 ul li p {padding-left: 1.6rem !important;}

.about_initiative .box03_4 ul li span { display: block !important; width: 25px; float: left;}

.about_initiative .box03_4 ul li p {padding-left: 1.6rem !important;}

.about_initiative .box03_5 ul li span { display: block !important; width: 25px; float: left;}

.about_initiative .box03_5 ul li p {padding-left: 1.6rem !important;}

.about_initiative .box03_6 ul li span { display: block !important; width: 15px; float: left;}

.about_initiative .box03_6 ul li p {padding-left: 1.1rem !important;}



/* message ---------------------------- */

.about_governance_report #main_box .midashi {

    font-weight: bold;

}





/* ===== about_risk ==================== */



/* contents ---- */

.about_risk #main_box .kbox .k_ttl {font-weight: 700; }

.about_risk #main_box .kbox p { padding-left: 1.1em; }





.about_risk .box04_2 .usage {

  display: flex;

  justify-content: space-evenly;

  font-size: 12px;

}

.about_risk .box04_2 .usage > li {

  position: relative;

  display: flex;

}

.about_risk .box04_2 .usage > li:last-child {

  margin-left: 24px;

}



.about_risk .box04_2 .arrow_high,

.about_risk .box04_2 .arrow_mid {

  position: relative;

  min-width: 20px;

  height: 20px;

  margin-right: 8px;

  margin-left: 8px;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

}

.about_risk .box04_2 .arrow_high {

  background-image: url(/ir/governance/images/arrow-g.svg);

}

.about_risk .box04_2 .arrow_mid {

  background-image: url(/ir/governance/images/arrow-g.svg);

  transform: rotate(45deg);

}





.about_risk .box04_2 .risk_list {

  border-collapse: separate;

  border-spacing: 2px;

}

.about_risk .box04_2 .risk_list ._cel1 {

  width: calc(72 / 794 * 100%);

}

.about_risk .box04_2 .risk_list ._cel2 {

  width: calc(50 / 794 * 100%);

}

.about_risk .box04_2 .risk_list ._cel3 {

  width: calc(270 / 794 * 100%);

}



.about_risk .box04_2 .risk_list th,

.about_risk .box04_2 .risk_list td {

  vertical-align: middle;

}

.about_risk .box04_2 .risk_list thead th {

  font-size: 14px;

  background-color: rgb(219,219,219);

}



.about_risk .box04_2 .risk_list .arrow_high,

.about_risk .box04_2 .risk_list .arrow_mid {

  margin-right: auto;

  margin-left: auto;

}

.about_risk .box04_2 .risk_list tbody td {

  font-size: 14px;

  padding: 5px 10px;

}

.about_risk .box04_2 .risk_list tbody td ._rc {

  position: relative;

  display: flex;

  align-items: baseline;

  font-size: 14px;

  font-weight: 700;

}

.about_risk .box04_2 .risk_list tbody td ._rc::before {

  display: block;

  min-width: 12px;

  height: 12px;

  margin-top: 2px;

  margin-right: 3px;

  content: '';

}

.about_risk .box04_2 .risk_list .panel_risk td {

  background-color: rgb(244,244,244);

}

.about_risk .box04_2 .risk_list .panel_risk ._rc {

  color: rgb(0,0,0);

}

.about_risk .box04_2 .risk_list .panel_risk ._rc::before {

  background-color: rgb(0,0,0);

}

.about_risk .box04_2 .panel_risk .arrow_high {

  background-image: url(/ir/governance/images/arrow-g.svg);

}

.about_risk .box04_2 .panel_risk .arrow_mid {

  background-image: url(/ir/governance/images/arrow-g.svg);

}



.about_risk .box04_2 .risk_list .panel_chance td {

  background-color: rgb(244,244,244);244,244,244

}

.about_risk .box04_2 .risk_list .panel_chance ._rc {

  color: rgb(0,0,0);

}

.about_risk .box04_2 .risk_list .panel_chance ._rc::before {

  background-color: rgb(0,0,0);

}

.about_risk .box04_2 .panel_chance .arrow_high {

  background-image: url(/ir/governance/images/arrow-b.svg);

}

.about_risk .box04_2 .panel_chance .arrow_mid {

  background-image: url(/ir/governance/images/arrow-lb.svg);

}



.about_risk .box04_2 .risk_list tbody td.action {

  background-color: rgb(244,244,244) !important;

}

.about_risk .box04_2 .risk_list tbody td ul > li {

  padding-left: 1em;

  text-indent: -1em;

}

.about_risk .box04_2 .risk_list tbody td ul > li._noind {

  padding-left: 0;

  text-indent: 0;

}

.about_risk .box04_2 .risk_list tbody .title {

  padding-top: 15px;

  text-align: left;

  font-weight: 700;

  font-size: 18px;

}



@media screen and (max-width: 767px) {

    .about_risk .box04_2 .risk_list thead th {

        padding: 5px;

  font-size: 11px;

  background-color: rgb(219,219,219);

}

    .about_risk .box04_2 .risk_list thead td {

  padding: 5px;

    font-size: 11px;

        word-break: break-all;

}

  .about_risk .box04_2 .usage {

    font-size: 11px;

  }

  .about_risk .box04_2 .usage > li {

    align-items: center;

  }

  .about_risk .box04_2 .usage > li:last-child {

    margin-left: 12px;

  }

  

  .about_risk .box04_2 .arrow_high,

  .about_risk .box04_2 .arrow_mid {

    width: 15px;

    height: 15px;

    margin-right: 4px;

    margin-left: 4px;

  }

  

  .about_risk .box04_2 .risk_list {

    display: flex;

    flex-direction: column;

    border-collapse: separate;

    border-spacing: 1px;

  }

  .about_risk .box04_2 .risk_list .arrow_high,

  .about_risk .box04_2 .risk_list .arrow_mid {

    width: 24px;

    height: 24px;

  }



    .about_risk .box04_2 .risk_list .panel_risk .arrow_high,

  .about_risk .box04_2 .risk_list .panel_risk .arrow_mid {

      margin-top: calc((100% - 24px) / 2);

  }



  .about_risk .box04_2 .risk_list thead {

    display: table;

    font-size: 13px;

  }

  .about_risk .box04_2 .risk_list thead ._cel3 {

    display: none;

  }

  .about_risk .box04_2 .risk_list thead ._cel1 {

    width: calc(100% - 102px);

  }

  .about_risk .box04_2 .risk_list thead ._cel2 {

    width: 50px;

  }

  .about_risk .box04_2 .risk_list tbody {

    display: flex;

    flex-direction: column;

  }

  .box03 .risk_list tbody .title {

    font-size: 13px;

  }

  .about_risk .box04_2 .risk_list tbody tr {

    display: flex;

    flex-wrap: nowrap;

    justify-content: space-between;

    margin-bottom: 1px;

  }

    .about_risk .box04_2 .risk_list tbody tr.panel_risk {

    display:inline-table;

  }

  .about_risk .box04_2 .risk_list tbody td {

    padding: 5px;

    font-size: 11px;

  }

  .about_risk .box04_2 .risk_list tbody td._cel1 {

      width: 50px;

      writing-mode: vertical-rl;

      text-align: center;

  }

    .about_risk .box04_2 .risk_list tbody td._cel1._ft1 {

      width: 30px;

  }

    .about_risk .box04_2 .risk_list tbody td._cel2 {

    width: 50px;

  }

  .about_risk .box04_2 .risk_list tbody td ._rc {

    font-size: 12px;

  }

  .about_risk .box04_2 .risk_list tbody .action {

    width: 100%;

    margin-top: 1px;

    margin-bottom: 20px;

    padding: 0;

  }

  .about_risk .box04_2 .risk_list tbody .action::before {

    display: block;

    width: 100%;

    min-height: 28px;

    border-bottom: 1px rgb(255,255,255) solid;

    background-color: rgb(219,219,219);

    text-align: center;

    font-size: 13px;

    content: 'Measures Currently in Place';

  }



  .about_risk .box04_2 .risk_list tbody tr .action > div {

    padding: 5px;

  }

}



/* defence ---------------------------- */

.about_defence .box02 .c_img_01 {

	margin: 0 auto;

}



.about_defence .box01 ul {

    padding-left: 1em;

}



.about_defence .box01 ul li {

    padding-left: 1em;

    text-indent: -1em;

}



.defence_rule {

  line-height: 1.5;

}

.defence_rule div {

  position: relative;

}

.defence_rule ._arrow_b {

  position: relative;

  width: 0;

  border-top: 24px rgb(188,188,188) solid;

  border-right: 24px transparent solid;

  border-left: 24px transparent solid;

}

.defence_rule ._arrow_b::before {

  position: absolute;

  top: -40px;

  left: 50%;

  width: 24px;

  height: 16px;

  background-color: rgb(188,188,188);

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_01 {

  border: 3px rgb(188,188,188) solid;

  padding: 8px;

  font-weight: 700;

  font-size: 125%;

}

.defence_rule .box03_02 {

  position: relative;

  width: calc(50% + 48px);

  height: 24px;

  background-color: rgb(188,188,188);

  margin-top: 16px;

  margin-right: auto;

  margin-bottom: 40px;

  margin-left: auto;

}

.defence_rule .box03_02::before {

  display: block;

  position: absolute;

  top: -16px;

  left: 50%;

  width: 24px;

  height: 16px;

  background-color: rgb(188,188,188);

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_02 > ._arrow_b {

  position: absolute;

  top: 40px;

}

.defence_rule .box03_02 > ._arrow_b:first-child {

  left: -12px;

}

.defence_rule .box03_02 > ._arrow_b:last-child {

  right: -12px;

}

.defence_rule .box03_03 {

  display: flex;

  flex-direction: row;

  justify-content: space-between;

}

.defence_rule .box03_03 > div {

  width: calc(50% - 12px);

  border: 1px rgb(188,188,188) solid;

  padding: 8px;

}

.defence_rule .box03_03 > .box03_03_01 {

  font-weight: 700;

  color: rgb(12,156,244);

}

.defence_rule .box03_03 > .box03_03_01::after {

  position: absolute;

  top: 100%;

  left: 50%;

  width: 24px;

  height: 500px;

  background-color: rgb(12,156,244);

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_03 > .box03_03_02 {

  font-weight: 700;

  color: rgb(242,96,16);

}

.defence_rule .box03_04::before {

  position: absolute;

  top: -40px;

  right: 34px;

  width: 24px;

  height: calc(100% + 70px);

  background-color: rgb(188,188,188);

  content: '';

}

.defence_rule .box03_04::after {

  position: absolute;

  bottom: -30px;

  right: 22px;

  width: 0;

  border-top: 24px rgb(188,188,188) solid;

  border-right: 24px rgb(255,255,255) solid;

  border-left: 24px rgb(255,255,255) solid;

  content: '';

}

.defence_rule .box03_04_01 {

  position: relative;

  width: calc(50% - 12px);

  margin-top: 40px;

  margin-right: auto;

  border: 2px rgb(12,156,244) dashed;

  padding: 8px;

}

.defence_rule .box03_04_01 > .title {

  display: inline-block;

  position: absolute;

  top: -28px;

  left: 0;

  background-color: rgba(255,255,255,.5);

  font-weight: 700;

  color: rgb(12,156,244);

}

.defence_rule .box03_04_01_01,

.defence_rule .box03_04_01_02,

.defence_rule .box03_04_01_03 {

  border: 2px rgb(12,156,244) solid;

  padding: 6px;

  background-color: rgb(255,255,255);

}

.defence_rule .box03_04_01_01 {

  margin-bottom: 12px;

}

.defence_rule .box03_04_01_01_01 {

  position: absolute;

  top: 50%;

  left: calc(100% + 2px);

  width: 100%;

  height: 24px;

  background-color: rgb(255,228,175);

  transform: translate3d(0, -50%, 0);

}

.defence_rule .box03_04_01_01_01::after {

  position: absolute;

  top: 50%;

  right: 0;

  width: 0;

  border-top: 24px rgb(255,255,255) solid;

  border-bottom: 24px rgb(255,255,255) solid;

  border-left: 24px rgb(255,228,175) solid;

  transform: translate3d(0, -50%, 0);

  content: '';

}

.defence_rule .box03_04_01_02 {

  margin-bottom: 12px;

}

.defence_rule .box03_04_01_03 {

  margin-bottom: 24px;

}

.defence_rule .box03_04_01_03_01 {

  position: absolute;

  top: 50%;

  left: calc(100% + 2px);

  width: 100%;

  height: 24px;

  background-color: rgb(255,228,175);

  transform: translate3d(0, -50%, 0);

}

.defence_rule .box03_04_01_03_01::after {

  position: absolute;

  top: 50%;

  right: 0;

  width: 0;

  border-top: 24px rgb(255,255,255) solid;

  border-bottom: 24px rgb(255,255,255) solid;

  border-left: 24px rgb(255,228,175) solid;

  transform: translate3d(0, -50%, 0);

  content: '';

}

.defence_rule .box03_04_01_03_02 {

  position: absolute;

  top: calc(50% + 30px);

  left: calc(100% + 2px);

  width: calc(83% - 48px);

  margin-left: 48px;

  padding: 0;

}

.defence_rule .box03_04_01_03_02::before {

  position: absolute;

  top: -18px;

  left: 50%;

  width: 24px;

  height: 24px;

  background-color: rgb(255,228,175);

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_04_01_03_02 > span {

  display: block;

  position: relative;

  border: 1px rgb(255,228,175) solid;

  padding: 6px;

  font-size: 87.5%;

  line-height: 1.2;

  background-color: rgb(255,255,255);

}

.defence_rule .box03_04_01_03_02 > span::before {

  position: absolute;

  top: 50%;

  right: calc(100% + 1px);

  width: 24px;

  height: 24px;

  background-color: rgb(255,228,175);

  transform: translate3d(0, -50%, 0);

  content: '';

}

.defence_rule .box03_04_01_03_02 > span::after {

  position: absolute;

  top: 50%;

  right: calc(100% + 25px);

  width: 0;

  border-top: 24px transparent solid;

  border-bottom: 24px transparent solid;

  border-right: 24px rgb(255,228,175) solid;

  transform: translate3d(0, -50%, 0);

  content: '';

}





.defence_rule .box03_04_01_04_01 {

  border: 2px rgb(188,188,188) solid;

  background-color: rgb(255,255,255);

  padding: 6px;

}

.defence_rule .box03_04_01_04_01 > span {

  display: block;

  margin-top: 12px;

  margin-bottom: 12px;

}

.defence_rule .box03_04_01_04_01_01 {

  border: 2px rgb(12,156,244) solid;

  padding: 6px;

  background-color: rgb(255,255,255);

  z-index: 140;

}

.defence_rule .box03_04_01_04_01_01_01 {

  margin-top: 12px;

  margin-left: 48px;

  margin-bottom: 6px;

  border: 1px rgb(12,156,244) solid;

  padding: 6px;

}

.defence_rule .box03_04_01_04_01_01_01::after {

  position: absolute;

  top: 100%;

  left: calc(50% + 8px);

  width: 24px;

  height: 144px;

  background-color: rgb(12,156,244);

  transform: translate3d(-50%, 0, 0);

  z-index: 140;

  content: '';

}

.defence_rule .box03_04_01_04_01_01_01_01 {

  position: absolute;

  top: 50%;

  left: calc(100% + 1px);

  width: 60%;

  height: 24px;

  background-color: rgb(255,228,175);

  transform: translate3d(0, -50%, 0);

}

.defence_rule .box03_04_01_04_01_01_01_01::after {

  position: absolute;

  top: 0;

  right: 0;

  width: 24px;

  height: 162px;

  background-color: rgb(255,228,175);

  content: '';

}



.defence_rule .box03_04_01_04_01_02 {

  margin-top: 12px;

  margin-bottom: 6px;

  margin-left: 56px;

  border: 1px rgb(12,156,244) solid;

  padding: 6px;

  background-color: rgb(255,255,255);

  z-index: 160;

}

.defence_rule .box03_04_01_04_02_01 {

  margin-top: 40px;

  margin-left: 64px;

  border: 2px rgb(12,156,244) solid;

}

.defence_rule .box03_04_01_04_02_01::before {

  position: absolute;

  bottom: calc(100% + 2px);

  left: 50%;

  width: 0;

  border-top: 24px rgb(12,156,244) solid;

  border-right: 24px rgb(255,255,255) solid;

  border-left: 24px rgb(255,255,255) solid;

  transform: translate3d(-50%, 0, 0);

  z-index: 160;

  content: '';

}

.defence_rule .box03_04_01_04_02_01 > span {

  display: block;

  position: relative;

  background-color: rgb(255,255,255);

  z-index: 160;

}

.defence_rule .box03_04_01_04_02_01 > .text02 {

  font-size: 112.5%;

}

.defence_rule .box03_04_01_04_02_02 {

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  margin-top: 24px;

  margin-left: 64px;

}

.defence_rule .box03_04_01_04_02_02 > li {

  position: relative;

  padding: 6px 24px;

  background-color: rgb(255,255,255);

}

.defence_rule .box03_04_01_04_02_02 > li > span {

  display: block;

  position: relative;

}

.defence_rule .box03_04_01_04_02_02 > li:first-child {

  border: 1px rgb(12,156,244) solid;

}

.defence_rule .box03_04_01_04_02_02 > li:first-child::after {

  position: absolute;

  top: calc(100% + 17px);

  left: 50%;

  width: 0;

  border-top: 24px rgb(12,156,244) solid;

  border-right: 24px rgb(255,255,255) solid;

  border-left: 24px rgb(255,255,255) solid;

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_04_01_04_02_02 > li:first-child > span::before {

  position: absolute;

  top: -31px;

  left: 50%;

  width: 24px;

  height: 24px;

  background-color: rgb(12,156,244);

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_04_01_04_02_02 > li:first-child > span::after {

  position: absolute;

  bottom: -23px;

  left: 50%;

  width: 24px;

  height: 16px;

  background-color: rgb(12,156,244);

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_04_01_04_02_02 > li:last-child {

  border: 1px rgb(255,228,175) solid;

}

.defence_rule .box03_04_01_04_02_02 > li:last-child::after {

  position: absolute;

  top: calc(100% + 17px);

  left: 50%;

  width: 0;

  border-top: 24px rgb(255,228,175) solid;

  border-right: 24px rgb(255,255,255) solid;

  border-left: 24px rgb(255,255,255) solid;

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_04_01_04_02_02 > li:last-child > span::before {

  position: absolute;

  top: -31px;

  left: 50%;

  width: 24px;

  height: 24px;

  background-color: rgb(255,228,175);

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_04_01_04_02_02 > li:last-child > span::after {

  position: absolute;

  bottom: -23px;

  left: 50%;

  width: 24px;

  height: 16px;

  background-color: rgb(255,228,175);

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_04_01_04_03 {

  position: absolute;

  top: 64px;

  left: 100%;

  width: calc(100% - 4px);

}

.defence_rule .box03_04_01_04_03_01 {

  width: 100%;

  height: 24px;

  background-color: rgb(255,228,175);

}

.defence_rule .box03_04_01_04_03_01::after {

  position: absolute;

  top: 50%;

  right: 0;

  width: 0;

  border-top: 24px rgb(255,255,255) solid;

  border-bottom: 24px rgb(255,255,255) solid;

  border-left: 24px rgb(255,228,175) solid;

  transform: translate3d(0, -50%, 0);

  content: '';

}

.defence_rule .box03_04_01_04_03_02 {

  display: flex;

  flex-direction: row;

  align-items: center;

  margin-top: 20px;

}

.defence_rule .box03_04_01_04_03_02 > li {

  position: relative;

}

.defence_rule .box03_04_01_04_03_02 > li._arrow {

  width: 32%;

}

.defence_rule .box03_04_01_04_03_02 > li._arrow > span {

  display: block;

  position: relative;

}

.defence_rule .box03_04_01_04_03_02 > li._arrow > span._t {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 100%;

  transform: translate3d(-50%, -50%, 0);

  line-height: 1;

}

.defence_rule .box03_04_01_04_03_02 > li._arrow > span._b {

  position: absolute;

  top: 50%;

  left: 50%;

  width: calc(100% - 46px);

  height: 24px;

  background-color: rgb(255,228,175);

  transform: translate3d(-50%, -50%, 0);

}

.defence_rule .box03_04_01_04_03_02 > li._arrow > span._i::before,

.defence_rule .box03_04_01_04_03_02 > li._arrow > span._i::after {

  position: absolute;

  top: 50%;

  width: 0;

  border-top: 24px transparent solid;

  border-bottom: 24px transparent solid;

  transform: translate3d(0, -50%, 0);

  content: '';

}

.defence_rule .box03_04_01_04_03_02 > li._arrow > span._i::before {

  left: 0;

  border-right: 24px rgb(255,228,175) solid;

}

.defence_rule .box03_04_01_04_03_02 > li._arrow > span._i::after {

  right: 0;

  border-left: 24px rgb(255,228,175) solid;

}

.defence_rule .box03_04_01_04_03_02 > li:nth-child(2) {

  width: 36%;

  border: 1px rgb(255,228,175) solid;

  padding: 12px 0;

  background-color: rgb(255,255,255);

}

.defence_rule .box03_04_01_04_02_03 {

  position: absolute;

  right: calc(-100% - 44px);

  top: 0;

  width: calc(50% + 130px);

  padding: 0;

  z-index: 120;

}

.defence_rule .box03_04_01_04_02_03 > span {

  display: block;

  position: relative;

  border: 1px rgb(255,228,175) solid;

  padding: 6px;

  background-color: rgb(255,255,255);

}

.defence_rule .box03_04_01_04_02_03 > span::before {

}





.defence_rule .box03_05 {

  display: flex;

  flex-direction: row;

  justify-content: space-between;

  margin-top: 30px;

}

.defence_rule .box03_05 > div {

  color: rgb(255,255,255);

  text-align: center;

  padding: 12px 6px;

  font-size: 112.5%;

}

.defence_rule .box03_05_01 {

  width: calc(25% - 6px);

  background-color: rgb(12,156,244);

}

.defence_rule .box03_05_02 {

  width: calc(75% - 6px);

  background-color: rgb(242,96,15);

}

.defence_rule .box03_05 > .box03_05_03 {

  position: absolute;

  z-index: 100;

  bottom: 100%;

  left: 36px;

  width: 24px;

  height: 428px;

  padding: 0;

  background-color: rgb(12,156,244);

  color: rgb(255,255,255);

}

.defence_rule .box03_05 > .box03_05_03::after {

  position: absolute;

  bottom: 0;

  left: 50%;

  width: 0;

  border-top: 24px rgb(12,156,244) solid;

  border-right: 24px rgb(255,255,255) solid;

  border-left: 24px rgb(255,255,255) solid;

  transform: translate3d(-50%, 0, 0);

  content: '';

}

.defence_rule .box03_05_03 > span {

  display: block;

  position: absolute;

  bottom: 130px;

  left: 50%;

  width: 190px;

  height: 18px;

  line-height: 1;

  font-size: 87.5%;

  transform: translate3d(-50%, 0, 0) rotate(90deg);

}

.defence_rule .box03_05 > .box03_05_04 {

  position: absolute;

  z-index: 100;

  bottom: 100%;

  left: calc(50% - 63px + (50% - 112px) * 0.6);

  width: 24px;

  height: 318px;

  padding: 0;

  background-color: rgb(255,228,175);

  color: rgb(255,255,255);

}

.defence_rule .box03_05 > .box03_05_04::after {

  position: absolute;

  bottom: 0;

  left: 50%;

  width: 0;

  border-top: 24px rgb(255,228,175) solid;

  border-right: 24px rgb(255,255,255) solid;

  border-left: 24px rgb(255,255,255) solid;

  transform: translate3d(-50%, 0, 0);

  content: '';

}



@media screen and (max-width:767px) {

  .defence_rule .box03_03 > div {

    width: calc(50% - 4px);

  }

  .defence_rule .box03_04 {

    font-size: 11px;

    line-height: 1.3;

  }

  .defence_rule .box03_04_01 {

    width: calc(50% - 4px);

    padding: 4px;

  }

  .defence_rule .box03_04_01 > .title {

    top: -32px;

  }

  .defence_rule .box03_04_01_01,

  .defence_rule .box03_04_01_02,

  .defence_rule .box03_04_01_03 {

    padding: 3px;

  }

  .defence_rule .box03_04_01_04_01 {

    padding: 3px;

  }

  .defence_rule .box03_04_01_04_01 > span {

    margin-top: 4px;

    margin-bottom: 4px;

  }

  .defence_rule .box03_04_01_04_01_01 {

    padding: 3px;

  }

  .defence_rule .box03_05 > .box03_05_03 {

    left: 20px;

    width: 16px;

    height: 350px;

  }

  .defence_rule .box03_05_03 > span {

    height: 12px;

    font-size: 10px;

  }

  .defence_rule .box03_05 > .box03_05_03::after {

    border-width: 12px;

  }

  .defence_rule .box03_04_01_04_01_01_01 {

    margin-left: 28px;

  }

  .defence_rule .box03_04_01_04_01_02 {

    margin-left: 33px;

  }

  .defence_rule .box03_04_01_04_02_01 {

    margin-left: 38px;

  }

  .defence_rule .box03_04_01_04_02_02 {

    margin-left: 38px;

  }

  .defence_rule .box03_04_01_04_02_02 > li {

    padding: 3px;

  }

  .defence_rule .box03_04_01_04_02_02 > li:first-child > span::before {

    top: -28px;

    width: 12px;

  }

  .defence_rule .box03_04_01_04_02_02 > li:first-child > span::after {

    bottom: -28px;

    width: 12px;

    height: 24px;

  }

  .defence_rule .box03_04_01_04_02_02 > li:first-child::after {

    top: calc(100% + 25px);

    border-width: 12px;

  }

  .defence_rule .box03_04_01_04_02_02 > li:last-child > span::before {

    top: -28px;

    width: 12px;

  }

  .defence_rule .box03_04_01_04_02_02 > li:last-child > span::after {

    bottom: -28px;

    width: 12px;

    height: 24px;

  }

  .defence_rule .box03_04_01_04_02_02 > li:last-child::after {

    top: calc(100% + 25px);

    border-width: 12px;

  }

  .defence_rule .box03_05 > .box03_05_04 {

    left: calc(50% - 5px + (50% - 112px) * 0.6);

    width: 12px;

    height: 320px;

  }

  .defence_rule .box03_05 > .box03_05_04::after {

    border-width: 12px;

  }

  .defence_rule .box03_05 > div {

    font-size: 10px;

    padding: 3px;

  }

  .defence_rule .box03_05_01 {

    width: calc(30% - 4px);

  }

  .defence_rule .box03_05_02 {

    width: calc(70% - 4px);

  }

  .defence_rule .box03_04::before {

    right: 18px;

    width: 12px;

  }

  .defence_rule .box03_04::after {

    right: 12px;

    border-width: 12px;

  }

  .defence_rule .box03_04_01_04_02_03 {

    right: calc(-100% - 20px);

    width: 100%;

  }

  .defence_rule .box03_04_01_04_01_01_01_01 {

    font-size: 10px;

  }

  .defence_rule .box03_04_01_04_01_01_01_01::after {

    top: 24px;

    width: 12px;

    height: 100px;

  }

  .defence_rule .box03_03 > .box03_03_01::after {

    width: 12px;

    height: 450px;

  }

  .defence_rule .box03_04_01_04_01_01_01::after {

    left: calc(50% + 5px);

    width: 12px;

    height: 109px;

  }

  .defence_rule .box03_04_01_04_02_01::before {

    border-width: 12px;

  }

  .defence_rule .box03_02 {

    height: 12px;

    width: calc(50% + 18px);

    margin-bottom: 28px;

  }

  .defence_rule .box03_02::before {

    width: 16px;

  }

  .defence_rule .box03_02 > ._arrow_b {

    top: 28px;

  }

  .defence_rule ._arrow_b {

    border-width: 12px;

  }

  .defence_rule ._arrow_b::before {

    top: -28px;

    width: 12px;

  }

  .defence_rule .box03_02 > ._arrow_b:first-child {

    left: -6px;

  }

  .defence_rule .box03_02 > ._arrow_b:last-child {

    right: -6px;

  }

  .defence_rule .box03_04_01_01_01 {

    height: 12px;

  }

  .defence_rule .box03_04_01_01_01::after {

    border-width: 12px;

  }

  .defence_rule .box03_04_01_01_01 > span {

    display: block;

    margin-top: -17px;

    padding: 0 12px;

  }

  .defence_rule .box03_04_01_03_01 {

    height: 12px;

  }

  .defence_rule .box03_04_01_03_01::after {

    border-width: 12px;

  }

  .defence_rule .box03_04_01_03_01 > span {

    display: block;

    margin-top: -31px;

    padding: 0 12px;

  }

  .defence_rule .box03_04_01_03_02 {

    top: calc(50% + 14px);

    width: calc(83% - 16px);

    margin-left: 24px;

  }

  .defence_rule .box03_04_01_03_02::before {

    top: -8px;

    width: 12px;

  }

  .defence_rule .box03_04_01_03_02 > span::before {

    width: 14px;

    height: 12px;

  }

  .defence_rule .box03_04_01_03_02 > span::after {

    right: calc(100% + 14px);

    border-width: 12px;

  }

  .defence_rule .box03_04_01_04_03 {

    top: 90px;

  }

  .defence_rule .box03_04_01_04_03_01 {

    height: 12px;

    padding-top: 1px;

  }

  .defence_rule .box03_04_01_04_03_01 > span {

    display: block;

    margin-top: -17px;

  }

  .defence_rule .box03_04_01_04_03_01::after {

    border-width: 12px;

  }

  .defence_rule .box03_04_01_04_03_02 > li:nth-child(2) {

    padding: 6px 0;

    word-break: break-word;

  }

  .defence_rule .box03_04_01_04_03_02 > li._arrow > span._i::before,

  .defence_rule .box03_04_01_04_03_02 > li._arrow > span._i::after {

    border-width: 12px;

  }

  .defence_rule .box03_04_01_04_03_02 > li._arrow > span._b {

    width: calc(100% - 22px);

    height: 12px;

  }

  .defence_rule .box03_04_01_04_03_02 > li._arrow > span._t {

    left: 0;

    transform: rotate(90deg);

  }

  .defence_rule .box03_04_01_04_01_01 > ul {

    top: -16px;

    min-height: 68px;

  }

}







/* ===== risk_management ==================== */

/* contents ---- */

.gcmc_box {

  line-height: 1.5;

  text-align: center;

}

.gcmc_box div {

  position: relative;

  padding: 6px;

}

.gcmc_box .gcmc_box_01 {

  width: calc((100% - 128px - 4px) * 0.6);

  margin-left: calc(32px + 2px + (100% - 128px - 4px) * 0.05);

  border: 2px rgb(247,175,11) solid;

  background-color: rgb(255,233,189);

  font-size: 125%;

  font-weight: 700;

}

.gcmc_box .gcmc_box_02 {

  display: flex;

  flex-direction: row;

  margin-top: 48px;

  padding: 0;

}

.gcmc_box .gcmc_box_02_01 {

  width: calc(100% - 128px);

  margin-left: 32px;

  border: 2px rgb(247,175,11) dashed;

  padding: 0;

}

.gcmc_box .gcmc_box_02_01_01 {

  position: absolute;

  top: -32px;

  left: -32px;

  border: 2px rgb(247,175,11) dashed;

  padding: 6px 12px;

  background-color: rgb(255,255,255);

  z-index: 160;

}

.gcmc_box .gcmc_box_02_01_02,

.gcmc_box .gcmc_box_02_01_03,

.gcmc_box .gcmc_box_02_01_04,

.gcmc_box .gcmc_box_02_01_05 {

  background-color: rgb(255,233,189);

}

.gcmc_box .gcmc_box_02_01_02,

.gcmc_box .gcmc_box_02_01_03,

.gcmc_box .gcmc_box_02_01_05 {

  width: 60%;

  margin-right: auto;

  margin-left: 5%;

}

.gcmc_box .gcmc_box_02_01_02::after,

.gcmc_box .gcmc_box_02_01_03::after,

.gcmc_box .gcmc_box_02_01_04::after,

.gcmc_box .gcmc_box_02_01_04::before {

  display: block;

  position: absolute;

  background-color: rgb(102,102,102);

  content: '';

}

.gcmc_box .gcmc_box_02_01_02::after,

.gcmc_box .gcmc_box_02_01_03::after {

  left: 50%;

  bottom: 100%;

  width: 1px;

}

.gcmc_box .gcmc_box_02_01_02::after {

  height: 98px;

}

.gcmc_box .gcmc_box_02_01_03::after {

  height: 24px;

}

.gcmc_box .gcmc_box_02_01_04::before {

  top: 50%;

  right: 100%;

  width: calc(20% + (50% * (60 / 25)));

  height: 1px;

}

.gcmc_box .gcmc_box_02_01_04::after {

  top: 50%;

  right: calc(120% + (50% * (60 / 25)));

  width: 1px;

  height: calc(100% + 32px);

  transform: translate3d(0, -50%, 0);

}

.gcmc_box .gcmc_box_02_01_05::after {

}

.gcmc_box .gcmc_box_02_01_02 {

  margin-top: 48px;

}

.gcmc_box .gcmc_box_02_01_03 {

  margin-top: 24px;

}

.gcmc_box .gcmc_box_02_01_04 {

  width: 25%;

  margin-top: 16px;

  margin-right: 5%;

  margin-left: auto;

}

.gcmc_box .gcmc_box_02_01_05 {

  margin-top: 16px;

  margin-bottom: 24px;

}

.gcmc_box .gcmc_box_02_02 {

  display: flex;

  flex-direction: row-reverse;

  width: 96px;

  padding: 0;

}

.gcmc_box .gcmc_box_02_02 > span {

  display: flex;

  align-items: center;

  width: 40px;

  border: 2px rgb(247,175,11) solid;

  background-color: rgb(255,233,189);

  font-size: 125%;

  font-weight: 700;

  line-height: 1;

}

.gcmc_box .gcmc_box_02_02 > span > span {

  display: block;

  position: absolute;

  top: 50%;

  left: -30px;

  width: 200px;

  height: 18px;

  transform: rotate(90deg) translate3d(0,-50%,0);

}

.gcmc_box .gcmc_box_02_02_01 {

  position: relative;

  width: 56px;

}

.gcmc_box .gcmc_box_02_02_01::before,

.gcmc_box .gcmc_box_02_02_01::after {

  display: block;

  position: absolute;

  top: 50%;

  left: 0;

  content: '';

}

.gcmc_box .gcmc_box_02_02_01::before {

  width: 100%;

  height: 1px;

  background-color: rgb(102,102,102);

}

.gcmc_box .gcmc_box_02_02_01::after {

  width: 0;

  border-width: 6px;

  border-color: transparent;

  border-style: solid;

  border-right-color: rgb(102,102,102);

  border-left-style: none;

  transform: translate3d(0, -50%, 0);

}

.gcmc_box .gcmc_box_02_02_01 > span {

  display: block;

  position: absolute;

  top: calc(50% + 8px);

  left: 50%;

  width: 20px;

  height: 50%;

  line-height: 1;

  transform: translate3d(-50%, 0, 0);

}

.gcmc_box .gcmc_box_02_02_01 > span > span {

  display: block;

  position: absolute;

  top: 72%;

  left: -145px;

  width: 320px;

  height: 18px;

  transform: rotate(90deg);

}

.gcmc_box .gcmc_box_03 {

  position: relative;

  width: calc(100% - 128px);

  margin-top: 64px;

  margin-left: 32px;

  border: 2px rgb(247,175,11) solid;

  background-color: rgb(255,233,189);

}

.gcmc_box .gcmc_box_03 > span {

  font-size: 125%;

  font-weight: 700;

}

.gcmc_box .gcmc_box_03_01,

.gcmc_box .gcmc_box_03_02 {

  display: block;

  position: absolute;

  bottom: calc(100% + 2px);

  width: 45%;

  height: 64px;

  padding: 6px 12px;

}

.gcmc_box .gcmc_box_03_01 > span,

.gcmc_box .gcmc_box_03_02 > span {

  display: flex;

  flex-direction: row;

  align-items: center;

  height: 100%;

}

.gcmc_box .gcmc_box_03_01 {

  left: 0;

  border-right: 1px rgb(102,102,102) solid;

}

.gcmc_box .gcmc_box_03_02 {

  right: 0;

  border-left: 1px rgb(102,102,102) solid;

}

.gcmc_box .gcmc_box_03_01::before,

.gcmc_box .gcmc_box_03_01::after,

.gcmc_box .gcmc_box_03_02::before,

.gcmc_box .gcmc_box_03_02::after {

  position: absolute;

  width: 0;

  border-width: 6px;

  border-color: transparent;

  border-right-style: solid;

  border-left-style: solid;

  content: '';

}

.gcmc_box .gcmc_box_03_01::before,

.gcmc_box .gcmc_box_03_02::before {

  top: 0;

  border-bottom-style: solid;

  border-bottom-color: rgb(102,102,102);

}

.gcmc_box .gcmc_box_03_01::after,

.gcmc_box .gcmc_box_03_02::after {

  bottom: 0;

  border-top-style: solid;

  border-top-color: rgb(102,102,102);

}

.gcmc_box .gcmc_box_03_01::before,

.gcmc_box .gcmc_box_03_01::after {

  right: 0;

  transform: translate3d(50%, 0, 0);

}

.gcmc_box .gcmc_box_03_02::before,

.gcmc_box .gcmc_box_03_02::after {

  left: 0;

  transform: translate3d(-50%, 0, 0);

}

@media screen and (max-width:767px) {

  .gcmc_box .gcmc_box_01 {

    width: calc((100% - 64px - 4px) * 0.8);

    margin-left: calc(8px + 2px + (100% - 64px - 4px) * 0.05);

  }

  .gcmc_box .gcmc_box_02_01 {

    width: calc(100% - 64px);

    margin-left: 8px;

  }

  .gcmc_box .gcmc_box_02_01_01 {

    left: -8px;

    line-height: 1.2;

  }

  .gcmc_box .gcmc_box_02_02 {

    width: 56px;

  }

  .gcmc_box .gcmc_box_02_02 > span {

    width: 32px;

  }

  .gcmc_box .gcmc_box_02_02 > span > span {

    left: -68px;

  }

  .gcmc_box .gcmc_box_02_02_01 {

    width: 24px;

  }

  .gcmc_box .gcmc_box_02_02_01 > span > span {

    left: -149px;

  }

  .gcmc_box .gcmc_box_02_01_02,

  .gcmc_box .gcmc_box_02_01_03,

  .gcmc_box .gcmc_box_02_01_05 {

    width: 80%;

  }

  .gcmc_box .gcmc_box_02_01_04 {

    width: 40%;

  }

  .gcmc_box .gcmc_box_02_01_04::before {

    width: calc(100% - (100% / (40 / 30)));

  }

  .gcmc_box .gcmc_box_02_01_04::after {

    right: calc(100% + 100% - (100% / (40 / 30)));

  }

  .gcmc_box .gcmc_box_03 {

    width: calc(100% - 64px);

    margin-left: 8px;

  }

  .gcmc_box .gcmc_box_03 > span {

    font-size: 100%;

  }

  .gcmc_box .gcmc_box_03_01,

  .gcmc_box .gcmc_box_03_02 {

    line-height: 1.2;

  }

}





/* about_internal_control -------------- */

.about_internal_control #main_box .boxinner li {

    padding-left: 1.5em;

    text-indent: -1.5em;

}



.box0 .ir_data_list li div.ir_data_info img,

.box0 .ir_data_list ul li table td img {

	vertical-align: text-bottom;

}

.box0 .ir_data_list li div.date-m,

.box0 .ir_data_list li div.yojitsu,

.box0 .ir_data_list li div.act,

.box0 .ir_data_list li div.ir_data_title,

.box0 .ir_data_list li div.ir_data_info {

	float: left;

	padding-top: 1px;

	line-height: 1.81;

}

.box0 .ir_data_list li a:hover div.ir_data_title,

.box0 .ir_data_list li a:hover div.ir_data_info {

	text-decoration: underline;

}

.box0 .ir_data_list li div.yojitsu,

.box0 .ir_data_list li div.date-m,

.box0 .ir_data_list li div.ir_data_title {

	padding-left: 22px;

	font-weight: bold;

}

.box0 .ir_data_list li div.date-m {

	width: 78px;

}

.box0 .ir_data_list li div.ir_data_title {

	font-weight: normal;

	background-image: url(/common/images/sidemenu_arrow.png);

    background-repeat: no-repeat;

    background-position: 8px center;

}

.box0 .ir_data_list li div.yojitsu {

	padding-right: 8px;

	padding-left: 8px;

	background-color: #f7af0d;

	color: #fff; 

}

.box0 .ir_data_list li div.yojitsu.yotei { background-color: #d0131a; }

.box0 .ir_data_list li div.act {

	padding-left: 15px;

}

 ul li table li .ir_data_title {

	font-weight: normal;

	padding-left: 0;

	background: none;

}



.box0 .ir_data_list li {

    padding-top: 10px;

    padding-bottom: 10px;

    background-image: linear-gradient(to right, #999999, #999999 2px, transparent 1px, transparent 4px);

    background-size: 4px 1px;

    background-position: bottom;

    background-repeat: repeat-x;

}







/* ===== dialogue ==================== */

/* side_menu ----------------- */



.dialogue #main_box .ttl_s{border-bottom: none !important;}

.dialogue #main_box .takamatu_talk::before {content: "Takamatsu"; background-color: #ef856d; padding: 3px 5px; margin-right: 1em; color: #fff;} 

.dialogue #main_box .inoue_talk::before {content: "Inoue"; background-color: #84a2b2; padding: 3px 5px; margin-right: 1em; color: #fff;} 

.dialogue #main_box .mori_talk::before {content: "Mori"; background-color: #84b286; padding: 3px 5px; margin-right: 1em; color: #fff;} 

.dialogue #main_box .ito_talk::before {content: "Ito"; background-color: #ef856d; padding: 3px 5px; margin-right: 1em; color: #fff;} 



.dialogue .box06{border-bottom: 1px solid #333;padding-bottom: 20px;}

.dialogue .box06 h5{border-bottom: 1px solid #333; font-size: 20px;}

.dialogue .box06 p{font-weight: 700; font-size:20px; line-height: 1em;}

.dialogue .box06 span {font-size: 12px; display: block;}

.dialogue .box06 ul{width:100%;}

.dialogue .box06 ul li{font-size: 12px;}

.dialogue .box06 ul li div{float: left;}

.dialogue .box06 ul li div.date_his{width: 75px;}



.dialogue .q_text{font-weight: 700;display: inline-block; border-bottom: 2px solid #e60020; font-size: 20px;}

.dialogue .st_text{font-weight: 700;display: inline-block;}

