<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@500&amp;display=swap');

/*ClearStart*/
html {
  font-size: 10px;
}

td,
th,
input,
textarea,
li,
p,
span,
a {
  color: #333;
  font-family: 
  font-family: 'Noto Sans JP', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  -moz-font-feature-settings: "palt";
       font-feature-settings: "palt";
}

input, select {
  /* andoid選択線*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
}

input::placeholder {
  color: #666;
}

input::-webkit-input-placeholder {
  color: #666;
}

input::-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #666;
}

#Wrapper,
.cv-btn {
  overflow-wrap: break-word;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 400;
  /*-moz-font-feature-settings: "palt";
       font-feature-settings: "palt";
  position: relative;
  opacity: 0;*/
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #333;
  text-decoration: none;
  /*
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
  */
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
  */
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}
/*ClearEnd*/
header {
    background: #008837;
    display: flex;
    justify-content:space-between;
    padding: 12px;
    
-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	  align-items: center;
}

header h1 {
    line-height: 1;
}

header a {
    color: #FFF !important;
    font-weight: 600;
    font-size: 1.8rem;
}
    header a:first-child {
        font-size: 0;
    }
header h1 {
    flex-basis: 200px;
    max-width:200px;
}

@media screen and (max-width: 768px) {
    header h1 {
        flex-basis: 23.2vw;
        max-width:23.2vw;
    }
}
    header h1 img {
        width: 100%;
    }



#Wrapper {
    margin-bottom: 11rem;
}
#Wrapper &gt; section,
.cv-btn {
    padding-left: 6.4%;
    padding-right: 6.4%;
}
#Wrapper &gt; section#Case {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #fcf7ef;
}

#Wrapper &gt; section {
    padding-top: 32px;
    padding-bottom: 32px;
}

/*PC*/
@media screen and (min-width:769px) {
    /*#Wrapper &gt; section,
    #Wrapper &gt; section#Case*/

    #Wrapper {
        margin-bottom: 12rem;
    }
    #Wrapper &gt; section &gt; .Innner
    {
        max-width: 1280px;
        margin: 0 auto;
    }
}



section h2 {
    color: #0E7035;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 700;
}

section h2 span {
    display: block;

    background: url(../images/tit_line.png) no-repeat center bottom;
    -moz-background-size: 48px 2px;
         background-size: 48px 2px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: 'Hind', sans-serif;
    
    color: #008837;
}


.CV,
.CnCV {
    margin: 0 auto;
}

.cv-btn {
    background: rgba(228,239,233,0.9);
    padding-top: 5px;
    padding-bottom: 5px;
}

.cv-btn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 

    -webkit-box-pack: space-between;
       -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
}
.cv-btn li {
	flex-basis: 48%;
}
.cv-btn li a {
    line-height: 1.4;    
}


