<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Base */
#base {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-family: "Noto Sans CJK JP";
}

div#cont {
  margin: 0;
}

.l_main {
  width: 880px;
  font-size: 16px;
  font-weight: 500;
}

/* Layout */
.l_section {}

.l_section__item {
  margin-top: 24px;
}

.l_section--primary {}

.l_usageplan__flow {
  display: flex;
  border: 1px solid #707070;
  padding: 20px;
}


.l_section--secondary {
  /*margin-top: 24px;*/
}

.m_videoPlan .l_section--secondary:not(.u_opaque) {
  margin-top: 24px;
}

.l_section--thirdly {}


.l_rightnavi {
  margin-top: 30px;
  width: 300px;
  float: right;
  font-size: 18px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0px;
}

/* Module */
.m_heading {}

.m_heading__topImage {}

.m_heading__img {}

.m_heading__img&gt;img {
  width: 880px;
}

.m_heading__txt {
  margin-top: 12px;
}

.m_heading__txt&gt;p {}

.m_heading__txtLink{}
.m_heading__txtLink:hover{
  opacity: 0.6;
  transition: .3s;
}

.m_usageplan {}

.m_usageplan__groupWrap {}

.m_usageplan__group {}

.m_usageplan__tab {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 24px;
}

.m_usageplan__tabItem {
  width: 45%;
}

.m_usageplan__tabItem+.m_usageplan__tabItem {
  margin-left: -50px
}

.m_usageplan__tabLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  border-radius: 40px;
  z-index: 0;
  transition-duration: 400ms;
  color: gray;
}
.m_usageplan__tabLink &gt; br{
  display: none; 
}

.m_usageplan__tabLink--active {
  background-color: #a11f24;
  color: #fff;
  font-weight: 600;
}

.m_usageplan__tabLink--active::before {
  content: url("../../img/dougahyakkaten/video-view-flow/icon_arrow.svg");
  padding-right: 10px;
}

.m_usageplan__tabLink--left {
  border-top: 2px solid #a11f24;
  border-left: 2px solid #a11f24;
  border-bottom: 2px solid #a11f24;
  
}
.m_usageplan__tabLink--left-test{
  padding-right: 30px;
}

.m_usageplan__tabLink--right {
  border-top: 2px solid #a11f24;
  border-right: 2px solid #a11f24;
  border-bottom: 2px solid #a11f24;
  padding-left: 30px;
}
.m_usageplan__tabLink--right-test{
  padding-left: 0px;
}

.m_usageplan__tab--left {}

.m_usageplan__tab--rgiht {}

.m_usageplan__tab--active {
  color: #fff;
  background-color: #a11f24;
}

.m_usageplan__tab--active::before {
  content: url("../../img/dougahyakkaten/video-view-flow/icon_arrow.svg");
}

.m_videoPlan {
  opacity: 0;
  height: 0;
  transform: translate(0, 100px);
  margin-bottom: 10px;
}

.m_videoPlanInner {
  margin-bottom: 20px;
}

.m_videoPlanWrap {
  height: auto;
}

.m_usageplan__flow {}

.m_usageplan_flowMovie &gt; iframe {
  width: 400px;
  height: 225px;
}

.m_usageplan__stepWrap {}

.m_usageplan__step {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #ffdce4;
  color: #000;
  position: relative;
}

.js_targetStep--active:not(.m_naviTable__stepWrap):hover {
  color: #fff;
  background-color: #E2344A;
}

.js_targetStep--active:not(.m_naviTable__stepWrap)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  z-index: 1;
  border-right: 4px solid #fff;
  background: #e2344a;
  width: 23px;
  height: 30px;
  transform: skew(-30deg);
  transition-duration: 100ms;
}

.js_targetStep--active:not(.m_naviTable__stepWrap)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  width: 23px;
  height: 30px;
  border-right: 4px solid #fff;
  background: #e2344a;
  transform: skew(30deg);
  transition-duration: 100ms;
}

.js_targetStep--active&gt;.m_usageplan__InnerWrap::before {
  content: url("../../img/dougahyakkaten/video-view-flow/icon_arrow.svg");
  padding-right: 5px;
}

.js_targetStep--active::before{
  content: url("../../img/dougahyakkaten/video-view-flow/icon_arrow.svg");
  padding-right: 5px;
}

