﻿@charset "utf-8";

/*******************************
	info
*******************************/
/*** Global Navigation ***/
#gNav {
    background: #666666;
    color: #fff;
    min-width:1200px;
}
#gNav ul {
    width: 1200px;
    margin: 0 auto;
    font-size: 0.8125rem;
}
#gNav ul:after {
    content: "";
    display: table;
    clear: both;
}
#gNav ul li {
    float: left;
    text-align: center;
    width: 14%;
}
#gNav ul li a {
    display: block;
    padding: 15px 0;
    color: #fff;
}
#gNav ul li.on a {
    text-decoration: none;
    cursor: text;
    pointer-events: none;
}
#gNav ul li.on a, #gNav ul li a:hover {
    background: #0068b7;
}

/*** Contents ***/
.maincontent {
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 115px;
}
.maincontent {
    width: 900px;
    padding-right: 40px;
    line-height: 1.8;
    font-size: 0.875rem;
}
.maincontent h1 {
    line-height: 1.5;
    margin-bottom: 35px;
    padding: 10px 15px 9px;
    background: #ececec;
    font-size: 1.375rem;
}
.maincontent h2 ,
.distributor_adTraffic h2{
    position: relative;
    line-height: 1.5;
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 0 5px;
    font-size: 1.25rem;
}
.maincontent h2:after,
.distributor_adTraffic h2::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #0068b7;
    background: linear-gradient(90deg, #0068b7 150px, #ececec 150px);
}
.maincontent h3 ,
.distributor_adTraffic h3{
    line-height: 1.5;
    margin: 25px 0 10px;
    padding: 6px 11px 6px;
    background: #b0d6f2;
    font-size: 1rem;
}
.maincontent .innercontent {
    width: 100%;
    padding: 0 7px;
    font-size: 0.875rem;
}
.maincontent p {
    line-height: 1.8;
    margin-bottom: 30px;
}
.maincontent ol {
    margin-bottom: 30px;
    padding-left: 1.4em;
}
.maincontent ol li {
    list-style: decimal;
}
.maincontent ul.discList li,
.distributor_adTraffic ul.discList li {
    position: relative;
    padding-left: 1em;
}
.maincontent ul.discList li:before,
.distributor_adTraffic ul.discList li:before {
    position: absolute;
    top: 0.7em;
    left: 3px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #333;
}
/* Change bullet color for unordered list */
.textRed ul.discList li:before {
    background: #990000;
}