.cv-btn li,
.CV li,
.CnCV,
.reShindan {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 10px;

    box-shadow: 0px 3px 6px #00000033;
    -webkit-box-shadow: 0px 3px 6px #00000033;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
    .cv-btn li {
         font-size: 1rem;
    }
.reShindan {
    font-size: 1.4rem;
    font-weight: 600;
    
    color: #FFF !important;
    background: #999;
    display: block;
    padding: 2rem 1.6rem;
}



.CV li strong,
.CnCV strong {
    font-size: 2.0rem;
}
    .cv-btn li strong {
        font-size: 1.6rem;    
    }
.cv-btn li a,
.CV li a,
.CnCV a {
    display: block;
    color: #FFF;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

.CV li a {
    line-height: 72px;
}
.CnCV a {
    line-height: 52px;
}




.cv-btn li a:before,
.CV li a:before,
.CnCV a:before {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 14px;
    background: url(../images/arrow_white.svg) no-repeat left center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
}

.cv-btn a,
.CnCV a,
.CV li:first-child a {
    background: #ffA630;
}
.cv-btn li:last-child a ,
.CV li:last-child a {
    background: #008837;
}
.cv-btn h3,
.CV h3 {
    position: relative;
    text-align: center;
}

.cv-btn h3:after,
.cv-btn h3:before,
.CV h3:after,
.CV h3:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
}

.cv-btn h3:after,
.CV h3:after {
    width: 11px;
    height: 14px;
    background: url(../images/line01.svg) no-repeat left center;
    top: 0;
    bottom: 0;
    right: 24px;
}

.cv-btn h3:before,
.CV h3:before {
    width: 11px;
    height: 14px;
    background: url(../images/line02.svg) no-repeat left center;
    top: 0;
    bottom: 0;
    left: 24px;
}

/*スマホ*/
@media screen and (max-width:768px) {


    .cv-btn li a:before,
    .CV li a:before,
    .CnCV a:before {
        right: 1rem;
    }

}

/*PC*/
@media screen and (min-width:769px) {
    #Wrapper &gt; section.CV {
        width:900px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cv-btn h3,
    .CV h3 {
        width: 40%;
        margin-right: auto;
        margin-left: auto;
    }    
    .CV ul {
        display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	  align-items: center;	
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;     
    }
    .CV li {
        flex-basis: 48%;
    }
          
}



.simulation {
    background: #fcf7ef;
}

.simulation h2 {
	background: #008837;
	color: #FFF;
	font-weight: 300;
	font-size: 1.4rem;
	text-align: center;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
      justify-content: center;

    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.simulation h2 span {
	color: #FFF;	
    line-height: 1.5;
}
.simulation h2 span img {
    width:9vw;
    margin-right: 2vw;
}
.simulation h2 strong {
	font-weight: 700;
	font-size: 2.8rem;
}

/*PC*/
@media screen and (min-width:769px) {
    .simulation h2 span img {
        width:44px;
        margin-right: 2rem;
    }
    .simulation h2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}


/*.simulation {
  background: url(/images/cashing/ld/201812/UT_bg-beige.jpg) no-repeat center/cover;
  position: absolute;
  top: 53.93548%;
  widthth: 100%;
  border-bottom: 1px solid #efefef;
}*/

.simulation-cont {
  margin: 25px 5% 0;
  text-align: center;
}

.simulation-cont input.btn-sindan {
   width: 100%;
   margin: 15px auto 12.5px;

    background: transparent linear-gradient(180deg, #FFFFFF 0%, #DFECE5 100%) 0% 0% no-repeat;
    box-shadow: 0px 3px 6px #999999;
    border: 1px solid #E4EFE9;
    border-radius: 6px;
    font-size: 2rem;
    font-weight: 700;
    color: #0E7035;
    line-height: 3rem;
    position: relative;
    
    padding-top: 1em;
    padding-bottom: 1em;
}
    .simulation-cont input.btn-sindan:hover {
        cursor : pointer;
    }

.simulation-cont input.btn-sindan:before {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 14px;
    background: url(../images/arrow_white.svg) no-repeat left center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
}

.simulation-cont input.btn-reset {
  text-decoration: underline;
  color: #666666;
  margin-bottom: 1.2em;
}

p.txt-note {
  color: #707F89;   
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 0.5em;
}
.simulation-cont p.txt-note {
  text-align: left !important;
  margin: 0;
}

.simulation-cont .message-cont p.txt-note {
  text-align: center !important;
}

@media screen and (min-width:769px) {
    .simulation-cont p.txt-note {
        font-size: 1.4rem;
    }
    .simulation-cont {
       width: 50%;
       margin-right: auto;
       margin-left: auto;
    }
    .shindan_table {
        width: 100%;
    }
    .simulation-cont input.btn-sindan {
        width: 50%;
    }

}



#simulation .simulation-content form table.shindan_table tr {
  display: flex;
  align-items: center;
    
    border-bottom: 10px solid #fcf7ef;
}

#simulation .simulation-content form table.shindan_table th {
  color: #333333;
  width: 35%;
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}

#simulation .simulation-content form table.shindan_table td {
  text-align: left;
  width: 63%;
}

