@charset "utf-8";

#susMainImg {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 50%;
    background: url('/sustainability/img/main_img_sp.png') 0 0 no-repeat;
    background-size: contain;
    position: relative;
}


.susCatch {
    width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.susCatch h2 {
    font-size: 20px;
    color: #00ada9;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.5;
}

.susCatch p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.8;
}

ul.newsListSus {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    margin-bottom: 40px;
    margin-top: 40px;
}

ul.newsListSus li {
    width: 100%;
    font-size: 14px;
    color: #000000;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px #DDDDDD dotted;
    margin-left: auto;
    margin-right: auto;
}


.arrowSus {
    position: relative;
    display: inline-block;
    text-decoration: none;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.arrowSus::after {
    position: absolute;
    width: 7px;
    height: 7px;
    border: 0px;
    top: 50%;
    right: 5px;
    content: '';
    margin-top: 3px;
    border-top: solid 0.2em #F78D3F;
    border-right: solid 0.2em #F78D3F;
    transform: rotate(45deg);
    transition: .4s;
}

ul.newsListSus li:hover .arrowSus::after {
    right: 3.5%;
}

span.susDate {
    width: 100%;
    line-height: 1.8;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}

p.susNews {
    font-size: 16px;
    margin-left: 20px;
    float: left;
    line-height: 1.8;
}

p.susNews a {
    text-decoration: none;
    color: #000000;
}

p.susNews a:hover {
    text-decoration: underline;
}

.susArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.paddB80 {
    padding-bottom: 40px;
}

.paddT60 {
    padding-top: 60px;
}

h2.susTitle1 {
    font-size: 20px;
    color: #00ada9;
    font-weight: bold;
    margin-bottom: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

h2.titleCenter {
    text-align: center !important;
}

#susTopBanner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #00ada9;
    border-radius: 8px;
    font-size: 0px;
}

#susTopBanner dl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#susTopBanner dl dt {
    width: 100%;
}

#susTopBanner dl dt img {
    width: 100%;
}

#susTopBanner dl dd {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}


#susTopBanner dl dd h3 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 25px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

#susTopBanner dl dd p {
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
}

.susBtn1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.susAreaGray {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F5F5;
    padding-bottom: 40px;
}

.susBigBtn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #CCCCCC;
    border-radius: 8px;
    background-color: #ffffff;
    position: relative;
}

.sp90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#susBigBtnTextBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

p.susText1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
}

.toDetailSus {
    font-size: 16px;
    color: #F78D3F;
    font-weight: bold;
    margin-top: 30px;
}