.numberList li {
    margin-top: 38px;
}
.numberList li dt {
    line-height: 1.5;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 1rem;
}
/** Mail button **/
.btnMail {
    display: inline-block;
    padding: 7px 0px;
    border-radius: 4px;
}
.btnMail a {
    color: #fff;
}
/** Subcontent SideNavi **/
.subcontent .sideNav {
    margin-bottom: 15px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 25px;
}
.subcontent .sideNav dt {
    padding: 13px 0 12px;
    background: #0068b7;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
}
.subcontent .sideNav dd ul li {
    padding: 8px 0;
    border-bottom: solid 1px #ececec;
    color: #0068b7;
}
.subcontent .sideNav dd ul li:last-child {
    border-bottom: none;
}
.subcontent .sideNav dd ul li.on {
    color: #333;
}
.subcontent .sideNav dd ul li a {
    display: block;
    padding: 7px 10px 6px 30px;
    color: #0068b7;
}
.subcontent .sideNav dd ul li.on a {
    text-decoration: none;
    cursor: text;
    pointer-events: none;
}
.subcontent .sideNav dd ul li.on a,
.subcontent .sideNav dd ul li a:hover {
    background: #ececec;
    color: #333;
}
.subcontent .sideNav_PUbtn a {
    display: block;
    padding: 10px 0 9px;
    background: #D9F0FE;
    text-align: center;
    font-size: 1rem;
    margin-top: 20px;
    border: solid 1px #0068b7;
}
.subcontent .sideNav_PUbtn a:hover {
    color: #fff;
    background: #0c98ed;
    text-decoration: none;
}
/** Subcontent SideInfo **/
.subcontent .ad {
    font-size: 0.75rem;
    margin-bottom: 15px;
}
.subcontent .ad h2 {
    padding: 7px 0;
    text-align: center;
    background: rgba(51, 51, 51, 1);
    border-bottom: solid 4px rgba(0, 104, 183, 1);
    font-size: 1.1125rem;
    color: rgba(255, 255, 255, 1);
}
.subcontent .ad a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}
.subcontent .ad .comment {
    background: #ececec;
    padding: 10px;
    margin: 0 0 5px;
}
.subcontent .ad .movie_comment,
.subcontent .ad .archives_comment,
.subcontent .ad .marke_comment {
    background: #ececec;
    padding: 10px;
    margin: 0;
}
.subcontent .ad .archives_comment + div {
    margin-bottom: 8px;
}
.subcontent .ad .media_comment {
    background: #ececec;
    padding: 10px 4px;
    margin: 0 0 5px;
}
.subcontent .ad .media_comment p {
    margin: 0;
}
.subcontent .ad .media_comment p:first-child {
    margin-bottom: 5px;
}
.subcontent .ad li {
    margin-bottom: 5px;
    padding: 0 10px 5px;
    border-bottom: solid 1px #ececec;
}
.subcontent .ad ul li:last-child {
    border-bottom: none;
}
.subcontent .ad .interview li {
    display: table;
    padding: 0 0 5px;
}
.subcontent .ad li img {
    display: table-cell;
    width: 50px;
    height: auto;
}
.subcontent .ad li dl {
    display: table-cell;
    width: 250px;
    line-height: 1.4;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 0.8125rem;
}
.subcontent .ad .sideNote {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 1px #0068b7;
}
.subcontent .ad .sideNote p {
    margin-top: 0;
}
.subcontent .ad .sideNote p:last-child {
    margin-bottom: 0;
}

/*** Advertisement ***/
#advertisement .catch {
    text-align: center;
    margin-bottom: 40px;
}
#advertisement .catch dt {
    font-weight: bold;
}
#advertisement .catch > dt {
    margin-bottom: 25px;
    font-size: 1.25rem;
}
#advertisement .catch dd dl {
    margin-bottom: 15px;
}
#advertisement .catch dd dl dt {
    font-size: 1rem;
}
#advertisement .adNote {
    margin-bottom: 5px;
}
#advertisement .anchorList {
    padding: 10px 0;
    background: #666666;
    display: flex;
    justify-content: center;
}
#advertisement .anchorList:after {
    content: "";
    display: table;
    clear: both;
}
#advertisement .anchorList li {
    padding: 0 20px 0 20px;
}
#advertisement .anchorList li a {
    display: inline-block;
    padding-left: 20px;
    background: url(../Content/themes/base/images/icon/ico_listMark06.png) left center no-repeat;
    color: #fff;
}
#advertisement .adInquiry {
    display: table;
}
#advertisement .adInquiry dt {
    display: table-cell;
    font-weight: 600;
    background: linear-gradient(transparent 50%, #fff8ab 50%);
}
#advertisement .adInquiry dd {
    display: table-cell;
    margin-left: 20px;
    border-left: solid 20px #fff;
    font-weight: 600;
    background: linear-gradient(transparent 50%, #fff8ab 50%);
}
#advertisement .adInquiry dd:nth-child(3) {
    background: none;
    font-weight: normal;
}
#advertisement .adCaution {
    margin-bottom: 30px;
}
#advertisement .adCaution dt {
    font-weight: bold;
    color: #990000;
}
#advertisement .adTable {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.5;
    font-size: 0.875rem;
}
#advertisement table#parts{
    margin-bottom:25px;
}
#advertisement .adTable caption{
    text-align:left;
    font-weight:bold;
    padding-bottom:8px;
    font-size:0.9rem;
}
#advertisement .adTable caption .aboutImageSize {
    font-weight: normal;
}
#advertisement .adTable th {
    padding: 5px;
    background: #b0d6f2;
    border: solid 1px #ececec;
}
#advertisement .adTable td {
    padding: 5px;
    border: solid 1px #ececec;
}
#advertisement .adTable tr:first-child th {
    white-space: nowrap;
}
#advertisement .adTable tr:nth-child(2n) td {
    background: #ececec;
}
#advertisement .adTable tr:nth-child(2n) td:not(:last-child) {
    border-right: solid 1px #fff;
}
#advertisement .adTable tr:nth-child(2n) td:last-child {
    width:20%;
}
#advertisement table#distributor th{
    background: #88d870;    
}
#advertisement .flow {
    margin-bottom: 10px;
}
#advertisement .flow li {
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    background: #ececec;
    list-style: none;
}
#advertisement .flow li:last-child {
    margin-bottom: 0;
}
#advertisement .flow li:before {
    content: none !important;
}
#advertisement .flow li:not(:last-child):after {
    position: absolute;
    top: 50px;
    left: calc(50% - 15px);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 20px solid #ececec;
}