#simulation .simulation-content form table.shindan_table select {
  color: #666666;
  background: #fff;
  border: 1px solid #666666;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  border-radius: 0;
 /* margin-bottom: 1.5em;*/
  overflow: hidden;
}

#simulation .simulation-content form table.shindan_table .input-sm {
  background: #fff;
  border: 1px solid #666666;
  border-radius: 0;
  padding: 0;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 0.6em;
  width: 54%;
  /*margin-bottom: 1.5em;*/
  line-height: normal;
}

#simulation .simulation-content form table.shindan_table .input-sm::-webkit-input-placeholder {
  padding-bottom: 0em;
}

#simulation .simulation-content form table.shindan_table span {
  display: block;
  /*color: #707F89;
  font-size: 1.1rem;*/
}

#simulation .simulation-result {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #FFF;
  background-color: rgba(245,245,245,0.90);
  overflow-y: auto;
}


#simulation .simulation-result-inner {
  background: #999;
}

#simulation .simulation-result .message-cont {
  position: relative;
  padding: 0 4%;
  background: #fcf7ef;
  /*padding-top: 10%;*/
  /*background: url(/images/cashing/ld/201812/UT_bg-beige.jpg) no-repeat center/cover;*/
}


#simulation .simulation-result .message-ttl {
  position: absolute;
  top: -4%;
  left: 0;
  right: 0;
}

#simulation .simulation-result .message-box {
  background: #fff;
  padding: 20px 6% 20px;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 15px;
}

#simulation .simulation-result .message-top {
  font-weight: bold;
  color: #FFA630;
  text-align: center;
  padding: 0.8em 0;
}

.pt1em {
    color: #666;
    font-size: 1.4rem;
}
.ft12 {
    color: #666;
    font-size: 1.2rem;
}


#simulation .simulation-result .message-lg {
  font-size: 24px;
  font-size: 6.4vw;
}

#simulation .simulation-result .message-lg1 {
  color: #008837;
  font-weight: bold;
    text-align: center;
    /*background:-webkit-linear-gradient(transparent 40%, #fcf7ef 40%);
    background:-o-linear-gradient(transparent 40%, #fcf7ef 40%);
    background:linear-gradient(transparent 40%, #fcf7ef 40%); */
}

#simulation .simulation-result .message-lg2 {
  color: #cf0d23;
  font-weight: bold;
  line-height: 1.5em;
}

#simulation .simulation-result .message-red {
  color: #cf0d23;
  text-align: center;
  font-weight: bold;
  line-height: 2.5em;
}

#simulation .simulation-result .message-btn {
  width: 100%;
  margin-bottom: 15px;
}

#simulation .simulation-result .btn-result-close {
  text-align: center;
  /*font-size: 16px;
  font-size: 4.26667vw;*/
  color: #fff;
  padding: 1em 0;
  width: 100%;
  cursor:pointer;  
}


/*スマホ*/
@media screen and (max-width: 768px) {
    #simulation .simulation-result .message-cont {
        padding: 4%;
        height: 90%;
    }
    /*#simulation .simulation-result-inner {
    height: 100%;
    }*/
    #simulation .simulation-result .btn-result-close {
      padding: 0.5em 0;
    }
}

/*PC*/
@media screen and (min-width:769px) {
   #simulation .simulation-result-inner {
      padding-top: 5em;
    }  

    #simulation .simulation-result .message-cont {
      padding-top: 5%;
      padding-bottom: 5%;
      max-width: 1000px;
      margin: 0 auto;
    }
    #simulation .simulation-result .message-lg {
        font-size: 3rem;
    }
    #simulation .simulation-result .message-lg2 {
        text-align: center;
    }
    #AIFULID20130129008 {
        margin-top: 50px;
    }
    .message-box {
        text-align:center;
    }
    
}