.arrowSus2 {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.arrowSus2::after {
    position: absolute;
    width: 7px;
    height: 7px;
    border: 0px;
    top: -10px;
    left: 10px;
    /*right: -20px;*/
    content: '';
    margin-top: 0px;
    border-top: solid 0.2em #F78D3F;
    border-right: solid 0.2em #F78D3F;
    transform: rotate(45deg);
    transition: .4s;
}

.susBigBtn:hover .arrowSus2::after {
    left: 15px;
}

a.susLink {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.susMargintop40 {
    margin-top: 40px;
}

ul.susList {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

ul.susList li {
    width: 100%;
    margin-bottom: 40px;
}


dl.susuIconBox {
    width: 100%;
}

dl.susuIconBox dt {
    width: 100%;
    border: solid 1px #CCCCCC;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

dl.susuIconBox dd {
    width: 100%;
    border: solid 1px #CCCCCC;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.susIconImg {
    width: 21%;
    margin-left: auto;
    margin-right: auto;
}

.susIconImg img {
    width: 100%;
}

.susIconText {
    width: 87.5%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.susIconLink {
    width: 87.5%;
    margin-left: auto;
    margin-right: auto;
}

h3.susTitle2 {
    width: 100%;
    text-align: center;
    color: #00ada9;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

dl.susuIconBox dt:hover {
    background-color: #CCCCCC;
}

dl.susuIconBox dd:hover {
    background-color: #CCCCCC;
}

dl.susuIconBox dt:hover .arrowSus2::after {
    left: 15px;
}

dl.susuIconBox dd:hover .arrowSus2::after {
    left: 15px;
}

ul.susMenu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

ul.susMenu li {
    width: 49%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #CCCCCC;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 20px;
}

ul.susMenu li:nth-child(odd) {
    margin-right: 2%;
}

ul.susMenu li.two {
    width: 49%;
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
    border: solid 1px #CCCCCC;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    background-color: #ffffff;
    line-height: 1.4;
}

.susMenuLinkText {
    font-size: 16px;
    color: #000000;
    margin-left: 7%;
    float: left;
    width: 86%;
    height: 60px;
    margin-top: 5px;
    line-height: 1.4;
}

.susMenuLinkText2 {
    font-size: 20px;
    color: #000000;
    margin-left: 7%;
    float: left;
    width: 86%;
    height: 75px;
    margin-top: 5px;
    line-height: 1.4;
    font-weight: bold;
}

.susMenuLink {
    margin-right: 8%;
    margin-top: -27px;
    text-align: center;
}

.susMenuLink2 {
    margin-right: 8%;
    text-align: center;
    margin-top: -25px;
}

ul.susMenu li:hover .arrowSus2::after {
    left: 15px;
}

ul.susMenu li:hover {
    background-color: #d0efef;
    border: solid 1px #d0efef;
}

#susPreImgBox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}

#susPreImgBox img {
    width: 100%;
}

.susmissionBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.susmissionBox h2 {
    width: 100%;
    color: #00ada9;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    line-height: 1.4;
}

.susmissionText {
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.8;
}

.susmissionTextM40 {
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.8;
    margin-top: 40px;
}

#nameArea {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 60px;
}

#nameArea img {
    width: 70%;
}

.nameAreaText {
    text-align: right;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.commonTitle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #5D5D5D;
    font-size: 20px;
    padding-top: 35px;
    margin-bottom: 35px;
    font-weight: bold;
}

#businessSubSus {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

#bizMenuLinkSus {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #DDDDDD;
    padding-top: 25px;
    padding-bottom: 5px;
    border-radius: 8px;
    margin-top: 60px;
    margin-bottom: 80px;
    box-sizing: border-box;
}

#bizMenuLinkSus ul {
    text-align: left;
    margin-left: 5%;
}

#bizMenuLinkSus ul li {
    font-size: 14px;
    display: -moz-inline-box;
    display: block;
    padding-right: 10px;
    padding-left: 30px;
    position: relative;
    color: #808080;
    margin-bottom: 20px;
}

#bizMenuLinkSus ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 7px;
    height: 7px;
    border-top: 3px solid #F78D3F;
    border-right: 3px solid #F78D3F;
}

#bizMenuLinkSus ul li:hover {
    color: #00ada9;
}

.mateBlock {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    margin-bottom: 80px;
}

.mateBlockText1 {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
}

.mateBlock table.mate1 {
    width: 100%;
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    box-sizing: border-box;
    border-radius: 8px !important;
    margin-bottom: 20px;
}

.mateBlock table.mate1 th {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00ada9;
    border-bottom: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    box-sizing: border-box;
    text-align: left;
    padding-left: 25px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.mateBlock table.mate1 td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: solid 1px #DDDDDD;
    box-sizing: border-box;
    vertical-align: top;
}

.mateBlock table.mate1 td.underLIne {
    border-bottom: solid 1px #DDDDDD;
}

.kadomaru {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.mateBlock table.mate1 td p {
    font-size: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}


.mateBlock table.mate1 td.susTableSub {
    background-color: #00ada9;
    color: #ffffff;
}

.mateBlock table.mate1 td.padd1 {
    padding-left: 2%;
}


.mateBlock table.mate1 td dl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mateBlock table.mate1 td dl dt {
    width: 22%;
    float: left;
}

.mateBlock table.mate1 td dl dt img {
    width: 100%;
}

.spText1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #000000;
}