.js_targetStep--active--last::before {
  display: none;
}

.js_targetStep--active--last::after {
  display: none;
}

.m_usageplan__step--tips {
  background-color: #DDEDF9;
}


.m_usageplan__step--active {
  color: #fff;
  background-color: #E2344A;
}

.m_usageplan__InnerWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_usageplan__InnerWrap::before {}

.m_usageplan__Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m_usageplan__Inner&gt;span {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4em;
}

.m_usageplan__stepNum {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  padding-right: 10px;
}


.m_usageplan__overviewWrap {
  position: relative;
  padding: 15px;
}

.m_usageplan__overviewWrap--border{}

.m_usageplan__overviewWrap--border::before{
  content:"";
  display:inline-block;
  top: 10px;
  width:2px;
  height: 220px;
  background-color:#cfcfcf;
  position:absolute;
  left: 0px;
}

.m_usageplan__overviewWrap--smallborder{}

.m_usageplan__overviewWrap--smallborder::before{
  content:"";
  display:inline-block;
  top: 10px;
  width:2px;
  height: 80%;
  background-color:#cfcfcf;
  position:absolute;
  left: 0px;
}

.m_usageplan__overview {}

.m_usageplan__case {
  display: flex;
  flex-direction: column;
}

.m_usageplan__case+.m_usageplan__case {
  margin-top: 20px;
}

.m_usageplan__heading {
  border-bottom: 3px solid #000;
}

.m_usageplan__headingTxt {}

.m_usageplan__flowList {
  margin-top: 10px;
}

.m_usageplan__item{
  font-size: 16px;
  font-weight: normal;
}

.m_usageplan__flowItem {
  font-weight: normal;
}

.m_usageplan__flowItem::before {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  content: '';
  border-radius: 100%;
  background: black;
}

.m_VideoAppFlow__heading {
  background-color: #E2344A;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  padding: 10px;
  padding-left: 20px;
}

.m_VideoAppFlow__ttl {}

.m_VideoAppFlow__ttl&gt;span:not([class]) {
  padding-left: 30px;
}

.m_VideoAppFlow__body {
  padding: 10px;
  padding-top: 0px;
  margin-top: 0px;
}

.m_VideoAppFlow__copy {}

.m_VideoAppFlow__pageLink {}

.m_VideoAppFlow__linkItem {
  line-height: 1.8em;
}