#Feature {
    background: #e4efe9;    
}
#Feature div#pointWrapper {
    display: flex;
    justify-content:space-around;
    
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#Feature div#pointWrapper dl {
    display: block;
    width: -webkit-calc(95% / 2);
    width: -moz-calc(95% / 2);
    width: calc(95% / 2);
    
    text-align: center;
	margin-bottom: 24px;
}

/*PC*/
@media screen and (min-width:769px) {
    #Feature div#pointWrapper dl {
    width: -webkit-calc(95% / 3);
    width: -moz-calc(95% / 3);
    width: calc(95% / 3);
    }  
}


#Feature div#pointWrapper dt {
    text-align: center;
}
#Feature div#pointWrapper dl dt img {
    max-width: 21.333vw;
   /* max-width:100%;*/
}
#Feature div#pointWrapper dd {
    font-size: 1.4rem;
    margin-top:10px;
}



#Case div {
    position: relative;
    border-bottom: 10px solid #f60;
    
    background: #5614D0;
    
    height: 300px;
    
    /*background: url(../images/case01.png) no-repeat -36px bottom;
    
    -moz-background-size: 284px auto;
         background-size: 284px auto; */   
}

#Case div &gt; img,
#Case dl,
#Case figure {
    position: absolute;
}

/*#Case figure img,
#Case figure figcaption*/

#Case div &gt; img {
    width: 320px;
}
#Case div:nth-child(even) {
    left: -36px;
}
#Case div:nth-child(odd) {
    background: #5839B1;
    right: -36px;
}


#Case dl {
    width: 66.6%;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000033;
    -webkit-box-shadow: 0px 3px 6px #00000033;
    background: #FFF;
    bottom: 0;
}

#Case div:nth-child(even) dl {
    right: 0;  
}
#Case div:nth-child(odd) dl {
    left: 26px; 
}





#Case dt span {
    background: #ffcc7f;
}
#Case dd {
    font-size: 1.3rem;
}
#Case figure {
    background: #140BD7;
    right: -100px;
    bottom: 6rem;
    position: absolute;

}
#Case figure img {
    width: 72px;

    /*right: 26px;
    bottom: 6rem;*/
}

#Case figure figcaption {
    bottom: 6rem;
    position: absolute;
}
#Case figcaption span {
    background: #FFF;
    font-size: 1.2rem;
}

#Flow {
    background:#fcf7ef;
}

#Flow dl {
    background: url(../images/arrow.png) no-repeat center bottom;

    -moz-background-size: 150px auto;
         background-size: 150px auto;
    
    padding-bottom: 30px;
}

#Flow dl:last-child {
    background-image: none;
    padding-bottom: 0;
}

#Flow dt {
    border-bottom: 2px solid #008837;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;    
    
    padding: 8px 5px 8px 5px;
    
    font-weight: 600;
    
    /*
    margin: 54px 0 0.5em;
    font-size: 3rem;
    background-color: #dfe8ef;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
}

#Flow dt span {
 color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    background-color: #008837;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.5rem;
}

#Flow dt:befroe {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 14px;
    background: url(../images/arrow_white.svg) no-repeat left center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
}

#Flow dd,
#ProductWrap div {
	color: #5D5D5D;
	padding: 2.6%;
}

#Flow ul.tab-group,
#Product ul.tab-group {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;

-webkit-box-align: center;
   -moz-box-align: center;
   -ms-flex-align: center;
      align-items: center;
    
    margin-bottom: 32px;
}
#Flow .tab-group li,
#Product .tab-group li {
	flex-basis: 50%;
}

#Flow .tab-group li,
#Product .tab-group li {
	/*display: block;*/
	background: #E3F1E8;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
	text-align: center;
	border: 1px solid #008837;
	padding: 5px 0 12px 0;
}

#Flow .tab-group li:last-child,
#Product .tab-group li:last-child {
	background: #fddfb5;
    border-color: #ffa630;
}