.mateBlock table.mate1 td dl dd {
    width: 72%;
    float: right;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

ul.sIcon {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

ul.sIcon li {
    float: left;
    margin-bottom: 10px;
}

ul.sIcon li:not(:nth-child(1)) {
    width: 16.5%;
}

ul.sIcon li:nth-child(1) {
    width: 25%;
    margin-top: -5px;
}

ul.sIcon li:not(:last-child) {
    margin-right: 2%;
}

ul.sIcon li img {
    width: 100%;
}

.spTitle1 {
    color: #00ada9;
    font-size: 14px;
    line-height: 1.5;
}

.stepBox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #d0efef;
    padding-top: 30px;
    padding-bottom: 40px;
}

h3.stepTitle {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #00ada9;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
}

.stepBox>p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 28px solid #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.sankaku {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

/*20201226*/
.mateBlockImg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.mateBlockImg img {
    width: 100%;
}

.mateBlock table.mate2 {
    width: 100%;
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    box-sizing: border-box;
    border-radius: 8px !important;
    margin-bottom: 30px;
}


.mateBlock table.mate2 td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    box-sizing: border-box;
    vertical-align: top;
}

td.tText {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.8;
}

td.tImg img {
    max-width: 80px;
}

.tableWide4 {
    width: 12%;
}

.tableWide5 {
    width: 37.4%;
}

.tableWide6 {
    width: 50.6%;
}

.toDetailSus2 {
    font-size: 16px;
    color: #F78D3F;
    font-weight: bold;
}

.sdgsMenuLink {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.arrowSus3 {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.arrowSus3::after {
    position: absolute;
    width: 7px;
    height: 7px;
    border: 0px;
    top: -20px;
    left: 10px;
    /*right: -20px;*/
    content: '';
    margin-top: 0px;
    border-top: solid 0.2em #F78D3F;
    border-right: solid 0.2em #F78D3F;
    transform: rotate(45deg);
    transition: .4s;
}

.kadoSp1 {
    border-top-left-radius: 8px;
}

.kadoSp2 {
    border-top-right-radius: 8px;
}

.kadoSp3 {
    border-bottom-left-radius: 8px;
}

.kadoSp4 {
    border-bottom-right-radius: 8px;
}

dl.spMateBlock {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

dl.spMateBlock dt {
    width: 25%;
    float: left;
}

dl.spMateBlock dt img {
    width: 100%;
}

dl.spMateBlock dd {
    width: 70%;
    float: right;
    font-size: 14px;
    line-height: 1.8;
}

.spLinkTitle {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #00ada9;
    font-size: 14px;
}

/*20201226_2追加*/
h2.susTitle1Left {
    font-size: 20px;
    color: #00ada9;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4;
}

#susLogo {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 40px;
}

#susLogo img {
    width: 100%;
}

.susBlueArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    background-color: #d0efef;
    padding-top: 20px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.susBlueArea p {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.8;
}

.explanationArea {
    width: 100%;
    margin-top: 40px;
}

/*20201226_3追加*/
#susLogo2 {
    width: 46%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 40px;
}

#susLogo2 img {
    width: 100%;
}

/*20201228*/
#leftSusContent {
    width: 100%;
}

#rightSusContent {
    display: none;
}

ul#susSideMenu {
    width: 100%;
    border-top: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
}

ul#susSideMenu li {
    width: 100%;
    border-bottom: solid 1px #CCCCCC;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #000000;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
}

ul#susSideMenu li.nomal :hover {
    border-left: solid 4px #00ada9;
    padding-left: 6px;
}

ul#susSideMenu li.select {
    border-left: solid 4px #00ada9;
    padding-left: 6px;
}

.arrowSusSide {
    position: relative;
    display: inline-block;
    text-decoration: none;
    float: right;
    margin-right: 10px;
}

.arrowSusSide::after {
    position: absolute;
    width: 7px;
    height: 7px;
    border: 0px;
    top: 50%;
    right: 5px;
    content: '';
    margin-top: 0px;
    border-top: solid 0.2em #F78D3F;
    border-right: solid 0.2em #F78D3F;
    transform: rotate(45deg);
    transition: .4s;
}

ul#susSideMenu li:hover .arrowSusSide::after {
    right: 3.5%;
}

.linkSusBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#businessSubSus2 {
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 20px;
}

h1#pageTitleSus {
    font-size: 24px;
    color: #00ada9;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

#susLogoImg {
    width: 23.3%;
    margin-left: auto;
    margin-right: auto;
    max-width: 80px;
    margin-top: 10px;
}

#susLogoImg img {
    width: 100%;
}

.marginMins {
    margin-top: 0px !important;
}

ul.susSolarList {
    width: 95%;
    margin-bottom: 20px;
    clear: both;
    margin-top: 50px;
    box-sizing: border-box;
}

ul.susSolarList li {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 40px;
}

.susBlock {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
    margin-bottom: 80px;
}

.susRightBox {
    width: 100%;
    margin-bottom: 30px;
}

.susRightBox img {
    width: 100%;
}

.susLeftBox {
    width: 100%;
}

.susLeftText {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 40px;
}

.js-scrollable {
    overflow: auto;
    /*スクロールさせる*/
    white-space: nowrap;
    /*文字の折り返しを禁止*/
    width: 100%;
}

table.detailTable {
    width: 800px;
    border-radius: 8px !important;
    border-top: solid 1px #DDDDDD;
    border-left: solid 1px #DDDDDD;
    box-sizing: border-box;
    margin-top: 10px;
}

table.detailTable th {
    border-bottom: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #d0efef;
    color: #000000;
    font-size: 16px;
}

table.detailTable td {
    border-bottom: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    padding-right: 10px;
    text-align: right;
}

table.detailTable tr.lowheight td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tdLeftText {
    text-align: left !important;
    padding-left: 20px !important;
}

.tdLeftText2 {
    text-align: left !important;
    padding-left: 50px !important;
}

.wideD1 {
    width: 52%;
}

.wideD2 {
    width: 12%;
}

.attention {
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    margin-top: 10px;
}
.attention a{
  color: #000000;
}

.attention a:hover{
  color:#00ada9;
}

li.sideDetailTitle {
    width: 100%;
    font-size: 12px;
    color: #00ada9 !important;
    background-color: #d0efef;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: bold;
}

.arrowSusSide2 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    float: right;
    margin-right: 10px;
}

.arrowSusSide2::after {
    position: absolute;
    width: 7px;
    height: 7px;
    border: 0px;
    top: 50%;
    right: 5px;
    content: '';
    margin-top: -12px;
    border-top: solid 0.2em #F78D3F;
    border-right: solid 0.2em #F78D3F;
    transform: rotate(45deg);
    transition: .4s;
}

ul#susSideMenu li:hover .arrowSusSide2::after {
    right: 3.5%;
}
.h1Center {
    width: 100%;
    text-align: center !important;
}
a.susBtn3 {
    width: 90%;
    border: solid 1px #F78D3F;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #F78D3F;
    display: block;
    text-align: center;
    background-color: #ffffff;
    border-radius: 28px;
    text-decoration: none;
    transition: .3s;
    position: relative;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-top: 70px;
}

a.susBtn3:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0.07em;
    right: 5%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 0.2em solid #F78D3F;
    border-right: 0.2em solid #F78D3F;
    transform: rotate(45deg);
    transition: .3s;
}

a.susBtn3:hover {
    color: #ffffff;
    background-color: #F78D3F;
}

a.susBtn3:hover:after {
    border-top: 0.2em solid #ffffff;
    border-right: 0.2em solid #ffffff;
}

.susBtn3:hover:after {
    right: 3.5%;
}
.susBtn1_2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}
/*スマホ用角丸*/
.spkado1 {
    border-top-left-radius: 8px;
}

.spkado2 {
    border-top-right-radius: 8px;
}

.spkado3 {
    border-bottom-left-radius: 8px;
}

.spkado4 {
    border-bottom-right-radius: 8px;
}
.susMargintop80 {
    margin-top: 80px;
}
h3.smallTitle {
    font-size: 18px;
    color: #00ada9;
    font-weight: bold;
    margin-bottom: 20px;
}
/*20210104*/
table.mate1 td.linkBox {
    position: relative;
}

.tableLinkBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}