/** Advertisement(Renew) **/
#advertisement .img_center{
    margin: -50px auto 20px;
    text-align: center;
    position: relative;
}
#advertisement .img_center a:hover{
    opacity: 0.7;
}
#advertisement .img_center .tit{
    top: 50px;
    left: 180px;
    padding: 10px;
    width: 500px;
    text-align: center;
    position: absolute;
    background-color: rgba(0,100,180,0.7);
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}
#advertisement .bggry {
    background-color: #ccc;
    padding: 3px;
    border-radius: 5px;
    margin: 0 0 3px 0;
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    line-height: 1.2;
}
#advertisement .bggry2 {
    background-color: #d6d6d6;
    padding: 3px;
    border-radius: 5px;
    margin: 0 0 3px 0;
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    line-height: 1.2;
}
#advertisement .app_button {
  display: block;
  position: relative;
  background: #1d64b7;
  padding: 3px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: .5s;
  width: 120px;
  margin: 5px 0;
}
#advertisement .app_button:after {
  content: "＞";
  position: absolute;
  top: 22%;
  right: 10px;
  font-size: 0.7em;
}
#advertisement .app_button:hover {
  background: #21bdff;
}
#advertisement .font_c {
  font-size: 0.6rem;
    margin: 0;
}
#advertisement .font_mc {
  font-size: 0.7rem;
    margin: 0;
}
#advertisement .adTable {
    margin-bottom: 20px;
}
.subcontent .ad .media_img {
    margin-top: -20px;
}

/** Advertisement Details, Distributor Position Up Ad Detail **/
#ad_detail h2 {
    margin: 50px 0 30px 0;
}
#ad_detail h4{
    line-height:1.5;
    margin:10px 0;
    padding:6px 5px 6px;
    background:rgba(236,236,236,1);
    font-size:1rem;
}
#ad_detail .adfeature {
    text-align: center;
}
#ad_detail .adfeature dt {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 10px;
}
#ad_detail .adfeature dd {
    font-size: 0.95rem;
}
#ad_detail .adInnercontent {
    margin: 30px 0 0 10px;
}
#ad_detail .adInnercontent > dl,
#ad_detail .adInnercontent > p {
    margin-bottom: 20px;
    padding-left: 20px;
}
#ad_detail .adInnercontent > dl > dt {
    font-weight: bold;
    font-size: 1rem;
}
#ad_detail .adInnercontent > dl > dt::after {
    content: " : ";
}
#ad_detail .adInnercontent > dl dd {
    margin-left: 1em;
}
#ad_detail .adInnercontent .adcreation dl {
    display: table;
}
#ad_detail .adInnercontent .adcreation dt,
#ad_detail .adInnercontent .adcreation dd {
    display: table-cell;
}
#ad_detail .adInnercontent .adcreation dt::after {
    content: " ： ";
}
#ad_detail .adInnercontent dd ol > li:first-child{
    margin-bottom:20px;
}
#ad_detail .adInnercontent dd ol li ul{
    padding-left:1.4em;
    font-size:0.825rem
}
#ad_detail .adInnercontent dd ol li ul li{
    margin-top:10px
}
#ad_detail .adInnercontent dd ol li ul li{
    list-style:circle;
}
#ad_detail .adInnercontent img.adposition {
     border: 3px solid #0068b7;
}
.about_gif {
    margin-left: 1em;
}
.seminar_Small.adsample_banner > h3 {
    font-size: 1.1125rem;
    color: rgba(255,255,255,1);
    margin: 0 0 0 0;
    padding: 7px 0;
    text-align: center;
    background: rgba(51,51,51,1);
    border-bottom: solid 4px rgba(0,104,183,1);
}