#Flow .tab-group li span,
#Product .tab-group li span {
    -moz-border-radius: 6px;
    border-radius: 6px;
	display: inline-block;
	background: #FCF7EF;
	font-size: 1.2rem;
	padding: 2px 4px;
}

.adv-tab-area .js-tab-cont {
  display: none;
}

.adv-tab-area .is-on {
  display: block;
}

#Flow .tab-group li.is-active,
#Product .tab-group li.is-pactive {
	background: #008837;
	color: #FFF;
}
    #Flow .tab-group li:last-child.is-active,
    #Product .tab-group li:last-child.is-pactive {
        background: #ffa630;
    }

#Flow dd h3#WebKan {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;

-webkit-box-align: center;
   -moz-box-align: center;
   -ms-flex-align: center;
      align-items: center;

/*-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
        justify-content: space-around;*/
}

#Flow dd h3#WebKan {
	vertical-align: middle;
	font-weight: 500;
}
#Flow dd h3#WebKan strong {
	/*background: #febc64;*/
	color: #FFF;
	width: 16.8vw;
	height: 16.8vw;
    -moz-border-radius: 6px;
         border-radius: 6px;
	text-align: center;
	
	align-self: center;
	vertical-align: middle;
    }

    #Flow dd h3#WebKan strong img {
        width: 100%;
    }




#Flow dd h3#WebKan em {
	font-style: normal;
	padding-left: 1rem;
    line-height: 1.2;
}
#Flow #Tento ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	  align-items: center;	

    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
}



#Flow #Tento .Icon,
#Flow #Tento #ATM li{
    flex-basis: 21.333vw;
    max-width: 21.333vw;      
}

#Flow #Tento .Icon img,
#Flow #Tento #ATM li img {
    width:100%;
}


@media screen and (min-width:769px) {
    #Flow dd h3#WebKan strong {
        width: 126px;
        height: 126px;
    }
    #Flow #Tento .Icon,
    #Flow #Tento #ATM li {
      flex-basis: 160px;
        width: 160px;
        max-width: 160px;
    }

}




#Flow #Tento div {
	border-bottom: 1px dotted #0E7035;
	padding: 24px 0;
}
#Flow #Tento div:last-child {
	border: none;
}

#Flow #Tento div:last-child ul {
	margin-top: 15px;
}

#Flow #Tento h3 {
	margin-bottom: 15px;
}

#Flow #Tento h3 span {
	display: inline-block;
	padding: 2px 5px;
	font-weight: 600;
	font-size: 2rem;
	background:-webkit-linear-gradient(transparent 40%, #e4efe9 40%);
	background:-o-linear-gradient(transparent 40%, #e4efe9 40%);
	background:linear-gradient(transparent 40%, #e4efe9 40%);
}
#Flow #Tento li,
#Flow #Tento p {
	color: #5D5D5D;
}

#TEL h4 {
	font-weight:400;
}

#TEL a {
	font-size:2.8rem;
	color: #0E7035;
	font-weight: 600;
}


#QA dt span {
 color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    background-color: #008837;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

#QA dt {
    position: relative;    

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
   
    
    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E4EFE9;
    /*padding: 10px 0;*/

    word-break: break-all;
    
    
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

    padding: 5.06667vw 2.66667vw;
    padding-right: 8.53333vw;



    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    
    /*-webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/    
}

#QA dt:hover {
    cursor : pointer;
}

    /*PC*/
    @media screen and (min-width:769px)  {
        #QA dt {
           padding: 10px 5px;
           padding-right: 20px;     
        } 
        
        #QA dt:hover { 
                    background-color: #fff;
            -webkit-transform: scale(1.02) translateY(-1px);
               -moz-transform: scale(1.02) translateY(-1px);
                -ms-transform: scale(1.02) translateY(-1px);
                    transform: scale(1.02) translateY(-1px);
            
            opacity: 0.8 ;
            /*font-weight: 500;*/
            
            -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
            transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
            -moz-transition: transform 0.3s cubic-bezier(0.23, 1, 0.58, 1), -moz-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
            transition: transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
            transition: transform 0.3s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1), -moz-transform 0.3s cubic-bezier(0.23, 1, 0.58, 1);
        }
                 
    }