.m_VideoAppFlow__link {
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.m_VideoAppFlow__link:hover{
  opacity: .6;
}

.m_VideoAppFlow__link&gt;i{
  padding-left: 5px;
}

.m_VideoAppFlowNode__heading {
  padding: 10px;
  border: 2px solid #a11f24;
  color: #a11f24;
  font-weight: bold;
  font-size: 20px;
}

.m_VideoAppFlowNode__ttl {}

.m_VideoAppFlowNode__bodyWrap {}

.m_VideoAppFlowNode__body {
  padding: 15px 0px 10px 10px;
  position: relative;
}

.m_VideoAppFlowNode__subHeading {
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  background-color: #ffdce4;
}

.m_VideoAppFlowNode__subHeading--tips {
  background-color: #DDEDF9;
}

.m_VideoAppFlowNode__subTtl {
  padding-left: 10px;
}

.m_VideoAppFlowNode__subTtlStrength {
  color: #A11F24;
  text-decoration: underline;
}

.m_VideoAppFlowNode__subCopyWrap {
  margin: 15px 0px 10px 10px;
  border-left: 2px dotted;
}

.m_VideoAppFlowNode__subCopyWrap:last-child::before {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 18px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateX(-11px) rotate(135deg);
}

.m_VideoAppFlowNode__subCopyInner {
  padding-left: 10px;
  line-height: 1.6em;
}

.m_VideoAppFlowNode__subCopyWrap--noborder{
  border-left: none;
  padding-left: unset;
}

.m_VideoAppFlowNode__subCopyWrap--noborder:last-child::before{
  display: none;
}

.m_VideoAppFlowNode__subCopy {
  margin-top: 15px;
  font-size: 15px;
  font-weight: normal;
}

.m_VideoAppFlowNode__StrengthText {
  font-weight: bold;
}

.m_VideoAppFlowNode__StrengthText--color{
  color: #A11F24;
  font-weight: bold;
}

.m_VideoAppFlowNode__text {
  padding-left: 15px;
}

.m_VideoAppFlowNode__textLink{
  font-weight: bold;
  text-decoration: underline;
}

.m_VideoAppFlowNode__textLink:hover{
  opacity: .6;
}

.m_VideoAppFlowNode__img {
  margin-top: 20px;
}

.m_VideoAppFlowNode__img&gt;img {
  width: 825px;
}

.m_VideoAppFlowNode__imgGroup {
  margin-top: 14px;
  font-weight: bold;
}

.m_VideoAppFlowNode__imgGroup&gt;img {
  width: 825px;
}

.m_VideoAppFlowNode__imgText {
  font-size: 15px;
}

.m_naviTableWrap {
  font-size: 15px;
  opacity: 0;
  height: 0;
  transform: translate(0, 100px);
}

.m_naviTable__heading {
  padding: 10px;
  background-color: #a11f24;
  font-weight: bold;
  color: #fff;
}

.m_naviTable__ttl {
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.m_naviTable__ttlSub {
  padding-top: 5px;
}

.m_naviTable {}

.m_naviTable__item {
  /*margin-top: 5px;*/
}

.m_naviTable__stepWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  height: 60px;
  background-color: #ffdce4;
  color: #000;
  font-weight: 600;
}

.m_naviTable__stepWrap--tips {
  background-color: #DDEDF9;
}

.m_naviTable__step {}


.m_maviTable__Inner {
  border-bottom: 2px solid #cfcfcf;
}

.m_naviTable__InnerItem {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  border-left: 5px solid #cfcfcf;
  margin: 10px auto;
  /*height: 40px;*/
  padding-left: 10px;
}

.m_naviTable__InnerItem:hover{
  opacity: .6;
  transition: .3s;
}

.m_naviTable__InnerItem + .m_naviTable__InnerItem {
  margin-top: 15px;
}

.m_naviTable__InnerItemLink {
  font-size: 14px;
  color: #000;
}

.m_naviTable--active {
  display: block;
}

.m_naviTable--inactive {
  display: none;
}


.m_userplan__tipsWrap {
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: #DDEDF9;
  font-weight: bold;
  font-size: 18px;
  list-style: 1.4em;
}

.m_userplan__tips {
  color: #000;
}

.m_userplan__tipsCase {
  padding: 15px;
  position: relative;
  height: 130px;
  margin-top: 5px;
}

.m_pagelink{
  margin-right:  10px;
}


/* Utility */
.u_col1 {
  width: 8.333%;
}

.u_col2 {
  width: 16.667%;
}

.u_col3 {
  width: 25%;
}

.u_col4 {
  width: 33.333%;
}

.u_col5 {
  width: 41.666%;
}

.u_col6 {
  width: 50%;
}

.u_col7 {
  width: 58.333%;
}

.u_col8 {
  width: 66.666%;
}

.u_col9 {
  width: 75%;
}

.u_col10 {
  width: 83.33%;
}

.u_col11 {
  width: 91.666%;
}

.u_col12 {
  width: 100%;
}


@media screen and (max-width:768px) {
  .u_resMdCol1 {
    width: 8.333%;
  }

  .u_resMdCol2 {
    width: 16.667%;
  }

  .u_resMdCol3 {
    width: 25%;
  }

  .u_resMdCol4 {
    width: 33.333%;
  }

  .u_resMdCol5 {
    width: 41.666%;
  }

  .u_resMdCol6 {
    width: 50%;
  }

  .u_resMdCol7 {
    width: 58.333%;
  }

  .u_resMdCol8 {
    width: 66.666%;
  }

  .u_resMdCol9 {
    width: 75%;
  }

  .u_resMdCol10 {
    width: 83.33%;
  }

  .u_resMdCol11 {
    width: 91.666%;
  }

  .u_resMdCol12 {
    width: 100%;
  }

  .u_resMdHide {
    display: none !important;
  }

  .u_resMdInline {
    display: inline !important;
  }

  .m_heading__img &gt; img{
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .l_main{
    width: 100%;
    overflow: visible;
  }

  #base{
    width: 100%;
  }

  .m_usageplan__tabItem{
    width: 100%;
  }

  .m_usageplan__tabLink{
    font-size: 18px;
  }

}

@media screen and (max-width:599px) {
  .u_resSmCol1 {
    width: 8.333%;
  }

  .u_resSmCol2 {
    width: 16.667%;
  }

  .u_resSmCol3 {
    width: 25%;
  }

  .u_resSmCol4 {
    width: 33.333%;
  }

  .u_resSmCol5 {
    width: 41.666%;
  }

  .u_resSmCol6 {
    width: 50%;
  }

  .u_resSmCol7 {
    width: 58.333%;
  }

  .u_resSmCol8 {
    width: 66.666%;
  }

  .u_resSmCol9 {
    width: 75%;
  }

  .u_resSmCol10 {
    width: 83.33%;
  }

  .u_resSmCol11 {
    width: 91.666%;
  }

  .u_resSmCol12 {
    width: 100%;
  }

  .u_resSmHide {
    display: none !important;
  }

  .u_resSmInline {
    display: inline !important;
  }

  .m_heading__img &gt; img{
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  .l_main{
    width: 100%;
    overflow: visible;
  }

  #base{
    width: 100%;
  }

  .m_usageplan__tabItem{
    width: 100%;
  }

  .m_usageplan__tabLink{
    font-size: 16px;
  }

}

.u_br {}

.u_br::before {
  content: "\A";
  white-space: pre;
}

.u_hide {
  display: none !important;
}

.u_opaque {
  opacity: 0;
  height: 0;
}

.u_indent{
  margin-left: 10px;
}

.u_indent__large{
  margin-left: 30px;
}

/* JS逕ｨ繧ｯ繝ｩ繧ｹ */
.js_targetStep,
.js_targetStepSection,
.js_plan {
  transition-duration: 150ms;
}

.js_plan--inactive {
  z-index: 0;
  opacity: 0;
  height: 0;
  transition-duration: 600ms;

}

.js_plan--active {
  z-index: 10;
  top: 0;
  opacity: 1;
  transform: translate(0, 0);
  transition: all 600ms;
  height: auto;
}

.js_targetStep--active {
  background-color: #e2344a;
  color: #fff;
}

.js_targetlink {
 color: #000;
}

.js_targetlink:hover {
 opacity: .6;
}

.js_targetlink--active {
  border-left: 5px solid #E2344A;
}

/*************************
2022/2/22竊定ｦ冶�縺ｮ豬√ｌ霑ｽ蜉�蛻� 
*************************/
.m_heading__txtLink_main{
  border-bottom: 1px solid;
}
.m_heading__txtLink_main:after{
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  margin: 0 4px;
  font-weight: 600;
  font-size: 16px;
}
.m_usageplan_flowCopy_ttl{
  border-left: 5px solid #E2344A;
  padding-left: 15px;
}
.m_usageplan_flowCopy_txt{
  border-left: 5px solid #E2344A;
  padding-left: 15px;
  padding-top: 10px;
}
.m_usageplan_flowNav{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
  padding: 0 20px;
}
.m_usageplan_flowNav_box{
  border: 1px solid #E2344A;
  border-right: none;
  width: calc(100% / 2);
  position: relative;
}
.m_usageplan_flowNav_boxWrap{
  width:100%;
  height: 100%;
  color: #E2344A;
  display: inline-block;
  padding: 10px 25px;
  font-weight: bold;
}
.m_usageplan_flowNav_boxWrap{
  position:relative;
}

.m_usageplan_flowNav_boxWrap-fa:before,
.m_usageplan_flowNav_boxWrap-fa:after,
.m_usageplan_flowNav_boxWrap-ba:before,
.m_usageplan_flowNav_boxWrap-ba:after{
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border: solid 47px transparent;
}
.m_usageplan_flowNav_boxWrap-fa:before{
  border-right: solid 13px transparent;
  border-left: solid 13px #E2344A;
  top: -2px;
  left: -1px;
  z-index: 10;
}
.m_usageplan_flowNav_boxWrap-fa:after{
  border-left: solid 13px #fff;
  border-right: solid 13px transparent;
  top: -2px;
  left: -2px;
  z-index: 20;
}
.m_usageplan_flowNav_boxWrap-ba:after{
  border-left: solid 13px #fff;
  border-right: solid 13px transparent;
  top: -2px;
  right: -12px;
  z-index: 40;
}
.m_usageplan_flowNav_boxWrap-ba:before{
  border-right: solid 13px transparent;
  border-left: solid 13px #E2344A;
  top: -2px;
  right: -13px;
  z-index: 30;
}
.m_usageplan_flowNav_boxWrap-ba-last:after{
  content: "";
  width: 1px;
  height: 92px;
  display: block;
  position: absolute;
  background-color: #E2344A;
  top: -1px;
  right: 12px;
}
.m_usageplan_flowNav_boxWrap-ws:after {
  content: "";
  height: 112px;
  width: 14px;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: -3px;
}

.m_usageplan_flowNav_box:hover{
  /*opacity: 0.6;*/
  transition: .3s;
  background-color: #E2344a;
}
.m_usageplan_flowNav_box:hover .m_usageplan_flowNav_boxWrap{
  color: #fff;
  transition: .3s;
}
.m_usageplan_flowNav_box:hover .m_usageplan_flowNav_boxWrap-ba:after{
  border-left: solid 13px #E2344a;
  transition: .3s;
}
.m_usageplan_flowNav_boxWrap-fa:hover:before{}
.m_usageplan_flowNav_boxWrap-fa:hover:after{}

.m_usageplan_flowNav_boxWrap_ttl{
  text-align: center;
}
.m_usageplan_flowNav_boxWrap_ttlMain{
  font-size: 20px;
  border-bottom: 2px solid;
  display: inline-block;
  text-align: center;
}
.m_usageplan_flowNav_boxWrap_txt{
  text-align: center;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_usageplan_flowNav_box:first-of-type .m_usageplan_flowNav_boxWrap-fa:before,
.m_usageplan_flowNav_box:first-of-type .m_usageplan_flowNav_boxWrap-fa:after{
  display: none;
}
.m_usageplan_flowNav_question{
  margin-left: auto;
  margin-right: 14px;
  height: 94px;
  display: flex;
  align-items: center;
}
.m_usageplan_flowNav_questionWrap{
  display: flex;
  align-items: center;
  border: 1px solid #1F2EA1;
  border-radius: 30px;
  padding: 0 20px 0 0px;
  border-left: none;
  color: #1F2EA1;
  font-weight: bold;
}
.m_usageplan_flowNav_questionWrap:hover{
  color: #fff;
  background-color: #1F2EA1;
}
.m_usageplan_flowNav_questionMain {
  background-image: url(/resource/img/dougahyakkaten/video-view-flow/icon_q_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 44px;
  height: 44px;
  display: inline-block;
  border:1px solid #1F2EA1;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #fff;
}
.m_usageplan_attention-test{
  margin-top: 20px;
}
.m_heading__txt,
.m_usageplan_attentionTxt{
  font-weight: normal;
}
.m_VideoAppFlowNode__text_arrow{
  background-image: url(/resource/img/dougahyakkaten/video-view-flow/icon_play-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.m_VideoAppFlowNode__text-asterisk{
  padding-left: 30px;
}
.m_VideoAppFlowNode__text-trouble{
  font-weight: bold;
}
.m_usageplan__stepNum-q{
  text-decoration: none;
  background-image: url(/resource/img/dougahyakkaten/video-view-flow/icon_q_red.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 34px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.m_usageplan__stepNum-qTtl{}
.m_VideoAppFlowNode__text_Qlink{
  color: #1F52F9;
  text-decoration: underline;
}
.m_VideoAppFlowNode__text_Qlink:hover{
  opacity: 0.6;
  transition: .3s;
}
@media screen and (max-width:768px) {
  .l_usageplan__flow{
    display: block;
    padding:15px;
  }
  .m_usageplan_flowMovie{
    text-align: center;
    margin: 20px 0px auto;
  }
  .m_usageplan_flowNav_box{
    display: none;
  }
  .m_usageplan_attention-test{
    margin-top:0px;
  }
  .m_usageplan__tab{
  }
  .m_usageplan_flowNav{
    margin-top: 0;
  }
}
@media screen and (max-width:599px) {
  .m_VideoAppFlow__heading{
    font-size: 20px;
  }
  .m_usageplan_flowMovie{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .m_usageplan_flowMovie &gt; iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 100%;
  } 
  .m_usageplan__tabLink &gt; br{
    display: block; 
  } 
  .m_usageplan_flowNav_question{
    margin-right: auto;
  }
}

/*****************
蜀雁ｭ先蕗譚舌ユ繧ｹ繝井ｻ倥″逕ｨ
*****************/

.m_usageplan_flowNav_box-test{
  margin-bottom:20px;
}
.m_VideoAppFlowNode__strongtext-booklet{
  font-weight: bold;
  margin-top: 20px;
}
.m_usageplan_flowNav_question-test{
  align-items: flex-end;
}
.m_VideoAppFlowNode__img-blank{
  height: 15px;
  width: 100%;
}
.m_VideoAppFlowNode__text-miss{
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .m_usageplan_flowNav_question-test{
    align-items: center;
  }
}

/*****************
隕冶�縺ｮ豬√ｌJS逕ｨ
*****************/

.m_naviTable__InnerItem{
}
.m_naviTable__InnerItem-active{
border-color: #E2344A;
}

/*****************
繧医￥縺ゅｋ雉ｪ蝠�
*****************/
.m_viewQA__bodyWrap{
  border-bottom: 1px solid #707070;
  padding-top: 30px;
  padding-bottom: 30px;
}
.m_heading__txt-QA{}
.m_heading__txtMain-QA{
  font-size:15px;
}
.m_viewQA_nav{
  margin-top: 30px;
}
.m_viewQA_navHeading_txt{
  font-size: 20px;
  font-weight: bold;
}
.m_viewQA_navHeading_txt:before{
  content:"";
  background-image: url(/resource/img/dougahyakkaten/video-view-flow/icon_q_black.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
  margin-right: 5px;
}
.m_viewQA_navWrap{
  border: 1px solid #707070;
  margin-top: 5px;
  padding: 20px 20px 0 20px;
}
.m_viewQA_navSub_heading_txt{
  display: inline-block;
  font-weight: bold;
  background-color: #FFDCE4;
  padding: 5px 20px;
}
.m_viewQA_navlist{
  margin-top: 20px;
  margin-bottom: 20px;
}
.m_viewQA_navItem{
  margin-bottom: 10px;
  text-indent: -24px;
  padding-left: 24px;
}
.m_viewQA_navItem_main{
  font-size:16px;
  color: #333;
}
.m_viewQA_navItem_main:hover{
  opacity: 0.6;
  transition: .3s;
}
.m_viewQA_navItem_Q{
  font-family: 'Roboto', sans-serif;
  color: #E2344A;
  font-size: 20px;
  margin-right: 5px;
}
.m_viewQA_heading{
  font-family: 'Roboto', sans-serif;
  font-size: 56px;
  font-weight: bold;
  border-bottom: 4px solid #333;
}
.m_viewQA_headingSub{
  font-size: 32px;
  margin-left: 5px;
}
.m_viewQA_item_q{
  display:flex;
}
.m_viewQA_item_q_txt{
  color: #A11F24;
  font-size: 18px;
  font-weight: bold;
}
.m_viewQA_item_a{
  display: flex;
  margin-top: 10px;
}
.m_viewQA_item_q_icon{
  background-image: url(/resource/img/dougahyakkaten/video-view-flow/icon_q.svg);
  position:relative;
  top: -7px;
}
.m_viewQA_item_a_icon{
  background-image: url(/resource/img/dougahyakkaten/video-view-flow/icon_a.svg);
}
.m_viewQA_item_q_icon,
.m_viewQA_item_a_icon{
  background-repeat: no-repeat;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}
.m_viewQA_item_a_txt {
  margin-top: 8px;
  overflow-wrap: break-word;
  overflow: hidden;
}
.m_viewQA_item_a_txtMain{
  font-weight: normal;
}
.m_viewQA_item_a_txt-numlist{
  text-indent: -1rem;
  padding-left: 1rem;
}
.m_viewQA_item_a_txtLists {
    padding-left: 24px;
}
.m_viewQA_item_a_txtList_item{
  font-weight: normal;
  list-style-type: disc;
}
.m_viewQA_item_a_txtMain-server{
  padding-left: 1rem;
}
.m_viewQA_item_a_txtMain-server &gt; br {
  display: none;
}
.m_viewQA_item_a_txt-strong{
  font-weight: bold;
}
.m_viewQA_item_a_txt-strong + .m_viewQA_item_a_txtMain{
  padding-left: 1rem;
}
.m_viewQA_item_a_imgMain{
  margin-left: 50px;
  margin-top: 20px;
}
.m_viewQA_item_links{
  margin: 10px 0px 10px 50px;
}
.m_viewQA_item_link + .m_viewQA_item_link{
  margin-top: 5px;
}
.m_viewQA_item_linkTarget:link {
 color: #1F52F9;
 text-decoration: underline;
}
.m_viewQA_item_linkTarget:visited {
 color: #551A8B;
 text-decoration: underline;
}
.m_viewQA_item_linkTarget:hover {
  opacity: 0.6;
  transition:.3s;
}
.m_viewQA_item_linkTarget:active {
 color: #FF0000;
 text-decoration: underline;
}
.m_viewQA_contact {
  padding-left: 50px;
  margin: 30px 0 50px 0;
}
.m_viewQA_contactTxt{
  font-weight: normal;
}
.m_viewQA_contactTxt-strong{
  font-weight: bold;
  padding-left: 1rem;
}
.m_VideoAppFlowNode__QA_bodyWrap{
  margin-top: 30px;
}
.m_VideoAppFlowNode__QA_text{
  padding-left: 50px;
}
.m_VideoAppFlowNode__QA_flowLink{
  display:flex;
  justify-content: space-between;
  margin: 30px 50px;
}
.m_VideoAppFlowNode__QA_flowLink_boxTarget{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #A11F24;
  padding: 5px 50px 5px 20px;
  border: 2px solid #A11F24;
  border-radius: 23px;
  margin-left: 0px;
  margin-right: 0px;
  box-sizing: border-box;
  position: relative;
}
.m_VideoAppFlowNode__QA_flowLink_boxTarget:before{
  content: url("../../img/dougahyakkaten/video-view-flow/icon_arrow.svg");
  margin-right: 5px;
  vertical-align: -3px;
}
.m_VideoAppFlowNode__QA_flowLink_boxTarget:hover{
  animation-name: QAflowBtn;
  animation-fill-mode:forwards;
  animation-duration:200ms;
  animation-iteration-count:1;
  animation-timing-function:ease-out;
  animation-direction:normal;
}
@keyframes QAflowBtn{
  0% {
    color: #fff;
    background-color: #A11F24;
  }
  100% {
    color: #fff;
    background-color: #A11F24;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width:768px) {
  .m_viewQA_item_a_imgMain{
    margin-left: 0px;
  }
  .m_VideoAppFlowNode__QA_flowLink{
    display: block;
  }
  .m_VideoAppFlowNode__QA_flowLink_box {
    text-align: center;
    margin: 20px 0;
  }
  .m_VideoAppFlowNode__QA_flowLink_boxTarget {
    width: 381px;
  }
}
@media screen and (max-width:599px) {
  .m_viewQA_navWrap{
    padding: 20px 10px 0px 10px;
  }
  .m_viewQA_item_a{
    font-size: 15px;
  }
  .m_viewQA_item_links{
    font-size: 15px;
  }
  .m_viewQA_item_a_txt-numlist{
    margin-top: 5px;
  }
  .m_viewQA_item_a_txtMain-server {
    padding-left: 2rem;
    text-indent: -1rem;
  }
  .m_viewQA_item_a_txtMain-server &gt; br {
    display: block;
  }
  .m_viewQA_contact{
    padding-left: 0;
  }
  .m_viewQA_contactTxt-strong {
    padding-left: 0; 
  }
  .m_VideoAppFlowNode__QA_text{
    padding-left: 0;
  }
  .m_VideoAppFlowNode__QA_flowLink{
    margin: 30px 0;
  }
  .m_VideoAppFlowNode__QA_flowLink_boxTarget{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    width: 300px;
  }
  .m_VideoAppFlowNode__QA_flowLink_boxTarget:before{
    display: none;
  }
}</pre></body></html>