/** AdDetail Inputform **/
#ad_detail .inputform {
    margin-bottom: 10px;
}
#ad_detail .inputform:before {
    content: "━━";
}
#ad_detail .inputform .formtitle::after {
    content: "　━━━━━━━━━━━━━━━━━━━━";
}
#ad_detail .inputform::after {
    content: "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━";
}
#ad_detail .inputform dl dt {
    margin: 15px 0 10px 0;
}
#ad_detail .inputform ul li:after {
    content: " : ";
}
#ad_detail .inputform ul li.nocolon:after {
    content: "";
}
#ad_detail .inputform ul li.colnon::after{
    content:""
}
/** Ad Submit **/
#ad_detail .adsubmit {
    display: table;
    font-weight: bold;
}
#ad_detail .adsubmit dt {
    display: table-cell;
    background: linear-gradient(transparent 50%, #fff8ab 50%);
}
#ad_detail .adsubmit dd {
    display: table-cell;
    margin-left: 20px;
    border-left: 20px solid #fff;
    background: linear-gradient(transparent 50%, #fff8ab 50%);
}

/** Advertisement FAQ **/
#ad_faq .faqList > li:not(:last-child) {
    margin-bottom: 30px;
}
#ad_faq .faqList dt {
    padding-left: 1.7em;
    text-indent: -1.7em;
    font-weight: bold;
    font-size: 0.938rem;
}
#ad_faq .faqList .question {
    color: #e60012;
    font-size: 0.875rem;
    margin-right: 5px;
}
#ad_faq .faqList dd {
    padding-left: 2.2em;
    text-indent: -2.2em;
}
#ad_faq .faqList .answer {
    font-weight: bold;
    color: #0068b7;
    font-size: 0.875rem;
    margin-right: 5px;
}
#ad_faq .faqList dd .discList li {
    text-indent: 0;
}
#ad_faq .faqList dd div {
    margin-top: 7px;
    padding-left: 1.7em;
    text-indent: -1.7em;
}
#ad_faq .faqList span.redtext {
        color: #e60012;
}
#ad_faq .faqList table.adTable {
    margin: 10px 0px;
    width: max-content;
    border-collapse: collapse;
}
#ad_faq .faqList table.adTable th {  
    padding: 5px 10px 5px 10px;
    background-color: #b0d6f2;
    border: solid 1px #ececec;
    text-align: center;
}
#ad_faq .faqList table.adTable td {
    padding: 5px 10px 5px 10px;
    border: solid 1px #ececec;
    text-align: center;
}
#ad_faq .faqList a.EachLink {
    display: inline-block;
    padding-left: 45px;
    background: url(../Content/themes/base/images/icon/ico_listMark04.png) left center no-repeat;
}
.faqLinkList {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #ececec;
}

/** Advertisement Cancellation Policy **/
#advertisement .adTable tr td.cancel_policy {
    width: 60%;
    vertical-align: top;
}

    #advertisement .adTable tr td.cancel_policy p {
        padding: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }

    #advertisement .adTable tr td.cancel_policy:last-child {
        width: 60%;
    }

    #advertisement .adTable tr td.cancel_policy div.sticky_text {
        position: sticky;
        top: 25px;
    }

/** Advertisement Terms **/
.subcontent .termsGuide li {
    font-size: 0.75rem;
}

    .subcontent .termsGuide li:first-child {
        padding-top: 13px;
    }

.subcontent .sideNavTerms {
    margin-bottom: 15px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 10px;
}

.subcontent .sideNavTerms_PUbtn a {
    display: block;
    padding: 10px 0 9px;
    background: #D9F0FE;
    text-align: center;
    font-size: 1rem;
    margin-top: 20px;
    border: solid 1px #0068b7;
}

    .subcontent .sideNavTerms_PUbtn a:hover {
        color: #fff;
        background: #0c98ed;
        text-decoration: none;
    }