#QA dt:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 14px;
    background: url(../images/arrow_down.svg) no-repeat left center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;    
}
#QA dd {
    background: #E4EFE9;
    padding: 10px;
	color: #5D5D5D;
}

    #QA dd a {
        color: #FFA630;
        text-decoration: underline;
    }

#ProductWrap h3 {
    background: #E4EFE9;
    font-size: 1.5rem;
	font-weight: 500;
	line-height: 50px;
	padding: 0 10px;
}

#ProductWrap table {
    width: 100%;
    background:#E4EFE9;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#ProductWrap th {
    background: #E4EFE9;
    padding: 0.5rem;
}
#ProductWrap td {
    background: #FFF;
    padding: 0.5rem;
}
#ProductWrap div,
#ProductWrap div p,
#ProductWrap div th,
#ProductWrap div td,
#ProductWrap div li {
    font-size: 1.5rem;
    color: #5D5D5D;
}


.follow {
  display: none;
  position: fixed;
  z-index: 100;
  /*width: 940px;*/
  bottom: 0;
  left: 0;
  right: 0;
}

footer {
    background: #008837;
    padding: 2rem;
    color: #FFF;
    text-align: center;
}
    footer p {
        font-size: 1rem;
        color: #FFF;
    }

    footer h3 img {
    width: 20vw;
    }
/*PC*/
@media screen and (min-width: 769px){
    footer h3 img {
    width: 200px;
    }  
}





aside {
    text-align: center;
    border: 2px solid #E4EFE9;
    padding: 1rem;
    font-size: 1.3rem;
    color: #5D5D5D;
}



/*タブの大事な箇所*/
.tab-group{
    display: flex;
    justify-content: center;
}
.tab,
.tabproduct {
    flex-grow: 1;
    padding:5px;
    list-style:none;
    border:solid 1px #CCC;
    text-align:center;
    cursor:pointer;
}
.panel-group{
}
.panel,
.p-panel {
    display:none;
}
.tab.is-active,
.tabproduct.is-pactive {
    transition: all 0.2s ease-out;
}
.panel.is-show,
.p-panel.is-pshow {
    display:block;
}
/*タブの大事な箇所ここまで*/

/*PC*/
@media screen and (min-width: 769px), print {
.pc {
    display: block;
  }
.sp {
    display: none;
  }
}

/*スマホ*/
@media screen and (max-width: 768px), print {
.pc {
    display: none;
  }
.sp {
    display: block;
  }
}




/*マスオーバー処理*/
.simulation-cont input.btn-sindan,
.reShindan,
#Flow .tab-group li,
.cv-btn a,
.CnCV a,
.CV li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.simulation-cont input.btn-sindan,
.reShindan:hover,
.cv-btn a:hover,
.CnCV a:hover,
.CV li a:hover {
    opacity: 0.7;
}


  
#KV img {
    width: 100%;
}

/*PC*/
@media screen and (min-width: 769px){
   /* #Flow .tab-group li:hover {
        background: #008837;
        color: #FFF;
    }
    #Flow .tab-group li.is-active:hover {
        background: #E3F1E8;
        color: #333;
    }*/
    #KV {
        background: url("../images/kvbg.png") left bottom repeat-x;
    }

    #KV div {
        max-width: 1280px;
        margin: 0 auto;
    }
    
    .panel {
        margin-left: 60px;
        margin-right: 60px;
    }
    
    #ProductWrap div td, #ProductWrap div li {
        font-size: 1.5rem;        
    }
    .cv-btn h3,
    .cv-btn ul {
        width: 900px;
        margin-right: auto;
        margin-left: auto;    
    }
    
}

/*スマホ*/
@media screen and (max-width: 768px){
    #KV img {
        margin-top: -5px;
    }
}</pre></body></html>