/* Campaign CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #main_title_area .mtitle:before {
    background: url("../images/campaign/campaign_title_eng.png?id=20210325") center 0/100% no-repeat;
    width: 155px;
    height: 11px;
  }

  .archive .entries {
    padding-top: 25px;
    margin-bottom: 70px;
  }
  .archive .entries .item:not(:last-child) {
    border-bottom: 1px dotted #e6e6e6;
  }
  .archive .entries .item a {
    display: block;
  }
  .archive .entries .item a:hover {
    text-decoration: none;
  }
  .archive .entries .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0;
  }
  .archive .entries .item .image {
    width: 490px;
    max-height: 510px;
    text-align: center;
  }
  .archive .entries .item .image img {
    max-width: 100%;
    max-height: 100%;
  }
  .archive .entries .item .item_detail {
    width: 470px;
    padding-right: 20px;
  }
  .archive .entries .item .cat_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
  .archive .entries .item .cat_area .new_cat {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #ef4928;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    padding-top: 12px;
    margin-right: 10px;
  }
  .archive .entries .item .cat_area .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 4px 0;
  }
  .archive .entries .item .cat_area .cats .cat {
    display: inline-block;
    min-width: 75px;
    color: #16ae41;
    font-size: 1.2rem;
    background-color: #eefcf1;
    text-align: center;
    line-height: 17px;
    padding: 5px 10px;
  }
  .archive .entries .item .cat_area .cats .cat:not(:last-child) {
    margin-right: 8px;
  }
  .archive .entries .item .entry_title {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    line-height: 1.6;
    letter-spacing: .025em;
    margin-bottom: 8px;
  }
  .archive .entries .item .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .archive .entries .item .application {
    background-color: #f4f4f4;
    padding: 17px 15px 17px 20px;
    margin-bottom: 20px;
  }
  .archive .entries .item .application p {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .07em;
  }
  .archive .entries .item .application p.finished {
    color: #ef4928;
  }
  .archive .entries .item .link {
    position: relative;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    border: 1px solid #666;
    padding: 20px 0;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
  }
  .archive .entries .item .link:after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-bottom: 1px solid #16ae41;
    border-right: 1px solid #16ae41;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .single .stitle_wrap {
    position: relative;
  }
  .single .stitle_wrap:after {
    width: 100%;
    position: absolute;
    top: 8px;
    bottom: 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #16ae41;
  }
  .single .stitle_wrap .stitle {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    padding-right: 20px;
    margin-bottom: 35px;
    background-color: #fff;
    z-index: 1;
  }
  .single #article {
    padding-top: 40px;
  }
  .single .lead_area {
    width: 1000px;
    margin: 0 auto 90px;
  }
  .single .lead_area .lead_image {
    text-align: center;
    margin-bottom: 30px;
  }
  .single .lead_area .lead_image img {
    max-width: 100%;
  }
  .single .lead_area .lead_desc_area {
    margin-bottom: 30px;
  }
  .single .lead_area .lead_desc_area .desc {
    font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.53;
    color: #333;
  }
  .single .lead_area .lead_apply_area .limit {
    color: #16ae41;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
  }
  .single .lead_area .lead_apply_area .limit .limit_title {
    position: relative;
    top: -10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    background-color: #16ae41;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
  }
  .single .lead_area .lead_apply_area .limit .num {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 4.8rem;
    font-weight: bold;
    margin: 0 5px;
  }
  .single .lead_area .lead_apply_area .limit .brackets {
    position: relative;
    top: -2px;
  }
  .single .lead_area .lead_apply_area .countdown_area {
    position: relative;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
  }
  .single .lead_area .lead_apply_area .countdown_area #timer:after {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #16ae41;
    border-left: 15px solid transparent;
    width: 18px;
    height: 18px;
  }
  .single .lead_area .lead_apply_area .countdown_area #timer_finish {
    display: none;
    width: 500px;
    margin: 0 auto;
    line-height: 1.3;
  }
  .single .lead_area .lead_apply_area .countdown_area #limit_date {
    display: none;
  }
  .single .lead_area .lead_apply_area .countdown_area .countdown {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    padding: 15px 30px;
    background-color: #16ae41;
    color: #fff;
  }
  .single .lead_area .lead_apply_area .countdown_area .countdown.yycountdown-box {
    padding: 0;
  }
  .single .lead_area .lead_apply_area .countdown_area .countdown .num {
    display: inline-block;
    font-size: 4rem;
    font-weight: bold;
    margin: 0 5px;
  }
  .single #apply {
    width: 1000px;
    margin: 0 auto 95px;
  }
  .single #apply .flows {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single #apply .flows .flow {
    width: 320px;
    border: 1px solid #ccc;
    padding: 30px 18px;
    text-align: center;
  }
  .single #apply .flows .flow .step {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    margin-bottom: 25px;
  }
  .single #apply .flows .flow .image {
    max-width: 100%;
    height: 80px;
    text-align: center;
    margin-bottom: 18px;
  }
  .single #apply .flows .flow .image img {
    max-width: 100%;
    width: auto;
    height: 50px;
  }
  .single #apply .flows .flow .desc {
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.625;
    text-align: center;
    margin-bottom: 20px;
  }
  .single #apply .flows .flow .desc span {
    display: block;
    font-size: 1.2rem;
  }
  .single #apply .flows .flow .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
  }
  .single #apply .flows .flow .btn a {
    position: relative;
    display: block;
    background-color: #4cabeb;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    border-radius: 5px;
  }
  .single #apply .flows .flow .btn a:hover {
    text-decoration: none;
    opacity: .8;
  }
  .single #apply.twitter .flow .btn a {
    background-color: #4cabeb;
  }
  .single #apply.twitter .flow01 .btn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 13px;
    width: 22px;
    height: 18px;
    background: url("../images/campaign/campaign_flow_icon_twitter01.png") center 0/100% no-repeat;
  }
  .single #apply.twitter .flow02 .desc {
    margin-bottom: 38px;
  }
  .single #apply.twitter .flow02 .btn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 13px;
    width: 22px;
    height: 15px;
    background: url("../images/campaign/campaign_flow_icon_twitter02.png") center 0/100% no-repeat;
  }
  .single #apply.insta .flow .btn a {
    background-color: #000;
  }
  .single #apply.insta .flow01 .btn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 13px;
    width: 25px;
    height: 25px;
    background: url("../images/campaign/campaign_flow_icon_insta01.png") center 0/100% no-repeat;
  }
  .single #apply.insta .flow02 .desc {
    margin-bottom: 38px;
  }
  .single #apply.insta .flow02 .btn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 17px;
    left: 17px;
    width: 25px;
    height: 22px;
    background: url("../images/campaign/campaign_flow_icon_insta02.png") center 0/100% no-repeat;
  }
  .single #feature {
    width: 1000px;
    margin: 0 auto 125px;
  }
  .single #feature .image {
    text-align: center;
  }
  .single #feature .image:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .single #feature .image img {
    display: inline-block;
    max-width: 100%;
  }
  .single #prize {
    width: 1000px;
    margin: 0 auto 125px;
  }
  .single #prize .image {
    text-align: center;
  }
  .single #prize .image:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .single #prize .image a {
    display: block;
  }
  .single #prize .image a:hover {
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .single #prize .image img {
    display: inline-block;
    max-width: 100%;
  }
  .single #terms {
    margin-bottom: 45px;
  }
  .single #terms .term_detail {
    display: table;
    border-bottom: 1px dotted #e5e5e5;
  }
  .single #terms .term_detail:first-child {
    border-top: 1px dotted #e5e5e5;
  }
  .single #terms .term_detail:not(:last-child) {
    margin-bottom: 20px;
  }
  .single #terms .term_detail tr {
    border-bottom: 1px dotted #e5e5e5;
  }
  .single #terms .term_detail tr:first-child {
    border-top: 1px dotted #e5e5e5;
  }
  .single #terms .term_detail th {
    vertical-align: middle;
  }
  .single #terms .term_detail .detail_title {
    width: 300px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #16ae41;
    padding: 25px 40px;
    margin-bottom: 12px;
    background-color: #eefcf1;
  }
  .single #terms .term_detail .detail_title .campaign_detail_title {
    color: #16ae41;
  }
  .single #terms .term_detail .desc {
    width: 700px;
    font-size: 1.4rem;
    line-height: 1.66;
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  .single #terms .term_detail .desc a {
    color: #16ae41;
  }
  .single #terms .term_detail .desc strong {
    font-weight: bold;
  }
  .single #terms .term_detail #limit .limit_finished {
    display: none;
  }
  .single #terms .term_detail #limit .limit_finished.show {
    display: block;
  }
  .single .common_link_area {
    width: 200px;
    margin-bottom: 145px;
  }
  .single .common_link_area a {
    height: 70px;
    line-height: 70px;
  }
  .single .common_link_area a:hover {
    text-decoration: none;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #main_title_area .mtitle:before {
    background: url("../images/campaign/sp_campaign_title_eng.png?id=20210325") center 0/100% no-repeat;
    width: 111px;
    height: 8px;
  }

  .archive .entries {
    margin-bottom: 70px;
  }
  .archive .entries .item {
    padding-top: 45px;
  }
  .archive .entries .item:not(:last-child) {
    border-bottom: 1px dotted #e6e6e6;
  }
  .archive .entries .item a {
    display: block;
  }
  .archive .entries .item a:hover {
    text-decoration: none;
  }
  .archive .entries .item .image {
    margin-bottom: 10px;
  }
  .archive .entries .item .cat_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
  .archive .entries .item .cat_area .new_cat {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #ef4928;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    padding-top: 12px;
    margin-right: 10px;
  }
  .archive .entries .item .cat_area .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 4px 0;
  }
  .archive .entries .item .cat_area .cats .cat {
    display: inline-block;
    min-width: 75px;
    color: #16ae41;
    font-size: 1.2rem;
    background-color: #eefcf1;
    text-align: center;
    line-height: 17px;
    padding: 5px 10px;
  }
  .archive .entries .item .cat_area .cats .cat:not(:last-child) {
    margin-right: 8px;
  }
  .archive .entries .item .entry_title {
    font-size: 1.7rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .archive .entries .item .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .archive .entries .item .application {
    background-color: #f4f4f4;
    padding: 13px 15px;
    margin-bottom: 20px;
  }
  .archive .entries .item .application p {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .archive .entries .item .application p.finished {
    color: #ef4928;
  }
  .archive .entries .item .link {
    position: relative;
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    border: 1px solid #666;
    padding: 15px .5em 15px 0;
  }
  .archive .entries .item .link:after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-bottom: 1px solid #16ae41;
    border-right: 1px solid #16ae41;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .single .stitle_wrap {
    position: relative;
  }
  .single .stitle_wrap:after {
    width: 100%;
    position: absolute;
    top: 8px;
    bottom: 0;
    right: 0;
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #16ae41;
  }
  .single .stitle_wrap .stitle {
    display: inline-block;
    position: relative;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    padding-right: 20px;
    margin-bottom: 35px;
    background-color: #fff;
    z-index: 1;
  }
  .single .lead_area {
    margin-bottom: 90px;
  }
  .single .lead_area .lead_image {
    margin-bottom: 30px;
  }
  .single .lead_area .lead_image img {
    max-width: 100%;
  }
  .single .lead_area .lead_desc_area {
    margin-bottom: 30px;
  }
  .single .lead_area .lead_desc_area .desc {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    text-align: center;
    line-height: 1.53;
    color: #333;
    padding: 0 15px;
  }
  .single .lead_area .lead_apply_area .limit {
    color: #16ae41;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
  }
  .single .lead_area .lead_apply_area .limit .limit_title {
    position: relative;
    top: -10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    background-color: #16ae41;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
  }
  .single .lead_area .lead_apply_area .limit .num {
    position: relative;
    top: 1px;
    display: inline-block;
    font-size: 3.8rem;
    font-weight: bold;
    margin: 0 5px;
  }
  .single .lead_area .lead_apply_area .limit .brackets {
    position: relative;
    top: -2px;
  }
  .single .lead_area .lead_apply_area .countdown_area {
    position: relative;
    text-align: center;
  }
  .single .lead_area .lead_apply_area .countdown_area #timer {
    position: relative;
    max-width: 100%;
  }
  .single .lead_area .lead_apply_area .countdown_area #timer:after {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #16ae41;
    border-left: 15px solid transparent;
    width: 18px;
    height: 18px;
  }
  .single .lead_area .lead_apply_area .countdown_area #timer_finish {
    display: none;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.3;
  }
  .single .lead_area .lead_apply_area .countdown_area #limit_date {
    display: none;
  }
  .single .lead_area .lead_apply_area .countdown_area .countdown {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    padding: 15px 20px;
    background-color: #16ae41;
    color: #fff;
  }
  .single .lead_area .lead_apply_area .countdown_area .countdown .num {
    display: inline-block;
    font-size: 4rem;
    font-weight: bold;
    margin: 0 5px;
  }
  .single .lead_area .lead_apply_area .countdown_area .countdown.yycountdown-box {
    padding: 0;
  }
  .single #apply {
    margin-bottom: 50px;
  }
  .single #apply .flows {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single #apply .flows .flow {
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px 13px;
    text-align: center;
  }
  .single #apply .flows .flow:not(:last-child) {
    margin-bottom: 30px;
  }
  .single #apply .flows .flow .step {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    color: #16ae41;
    margin-bottom: 25px;
  }
  .single #apply .flows .flow .image {
    text-align: center;
    margin-bottom: 10px;
  }
  .single #apply .flows .flow .image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 50px;
  }
  .single #apply .flows .flow .desc {
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 13px;
  }
  .single #apply .flows .flow .desc span {
    display: block;
    font-size: 1.2rem;
  }
  .single #apply .flows .flow .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
  }
  .single #apply .flows .flow .btn a {
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    border-radius: 5px;
  }
  .single #apply .flows .flow .btn a:hover {
    text-decoration: none;
    opacity: .8;
  }
  .single #apply.twitter .flow .btn a {
    background-color: #4cabeb;
  }
  .single #apply.twitter .flow01 .btn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 17px;
    width: 22px;
    height: 18px;
    background: url("../images/campaign/campaign_flow_icon_twitter01.png") center 0/100% no-repeat;
  }
  .single #apply.twitter .flow02 .desc {
    margin-bottom: 38px;
  }
  .single #apply.twitter .flow02 .btn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 17px;
    width: 22px;
    height: 18px;
    background: url("../images/campaign/campaign_flow_icon_twitter02.png") center 0/100% no-repeat;
  }
  .single #apply.insta .flow .btn a {
    background-color: #000;
  }
  .single #apply.insta .flow01 .btn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 17px;
    width: 25px;
    height: 25px;
    background: url("../images/campaign/campaign_flow_icon_insta01.png") center 0/100% no-repeat;
  }
  .single #apply.insta .flow02 .desc {
    margin-bottom: 38px;
  }
  .single #apply.insta .flow02 .btn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 17px;
    width: 25px;
    height: 22px;
    background: url("../images/campaign/campaign_flow_icon_insta02.png") center 0/100% no-repeat;
  }
  .single #feature {
    margin-bottom: 70px;
  }
  .single #feature .stitle_wrap {
    width: 89.33%;
    margin: 0 auto;
  }
  .single #feature .image {
    text-align: center;
  }
  .single #feature .image:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .single #feature .image img {
    display: inline-block;
    max-width: 100%;
  }
  .single #prize {
    margin-bottom: 70px;
  }
  .single #prize .stitle_wrap {
    width: 89.33%;
    margin: 0 auto;
  }
  .single #prize .image {
    text-align: center;
  }
  .single #prize .image:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .single #prize .image a {
    display: block;
  }
  .single #prize .image a:hover {
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .single #prize .image img {
    display: inline-block;
    max-width: 100%;
  }
  .single #terms {
    margin-bottom: 45px;
  }
  .single #terms .stitle {
    margin-bottom: 13px;
  }
  .single #terms .term_detail:not(:last-child) {
    margin-bottom: 20px;
  }
  .single #terms .term_detail tr {
    border-bottom: 1px dotted #e5e5e5;
  }
  .single #terms .term_detail th, .single #terms .term_detail td {
    display: block;
  }
  .single #terms .term_detail th {
    padding-top: 23px;
    text-align: left;
  }
  .single #terms .term_detail .detail_title {
    font-size: 1.5rem;
    line-height: 1.3;
    color: #16ae41;
    margin-bottom: 12px;
  }
  .single #terms .term_detail .detail_title .campaign_detail_title {
    color: #16ae41;
  }
  .single #terms .term_detail .desc {
    font-size: 1.4rem;
    line-height: 1.66;
    margin-bottom: 20px;
  }
  .single #terms .term_detail .desc strong {
    font-weight: bold;
  }
  .single #terms .term_detail .desc a {
    color: #16ae41;
  }
  .single #terms .term_detail #limit .limit_finished {
    display: none;
  }
  .single #terms .term_detail #limit .limit_finished.show {
    display: block;
  }
  .single .common_link_area {
    margin-bottom: 75px;
  }
}