/*** web marketing ***/
#webmarketing dl dt {
    line-height: 1.5;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 1rem;
}
#webmarketing .webmarketingList01 {
    margin-bottom: 30px;
}

/*** Recruit(old:Inquiry内recruit) ***/
#recruit .title{
    text-align:center;
    margin-bottom:40px;
    font-size:0.9rem;    
}
#recruit .title  dt{
    font-size:1.25rem;
    margin-bottom:20px;
}
#recruit .title  dt span{
    display:block;
    font-size:1.5rem;
}
#recruit .recruitmentinfo{
    font-size:0.9rem;
    margin-bottom:40px;
}
#recruit .recruitmentinfo > dt{
    text-align:center;
    font-size:1.25rem;
    font-weight:bold;
}
#recruit .recruitmentinfo > dd{
    font-size:0.95rem;
}
#recruit .recruitmentinfo .detailinfo > dl{
    display:table;
    margin:15px 0;
}
#recruit .recruitmentinfo .detailinfo > dl > dt,
#recruit .recruitmentinfo .detailinfo > dl > dd{
    display:table-cell;
}
#recruit .recruitmentinfo .detailinfo > dl > dt{
    width:350px;
    text-align:right;
    padding-right:5px;
}
#recruit .recruitmentinfo .detailinfo > dl > dt:after{
    content:" ： "
}
#recruit .recruitmentinfo .detailinfo > dl > dd > dl{
    margin-bottom:10px;
}
#recruit .recruitmentinfo .appmethod{
    margin-left:1em;
}
#recruit .noplan{
    font-size:1rem;
    margin-top:40px;
}
.appmethod dl{
    display:table;    
    padding:5px 0;
}
.appmethod dt{
    vertical-align:top;
}
.appmethod dt,.appmethod dd{
    display:table-cell;
}
.appmethod dd img{
    vertical-align:middle;
}
.appmethod dt::after{
    content:" ： "
}

/*** Privacy Policy ***/
#policy.maincontent ol > li {
    margin-bottom: 30px;
}
#policy.maincontent ol > li:last-child {
    margin-bottom: 0;
}
#policy.maincontent ol li ul {
    padding-left: 1.4em;
}
#policy.maincontent ol li ul li {
    list-style: circle;
}

#policy.maincontent ol.subParagraph li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 1.4em;
    text-indent: -1.9em;
}

#policy.maincontent ol.subParagraph li:first-child {
    margin-top: 10px;
}

#policy.maincontent .baseTable th {
    text-align: left;
}
.policy_ref {
    padding-left: 3em;
}
.policy_ref span {
    display: inline-block;
    padding-left: 3em;
}
/* Cookie Table */
.cookieTable {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.5;
    font-size: 0.875rem;
}
.cookieTable th {
    padding: 17px 16px;
    background: #b0d6f2;
    font-weight: normal;
    border: solid 1px #ececec;
}
.cookieTable th.space {
    text-indent: 1em;
    letter-spacing: 1em;
}
.cookieTable td {
    padding: 17px 20px;
    border: solid 1px #ececec;
    vertical-align: text-top;
}

/*** Infomation Security(ISMS) ***/
.established {
    padding-left: 650px;
    margin-top: 35px;
}

/*** Terms ***/
#terms.maincontent ol > li {
    margin-bottom: 30px;
}
#terms.maincontent ol > li:last-child {
    margin-bottom: 0;
}
#terms.maincontent ol li ul {
    padding-left: 1.4em;
}
#terms.maincontent ol li ul li {
    list-style: circle;
}
#terms.maincontent ol.subParagraph li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 1.4em;
    text-indent: -1.9em;
}
#terms.maincontent ol.subParagraph li:first-child {
    margin-top: 10px;
}
#terms.maincontent p.startDate {
    margin-top: 80px;
}
#terms.maincontent .termsLinkList {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #ececec;
    display: flex;
}
#terms.maincontent .termsLinkList > div {
    margin-right: 30px;
}
#terms.maincontent .termsLinkList > div:last-child {
    margin-right: 0;
}

/*** Inquiry ***/
.inquiryNotice {
    margin-bottom: 40px;
    text-align: center;
}
.inquiryNotice dt {
    color: #660000;
    line-height: 1.5;
}
.inquiryNotice > dt {
    margin-bottom: 15px;
    font-size: 1.25rem;
}
.inquiryNotice dd dt {
    font-weight: 600;
    font-size: 1rem;
}
.inquiryNotice dd dd {
    margin-top: 15px;
}

/*** indexPro Award ***/
.award_notice {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    margin-bottom: 20px;
    border: double 5px #4ec4d3;
    width: 100%;
}
.award_summary {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
.award_summary_text {
    position: absolute;
    width: 100%;
    height: 100%;
}
.award_summary_text p {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin: 75px 0 0 0;
}
.award_summary_text_pre {
    position: absolute;
    width: 100%;
    height: 100%;
}
.award_summary_text_pre p {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin: 46px 0 0 0;
}
.award_summary_bgimg {
    position: absolute;
    top: 0;
    left: 280px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.15;
    width: 36%;
    height: 100%;
}
.award_summary_bgimg img {
    width: 100%;
    height: 100%;
}
.award_photo {
    text-align: center;  
}
.award_photo img {
    width: 650px;
}
.general_prize, .category_prize {
    padding-left: 10px;
}
.general_prize dl, .category_prize dl {
    margin-bottom: 40px;
}
.general_prize dl dt, 
.category_prize dl dt {
    font-size: 1.5rem;
    font-weight: bold;
}
.general_prize dl dd, 
.category_prize dl dd {
    font-size: 1.4rem;
    padding-left: 40px;
    margin-bottom: 35px;
}
.general_prize_summary, 
.category_prize_summary {
    padding: 5px 0 0 40px;
    font-size: 1rem;
    display: table;
    width: 100%;
    height: 150px;
}
.general_prize_summary > div, 
.category_prize_summary > div {
    display: table-cell;
    width: 75%;
    vertical-align: top;
}
.general_prize_summary > span, 
.category_prize_summary > span {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.general_prize_summary span img, 
.category_prize_summary span img {
    width: 150px;
}
.awarded_company {
    font-weight: bold;
    background: linear-gradient(transparent 40%, #a8eaff 100%);
}
.awarded_company span.mr20 {
    margin-right: 20px;
}
.product_images{
    display: flex !important;
    flex-direction: column;
    gap: 10px;
}
.award_icon {
    position: relative;
}
.award_icon img {
    width: 31px;
    height: 30px;
    position: absolute;
    top: -6px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.prize_name {
    margin-left: 40px;
}
.winners_text {
    line-height: 1.8;
}
.winners_photo {
    margin-top: 5px;
    text-align: center;
}
.winners_photo img {
    max-width: 550px;
}
/* 受賞企業写真 リボン */
.winners_photo .ribbon {
    display: inline-block;
    position: relative;
    height: 42px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 7px;
}
/* 左側のリボン端 */
.winners_photo .ribbon:before { 
    content: '';
    position: absolute;
    width: 7px;
    bottom: -1px;
    left: -20px;
    z-index: -2;
    border: 14px solid #56adf3;
    border-left-color: transparent;
}
/* 右側のリボン端 */
.winners_photo .ribbon:after {
    content: '';
    position: absolute;
    width: 7px;
    bottom: -1px;
    right: -20px;
    z-index: -2;
    border: 14px solid #56adf3;
    border-right-color: transparent;
}
/* リボン 中央部分 */
.winners_photo .ribbon span {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 15px;
    line-height: 28px;
    font-size: 1rem;
    color: #FFF;
    background: #2196F3;
}
/* リボン 左の折り返し部分 */
.winners_photo .ribbon span:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 7px transparent;
    border-right: solid 15px #397eb5; 
}
/* リボン 右の折り返し部分 */
.winners_photo .ribbon span:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 7px transparent;
    border-left: solid 15px #397eb5;
}
.past_award {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 25px;
}
.past_award li {
    margin: 0 25px 10px 0;
    margin-bottom: 10px;
}
.past_award li:hover {
    background: url(../Content/themes/base/images/icon/award/icon_award.png) no-repeat center;
}
.past_award li a {
    display: inline-block;
    background-color: rgba(255, 255 ,255, 0.7);
    padding-top: 3px;
    height: 30px;
    text-decoration: none;
}

/*** Site_Map(HtmlSiteMap) ***/
.htmlSiteMapTable {
    width: 100%;
    padding: 0 7px;
    font-size: 0.75rem;
    color: #0068b7;
}
.htmlSiteMapTable .sitemap_2nd,
.htmlSiteMapTable .sitemap_3rd,
.htmlSiteMapTable .sitemap_4th {
    display: table;
    width: 100%;
}
.sitemap_2nd {
    border-top: 2px solid #0068b7;
}
.sitemap_2nd:last-child,
.sitemap_3rd:not(:last-child),
.sitemap_4th:not(:last-child),
.sitemap_4thLink li:not(:last-child) {
    border-bottom: 2px solid #0068b7;
}
.sitemap_2ndTitle {
    display: table-cell;
    position: relative;
    padding: 5px 20px 5px 5px;
    width: 18%;
    cursor: pointer;
}
.sitemap_3rdTitle,
.sitemap_4thParentTitle {
    display: table-cell;
    position: relative;
    padding: 5px 20px 5px 5px;
    cursor: pointer;
}
.sitemap_3rdTitle {
    width: 30%;
}
.sitemap_4thParentTitle {
    width: 40%;
}
.sitemap_2ndTitle::after,
.sitemap_3rdTitle::after,
.sitemap_4thParentTitle::after {
    content: "＞";
    position: absolute;
    top: 5px;
    right: 5px;
}
.sitemap_2ndTitle:hover,
.sitemap_3rdTitle:hover,
.sitemap_4thParentTitle:hover,
.sitemap_4thParentTitle.AcdOn:hover {
    font-weight: bold;
    color: #ffffff;
    background: #0068b7;
}
.sitemap_4thLink li a {
    display: block;
    padding: 5px;
}
.sitemap_4thLink li a:hover {
    display: block;
    padding: 5px;
    color: #ffffff;
    background: #0068b7;
    font-weight: bold;
}
.sitemap_4thLink.AcdOn {
    display: none;
}
.sitemap_2ndTitle.AcdOn,
.sitemap_3rdTitle.AcdOn,
.sitemap_4thParentTitle.AcdOn {
    font-weight: bold;
}
.sitemap_2ndTitle.AcdOn:hover::after,
.sitemap_3rdTitle.AcdOn:hover::after,
.sitemap_4thParentTitle.AcdOn:hover::after {
    content: "＜";
    position: absolute;
    top: 5px;
    right: 8px;
}
.btn_folding_ele,
.btn_folding_ind {
    font-size: 1.0rem;
    color: #0068b7;
    background-color: #ffffff;
    padding: 0 5px;
    border: 2px solid #0068b7;
    border-radius: 100vh;
    float: right;
    box-shadow: 0 2px 0 0 #0456b5;
    transform: translateY(-2px);
}
.btn_folding_ele:hover,
.btn_folding_ind:hover {
    color: #ffffff;
    background-color: #0068b7;
    cursor: pointer;
    text-decoration: none;
}
.btn_folding_ele:active,
.btn_folding_ind:active {
    color: #ffffff;
    background-color: #0068b7;
    box-shadow: 0 1px 0 0 #0456b5;
    transform: translateY(-1px);
}

/*** Announcement Of Holidays (Helper) ***/
#info{    
    margin-bottom:50px;
    padding-bottom:5px;
    border-bottom:3px solid #ececec;
}
#info p{
    margin:15px 0;
}
#info p.info_attention {
    padding-left: 2em;
    color: #ff0000;
    font-weight: 600;
}

/*** Recruit ***/
.recruit_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}
.recruit_table th {
    background-color: #b0d6f2;
    border: solid 1px #ececec;
    font-weight: normal;
    padding: 5px 15px;
    vertical-align: top;
}
.recruit_table td {
    border: solid 1px #ececec;
    padding: 5px 15px;
}
.recruit_table td ul li {
    margin-left: 15px;
    list-style: disc;
}
.recruit_address_img img {
    margin-bottom: 4px;
}